Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-24 Thread Nicholas A. Bellinger
On Fri, 2015-07-24 at 18:32 +, Himanshu Madhani wrote:
> Hi Nic, 
> 
> 
> On 7/23/15, 11:45 PM, "Nicholas A. Bellinger"  wrote:
> 
> >On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
> >> Hi Himanshu & Co,
> >> 
> >> (Adding target-devel CC')
> >> 
> >> On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
> >> > Hi James,
> >
> >
> >
> >> This series contains a number of qla2xxx target mode related bug-fixes
> >> that have not made it into scsi.git after 6 weeks on the list.  I don't
> >> see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
> >> mainline.
> >> 
> >> That said, I'm going to merge patches #1-#7 via target-pending/master
> >> now and submit for v4.2-rc code.  Please re-submit the non bug-fix
> >> related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.
> >> 
> >> Here's the updated diff-stat for the bug-fix series.
> >> 
> >> Himanshu Madhani (2):
> >>   qla2xxx: Enable target mode for ISP27XX
> >>   qla2xxx: Remove msleep in qlt_send_term_exchange
> >> 
> >> Kanoj Sarcar (1):
> >>   qla2xxx: fix command initialization in target mode.
> >> 
> >> Quinn Tran (3):
> >>   qla2xxx: Add flush after updating ATIOQ consumer index.
> >>   qla2xxx: release request queue reservation.
> >>   qla2xxx: adjust debug flags
> >> 
> >> Saurav Kashyap (1):
> >>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> >> 
> >>  drivers/scsi/qla2xxx/qla_attr.c|  2 +-
> >>  drivers/scsi/qla2xxx/qla_def.h |  8 +++
> >>  drivers/scsi/qla2xxx/qla_init.c|  8 +--
> >>  drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
> >>  drivers/scsi/qla2xxx/qla_os.c  |  1 +
> >>  drivers/scsi/qla2xxx/qla_sup.c |  2 +-
> >>  drivers/scsi/qla2xxx/qla_target.c  | 49
> >>+++---
> >>  drivers/scsi/qla2xxx/qla_target.h  |  3 +++
> >>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
> >>  9 files changed, 46 insertions(+), 37 deletions(-)
> >> 
> >
> >Which reminds me, some of bug-fixes need proper CC' stable tags.
> >
> >Can you give me your best guess as to which patches these should be, and
> >the approximate versions for the stable team to pick up..?
> 
> This patch http://marc.info/?l=linux-scsi&m=143395154920491&w=2 is already
> marked for stable and should be included in 3.18 and onwards. In addition
> following 
> patches should be picked up by stable team for 3.18 and onwards.
> 
> http://marc.info/?l=linux-scsi&m=143395156620504&w=2
> 
> http://marc.info/?l=linux-scsi&m=143395156320500&w=2
> 
> http://marc.info/?l=linux-scsi&m=143395154820489&w=2
> 

The stable v3.18+ tags for patch #1, #4, #6, and #7 have been added to
target-pending/master.

Since this series is a dependency for the larger patch-set from the Pure
folks, I'll go ahead and update those patches to a v3.18+ tag as well.

Thank you,

--nab

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-24 Thread Nicholas A. Bellinger
On Fri, 2015-07-24 at 07:51 -0700, James Bottomley wrote:
> On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
> > Hi Himanshu & Co,
> > 
> > (Adding target-devel CC')
> > 
> > On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
> > > Hi James,
> > > 
> > > Please apply the following patches to the scsi tree at your earliest
> > > convenience for inclusion in the next mainline merge window.
> > > 
> > > Thanks,
> > > Himanshu
> > > 
> > > Himanshu Madhani (3):
> > >   qla2xxx: Enable target mode for ISP27XX
> > >   qla2xxx: Remove msleep in qlt_send_term_exchange
> > >   qla2xxx: Enable Target counters in DebugFS.
> > > 
> > > Kanoj Sarcar (1):
> > >   qla2xxx: fix command initialization in target mode.
> > > 
> > > Quinn Tran (4):
> > >   qla2xxx: Add flush after updating ATIOQ consumer index.
> > >   qla2xxx: release request queue reservation.
> > >   qla2xxx: adjust debug flags
> > >   qla2xxx: Add FW resource count in DebugFS.
> > > 
> > > Saurav Kashyap (1):
> > >   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> > > 
> > >  drivers/scsi/qla2xxx/qla_attr.c|2 +-
> > >  drivers/scsi/qla2xxx/qla_def.h |   36 ++---
> > >  drivers/scsi/qla2xxx/qla_dfs.c |  106 
> > > 
> > >  drivers/scsi/qla2xxx/qla_gbl.h |3 +-
> > >  drivers/scsi/qla2xxx/qla_init.c|   20 ---
> > >  drivers/scsi/qla2xxx/qla_iocb.c|1 +
> > >  drivers/scsi/qla2xxx/qla_mbx.c |   31 +--
> > >  drivers/scsi/qla2xxx/qla_os.c  |1 +
> > >  drivers/scsi/qla2xxx/qla_sup.c |2 +-
> > >  drivers/scsi/qla2xxx/qla_target.c  |   60 -
> > >  drivers/scsi/qla2xxx/qla_target.h  |3 +
> > >  drivers/scsi/qla2xxx/tcm_qla2xxx.c |9 ++-
> > >  12 files changed, 208 insertions(+), 66 deletions(-)
> > > 
> > 
> > This series contains a number of qla2xxx target mode related bug-fixes
> > that have not made it into scsi.git after 6 weeks on the list.  I don't
> > see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
> > mainline.
> 
> According to the request, they're not fixes, they're targetted for the
> merge window.  As such, they still require reviews ... but if you'd like
> to provide them, that would be great.
> 

Yes, I've reviewed + signed-off-by on the patches #1-#7 that are now in
target-pending/master.

> > That said, I'm going to merge patches #1-#7 via target-pending/master
> > now and submit for v4.2-rc code.  Please re-submit the non bug-fix
> > related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.
> 
> I don't, in principle object to this demand, because it looks for the
> description that the bug fixes should be split out, except that you
> should follow proper process and have one independent review.  Hannes or
> Christoph are probably the best placed.
> 

Each of the patches merged has two signed-off-by from different QLogic
folks, along with my own signed-off-by. 

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-24 Thread Himanshu Madhani
Hi Nic, James,



On 7/24/15, 7:51 AM, "James Bottomley"
 wrote:

>On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
>> Hi Himanshu & Co,
>> 
>> (Adding target-devel CC')
>> 
>> On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
>> > Hi James,
>> > 
>> > Please apply the following patches to the scsi tree at your earliest
>> > convenience for inclusion in the next mainline merge window.
>> > 
>> > Thanks,
>> > Himanshu
>> > 
>> > Himanshu Madhani (3):
>> >   qla2xxx: Enable target mode for ISP27XX
>> >   qla2xxx: Remove msleep in qlt_send_term_exchange
>> >   qla2xxx: Enable Target counters in DebugFS.
>> > 
>> > Kanoj Sarcar (1):
>> >   qla2xxx: fix command initialization in target mode.
>> > 
>> > Quinn Tran (4):
>> >   qla2xxx: Add flush after updating ATIOQ consumer index.
>> >   qla2xxx: release request queue reservation.
>> >   qla2xxx: adjust debug flags
>> >   qla2xxx: Add FW resource count in DebugFS.
>> > 
>> > Saurav Kashyap (1):
>> >   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
>> > 
>> >  drivers/scsi/qla2xxx/qla_attr.c|2 +-
>> >  drivers/scsi/qla2xxx/qla_def.h |   36 ++---
>> >  drivers/scsi/qla2xxx/qla_dfs.c |  106
>>
>> >  drivers/scsi/qla2xxx/qla_gbl.h |3 +-
>> >  drivers/scsi/qla2xxx/qla_init.c|   20 ---
>> >  drivers/scsi/qla2xxx/qla_iocb.c|1 +
>> >  drivers/scsi/qla2xxx/qla_mbx.c |   31 +--
>> >  drivers/scsi/qla2xxx/qla_os.c  |1 +
>> >  drivers/scsi/qla2xxx/qla_sup.c |2 +-
>> >  drivers/scsi/qla2xxx/qla_target.c  |   60 -
>> >  drivers/scsi/qla2xxx/qla_target.h  |3 +
>> >  drivers/scsi/qla2xxx/tcm_qla2xxx.c |9 ++-
>> >  12 files changed, 208 insertions(+), 66 deletions(-)
>> > 
>> 
>> This series contains a number of qla2xxx target mode related bug-fixes
>> that have not made it into scsi.git after 6 weeks on the list.  I don't
>> see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
>> mainline.
>
>According to the request, they're not fixes, they're targetted for the
>merge window.  As such, they still require reviews ... but if you'd like
>to provide them, that would be great.
>
>> That said, I'm going to merge patches #1-#7 via target-pending/master
>> now and submit for v4.2-rc code.  Please re-submit the non bug-fix
>> related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.
>
>I don't, in principle object to this demand, because it looks for the
>description that the bug fixes should be split out, except that you
>should follow proper process and have one independent review.  Hannes or
>Christoph are probably the best placed.

I will resubmit patches #8-#9 in next submission.

>
>James
>
>> Here's the updated diff-stat for the bug-fix series.
>> 
>> Himanshu Madhani (2):
>>   qla2xxx: Enable target mode for ISP27XX
>>   qla2xxx: Remove msleep in qlt_send_term_exchange
>> 
>> Kanoj Sarcar (1):
>>   qla2xxx: fix command initialization in target mode.
>> 
>> Quinn Tran (3):
>>   qla2xxx: Add flush after updating ATIOQ consumer index.
>>   qla2xxx: release request queue reservation.
>>   qla2xxx: adjust debug flags
>> 
>> Saurav Kashyap (1):
>>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
>> 
>>  drivers/scsi/qla2xxx/qla_attr.c|  2 +-
>>  drivers/scsi/qla2xxx/qla_def.h |  8 +++
>>  drivers/scsi/qla2xxx/qla_init.c|  8 +--
>>  drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
>>  drivers/scsi/qla2xxx/qla_os.c  |  1 +
>>  drivers/scsi/qla2xxx/qla_sup.c |  2 +-
>>  drivers/scsi/qla2xxx/qla_target.c  | 49
>>+++---
>>  drivers/scsi/qla2xxx/qla_target.h  |  3 +++
>>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
>>  9 files changed, 46 insertions(+), 37 deletions(-)
>> 
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
>> the body of a message to majord...@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>
>
>

Thanks, 
Himanshu

<>

Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-24 Thread Himanshu Madhani
Hi Nic, 


On 7/23/15, 11:45 PM, "Nicholas A. Bellinger"  wrote:

>On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
>> Hi Himanshu & Co,
>> 
>> (Adding target-devel CC')
>> 
>> On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
>> > Hi James,
>
>
>
>> This series contains a number of qla2xxx target mode related bug-fixes
>> that have not made it into scsi.git after 6 weeks on the list.  I don't
>> see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
>> mainline.
>> 
>> That said, I'm going to merge patches #1-#7 via target-pending/master
>> now and submit for v4.2-rc code.  Please re-submit the non bug-fix
>> related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.
>> 
>> Here's the updated diff-stat for the bug-fix series.
>> 
>> Himanshu Madhani (2):
>>   qla2xxx: Enable target mode for ISP27XX
>>   qla2xxx: Remove msleep in qlt_send_term_exchange
>> 
>> Kanoj Sarcar (1):
>>   qla2xxx: fix command initialization in target mode.
>> 
>> Quinn Tran (3):
>>   qla2xxx: Add flush after updating ATIOQ consumer index.
>>   qla2xxx: release request queue reservation.
>>   qla2xxx: adjust debug flags
>> 
>> Saurav Kashyap (1):
>>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
>> 
>>  drivers/scsi/qla2xxx/qla_attr.c|  2 +-
>>  drivers/scsi/qla2xxx/qla_def.h |  8 +++
>>  drivers/scsi/qla2xxx/qla_init.c|  8 +--
>>  drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
>>  drivers/scsi/qla2xxx/qla_os.c  |  1 +
>>  drivers/scsi/qla2xxx/qla_sup.c |  2 +-
>>  drivers/scsi/qla2xxx/qla_target.c  | 49
>>+++---
>>  drivers/scsi/qla2xxx/qla_target.h  |  3 +++
>>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
>>  9 files changed, 46 insertions(+), 37 deletions(-)
>> 
>
>Which reminds me, some of bug-fixes need proper CC' stable tags.
>
>Can you give me your best guess as to which patches these should be, and
>the approximate versions for the stable team to pick up..?

This patch http://marc.info/?l=linux-scsi&m=143395154920491&w=2 is already
marked for stable and should be included in 3.18 and onwards. In addition
following 
patches should be picked up by stable team for 3.18 and onwards.

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

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

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


>
>Thank you,
>
>--nab
>

<>

Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-24 Thread James Bottomley
On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
> Hi Himanshu & Co,
> 
> (Adding target-devel CC')
> 
> On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
> > Hi James,
> > 
> > Please apply the following patches to the scsi tree at your earliest
> > convenience for inclusion in the next mainline merge window.
> > 
> > Thanks,
> > Himanshu
> > 
> > Himanshu Madhani (3):
> >   qla2xxx: Enable target mode for ISP27XX
> >   qla2xxx: Remove msleep in qlt_send_term_exchange
> >   qla2xxx: Enable Target counters in DebugFS.
> > 
> > Kanoj Sarcar (1):
> >   qla2xxx: fix command initialization in target mode.
> > 
> > Quinn Tran (4):
> >   qla2xxx: Add flush after updating ATIOQ consumer index.
> >   qla2xxx: release request queue reservation.
> >   qla2xxx: adjust debug flags
> >   qla2xxx: Add FW resource count in DebugFS.
> > 
> > Saurav Kashyap (1):
> >   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> > 
> >  drivers/scsi/qla2xxx/qla_attr.c|2 +-
> >  drivers/scsi/qla2xxx/qla_def.h |   36 ++---
> >  drivers/scsi/qla2xxx/qla_dfs.c |  106 
> > 
> >  drivers/scsi/qla2xxx/qla_gbl.h |3 +-
> >  drivers/scsi/qla2xxx/qla_init.c|   20 ---
> >  drivers/scsi/qla2xxx/qla_iocb.c|1 +
> >  drivers/scsi/qla2xxx/qla_mbx.c |   31 +--
> >  drivers/scsi/qla2xxx/qla_os.c  |1 +
> >  drivers/scsi/qla2xxx/qla_sup.c |2 +-
> >  drivers/scsi/qla2xxx/qla_target.c  |   60 -
> >  drivers/scsi/qla2xxx/qla_target.h  |3 +
> >  drivers/scsi/qla2xxx/tcm_qla2xxx.c |9 ++-
> >  12 files changed, 208 insertions(+), 66 deletions(-)
> > 
> 
> This series contains a number of qla2xxx target mode related bug-fixes
> that have not made it into scsi.git after 6 weeks on the list.  I don't
> see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
> mainline.

According to the request, they're not fixes, they're targetted for the
merge window.  As such, they still require reviews ... but if you'd like
to provide them, that would be great.

> That said, I'm going to merge patches #1-#7 via target-pending/master
> now and submit for v4.2-rc code.  Please re-submit the non bug-fix
> related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.

I don't, in principle object to this demand, because it looks for the
description that the bug fixes should be split out, except that you
should follow proper process and have one independent review.  Hannes or
Christoph are probably the best placed.

James

> Here's the updated diff-stat for the bug-fix series.
> 
> Himanshu Madhani (2):
>   qla2xxx: Enable target mode for ISP27XX
>   qla2xxx: Remove msleep in qlt_send_term_exchange
> 
> Kanoj Sarcar (1):
>   qla2xxx: fix command initialization in target mode.
> 
> Quinn Tran (3):
>   qla2xxx: Add flush after updating ATIOQ consumer index.
>   qla2xxx: release request queue reservation.
>   qla2xxx: adjust debug flags
> 
> Saurav Kashyap (1):
>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> 
>  drivers/scsi/qla2xxx/qla_attr.c|  2 +-
>  drivers/scsi/qla2xxx/qla_def.h |  8 +++
>  drivers/scsi/qla2xxx/qla_init.c|  8 +--
>  drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
>  drivers/scsi/qla2xxx/qla_os.c  |  1 +
>  drivers/scsi/qla2xxx/qla_sup.c |  2 +-
>  drivers/scsi/qla2xxx/qla_target.c  | 49 
> +++---
>  drivers/scsi/qla2xxx/qla_target.h  |  3 +++
>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
>  9 files changed, 46 insertions(+), 37 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-23 Thread Nicholas A. Bellinger
On Thu, 2015-07-23 at 23:38 -0700, Nicholas A. Bellinger wrote:
> Hi Himanshu & Co,
> 
> (Adding target-devel CC')
> 
> On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
> > Hi James,



> This series contains a number of qla2xxx target mode related bug-fixes
> that have not made it into scsi.git after 6 weeks on the list.  I don't
> see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
> mainline.
> 
> That said, I'm going to merge patches #1-#7 via target-pending/master
> now and submit for v4.2-rc code.  Please re-submit the non bug-fix
> related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.
> 
> Here's the updated diff-stat for the bug-fix series.
> 
> Himanshu Madhani (2):
>   qla2xxx: Enable target mode for ISP27XX
>   qla2xxx: Remove msleep in qlt_send_term_exchange
> 
> Kanoj Sarcar (1):
>   qla2xxx: fix command initialization in target mode.
> 
> Quinn Tran (3):
>   qla2xxx: Add flush after updating ATIOQ consumer index.
>   qla2xxx: release request queue reservation.
>   qla2xxx: adjust debug flags
> 
> Saurav Kashyap (1):
>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> 
>  drivers/scsi/qla2xxx/qla_attr.c|  2 +-
>  drivers/scsi/qla2xxx/qla_def.h |  8 +++
>  drivers/scsi/qla2xxx/qla_init.c|  8 +--
>  drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
>  drivers/scsi/qla2xxx/qla_os.c  |  1 +
>  drivers/scsi/qla2xxx/qla_sup.c |  2 +-
>  drivers/scsi/qla2xxx/qla_target.c  | 49 
> +++---
>  drivers/scsi/qla2xxx/qla_target.h  |  3 +++
>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
>  9 files changed, 46 insertions(+), 37 deletions(-)
> 

Which reminds me, some of bug-fixes need proper CC' stable tags.

Can you give me your best guess as to which patches these should be, and
the approximate versions for the stable team to pick up..?

Thank you,

--nab

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-07-23 Thread Nicholas A. Bellinger
Hi Himanshu & Co,

(Adding target-devel CC')

On Wed, 2015-06-10 at 11:05 -0400, Himanshu Madhani wrote:
> Hi James,
> 
> Please apply the following patches to the scsi tree at your earliest
> convenience for inclusion in the next mainline merge window.
> 
> Thanks,
> Himanshu
> 
> Himanshu Madhani (3):
>   qla2xxx: Enable target mode for ISP27XX
>   qla2xxx: Remove msleep in qlt_send_term_exchange
>   qla2xxx: Enable Target counters in DebugFS.
> 
> Kanoj Sarcar (1):
>   qla2xxx: fix command initialization in target mode.
> 
> Quinn Tran (4):
>   qla2xxx: Add flush after updating ATIOQ consumer index.
>   qla2xxx: release request queue reservation.
>   qla2xxx: adjust debug flags
>   qla2xxx: Add FW resource count in DebugFS.
> 
> Saurav Kashyap (1):
>   qla2xxx: Fix hardware lock/unlock issue causing kernel panic.
> 
>  drivers/scsi/qla2xxx/qla_attr.c|2 +-
>  drivers/scsi/qla2xxx/qla_def.h |   36 ++---
>  drivers/scsi/qla2xxx/qla_dfs.c |  106 
> 
>  drivers/scsi/qla2xxx/qla_gbl.h |3 +-
>  drivers/scsi/qla2xxx/qla_init.c|   20 ---
>  drivers/scsi/qla2xxx/qla_iocb.c|1 +
>  drivers/scsi/qla2xxx/qla_mbx.c |   31 +--
>  drivers/scsi/qla2xxx/qla_os.c  |1 +
>  drivers/scsi/qla2xxx/qla_sup.c |2 +-
>  drivers/scsi/qla2xxx/qla_target.c  |   60 -
>  drivers/scsi/qla2xxx/qla_target.h  |3 +
>  drivers/scsi/qla2xxx/tcm_qla2xxx.c |9 ++-
>  12 files changed, 208 insertions(+), 66 deletions(-)
> 

This series contains a number of qla2xxx target mode related bug-fixes
that have not made it into scsi.git after 6 weeks on the list.  I don't
see a good reason to wait another 6 weeks for v4.3-rc1 to get these into
mainline.

That said, I'm going to merge patches #1-#7 via target-pending/master
now and submit for v4.2-rc code.  Please re-submit the non bug-fix
related changes in patches #8-#9 as for-4.3 code to JEJB -> scsi.git.

Here's the updated diff-stat for the bug-fix series.

Himanshu Madhani (2):
  qla2xxx: Enable target mode for ISP27XX
  qla2xxx: Remove msleep in qlt_send_term_exchange

Kanoj Sarcar (1):
  qla2xxx: fix command initialization in target mode.

Quinn Tran (3):
  qla2xxx: Add flush after updating ATIOQ consumer index.
  qla2xxx: release request queue reservation.
  qla2xxx: adjust debug flags

Saurav Kashyap (1):
  qla2xxx: Fix hardware lock/unlock issue causing kernel panic.

 drivers/scsi/qla2xxx/qla_attr.c|  2 +-
 drivers/scsi/qla2xxx/qla_def.h |  8 +++
 drivers/scsi/qla2xxx/qla_init.c|  8 +--
 drivers/scsi/qla2xxx/qla_mbx.c |  7 +++---
 drivers/scsi/qla2xxx/qla_os.c  |  1 +
 drivers/scsi/qla2xxx/qla_sup.c |  2 +-
 drivers/scsi/qla2xxx/qla_target.c  | 49 +++---
 drivers/scsi/qla2xxx/qla_target.h  |  3 +++
 drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +--
 9 files changed, 46 insertions(+), 37 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/9] qla2xxx: Patches for scsi "misc" branch.

2015-06-10 Thread Himanshu Madhani
Hi James,

Please apply the following patches to the scsi tree at your earliest
convenience for inclusion in the next mainline merge window.

Thanks,
Himanshu

Himanshu Madhani (3):
  qla2xxx: Enable target mode for ISP27XX
  qla2xxx: Remove msleep in qlt_send_term_exchange
  qla2xxx: Enable Target counters in DebugFS.

Kanoj Sarcar (1):
  qla2xxx: fix command initialization in target mode.

Quinn Tran (4):
  qla2xxx: Add flush after updating ATIOQ consumer index.
  qla2xxx: release request queue reservation.
  qla2xxx: adjust debug flags
  qla2xxx: Add FW resource count in DebugFS.

Saurav Kashyap (1):
  qla2xxx: Fix hardware lock/unlock issue causing kernel panic.

 drivers/scsi/qla2xxx/qla_attr.c|2 +-
 drivers/scsi/qla2xxx/qla_def.h |   36 ++---
 drivers/scsi/qla2xxx/qla_dfs.c |  106 
 drivers/scsi/qla2xxx/qla_gbl.h |3 +-
 drivers/scsi/qla2xxx/qla_init.c|   20 ---
 drivers/scsi/qla2xxx/qla_iocb.c|1 +
 drivers/scsi/qla2xxx/qla_mbx.c |   31 +--
 drivers/scsi/qla2xxx/qla_os.c  |1 +
 drivers/scsi/qla2xxx/qla_sup.c |2 +-
 drivers/scsi/qla2xxx/qla_target.c  |   60 -
 drivers/scsi/qla2xxx/qla_target.h  |3 +
 drivers/scsi/qla2xxx/tcm_qla2xxx.c |9 ++-
 12 files changed, 208 insertions(+), 66 deletions(-)

-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html