Re: 2.4.35.1 and panic at boot with arch=c3 and gcc-4.x

2007-09-06 Thread Willy Tarreau
On Thu, Sep 06, 2007 at 04:37:20PM +0200, Richard Kojedzinszky wrote: > Dear Willy, > > I can confirm that this fixes the problem, the kernel indeed boots on such > a board. Thanks Richard, I'm queuing it for 2.4.35.2. Best regards, Willy - To unsubscribe from this list: send the line "unsubs

Re: 2.4.35.1 and panic at boot with arch=c3 and gcc-4.x

2007-09-06 Thread Richard Kojedzinszky
Tarreau wrote: Date: Thu, 6 Sep 2007 00:00:27 +0200 From: Willy Tarreau <[EMAIL PROTECTED]> To: Axel Reinhold <[EMAIL PROTECTED]>, Richard Kojedzinszky <[EMAIL PROTECTED]> Cc: linux-kernel@vger.kernel.org Subject: 2.4.35.1 and panic at boot with arch=c3 and gcc-4.x Axel,

Re: 2.4.35.1 and panic at boot with arch=c3 and gcc-4.x

2007-09-05 Thread Satyam Sharma
On Thu, 6 Sep 2007, Willy Tarreau wrote: > > I finally tracked the problem down to a dirty trick used to prevent > do_test_wp_bit() from being inlined (Axel, you identified the right > file). Unfortunately, this trick does not work anymore when gcc-4.x > is used without -fno-unit-at-a-time, so l

2.4.35.1 and panic at boot with arch=c3 and gcc-4.x

2007-09-05 Thread Willy Tarreau
Axel, Richard, you both reported a very similar problem to me (panic at boot on VIA c3 with 2.4.35.1 when built with gcc-4.1). I could reproduce the problem with your configs here and compare the code with your working builds. I finally tracked the problem down to a dirty trick used to prevent do