From 9ac48aee601ef1e9ecce4d9168ac1754e514f7b3 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 6 Aug 2023 14:57:48 +0200 Subject: [PATCH] aptenodytes: Disable CONFIG_SLAB_MERGE_DEFAULT --- aptenodytes-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptenodytes-config b/aptenodytes-config index ca85c78..af1839e 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -872,7 +872,7 @@ CONFIG_ZSMALLOC_CHAIN_SIZE=8 # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLUB_TINY is not set -CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_MERGE_DEFAULT is not set CONFIG_SLAB_FREELIST_RANDOM=y CONFIG_SLAB_FREELIST_HARDENED=y # CONFIG_SLUB_STATS is not set