mbox series

[v2,00/10] qla2xxx driver bug fixes

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

Message

Nilesh Javali July 14, 2023, 7 a.m. UTC
Martin,

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

v2:
- Remove extra line from qla_gbl.h in 02/10
- Add Reviewed-by tag

Thanks,
Nilesh

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

Quinn Tran (9):
  qla2xxx: Fix deletion race condition
  qla2xxx: Adjust iocb resource on qpair create
  qla2xxx: Limit TMF to 8 per function
  qla2xxx: Fix command flush during TMF
  qla2xxx: Fix erroneous link up failure
  qla2xxx: Fix session hang in gnl
  qla2xxx: Turn off noisy message log
  qla2xxx: Fix TMF leak through
  qla2xxx: fix inconsistent TMF timeout

 drivers/scsi/qla2xxx/qla_def.h     |   9 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |   1 +
 drivers/scsi/qla2xxx/qla_init.c    | 217 ++++++++++++++++++-----------
 drivers/scsi/qla2xxx/qla_iocb.c    |   1 +
 drivers/scsi/qla2xxx/qla_isr.c     |   7 +-
 drivers/scsi/qla2xxx/qla_mbx.c     |   3 +
 drivers/scsi/qla2xxx/qla_nvme.c    |   3 +-
 drivers/scsi/qla2xxx/qla_os.c      |  11 +-
 drivers/scsi/qla2xxx/qla_target.c  |  14 +-
 drivers/scsi/qla2xxx/qla_version.h |   4 +-
 10 files changed, 168 insertions(+), 102 deletions(-)


base-commit: 6f0a92fd7db1507b203111ee53632eeeba2daca5

Comments

Martin K. Petersen July 23, 2023, 8:29 p.m. UTC | #1
Nilesh,

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

Applied to 6.6/scsi-staging, thanks!
Martin K. Petersen July 26, 2023, 2:04 a.m. UTC | #2
On Fri, 14 Jul 2023 12:30:54 +0530, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver bug fixes to
> the scsi tree at your earliest convenience.
> 
> v2:
> - Remove extra line from qla_gbl.h in 02/10
> - Add Reviewed-by tag
> 
> [...]

Applied to 6.6/scsi-queue, thanks!

[01/10] qla2xxx: Fix deletion race condition
        https://git.kernel.org/mkp/scsi/c/6dfe4344c168
[02/10] qla2xxx: Adjust iocb resource on qpair create
        https://git.kernel.org/mkp/scsi/c/efa74a62aaa2
[03/10] qla2xxx: Limit TMF to 8 per function
        https://git.kernel.org/mkp/scsi/c/a8ec192427e0
[04/10] qla2xxx: Fix command flush during TMF
        https://git.kernel.org/mkp/scsi/c/da7c21b72aa8
[05/10] qla2xxx: Fix erroneous link up failure
        https://git.kernel.org/mkp/scsi/c/5b51f35d127e
[06/10] qla2xxx: Fix session hang in gnl
        https://git.kernel.org/mkp/scsi/c/39d22740712c
[07/10] qla2xxx: Turn off noisy message log
        https://git.kernel.org/mkp/scsi/c/8ebaa45163a3
[08/10] qla2xxx: Fix TMF leak through
        https://git.kernel.org/mkp/scsi/c/5d3148d8e8b0
[09/10] qla2xxx: fix inconsistent TMF timeout
        https://git.kernel.org/mkp/scsi/c/009e7fe4a1ed
[10/10] qla2xxx: Update version to 10.02.08.500-k
        https://git.kernel.org/mkp/scsi/c/a31a596a4265