Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1722716ybf; Sun, 1 Mar 2020 16:39:50 -0800 (PST) X-Google-Smtp-Source: APXvYqw4zYH8Au/8V+16Y/JWnahC1x4lZ6x0mimpl0gmlNMnOwnVW2dUJ+aamSc0qYUt832+puwC X-Received: by 2002:a54:450d:: with SMTP id l13mr10231107oil.117.1583109589909; Sun, 01 Mar 2020 16:39:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583109589; cv=none; d=google.com; s=arc-20160816; b=rS0WaniRpXJfTIGkonxn0cEe3Z8tcUiQ+1BS299EjihtPgtIg0FDU4ZqpkM7ilzi2W yWiBrZ2d04C3sMattQfA+f8oODoEgRBxX6Br8g1diYxUHaOpCvgftVmOXu95z+XKokrw ZMY59RuALFj/c2zI1bzxirvRsoMBFUCcJn9dVomH0Hliw+MRsFgzZ/EytfAl8C6dNDWw +1ttS1rRMHZ2BsMSIFqwOz3G0ZcmTemtICnmZ6HxaZUHrKSk+yUCSYxtMGj3qS2mIia2 ZxShDRQao5l8SE4uD0gcxxGaCgQ3wPC9wJVi7x75cwqahPM61sEOORKqIxIeLZMLgwJ5 zCuA== 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=3My5CdRFFPWDVmMKMGko75oSqT2JU/FFB5SV95kLwfQ=; b=w/jfS6v+zwKarMWLHkPfEFmbmbyaBKQ74yI0MsoaKSsJkNubzH/lvmX88LeOPX/Cn1 R7nFimx8+oW6Up7V1qhT2IFiM0uw369l7cWkzm60BWSCelTQW643ijy/oDos833KZHcv +fksqjQXZz/0paDS3uIfIXfXGhgK8UCoe+FlxmYrvYHXUNcbDkP0zADwSFVAd14aJ5fg 3OeM1qgtaK9xos1lmkJr0e28T8dEroBn6aD9PDgstBIp3nMZf7L7FtXOPnkZMBVoBYQ1 c6PWeKsrEtLLZVX39GdrOAHLAla3elnWSr9UY1XpxqKELMTU5lcPNLHjnJtvzqc77DjJ 2y1A== 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 i6si5424414oth.182.2020.03.01.16.39.38; Sun, 01 Mar 2020 16:39:49 -0800 (PST) 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 S1726674AbgCBAj2 (ORCPT + 99 others); Sun, 1 Mar 2020 19:39:28 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:43460 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726592AbgCBAj1 (ORCPT ); Sun, 1 Mar 2020 19:39:27 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1j8Z7G-003jUU-Ag; Mon, 02 Mar 2020 00:39:26 +0000 Date: Mon, 2 Mar 2020 00:39:26 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel , Linux Kernel Mailing List Subject: Re: [RFC][PATCHSET] sanitized pathwalk machinery (v3) Message-ID: <20200302003926.GM23230@ZenIV.linux.org.uk> References: <20200223011154.GY23230@ZenIV.linux.org.uk> <20200301215125.GA873525@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 01, 2020 at 04:34:06PM -0600, Linus Torvalds wrote: > On Sun, Mar 1, 2020 at 3:51 PM Al Viro wrote: > > > > Extended since the last repost. The branch is in #work.dotdot; > > #work.do_last is its beginning (about 2/3 of the total), slightly > > reworked since the last time. > > I'm traveling, so only a quick read-through. > > One request: can you add the total diffstat to the cover letter (along > with what you used as a base)? Sure, no problem (and the base is still -rc1) > I did apply it to a branch just to look > at it more closely, so I can see the final diffstat that way: > > Documentation/filesystems/path-lookup.rst | 7 +- > fs/autofs/dev-ioctl.c | 6 +- > fs/internal.h | 1 - > fs/namei.c | 1333 +++++++++------------ > fs/namespace.c | 96 +- > fs/open.c | 4 +- > include/linux/namei.h | 4 +- > 7 files changed, 642 insertions(+), 809 deletions(-) > > but it would have been nice to see in your explanation too. > > Anyway, from a quick read-through, I don't see anything that raises my > hackles - you've fixed the goto label naming, and I didn't notice > anything else odd. > > Maybe that was because I wasn't careful enough. But the final line > count certainly speaks for the series.. Heh... Part of my metrics is actually "how large a sheet of paper does one need to fit the call graph on" ;-) I hope it gets serious beating, though - it touches pretty much every codepath in pathname resolution. Is there any way to sic the bots on a branch, short of "push it into -next and wait for screams"?