moby: kernel: note that SHUFFLE_PAGE_ALLOCATOR=n is required for boot
This commit is contained in:
@@ -72,10 +72,12 @@ linux_latest.override {
|
|||||||
# this is required for boot (but why??)
|
# this is required for boot (but why??)
|
||||||
ACPI_FPDT = lib.mkForce no;
|
ACPI_FPDT = lib.mkForce no;
|
||||||
|
|
||||||
# TODO: at least one of these is actually required for boot
|
# this is required for boot (but why??)
|
||||||
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
|
||||||
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
||||||
|
|
||||||
|
# TODO: is this safe to drop?
|
||||||
|
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
||||||
|
|
||||||
# this is required for boot (but why??)
|
# this is required for boot (but why??)
|
||||||
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
||||||
|
|
||||||
@@ -85,6 +87,7 @@ 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.
|
||||||
IO_STRICT_DEVMEM = no;
|
IO_STRICT_DEVMEM = no;
|
||||||
PRINTK_INDEX = lib.mkForce no;
|
PRINTK_INDEX = lib.mkForce no;
|
||||||
|
|
||||||
# TODO: is this safe to drop?
|
# TODO: is this safe to drop?
|
||||||
RUNTIME_TESTING_MENU = lib.mkForce yes;
|
RUNTIME_TESTING_MENU = lib.mkForce yes;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user