]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'nvme-6.17-2025-07-22' of git://git.infradead.org/nvme into for-6.17/block
authorJens Axboe <axboe@kernel.dk>
Tue, 22 Jul 2025 10:48:10 +0000 (04:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Jul 2025 10:48:10 +0000 (04:48 -0600)
commitb8da74000db3979a7ea1138125ba4b4cf105b608
treedfd208f4ad1ece05e4c4b0afafceab3f55df8880
parent675f940576351bb049f5677615140b9d0a7712d0
parent5b2c214a95942f7997d1916a4c44017becbc3cac
Merge tag 'nvme-6.17-2025-07-22' of git://git.infradead.org/nvme into for-6.17/block

Pull NVMe updates from Christoph:

"- try PCIe function level reset on init failure (Keith Busch)
 - log TLS handshake failures at error level (Maurizio Lombardi)
 - pci-epf: do not complete commands twice if nvmet_req_init() fails
   (Rick Wertenbroek)
 - misc cleanups (Alok Tiwari)"

* tag 'nvme-6.17-2025-07-22' of git://git.infradead.org/nvme:
  nvme-pci: try function level reset on init failure
  nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails
  nvme-tcp: log TLS handshake failures at error level
  docs: nvme: fix grammar in nvme-pci-endpoint-target.rst
  nvme: fix typo in status code constant for self-test in progress
  nvmet: remove redundant assignment of error code in nvmet_ns_enable()
  nvme: fix incorrect variable in io cqes error message
  nvme: fix multiple spelling and grammar issues in host drivers