All of lore.kernel.org
 help / color / mirror / Atom feed
* kexec trouble with gcc-4.3
@ 2009-04-02 18:40 Geoff Levand
  2009-04-03  0:04 ` [Cbe-oss-dev] " Michael Ellerman
  2009-06-22 22:08 ` Geoff Levand
  0 siblings, 2 replies; 5+ messages in thread
From: Geoff Levand @ 2009-04-02 18:40 UTC (permalink / raw)
  To: kexec; +Cc: cbe-oss-dev

Hi,

I tried building kexec with gcc-4.3 from the cell sdk-3.1
and the resulting binary didn't work correctly.  It works
OK with the gcc-4.1 from the same (sdk-3.1).

Here is the last thing seen, then the system hangs:

Starting new kernel
kexec: waiting for cpu 1 (physical 1) to go down
Invalid tag 26 scanning flattened device tree !
Invalid tag 26 scanning flattened device tree !
Invalid tag 26 scanning flattened device tree !

Does anyone have any ideas?

-Geoff


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: [Cbe-oss-dev] kexec trouble with gcc-4.3
  2009-04-02 18:40 kexec trouble with gcc-4.3 Geoff Levand
@ 2009-04-03  0:04 ` Michael Ellerman
  2009-04-03  2:08   ` Geoff Levand
  2009-06-22 22:08 ` Geoff Levand
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Ellerman @ 2009-04-03  0:04 UTC (permalink / raw)
  To: Geoff Levand; +Cc: kexec, cbe-oss-dev


[-- Attachment #1.1: Type: text/plain, Size: 556 bytes --]

On Thu, 2009-04-02 at 11:40 -0700, Geoff Levand wrote:
> Hi,
> 
> I tried building kexec with gcc-4.3 from the cell sdk-3.1
> and the resulting binary didn't work correctly.  It works
> OK with the gcc-4.1 from the same (sdk-3.1).

You mean building kexec-tools? Or building the kernel?

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: [Cbe-oss-dev] kexec trouble with gcc-4.3
  2009-04-03  0:04 ` [Cbe-oss-dev] " Michael Ellerman
@ 2009-04-03  2:08   ` Geoff Levand
  2009-04-03  2:47     ` Michael Ellerman
  0 siblings, 1 reply; 5+ messages in thread
From: Geoff Levand @ 2009-04-03  2:08 UTC (permalink / raw)
  To: michael; +Cc: kexec, cbe-oss-dev

On 04/02/2009 05:04 PM, Michael Ellerman wrote:
> On Thu, 2009-04-02 at 11:40 -0700, Geoff Levand wrote:
>> Hi,
>> 
>> I tried building kexec with gcc-4.3 from the cell sdk-3.1
>> and the resulting binary didn't work correctly.  It works
>> OK with the gcc-4.1 from the same (sdk-3.1).
> 
> You mean building kexec-tools? Or building the kernel?

The kexec program in kexec-tools.


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: [Cbe-oss-dev] kexec trouble with gcc-4.3
  2009-04-03  2:08   ` Geoff Levand
@ 2009-04-03  2:47     ` Michael Ellerman
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2009-04-03  2:47 UTC (permalink / raw)
  To: Geoff Levand; +Cc: kexec, cbe-oss-dev


[-- Attachment #1.1: Type: text/plain, Size: 958 bytes --]

On Thu, 2009-04-02 at 19:08 -0700, Geoff Levand wrote:
> On 04/02/2009 05:04 PM, Michael Ellerman wrote:
> > On Thu, 2009-04-02 at 11:40 -0700, Geoff Levand wrote:
> >> Hi,
> >> 
> >> I tried building kexec with gcc-4.3 from the cell sdk-3.1
> >> and the resulting binary didn't work correctly.  It works
> >> OK with the gcc-4.1 from the same (sdk-3.1).
> > 
> > You mean building kexec-tools? Or building the kernel?
> 
> The kexec program in kexec-tools.

Right. In that case I'd guess there's a bug in the kexec-tools DT
creation code, that's being exposed by the new gcc.

If you compare the DT from a working and non-working version it
shouldn't be too hard to track down.

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: kexec trouble with gcc-4.3
  2009-04-02 18:40 kexec trouble with gcc-4.3 Geoff Levand
  2009-04-03  0:04 ` [Cbe-oss-dev] " Michael Ellerman
@ 2009-06-22 22:08 ` Geoff Levand
  1 sibling, 0 replies; 5+ messages in thread
From: Geoff Levand @ 2009-06-22 22:08 UTC (permalink / raw)
  To: kexec; +Cc: cbe-oss-dev

On 04/02/2009 11:40 AM, Geoff Levand wrote:
> Hi,
> 
> I tried building kexec with gcc-4.3 from the cell sdk-3.1
> and the resulting binary didn't work correctly.  It works
> OK with the gcc-4.1 from the same (sdk-3.1).
> 
> Here is the last thing seen, then the system hangs:
> 
> Starting new kernel
> kexec: waiting for cpu 1 (physical 1) to go down
> Invalid tag 26 scanning flattened device tree !
> Invalid tag 26 scanning flattened device tree !
> Invalid tag 26 scanning flattened device tree !
> 
> Does anyone have any ideas?

I finally got around to investigating this, and now
I can't reproduce it.  I tried with 2.6.29 and the
current mainline kernel.  I can only guess it was
something about the kernel at the time.  

-Geoff


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2009-06-22 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-02 18:40 kexec trouble with gcc-4.3 Geoff Levand
2009-04-03  0:04 ` [Cbe-oss-dev] " Michael Ellerman
2009-04-03  2:08   ` Geoff Levand
2009-04-03  2:47     ` Michael Ellerman
2009-06-22 22:08 ` Geoff Levand

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.