mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y6R7MBrn2xzmwT1J@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 6.2 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.2-2022-12-22

Message

Christoph Hellwig Dec. 22, 2022, 3:43 p.m. UTC
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(-)

Comments

Jens Axboe Dec. 22, 2022, 4:23 p.m. UTC | #1
On 12/22/22 8:43 AM, Christoph Hellwig wrote:
> 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

Pulled, thanks.