moby: mark RANDOM_KMALLOC_CACHES & related kernel configs as required
This commit is contained in:
@@ -72,10 +72,11 @@ linux_latest.override {
|
|||||||
# TODO: at least one of these is actually required for boot
|
# TODO: at least one of these is actually required for boot
|
||||||
NR_CPUS = lib.mkForce (freeform "64");
|
NR_CPUS = lib.mkForce (freeform "64");
|
||||||
ACPI_FPDT = lib.mkForce no;
|
ACPI_FPDT = lib.mkForce no;
|
||||||
|
KFENCE = lib.mkForce no;
|
||||||
|
# TODO: at least one of these is actually required for boot
|
||||||
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
||||||
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
||||||
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
||||||
KFENCE = lib.mkForce no;
|
|
||||||
|
|
||||||
# TODO: at least one of these is actually required for boot
|
# TODO: at least one of these is actually required for boot
|
||||||
SYSFB_SIMPLEFB = lib.mkForce no;
|
SYSFB_SIMPLEFB = lib.mkForce no;
|
||||||
|
Reference in New Issue
Block a user