From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B41BEC43217 for ; Fri, 22 Apr 2022 15:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1449155AbiDVPLB (ORCPT ); Fri, 22 Apr 2022 11:11:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234289AbiDVPK6 (ORCPT ); Fri, 22 Apr 2022 11:10:58 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD52CEB5; Fri, 22 Apr 2022 08:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=i53aMRF5IR/1YEbTTTBtgQzdvvCZxmKNoDHWB/w+PEc=; b=hzvdnyYH0twiH1hf9W3tCLoalb hkHaa425tjaUC7Ol+dOVHJPXGZJ07RENAnlP8lqT0WvN56R4wi83p9ZMw4rsUaenZWpNOK7w5MTDK SlgZ+pUSh9p27lcaJ0ubaxFL1Rd7CcjVOnVEdtC1lNsszhssYY0kUD+beDpuMMpdSMmLIBav2K40o yExN3nt/UUL6flU/LqOsjZbG0F2kr7HGtnJfIldcXlHXKuhnoWLH0mOIgIRpJb/y6K1257l0e6m1D f1DKaYZPxliHqL2KekDcdNQVM8q3l2MBDK5TFdsdhP94WDRRpjdqMR3zlyGUtVRYafuV/T+uZrQvj V38D8tMg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhut9-0010Kj-Uw; Fri, 22 Apr 2022 15:08:03 +0000 Date: Fri, 22 Apr 2022 08:08:03 -0700 From: Luis Chamberlain To: Theodore Ts'o Cc: Christoph Hellwig , Douglas Gilbert , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-modules@vger.kernel.org, Chaitanya Kulkarni , Bart Van Assche , Lucas De Marchi , Pankaj Malhotra , Vincent Fu Subject: Re: scsi_debug in fstests and blktests (Was: Re: Fwd: [bug report][bisected] modprob -r scsi-debug take more than 3mins during blktests srp/ tests) Message-ID: References: <00ebace8-b513-53c0-f13b-d3320757695d@interlog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Apr 22, 2022 at 08:34:12AM -0400, Theodore Ts'o wrote: > I think we would need to make some changes to how scsi_debug and other > block device modules, first, though. blktests is using modules > because that appears to be the only way to configure some of these > test/debug drivers and then have the debug device show up with the > specified characteristics. Agreed. Luis