Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932177AbWELRu7 (ORCPT ); Fri, 12 May 2006 13:50:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932166AbWELRu7 (ORCPT ); Fri, 12 May 2006 13:50:59 -0400 Received: from smtp.osdl.org ([65.172.181.4]:43745 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932177AbWELRu6 (ORCPT ); Fri, 12 May 2006 13:50:58 -0400 Date: Fri, 12 May 2006 10:53:20 -0700 From: Andrew Morton To: Stephen Smalley Cc: Valdis.Kletnieks@vt.edu, torvalds@osdl.org, linux-kernel@vger.kernel.org, herbert@13thfloor.at, hch@lst.de Subject: Re: 2.6.17-rc3 - fs/namespace.c issue Message-Id: <20060512105320.5d9f932c.akpm@osdl.org> In-Reply-To: <1147455407.23563.59.camel@moss-spartans.epoch.ncsc.mil> References: <200605012106.k41L6GNc007543@turing-police.cc.vt.edu> <20060501143344.3952ff53.akpm@osdl.org> <1147455407.23563.59.camel@moss-spartans.epoch.ncsc.mil> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-vine-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1674 Lines: 43 Stephen Smalley wrote: > > On Mon, 2006-05-01 at 14:33 -0700, Andrew Morton wrote: > > Valdis.Kletnieks@vt.edu wrote: > > > > > > There seems to have been a bug introduced in this changeset: > > > > > > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f6422f17d3a480f21917a3895e2a46b968f56a08 > > > > > > Am running 2.6.17-rc3-mm1. When this changeset is applied, 'mount --bind' > > > misbehaves: > > > > > > > # mkdir /foo > > > > # mount -t tmpfs -o rw,nosuid,nodev,noexec,noatime,nodiratime none /foo > > > > # mkdir /foo/bar > > > > # mount --bind /foo/bar /foo > > > > # tail -2 /proc/mounts > > > > none /foo tmpfs rw,nosuid,nodev,noexec,noatime,nodiratime 0 0 > > > > none /foo tmpfs rw 0 0 > > > > > > Reverting this changeset causes both mounts to have the same options. > > > > > > (Thanks to Stephen Smalley for tracking down the changeset...) > > > > > > > (cc's added) > > What's the verdict on this change in user-visible behavior for bind > mounts? Is it a legitimate change and userland just needs to adapt to > it, or is it a change to the kernel's stable ABI that needs to be > reverted? It still appears to be present in -rc4. > Well. We'd certainly prefer to not change user-visible behaviour without excellent reasons - I don't htink any have been given, really. AFACIT nobody tested Herbert's 'untested "fix"'. What was the verdict on that? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/