[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100319151311.GA8541@kroah.com>
Date: Fri, 19 Mar 2010 08:13:11 -0700
From: Greg KH <gregkh@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.34-git
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists