[linux] 02/02: [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Dec 17 18:23:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 4e7c2dd4de0908ce071ca7c35342ad1014c26ef0
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Dec 17 18:21:47 2015 +0000

    [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS)
---
 debian/changelog         | 1 +
 debian/config/sh4/config | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5a90043..1cb86c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux (4.3.3-2) UNRELEASED; urgency=medium
 
   * [armhf,sparc64] Force ZONE_DMA to be enabled, reversing ABI change in
     4.3.3 (fixes FTBFS)
+  * [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 17 Dec 2015 17:49:56 +0000
 
diff --git a/debian/config/sh4/config b/debian/config/sh4/config
index b748bae..b11a721 100644
--- a/debian/config/sh4/config
+++ b/debian/config/sh4/config
@@ -1,4 +1,12 @@
 ##
+## file: arch/Kconfig
+##
+## choice: Stack Protector buffer overflow detection
+CONFIG_CC_STACKPROTECTOR_REGULAR=y
+# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+## end choice
+
+##
 ## file: arch/sh/Kconfig
 ##
 CONFIG_KEXEC=y

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