mbox series

[0/2] blktests: add add_disk() error handling testing

Message ID 20210512061420.13611-1-mcgrof@kernel.org (mailing list archive)
Headers show
Series blktests: add add_disk() error handling testing | expand

Message

Luis Chamberlain May 12, 2021, 6:14 a.m. UTC
This adds the tests for testing error handling on the add_disk() paths.

Luis Chamberlain (2):
  null_blk: add ability to use a quiet modprobe
  block: add add_disk() error handling tests

 common/null_blk     |   8 ++-
 tests/block/013     | 156 ++++++++++++++++++++++++++++++++++++++++++++
 tests/block/013.out |   4 +-
 3 files changed, 164 insertions(+), 4 deletions(-)
 create mode 100755 tests/block/013