This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7dc78c7b4411 Merge tag 'sound-6.9-rc7' of git://git.kernel.org/pub/scm/ [...] new eaf4a9b19b99 ublk: remove segment count and size limits new 0bc2e80b9be5 nvme: fix warn output about shared namespaces without CONF [...] new 863fe60ed27f nvme: find numa distance only if controller has valid numa id new 46b8f9f74f6d nvmet-auth: return the error code to the nvmet_auth_host_h [...] new 445f9119e703 nvmet-auth: replace pr_debug() with pr_err() to report an error. new 25bb3534ee21 nvme: cancel pending I/O if nvme controller is in terminal state new 6825bdde4434 nvmet-tcp: fix possible memory leak when tearing down a co [...] new 505363957fad nvmet: fix nvme status code when namespace is disabled new 50abcc179e0c nvme-tcp: strict pdu pacing to avoid send stalls on TLS new fb15ffd06115 Merge commit '50abcc179e0c9ca667feb223b26ea406d5c4c556' of [...] new 3d25a941ea50 Merge tag 'block-6.9-20240503' of git://git.kernel.dk/linux
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/block/ublk_drv.c | 3 ++- drivers/nvme/host/core.c | 23 +---------------------- drivers/nvme/host/multipath.c | 3 ++- drivers/nvme/host/nvme.h | 21 +++++++++++++++++++++ drivers/nvme/host/pci.c | 8 +++++++- drivers/nvme/host/tcp.c | 10 ++++++++-- drivers/nvme/target/auth.c | 8 ++++---- drivers/nvme/target/configfs.c | 13 +++++++++++++ drivers/nvme/target/core.c | 5 ++++- drivers/nvme/target/nvmet.h | 1 + drivers/nvme/target/tcp.c | 11 ++++------- 11 files changed, 67 insertions(+), 39 deletions(-)