[linux] 04/05: Enable BUG_ON_DATA_CORRUPTION

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Mar 31 13:22:27 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 9ee9c719d0a01840f6e2ee3830c02c713d954f46
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Mar 31 00:33:12 2017 +0100

    Enable BUG_ON_DATA_CORRUPTION
    
    This means errors detected by DEBUG_LIST result in BUG rather than WARN.
---
 debian/changelog     | 1 +
 debian/config/config | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b6af1cd..f5c57fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ linux (4.10.7-1~exp1) UNRELEASED; urgency=medium
   * netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules
     (Closes: #858897)
   * [s390x] Set NR_CPUS=256 (Closes: #858731)
+  * Enable BUG_ON_DATA_CORRUPTION
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 30 Mar 2017 13:56:41 +0100
 
diff --git a/debian/config/config b/debian/config/config
index e4ae71c..222ae25 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5886,6 +5886,7 @@ CONFIG_TEST_BPF=m
 CONFIG_TEST_FIRMWARE=m
 # CONFIG_TEST_UDELAY is not set
 CONFIG_TEST_STATIC_KEYS=m
+CONFIG_BUG_ON_DATA_CORRUPTION=y
 CONFIG_STRICT_DEVMEM=y
 CONFIG_IO_STRICT_DEVMEM=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