All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] qla2xxx: Minor fixes for the driver
@ 2018-01-16  4:46 Himanshu Madhani
  2018-01-16  4:46 ` [PATCH 1/8] qla2xxx: Fix NULL pointer crash due to probe failure Himanshu Madhani
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Himanshu Madhani @ 2018-01-16  4:46 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen; +Cc: himanshu.madhani, linux-scsi

Hi Martin, 

This series has fixes for smatch warnings. Patch 3 addresses 
smatch warning reported by Dan Carpenter. We've also added a
patch for async abort handling for initiator multiqueue in the
driver along with a patch for NULL pointer access during probe 
failure.

Please apply this series to 4.16/scsi-queue at your earliest
convenience.

Thanks,
Himanshu 

Anil Gurumurthy (1):
  qla2xxx: Add XCB counters to debugfs

Darren Trapp (1):
  qla2xxx: Fix queue ID for async abort with Multiqueue

Himanshu Madhani (6):
  qla2xxx: Fix NULL pointer crash due to probe failure
  qla2xxx: Fix recursion while sending terminate exchange
  qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
  qla2xxx: Fix warning during port_name debug print
  qla2xxx: Fix warning for code intentation in
    __qla24xx_handle_gpdb_event()
  qla2xxx: Update driver version to 10.00.00.05-k

 drivers/scsi/qla2xxx/qla_def.h     |  1 +
 drivers/scsi/qla2xxx/qla_dfs.c     |  9 +++++++++
 drivers/scsi/qla2xxx/qla_init.c    | 15 ++++++++++++++-
 drivers/scsi/qla2xxx/qla_iocb.c    |  8 +++++---
 drivers/scsi/qla2xxx/qla_os.c      |  8 ++++----
 drivers/scsi/qla2xxx/qla_target.c  |  2 +-
 drivers/scsi/qla2xxx/qla_version.h |  2 +-
 7 files changed, 35 insertions(+), 10 deletions(-)

-- 
2.12.0

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

end of thread, other threads:[~2018-01-17  6:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16  4:46 [PATCH 0/8] qla2xxx: Minor fixes for the driver Himanshu Madhani
2018-01-16  4:46 ` [PATCH 1/8] qla2xxx: Fix NULL pointer crash due to probe failure Himanshu Madhani
2018-01-16  4:46 ` [PATCH 2/8] qla2xxx: Fix recursion while sending terminate exchange Himanshu Madhani
2018-01-16  4:46 ` [PATCH 3/8] qla2xxx: Fix warning in qla2x00_async_iocb_timeout() Himanshu Madhani
2018-01-16  4:46 ` [PATCH 4/8] qla2xxx: Fix warning during port_name debug print Himanshu Madhani
2018-01-16  4:46 ` [PATCH 5/8] qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event() Himanshu Madhani
2018-01-16  4:46 ` [PATCH 6/8] qla2xxx: Fix queue ID for async abort with Multiqueue Himanshu Madhani
2018-01-16  4:46 ` [PATCH 7/8] qla2xxx: Add XCB counters to debugfs Himanshu Madhani
2018-01-16  4:46 ` [PATCH 8/8] qla2xxx: Update driver version to 10.00.00.05-k Himanshu Madhani
2018-01-17  6:34 ` [PATCH 0/8] qla2xxx: Minor fixes for the driver Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.