All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: James Smart <jsmart2021@gmail.com>, linux-scsi@vger.kernel.org
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>
Subject: Re: [PATCH v2 00/15] lpfc: Update lpfc to revision 12.8.0.7
Date: Wed, 13 Jan 2021 00:48:24 -0500	[thread overview]
Message-ID: <161050726820.14224.8991501570955551588.b4-ty@oracle.com> (raw)
In-Reply-To: <20210104180240.46824-1-jsmart2021@gmail.com>

On Mon, 4 Jan 2021 10:02:25 -0800, James Smart wrote:

> Update lpfc to revision 12.8.0.7
> 
> This patch set contains fixes and a cleanup of trace logging.
> 
> The patches were cut against Martin's 5.11/scsi-queue tree

Applied to 5.12/scsi-queue, thanks!

[01/15] lpfc: Fix PLOGI S_ID of 0 on pt2pt config
        https://git.kernel.org/mkp/scsi/c/8e062ce305ad
[02/15] lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3
        https://git.kernel.org/mkp/scsi/c/d2f2547efd39
[03/15] lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue state
        https://git.kernel.org/mkp/scsi/c/ecf041fe9895
[04/15] lpfc: Fix crash when a fabric node is released prematurely.
        https://git.kernel.org/mkp/scsi/c/07aaefdf75c5
[05/15] lpfc: Use the nvme-fc transport supplied timeout for LS requests
        https://git.kernel.org/mkp/scsi/c/c33b1609344f
[06/15] lpfc: Fix FW reset action if IOs are outstanding
        https://git.kernel.org/mkp/scsi/c/3ba6216aaded
[07/15] lpfc: Prevent duplicate requests to unregister with cpuhp framework
        https://git.kernel.org/mkp/scsi/c/f0871ab68a8b
[08/15] lpfc: Fix error log messages being logged following scsi task mgnt
        https://git.kernel.org/mkp/scsi/c/da09ae4864e1
[09/15] lpfc: Fix target reset failing
        https://git.kernel.org/mkp/scsi/c/31051249f12e
[10/15] lpfc: Fix NVME recovery after mailbox timeout
        https://git.kernel.org/mkp/scsi/c/9ec58ec7d41a
[11/15] lpfc: Fix vport create logging
        https://git.kernel.org/mkp/scsi/c/ff8a44bff5ef
[12/15] lpfc: Fix crash when nvmet transport calls host_release
        https://git.kernel.org/mkp/scsi/c/243156c0108d
[13/15] lpfc: Implement health checking when aborting io
        https://git.kernel.org/mkp/scsi/c/a22d73b655a8
[14/15] lpfc: Enhancements to LOG_TRACE_EVENT for better readability
        https://git.kernel.org/mkp/scsi/c/0b3ad32e2646
[15/15] lpfc: Update lpfc version to 12.8.0.7
        https://git.kernel.org/mkp/scsi/c/181dd9a4c2c6

-- 
Martin K. Petersen	Oracle Linux Engineering

      parent reply	other threads:[~2021-01-13  5:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-04 18:02 [PATCH v2 00/15] lpfc: Update lpfc to revision 12.8.0.7 James Smart
2021-01-04 18:02 ` [PATCH v2 01/15] lpfc: Fix PLOGI S_ID of 0 on pt2pt config James Smart
2021-01-04 18:02 ` [PATCH v2 02/15] lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3 James Smart
2021-06-07 11:06   ` Daniel Wagner
2021-06-07 15:12     ` James Smart
2021-06-15 12:45       ` Daniel Wagner
2021-06-18  8:52         ` Daniel Wagner
2021-12-14 13:19           ` [PATCH] lpfc: Reintroduce old IRQ probe logic Daniel Wagner
2021-01-04 18:02 ` [PATCH v2 03/15] lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue state James Smart
2021-01-04 18:02 ` [PATCH v2 04/15] lpfc: Fix crash when a fabric node is released prematurely James Smart
2021-01-04 18:02 ` [PATCH v2 05/15] lpfc: Use the nvme-fc transport supplied timeout for LS requests James Smart
2021-01-04 18:02 ` [PATCH v2 06/15] lpfc: Fix FW reset action if IOs are outstanding James Smart
2021-01-04 18:02 ` [PATCH v2 07/15] lpfc: Prevent duplicate requests to unregister with cpuhp framework James Smart
2021-01-04 18:02 ` [PATCH v2 08/15] lpfc: Fix error log messages being logged following scsi task mgnt James Smart
2021-01-04 18:02 ` [PATCH v2 09/15] lpfc: Fix target reset failing James Smart
2021-01-04 18:02 ` [PATCH v2 10/15] lpfc: Fix NVME recovery after mailbox timeout James Smart
2021-01-04 18:02 ` [PATCH v2 11/15] lpfc: Fix vport create logging James Smart
2021-01-04 18:02 ` [PATCH v2 12/15] lpfc: Fix crash when nvmet transport calls host_release James Smart
2021-01-04 18:02 ` [PATCH v2 13/15] lpfc: Implement health checking when aborting io James Smart
2021-01-04 18:02 ` [PATCH v2 14/15] lpfc: Enhancements to LOG_TRACE_EVENT for better readability James Smart
2021-01-04 18:02 ` [PATCH v2 15/15] lpfc: Update lpfc version to 12.8.0.7 James Smart
2021-01-08  4:02 ` [PATCH v2 00/15] lpfc: Update lpfc to revision 12.8.0.7 Martin K. Petersen
2021-01-13  5:48 ` Martin K. Petersen [this message]

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=161050726820.14224.8991501570955551588.b4-ty@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=jsmart2021@gmail.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.