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

Reply via email to