mbox series

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

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

Message

Luis Chamberlain Aug. 20, 2021, 12:02 a.m. UTC
Changes in v4:

  - Just adds a new comment to clarify why we use a string check
    for max_tries as requested by Eryu Guan.

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

 README            |   3 ++
 common/config     |  31 +++++++++++++
 common/module     | 108 ++++++++++++++++++++++++++++++++++++++++++++++
 common/scsi_debug |   6 ++-
 4 files changed, 146 insertions(+), 2 deletions(-)

Comments

Luis Chamberlain Aug. 20, 2021, 12:36 a.m. UTC | #1
On Thu, Aug 19, 2021 at 05:02:32PM -0700, Luis Chamberlain wrote:
> Changes in v4:
> 
>   - Just adds a new comment to clarify why we use a string check
>     for max_tries as requested by Eryu Guan.

Apologies, I had not seen another reply to one patch. I'll post
soon v5 addressing those changes.

  Luis