This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dd9b004b7ff3 Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/sc [...] new 114ea9bbaf76 io_uring: fix nr_segs calculation in io_import_kbuf new d245b2e53e81 Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org [...] new d9f514d3e6ee block: move around bio flagging helpers new 9637fc3bdd10 selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback() new 1fd4b8d7e3cf selftests: ublk: correct last_rw map type in seq_io.bt new fe8c0182d494 selftests: ublk: remove unused ios map in seq_io.bt new 58eec4f3fc28 selftests: ublk: fix fio arguments in run_io_and_recover() new 20da98a07bcb selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04 new d8295408e0cf selftests: ublk: don't share backing files between ublk servers new 52bc48376326 selftests: ublk: forbid multiple data copy modes new b9f0a94c3b2e selftests: ublk: add support for user copy to kublk new 63276182c513 selftests: ublk: add user copy test cases new 9869d3a6fed3 block: fix race between wbt_enable_default and IO submission new 54891a96b7a9 loop: use READ_ONCE() to read lo->lo_state without locking new 4b2b03151e2e zloop: use READ_ONCE() to read lo->lo_state in queue_rq path new 67d85b062dcb Documentation: admin-guide: blockdev: replace zone_capacit [...] new a58383fa45c7 block: add allocation size check in blkdev_pr_read_keys() new c258f5c4502c ublk: fix deadlock when reading partition table new c9b5645fd8ca block: rnbd-clt: Fix leaked ID in init_dev() new ccb8a3c08adf block: validate pi_offset integrity limit new af65faf34f6e block: validate interval_exp integrity limit new d8ba32c5a460 Merge tag 'block-6.19-20251218' of git://git.kernel.org/pu [...]
The 22 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: Documentation/admin-guide/blockdev/zoned_loop.rst | 2 +- block/bfq-iosched.c | 2 +- block/blk-settings.c | 14 +++-- block/blk-sysfs.c | 2 +- block/blk-wbt.c | 20 +++++-- block/blk-wbt.h | 5 ++ block/elevator.c | 4 -- block/elevator.h | 1 - block/ioctl.c | 9 +-- drivers/block/loop.c | 22 +++++--- drivers/block/rnbd/rnbd-clt.c | 13 +++-- drivers/block/ublk_drv.c | 32 +++++++++-- drivers/block/zloop.c | 8 +-- include/linux/bio.h | 30 +++++----- include/uapi/linux/pr.h | 2 + io_uring/rsrc.c | 1 + tools/testing/selftests/ublk/Makefile | 8 +++ tools/testing/selftests/ublk/file_backed.c | 7 ++- tools/testing/selftests/ublk/kublk.c | 64 ++++++++++++++++++++-- tools/testing/selftests/ublk/kublk.h | 23 ++++++-- tools/testing/selftests/ublk/stripe.c | 2 +- tools/testing/selftests/ublk/test_common.sh | 5 +- tools/testing/selftests/ublk/test_generic_04.sh | 2 +- tools/testing/selftests/ublk/test_generic_05.sh | 2 +- tools/testing/selftests/ublk/test_generic_11.sh | 2 +- tools/testing/selftests/ublk/test_generic_14.sh | 40 ++++++++++++++ .../ublk/{test_loop_01.sh => test_loop_06.sh} | 7 +-- .../ublk/{test_loop_04.sh => test_loop_07.sh} | 6 +- .../ublk/{test_null_01.sh => test_null_03.sh} | 6 +- tools/testing/selftests/ublk/test_stress_04.sh | 12 ++-- tools/testing/selftests/ublk/test_stress_05.sh | 10 ++-- tools/testing/selftests/ublk/test_stress_06.sh | 39 +++++++++++++ tools/testing/selftests/ublk/test_stress_07.sh | 39 +++++++++++++ .../ublk/{test_stripe_03.sh => test_stripe_05.sh} | 6 +- .../ublk/{test_stripe_04.sh => test_stripe_06.sh} | 6 +- tools/testing/selftests/ublk/trace/seq_io.bt | 3 +- 36 files changed, 349 insertions(+), 107 deletions(-) create mode 100755 tools/testing/selftests/ublk/test_generic_14.sh copy tools/testing/selftests/ublk/{test_loop_01.sh => test_loop_06.sh} (75%) copy tools/testing/selftests/ublk/{test_loop_04.sh => test_loop_07.sh} (67%) copy tools/testing/selftests/ublk/{test_null_01.sh => test_null_03.sh} (80%) create mode 100755 tools/testing/selftests/ublk/test_stress_06.sh create mode 100755 tools/testing/selftests/ublk/test_stress_07.sh copy tools/testing/selftests/ublk/{test_stripe_03.sh => test_stripe_05.sh} (71%) copy tools/testing/selftests/ublk/{test_stripe_04.sh => test_stripe_06.sh} (69%)