All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/35] qla2xxx: Patches for 3.18 scsi "misc" branch.
@ 2014-09-24  7:08 Saurav Kashyap
  2014-09-24  7:08 ` [PATCH 01/35] qla2xxx: ISP27xx add tests for incomplete template Saurav Kashyap
                   ` (34 more replies)
  0 siblings, 35 replies; 45+ messages in thread
From: Saurav Kashyap @ 2014-09-24  7:08 UTC (permalink / raw)
  To: jbottomley
  Cc: hch, giridhar.malavali, saurav.kashyap, andrew.vasquez, linux-scsi

Hi James, Christoph,
 
Please apply the following patches to the scsi tree, misc branch  at your
earliest convenience.
 
Thanks,
~Saurav 

Alex Vechersky (1):
  qla2xxx: Add missing ISP27xx checks to optrom code.

Arun Easi (1):
  qla2xxx: Unload of qla2xxx driver crashes the machine.

Chad Dupuis (6):
  qla2xxx: Enable fast flash access for ISP83xx.
  qla2xxx: Force use of mailbox interface for flash access commands for
    ISP27xx.
  qla2xxx: Honor FCP_RSP retry delay timer field.
  qla2xxx: Mark port lost when we receive an RSCN for it.
  qla2xxx: Disable PCI device in shutdown handler.
  qla2xxx: Fail adapter initialization on load ram failure.

Himanshu Madhani (6):
  qla2xxx: Add FDMI-2 functionality.
  qla2xxx: Fix driver version string message.
  qla2xxx: Allow user to change ql2xfdmienable value.
  qla2xxx: Enable diagnostic port using NVRAM parameters.
  qla2xxx: Disable laser for ISP2031 while unloading driver.
  qla2xxx: Restore WWPN in case of Loop Dead.

Jan Kulich (1):
  qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.

Joe Carnuccio (15):
  qla2xxx: ISP27xx add tests for incomplete template.
  qla2xxx: ISP27xx optimize fwdump entry table lookup.
  qla2xxx: ISP27xx fwdump template remove high frequency debug logs.
  qla2xxx: ISP27xx fwdump template fix insertbuf() routine.
  qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).
  qla2xxx: Add endianizer to max_payload_size modifier.
  qla2xxx: ISP25xx multiqueue shadow register crash fix.
  qla2xxx: ISP27xx fwdump template error print simplification.
  qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().
  qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().
  qla2xxx: Incorrect debug level on mailbox command print 0x1111.
  qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().
  qla2xxx: Add FA-WWN functionality.
  qla2xxx: Add diagnostic port functionality.
  qla2xxx: Fix sparse warning in qla_iocb.c file.

Nigel Kirkland (1):
  qla2xxx: Free sysfs attributes for ISP27xx.

Quinn Tran (1):
  qla2xxx: Declaration error cause stack corruption.

Saurav Kashyap (1):
  qla2xxx: Update the driver version to 8.07.00.16-k.

