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

Levente Polyak anthraxx at archlinux.org
Tue Jan 29 21:29:37 UTC 2019


    Date: Tuesday, January 29, 2019 @ 21:29:36
  Author: anthraxx
Revision: 344929

upgpkg: linux-hardened 4.20.5.a-1 (enable gcc plugins)

- enable latent_entropy, structleak and stackleak

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

---------------+
 PKGBUILD      |    8 ++++----
 config.x86_64 |   14 ++++++++++++--
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-29 21:15:09 UTC (rev 344928)
+++ PKGBUILD	2019-01-29 21:29:36 UTC (rev 344929)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgbase=linux-hardened
-_pkgver=4.20.4
+_pkgver=4.20.5
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
         linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('dd7fd7eafb8f94a3813a6398d5d2720422a80c933d0dc076479e5c58ecfd34d1'
+sha256sums=('ff8d96974a947a6332b3a2dda461c1b2df8175b56fa4ab9398224e6e1800e214'
             'SKIP'
-            'b795a107eceb2fd4ab51f7a7f06f700b6f6827cca277a2d8f94be28eeeb924b4'
+            'de4fab579df24bd1196c732b2ac2f2d7f0ffb43476e7a1f21df339739ed09abe'
             'SKIP'
-            'd4ec46882bff258971a4bc2e03b2b0ad5e841107e52160e2313b2a5c35fc211e'
+            'd19015aad28e6452f2ec30c4bb66fe5348b26fd70047ed2094c4bdf78549fdab'
             'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
             'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
             'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===================================================================
--- config.x86_64	2019-01-29 21:15:09 UTC (rev 344928)
+++ config.x86_64	2019-01-29 21:29:36 UTC (rev 344929)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.4 Kernel Configuration
+# Linux/x86 4.20.5 Kernel Configuration
 #
 
 #
@@ -902,7 +902,17 @@
 CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 CONFIG_PLUGIN_HOSTCC="g++"
 CONFIG_HAVE_GCC_PLUGINS=y
-# CONFIG_GCC_PLUGINS is not set
+CONFIG_GCC_PLUGINS=y
+# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
+CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y
+CONFIG_GCC_PLUGIN_STRUCTLEAK=y
+CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
+# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
+# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
+CONFIG_GCC_PLUGIN_STACKLEAK=y
+CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
+# CONFIG_STACKLEAK_METRICS is not set
+# CONFIG_STACKLEAK_RUNTIME_DISABLE is not set
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
 CONFIG_MODULES=y



More information about the arch-commits mailing list