Skip to content

Commit 6d21b76

Browse files
committed
ARM: shmobile: defconfig: Enable slab hardening and kmalloc buckets
Enable slab freelist metadata hardening, which in turn enables support for allocation from separate kmalloc buckets. The latter is recommended to be enabled, as per its help text. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/96fc3f0ed509b6364d8aeb297d5acf4abed18404.1722349907.git.geert+renesas@glider.be
1 parent 4200161 commit 6d21b76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/shmobile_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CONFIG_CPUFREQ_DT=y
2424
CONFIG_VFP=y
2525
CONFIG_NEON=y
2626
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
27+
CONFIG_SLAB_FREELIST_HARDENED=y
2728
CONFIG_CMA=y
2829
CONFIG_NET=y
2930
CONFIG_PACKET=y

0 commit comments

Comments
 (0)