* Re: [000/121] 3.2.51-rc1 review [not found] ` <522C22DB.9080008@roeck-us.net> @ 2013-09-08 8:18 ` Geert Uytterhoeven 2013-09-08 16:52 ` Guenter Roeck 2013-09-09 13:16 ` Greg Ungerer 0 siblings, 2 replies; 8+ messages in thread From: Geert Uytterhoeven @ 2013-09-08 8:18 UTC (permalink / raw) To: Guenter Roeck, Greg Ungerer Cc: Ben Hutchings, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: > m68k-linux-ld: error: no memory region specified for loadable section > `.note.gnu.build-id' I can't seem to find an explicit fix for that since v3.2. Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 ("m68knommu: clean up linker script"). Greg, any idea? > Details are at http://server.roeck-us.net:8010/builders. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-09-08 8:18 ` [000/121] 3.2.51-rc1 review Geert Uytterhoeven @ 2013-09-08 16:52 ` Guenter Roeck 2013-10-20 11:56 ` Ben Hutchings 2013-09-09 13:16 ` Greg Ungerer 1 sibling, 1 reply; 8+ messages in thread From: Guenter Roeck @ 2013-09-08 16:52 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Greg Ungerer, Ben Hutchings, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On 09/08/2013 01:18 AM, Geert Uytterhoeven wrote: > On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: >> m68k-linux-ld: error: no memory region specified for loadable section >> `.note.gnu.build-id' > > I can't seem to find an explicit fix for that since v3.2. > Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 > ("m68knommu: clean up linker script"). > Kind of. Turns out it requires the following patches. 40c1b9cf (m68k: consolidate the vmlinux.lds linker scripts) ed865e31 (m68k: use non-MMU linker script for ColdFire MMU builds) f84f52a5 (m68knommu: clean up linker script) With those patches applied, all my m68k builds (mmu and nommu) pass with 3.2. Guenter ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-09-08 16:52 ` Guenter Roeck @ 2013-10-20 11:56 ` Ben Hutchings 2013-10-20 16:23 ` Guenter Roeck 0 siblings, 1 reply; 8+ messages in thread From: Ben Hutchings @ 2013-10-20 11:56 UTC (permalink / raw) To: Guenter Roeck Cc: Geert Uytterhoeven, Greg Ungerer, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k [-- Attachment #1: Type: text/plain, Size: 1183 bytes --] On Sun, 2013-09-08 at 09:52 -0700, Guenter Roeck wrote: > On 09/08/2013 01:18 AM, Geert Uytterhoeven wrote: > > On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: > >> m68k-linux-ld: error: no memory region specified for loadable section > >> `.note.gnu.build-id' > > > > I can't seem to find an explicit fix for that since v3.2. > > Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 > > ("m68knommu: clean up linker script"). > > > > Kind of. Turns out it requires the following patches. > > 40c1b9cf (m68k: consolidate the vmlinux.lds linker scripts) > ed865e31 (m68k: use non-MMU linker script for ColdFire MMU builds) > f84f52a5 (m68knommu: clean up linker script) > > With those patches applied, all my m68k builds (mmu and nommu) pass with 3.2. I've queued these up for 3.2. The first looks quite a big change in terms of lines, but most of that is just renaming a file so I think it's within the spirit of the stable rules. The third is also pretty big as m68knommu seems so broken in 3.2 that I suppose it is OK. Ben. -- Ben Hutchings Tomorrow will be cancelled due to lack of interest. [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-10-20 11:56 ` Ben Hutchings @ 2013-10-20 16:23 ` Guenter Roeck 2013-10-20 18:05 ` Ben Hutchings 0 siblings, 1 reply; 8+ messages in thread From: Guenter Roeck @ 2013-10-20 16:23 UTC (permalink / raw) To: Ben Hutchings Cc: Geert Uytterhoeven, Greg Ungerer, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On 10/20/2013 04:56 AM, Ben Hutchings wrote: > On Sun, 2013-09-08 at 09:52 -0700, Guenter Roeck wrote: >> On 09/08/2013 01:18 AM, Geert Uytterhoeven wrote: >>> On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: >>>> m68k-linux-ld: error: no memory region specified for loadable section >>>> `.note.gnu.build-id' >>> >>> I can't seem to find an explicit fix for that since v3.2. >>> Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 >>> ("m68knommu: clean up linker script"). >>> >> >> Kind of. Turns out it requires the following patches. >> >> 40c1b9cf (m68k: consolidate the vmlinux.lds linker scripts) >> ed865e31 (m68k: use non-MMU linker script for ColdFire MMU builds) >> f84f52a5 (m68knommu: clean up linker script) >> >> With those patches applied, all my m68k builds (mmu and nommu) pass with 3.2. > > I've queued these up for 3.2. The first looks quite a big change in > terms of lines, but most of that is just renaming a file so I think it's > within the spirit of the stable rules. The third is also pretty big as > m68knommu seems so broken in 3.2 that I suppose it is OK. > > Ben. > Hi Ben, is that in your patch list yet ? Just wondering, because the latest nommu build still failed. Thanks, Guenter ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-10-20 16:23 ` Guenter Roeck @ 2013-10-20 18:05 ` Ben Hutchings 2013-10-20 19:28 ` Guenter Roeck 0 siblings, 1 reply; 8+ messages in thread From: Ben Hutchings @ 2013-10-20 18:05 UTC (permalink / raw) To: Guenter Roeck Cc: Geert Uytterhoeven, Greg Ungerer, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k [-- Attachment #1: Type: text/plain, Size: 1514 bytes --] On Sun, 2013-10-20 at 09:23 -0700, Guenter Roeck wrote: > On 10/20/2013 04:56 AM, Ben Hutchings wrote: > > On Sun, 2013-09-08 at 09:52 -0700, Guenter Roeck wrote: > >> On 09/08/2013 01:18 AM, Geert Uytterhoeven wrote: > >>> On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: > >>>> m68k-linux-ld: error: no memory region specified for loadable section > >>>> `.note.gnu.build-id' > >>> > >>> I can't seem to find an explicit fix for that since v3.2. > >>> Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 > >>> ("m68knommu: clean up linker script"). > >>> > >> > >> Kind of. Turns out it requires the following patches. > >> > >> 40c1b9cf (m68k: consolidate the vmlinux.lds linker scripts) > >> ed865e31 (m68k: use non-MMU linker script for ColdFire MMU builds) > >> f84f52a5 (m68knommu: clean up linker script) > >> > >> With those patches applied, all my m68k builds (mmu and nommu) pass with 3.2. > > > > I've queued these up for 3.2. The first looks quite a big change in > > terms of lines, but most of that is just renaming a file so I think it's > > within the spirit of the stable rules. The third is also pretty big as > > m68knommu seems so broken in 3.2 that I suppose it is OK. > > > > Ben. > > > Hi Ben, > > is that in your patch list yet ? Just wondering, because the latest nommu build still failed. I've only just pushed them. Ben. -- Ben Hutchings Tomorrow will be cancelled due to lack of interest. [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-10-20 18:05 ` Ben Hutchings @ 2013-10-20 19:28 ` Guenter Roeck 0 siblings, 0 replies; 8+ messages in thread From: Guenter Roeck @ 2013-10-20 19:28 UTC (permalink / raw) To: Ben Hutchings Cc: Geert Uytterhoeven, Greg Ungerer, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On 10/20/2013 11:05 AM, Ben Hutchings wrote: > On Sun, 2013-10-20 at 09:23 -0700, Guenter Roeck wrote: >> On 10/20/2013 04:56 AM, Ben Hutchings wrote: >>> On Sun, 2013-09-08 at 09:52 -0700, Guenter Roeck wrote: >>>> On 09/08/2013 01:18 AM, Geert Uytterhoeven wrote: >>>>> On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: >>>>>> m68k-linux-ld: error: no memory region specified for loadable section >>>>>> `.note.gnu.build-id' >>>>> >>>>> I can't seem to find an explicit fix for that since v3.2. >>>>> Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 >>>>> ("m68knommu: clean up linker script"). >>>>> >>>> >>>> Kind of. Turns out it requires the following patches. >>>> >>>> 40c1b9cf (m68k: consolidate the vmlinux.lds linker scripts) >>>> ed865e31 (m68k: use non-MMU linker script for ColdFire MMU builds) >>>> f84f52a5 (m68knommu: clean up linker script) >>>> >>>> With those patches applied, all my m68k builds (mmu and nommu) pass with 3.2. >>> >>> I've queued these up for 3.2. The first looks quite a big change in >>> terms of lines, but most of that is just renaming a file so I think it's >>> within the spirit of the stable rules. The third is also pretty big as >>> m68knommu seems so broken in 3.2 that I suppose it is OK. >>> >>> Ben. >>> >> Hi Ben, >> >> is that in your patch list yet ? Just wondering, because the latest nommu build still failed. > > I've only just pushed them. > Yes, I see that m68k-nommu build failures are all gone now. Great! Thanks, Guenter ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-09-08 8:18 ` [000/121] 3.2.51-rc1 review Geert Uytterhoeven 2013-09-08 16:52 ` Guenter Roeck @ 2013-09-09 13:16 ` Greg Ungerer 2013-09-09 13:26 ` Guenter Roeck 1 sibling, 1 reply; 8+ messages in thread From: Greg Ungerer @ 2013-09-09 13:16 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Guenter Roeck, Ben Hutchings, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On 08/09/13 18:18, Geert Uytterhoeven wrote: > On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: >> m68k-linux-ld: error: no memory region specified for loadable section >> `.note.gnu.build-id' > > I can't seem to find an explicit fix for that since v3.2. > Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 > ("m68knommu: clean up linker script"). > > Greg, any idea? Looks like Guenter found follow up patches that fix it. I don't recall this specific change breaking like this at the time though. Regards Greg >> Details are at http://server.roeck-us.net:8010/builders. > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds > -- > To unsubscribe from this list: send the line "unsubscribe linux-m68k" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [000/121] 3.2.51-rc1 review 2013-09-09 13:16 ` Greg Ungerer @ 2013-09-09 13:26 ` Guenter Roeck 0 siblings, 0 replies; 8+ messages in thread From: Guenter Roeck @ 2013-09-09 13:26 UTC (permalink / raw) To: Greg Ungerer Cc: Geert Uytterhoeven, Ben Hutchings, linux-kernel@vger.kernel.org, stable, Linus Torvalds, Andrew Morton, Linux/m68k On 09/09/2013 06:16 AM, Greg Ungerer wrote: > On 08/09/13 18:18, Geert Uytterhoeven wrote: >> On Sun, Sep 8, 2013 at 9:10 AM, Guenter Roeck <linux@roeck-us.net> wrote: >>> m68k-linux-ld: error: no memory region specified for loadable section >>> `.note.gnu.build-id' >> >> I can't seem to find an explicit fix for that since v3.2. >> Perhaps the fix is a side effect of f84f52a5c15db7d14a534815f27253b001735183 >> ("m68knommu: clean up linker script"). >> >> Greg, any idea? > > Looks like Guenter found follow up patches that fix it. I don't recall > this specific change breaking like this at the time though. > I think .note.gnu.build-id is a relatively recent addition. May well be that compilers / linkers used at the time didn't generate it. Guenter ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-10-20 19:28 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <lsq.1378608720.401499712@decadent.org.uk>
[not found] ` <522C22DB.9080008@roeck-us.net>
2013-09-08 8:18 ` [000/121] 3.2.51-rc1 review Geert Uytterhoeven
2013-09-08 16:52 ` Guenter Roeck
2013-10-20 11:56 ` Ben Hutchings
2013-10-20 16:23 ` Guenter Roeck
2013-10-20 18:05 ` Ben Hutchings
2013-10-20 19:28 ` Guenter Roeck
2013-09-09 13:16 ` Greg Ungerer
2013-09-09 13:26 ` Guenter Roeck
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox