All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mpt2sas : Description patch.
@ 2010-04-05  8:47 Kashyap, Desai
  0 siblings, 0 replies; 4+ messages in thread
From: Kashyap, Desai @ 2010-04-05  8:47 UTC (permalink / raw)
  To: linux-scsi; +Cc: James.Bottomley, Eric.Moore, Sathya.Prakash


MPT2SAS driver updates.
Please consider it for next Merge window.
Before applying this patchset previous patch submission for mpt2sas 05.100.00.00
need to be applied.

[PATCH 01/05] mpt2sas: sanity added to remove duplicate port from topology
[PATCH 02/05] mpt2sas: Send default descriptor for RAID pass through in mpt2ctl
[PATCH 03/05] mpt2sas: Added support for PCIe Advanced Error Recovery.
[PATCH 04/05] mpt2sas: Check for NULL pointer before free_pages is added.
[PATCH 05/05] mpt2sas: Upgrade version 05.100.00.01

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
---

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

* [PATCH] mpt2sas: Description Patch
@ 2011-10-19  4:49 nagalakshmi.nandigama
  2011-10-19 15:59 ` James Bottomley
  0 siblings, 1 reply; 4+ messages in thread
From: nagalakshmi.nandigama @ 2011-10-19  4:49 UTC (permalink / raw)
  To: linux-scsi, kashyap.desai, Nagalakshmi.Nandigama, Sathya.Prakash,
	Eric.Moore
  Cc: JBottomley

Please consider this patch set for next kernel release.

Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com>
---
[PATCH 01/10] mpt2sas : MPI next revision header update.
[PATCH 02/10] mpt2sas : New feature Fast Load Support.
[PATCH 03/10] mpt2sas : Fix for system hang when discovery in progress.
[PATCH 04/10] mpt2sas : Fix for issue - Failure message displayed during diag reset.
[PATCH 05/10] mpt2sas : Fix for issue - Drives not getting properly deleted if sas cable is removed 
while host reset is active.
[PATCH 06/10] mpt2sas : Fix for dead lock occurring between host_lock and sas_device_lock.
[PATCH 07/10] mpt2sas : Fix for deadlock between hot plug worker threads and host reset context.
[PATCH 08/10] mpt2sas : Fix for issue Port Reset taking long time(around 5 mins) to complete
while issued during creating a volume.
[PATCH 09/10] mpt2sas : Fix for Panic when inactive volume is tried deleting.
[PATCH 10/10] mpt2sas : Bump driver version to 10.100.00.00


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

* Re: [PATCH] mpt2sas: Description Patch
  2011-10-19  4:49 [PATCH] mpt2sas: Description Patch nagalakshmi.nandigama
@ 2011-10-19 15:59 ` James Bottomley
  2011-10-21  3:43   ` Nandigama, Nagalakshmi
  0 siblings, 1 reply; 4+ messages in thread
From: James Bottomley @ 2011-10-19 15:59 UTC (permalink / raw)
  To: nagalakshmi.nandigama@lsi.com
  Cc: linux-scsi@vger.kernel.org, kashyap.desai@lsi.com,
	Sathya.Prakash@lsi.com, Eric.Moore@lsi.com

On Wed, 2011-10-19 at 10:19 +0530, nagalakshmi.nandigama@lsi.com wrote:
> Please consider this patch set for next kernel release.
> 
> Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com>
> ---
> [PATCH 01/10] mpt2sas : MPI next revision header update.
> [PATCH 02/10] mpt2sas : New feature Fast Load Support.
> [PATCH 03/10] mpt2sas : Fix for system hang when discovery in progress.
> [PATCH 04/10] mpt2sas : Fix for issue - Failure message displayed during diag reset.
> [PATCH 05/10] mpt2sas : Fix for issue - Drives not getting properly deleted if sas cable is removed 
> while host reset is active.
> [PATCH 06/10] mpt2sas : Fix for dead lock occurring between host_lock and sas_device_lock.
> [PATCH 07/10] mpt2sas : Fix for deadlock between hot plug worker threads and host reset context.
> [PATCH 08/10] mpt2sas : Fix for issue Port Reset taking long time(around 5 mins) to complete
> while issued during creating a volume.
> [PATCH 09/10] mpt2sas : Fix for Panic when inactive volume is tried deleting.
> [PATCH 10/10] mpt2sas : Bump driver version to 10.100.00.00

None of the patch numbers made it to the actual patches.  This makes for
an incredibly annoying cross reference job trying to apply them, could
you just resend with the numbering in the Subject of each patch.

Also several of the ones labelled fix look like they're candidates for
backport to stable, are they?

James



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

* RE: [PATCH] mpt2sas: Description Patch
  2011-10-19 15:59 ` James Bottomley
@ 2011-10-21  3:43   ` Nandigama, Nagalakshmi
  0 siblings, 0 replies; 4+ messages in thread
From: Nandigama, Nagalakshmi @ 2011-10-21  3:43 UTC (permalink / raw)
  To: James Bottomley
  Cc: linux-scsi@vger.kernel.org, Desai, Kashyap, Prakash, Sathya,
	Moore, Eric

James,
I resent all the patches with numbers added to each patch. Also the patches which need to be back ported to stable, I put Cc: stable@kernel.org in the patch and resent.

Regards,
Nagalakshmi


-----Original Message-----
From: James Bottomley [mailto:jbottomley@parallels.com] 
Sent: Wednesday, October 19, 2011 9:30 PM
To: Nandigama, Nagalakshmi
Cc: linux-scsi@vger.kernel.org; Desai, Kashyap; Prakash, Sathya; Moore, Eric
Subject: Re: [PATCH] mpt2sas: Description Patch

On Wed, 2011-10-19 at 10:19 +0530, nagalakshmi.nandigama@lsi.com wrote:
> Please consider this patch set for next kernel release.
> 
> Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com>
> ---
> [PATCH 01/10] mpt2sas : MPI next revision header update.
> [PATCH 02/10] mpt2sas : New feature Fast Load Support.
> [PATCH 03/10] mpt2sas : Fix for system hang when discovery in progress.
> [PATCH 04/10] mpt2sas : Fix for issue - Failure message displayed during diag reset.
> [PATCH 05/10] mpt2sas : Fix for issue - Drives not getting properly deleted if sas cable is removed 
> while host reset is active.
> [PATCH 06/10] mpt2sas : Fix for dead lock occurring between host_lock and sas_device_lock.
> [PATCH 07/10] mpt2sas : Fix for deadlock between hot plug worker threads and host reset context.
> [PATCH 08/10] mpt2sas : Fix for issue Port Reset taking long time(around 5 mins) to complete
> while issued during creating a volume.
> [PATCH 09/10] mpt2sas : Fix for Panic when inactive volume is tried deleting.
> [PATCH 10/10] mpt2sas : Bump driver version to 10.100.00.00

None of the patch numbers made it to the actual patches.  This makes for
an incredibly annoying cross reference job trying to apply them, could
you just resend with the numbering in the Subject of each patch.

Also several of the ones labelled fix look like they're candidates for
backport to stable, are they?

James



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

end of thread, other threads:[~2011-10-21  3:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05  8:47 [PATCH] mpt2sas : Description patch Kashyap, Desai
  -- strict thread matches above, loose matches on Subject: below --
2011-10-19  4:49 [PATCH] mpt2sas: Description Patch nagalakshmi.nandigama
2011-10-19 15:59 ` James Bottomley
2011-10-21  3:43   ` Nandigama, Nagalakshmi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.