public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH blktests v2 0/2] blktests: add mini ublk source and blktests/033
@ 2023-02-17  1:38 Ming Lei
  2023-02-17  1:38 ` [PATCH blktests v2 1/2] src: add mini ublk source code Ming Lei
  2023-02-17  1:38 ` [PATCH blktests v2 2/2] block/033: add test to cover gendisk leak Ming Lei
  0 siblings, 2 replies; 7+ messages in thread
From: Ming Lei @ 2023-02-17  1:38 UTC (permalink / raw)
  To: Shin'ichiro Kawasaki; +Cc: linux-block, Ming Lei

Hello,

The 1st patch adds one mini ublk program, which only supports null &
loop targets.

The 2nd patch add blktests/033 for covering gendisk leak issue.

v2:
	- cleanup & bugfix on miniublk.c
	- avoid ignoring build warning just for addressing missed liburing
	  or ublk kernel header
	- patch style fix
	- make 'make check' happy


Ming Lei (2):
  src: add mini ublk source code
  block/033: add test to cover gendisk leak

 Makefile            |    2 +-
 common/ublk         |   34 ++
 src/Makefile        |   18 +
 src/ublk/miniublk.c | 1376 +++++++++++++++++++++++++++++++++++++++++++
 tests/block/033     |   40 ++
 tests/block/033.out |    2 +
 6 files changed, 1471 insertions(+), 1 deletion(-)
 create mode 100644 common/ublk
 create mode 100644 src/ublk/miniublk.c
 create mode 100755 tests/block/033
 create mode 100644 tests/block/033.out

-- 
2.31.1


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

end of thread, other threads:[~2023-02-20  3:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17  1:38 [PATCH blktests v2 0/2] blktests: add mini ublk source and blktests/033 Ming Lei
2023-02-17  1:38 ` [PATCH blktests v2 1/2] src: add mini ublk source code Ming Lei
2023-02-17  1:42   ` Ming Lei
2023-02-17 14:05   ` Shinichiro Kawasaki
2023-02-20  3:13     ` Ming Lei
2023-02-17  1:38 ` [PATCH blktests v2 2/2] block/033: add test to cover gendisk leak Ming Lei
2023-02-17 14:21   ` Shinichiro Kawasaki

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