Hi Stephen, On Thu, 17 Feb 2022 18:56:02 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the maple tree, today's linux-next build (i386 defconfig) > produced this warning: > > lib/maple_tree.c: In function 'mas_wr_spanning_store.isra': > lib/maple_tree.c:3941:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] > 3941 | } > | ^ > > Introduced by commit > > 4af8015a7707 ("Maple Tree: Add new data structure") Also lib/maple_tree.c: In function 'mas_wr_modify': lib/maple_tree.c:4249:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 4249 | } | ^ -- Cheers, Stephen Rothwell