From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:34996 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161350AbdAGG36 (ORCPT ); Sat, 7 Jan 2017 01:29:58 -0500 Date: Sat, 7 Jan 2017 06:29:52 +0000 From: Al Viro To: "Eric W. Biederman" Cc: Linus Torvalds , Linux Containers , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] namespace related fixes for 4.10-rc3 Message-ID: <20170107062952.GH1555@ZenIV.linux.org.uk> References: <87d1fzzbc2.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d1fzzbc2.fsf@xmission.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Jan 07, 2017 at 06:30:05PM +1300, Eric W. Biederman wrote: > Eric W. Biederman (3): > mnt: Protect the mountpoint hashtable with mount_lock ACK > mnt: Tuck mounts under others instead of creating shadow/side mounts. NAK; you have reintroduced put_mountpoint() outside of mount lock in there and you've got seriously confused umount side of the things. > libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount ACK > Zhou Chengming (1): > sysctl: Drop reference added by grab_header in proc_sys_readdir ACK The rest of the queue is fine.