On Thu, Feb 11, 2021 at 2:28 PM Christophe Leroy <christophe.leroy@xxxxxxxxxx> wrote: > Le 11/02/2021 à 19:18, David Michael a écrit : > > On Tue, Feb 9, 2021 at 2:21 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > >> On Mon, Feb 08, 2021 at 04:14:44PM -0500, David Michael wrote: > >>> Commit bca9ca[0] causes a build failure while building for a G4 system > >>> since 5.10.8: > >>> > >>> arch/powerpc/kernel/head_book3s_32.S: Assembler messages: > >>> arch/powerpc/kernel/head_book3s_32.S:296: Error: attempt to move .org backwards > >>> make[2]: *** [scripts/Makefile.build:360: > >>> arch/powerpc/kernel/head_book3s_32.o] Error 1 > >>> > >>> Reverting the commit allows it to build. I've uploaded the config[1], > >>> but let me know if you need other information. > >> > >> Do you also have the same build failure in Linus's tree with this commit > >> in it? And why not cc: the authors of the offending patch? > > > > No, 5.11-rc7 builds correctly with the same > > https://dpaste.com/7SZMWCU89.txt olddefconfiged. I've CCed the commit > > authors. > > Should be fixed by following commit: > > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=next&id=3642eb21256a317ac14e9ed560242c6d20cf06d9 Yes, that fixed the build after editing it to apply to head_32.h in the 5.10 branch. Thanks. David