On Thu, Sep 12, 2024 at 8:05 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Fri, 13 Sep 2024 12:53:02 +1000 Stephen Rothwell wrote: > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is not a multiple of 4) > > make[5]: *** [/home/sfr/next/next/scripts/Makefile.build:229: net/core/page_pool.o] Error 1 > > Ugh, bad times for networking, I just "fixed" the HSR one a few hours > ago. Any idea what line of code this is? I'm dusting off my powerpc > build but the error is somewhat enigmatic. FWIW I couldn't reproduce this with these steps on top of net-next/main (devmem TCP is there): make ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- ppc64_defconfig make ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- -j80 (build succeeds) What am I doing wrong? -- Thanks, Mina