moby: mark RANDOM_KMALLOC_CACHES & related kernel configs as required

This commit is contained in:
2024-09-24 05:08:28 +00:00
parent 6f1f3843b6
commit d031a74583

View File

@@ -72,10 +72,11 @@ linux_latest.override {
# TODO: at least one of these is actually required for boot
NR_CPUS = lib.mkForce (freeform "64");
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;
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
KFENCE = lib.mkForce no;
# TODO: at least one of these is actually required for boot
SYSFB_SIMPLEFB = lib.mkForce no;