Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1185023ybv; Thu, 20 Feb 2020 15:03:45 -0800 (PST) X-Google-Smtp-Source: APXvYqxtIwb3QHEdknyMZCfuhko5YcjIuuXfmXrH4RUs9gqE+9a5qL6X/edrY3scj3zcA+eYz33N X-Received: by 2002:a9d:6212:: with SMTP id g18mr27241339otj.187.1582239825758; Thu, 20 Feb 2020 15:03:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582239825; cv=none; d=google.com; s=arc-20160816; b=iF9VJ0lT9oRze3eoD/SkufO7EULtp3ggFWnaYTLj5s02HtP9RdLgg+8R9i1lGq1Jp3 Bh3L6q0RqAuqRjXcolK0rJjCR9+tsC+Q3tD1vpz74EyNG3HaLHDOkWwrWmgPQu+IfYhL a+foaPdaSjEziOLuCj7gTgP9gcZPPyLRPHjKyt+wv5DzXX+ooiEJzx2JJdJRgowGI6BX BU85rMA55ckpOHp2ZAoRGtZlzTv9nWq3Xo+QlPRSsHEz5wnM3bcEndcbclft++HPAANS qp6PmqwDIIvchmx35BM4fywlk+naYC4RejcqHsvksZTpGPQltD7lnRZOvtrARAOUPv3b YtuQ== 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=JB1+i94OFRZ2exoY8gwTN8lXXgYINX7Kp+g5zEm5VBc=; b=XWh07DKtKvaWVYJzem09IKWfEWW/M6KZVAhJpqrgVjIBLIl90kqSqBK+QkpfSLvpnK xZMgkrjBmqD8XFpVFQr5aeAPYDkj+ZA6CItOh/Lhcns7av5snbvqrymZdOAPXdJF3TF/ M7jmfgvI5ardeSkUUfQu2fksAjKqDts7HEFrniQgDYKDZ6g7yC016HWAyJu0rciFy+Kh qE/NC8W1OwN0J1KbY5jUYn8w4QcSbezr4OyO0sl/7lMwrTY0cqFFZV0LUn3w9O4IJtH3 js7RiRT9QVsilYD3iiPC1ASRW0WAQHqqwBVa19qS5PTjgr5XCAX7N0UlNlrEZudmBXzW /rzg== 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 u204si373233oia.55.2020.02.20.15.03.32; Thu, 20 Feb 2020 15:03:45 -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 S1729350AbgBTXDQ (ORCPT + 99 others); Thu, 20 Feb 2020 18:03:16 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:41308 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729141AbgBTXDP (ORCPT ); Thu, 20 Feb 2020 18:03:15 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1j4uqb-00G22x-QS; Thu, 20 Feb 2020 23:03:09 +0000 Date: Thu, 20 Feb 2020 23:03:09 +0000 From: Al Viro To: "Eric W. Biederman" Cc: Linus Torvalds , LKML , Kernel Hardening , Linux API , Linux FS Devel , Linux Security Module , Akinobu Mita , Alexey Dobriyan , Andrew Morton , Andy Lutomirski , Daniel Micay , Djalal Harouni , "Dmitry V . Levin" , Greg Kroah-Hartman , Ingo Molnar , "J . Bruce Fields" , Jeff Layton , Jonathan Corbet , Kees Cook , Oleg Nesterov , Solar Designer Subject: Re: [PATCH 4/7] proc: Use d_invalidate in proc_prune_siblings_dcache Message-ID: <20200220230309.GS23230@ZenIV.linux.org.uk> References: <20200212203833.GQ23230@ZenIV.linux.org.uk> <20200212204124.GR23230@ZenIV.linux.org.uk> <87lfp7h422.fsf@x220.int.ebiederm.org> <87pnejf6fz.fsf@x220.int.ebiederm.org> <871rqpaswu.fsf_-_@x220.int.ebiederm.org> <87blpt9e6m.fsf_-_@x220.int.ebiederm.org> <20200220225420.GR23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200220225420.GR23230@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 20, 2020 at 10:54:20PM +0000, Al Viro wrote: > On Thu, Feb 20, 2020 at 02:49:53PM -0600, Eric W. Biederman wrote: > > > > The function d_prune_aliases has the problem that it will only prune > > aliases thare are completely unused. It will not remove aliases for > > the dcache or even think of removing mounts from the dcache. For that > > behavior d_invalidate is needed. > > > > To use d_invalidate replace d_prune_aliases with d_find_alias > > followed by d_invalidate and dput. This is safe and complete > > because no inode in proc has any hardlinks or aliases. > > s/no inode.*/it's a fucking directory inode./ Wait... You are using it for sysctls as well? Ho-hum... The thing is, for sysctls you are likely to run into consequent entries with the same superblock, making for a big pile of useless playing with ->s_active... And yes, that applied to mainline as well