Merge tag 'nvme-6.7-2023-11-22' of git://git.infradead.org/nvme into block-6.7
authorJens Axboe <axboe@kernel.dk>
Wed, 22 Nov 2023 17:19:27 +0000 (10:19 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Nov 2023 17:19:27 +0000 (10:19 -0700)
commit55072cd7ce36d6e3af949608bcb0e734d5a4b0c2
tree4fab77dfe18b73ae517afb2a9982db35e075909e
parent98c598afc22d4e43c2ad91860b65996d0c099a5d
parent3af755a46881c32fecaecfdeaf3a8f0a869deca5
Merge tag 'nvme-6.7-2023-11-22' of git://git.infradead.org/nvme into block-6.7

Pull NVMe fixes from Keith:

"nvme fixes for Linux 6.7

 - TCP TLS fixes (Hannes)
 - Authentifaction fixes (Mark, Hannes)
 - Properly terminate target names (Christoph)"

* tag 'nvme-6.7-2023-11-22' of git://git.infradead.org/nvme:
  nvme: move nvme_stop_keep_alive() back to original position
  nvmet-tcp: always initialize tls_handshake_tmo_work
  nvmet: nul-terminate the NQNs passed in the connect command
  nvme: blank out authentication fabrics options if not configured
  nvme: catch errors from nvme_configure_metadata()
  nvme-tcp: only evaluate 'tls' option if TLS is selected
  nvme-auth: set explanation code for failure2 msgs
  nvme-auth: unlock mutex in one place only