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

Daniel Micay thestinger at archlinux.org
Sat Apr 29 18:14:02 UTC 2017


    Date: Saturday, April 29, 2017 @ 18:14:02
  Author: thestinger
Revision: 226319

enable page_poison=1 by default

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-29 18:12:04 UTC (rev 226318)
+++ PKGBUILD	2017-04-29 18:14:02 UTC (rev 226319)
@@ -27,7 +27,7 @@
             'SKIP'
             'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177b2222cee2485015458f'
             'SKIP'
-            'cb290b339bfe3208ae7b76f11452c7156ed1f46662ad36567e039f56ba3a5a97'
+            '08a88a002ab2c5f9aec5c522b3dfc78291731d5b6ace50621f82831ee05a04f7'
             '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
             'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===================================================================
--- config.x86_64	2017-04-29 18:12:04 UTC (rev 226318)
+++ config.x86_64	2017-04-29 18:14:02 UTC (rev 226319)
@@ -612,7 +612,9 @@
 # CONFIG_LEGACY_VSYSCALL_NATIVE is not set
 # CONFIG_LEGACY_VSYSCALL_EMULATE is not set
 CONFIG_LEGACY_VSYSCALL_NONE=y
-# CONFIG_CMDLINE_BOOL is not set
+CONFIG_CMDLINE_BOOL=y
+CONFIG_CMDLINE="page_poison=1"
+# CONFIG_CMDLINE_OVERRIDE is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
 CONFIG_HAVE_LIVEPATCH=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y



More information about the arch-commits mailing list