All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Himanshu Madhani <himanshu.madhani@cavium.com>
Cc: James.Bottomley@HansenPartnership.com,
	martin.petersen@oracle.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH v3 00/22]  qla2xxx: Bug fixes for 4.15-rc2
Date: Mon, 04 Dec 2017 21:24:39 -0500	[thread overview]
Message-ID: <yq1k1y16heg.fsf@oracle.com> (raw)
In-Reply-To: <20171204224517.3409-1-himanshu.madhani@cavium.com> (Himanshu Madhani's message of "Mon, 4 Dec 2017 14:44:55 -0800")


Himanshu,

>  drivers/scsi/qla2xxx/qla_def.h     |  49 ++++----
>  drivers/scsi/qla2xxx/qla_gs.c      | 230 ++++++++++++++++++++++++++++++-------
>  drivers/scsi/qla2xxx/qla_init.c    |  69 +++++++++--
>  drivers/scsi/qla2xxx/qla_iocb.c    |  13 ---
>  drivers/scsi/qla2xxx/qla_isr.c     |   7 +-
>  drivers/scsi/qla2xxx/qla_mbx.c     |   3 +-
>  drivers/scsi/qla2xxx/qla_mid.c     |  42 ++++---
>  drivers/scsi/qla2xxx/qla_os.c      |  78 ++++++++++---
>  drivers/scsi/qla2xxx/qla_target.c  |  60 +++++++---
>  drivers/scsi/qla2xxx/qla_version.h |   2 +-
>  10 files changed, 405 insertions(+), 148 deletions(-)

This looks pretty big for a series of bug fixes. Are all these patches
really candidates for 4.15 and stable backports all the way back to
4.10?

-- 
Martin K. Petersen	Oracle Linux Engineering

  parent reply	other threads:[~2017-12-05  4:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 22:44 [PATCH v3 00/22] qla2xxx: Bug fixes for 4.15-rc2 Himanshu Madhani
2017-12-04 22:44 ` [PATCH v3 01/22] qla2xxx: Fix system crash for Notify ack timeout handling Himanshu Madhani
2017-12-04 22:44 ` [PATCH v3 02/22] qla2xxx: Fix gpnid error processing Himanshu Madhani
2017-12-04 22:44 ` [PATCH v3 03/22] qla2xxx: Move session delete to driver work queue Himanshu Madhani
2017-12-04 22:44 ` [PATCH v3 04/22] qla2xxx: Skip IRQ affinity for Target QPairs Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 05/22] qla2xxx: Fix re-login for Nport Handle in use Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 06/22] qla2xxx: Retry switch command on time out Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 07/22] qla2xxx: Serialize GPNID for multiple RSCN Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 08/22] qla2xxx: Fix login state machine stuck at GPDB Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 09/22] qla2xxx: Fix NPIV host cleanup in target mode Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 10/22] qla2xxx: Relogin to target port on a cable swap Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 11/22] qla2xxx: Fix Relogin being triggered too fast Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 12/22] qla2xxx: Clear send ELS LOGO flag after target re-login Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 13/22] qla2xxx: Fix PRLI state check Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 14/22] qla2xxx: Fix abort command deadlock due to spinlock Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 15/22] qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 16/22] qla2xxx: Fix scan state field for fcport Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 17/22] qla2xxx: Clear loop id after delete Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 18/22] qla2xxx: Defer processing of GS IOCB calls Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 19/22] qla2xxx: Remove aborting ELS IOCB call issued as part of timeout Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 20/22] qla2xxx: Fix system crash in qlt_plogi_ack_unref Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 21/22] qla2xxx: Fix memory leak in dual/target mode Himanshu Madhani
2017-12-04 22:45 ` [PATCH v3 22/22] qla2xxx: Update driver version to 10.00.00.03-k Himanshu Madhani
2017-12-05  2:24 ` Martin K. Petersen [this message]
2017-12-05  5:28   ` [PATCH v3 00/22] qla2xxx: Bug fixes for 4.15-rc2 Madhani, Himanshu
2017-12-07  2:43     ` Martin K. Petersen
2017-12-07  3:51       ` Madhani, Himanshu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yq1k1y16heg.fsf@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=himanshu.madhani@cavium.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.