All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/06] mptfusion : (Resend) Description patch
@ 2011-02-10  6:17 Kashyap, Desai
  2011-02-10 15:05 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Kashyap, Desai @ 2011-02-10  6:17 UTC (permalink / raw)
  To: linux-scsi; +Cc: James.Bottomley, Eric.Moore, Sathya.Prakash


MPT Fusion driver updates. Please consider it for next rc update.

Resending patch set. Corrected posting to stable kernel as requested by
Greg and following correct process of posting patches to stable kernel.

First three patches are New  Feature/Optimization. Patch 4,5 are Fixes.
Removed sas_address sysfs addition as commented by James from patch-1.

[PATCH 01/06] mptfusion: (New Feature)Added new sysfs parameters for handle
and haldles.
[PATCH 02/06] mptfusion: (New Feature)Support SAS2.0 Devices with SAS1.0 Controllers
[PATCH 03/06] mptfusion: (Optmization)Remove bus reset for mptsas module
[PATCH 04/06] mptfusion: (Fix) mptctl_release is required in mptctl.c
[PATCH 05/06] mptfusion: (Fix) Incorrect return value in mptscsih_dev_reset
[PATCH 06/06] mptfusion: Bump version 03.04.18

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

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

* Re: [PATCH 00/06] mptfusion : (Resend) Description patch
  2011-02-10  6:17 [PATCH 00/06] mptfusion : (Resend) Description patch Kashyap, Desai
@ 2011-02-10 15:05 ` James Bottomley
  2011-02-10 16:04   ` Desai, Kashyap
  0 siblings, 1 reply; 3+ messages in thread
From: James Bottomley @ 2011-02-10 15:05 UTC (permalink / raw)
  To: Kashyap, Desai; +Cc: linux-scsi, Eric.Moore, Sathya.Prakash

On Thu, 2011-02-10 at 11:47 +0530, Kashyap, Desai wrote:
> MPT Fusion driver updates. Please consider it for next rc update.

We still have a basic confusion here:  Things that are enhancements or
optimisations can't go in the next rc update, they have to wait for the
merge window.  What I need are two separate patch sets: one for the
fixes tree and one for the merge window.  As long as the patches below
separate easily, I can do this manually (basically only 4,5 are bug
fixes) ... where do you want the version change to go?  With the entire
patch set (so in the merge window)?

James


> Resending patch set. Corrected posting to stable kernel as requested by
> Greg and following correct process of posting patches to stable kernel.
> 
> First three patches are New  Feature/Optimization. Patch 4,5 are Fixes.
> Removed sas_address sysfs addition as commented by James from patch-1.
> 
> [PATCH 01/06] mptfusion: (New Feature)Added new sysfs parameters for handle
> and haldles.
> [PATCH 02/06] mptfusion: (New Feature)Support SAS2.0 Devices with SAS1.0 Controllers
> [PATCH 03/06] mptfusion: (Optmization)Remove bus reset for mptsas module
> [PATCH 04/06] mptfusion: (Fix) mptctl_release is required in mptctl.c
> [PATCH 05/06] mptfusion: (Fix) Incorrect return value in mptscsih_dev_reset
> [PATCH 06/06] mptfusion: Bump version 03.04.18
> 
> 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] 3+ messages in thread

* RE: [PATCH 00/06] mptfusion : (Resend) Description patch
  2011-02-10 15:05 ` James Bottomley
@ 2011-02-10 16:04   ` Desai, Kashyap
  0 siblings, 0 replies; 3+ messages in thread
From: Desai, Kashyap @ 2011-02-10 16:04 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi, Moore, Eric, Prakash, Sathya



> -----Original Message-----
> From: James Bottomley [mailto:James.Bottomley@HansenPartnership.com]
> Sent: Thursday, February 10, 2011 8:36 PM
> To: Desai, Kashyap
> Cc: linux-scsi@vger.kernel.org; Moore, Eric; Prakash, Sathya
> Subject: Re: [PATCH 00/06] mptfusion : (Resend) Description patch
> 
> On Thu, 2011-02-10 at 11:47 +0530, Kashyap, Desai wrote:
> > MPT Fusion driver updates. Please consider it for next rc update.
> 
> We still have a basic confusion here:  Things that are enhancements or
> optimisations can't go in the next rc update, they have to wait for the
> merge window.  What I need are two separate patch sets: one for the
> fixes tree and one for the merge window.  As long as the patches below
> separate easily, I can do this manually (basically only 4,5 are bug
> fixes) ... where do you want the version change to go?  With the entire
> patch set (so in the merge window)?

James Thanks for the clarification. Actually earlier I did not catch your point that I have to send two different patch set.
Next time I would consider that as a standard practice.
Thanks for marking patch 4, 5 as valid candidate for this time. It will be good to have version patch update with fixes.

Kashyap

> 
> James
> 
> 
> > Resending patch set. Corrected posting to stable kernel as requested
> by
> > Greg and following correct process of posting patches to stable
> kernel.
> >
> > First three patches are New  Feature/Optimization. Patch 4,5 are
> Fixes.
> > Removed sas_address sysfs addition as commented by James from patch-
> 1.
> >
> > [PATCH 01/06] mptfusion: (New Feature)Added new sysfs parameters for
> handle
> > and haldles.
> > [PATCH 02/06] mptfusion: (New Feature)Support SAS2.0 Devices with
> SAS1.0 Controllers
> > [PATCH 03/06] mptfusion: (Optmization)Remove bus reset for mptsas
> module
> > [PATCH 04/06] mptfusion: (Fix) mptctl_release is required in mptctl.c
> > [PATCH 05/06] mptfusion: (Fix) Incorrect return value in
> mptscsih_dev_reset
> > [PATCH 06/06] mptfusion: Bump version 03.04.18
> >
> > 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] 3+ messages in thread

end of thread, other threads:[~2011-02-10 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10  6:17 [PATCH 00/06] mptfusion : (Resend) Description patch Kashyap, Desai
2011-02-10 15:05 ` James Bottomley
2011-02-10 16:04   ` Desai, Kashyap

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.