From: Luis Chamberlain <mcgrof@kernel.org>
To: osandov@fb.com, bvanassche@acm.org, mcgrof@kernel.org
Cc: kch@nvidia.com, linux-block@vger.kernel.org
Subject: [PATCH v3 0/2] blktests: use patient module remover
Date: Tue, 20 Dec 2022 15:53:22 -0800 [thread overview]
Message-ID: <20221220235324.1445248-1-mcgrof@kernel.org> (raw)
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
next reply other threads:[~2022-12-20 23:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-20 23:53 Luis Chamberlain [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221220235324.1445248-1-mcgrof@kernel.org \
--to=mcgrof@kernel.org \
--cc=bvanassche@acm.org \
--cc=kch@nvidia.com \
--cc=linux-block@vger.kernel.org \
--cc=osandov@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.