linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] blktests: use patient module remover
@ 2022-12-20 23:53 Luis Chamberlain
  2022-12-20 23:53 ` [PATCH v3 1/2] blktests: replace module removal with patient module removal Luis Chamberlain
  2022-12-20 23:53 ` [PATCH v3 2/2] tests/srp/rc: " Luis Chamberlain
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Chamberlain @ 2022-12-20 23:53 UTC (permalink / raw)
  To: osandov, bvanassche, mcgrof; +Cc: kch, linux-block

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


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

end of thread, other threads:[~2022-12-27 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 23:53 [PATCH v3 0/2] blktests: use patient module remover Luis Chamberlain
2022-12-20 23:53 ` [PATCH v3 1/2] blktests: replace module removal with patient module removal Luis Chamberlain
2022-12-21  0:32   ` Luis Chamberlain
2022-12-27 11:40   ` Shinichiro Kawasaki
2022-12-20 23:53 ` [PATCH v3 2/2] tests/srp/rc: " Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).