public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes for 2.6.24-rc1
@ 2007-10-31  5:09 Greg KH
  2007-10-31  5:11 ` [PATCH 1/6] Driver core: remove class_device_*_bin_file Greg Kroah-Hartman
  0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2007-10-31  5:09 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core bugfixes and tweaks for 2.6.24-rc1.  It fixes
the much-reported sysfs traceback when renaming network devices when
CONFIG_SYSFS_DEPRECATED is enabled.

There is also a documentation translation and typo fix, and some other
minor things.

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/SubmittingPatches       |    4 +-
 Documentation/ja_JP/SubmittingPatches |  556 +++++++++++++++++++++++++++++++++
 drivers/base/class.c                  |   18 -
 drivers/base/core.c                   |    6 +-
 fs/sysfs/dir.c                        |    4 +-
 fs/sysfs/sysfs.h                      |    2 -
 include/linux/device.h                |    4 -
 lib/kobject.c                         |   13 +
 8 files changed, 576 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/ja_JP/SubmittingPatches

---------------

Adrian Bunk (1):
      sysfs: make sysfs_{get,put}_active() static

Greg Kroah-Hartman (2):
      Driver core: remove class_device_*_bin_file
      kobject: check for duplicate names in kobject_rename

Kay Sievers (1):
      Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y

Keiichi Kii (2):
      fix typo in SubmittingPatches
      add SubmittingPatches to Documentation/ja_JP


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

end of thread, other threads:[~2007-10-31 18:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31  5:09 [GIT PATCH] driver core fixes for 2.6.24-rc1 Greg KH
2007-10-31  5:11 ` [PATCH 1/6] Driver core: remove class_device_*_bin_file Greg Kroah-Hartman
2007-10-31  5:11   ` [PATCH 2/6] kobject: check for duplicate names in kobject_rename Greg Kroah-Hartman
2007-10-31  5:11     ` [PATCH 3/6] sysfs: make sysfs_{get,put}_active() static Greg Kroah-Hartman
2007-10-31  5:11       ` [PATCH 4/6] Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y Greg Kroah-Hartman
2007-10-31  5:11         ` [PATCH 5/6] fix typo in SubmittingPatches Greg Kroah-Hartman
2007-10-31  5:11           ` [PATCH 6/6] add SubmittingPatches to Documentation/ja_JP Greg Kroah-Hartman
2007-10-31  9:17           ` [PATCH 5/6] fix typo in SubmittingPatches Andy Whitcroft
2007-10-31 17:26   ` [PATCH 1/6] Driver core: remove class_device_*_bin_file Tony Luck
2007-10-31 18:44     ` Greg KH

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