public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] megaraid_sas: Updates for scsi-misc
@ 2014-03-10  9:51 adam radford
  2014-03-10 11:13 ` Hannes Reinecke
  0 siblings, 1 reply; 4+ messages in thread
From: adam radford @ 2014-03-10  9:51 UTC (permalink / raw)
  To: linux-scsi, Kashyap Desai, Saxena, Sumit

James/linux-scsi,

The following patch series for megaraid_sas brings the driver up to
v06.803.01.00-rc1:

1. Load correct raid context timeout value for multipathing and clustering.
2. Fix megasas_ioc_init_fusion to use local stack variable.
3. Return leaked MPT frames to MPT command pool.
4. Add Dell PowerEdge VRTX SR-IOV VF device support.
5. Version and Changelog update.

This patch series apples on top of Sumit Saxena's latest patch series, which
starts here:

http://marc.info/?l=linux-scsi&m=139220849616649&w=2

and includes a small repost here:

http://marc.info/?l=linux-scsi&m=139374736120535&w=2

-Adam

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

* Re: [PATCH 0/5] megaraid_sas: Updates for scsi-misc
  2014-03-10  9:51 [PATCH 0/5] megaraid_sas: Updates for scsi-misc adam radford
@ 2014-03-10 11:13 ` Hannes Reinecke
  2014-03-10 11:16   ` Hannes Reinecke
  2014-03-11 23:01   ` adam radford
  0 siblings, 2 replies; 4+ messages in thread
From: Hannes Reinecke @ 2014-03-10 11:13 UTC (permalink / raw)
  To: adam radford, linux-scsi, Kashyap Desai, Saxena, Sumit

On 03/10/2014 10:51 AM, adam radford wrote:
> James/linux-scsi,
> 
> The following patch series for megaraid_sas brings the driver up to
> v06.803.01.00-rc1:
> 
> 1. Load correct raid context timeout value for multipathing and clustering.
> 2. Fix megasas_ioc_init_fusion to use local stack variable.
> 3. Return leaked MPT frames to MPT command pool.
> 4. Add Dell PowerEdge VRTX SR-IOV VF device support.
> 5. Version and Changelog update.
> 
> This patch series apples on top of Sumit Saxena's latest patch series, which
> starts here:
> 
> http://marc.info/?l=linux-scsi&m=139220849616649&w=2
> 
> and includes a small repost here:
> 
> http://marc.info/?l=linux-scsi&m=139374736120535&w=2
> 
Patch series is lacking coding style. Please re-check with
'./scripts/checkpatch.pl

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
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/5] megaraid_sas: Updates for scsi-misc
  2014-03-10 11:13 ` Hannes Reinecke
@ 2014-03-10 11:16   ` Hannes Reinecke
  2014-03-11 23:01   ` adam radford
  1 sibling, 0 replies; 4+ messages in thread
From: Hannes Reinecke @ 2014-03-10 11:16 UTC (permalink / raw)
  To: adam radford, linux-scsi, Kashyap Desai, Saxena, Sumit

On 03/10/2014 12:13 PM, Hannes Reinecke wrote:
> On 03/10/2014 10:51 AM, adam radford wrote:
>> James/linux-scsi,
>>
>> The following patch series for megaraid_sas brings the driver up to
>> v06.803.01.00-rc1:
>>
>> 1. Load correct raid context timeout value for multipathing and clustering.
>> 2. Fix megasas_ioc_init_fusion to use local stack variable.
>> 3. Return leaked MPT frames to MPT command pool.
>> 4. Add Dell PowerEdge VRTX SR-IOV VF device support.
>> 5. Version and Changelog update.
>>
>> This patch series apples on top of Sumit Saxena's latest patch series, which
>> starts here:
>>
>> http://marc.info/?l=linux-scsi&m=139220849616649&w=2
>>
>> and includes a small repost here:
>>
>> http://marc.info/?l=linux-scsi&m=139374736120535&w=2
>>
> Patch series is lacking coding style. Please re-check with
> './scripts/checkpatch.pl
> 
Sigh.

Ignore that.
You should've said you've attached two version of the patches.
Slightly unusual.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
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/5] megaraid_sas: Updates for scsi-misc
  2014-03-10 11:13 ` Hannes Reinecke
  2014-03-10 11:16   ` Hannes Reinecke
@ 2014-03-11 23:01   ` adam radford
  1 sibling, 0 replies; 4+ messages in thread
From: adam radford @ 2014-03-11 23:01 UTC (permalink / raw)
  To: Hannes Reinecke; +Cc: linux-scsi, Kashyap Desai, Saxena, Sumit

>> Patch series is lacking coding style. Please re-check with
'./scripts/checkpatch.pl

I did run checkpatch against the whole patch series before submission.
Please see my comments about me leaving some lines > 80 columns in
place to preserve code readability at the top of the largest patch,
here:

http://marc.info/?l=linux-scsi&m=139444512512929&w=2

-Adam

On Mon, Mar 10, 2014 at 4:13 AM, Hannes Reinecke <hare@suse.de> wrote:
> On 03/10/2014 10:51 AM, adam radford wrote:
>> James/linux-scsi,
>>
>> The following patch series for megaraid_sas brings the driver up to
>> v06.803.01.00-rc1:
>>
>> 1. Load correct raid context timeout value for multipathing and clustering.
>> 2. Fix megasas_ioc_init_fusion to use local stack variable.
>> 3. Return leaked MPT frames to MPT command pool.
>> 4. Add Dell PowerEdge VRTX SR-IOV VF device support.
>> 5. Version and Changelog update.
>>
>> This patch series apples on top of Sumit Saxena's latest patch series, which
>> starts here:
>>
>> http://marc.info/?l=linux-scsi&m=139220849616649&w=2
>>
>> and includes a small repost here:
>>
>> http://marc.info/?l=linux-scsi&m=139374736120535&w=2
>>
> Patch series is lacking coding style. Please re-check with
> './scripts/checkpatch.pl
>
> Cheers,
>
> Hannes
> --
> Dr. Hannes Reinecke                   zSeries & Storage
> hare@suse.de                          +49 911 74053 688
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
> GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
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

end of thread, other threads:[~2014-03-11 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10  9:51 [PATCH 0/5] megaraid_sas: Updates for scsi-misc adam radford
2014-03-10 11:13 ` Hannes Reinecke
2014-03-10 11:16   ` Hannes Reinecke
2014-03-11 23:01   ` adam radford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox