Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754938Ab2BWCMC (ORCPT ); Wed, 22 Feb 2012 21:12:02 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:32910 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751664Ab2BWCMA (ORCPT ); Wed, 22 Feb 2012 21:12:00 -0500 X-Sasl-enc: NyIeu0WG1yMW6rLK3SpGFPbcqIH4PAASyzhY5s6U6/4HCTybNeTU+6BGgg 1329963119 Message-ID: <1329963115.2244.17.camel@perseus.themaw.net> Subject: Re: compat: autofs v5 packet size ambiguity - update From: Ian Kent To: Linus Torvalds Cc: David Miller , linux-kernel@vger.kernel.org, "H. Peter Anvin" , autofs@vger.kernel.org, Thomas Meyer , Al Viro Date: Thu, 23 Feb 2012 10:11:55 +0800 In-Reply-To: <1329962955.2244.16.camel@perseus.themaw.net> References: <20120221.221609.218135609185671883.davem@davemloft.net> <1329889428.2193.45.camel@perseus.themaw.net> <1329890027.2193.48.camel@perseus.themaw.net> <1329890251.2193.50.camel@perseus.themaw.net> <1329903139.2193.66.camel@perseus.themaw.net> <1329961703.2244.8.camel@perseus.themaw.net> <1329962955.2244.16.camel@perseus.themaw.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 (3.2.3-1.fc16) Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1670 Lines: 46 On Thu, 2012-02-23 at 10:09 +0800, Ian Kent wrote: > On Wed, 2012-02-22 at 17:56 -0800, Linus Torvalds wrote: > > On Wed, Feb 22, 2012 at 5:48 PM, Ian Kent wrote: > > > > > > Sorry, I think your wrong this time. > > > > Well, that would be good, actually. Doing the test itself at mount > > time is certainly the simpler approach. > > > > >> The autofs "mount" is done by fork + execve("mount"). > > > > > > It's done like this when mounting things inside an already mounted > > > indirect autofs mount or when mounting things on autofs direct mount > > > triggers but, in version 5, mount(2) has always used to mount autofs > > > file systems. > > > > Is that true for legacy autofs daemons too that distros ship? Because > > those are the ones we'd be fighting.. > > That's a good point. > > > > > Because when I do > > > > git grep '\ > > > (that's a space and a tab in that pattern) on the autofs-4.1.4 sources > > I downloaded, I don't see a single call to mount. But I do see > > spawning of PATH_MOUNT. And one of them is with "-t", "autofs". > > Sure, that's true, and you'll see it uses the mount option maxproto with > the value of AUTOFS_MAX_PROTO_VERSION. But autofs uses it's own copy of > the headers so AUTOFS_MAX_PROTO_VERSION is 4 not 5 so it won't be > affected by this change. Not to mention that v4 just won't work with a v5 packet. > > Ian -- 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/