From 4915f8408802894d6aea4d955465c8edbacf6bfc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 26 Aug 2015 01:50:39 +0100 Subject: [PATCH] [amd64] Enable KALLSYMS_ALL (Closes: #660288), LIVEPATCH --- debian/changelog | 1 + debian/config/kernelarch-x86/config-arch-64 | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7b2a8a8a9..a4f8c5247 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ linux (4.2~rc8-1~exp2) UNRELEASED; urgency=medium * linux-source: Depend on xz-utils, not bzip2 (Closes: #796940) * gfs2: Make statistics unsigned, suitable for use with do_div() (fixes FTBFS on mips,mipsel,m68k) + * [amd64] Enable KALLSYMS_ALL (Closes: #660288), LIVEPATCH -- Ben Hutchings Tue, 25 Aug 2015 18:50:57 +0100 diff --git a/debian/config/kernelarch-x86/config-arch-64 b/debian/config/kernelarch-x86/config-arch-64 index 89c041307..b61c21b0b 100644 --- a/debian/config/kernelarch-x86/config-arch-64 +++ b/debian/config/kernelarch-x86/config-arch-64 @@ -142,6 +142,12 @@ CONFIG_FB_MATROX_MAVEN=m ## file: init/Kconfig ## CONFIG_RCU_FANOUT=64 +CONFIG_KALLSYMS_ALL=y + +## +## file: kernel/livepatch/Kconfig +## +CONFIG_LIVEPATCH=y ## ## file: lib/Kconfig.debug