Sawan Chandak (2):
  qla2xxx: Add fix in driver unload for pending activity.
  qla2xxx: Move warning message to debug level.

 drivers/scsi/qla2xxx/qla_attr.c    |   16 +-
 drivers/scsi/qla2xxx/qla_bsg.c     |    2 +-
 drivers/scsi/qla2xxx/qla_dbg.c     |   26 +-
 drivers/scsi/qla2xxx/qla_def.h     |  167 ++++++-
 drivers/scsi/qla2xxx/qla_fw.h      |    8 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |    4 +-
 drivers/scsi/qla2xxx/qla_gs.c      |  943 +++++++++++++++++++++++++++++++-----
 drivers/scsi/qla2xxx/qla_init.c    |   37 +-
 drivers/scsi/qla2xxx/qla_inline.h  |    8 +
 drivers/scsi/qla2xxx/qla_iocb.c    |    2 +-
 drivers/scsi/qla2xxx/qla_isr.c     |   51 ++-
 drivers/scsi/qla2xxx/qla_mbx.c     |   41 ++-
 drivers/scsi/qla2xxx/qla_mid.c     |    2 +
 drivers/scsi/qla2xxx/qla_mr.c      |   14 +-
 drivers/scsi/qla2xxx/qla_nx.c      |    2 +-
 drivers/scsi/qla2xxx/qla_os.c      |   68 +++-
 drivers/scsi/qla2xxx/qla_sup.c     |    7 +-
 drivers/scsi/qla2xxx/qla_tmpl.c    |  106 ++---
 drivers/scsi/qla2xxx/qla_tmpl.h    |    8 +
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 20 files changed, 1240 insertions(+), 274 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2014-09-25  9:08 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  7:08 [PATCH 00/35] qla2xxx: Patches for 3.18 scsi "misc" branch Saurav Kashyap
2014-09-24  7:08 ` [PATCH 01/35] qla2xxx: ISP27xx add tests for incomplete template Saurav Kashyap
2014-09-24  7:08 ` [PATCH 02/35] qla2xxx: ISP27xx optimize fwdump entry table lookup Saurav Kashyap
2014-09-24  7:08 ` [PATCH 03/35] qla2xxx: ISP27xx fwdump template remove high frequency debug logs Saurav Kashyap
2014-09-24  7:08 ` [PATCH 04/35] qla2xxx: ISP27xx fwdump template fix insertbuf() routine Saurav Kashyap
2014-09-24  7:08 ` [PATCH 05/35] qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer) Saurav Kashyap
2014-09-24  7:08 ` [PATCH 06/35] qla2xxx: Enable fast flash access for ISP83xx Saurav Kashyap
2014-09-24  7:08 ` [PATCH 07/35] qla2xxx: Add endianizer to max_payload_size modifier Saurav Kashyap
2014-09-24  7:08 ` [PATCH 08/35] qla2xxx: ISP25xx multiqueue shadow register crash fix Saurav Kashyap
2014-09-24  7:08 ` [PATCH 09/35] qla2xxx: ISP27xx fwdump template error print simplification Saurav Kashyap
2014-09-24  7:08 ` [PATCH 10/35] qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field() Saurav Kashyap
2014-09-24  7:08 ` [PATCH 11/35] qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs() Saurav Kashyap
2014-09-24  7:08 ` [PATCH 12/35] qla2xxx: Incorrect debug level on mailbox command print 0x1111 Saurav Kashyap
2014-09-24  7:08 ` [PATCH 13/35] qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport() Saurav Kashyap
2014-09-24  7:08 ` [PATCH 14/35] qla2xxx: ISPFx00 unexpected resets during adapter boot sequence Saurav Kashyap
2014-09-24  7:08 ` [PATCH 15/35] qla2xxx: Add FDMI-2 functionality Saurav Kashyap
2014-09-24  7:08 ` [PATCH 16/35] qla2xxx: Add FA-WWN functionality Saurav Kashyap
2014-09-24  7:08 ` [PATCH 17/35] qla2xxx: Add diagnostic port functionality Saurav Kashyap
2014-09-24  7:08 ` [PATCH 18/35] qla2xxx: Fix driver version string message Saurav Kashyap
2014-09-24  7:08 ` [PATCH 19/35] qla2xxx: Allow user to change ql2xfdmienable value Saurav Kashyap
2014-09-24  7:08 ` [PATCH 20/35] qla2xxx: Unload of qla2xxx driver crashes the machine Saurav Kashyap
2014-09-24 13:41   ` Joe Lawrence
2014-09-25  8:37     ` Christoph Hellwig
2014-09-25  8:57       ` Saurav Kashyap
2014-09-25  9:03         ` Christoph Hellwig
2014-09-25  9:08           ` Saurav Kashyap
2014-09-24  7:08 ` [PATCH 21/35] qla2xxx: Add fix in driver unload for pending activity Saurav Kashyap
2014-09-24  7:08 ` [PATCH 22/35] qla2xxx: Declaration error cause stack corruption Saurav Kashyap
2014-09-24  7:08 ` [PATCH 23/35] qla2xxx: Enable diagnostic port using NVRAM parameters Saurav Kashyap
2014-09-24  7:08 ` [PATCH 24/35] qla2xxx: Disable laser for ISP2031 while unloading driver Saurav Kashyap
2014-09-24  7:08 ` [PATCH 25/35] qla2xxx: Free sysfs attributes for ISP27xx Saurav Kashyap
2014-09-24  7:08 ` [PATCH 26/35] qla2xxx: Force use of mailbox interface for flash access commands " Saurav Kashyap
2014-09-24  7:08 ` [PATCH 27/35] qla2xxx: Add missing ISP27xx checks to optrom code Saurav Kashyap
2014-09-24  7:08 ` [PATCH 28/35] qla2xxx: Honor FCP_RSP retry delay timer field Saurav Kashyap
2014-09-24  7:08 ` [PATCH 29/35] qla2xxx: Restore WWPN in case of Loop Dead Saurav Kashyap
2014-09-24  7:08 ` [PATCH 30/35] qla2xxx: Mark port lost when we receive an RSCN for it Saurav Kashyap
2014-09-24  7:08 ` [PATCH 31/35] qla2xxx: Disable PCI device in shutdown handler Saurav Kashyap
2014-09-24 13:48   ` Joe Lawrence
2014-09-24 15:37     ` Chad Dupuis
2014-09-24 18:23       ` Joe Lawrence
2014-09-25  0:09         ` Chad Dupuis
2014-09-24  7:08 ` [PATCH 32/35] qla2xxx: Fail adapter initialization on load ram failure Saurav Kashyap
2014-09-24  7:08 ` [PATCH 33/35] qla2xxx: Move warning message to debug level Saurav Kashyap
2014-09-24  7:08 ` [PATCH 34/35] qla2xxx: Fix sparse warning in qla_iocb.c file Saurav Kashyap
2014-09-24  7:08 ` [PATCH 35/35] qla2xxx: Update the driver version to 8.07.00.16-k Saurav Kashyap

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.