mbox series

[blktests,v2,0/2] block/031: allow to run with built-in null_blk driver

Message ID 20240109104453.3764096-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series block/031: allow to run with built-in null_blk driver | expand

Message

Shin'ichiro Kawasaki Jan. 9, 2024, 10:44 a.m. UTC
The test case block/031 now requires loadable null_blk driver. This series
allows it to run with built-in null_blk driver. The first patch prepares for it.
The second patch does the change.

Changes from v1:
* Added null_blk driver status check in _have_null_blk_feature()

Shin'ichiro Kawasaki (2):
  common/null_blk: introduce _have_null_blk_feature
  block/031: allow to run with built-in null_blk driver

 common/null_blk | 15 +++++++++++++++
 tests/block/031 | 27 +++++++++++++++++++--------
 2 files changed, 34 insertions(+), 8 deletions(-)