lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Apr 2012 11:02:19 -0400
From:	Jeff Layton <jlayton@...hat.com>
To:	Miklos Szeredi <miklos@...redi.hu>
Cc:	Steve Dickson <SteveD@...hat.com>,
	"Myklebust\, Trond" <Trond.Myklebust@...app.com>,
	Bernd Schubert <bernd.schubert@...m.fraunhofer.de>,
	Malahal Naineni <malahal@...ibm.com>,
	"linux-nfs\@vger.kernel.org" <linux-nfs@...r.kernel.org>,
	"linux-fsdevel\@vger.kernel.org" <linux-fsdevel@...r.kernel.org>,
	"linux-kernel\@vger.kernel.org" <linux-kernel@...r.kernel.org>,
	"pstaubach\@exagrid.com" <pstaubach@...grid.com>,
	"viro\@ZenIV.linux.org.uk" <viro@...IV.linux.org.uk>,
	"hch\@infradead.org" <hch@...radead.org>,
	"michael.brantley\@deshaw.com" <michael.brantley@...haw.com>,
	"sven.breuner\@itwm.fraunhofer.de" <sven.breuner@...m.fraunhofer.de>
Subject: Re: [PATCH RFC] vfs: make fstatat retry on ESTALE errors from
 getattr call

On Tue, 17 Apr 2012 16:27:16 +0200
Miklos Szeredi <miklos@...redi.hu> wrote:

> Steve Dickson <SteveD@...hat.com> writes:
> 
> > True, but even so... Giving file systems an opt-out option with the 
> > default being out, maybe still have some merit... Making file systems
> > enable this new type of functionality would cut down on any of the
> > "surprise" that might occur with this redo ;-) 
> 
> I've been arguing for something slightly different for quite some time:
> I never liked errno values which have side effects in the kernel yet
> might be visible to userspace.
> 
> So why not introduce ERETRYSTALE, a *kernel internal* errno value that
> userspace will never see and filesystems never accidentally set.  The
> VFS can turn this into ESTALE if it doesn't retry for some reason
> (e.g. already retried).
> 

That's possible but it's certainly a lot more invasive. It's also far
more difficult for filesystems to opt-in to this sort of behavior.

All of the places that call vfs_getattr, for instance will need to be
fixed up to deal with that sort of error. That will also make it messy
to do this in any sort of piecemeal fashion. We can't (for instance)
convert NFSERR_STALE to -ESTALERETRY universally. We'll need to take
great care only to return that to codepaths that are equipped to deal
with it.

Personally, I'd prefer not to foist so much code churn on any filesystem
that might want to do this sort of retry, but I'll live with it if
that's the consensus opinion...

-- 
Jeff Layton <jlayton@...hat.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