* [PATCH 0/10] mpt2sas: Description Patch
@ 2011-01-04 6:00 Kashyap, Desai
2011-01-04 16:00 ` James Bottomley
2011-01-18 18:29 ` Desai, Kashyap
0 siblings, 2 replies; 5+ messages in thread
From: Kashyap, Desai @ 2011-01-04 6:00 UTC (permalink / raw)
To: linux-scsi; +Cc: James.Bottomley, Eric.Moore, Sathya.Prakash
MPT2SAS driver changes.
These patches are taken from 2.6.37-rc5.
Please consider this patch set for next kernel release.
[PATCH 01/10] mpt2sas: Device removal handshake even though the
PHYSTATUS_VACANT bit is set in the PhyStatus
[PATCH 02/10] mpt2sas: Internal device reset complete event is not
supported for older firmware prior to MPI Rev K
[PATCH 03/10] mpt2sas: Correct resizing calculation for max_queue_depth
[PATCH 04/10] mpt2sas: Revision P MPI Header Update
[PATCH 05/10] mpt2sas: Add support for Customer specific branding messages
[PATCH 06/10] mpt2sas: Fix the race between broadcast asyn event and scsi
command completion.
[PATCH 07/10] mpt2sas: Prevent access to freed memory from port enable process
[PATCH 08/10] mpt2sas: Basic Code Cleanup in mpt2sas_base
[PATCH 09/10] mpt2sas: Call the _scsih_ir_shutdown prior to reporting the
volumes missing from the OS
[PATCH 10/10] mpt2sas: Bump version 08.100.00.00
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
---
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/10] mpt2sas: Description Patch
2011-01-04 6:00 [PATCH 0/10] mpt2sas: Description Patch Kashyap, Desai
@ 2011-01-04 16:00 ` James Bottomley
2011-01-04 19:33 ` Desai, Kashyap
2011-01-18 18:29 ` Desai, Kashyap
1 sibling, 1 reply; 5+ messages in thread
From: James Bottomley @ 2011-01-04 16:00 UTC (permalink / raw)
To: Kashyap, Desai; +Cc: linux-scsi, Eric.Moore, Sathya.Prakash
On Tue, 2011-01-04 at 11:30 +0530, Kashyap, Desai wrote:
> MPT2SAS driver changes.
> These patches are taken from 2.6.37-rc5.
> Please consider this patch set for next kernel release.
That's a bit unlikely considering we're probably only a day or so away
from a 2.6.37 kernel release. It takes time to go through the
linux-next and code inspection process.
I can add them to scsi-misc with a cc stable (at least for the ones that
are bug fixes):
> [PATCH 01/10] mpt2sas: Device removal handshake even though the
> PHYSTATUS_VACANT bit is set in the PhyStatus
> [PATCH 02/10] mpt2sas: Internal device reset complete event is not
> supported for older firmware prior to MPI Rev K
> [PATCH 03/10] mpt2sas: Correct resizing calculation for max_queue_depth
> [PATCH 04/10] mpt2sas: Revision P MPI Header Update
This is an update not a bug fix
> [PATCH 05/10] mpt2sas: Add support for Customer specific branding messages
This is an update, not a bug fix
> [PATCH 06/10] mpt2sas: Fix the race between broadcast asyn event and scsi
> command completion.
This patch seems to contain half the branding stuff from 5/10 ... please
separate them
> [PATCH 07/10] mpt2sas: Prevent access to freed memory from port enable process
> [PATCH 08/10] mpt2sas: Basic Code Cleanup in mpt2sas_base
A code cleanup is not a bug fix.
> [PATCH 09/10] mpt2sas: Call the _scsih_ir_shutdown prior to reporting the
> volumes missing from the OS
> [PATCH 10/10] mpt2sas: Bump version 08.100.00.00
>
> Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
So that's 1-3 bug fixes, rework 5,6 so it becomes a clean separation
between enhancement and bug fix and 7,9 are bug fixes.
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 0/10] mpt2sas: Description Patch
2011-01-04 16:00 ` James Bottomley
@ 2011-01-04 19:33 ` Desai, Kashyap
0 siblings, 0 replies; 5+ messages in thread
From: Desai, Kashyap @ 2011-01-04 19:33 UTC (permalink / raw)
To: James Bottomley; +Cc: linux-scsi@vger.kernel.org, Moore, Eric, Prakash, Sathya
> -----Original Message-----
> From: James Bottomley [mailto:James.Bottomley@suse.de]
> Sent: Tuesday, January 04, 2011 9:31 PM
> To: Desai, Kashyap
> Cc: linux-scsi@vger.kernel.org; Moore, Eric; Prakash, Sathya
> Subject: Re: [PATCH 0/10] mpt2sas: Description Patch
>
> On Tue, 2011-01-04 at 11:30 +0530, Kashyap, Desai wrote:
> > MPT2SAS driver changes.
> > These patches are taken from 2.6.37-rc5.
> > Please consider this patch set for next kernel release.
>
> That's a bit unlikely considering we're probably only a day or so away
> from a 2.6.37 kernel release. It takes time to go through the
> linux-next and code inspection process.
>
> I can add them to scsi-misc with a cc stable (at least for the ones
> that
> are bug fixes):
>
> > [PATCH 01/10] mpt2sas: Device removal handshake even though the
> > PHYSTATUS_VACANT bit is set in the PhyStatus
> > [PATCH 02/10] mpt2sas: Internal device reset complete event is not
> > supported for older firmware prior to MPI Rev K
> > [PATCH 03/10] mpt2sas: Correct resizing calculation for
> max_queue_depth
> > [PATCH 04/10] mpt2sas: Revision P MPI Header Update
>
> This is an update not a bug fix
>
> > [PATCH 05/10] mpt2sas: Add support for Customer specific branding
> messages
>
> This is an update, not a bug fix
>
> > [PATCH 06/10] mpt2sas: Fix the race between broadcast asyn event and
> scsi
> > command completion.
>
> This patch seems to contain half the branding stuff from 5/10 ...
> please
> separate them
>
> > [PATCH 07/10] mpt2sas: Prevent access to freed memory from port
> enable process
> > [PATCH 08/10] mpt2sas: Basic Code Cleanup in mpt2sas_base
>
> A code cleanup is not a bug fix.
>
> > [PATCH 09/10] mpt2sas: Call the _scsih_ir_shutdown prior to reporting
> the
> > volumes missing from the OS
> > [PATCH 10/10] mpt2sas: Bump version 08.100.00.00
> >
> > Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
>
> So that's 1-3 bug fixes, rework 5,6 so it becomes a clean separation
> between enhancement and bug fix and 7,9 are bug fixes.
James Thanks for quick review and giving me suggestion for separation of fixes vs updates.
There are some unusual things in patch-6. I will resend patch-6.
Here, I have re-listed fixes.
[PATCH 01/10] mpt2sas: Device removal handshake even though the ...
[PATCH 02/10] mpt2sas: Internal device reset complete event is not ...
[PATCH 03/10] mpt2sas: Correct resizing calculation for max_queue_depth
[PATCH 06/10] mpt2sas: Fix the race between broadcast asyn event and scsi ..
[PATCH 07/10] mpt2sas: Prevent access to freed memory from port enable process ..
[PATCH 09/10] mpt2sas: Call the _scsih_ir_shutdown prior to reporting the ...
These are updates.
[PATCH 04/10] mpt2sas: Revision P MPI Header Update
[PATCH 05/10] mpt2sas: Add support for Customer specific branding messages
[PATCH 08/10] mpt2sas: Basic Code Cleanup in mpt2sas_base
Thanks, Kashyap
>
> James
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 0/10] mpt2sas: Description Patch
2011-01-04 6:00 [PATCH 0/10] mpt2sas: Description Patch Kashyap, Desai
2011-01-04 16:00 ` James Bottomley
@ 2011-01-18 18:29 ` Desai, Kashyap
1 sibling, 0 replies; 5+ messages in thread
From: Desai, Kashyap @ 2011-01-18 18:29 UTC (permalink / raw)
To: James.Bottomley@HansenPartnership.com
Cc: Moore, Eric, Prakash, Sathya, linux-scsi@vger.kernel.org
James,
Any feedback on this patch set. ?
Thanks, Kashyap
> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi-
> owner@vger.kernel.org] On Behalf Of Kashyap, Desai
> Sent: Tuesday, January 04, 2011 11:31 AM
> To: linux-scsi@vger.kernel.org
> Cc: James.Bottomley@HansenPartnership.com; Moore, Eric; Prakash, Sathya
> Subject: [PATCH 0/10] mpt2sas: Description Patch
>
>
> MPT2SAS driver changes.
> These patches are taken from 2.6.37-rc5.
> Please consider this patch set for next kernel release.
>
> [PATCH 01/10] mpt2sas: Device removal handshake even though the
> PHYSTATUS_VACANT bit is set in the PhyStatus
> [PATCH 02/10] mpt2sas: Internal device reset complete event is not
> supported for older firmware prior to MPI Rev K
> [PATCH 03/10] mpt2sas: Correct resizing calculation for max_queue_depth
> [PATCH 04/10] mpt2sas: Revision P MPI Header Update
> [PATCH 05/10] mpt2sas: Add support for Customer specific branding
> messages
> [PATCH 06/10] mpt2sas: Fix the race between broadcast asyn event and
> scsi
> command completion.
> [PATCH 07/10] mpt2sas: Prevent access to freed memory from port enable
> process
> [PATCH 08/10] mpt2sas: Basic Code Cleanup in mpt2sas_base
> [PATCH 09/10] mpt2sas: Call the _scsih_ir_shutdown prior to reporting
> the
> volumes missing from the OS
> [PATCH 10/10] mpt2sas: Bump version 08.100.00.00
>
> Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
> ---
> --
> 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] 5+ messages in thread
* [PATCH 0/10] mpt2sas : description patch
@ 2009-12-16 13:17 Kashyap, Desai
0 siblings, 0 replies; 5+ messages in thread
From: Kashyap, Desai @ 2009-12-16 13:17 UTC (permalink / raw)
To: linux-scsi; +Cc: James.Bottomley, Eric.Moore, Sathya.Prakash
MPT2SAS driver updates.
Please consider it for next Merge window.
[PATCH 1/10] mpt2sas: Delete volume before HBA detach.
[PATCH 2/10] mpt2sas: Return -ENODATA on IOCTL timeout
[PATCH 3/10] mpt2sas: User resource_size_t instead of unsigned long
[PATCH 4/10] mpt2sas: Set ioc->fwfault_debug to the cmd line option
mpt2sas_fwfault_debug.
[PATCH 5/10] mpt2sas: Use compat_ptr to setup the pointer compatibility.
[PATCH 6/10] mpt2sas: Added raid transport support
[PATCH 7/10] mpt2sas: Added phy_enable and set_phy_speed sysfs callback support.
[PATCH 8/10] mpt2sas: Update driver header to latest MPI Spec.
[PATCH 9/10] mpt2sas: Enable TLR for SSP TAPE drives (Added SAS Transport APIs)
[PATCH 10/10] mpt2sas: Bump version 04.100.01.00
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Reviewed-by: Eric Moore <eric.moore@lsi.com>
---
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-18 18:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 6:00 [PATCH 0/10] mpt2sas: Description Patch Kashyap, Desai
2011-01-04 16:00 ` James Bottomley
2011-01-04 19:33 ` Desai, Kashyap
2011-01-18 18:29 ` Desai, Kashyap
-- strict thread matches above, loose matches on Subject: below --
2009-12-16 13:17 [PATCH 0/10] mpt2sas : description patch Kashyap, Desai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox