[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)
Jan Steffens
heftig at archlinux.org
Wed Jul 10 15:19:20 UTC 2019
Date: Wednesday, July 10, 2019 @ 15:19:20
Author: heftig
Revision: 357511
Enable stackleak
Modified:
linux-zen/trunk/PKGBUILD
linux-zen/trunk/config
----------+
PKGBUILD | 2 +-
config | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-10 15:18:09 UTC (rev 357510)
+++ PKGBUILD 2019-07-10 15:19:20 UTC (rev 357511)
@@ -29,7 +29,7 @@
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
- 'f59d47d8faa4c63cd46de0b4813a07fa094250fe01eaf2593b77a31999619e8a'
+ 'aa1271a73a40eea6ab2dad8834d9f370f3912d90a12ae466f5f92847f7bae623'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
Modified: config
===================================================================
--- config 2019-07-10 15:18:09 UTC (rev 357510)
+++ config 2019-07-10 15:19:20 UTC (rev 357511)
@@ -9773,7 +9773,10 @@
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
-# CONFIG_GCC_PLUGIN_STACKLEAK is not set
+CONFIG_GCC_PLUGIN_STACKLEAK=y
+CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
+CONFIG_STACKLEAK_METRICS=y
+CONFIG_STACKLEAK_RUNTIME_DISABLE=y
# end of Memory initialization
# end of Kernel hardening options
# end of Security options
More information about the arch-commits
mailing list