This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2bfcee565c3a Merge tag 'bcachefs-2025-05-01' of git://evilpiepirate.org [...] new f024d3a8ded0 io_uring/fdinfo: annotate racy sq/cq head/tail reads new 731e5e1a5bf4 Merge tag 'io_uring-6.15-20250502' of git://git.kernel.dk/linux new 730d837979ba selftests: ublk: fix UBLK_F_NEED_GET_DATA new 69edf98be844 ublk: decouple zero copy from user copy new 6240f43b29f2 ublk: enhance check for register/unregister io buffer command new a584b2630b0d ublk: remove the check of ublk_need_req_ref() from __ublk_ [...] new a75401227eeb nvme-pci: fix queue unquiesce check on slot_reset new 5b960f92ac3e nvme-pci: add quirks for device 126f:1001 new ab35ad950d43 nvme-pci: add quirks for WDC Blue SN550 15b7:5009 new 77e40bbce930 nvme-tcp: fix premature queue removal and I/O failover new 521987940ad4 nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS new ac38b7ef704c nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS new 46d22b47df27 nvmet-tcp: don't restore null sk_state_change new 8edb86b2ed1d nvmet-auth: always free derived key data new 6d732e8d1e6d Merge tag 'nvme-6.15-2025-05-01' of git://git.infradead.or [...] new e205ff48fab4 Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linux
The 16 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 | 62 +++++++++++++++------- drivers/nvme/host/Kconfig | 1 + drivers/nvme/host/pci.c | 8 ++- drivers/nvme/host/tcp.c | 31 ++++++++++- drivers/nvme/target/Kconfig | 1 + drivers/nvme/target/auth.c | 3 +- drivers/nvme/target/tcp.c | 3 ++ io_uring/fdinfo.c | 4 +- tools/testing/selftests/ublk/Makefile | 1 + tools/testing/selftests/ublk/kublk.c | 22 +++++--- tools/testing/selftests/ublk/kublk.h | 1 + .../ublk/{test_loop_03.sh => test_generic_07.sh} | 13 +++-- tools/testing/selftests/ublk/test_stress_05.sh | 8 +-- 13 files changed, 115 insertions(+), 43 deletions(-) copy tools/testing/selftests/ublk/{test_loop_03.sh => test_generic_07.sh} (59%)