mbox series

[v2,0/7] qla2xxx bug fixes

Message ID 20200929102152.32278-1-njavali@marvell.com
Headers show
Series qla2xxx bug fixes | expand

Message

Nilesh Javali Sept. 29, 2020, 10:21 a.m. UTC
Martin,

Please apply the qla2xxx bug fixes to the scsi tree at
your earliest convenience.

v1->v2:
Added correct "Fixes:" and "Cc:" tags in commits
Added Reviewed-by tag

Thanks,
Nilesh

Arun Easi (3):
  qla2xxx: Fix MPI reset needed message
  qla2xxx: Fix reset of MPI firmware
  qla2xxx: Fix point-to-point (N2N) device discovery issue

Nilesh Javali (1):
  qla2xxx: Update version to 10.02.00.103-k

Quinn Tran (2):
  qla2xxx: Fix buffer-buffer credit extraction error
  qla2xxx: fix crash on session cleanup with unload

Saurav Kashyap (1):
  qla2xxx: Correct the check for sscanf return value

 drivers/scsi/qla2xxx/qla_attr.c    | 10 ++++--
 drivers/scsi/qla2xxx/qla_def.h     |  6 +++-
 drivers/scsi/qla2xxx/qla_gbl.h     |  1 -
 drivers/scsi/qla2xxx/qla_init.c    | 52 +++++++++++++++--------------
 drivers/scsi/qla2xxx/qla_iocb.c    |  3 +-
 drivers/scsi/qla2xxx/qla_isr.c     |  2 +-
 drivers/scsi/qla2xxx/qla_mbx.c     | 42 ++---------------------
 drivers/scsi/qla2xxx/qla_os.c      | 21 ++++--------
 drivers/scsi/qla2xxx/qla_target.c  | 13 ++++----
 drivers/scsi/qla2xxx/qla_tmpl.c    | 53 +++++++++---------------------
 drivers/scsi/qla2xxx/qla_version.h |  4 +--
 11 files changed, 75 insertions(+), 132 deletions(-)


base-commit: c1a3bf99d76e5ae5537265433def019a34a9dac0

Comments

Martin K. Petersen Sept. 30, 2020, 3:27 a.m. UTC | #1
Nilesh,

> Please apply the qla2xxx bug fixes to the scsi tree at your earliest

> convenience.


> Added correct "Fixes:" and "Cc:" tags in commits


Applied to 5.10/scsi-staging, thanks!

Your Fixes: tags used 13-char SHAs instead of 12. I fixed them up.

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Oct. 3, 2020, 3:26 a.m. UTC | #2
On Tue, 29 Sep 2020 03:21:45 -0700, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx bug fixes to the scsi tree at
> your earliest convenience.
> 
> v1->v2:
> Added correct "Fixes:" and "Cc:" tags in commits
> Added Reviewed-by tag
> 
> [...]

Applied to 5.10/scsi-queue, thanks!

[1/7] scsi: qla2xxx: Correct the check for sscanf() return value
      https://git.kernel.org/mkp/scsi/c/7dc0f671d89c
[2/7] scsi: qla2xxx: Fix buffer-buffer credit extraction error
      https://git.kernel.org/mkp/scsi/c/44f5a37d1e3e
[3/7] scsi: qla2xxx: Fix MPI reset needed message
      https://git.kernel.org/mkp/scsi/c/7a6cdbd5e875
[4/7] scsi: qla2xxx: Fix reset of MPI firmware
      https://git.kernel.org/mkp/scsi/c/3e6efab865ac
[5/7] scsi: qla2xxx: Fix crash on session cleanup with unload
      https://git.kernel.org/mkp/scsi/c/50457dab670f
[6/7] scsi: qla2xxx: Fix point-to-point (N2N) device discovery issue
      https://git.kernel.org/mkp/scsi/c/94eda2717826
[7/7] scsi: qla2xxx: Update version to 10.02.00.103-k
      https://git.kernel.org/mkp/scsi/c/718c2fe92b20