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 3262CC433EF for ; Fri, 22 Apr 2022 15:20:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351771AbiDVPXQ (ORCPT ); Fri, 22 Apr 2022 11:23:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1449405AbiDVPWj (ORCPT ); Fri, 22 Apr 2022 11:22:39 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B488E093; Fri, 22 Apr 2022 08:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=nIt0HvtWAi7tSIj0kbqPEjdjwfm2aCcxWjAjplI4Eqk=; b=gh7qIgCmO2h1kzss7bU+3HG1QO ewzcJdVhPdEpSRkdim/oqKPWN0jiJkSN4vMxD4To+9+cmt02DkAczVcEnk98NMCK/AA1XbTG/WAGI lhFawYPQYB6hOlzKDTU9zIKm5nIV66VergAeali0TvR6dISxua/ivaYgLGJPc9JLbnu4BYBiJi/KR HDKjSObLSRDdk+FjPB9gARKjqFyA0mR1jpkzsui7ewdldZTFJ4l4DhEH7Kld1EOmiHfGIowKCpnL2 eT0cOlUoWV9rIWvmLxb6V0zQZJPR6QRs2a8qXhtxFsQGg+SgEo57K3HPx6cMHWjjP5/2TToe3EFOr SJDunzCQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhv4M-0014P5-DU; Fri, 22 Apr 2022 15:19:38 +0000 Date: Fri, 22 Apr 2022 08:19:38 -0700 From: Christoph Hellwig To: Theodore Ts'o Cc: Christoph Hellwig , Luis Chamberlain , 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: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html 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 would love it if blktests didn't require modules, period. That's > because it's super-convenient to be able to pluck a kernel out from > the build tree without having to install it first. If all of the > necessary devices could be built-into the kernel, this would allow > this to work: Yes, all my testing runs that way normally. And running blktests does not fit that workflow at all.