mbox series

[0/7] qedf: Misc fixes for the driver.

Message ID 20200807110656.19965-1-jhasan@marvell.com (mailing list archive)
Headers show
Series qedf: Misc fixes for the driver. | expand

Message

Javed Hasan Aug. 7, 2020, 11:06 a.m. UTC
This series has misc bug fixes and code enhancements.

Kindly apply this series to scsi-queue at your earliest convenience.

Thanks,
~Javed

Saurav Kashyap (7):
  qedf: Check for port type and role before processing an event.
  qedf: check the validity of rjt frame before processing.
  qedf: Do not kill timeout work for original IO on RRQ completion.
  qedf: Send cleanup even for RRQ on timeout.
  qedf: Initiate cleanup for ELS commands as well.
  qedf: Don't process ELS completion if its flushed or cleaned up.
  qedf: Fix race between els completion and flushing els request.

 drivers/scsi/qedf/qedf_els.c  | 32 ++++++++++++++++++++++++++++----
 drivers/scsi/qedf/qedf_io.c   | 11 ++++++++++-
 drivers/scsi/qedf/qedf_main.c | 11 +++++++++++
 3 files changed, 49 insertions(+), 5 deletions(-)

Comments

Martin K. Petersen Aug. 18, 2020, 3:11 a.m. UTC | #1
On Fri, 7 Aug 2020 04:06:49 -0700, Javed Hasan wrote:

> This series has misc bug fixes and code enhancements.
> 
> Kindly apply this series to scsi-queue at your earliest convenience.
> 
> Thanks,
> ~Javed
> 
> [...]

Applied to 5.10/scsi-queue, thanks!

[1/7] scsi: qedf: Check for port type and role before processing an event
      https://git.kernel.org/mkp/scsi/c/04fedba774e8
[2/7] scsi: qedf: Check the validity of rjt frame before processing
      https://git.kernel.org/mkp/scsi/c/df89b0e5bfad
[3/7] scsi: qedf: Do not kill timeout work for original I/O on RRQ completion
      https://git.kernel.org/mkp/scsi/c/76693f4f1e2d
[4/7] scsi: qedf: Send cleanup even for RRQ on timeout
      https://git.kernel.org/mkp/scsi/c/8ea8f3eae8e5
[5/7] scsi: qedf: Initiate cleanup for ELS commands as well
      https://git.kernel.org/mkp/scsi/c/170ce800ed5c
[6/7] scsi: qedf: Don't process ELS completion if event is flushed or cleaned up
      https://git.kernel.org/mkp/scsi/c/49cf23e02935
[7/7] scsi: qedf: Fix race between ELS completion and flushing ELS request
      https://git.kernel.org/mkp/scsi/c/9acf1f771914