Skip to content

Cloud kernel config optimizations per #947759

Noah Meyerhans requested to merge noahm/linux:cloud-optimizations-bug947759 into sid

As described in bug 947759, this change:

  • Disables drivers for a number of devices unlikely to be encountered in cloud environments
  • Statically links the nvme and ext4 drivers
  • Switches to lz4 compression for the cloud variant
  • Re-enables SCHED_MC_PRIO and KSM, which had previously been disabled in the cloud kernel

Todo:

  • clean up commit history
  • changelog update
Edited by Noah Meyerhans

Merge request reports

Loading