Re: [ PATCH ] mptsas: Fix oops for insmod during kexec

2007-03-10 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 03:22:13PM -0700, Moore, Eric wrote: > On Friday, March 09, 2007 2:23 PM, Christoph Hellwig wrote: > > > > This needs a much better explanation. Please show the codepath > > leading to this. > > > > > > I was working with Judith on this patch earlier this week, so this

RE: [ PATCH ] mptsas: Fix oops for insmod during kexec

2007-03-09 Thread Moore, Eric
On Friday, March 09, 2007 2:23 PM, Christoph Hellwig wrote: > This needs a much better explanation. Please show the codepath > leading to this. > > I was working with Judith on this patch earlier this week, so this is approved by LSI,,, ACK. This fix's an oops during driver load time. mpts

Re: [ PATCH ] mptsas: Fix oops for insmod during kexec

2007-03-09 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 01:07:44PM -0800, Judith Lebzelter wrote: > Hello, > > This patch is to fix an oops on insmod for mptsas during kexec. > This applies to 2.6.21-rc3. > > Signed-off-by: Judith Lebzelter <[EMAIL PROTECTED] > > --- > > > Index: linux-2.6.21-rc3/drivers/message/fusion/mpts

[ PATCH ] mptsas: Fix oops for insmod during kexec

2007-03-09 Thread Judith Lebzelter
Hello, This patch is to fix an oops on insmod for mptsas during kexec. This applies to 2.6.21-rc3. Signed-off-by: Judith Lebzelter <[EMAIL PROTECTED] --- Index: linux-2.6.21-rc3/drivers/message/fusion/mptsas.c === --- linux-2.6.2