[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

Daniel Micay thestinger at archlinux.org
Sat Apr 29 17:47:21 UTC 2017


    Date: Saturday, April 29, 2017 @ 17:47:17
  Author: thestinger
Revision: 226309

enable DEBUG_LIST and PANIC_ON_DATA_CORRUPTION

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---------------+
 PKGBUILD      |    2 +-
 config.x86_64 |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-29 17:43:49 UTC (rev 226308)
+++ PKGBUILD	2017-04-29 17:47:17 UTC (rev 226309)
@@ -27,7 +27,7 @@
             'SKIP'
             'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177b2222cee2485015458f'
             'SKIP'
-            'c136df04b806a7f8cea2ba4d211c2d4c8d1704e25660ebf550cff3ac6b181d89'
+            'cdd92bdb28fabebe9e9911a1ee4f5b3b0b26075deda2be553fa19fe730ed1b6f'
             '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
             'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===================================================================
--- config.x86_64	2017-04-29 17:43:49 UTC (rev 226308)
+++ config.x86_64	2017-04-29 17:47:17 UTC (rev 226309)
@@ -7576,7 +7576,7 @@
 CONFIG_STACKTRACE=y
 # CONFIG_DEBUG_KOBJECT is not set
 CONFIG_DEBUG_BUGVERBOSE=y
-# CONFIG_DEBUG_LIST is not set
+CONFIG_DEBUG_LIST=y
 # CONFIG_DEBUG_PI_LIST is not set
 # CONFIG_DEBUG_SG is not set
 # CONFIG_DEBUG_NOTIFIERS is not set
@@ -7680,7 +7680,7 @@
 # CONFIG_TEST_UDELAY is not set
 # CONFIG_MEMTEST is not set
 # CONFIG_TEST_STATIC_KEYS is not set
-# CONFIG_BUG_ON_DATA_CORRUPTION is not set
+CONFIG_BUG_ON_DATA_CORRUPTION=y
 # CONFIG_SAMPLES is not set
 CONFIG_HAVE_ARCH_KGDB=y
 # CONFIG_KGDB is not set



More information about the arch-commits mailing list