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(-) -- 2.35.1