This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 021533194476 Kconfig: Disable -Wstringop-overflow for GCC globally new 2fa28abd1090 arm64: Revert "scs: Work around full LTO issue with dynamic SCS" new d104a6fef3fe arm64: scs: Disable LTO for SCS patching code new c7767f5c43df arm64: vdso32: Remove unused vdso32-offsets.h new ec86369c88f6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new c79f52f0656e io_uring/rw: ensure poll based multishot read retries appr [...] new e84b01a880f6 io_uring/poll: move poll execution helpers higher up new 91e5d765a82f io_uring/net: un-indent mshot retry path in io_recv_finish() new 704ea888d646 io_uring/poll: add requeue return code from poll multishot [...] new 76b367a2d831 io_uring/net: limit inline multishot retries new 72bd80252fee io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAIT [...] new 717ca0b8e55e Merge tag 'io_uring-6.8-2024-02-01' of git://git.kernel.dk/linux new 41353fbad4f5 nvmet: unify aer type enum new 92b0b0ff0ba3 nvme: add module description to stop warnings new 41951f83ef90 nvmet: add module description to stop warnings new 15ade5bfa5ab nvme-rdma: Fix transfer length when write_generate/read_ve [...] new 47c5dd66c184 nvmet-tcp: fix nvme tcp ida memory leak new 6d3c7fb17b4c nvme: use ctrl state accessor new f9ddefb6c0de nvme-auth: open-code single-use macros new bd2687f2e594 nvme: change __nvme_submit_sync_cmd() calling conventions new 48dae46676d1 nvme: enable retries for authentication commands new 0945b43b4ef8 nvme-common: add module description new 4b6821940eeb nvme: return string as char *, not unsigned char * new 6f9a71c61183 nvme: remove redundant status mask new f9e9115d0c01 nvme: take const cmd pointer in read-only helpers new 7d23e836b00e nvme: split out fabrics version of nvme_opcode_str() new 0d150beff26e nvme-fc: log human-readable opcode on timeout new 70fbfc47a392 nvme-fc: do not wait in vain when unloading module new dcfad4ab4d67 nvmet-fcloop: swap the list_add_tail arguments new c691e6d7e13d nvmet-fc: release reference on target port new 4049dc96b8de nvmet-fc: defer cleanup using RCU properly new c5e27b1a779e nvmet-fc: free queue and assoc directly new ca121a0f7515 nvmet-fc: hold reference on hostport match new 50b474e1faff nvmet-fc: remove null hostport pointer check new 1c110588dd95 nvmet-fc: do not tack refs on tgtports from assoc new 3146345c2e9c nvmet-fc: abort command when there is no binding new 710c69dbaccd nvmet-fc: avoid deadlock on delete association path new fe506a745893 nvmet-fc: take ref count on tgtport before delete assoc new a90ac7b34877 nvmet-fc: use RCU list iterator for assoc_list new 524719b4c60d nvme-tcp: show hostnqn when connecting to tcp target new d2045e6a4e2f nvme-rdma: show hostnqn when connecting to rdma target new c3a846fe4bf3 nvme-fc: show hostnqn when connecting to fc target new 9f079dda1433 nvme: allow passthru cmd error logging new 373581643d3d Merge tag 'nvme-6.8-2024-02-01' of git://git.infradead.org [...] new f3c89983cb4f block: Fix where bio IO priority gets set new 815a76b9644e Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linux new 51af8f255bda ahci: Extend ASM1061 43-bit DMA address quirk to other ASM [...] new 035032753bfc Merge tag 'ata-6.8-rc3' of git://git.kernel.org/pub/scm/li [...] new bd504bcfec41 dm: limit the number of targets and parameter size area new 9cf11ce06ea5 dm stats: limit the number of entries new 40ef8756fbdd dm writecache: allow allocations larger than 2GiB new 0a9bab391e33 dm-crypt, dm-verity: disable tasklets new 6897cea71837 Merge tag 'for-6.8/dm-fixes' of git://git.kernel.org/pub/s [...]
The 52 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: arch/arm64/Makefile | 2 +- arch/arm64/include/asm/vdso.h | 3 - arch/arm64/kernel/Makefile | 6 +- arch/arm64/kernel/vdso32/Makefile | 9 -- block/blk-core.c | 10 ++ block/blk-mq.c | 10 -- drivers/ata/ahci.c | 10 +- drivers/md/dm-core.h | 2 + drivers/md/dm-crypt.c | 38 +------- drivers/md/dm-ioctl.c | 3 +- drivers/md/dm-stats.c | 9 ++ drivers/md/dm-table.c | 9 +- drivers/md/dm-verity-target.c | 26 +----- drivers/md/dm-verity.h | 1 - drivers/md/dm-writecache.c | 8 +- drivers/nvme/common/auth.c | 1 + drivers/nvme/common/keyring.c | 1 + drivers/nvme/host/apple.c | 13 +-- drivers/nvme/host/auth.c | 19 ++-- drivers/nvme/host/constants.c | 10 +- drivers/nvme/host/core.c | 85 ++++++++++++++--- drivers/nvme/host/fabrics.c | 19 ++-- drivers/nvme/host/fabrics.h | 8 +- drivers/nvme/host/fc.c | 60 +++--------- drivers/nvme/host/multipath.c | 15 +-- drivers/nvme/host/nvme.h | 62 +++++++++---- drivers/nvme/host/pci.c | 3 +- drivers/nvme/host/rdma.c | 23 +++-- drivers/nvme/host/sysfs.c | 64 ++++++++++++- drivers/nvme/host/tcp.c | 11 ++- drivers/nvme/target/core.c | 5 +- drivers/nvme/target/discovery.c | 2 +- drivers/nvme/target/fc.c | 186 +++++++++++++++++++++----------------- drivers/nvme/target/fcloop.c | 7 +- drivers/nvme/target/loop.c | 9 +- drivers/nvme/target/rdma.c | 1 + drivers/nvme/target/tcp.c | 2 + include/linux/nvme.h | 10 +- io_uring/io_uring.h | 8 +- io_uring/net.c | 50 +++++++--- io_uring/poll.c | 49 +++++----- io_uring/poll.h | 9 ++ io_uring/rw.c | 10 +- 43 files changed, 516 insertions(+), 372 deletions(-)