public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ublk: scan partition in async way
@ 2025-12-21 16:41 Ming Lei
  2025-12-21 16:41 ` [PATCH 1/3] " Ming Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ming Lei @ 2025-12-21 16:41 UTC (permalink / raw)
  To: Jens Axboe, linux-block
  Cc: Caleb Sander Mateos, Uday Shankar, Yoav Cohen, Ming Lei

Hi Guys,

The 1st patch scans partition in async way, so IO hang during partition
scan can be covered by current error handling code.

The 2nd patch adds one test for verifying if hang from scanning partition
can be avoided.

The last patch fixes one selftest/ublk rebuild depending issue.

Ming Lei (3):
  ublk: scan partition in async way
  selftests/ublk: add test for async partition scan
  selftests/ublk: fix Makefile to rebuild on header changes

 drivers/block/ublk_drv.c                      | 32 +++++++-
 tools/testing/selftests/ublk/Makefile         |  7 +-
 tools/testing/selftests/ublk/test_common.sh   | 16 +++-
 .../testing/selftests/ublk/test_generic_15.sh | 80 +++++++++++++++++++
 4 files changed, 126 insertions(+), 9 deletions(-)
 create mode 100755 tools/testing/selftests/ublk/test_generic_15.sh

-- 
2.47.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-12-23  2:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 16:41 [PATCH 0/3] ublk: scan partition in async way Ming Lei
2025-12-21 16:41 ` [PATCH 1/3] " Ming Lei
2025-12-22 16:43   ` Caleb Sander Mateos
2025-12-21 16:41 ` [PATCH 2/3] selftests/ublk: add test for async partition scan Ming Lei
2025-12-21 16:41 ` [PATCH 3/3] selftests/ublk: fix Makefile to rebuild on header changes Ming Lei
2025-12-22 16:48   ` Caleb Sander Mateos
2025-12-23  2:18     ` Ming Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox