On Thu, Apr 07, 2022 at 08:29:27PM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 07, 2022 at 10:42:15AM -0700, Guenter Roeck wrote: > > On 4/6/22 06:43, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.10.110 release. > > > There are 597 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, 08 Apr 2022 13:27:53 +0000. > > > Anything received after that time might be too late. > > > > > > > Trying again ... > > > > Test results for v5.10.109-598-gf8a7d8111f45: > > > > Build results: > > total: 161 pass: 150 fail: 11 > > Failed builds: > > alpha:defconfig > > alpha:allmodconfig > > csky:defconfig > > m68k:defconfig > > m68k:allmodconfig > > m68k:sun3_defconfig > > m68k_nommu:m5475evb_defconfig > > microblaze:mmu_defconfig > > nds32:defconfig > > nds32:allmodconfig > > um:defconfig > > Qemu test results: > > total: 477 pass: 453 fail: 24 > > Failed tests: > > <all alpha> > > q800:m68040:mac_defconfig:initrd > > q800:m68040:mac_defconfig:rootfs > > <all microblaze> > > > > Common error is: > > > > fs/binfmt_elf.c: In function 'fill_note_info': > > fs/binfmt_elf.c:2056:53: error: 'regs' undeclared > > > > Looks like a bad backport of upstream commit 9ec7d3230717 > > ("coredump/elf: Pass coredump_params into fill_note_info"). > > Only seen on architectures defining CORE_DUMP_USE_REGSET. > > Ugh, I'll try to fix this up again, thanks for letting me know... Ok, having it fail on um made it easy to fix up (hopefully). I'll go push out a -rc3 with that resolved. thanks for the testing! greg k-h