Commit Graph

19 Commits

Author SHA1 Message Date
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