public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes for 2.6.23-rc3
@ 2007-08-22 22:07 Greg KH
  2007-08-22 22:10 ` [PATCH 1/5] sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2007-08-22 22:07 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-22 22:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-22 22:07 [GIT PATCH] driver core fixes for 2.6.23-rc3 Greg KH
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox