[GIT PATCH] driver core fixes for 2.6.23-rc3

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>
Date: Wednesday, August 22, 2007 - 6:07 pm

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()

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCH] driver core fixes for 2.6.23-rc3, Greg KH, (Wed Aug 22, 6:07 pm)
[PATCH 1/5] sysfs: fix locking in sysfs_lookup() and sysfs_r..., Greg Kroah-Hartman, (Wed Aug 22, 6:10 pm)
[PATCH 2/5] Fix Off-by-one in /sys/module/*/refcnt, Greg Kroah-Hartman, (Wed Aug 22, 6:10 pm)
[PATCH 3/5] HOWTO: korean translation of Documentation/HOWTO, Greg Kroah-Hartman, (Wed Aug 22, 6:10 pm)
[PATCH 4/5] HOWTO: latest lxr url address changed, Greg Kroah-Hartman, (Wed Aug 22, 6:10 pm)
[PATCH 5/5] sysfs: don't warn on removal of a nonexistent bi..., Greg Kroah-Hartman, (Wed Aug 22, 6:10 pm)