]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'nvme-7.1-2026-05-14' of git://git.infradead.org/nvme into block-7.1
authorJens Axboe <axboe@kernel.dk>
Fri, 15 May 2026 01:14:33 +0000 (19:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 May 2026 01:14:33 +0000 (19:14 -0600)
commit4141f46daa4cf1f8caa14129f8b6db86f17452f5
tree4f3ec45337d58c36915f539f6fd6e00a7e4751f3
parente7b8b3c5b2a65595d506ffedafac66f0a11fbdc2
parenta6ab75639e23169a741b0b2e12191fd8acb32c73
Merge tag 'nvme-7.1-2026-05-14' of git://git.infradead.org/nvme into block-7.1

Pull NVMe fixes from Keith:

"- Fix memory leak on a passthrough integrity mapping failure (Keith)
 - Hide secrets behind debug option (Hannes)
 - Fix pci use-after-free for host memory buffer (Chia-Lin Kao)
 - Fix tcp taregt use-after-free for data digest  (Sagi)
 - Revert a mistaken quirk (Alan Cui)
 - Fix uevent and controller state race condition (Maurizio)
 - Fix apple submission queue re-initialization (Nick Chan)"

* tag 'nvme-7.1-2026-05-14' of git://git.infradead.org/nvme:
  nvme-apple: Reset q->sq_tail during queue init
  nvme: fix race condition between connected uevent and STARTED_ONCE flag
  Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"
  nvmet-tcp: Fix potential UAF when ddgst mismatch
  nvme-pci: fix use-after-free in nvme_free_host_mem()
  nvmet-auth: Do not print DH-HMAC-CHAP secrets
  nvme: fix bio leak on mapping failure
  nvme: make prp passthrough usage less scary