On Sun, 13 Jul 2025 22:33:55 +0800, Ming Lei wrote: > The 1st 9 patches cleans ublk driver, and prepare for supporting > batch IO command which needs per-io lock. > > The others are selftest cleanup, and prepare for supporting arbitrary > task context & ublk queue combination, which will be allowed with > batch IO feature. > > [...] Applied, thanks! [01/17] ublk: validate ublk server pid commit: c2c8089f325ed703fd5123b39e2dece1dd605904 [02/17] ublk: look up ublk task via its pid in timeout handler commit: dd7a8507319e22141fa2e107d81cba18a4007d92 [03/17] ublk: move fake timeout logic into __ublk_complete_rq() commit: 7074feeca41d09713d70e619a34d9e7b4e219f8c [04/17] ublk: let ublk_fill_io_cmd() cover more things commit: 07bc706431799e7cf5209e8afdd8071d400266e7 [05/17] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch() commit: 7ebdba87cf2a248aad10aff6b5fb1ca7c6b0add7 [06/17] ublk: move auto buffer register handling into one dedicated helper commit: 52460dda3a775a73f226312b43c0a0211e8665ea [07/17] ublk: store auto buffer register data into `struct ublk_io` commit: 21bb9facb1e78c50cf8bd5a51571fb8cbec3fb9d [08/17] ublk: add helper ublk_check_fetch_buf() commit: 3446583f81fc3b98dddaac15b37d9c4ff2b569af [09/17] ublk: remove ublk_commit_and_fetch() commit: b749965edda8fcf0fd3e188c56845e991eaa63c9 [10/17] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io() commit: ef92541d99c1c1319e5254d5f5380959962abb87 [11/17] selftests: ublk: remove `tag` parameter of ->tgt_io_done() commit: b36c73251aaec6c9941b5493637a9007d0a56616 [12/17] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done() commit: e0054835bf6850245e17417fdbe80e232737e537 [13/17] selftests: ublk: pass 'ublk_thread *' to more common helpers commit: 92dda98424feebb5f9b9135e30219342b80791b3 [14/17] selftests: ublk: remove ublk queue self-defined flags commit: c3a6d48f86da1df277ef4f95f147a7f7f5cd6f44 [15/17] selftests: ublk: improve flags naming commit: a66f89017673881e85e65a460cfdec35da4f07f2 [16/17] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command commit: c1dc9b0d9e48380c868acd338c8912ebb7d75f0a [17/17] selftests: ublk: add utils.h commit: e56828f4df139b49cb837198ef8f3d2f13db65cb Best regards, -- Jens Axboe