Re: [PATCH 6.6 000/113] 6.6.91-rc2 review
From: Guenter Roeck
Date: Mon May 19 2025 - 09:52:46 EST
On 5/14/25 06:04, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.91 release.
There are 113 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri, 16 May 2025 12:55:38 +0000.
Anything received after that time might be too late.
Building x86_64:allnoconfig ... failed
Building x86_64:tinyconfig ... failed
Building i386:defconfig ... failed
Building i386:allyesconfig ... failed
Building i386:allmodconfig ... failed
Building i386:allnoconfig ... failed
Building i386:tinyconfig ... failed
--------------
Error log:
arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'
As far as I can see, its_static_thunk() is built if CONFIG_FINEIBT=n,
but the header file uses CONFIG_MITIGATION_ITS to determine if the dummy
function should be used. The redefinition is seen if both are disabled.
Guenter