Re: [PATCH 5.10 000/215] 5.10.51-rc1 review

From: Greg Kroah-Hartman
Date: Fri Jul 16 2021 - 14:14:56 EST


On Fri, Jul 16, 2021 at 06:33:27AM -0700, Guenter Roeck wrote:
> On 7/15/21 11:36 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.10.51 release.
> > There are 215 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 Sat, 17 Jul 2021 18:21:07 +0000.
> > Anything received after that time might be too late.
> >
>
>
> Building ia64:defconfig ... failed
> --------------
> Error log:
> <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp]
> mm/page_alloc.c:6270:20: error: conflicting types for 'memmap_init'; have 'void(void)'
> 6270 | void __init __weak memmap_init(void)
> | ^~~~~~~~~~~
> In file included from include/linux/pgtable.h:6,
> from include/linux/mm.h:33,
> from mm/page_alloc.c:19:
> arch/ia64/include/asm/pgtable.h:523:17: note: previous declaration of 'memmap_init' with type 'void(long unsigned int, int, long unsigned int, long unsigned int)'
> 523 | extern void memmap_init (unsigned long size, int nid, unsigned long zone,
> | ^~~~~~~~~~~

Found the offending commit, now dropped.

Will push out -rc2 for all trees now, what a mess...

thanks,

greg k-h