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

From: Greg Kroah-Hartman
Date: Wed Apr 06 2022 - 11:09:55 EST


On Tue, Apr 05, 2022 at 06:08:44AM -0700, Guenter Roeck wrote:
> 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.

Thanks, I missed this in my backport. Now should be fixed up, I'll push
out a -rc2 after this goes through some local build tests.

greg k-h