]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'nvme-6.16-2025-07-17' of git://git.infradead.org/nvme into block-6.16
authorJens Axboe <axboe@kernel.dk>
Thu, 17 Jul 2025 11:56:12 +0000 (05:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Jul 2025 11:56:12 +0000 (05:56 -0600)
Pull NVMe fixes from Christoph:

"- revert the cross-controller atomic write size validation that caused
   regressions (Christoph Hellwig)
 - fix endianness of command word prints in nvme_log_err_passthru()
   (John Garry)
 - fix callback lock for TLS handshake (Maurizio Lombardi)
 - fix misaccounting of nvme-mpath inflight I/O (Yu Kuai)
 - fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()
   (Zheng Qixing)"

* tag 'nvme-6.16-2025-07-17' of git://git.infradead.org/nvme:
  nvmet-tcp: fix callback lock for TLS handshake
  nvme: fix misaccounting of nvme-mpath inflight I/O
  nvme: revert the cross-controller atomic write size validation
  nvme: fix endianness of command word prints in nvme_log_err_passthru()
  nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()


Trivial merge