Date: Monday, February 7, 2022 @ 20:07:40 Author: andyrtr Revision: 436399
FS#72597: Disable ZERO_CALL_USED_REGS - too much overhead Modified: linux-lts/trunk/PKGBUILD linux-lts/trunk/config ----------+ PKGBUILD | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 19:51:04 UTC (rev 436398) +++ PKGBUILD 2022-02-07 20:07:40 UTC (rev 436399) @@ -30,7 +30,7 @@ # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc sha256sums=('294eeb6cd7dc9b144c3c3c8b8c7b3fca9c6b072b6ed9bf9d6c922f9deb70fbd1' 'SKIP' - '553f5ff5243fcd7f9e78fc9950b0118f91f2425d0996552261c5dffeefddf928' + 'c7eed655b01ebb2f117434b349598c4c4375c26906a80685a55585b419021645' '99df282c594cc269d9a5d19bb86ea887892d3654cfc53c4ce94a644cf3278423' 'c35018601f04ae81e0a2018a8597595db6ae053158c206845399cdebb2d2b706' '7c7707c738983f3683d76295b496f578996b7341fa39ad334ec2833bfe4b966e' Modified: config =================================================================== --- config 2022-02-07 19:51:04 UTC (rev 436398) +++ config 2022-02-07 20:07:40 UTC (rev 436399) @@ -9894,7 +9894,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
