Re: linux-next: build failure after merge of the maple tree

From: Liam Howlett
Date: Thu Feb 17 2022 - 21:14:42 EST


Hi Stephen,

I've fixed up the frame size below and the internal maple tree frame
sizes and pushed fixes.

Thanks,
Liam

* Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> [220217 03:27]:
> Hi all,
>
> After merging the maple tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> In file included from /home/sfr/next/next/mm/damon/vaddr.c:762:
> /home/sfr/next/next/mm/damon/vaddr-test.h: In function 'damon_test_three_regions_in_vmas':
> /home/sfr/next/next/mm/damon/vaddr-test.h:85:1: error: the frame size of 2720 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]
> 85 | }
> | ^
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> 42672fae77a4 ("damon: Convert __damon_va_three_regions to use the VMA iterator")
>
> I have dropped the maple tree for today.
>
> --
> Cheers,
> Stephen Rothwell