[amd64] Enable KALLSYMS_ALL (Closes: #660288), LIVEPATCH

This commit is contained in:
Ben Hutchings 2015-08-26 01:50:39 +01:00
parent d477438be7
commit 4915f84088
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 25 Aug 2015 18:50:57 +0100

View File

@ -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