Hi Greg,
On 12/05/25 23:14, 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 Wed, 14 May 2025 17:19:58 +0000. Anything received after that time might be too late.
BUILDSTDERR: arch/x86/kernel/alternative.c: In function 'its_fini_mod': BUILDSTDERR: arch/x86/kernel/alternative.c:174:32: error: invalid use of undefined type 'struct module' BUILDSTDERR: 174 | for (int i = 0; i < mod->its_num_pages; i++) { BUILDSTDERR: | ^~ BUILDSTDERR: arch/x86/kernel/alternative.c:175:33: error: invalid use of undefined type 'struct module' BUILDSTDERR: 175 | void *page = mod->its_page_array[i]; BUILDSTDERR: | ^~
Also affecting 6.12.29-rc1 build.
Eric biggers sent a fix to this one: https://lore.kernel.org/stable/20250513141737.3ce95555@gandalf.local.home/T/...
Thanks, Harshit