From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme updates for Linux 5.19
Date: Wed, 18 May 2022 08:47:02 +0200 [thread overview]
Message-ID: <YoSWZoB1/38DdP4S@infradead.org> (raw)
The following changes since commit c23d47abee3a54e4991ed3993340596d04aabd6a:
loop: remove most the top-of-file boilerplate comment from the UAPI header (2022-05-10 06:30:05 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-5.19-2022-05-18
for you to fetch changes up to e626f37e657adbab2a7abe51480925891662a5f3:
nvme: split the enum used for various register constants (2022-05-17 07:33:27 +0200)
----------------------------------------------------------------
nvme updates for Linux 5.19
- tighten the PCI presence check (Stefan Roese):
- fix a potential NULL pointer dereference in an error path
(Kyle Miller Smith)
- fix interpretation of the DMRSL field (Tom Yan)
- relax the data transfer alignment (Keith Busch)
- verbose error logging improvements (Max Gurtovoy, Chaitanya Kulkarni)
- misc cleanups (Chaitanya Kulkarni, me)
----------------------------------------------------------------
Chaitanya Kulkarni (2):
nvme: mark internal passthru request RQF_QUIET
nvme-fabrics: add a request timeout helper
Christoph Hellwig (1):
nvme: split the enum used for various register constants
Keith Busch (1):
nvme: set dma alignment to dword
Max Gurtovoy (2):
nvme: add missing status values to verbose logging
nvme: remove unneeded include from constants file
Smith, Kyle Miller (Nimble Kernel) (1):
nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags
Stefan Roese (1):
nvme-pci: harden drive presence detect in nvme_dev_disable()
Tom Yan (1):
nvme: fix interpretation of DMRSL
drivers/nvme/host/constants.c | 4 +++-
drivers/nvme/host/core.c | 9 ++++++---
drivers/nvme/host/fabrics.h | 8 ++++++++
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/pci.c | 5 ++++-
drivers/nvme/host/rdma.c | 5 +----
drivers/nvme/host/tcp.c | 5 +----
include/linux/nvme.h | 15 +++++++++++++--
8 files changed, 37 insertions(+), 15 deletions(-)
next reply other threads:[~2022-05-18 6:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 6:47 Christoph Hellwig [this message]
2022-05-18 7:23 ` [GIT PULL] nvme updates for Linux 5.19 Hannes Reinecke
2022-05-18 7:27 ` Christoph Hellwig
2022-05-18 7:33 ` Hannes Reinecke
2022-05-18 12:28 ` Jens Axboe
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=YoSWZoB1/38DdP4S@infradead.org \
--to=hch@infradead.org \
--cc=axboe@kernel.dk \
--cc=kbusch@kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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.