moby: remove kernel configs for CPUMASK_OFFSTACK & co

it boots
This commit is contained in:
2024-09-24 02:51:06 +00:00
parent c631b134ac
commit de6c5f2720

View File

@@ -72,18 +72,9 @@ 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;
SLAB_BUCKETS = lib.mkForce no;
RANDOM_KMALLOC_CACHES = lib.mkForce no; RANDOM_KMALLOC_CACHES = lib.mkForce no;
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no; SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
DEFAULT_MMAP_MIN_ADDR = lib.mkForce (freeform "4096");
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes; TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
TRANSPARENT_HUGEPAGE_MADVISE = lib.mkForce no;
ZONE_DEVICE = lib.mkForce no;
UEVENT_HELPER = lib.mkForce yes;
LOGO = lib.mkForce yes;
LOGO_LINUX_CLUT224 = yes;
POWERCAP = lib.mkForce no;
CPUMASK_OFFSTACK = no;
KFENCE = lib.mkForce no; 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