From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, htejun@gmail.com, sandeen@sandeen.net
Subject: [GIT PATCH] sysfs fixes for 2.6.22-rc4
Date: Tue, 12 Jun 2007 16:21:59 -0700 [thread overview]
Message-ID: <20070612232159.GA12971@suse.de> (raw)
Here are some sysfs fixes for 2.6.22-rc4
They are based on a set of patches from Tejun that have been in the -mm
tree for a while and fix a nasty sysfs problem that people have been
hitting in the real world (Google has hit this a lot and spent a lot of
time and effort in tracking this down, I'd really like to say thanks for
the help here.)
Tejun and Eric have backported a small set of patches that fix this for
your current tree, with the larger, more intrusive patches queued up for
after 2.6.22 is out.
Tejun and I have beat on these patches a lot and have not found any
problems. I know it's late in the series for them, but under the
circumstances, it seems reasonable.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
Patches will be sent as a follow-on to this message to lkml for people
to see.
thanks,
greg k-h
fs/sysfs/dir.c | 38 +++++++++++++++++++++++++++++++-------
fs/sysfs/inode.c | 21 +++++++++++++++++++--
fs/sysfs/mount.c | 1 +
fs/sysfs/sysfs.h | 2 ++
4 files changed, 53 insertions(+), 9 deletions(-)
---------------
Eric Sandeen (1):
sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses
Tejun Heo (2):
sysfs: fix condition check in sysfs_drop_dentry()
sysfs: fix race condition around sd->s_dentry, take#2
next reply other threads:[~2007-06-12 23:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-12 23:21 Greg KH [this message]
2007-06-12 23:22 ` [PATCH 1/3] sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses Greg Kroah-Hartman
2007-06-12 23:22 ` [PATCH 2/3] sysfs: fix condition check in sysfs_drop_dentry() Greg Kroah-Hartman
2007-06-12 23:22 ` [PATCH 3/3] sysfs: fix race condition around sd->s_dentry, take#2 Greg Kroah-Hartman
2007-06-13 3:24 ` [GIT PATCH] sysfs fixes for 2.6.22-rc4 Eric Sandeen
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=20070612232159.GA12971@suse.de \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=htejun@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sandeen@sandeen.net \
--cc=torvalds@osdl.org \
/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
Powered by JetHome