From: Christoph Hellwig <hch@lst.de>
To: Nick Piggin <npiggin@kernel.dk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Christoph Hellwig <hch@lst.de>, Al Viro <viro@ZenIV.linux.org.uk>,
linux-fsdevel@vger.kernel.org
Subject: Re: Patch "fs: use RCU read side protection in d_validate" broken
Date: Mon, 15 Nov 2010 22:09:06 +0100 [thread overview]
Message-ID: <20101115210906.GA5964@lst.de> (raw)
In-Reply-To: <20101115051120.GA4092@amd>
On Mon, Nov 15, 2010 at 04:11:20PM +1100, Nick Piggin wrote:
> This patch is totally broken. You can't just dget() a dentry with
> nothing but RCU critical section open.
The plain dget is indeed wrong as we should at least take d_lock
and check d_count for zero before incrementing it to protect
against shrink_dentry_list.
I'm not quite sure it really matters as d_validate already has
and always ad much worse bugs, such as the complete lack of
protection against renames.
Anyway, I'll send a patch to Linus to fix this issue for now.
next prev parent reply other threads:[~2010-11-15 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-15 5:11 Patch "fs: use RCU read side protection in d_validate" broken Nick Piggin
2010-11-15 5:32 ` Nick Piggin
2010-11-15 21:16 ` Christoph Hellwig
2010-11-15 23:06 ` Nick Piggin
2010-11-15 21:09 ` Christoph Hellwig [this message]
2010-11-15 22:51 ` Nick Piggin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101115210906.GA5964@lst.de \
--to=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=npiggin@kernel.dk \
--cc=torvalds@linux-foundation.org \
--cc=viro@ZenIV.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).