On Mon, Jan 31, 2022 at 11:54:25AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.19 release. > There are 171 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, 02 Feb 2022 10:51:59 +0000. > Anything received after that time might be too late. > Build results: total: 156 pass: 155 fail: 1 Failed builds: powerpc:ppc32_allmodconfig Qemu test results: total: 488 pass: 488 fail: 0 The build failure is not new; I did not build powerpc:ppc32_allmodconfig before. The build error is: drivers/mtd/nand/raw/mpc5121_nfc.c: In function 'ads5121_select_chip': drivers/mtd/nand/raw/mpc5121_nfc.c:294:26: error: unused variable 'mtd' Fix is upstream commit 33a0da68fb07 ("mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()") which needs to be applied to v5.15.y and v5.16.y. Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx> Guenter