[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210727201045.2540681-1-mcgrof@kernel.org>
Date: Tue, 27 Jul 2021 13:10:41 -0700
From: Luis Chamberlain <mcgrof@...nel.org>
To: fstests@...r.kernel.org
Cc: hare@...e.de, dgilbert@...erlog.com, jeyu@...nel.org,
lucas.demarchi@...el.com, linux-kernel@...r.kernel.org,
Luis Chamberlain <mcgrof@...nel.org>
Subject: [PATCH 0/4] scsi_debug: improve failure rates
When using scsi_debug to create virtual devices we can often run into
failures which are really just false positives, and the failure was the
inability to remove the module. Addressing this is not easy. While we
can learn from what blktests folks do and use udevadm settle, that's
not sufficient by any means. This addresses the other pieces needed.
More work is also needed on the scsi_debug driver front.
Makes me wonder if a patient kmod removal option is then desirable
upstream on kmod (just the one which waits to refcnt 0), given this sort
of test case. Lucas?
Luis Chamberlain (4):
common/config: disable udevadm settle if CONFIG_NET is disabled
common/scsi_debug: use udevadm settle instead of sleeping
common/module: add a patient module rmmod
common/scsi_debug: use the patient module remover
common/config | 9 ++++++++-
common/module | 48 +++++++++++++++++++++++++++++++++++++++++++++++
common/scsi_debug | 10 ++++++----
3 files changed, 62 insertions(+), 5 deletions(-)
--
2.29.2
Powered by blists - more mailing lists