From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.23-rc3
Date: Wed, 22 Aug 2007 15:07:47 -0700 [thread overview]
Message-ID: <20070822220747.GA30603@kroah.com> (raw)
Here are some driver core fixes and documentation updates against your
2.6.23-rc3 git tree.
They fix a reference counting bug in the module sysfs code, a fix for a
sysfs WARN_ON() issue and some documentation updates.
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
Documentation/HOWTO | 4 +-
Documentation/SubmittingPatches | 2 +-
Documentation/ko_KR/HOWTO | 623 +++++++++++++++++++++++++++++++++++++++
fs/sysfs/bin.c | 7 +-
fs/sysfs/dir.c | 21 +-
kernel/module.c | 3 +-
6 files changed, 640 insertions(+), 20 deletions(-)
create mode 100644 Documentation/ko_KR/HOWTO
---------------
Alan Stern (1):
sysfs: don't warn on removal of a nonexistent binary file
Alexey Dobriyan (1):
Fix Off-by-one in /sys/module/*/refcnt
Minchan Kim (1):
HOWTO: korean translation of Documentation/HOWTO
Qi Yong (1):
HOWTO: latest lxr url address changed
Tejun Heo (1):
sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
next reply other threads:[~2007-08-22 22:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 22:07 Greg KH [this message]
2007-08-22 22:10 ` [PATCH 1/5] sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() Greg Kroah-Hartman
2007-08-22 22:10 ` [PATCH 2/5] Fix Off-by-one in /sys/module/*/refcnt Greg Kroah-Hartman
2007-08-22 22:10 ` [PATCH 3/5] HOWTO: korean translation of Documentation/HOWTO Greg Kroah-Hartman
2007-08-22 22:10 ` [PATCH 4/5] HOWTO: latest lxr url address changed Greg Kroah-Hartman
2007-08-22 22:10 ` [PATCH 5/5] sysfs: don't warn on removal of a nonexistent binary file Greg Kroah-Hartman
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=20070822220747.GA30603@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.