diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-23 10:45:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-23 10:45:30 -0800 |
commit | 7864475e7e02975cef88429a412ad703ba131f3f (patch) | |
tree | 3597d803faf80b604818973544f3060b6e91b90d | |
parent | Updated to 5.3.11 (diff) | |
download | linux-7864475e7e02975cef88429a412ad703ba131f3f.tar.xz |
Updated to 5.3.12
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | config | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -13,7 +13,7 @@ pkgbase=linux _supver=5 _majver=3 -_minver=11 +_minver=12 _gccpatchver='20190822' if [ "$_minver" == "0" ]; then pkgver=${_supver}.${_majver} @@ -47,7 +47,7 @@ validpgpkeys=( '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256sums=('6e7156946d1d72e24786d09a47511e44c3abe5d4da757f4f68f2da482880aeb7' +sha256sums=('53bff6f89dca19f928043fb0d3434bfb4b6abbb1bf18b907cb731188bdac97a0' 'SKIP' 'e862ecd2cb0b20e1859ec3e47616457a9a3acb111cd5a86094f9ed1dbd7f42ac' '9b92add42581aeb427a0c2cffc584815f0e4223a1a6bc27802ccd77eaf6e4bec' @@ -55,7 +55,7 @@ sha256sums=('6e7156946d1d72e24786d09a47511e44c3abe5d4da757f4f68f2da482880aeb7' '8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5' 'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' '0f81d6e4158b7beeb0eb514f1b9401f7e23699cb0f7b0d513e25dae1815daaeb' - '5a1c9e9d7035454db927a24b054ffda2f4a61bfaaaebd00a5b751adf3e6f6400') + '265663c91614684552a079be3f8691371435d08d66dc75e462a35b9ab67275c9') #export KBUILD_BUILD_HOST=arc4linux export KBUILD_BUILD_USER=$pkgbase @@ -9853,7 +9853,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set # CONFIG_GCC_PLUGIN_STACKLEAK is not set -# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set # end of Memory initialization # end of Kernel hardening options |