RE: Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-31 Thread Patro, Sumant
@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump On Fri, 05 Jan 2007 07:10:09 -0800, Sumant Patro wrote: > This command clears the pending commands in the adapter > and re-initialize its internal RAID str

Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-31 Thread Matthias Urlichs
On Fri, 05 Jan 2007 07:10:09 -0800, Sumant Patro wrote: > This command clears the pending commands in the adapter > and re-initialize its internal RAID structure. > Without this change, megaraid driver either panics or fails to > initialize the adapter during kdump'

Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-05 Thread Randy Dunlap
To: Patro, Sumant Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org; Kolli, Neela; Yang, Bo; Patro, Sumant Subject: Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump On Fri, 05 Jan 2007 07:10:09 -0800 Sumant Patro wrote: Hi, --- Document

RE: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-05 Thread Patro, Sumant
: megaraid_{mm,mbox} init fix for kdump On Fri, 05 Jan 2007 07:10:09 -0800 Sumant Patro wrote: Hi, > --- > > Documentation/scsi/ChangeLog.megaraid | 16 ++ > drivers/scsi/megaraid/megaraid_mbox.c | 140 +++- > drivers/scsi/megaraid/megaraid_mbox.h |4 >

Re: [PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-05 Thread Randy Dunlap
On Fri, 05 Jan 2007 07:10:09 -0800 Sumant Patro wrote: Hi, > --- > > Documentation/scsi/ChangeLog.megaraid | 16 ++ > drivers/scsi/megaraid/megaraid_mbox.c | 140 +++- > drivers/scsi/megaraid/megaraid_mbox.h |4 > 3 files changed, 130 insertions(+), 30 deletions(-) >

[PATCH] scsi: megaraid_{mm,mbox} init fix for kdump

2007-01-05 Thread Sumant Patro
1. Changes in Initialization to fix kdump failure. Send SYNC command on loading. This command clears the pending commands in the adapter and re-initialize its internal RAID structure. Without this change, megaraid driver either panics or fails to initia

RE: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump

2007-01-02 Thread Patro, Sumant
@vger.kernel.org; Kolli, Neela; Yang, Bo; Patro, Sumant Subject: Re: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump On Fri, 29 Dec 2006 08:02:17 -0800 Sumant Patro wrote: See Documentation/SubmittingPatches: Please include output of "diffstat -p1 -w70" so that we can easily see the scope of t

Re: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump

2006-12-30 Thread Randy Dunlap
On Sat, 30 Dec 2006 09:31:38 -0500 Douglas Gilbert wrote: > Randy Dunlap wrote: > > On Fri, 29 Dec 2006 08:02:17 -0800 Sumant Patro wrote: > > > > See Documentation/SubmittingPatches: > > Please include output of "diffstat -p1 -w70" so that we can easily see > > the scope of the changes. > > > >

Re: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump

2006-12-30 Thread Douglas Gilbert
Randy Dunlap wrote: > On Fri, 29 Dec 2006 08:02:17 -0800 Sumant Patro wrote: > > See Documentation/SubmittingPatches: > Please include output of "diffstat -p1 -w70" so that we can easily see > the scope of the changes. > > and see Documentation/CodingStyle for comments below: > > >> diff -uprN

Re: [Patch] scsi: megaraid_{mm,mbox}: init fix for kdump

2006-12-29 Thread Randy Dunlap
On Fri, 29 Dec 2006 08:02:17 -0800 Sumant Patro wrote: See Documentation/SubmittingPatches: Please include output of "diffstat -p1 -w70" so that we can easily see the scope of the changes. and see Documentation/CodingStyle for comments below: > diff -uprN linux-2.6.orig/drivers/scsi/megaraid/me

[Patch] scsi: megaraid_{mm,mbox}: init fix for kdump

2006-12-29 Thread Sumant Patro
- Changes in Initialization to fix kdump failure. Without this fix, megaraid driver either panics or fails to initialize the adapter during the kdump's 2nd kernel boot if there are pending commands or interrupts from other devices sharing the same IRQ. Fix:Send SYNC command on loading. This comman