On Thu, Mar 06, 2025 at 04:20:44PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.81 release. There are 147 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 Sat, 08 Mar 2025 15:13:38 +0000. Anything received after that time might be too late.
Building i386:defconfig ... failed -------------- Error log: arch/x86/kernel/cpu/microcode/core.c: In function 'find_microcode_in_initrd': arch/x86/kernel/cpu/microcode/core.c:198:25: error: 'initrd_start_early' undeclared
$ git grep initrd_start_early arch/x86/kernel/cpu/microcode/core.c: start = initrd_start_early;
Caused by 4a148d0054f3f ("x86/microcode/32: Move early loading after paging enable").
Looks like 4c585af7180c1 ("x86/boot/32: Temporarily map initrd for microcode loading") may be a prerequisite, though I did not check details.
Guenter