Date: Monday, February 7, 2022 @ 18:29:34 Author: heftig Revision: 436391
FS#72597: Disable ZERO_CALL_USED_REGS Too much overhead. Modified: linux/trunk/PKGBUILD linux/trunk/config ----------+ PKGBUILD | 2 +- config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 17:21:14 UTC (rev 436390) +++ PKGBUILD 2022-02-07 18:29:34 UTC (rev 436391) @@ -26,7 +26,7 @@ 'C7E7849466FE2358343588377258734B41C31549' # David Runge <[email protected]> ) sha256sums=('SKIP' - '7cbba374356a189faac71001c5344ce8f02434684b1ce1accefc0cc4bd6718e5') + '6699d2d64ee86be4b743be24d8ed0eec1acf5c00ba415682061df201cca75726') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase Modified: config =================================================================== --- config 2022-02-07 17:21:14 UTC (rev 436390) +++ config 2022-02-07 18:29:34 UTC (rev 436391) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.0-arch1 Kernel Configuration +# Linux/x86 5.16.7-arch1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0" CONFIG_CC_IS_GCC=y @@ -9974,7 +9974,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y -CONFIG_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set # end of Memory initialization # end of Kernel hardening options # end of Security options
