Merge tag 'block-6.9-20240503' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 May 2024 16:33:59 +0000 (09:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 May 2024 16:33:59 +0000 (09:33 -0700)
commit3d25a941ea5013b552b96330c83052ccace73a48
tree5166887561c4ea6d0cb4d3b49f24c47eed0913f3
parent7dc78c7b4411e942edcf3796d81c001069b15253
parentfb15ffd06115047689d05897510b423f9d144461
Merge tag 'block-6.9-20240503' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:
 "Nothing major in here - an nvme pull request with mostly auth/tcp
  fixes, and a single fix for ublk not setting segment count and size
  limits"

* tag 'block-6.9-20240503' of git://git.kernel.dk/linux:
  nvme-tcp: strict pdu pacing to avoid send stalls on TLS
  nvmet: fix nvme status code when namespace is disabled
  nvmet-tcp: fix possible memory leak when tearing down a controller
  nvme: cancel pending I/O if nvme controller is in terminal state
  nvmet-auth: replace pr_debug() with pr_err() to report an error.
  nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
  nvme: find numa distance only if controller has valid numa id
  ublk: remove segment count and size limits
  nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH