Skip to content

Commit f9a1871

Browse files
powerpc/configs/64s: Enable CONFIG_KALLSYMS_ALL
This adds all symbols required for use case like livepatching. Distros already enable this config and enabling this increases build time by 3% (in a power9 128 cpu setup) and almost no size changes for vmlinux. Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 86731a2 commit f9a1871

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/powerpc/configs/powernv_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,4 @@ CONFIG_KVM_BOOK3S_64_HV=m
341341
CONFIG_VHOST_NET=m
342342
CONFIG_PRINTK_TIME=y
343343
CONFIG_PRINTK_CALLER=y
344+
CONFIG_KALLSYMS_ALL=y

arch/powerpc/configs/ppc64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,4 @@ CONFIG_TEST_MEMCAT_P=m
466466
CONFIG_TEST_MEMINIT=m
467467
CONFIG_TEST_FREE_PAGES=m
468468
CONFIG_MEMTEST=y
469+
CONFIG_KALLSYMS_ALL=y

0 commit comments

Comments
 (0)