Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp853891ybh; Tue, 10 Mar 2020 09:27:51 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsU1fCjrT2BuLIzxfcFCCc8fvtwAOb/GZ9N4gOvIgwdcktOth4SRqMTN6frvdxWK3jmvGHd X-Received: by 2002:a05:6830:1d69:: with SMTP id l9mr17689380oti.192.1583857670972; Tue, 10 Mar 2020 09:27:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583857670; cv=none; d=google.com; s=arc-20160816; b=LW7AgDxW/kvQqB5PyA/zYg4EmCu5JHCeV66JTG6rJ4QKNSqVl7AMdLdiSbEDrg3VBq lITTMGYhKVKxOjzDyuXda994y2RoeAbmwyjQqiZ2L1aDbhwCdR24VvnA4qy5oYmo4hto 2kxoYj9ENVEpWFaCtsjkE6KvNn2ZxJUoJSlV++SqUdG5LNXZWOr45fAv76hTIm3jN11F owcvI8Mp3/UeRN2d8pVRcrGYlI89mGiM9X3GzrFazzaILmZnpJ0EBUEG3KxbHD6ISL3T EfAjGcIrkWLeDhiKh1WYvig7yTXr4nbdBcYO9IpdTukFqg9MLUAi177PiWltPtUTqkrn KUyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Vz2vp5PLAS+0cmkANNdv/+bBC9cPUVJPHzj/F4t8A/U=; b=Kqw1FXM7b4aG5MZf5jWkov33DIQphfla67bCgUXV1aLifACDtJ0+u52Wu3UZK1Tx2F IHnzSvTpDDynp+0XlOIQuoGiUuLpAFD1lcLX0++diTKuVSZ1cH1LYfjo03cx3+/p/pww NA6yilIb/zKv60fzpWyPvIkzj0MxKCjHivLen5HxlFtvLCjfKCojP4xTlwJIVJiDb5qE PEprwuk62FZbEjucWwTTXGKf1sgQJnnoEVOCe+vBirz/2FKnBoTdeSJ6iryF591QJ0pS TYyQJRdA0K6Tx55ot86oFinNWcyUxJEO10cO9kofhWsOHqNrxSQ5VPY4evcoVUnqnWzU A+mQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p13si8719462otk.75.2020.03.10.09.27.38; Tue, 10 Mar 2020 09:27:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726958AbgCJQ0v (ORCPT + 99 others); Tue, 10 Mar 2020 12:26:51 -0400 Received: from verein.lst.de ([213.95.11.211]:53864 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726426AbgCJQ0v (ORCPT ); Tue, 10 Mar 2020 12:26:51 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 9499D68BE1; Tue, 10 Mar 2020 17:26:47 +0100 (CET) Date: Tue, 10 Mar 2020 17:26:47 +0100 From: Christoph Hellwig To: He Zhe Cc: Christoph Hellwig , jack@suse.cz, Jens Axboe , viro@zeniv.linux.org.uk, bvanassche@acm.org, keith.busch@intel.com, tglx@linutronix.de, mwilck@suse.com, yuyufen@huawei.com, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: disk revalidation updates and OOM Message-ID: <20200310162647.GA6361@lst.de> References: <93b395e6-5c3f-0157-9572-af0f9094dbd7@windriver.com> <20200310074018.GB26381@lst.de> <75865e17-48f8-a63a-3a29-f995115ffcfc@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <75865e17-48f8-a63a-3a29-f995115ffcfc@windriver.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, 2020 at 11:30:27PM +0800, He Zhe wrote: > > So this is the exact requirement of commits to be reverted from a bisect > > or just a first guess? > > Many commits failed to build or boot during bisection. > > At least the following four have to be reverted to make it work. > > 979c690d block: move clearing bd_invalidated into check_disk_size_change > f0b870d block: remove (__)blkdev_reread_part as an exported API > 142fe8f block: fix bdev_disk_changed for non-partitioned devices > a1548b6 block: move rescan_partitions to fs/block_dev.c Just to make sure we are on the same page: if you revert all four it works, if you rever all but a1548b6 block: move rescan_partitions to fs/block_dev.c it doesn't?