Re: Linux 2.6.24.3

2008-02-25 Thread Samuel Masham
On Tue, Feb 26, 2008 at 10:00 AM, Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > We (the -stable team) are announcing the release of the 2.6.24.3 > kernel. > Hi Greg, Stable people :) Can you confirm you have the mips irq probe crash fix in your queue for the next stable release See: http://l

2.6.24 patches for mips qemu target needed for stable.

2008-02-24 Thread Samuel Masham
Hi Stable team, The mips build for qemu (and possibly other targets) crashes when doing any irq probe. Specifically this happens on boot when brining up the ne driver. This is fixed by the following two patches from linus's tree 46f4f8f665080900e865392f4b3593be463bf0d8 - IRQ_NOPROBE helper func

Re: 2.6.24 panics initializing ne2k in mips.

2008-02-22 Thread Samuel Masham
On Sat, Feb 23, 2008 at 7:19 AM, Rob Landley <[EMAIL PROTECTED]> wrote: > On Friday 22 February 2008 08:17:44 you wrote: > > On Tue, Jan 29, 2008 at 8:16 PM, Ralf Baechle <[EMAIL PROTECTED]> wrote: > > > Known problem. The issue only hits when probing IRQs as the NE2000 > > > driver does. Thi

Re: 2.6.24 panics initializing ne2k in mips.

2008-02-22 Thread Samuel Masham
Hi all, On Tue, Jan 29, 2008 at 8:16 PM, Ralf Baechle <[EMAIL PROTECTED]> wrote: > On Mon, Jan 28, 2008 at 02:17:37AM -0600, Rob Landley wrote: > > > The 2.6.23 kernel built for mips with the attached .config works fine for > me > > under qemu (both big endian and little endian), but a 2.6.24 m