On Fri, Feb 28, 2025 at 09:37:47AM -0700, Jens Axboe wrote: > On 2/28/25 9:19 AM, Ming Lei wrote: > > Hello Jens, > > > > This patchset adds ublk kernel selftests, which is very handy for > > developer for verifying kernel change, especially ublk heavily depends > > on io_uring subsystem. Also it provides template for target implementation. > > > > Please consider it for v6.15. > > Can we add the zc bits to the liburing test case as well? OK, will unify the two tests and cover liburing too. BTW, would you like to consider to move liburing tests or part of them into kernel selftests? This way looks more friendly for kernel developer: - single repo, and single patchset can include both io_uring kernel patches and selftests change - easy to run test against same kernel repo Also liburing development may be decoupled from io_uring kernel a bit. Thanks, Ming