Re: [PATCH 5.15 000/392] 5.15.197-rc1 review
From: Jon Hunter
Date: Wed Dec 03 2025 - 14:40:46 EST
On 03/12/2025 15:22, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.197 release.
There are 392 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, 05 Dec 2025 15:23:16 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.197-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
...
Vlastimil Babka <vbabka@xxxxxxx>
mm/mempool: fix poisoning order>0 pages with HIGHMEM
The above commit is causing the following build error ...
mm/mempool.c: In function ‘check_element’:
mm/mempool.c:68:17: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
68 | for (int i = 0; i < (1 << order); i++) {
| ^~~
mm/mempool.c:68:17: note: use option ‘-std=c99’, ‘-std=gnu99’, ‘-std=c11’ or ‘-std=gnu11’ to compile your code
mm/mempool.c: In function ‘poison_element’:
mm/mempool.c:101:17: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
101 | for (int i = 0; i < (1 << order); i++) {
| ^~~
make[1]: *** [scripts/Makefile.build:289: mm/mempool.o] Error 1
Cheers,
Jon
--
nvpublic