This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a3daad821514 Merge tag 'mtd/fixes-for-6.14-rc4' of git://git.kernel.org [...] new d403120cb9d4 ACPI: platform_profile: Fix memory leak in profile_class_i [...] new 7108b48e9666 Merge tag 'acpi-6.14-rc4' of git://git.kernel.org/pub/scm/ [...] new 13918315c5dc io-wq: backoff when retrying worker creation new 1e988c3fe126 io_uring: prevent opcode speculation new 1fc61eeefe10 io_uring: fix spelling error in uapi io_uring.h new fb3331f53e3c io_uring/rsrc: remove unused constants new 67b0025d19f9 io_uring/rw: forbid multishot async reads new 4e43133c6f23 io_uring/rw: don't directly use ki_complete new 74f3e875268f io_uring/rw: move ki_complete init into prep new 4614de748e78 io_uring/rw: clean up mshot forced sync mode new f679ebf6aa9b Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux new 43c70b104093 block/merge: remove unnecessary min() with UINT_MAX new dd8b0582e25e block: fix NULL pointer dereferenced within __blk_rq_map_sg new fbe8f2fa971c md/raid*: Fix the set_queue_limits implementations new 7543095ce0f3 Merge tag 'md-6.14-20250218' of https://git.kernel.org/pub [...] new fcd875445866 nvme-pci: quirk Acer FA100 for non-uniqueue identifiers new 84e009042d0f nvme-tcp: add basic support for the C2HTermReq PDU new 408232680707 nvmet: Fix crash when a namespace is disabled new 3988ac1c67e6 nvmet-rdma: recheck queue state is LIVE in state lock in r [...] new 68a5c91f01fc nvmet: pci-epf: Correctly initialize CSTS when enabling th [...] new ffa35567632c nvmet: pci-epf: Do not uselessly write the CSTS register new 01ef7ff7dd3c nvmet: pci-epf: Avoid RCU stalls under heavy workload new cd513e0434c3 nvme: tcp: Fix compilation warning with W=1 new 578539e09690 nvme-tcp: fix connect failure on receiving partial ICResp PDU new 487a3ea7b1b8 nvme/ioctl: add missing space in err message new d422247d14a5 nvme: Cleanup the definition of the controller config regi [...] new 2ba8cf918f0d nvmet: Use enum definitions instead of hardcoded values new eefa72a15ea0 apple-nvme: Release power domains when probe fails new 3f22421f6a24 apple-nvme: Support coprocessors left idle new f13409bb3f91 nvme-fc: rely on state transitions to handle connectivity loss new d2fe192348f9 nvme: only allow entering LIVE from CONNECTING state new 70550442f28e Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.or [...] new 8a61cb6e150e Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linux
The 33 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: block/blk-merge.c | 7 +++-- drivers/acpi/platform_profile.c | 8 ++++- drivers/md/raid0.c | 4 +-- drivers/md/raid1.c | 4 +-- drivers/md/raid10.c | 4 +-- drivers/nvme/host/apple.c | 55 ++++++++++++++++++++++----------- drivers/nvme/host/core.c | 2 -- drivers/nvme/host/fc.c | 67 ++++------------------------------------- drivers/nvme/host/ioctl.c | 3 +- drivers/nvme/host/pci.c | 2 ++ drivers/nvme/host/tcp.c | 50 ++++++++++++++++++++++++++++-- drivers/nvme/target/core.c | 40 ++++++++++++------------ drivers/nvme/target/nvmet.h | 14 ++++----- drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++++------ drivers/nvme/target/rdma.c | 33 ++++++++++++++------ include/linux/nvme-tcp.h | 2 ++ include/linux/nvme.h | 40 +++++++++++++++++++----- include/uapi/linux/io_uring.h | 2 +- io_uring/io-wq.c | 23 +++++++++++--- io_uring/io_uring.c | 2 ++ io_uring/rsrc.h | 6 ---- io_uring/rw.c | 30 ++++++++++++------ 22 files changed, 265 insertions(+), 172 deletions(-)