mbox series

[v3,0/2] blktests: use patient module remover

Message ID 20221220235324.1445248-1-mcgrof@kernel.org (mailing list archive)
Headers show
Series blktests: use patient module remover | expand

Message

Luis Chamberlain Dec. 20, 2022, 11:53 p.m. UTC
This v3 has the following changes since v2:

  - Split out srp changes as requested by Bart
  - Removed usage of undocumented -1 as we don't need it
  - Fixed typos spotted by Bart
  - Tested against linux-next tag next-20221207
  - Tested against shellchecked
  - Embraces _unload_module() sanity check to not run
    if module is not used:
    [ ! -e "/sys/module/$module_sys" ] && return 0
  - Enhanced commit log with baseline proof on kdevops
  - Added documentation for why we do the substitution of "-" to "_"
    when using the sysfs refcnt variable

Luis Chamberlain (2):
  blktests: replace module removal with patient module removal
  tests/srp/rc: replace module removal with patient module removal

 common/multipath-over-rdma |  11 +--
 common/null_blk            |   9 ++-
 common/rc                  | 134 +++++++++++++++++++++++++++++++++++++
 common/scsi_debug          |   9 +--
 tests/nvme/rc              |   8 +--
 tests/nvmeof-mp/rc         |  15 +++--
 tests/srp/rc               |  19 ++----
 7 files changed, 163 insertions(+), 42 deletions(-)