Re: [PATCH 5.10 000/599] 5.10.110-rc1 review

From: Guenter Roeck
Date: Tue Apr 05 2022 - 19:35:16 EST


On 4/5/22 00:24, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.110 release.
There are 599 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 Thu, 07 Apr 2022 07:01:33 +0000.
Anything received after that time might be too late.


Building um:defconfig ... failed
Building csky:defconfig ... failed
Building microblaze:mmu_defconfig ... failed
------
Error log:

fs/binfmt_elf.c: In function 'fill_note_info':
fs/binfmt_elf.c:2050:45: error: 'siginfo' undeclared (first use in this function)
2050 | sz = elf_dump_thread_status(siginfo->si_signo, ets);
| ^~~~~~~
fs/binfmt_elf.c:2050:45: note: each undeclared identifier is reported only once for each function it appears in
fs/binfmt_elf.c:2056:53: error: 'regs' undeclared (first use in this function)
2056 | elf_core_copy_regs(&info->prstatus->pr_reg, regs);
| ^~~~

Build just started, so there are likely going to be more failures.

Guenter