[GIT PATCH] driver core fixes for 2.6.23-rc3
From: Greg KH
Date: Wed Aug 22 2007 - 18:20:08 EST
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()
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/