[GIT PULL] nvme fixes for Linux 6.2
Christoph Hellwig
hch at infradead.org
Thu Dec 22 07:43:44 PST 2022
The following changes since commit 53eab8e76667b124615a943a033cdf97c80c242a:
block: don't clear REQ_ALLOC_CACHE for non-polled requests (2022-12-16 09:18:09 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.2-2022-12-22
for you to fetch changes up to 3659fb5ac29a5e6102bebe494ac789fd47fb78f4:
nvme: fix multipath crash caused by flush request when blktrace is enabled (2022-12-22 09:40:27 +0100)
----------------------------------------------------------------
nvme fixes for Linux 6.2
- fix doorbell buffer value endianness (Klaus Jensen)
- fix Linux vs NVMe page size mismatch (Keith Busch)
- fix a potential use memory access beyong the allocation limit
(Keith Busch)
- fix a multipath vs blktrace NULL pointer dereference
(Yanjun Zhang)
----------------------------------------------------------------
Keith Busch (2):
nvme-pci: fix mempool alloc size
nvme-pci: fix page size checks
Klaus Jensen (1):
nvme-pci: fix doorbell buffer value endianness
Yanjun Zhang (1):
nvme: fix multipath crash caused by flush request when blktrace is enabled
drivers/nvme/host/nvme.h | 2 +-
drivers/nvme/host/pci.c | 37 +++++++++++++++++++------------------
2 files changed, 20 insertions(+), 19 deletions(-)
More information about the Linux-nvme
mailing list