Commit Graph

25 Commits

Author SHA1 Message Date
Harald Welte ca64e15a25 fixup amd64_cloud: no DAHDI 2020-10-29 16:24:17 +00:00
Luca Boccassi ca964f0add [cloud] Enable INFINIBAND configs for HyperV/Azure
Closes: #958300

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
(cherry picked from commit 1315e2b78a0b65711a0346cafb02d5eef7e962e1)
2020-07-08 08:59:28 +01:00
Noah Meyerhans 57cd8ee0e1 cloud: enable CONFIG_KSM for cloud
Closes: 955366
2020-04-20 14:23:43 -07:00
Ben Hutchings b9621ac966 [amd64/cloud-amd64] hwrandom: Enable HW_RANDOM_VIRTIO (Closes: #914511)
Instead of disabling HW_RANDOM, disable all the hwrandom drivers
except this one.

(cherry picked from commit 39bd3e2d43f3286235b0d269d05e7c9959bd8029)
2020-01-21 19:59:39 +00:00
Joe Richey 873d71775d [buster] [cloud-amd64] tpm: Enable TPM drivers for Cloud (Closes: #946237)
The bug has most of the context for this fix. Basically, the cloud image
disables TPM drives, and we want to reenable them.

I added the virt and hardware-agnostic drivers (TIS/CRB/XEN/VTPM), and
I explictly didn't add the hardware-specific drivers. I also didn't
bother with CONFIG_HW_RANDOM_TPM as we already set
CONFIG_RANDOM_TRUST_CPU=y which handles any early-boot RNG issues.

Signed-off-by: Joe Richey <joerichey@google.com>
2019-12-06 00:39:32 -08:00
Bastian Blank dbb59eba34 [amd64/cloud-amd64] Re-enable RTC drivers 2019-10-25 23:30:18 +02:00
Ben Hutchings 7064a34f6e [x86,alpha,m68k] binfmt: Disable BINFMT_AOUT, IA32_AOUT, OSF4_COMPAT
a.out support is now untested and occasionally results in security
bugs, and will be deprecated upstream (depends on BROKEN) for x86 in
5.1.  Disable it completely.

See:
https://lore.kernel.org/lkml/CAG48ez1RVd5mQ_Pb6eygQESaZhpQz765OAZYSoPE0kPqfZEXQg@mail.gmail.com/
https://lore.kernel.org/lkml/20190305145717.GD8256@zn.tnic/
2019-03-13 18:31:13 +00:00
Luca Boccassi 338140ddae cloud-amd64: enable UIO, UIO_HV_GENERIC, VFIO.
In order to access Azure's VMbus via /sys/vmbus, the corresponding
UIO module must be available.
Also enable VFIO for safe userspace device handling when the host
exposes a vIOMMU.
2019-01-21 16:37:23 +00:00
Noah Meyerhans 5de5484b6b cloud-amd64: Enable CONFIG_ENA_ETHERNET
This enables the driver for the Amazon ENA ethernet interface as used in Amazon
EC2.
2018-10-23 12:52:41 -04:00
Uwe Kleine-König 85da926d38 Revert "wip" which was pushed by mistake
This reverts commit 331fdb5fb8.
2018-10-16 20:18:50 +02:00
Uwe Kleine-König 331fdb5fb8 wip 2018-10-16 08:44:27 +02:00
Ben Hutchings b9378ce266 debian/config: Clean up with the help of kconfigeditor2
Various kconfig symbols have been renamed, removed, split or combined.
Update these files accordingly.
2018-08-27 18:34:45 +01:00
Ben Hutchings b20d268c2a Update config for 4.18 using kconfigeditor2
- Various config symbols were removed, renamed or split
- HOTPLUG_PCI_SHPC is now boolean, so set it to built-in
- The stack protector config symbols were changed to two booleans
  with different names
2018-07-02 17:51:27 +01:00
Bastian Blank ce045ef43e cloud-amd64: Enable MEMORY_HOTPLUG 2018-06-13 13:27:44 +02:00
Bastian Blank 5cb5873ba8 cloud-amd64: Enable VIRTUALIZATION 2018-06-06 14:51:32 +02:00
Bastian Blank 8eda5a77f8 cloud-amd64: Disable some filesystems 2018-05-25 14:12:05 +02:00
Ben Hutchings 841a55bd0c [amd64/cloud-amd64] Explicitly disable DEFAULT_CFQ
This fixes a kconfig warning.
2018-05-09 21:53:44 +01:00
Ben Hutchings 81d6f91e25 Clean up kconfig for 4.17
- Various ancient SCSI drivers were removed
- BT_HCIBTUART and INFINIBAND_CXGB3_DEBUG were removed
- OMAP_DM_TIMER is now an automatic symbol
- Marvell NAND driver was rewritten, so we enable MTD_NAND_MARVELL
  instead of MTD_NAND_PXA3xx
- Various netfilter symbols are now boolean instead of tristate
2018-04-20 01:39:47 +01:00
Ben Hutchings 75e764ee6a Refresh config using kconfigeditor2
Various symbols were removed, renamed or changed from tristate to
boolean.
2018-03-12 02:55:12 +00:00
Bastian Blank f62cccd9a3 cloud: List full name of physical network card on Azure 2018-02-08 14:20:22 +01:00
Bastian Blank 40af10f45f cloud: Don't build in some HyperV drivers 2018-01-20 12:29:35 +01:00
Bastian Blank 0610c7782e cloud: Don't build in some core stuff
As told earlier this should be handled by explicit module lists for the
initramfs.
2018-01-20 07:23:33 +01:00
Bastian Blank 7aa5f9f7cf cloud: Don't disable DCB 2018-01-18 20:13:56 +01:00
Bastian Blank 12fc8ef895 cloud-amd64: Support Amazon EC2 2018-01-18 12:57:14 +01:00
Bastian Blank 5f83961cb5 Add cloud-amd64 kernel flavour
As discussed on d-kernel, this flavour is added as experiment on request
of Microsoft.  For now it is only tested on Microsoft Azure.

It will be expanded to cover the other public cloud platforms at well.
This platforms will need additional drivers.
2018-01-18 09:19:36 +01:00