linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00
@ 2009-04-17 16:24 Eric Moore
  2009-04-21 15:08 ` Moore, Eric
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Moore @ 2009-04-17 16:24 UTC (permalink / raw)
  To: linux-scsi; +Cc: James.Bottomley

2nd Post:
Per Martin Petersen suggestions on T10 DIF - For type 1 protection
only set reference and gaurd tag checking.  For type 3 protection only
set guard tag checking.  Deleted the calling of scsi_host_set_guard.

1st Post:
Here is set of misc bug fix's, to include T10 DIF support, and Lun Reset
Support.

Please consider for inclusion.

Signed-off-by: Eric Moore <eric.moore@lsi.com>

[PATCH 1/14 - 2nd post] mpt2sas: unique ioctl magic number
[PATCH 2/14 - 2nd post] mpt2sas: the sanity check in base_interrupt needs to be on dword boundary
[PATCH 3/14 - 2nd post] mpt2sas: fix oops when firmware sends large sense buffer size
[PATCH 4/14 - 2nd post] mpt2sas: running out of message frames
[PATCH 5/14 - 2nd post] mpt2sas: driver name needs to be in the MPT2IOCINFO ioctl
[PATCH 6/14 - 2nd post] mpt2sas: Identify Dell series-7 adapters at driver load time.
[PATCH 7/14 - 2nd post] mpt2sas: Broadcast Primative AEN bug fix.
[PATCH 8/14 - 2nd post] mpt2sas: release diagnotic buffers prior host reset
[PATCH 9/14 - 2nd post] mpt2sas: T10 DIF Support - EEDP
[PATCH 10/14 - 2nd post] mpt2sas: LUN Reset Support
[PATCH 11/14 - 2nd post] mpt2sas: add query task support for MPT2COMMAND  ioctl
[PATCH 12/14 - 2nd post] mpt2sas: using the same naming convention for all static function
[PATCH 13/14 - 2nd post] mpt2sas: fix hotplug event processing
[PATCH 14/14 - 2nd post] mpt2sas: bump driver version to 01.100.02.00

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

* RE: [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00
  2009-04-17 16:24 [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00 Eric Moore
@ 2009-04-21 15:08 ` Moore, Eric
  2009-04-21 15:25   ` James Bottomley
  0 siblings, 1 reply; 4+ messages in thread
From: Moore, Eric @ 2009-04-21 15:08 UTC (permalink / raw)
  To: James.Bottomley@HansenPartnership.com; +Cc: linux-scsi@vger.kernel.org

James - Can you please push these patchs into 2.6.30-rc ?

Thankyou,
Eric Moore

On Friday, April 17, 2009 10:24 AM, Eric Moore wrote:
> 
> 2nd Post:
> Per Martin Petersen suggestions on T10 DIF - For type 1 protection
> only set reference and gaurd tag checking.  For type 3 protection only
> set guard tag checking.  Deleted the calling of scsi_host_set_guard.
> 
> 1st Post:
> Here is set of misc bug fix's, to include T10 DIF support, 
> and Lun Reset
> Support.
> 
> Please consider for inclusion.
> 
> Signed-off-by: Eric Moore <eric.moore@lsi.com>
> 
> [PATCH 1/14 - 2nd post] mpt2sas: unique ioctl magic number
> [PATCH 2/14 - 2nd post] mpt2sas: the sanity check in 
> base_interrupt needs to be on dword boundary
> [PATCH 3/14 - 2nd post] mpt2sas: fix oops when firmware sends 
> large sense buffer size
> [PATCH 4/14 - 2nd post] mpt2sas: running out of message frames
> [PATCH 5/14 - 2nd post] mpt2sas: driver name needs to be in 
> the MPT2IOCINFO ioctl
> [PATCH 6/14 - 2nd post] mpt2sas: Identify Dell series-7 
> adapters at driver load time.
> [PATCH 7/14 - 2nd post] mpt2sas: Broadcast Primative AEN bug fix.
> [PATCH 8/14 - 2nd post] mpt2sas: release diagnotic buffers 
> prior host reset
> [PATCH 9/14 - 2nd post] mpt2sas: T10 DIF Support - EEDP
> [PATCH 10/14 - 2nd post] mpt2sas: LUN Reset Support
> [PATCH 11/14 - 2nd post] mpt2sas: add query task support for 
> MPT2COMMAND  ioctl
> [PATCH 12/14 - 2nd post] mpt2sas: using the same naming 
> convention for all static function
> [PATCH 13/14 - 2nd post] mpt2sas: fix hotplug event processing
> [PATCH 14/14 - 2nd post] mpt2sas: bump driver version to 01.100.02.00
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* RE: [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00
  2009-04-21 15:08 ` Moore, Eric
@ 2009-04-21 15:25   ` James Bottomley
  2009-04-21 21:03     ` Moore, Eric
  0 siblings, 1 reply; 4+ messages in thread
From: James Bottomley @ 2009-04-21 15:25 UTC (permalink / raw)
  To: Moore, Eric; +Cc: linux-scsi@vger.kernel.org

On Tue, 2009-04-21 at 08:08 -0700, Moore, Eric wrote:
> James - Can you please push these patchs into 2.6.30-rc ?

OK, so separate the patches into bug fixes (or -rc) and features (for
next merge window).  T10 DIF is clearly a feature as is lun reset
support and driver name in ioctl and updating the functional naming
conventions.

James



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

* RE: [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00
  2009-04-21 15:25   ` James Bottomley
@ 2009-04-21 21:03     ` Moore, Eric
  0 siblings, 0 replies; 4+ messages in thread
From: Moore, Eric @ 2009-04-21 21:03 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi@vger.kernel.org

On Tuesday, April 21, 2009 9:25 AM, James Bottomley wrote: 
> On Tue, 2009-04-21 at 08:08 -0700, Moore, Eric wrote:
> > James - Can you please push these patchs into 2.6.30-rc ?
> 
> OK, so separate the patches into bug fixes (or -rc) and features (for
> next merge window).  T10 DIF is clearly a feature as is lun reset
> support and driver name in ioctl and updating the functional naming
> conventions.
> 

In my opinion the "driver name in ioctl" is a bug fix becuase the application doesnt' load without recognizing mpt2sas naming in the ioctl.   This is there in the mptsas driver, however I missed it when I ported the code over to mpt2sas.

I will repost the set of patch's minus the T10 DIF, lun reset, and functional renaming.

Eric







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

end of thread, other threads:[~2009-04-21 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 16:24 [PATCH 0/14 - 2nd post] mpt2sas: driver version 01.100.02.00 Eric Moore
2009-04-21 15:08 ` Moore, Eric
2009-04-21 15:25   ` James Bottomley
2009-04-21 21:03     ` Moore, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).