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

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 11:36 AM Jakub Kicinski wrote: > > On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > > index 5769fe6e4950..ea4005d2d1a9 100644 > > --- a/include/linux/page-flags.h > > +++ b/include/linux/page-f

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

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 9:13 AM LEROY Christophe wrote: > > > > Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > >>> guessing by searching for "39" in net/core/

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 13:05:32 -0700 Mina Almasry wrote: > Change, got NAKed: > https://lore.kernel.org/netdev/zusq9bt9vg7o2...@casper.infradead.org/ Humpf. > But AFAICT we don't really need to do this inside of mm, affecting > things like compound_head. This equivalent change also makes the build

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > index 5769fe6e4950..ea4005d2d1a9 100644 > --- a/include/linux/page-flags.h > +++ b/include/linux/page-flags.h > @@ -239,8 +239,8 @@ static inline unsigned long _compound_h

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

2024-09-13 Thread LEROY Christophe
Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am >>> guessing by searching for "39" in net/core/page_pool.s >>> >>> This is maybe called from page_pool_unref_netmem(

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > > The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > > guessing by searching for "39" in net/core/page_pool.s > > > > This is maybe called from page_pool_unref_netmem() > > Thanks! The compiler version helped, I can

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 20:41:38 +1000 Stephen Rothwell wrote: > I have bisected it (just using the net-next tree) to commit > > 8ab79ed50cf10f338465c296012500de1081646f is the first bad commit > commit 8ab79ed50cf10f338465c296012500de1081646f > Author: Mina Almasry > Date: Tue Sep 10 17:14:49 2024