All of lore.kernel.org
 help / color / mirror / Atom feed
* Reporting stable build failure from commit bca9ca
@ 2021-02-08 21:14 David Michael
  2021-02-09  7:21 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: David Michael @ 2021-02-08 21:14 UTC (permalink / raw)
  To: stable

Hi,

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.

Thanks.

David

[0] https://github.com/gregkh/linux/commit/bca9ca5a603f6c5586a7dfd35e06abe6d5fcd559
[1] https://dpaste.com/7SZMWCU89.txt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reporting stable build failure from commit bca9ca
  2021-02-08 21:14 Reporting stable build failure from commit bca9ca David Michael
@ 2021-02-09  7:21 ` Greg KH
  2021-02-11 18:18   ` David Michael
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2021-02-09  7:21 UTC (permalink / raw)
  To: David Michael; +Cc: stable

On Mon, Feb 08, 2021 at 04:14:44PM -0500, David Michael wrote:
> Hi,
> 
> 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?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reporting stable build failure from commit bca9ca
  2021-02-09  7:21 ` Greg KH
@ 2021-02-11 18:18   ` David Michael
  2021-02-11 19:28     ` Christophe Leroy
  0 siblings, 1 reply; 6+ messages in thread
From: David Michael @ 2021-02-11 18:18 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, christophe.leroy, mpe

On Tue, Feb 9, 2021 at 2:21 AM Greg KH <gregkh@linuxfoundation.org> 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.

Thanks.

David

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reporting stable build failure from commit bca9ca
  2021-02-11 18:18   ` David Michael
@ 2021-02-11 19:28     ` Christophe Leroy
  2021-02-11 19:41       ` David Michael
  0 siblings, 1 reply; 6+ messages in thread
From: Christophe Leroy @ 2021-02-11 19:28 UTC (permalink / raw)
  To: David Michael, Greg KH; +Cc: stable, mpe



Le 11/02/2021 à 19:18, David Michael a écrit :
> On Tue, Feb 9, 2021 at 2:21 AM Greg KH <gregkh@linuxfoundation.org> 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

Christophe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reporting stable build failure from commit bca9ca
  2021-02-11 19:28     ` Christophe Leroy
@ 2021-02-11 19:41       ` David Michael
  2021-02-11 19:54         ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: David Michael @ 2021-02-11 19:41 UTC (permalink / raw)
  To: Christophe Leroy; +Cc: Greg KH, stable, mpe

On Thu, Feb 11, 2021 at 2:28 PM Christophe Leroy
<christophe.leroy@csgroup.eu> wrote:
> Le 11/02/2021 à 19:18, David Michael a écrit :
> > On Tue, Feb 9, 2021 at 2:21 AM Greg KH <gregkh@linuxfoundation.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reporting stable build failure from commit bca9ca
  2021-02-11 19:41       ` David Michael
@ 2021-02-11 19:54         ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-02-11 19:54 UTC (permalink / raw)
  To: David Michael; +Cc: Christophe Leroy, stable, mpe

On Thu, Feb 11, 2021 at 02:41:48PM -0500, David Michael wrote:
> On Thu, Feb 11, 2021 at 2:28 PM Christophe Leroy
> <christophe.leroy@csgroup.eu> wrote:
> > Le 11/02/2021 à 19:18, David Michael a écrit :
> > > On Tue, Feb 9, 2021 at 2:21 AM Greg KH <gregkh@linuxfoundation.org> 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.

Can you provide a working backport?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-11 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-08 21:14 Reporting stable build failure from commit bca9ca David Michael
2021-02-09  7:21 ` Greg KH
2021-02-11 18:18   ` David Michael
2021-02-11 19:28     ` Christophe Leroy
2021-02-11 19:41       ` David Michael
2021-02-11 19:54         ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.