Hi!
This is the start of the stable review cycle for the 6.1.139 release. There are 92 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.
We see same failure as the other kernels here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/18... https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1001116...
arch/x86/kernel/alternative.c: In function 'its_fini_mod': 1163 arch/x86/kernel/alternative.c:447:32: error: invalid use of undefined type 'struct module' 1164 447 | for (int i = 0; i < mod->its_num_pages; i++) { 1165 | ^~ 1166 arch/x86/kernel/alternative.c:448:33: error: invalid use of undefined type 'struct module' 1167 448 | void *page = mod->its_page_array[i]; 1168 | ^~ 1169 arch/x86/kernel/alternative.c: In function 'its_free_mod': 1170 arch/x86/kernel/alternative.c:459:32: error: invalid use of undefined type 'struct module' 1171 459 | for (int i = 0; i < mod->its_num_pages; i++) { 1172 | ^~ 1173
Reported-by: Pavel Machek (CIP) pavel@denx.de
Best regards, Pavel