Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-11 Thread Bob Tracy
Yesterday, I thought what I wanted to do was the ".c" file equivalent of the '.section .alphalib,"ax"' substitution we made to the ".S" files. I'm getting a good kernel build with the following patch: --CUT HERE-- --- linux/arch/alpha/lib/memcpy.c.orig 2016-10-20 01:11:37.0

Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-11 Thread Michael Cree
On Sun, Sep 10, 2017 at 10:23:40PM -0500, Bob Tracy wrote: > On Sun, Sep 10, 2017 at 10:16:41PM -0500, Bob Tracy wrote: > > On Sun, Sep 10, 2017 at 07:59:40PM -0700, Matt Turner wrote: > > > On Sun, Sep 10, 2017 at 3:34 PM, Bob Tracy wrote: > > > > Here we go again :-(.

Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-10 Thread Bob Tracy
On Sun, Sep 10, 2017 at 10:16:41PM -0500, Bob Tracy wrote: > On Sun, Sep 10, 2017 at 07:59:40PM -0700, Matt Turner wrote: > > On Sun, Sep 10, 2017 at 3:34 PM, Bob Tracy wrote: > > > Here we go again :-(. Tool versions as follows: > > > (...) > > > > > > MODPOST vmlinux.o

Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-10 Thread Bob Tracy
On Sun, Sep 10, 2017 at 07:59:40PM -0700, Matt Turner wrote: > On Sun, Sep 10, 2017 at 3:34 PM, Bob Tracy wrote: > > Here we go again :-(. Tool versions as follows: > > > > gcc version 7.2.0 (Debian 7.2.0-3) > > GNU ld (GNU Binutils for Debian) 2.29 (binutils 2.29-9) > > >

Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-10 Thread Matt Turner
On Sun, Sep 10, 2017 at 3:34 PM, Bob Tracy wrote: > Here we go again :-(. Tool versions as follows: > > gcc version 7.2.0 (Debian 7.2.0-3) > GNU ld (GNU Binutils for Debian) 2.29 (binutils 2.29-9) > > Note evidence of the ".alphalib" section patch first tried with the 4.9

[BUG] 4.13.0 kernel build error on Alpha

2017-09-10 Thread Bob Tracy
Here we go again :-(. Tool versions as follows: gcc version 7.2.0 (Debian 7.2.0-3) GNU ld (GNU Binutils for Debian) 2.29 (binutils 2.29-9) Note evidence of the ".alphalib" section patch first tried with the 4.9 kernel source. It has worked well up through 4.12. I didn't try building any of