mbox series

[v5,0/2] fstests: add patient module remover

Message ID 20210820010402.2343320-1-mcgrof@kernel.org (mailing list archive)
Headers show
Series fstests: add patient module remover | expand

Message

Luis Chamberlain Aug. 20, 2021, 1:04 a.m. UTC
This v5 addresses the comments I failed to notice Eryu Guan
had made on the scsi_debug changes. It also extends the first
patch by augmenting the README to mention the "forever" option
to the patient module removal option.

Luis Chamberlain (2):
  common/module: add patient module rmmod support
  common/scsi_debug: use the patient module remover

 README            |   4 ++
 common/config     |  31 +++++++++++++
 common/module     | 108 ++++++++++++++++++++++++++++++++++++++++++++++
 common/scsi_debug |  37 ++++++++++------
 4 files changed, 168 insertions(+), 12 deletions(-)