[linux] 03/05: Disable UNUSED_SYMBOLS; it is now itself unused
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Apr 13 19:54:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 74940e0a059c3c26465f4aa5d359896fe48f7000
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Apr 9 15:29:11 2016 +0100
Disable UNUSED_SYMBOLS; it is now itself unused
---
debian/changelog | 1 +
debian/config/config | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c1a281f..6a2bb3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -229,6 +229,7 @@ linux (4.5.1-1~exp1) UNRELEASED; urgency=medium
- scripts: Fix X.509 PEM support in sign-file
- certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support
initial testing of signed modules
+ * Disable UNUSED_SYMBOLS; it is now itself unused
[ Aurelien Jarno ]
* [mipsel/mips/config.loongson-2f] Disable VIDEO_CX23885, VIDEO_IVTV,
diff --git a/debian/config/config b/debian/config/config
index 1081c39..7f9a54f 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5716,7 +5716,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
-CONFIG_UNUSED_SYMBOLS=y
+# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list