From: James Smart <james.smart@emulex.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 0/19] lpfc 10.4.8000.0: Update lpfc version to driver version 10.4.8000.0
Date: Wed, 3 Sep 2014 12:54:48 -0400 [thread overview]
Message-ID: <1409763288.12357.0.camel@myfc17> (raw)
Update lpfc version to driver version 10.4.8000.0
This patch set updates the lpfc driver to revision 10.4.8000.0
The patches for 10.4.8000.0 contain:
- Incorporate patches posted to linux-scsi
- Mark functions as static in lpfc/lpfc_sli.c
- Mark functions as static in lpfc/lpfc_hbadisc.c
- Mark functions as static in lpfc/lpfc_init.c
- Mark functions as static in lpfc/lpfc_scsi.c
- Mark function as static in lpfc/lpfc_bsg.c
- Use time_after()
- Use dma_zalloc_coherent
- random32: do not feed jiffies as seed from lpfc driver
- Use pci_enable_msix_range() instead of pci_enable_msix()
- Fix discovery timeout during nameserver login
- Fix quarantined XRI recovery qualifier state in link bounce
- Fix IP Reset processing - wait for RDY before proceeding
- Fix race between LOGO/PLOGI handling causing NULL pointer
- Fix locking issues with abort data paths
- Fixed crash from page fault caused by use after rport delete
- Fixed High priority issues from lpfc given by fortify source code scan.
- Fixed Low priority issues from lpfc given by fortify source code scan.
- Fix for handling unmapped ndlp in target reset handler
- Update lpfc version to driver version 10.4.8000.0
The patches were cut against Christoph's scsi-queue.git,
branch "drivers-for-3.18".
-- james s
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com>
James Smart (19):
drivers/scsi/lpfc/lpfc_attr.c | 2 +-
drivers/scsi/lpfc/lpfc_bsg.c | 20 ++-
drivers/scsi/lpfc/lpfc_crtn.h | 1 -
drivers/scsi/lpfc/lpfc_ct.c | 14 ++-
drivers/scsi/lpfc/lpfc_debugfs.c | 4 +-
drivers/scsi/lpfc/lpfc_disc.h | 6 +-
drivers/scsi/lpfc/lpfc_els.c | 33 +++--
drivers/scsi/lpfc/lpfc_hbadisc.c | 53 +++++---
drivers/scsi/lpfc/lpfc_init.c | 225 ++++++++++++++++-----------------
drivers/scsi/lpfc/lpfc_mbox.c | 6 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 2 +
drivers/scsi/lpfc/lpfc_scsi.c | 34 +++--
drivers/scsi/lpfc/lpfc_sli.c | 247 ++++++++++++++++++-------------------
drivers/scsi/lpfc/lpfc_sli.h | 1 +
drivers/scsi/lpfc/lpfc_sli4.h | 20 +--
drivers/scsi/lpfc/lpfc_version.h | 2 +-
16 files changed, 351 insertions(+), 319 deletions(-)
--
1.7.11.7
next reply other threads:[~2014-09-03 16:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 16:54 James Smart [this message]
2014-09-05 5:35 ` [PATCH 0/19] lpfc 10.4.8000.0: Update lpfc version to driver version 10.4.8000.0 Christoph Hellwig
2014-09-05 13:31 ` James Smart
2014-09-05 13:59 ` James Bottomley
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=1409763288.12357.0.camel@myfc17 \
--to=james.smart@emulex.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.