Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp745120pxk; Thu, 24 Sep 2020 18:13:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwVDil/fgEYGpnXcf01YgiD1M0aXwhv7I4qSxPm9f1QOz7ntU2kSNuwT+5F885GLuhzz1Sj X-Received: by 2002:a17:906:454e:: with SMTP id s14mr370446ejq.137.1600996430291; Thu, 24 Sep 2020 18:13:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600996430; cv=none; d=google.com; s=arc-20160816; b=RfMFUxbl4L4c3CW2MjWwaMA3QCZYxcw9zPV/7QpNf6OMtOCkaoF5tsTOgGQR+0Sct/ WVOnSJupR0whnqavZHdLRPDo4RMxWTga+ZQFAfhJ18LP+VFeot8uDslVud41Kbs7rAb3 QNTuZ/3IRsbuuT9+FBGRfu7oPextaIRp5HxFm3ccnFwOe5GxIaPuaXtCIuDqNarhMGlH 7dykQ1r4lWDs3hjSyl/H/TMr5m2akND9GijbuNTqo/LOdjARUKZkasLac5rNTJheMZ+d Q2xc1g1SD+cnfm3kbWThaCspezPaHHEcPlMnm1eOVjtaiM/LzWsQA5jacMM0fdozA5Lb oXKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=vLspiMNjdyXHXendeD9Ek0Hqht4gDYPBSgcSD14yL+0=; b=NvNw0XqNU5dvZ26dXCeG5DYZFl33BJ1tenc1aSQXwCPRHe6prAJM6g7u88Cj0yx1n4 9g887L2vNfWyttppClOHLEW0Jof3iNcgp7wm9/XfJkq9QFZP6I3LLkqEKK7Qis+yN7tn 7qLJeZpsO1MIaHYvWpZp15sn5LHpj7JRuAu+DWCMQRuxS9sn/1Yj8FStcmtjRroJLxq1 qlYXyRMVSeKHYLlvMCC1S9UNYkxxqh3WbCXbHWuTR0nlOraa+l7R4pLSC7caowc92KbO 0An1tk1qnlHr7Dmfj5+xQ8eMfDIgPyTfLSwogdapBVNIkjz3k8ngtNWz5Cd28sX6gqxE 6mAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u18si762140ejf.75.2020.09.24.18.13.20; Thu, 24 Sep 2020 18:13:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726703AbgIYBNS (ORCPT + 99 others); Thu, 24 Sep 2020 21:13:18 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:35721 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726700AbgIYBNS (ORCPT ); Thu, 24 Sep 2020 21:13:18 -0400 Received: from callcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 08P1DBpp010998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Sep 2020 21:13:12 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 80C2E42003C; Thu, 24 Sep 2020 21:13:11 -0400 (EDT) Date: Thu, 24 Sep 2020 21:13:11 -0400 From: "Theodore Y. Ts'o" To: Ming Lei Cc: Jens Axboe , linux-ext4@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-block@vger.kernel.org, Linus Torvalds Subject: Re: REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag Message-ID: <20200925011311.GJ482521@mit.edu> References: <20200904035528.GE558530@mit.edu> <20200915044519.GA38283@mit.edu> <20200915073303.GA754106@T590> <20200915224541.GB38283@mit.edu> <20200915230941.GA791425@T590> <20200916202026.GC38283@mit.edu> <20200917022051.GA1004828@T590> <20200917143012.GF38283@mit.edu> <20200924005901.GB1806978@T590> <20200924143345.GD482521@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200924143345.GD482521@mit.edu> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Sep 24, 2020 at 10:33:45AM -0400, Theodore Y. Ts'o wrote: > HOWEVER, thanks to a hint from a colleague at $WORK, and realizing > that one of the stack traces had virtio balloon in the trace, I > realized that when I switched the GCE VM type from e1-standard-2 to > n1-standard-2 (where e1 VM's are cheaper because they use > virtio-balloon to better manage host OS memory utilization), problem > has become, much, *much* rarer (and possibly has gone away, although > I'm going to want to run a lot more tests before I say that > conclusively) on my test setup. At the very least, using an n1 VM > (which doesn't have virtio-balloon enabled in the hypervisor) is > enough to unblock ext4 development. .... and I spoke too soon. A number of runs using -rc6 are now failing even with the n1-standard-2 VM, so virtio-ballon may not be an indicator. This is why debugging this is frustrating; it is very much a heisenbug --- although 5.8 seems to work completely reliably, as does commits before 37f4a24c2469. Anything after that point will show random failures. :-( - Ted