Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3609562pxu; Tue, 8 Dec 2020 17:13:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJwhSNwujslWupED0TPceUaFfwWYjaHm4BKgNHm/gkV2LMK9R8ZeEzQWHTan+0WrVAAGgkFD X-Received: by 2002:aa7:c3c2:: with SMTP id l2mr595604edr.15.1607476413004; Tue, 08 Dec 2020 17:13:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607476413; cv=none; d=google.com; s=arc-20160816; b=zI2nuw+y6XerENw0xWDD46PTUNaVzSIGwkFwM8nyN8FLvNF4gIOILJxtKS4kQYoMLx hsJdKsn20jLPhL+KAiZSuKqVqlGzB2nrjp4U2o/YyKpLR3KvZM/EOtl5K8vBezAfPfyJ SZzseY3sLC3MZQi/WFflVp2sujJtXkNI6xjVsEDFRdRBwaayHz2DJ9TBGR//DksKm9Yi L+hKlMGqA73WPftr899kRCdsOvcHpwQXiAyYE0DzOicKybKO99ZjVJA9UCSRpNUtwcVb 5J/Gq/AdSzRl522y+EwgasYQaNHG4w56cSxlQiZP3Kn05deMcIT9UPa3bcPTwGBy5gn2 DwJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=EvC8uT5YOdylbSUYXB6IHPj8Oim+8m4gfQ8zDLzr5HU=; b=SfD5ev8cqpVuPj0HoKhPHZu2srq0fNM266d776dUdarnzC4oF2SiIhkBS1LRVFyO0t NqOhyKe8aQWT5yVW5G8y1VnOzDCE8aJdCOxOoCNDHO7LFIjXX8r0MyXTX2nOpZr0qI+k 003rU4AUaikzC5BJqAUXt1haxBFq+UPbs8oRBeADr2rCA4+O1YN5PCe8bbOWwy9SIVch lSgg+yJdcO7cYRpGgFDMTFKG2H0QTD01w3pL3pSmuvluaLMst0oKDR4vJlin4NusA46J dSW2x/dinUAnkOliockelHTVARFks9pouYW9LYo1JxwtCOzAaRgMqGFXdfjH+birKUjC kn1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 a7si90192ejc.733.2020.12.08.17.13.10; Tue, 08 Dec 2020 17:13:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729312AbgLHUyU (ORCPT + 99 others); Tue, 8 Dec 2020 15:54:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726114AbgLHUyU (ORCPT ); Tue, 8 Dec 2020 15:54:20 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F00D3C0613D6; Tue, 8 Dec 2020 12:53:39 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmjz7-00HUxg-Md; Tue, 08 Dec 2020 20:53:21 +0000 Date: Tue, 8 Dec 2020 20:53:21 +0000 From: Al Viro To: Linus Torvalds Cc: Christoph Hellwig , Nathan Chancellor , Greg KH , Alexey Dobriyan , linux-fsdevel , Linux Kernel Mailing List , kys@microsoft.com, haiyangz@microsoft.com, Stephen Hemminger , Wei Liu , linux-hyperv@vger.kernel.org Subject: Re: [PATCH 1/6] seq_file: add seq_read_iter Message-ID: <20201208205321.GI3579531@ZenIV.linux.org.uk> References: <20201115233814.GT3576660@ZenIV.linux.org.uk> <20201115235149.GA252@Ryzen-9-3900X.localdomain> <20201116002513.GU3576660@ZenIV.linux.org.uk> <20201116003416.GA345@Ryzen-9-3900X.localdomain> <20201116032942.GV3576660@ZenIV.linux.org.uk> <20201127162902.GA11665@lst.de> <20201208163552.GA15052@lst.de> <20201208194935.GH3579531@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2020 at 12:25:55PM -0800, Linus Torvalds wrote: > On Tue, Dec 8, 2020 at 11:49 AM Al Viro wrote: > > > > Said that, it does appear to survive all beating, and it does fix > > a regression introduced in this cycle, so, provided that amount of > > comments in there is OK with you... > > Ok, considering Greg's note, I've pulled it. It's early in the last > week, if something comes up we can still fix it. > > That said, considering that I think the only use-case was that odd > /proc splice use, and the really special WSL2 thing, and both of those > are verified, it does sound safe to pull. > > Famous last words... > > Al, since you're around, would you mind looking at the two > DCACHE_DONTCACHE patches too? Honestly, since they seem to be an issue > only for DAX, and only for DAX policy changes, I don't consider them > critical for 5.10, but they've been around for a while now. Umm... I've got fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode() and fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set in "to apply" pile; if that's what you are talking about, I don't think they are anywhere critical enough for 5.10-final, but I might be missing something... Al, still buried under piles of email ;-/