[GIT PATCH] driver core fixes for 2.6.34-git

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg KH
Date: Friday, March 19, 2010 - 8:13 am

Here are a number of bugfixes for the driver core for your 2.6.34-git
tree.

This series should resolve all of the sysfs lockdep warnings that have
been reported numerous times.  It also includes a number of
documentation updates and other small fixes.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/

All of these patches have been in the linux-next and mm trees.

The patches will be sent as a follow-on to this message to lkml for
people to see.

thanks,

greg k-h

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

 Documentation/kobject.txt           |   60 +++++++++++++++++++++++-----------
 drivers/base/class.c                |    2 +
 drivers/base/core.c                 |    6 +++
 drivers/base/cpu.c                  |   16 +++++-----
 drivers/base/firmware_class.c       |    2 +
 drivers/base/node.c                 |    7 +++-
 drivers/base/platform.c             |   33 +++++++++++++++----
 drivers/char/ipmi/ipmi_msghandler.c |   10 ++++++
 drivers/infiniband/core/sysfs.c     |    1 +
 drivers/net/mlx4/main.c             |    1 +
 drivers/pci/pci-sysfs.c             |    2 +-
 11 files changed, 102 insertions(+), 38 deletions(-)

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

David Rientjes (1):
      driver core: numa: fix BUILD_BUG_ON for node_read_distance

Greg Kroah-Hartman (3):
      sysfs: fix sysfs lockdep warning in ipmi code
      sysfs: fix sysfs lockdep warning in infiniband code
      sysfs: fix sysfs lockdep warning in mlx4 code

Jani Nikula (1):
      driver-core: document ERR_PTR() return values

Jiri Kosina (1):
      sysfs: use sysfs_bin_attr_init in firmware class driver

Magnus Damm (1):
      Driver core: Early platform kernel-doc update

Mel Gorman (1):
      sysfs: Initialised pci bus legacy_mem field before use

Randy Dunlap (1):
      driver-core: fix missing kernel-doc in firmware_class

Robert P. J. Day (2):
      kobject: documentation: Fix erroneous example in kobject doc.
      kobject: documentation: Update to refer to kset-example.c.

Stephen Rothwell (1):
      sysdev: the cpu probe/release attributes should be sysdev_class_attributes

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

Messages in current thread:
[GIT PATCH] driver core fixes for 2.6.34-git, Greg KH, (Fri Mar 19, 8:13 am)
[PATCH 01/12] sysfs: use sysfs_bin_attr_init in firmware c ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 02/12] sysfs: Initialised pci bus legacy_mem field ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 03/12] sysfs: fix sysfs lockdep warning in ipmi code, Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 04/12] sysfs: fix sysfs lockdep warning in infiniba ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 05/12] sysfs: fix sysfs lockdep warning in mlx4 code, Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 06/12] Driver core: Early platform kernel-doc update, Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 07/12] driver-core: fix missing kernel-doc in firmw ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 08/12] kobject: documentation: Fix erroneous exampl ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 09/12] sysdev: the cpu probe/release attributes sho ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 10/12] kobject: documentation: Update to refer to k ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 11/12] driver-core: document ERR_PTR() return values, Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)
[PATCH 12/12] driver core: numa: fix BUILD_BUG_ON for node ..., Greg Kroah-Hartman, (Fri Mar 19, 8:18 am)