Hi!
This is the start of the stable review cycle for the 6.14.7 release. There are 197 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.
We are getting errors 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/1001053...
arch/x86/kernel/alternative.c: In function 'its_fini_mod': 1702 arch/x86/kernel/alternative.c:174:32: error: invalid use of undefined type 'struct module' 1703 174 | for (int i = 0; i < mod->its_num_pages; i++) { 1704 | ^~ 1705 arch/x86/kernel/alternative.c:175:33: error: invalid use of undefined type 'struct module' 1706 175 | void *page = mod->its_page_array[i]; 1707 | ^~ ...
6.12 has same problem, likely 6.6 too.
Best regards, Pavel