public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.34-git
Date: Fri, 19 Mar 2010 08:13:11 -0700	[thread overview]
Message-ID: <20100319151311.GA8541@kroah.com> (raw)

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


             reply	other threads:[~2010-03-19 15:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19 15:13 Greg KH [this message]
2010-03-19 15:18 ` [PATCH 01/12] sysfs: use sysfs_bin_attr_init in firmware class driver Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 02/12] sysfs: Initialised pci bus legacy_mem field before use Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 03/12] sysfs: fix sysfs lockdep warning in ipmi code Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 04/12] sysfs: fix sysfs lockdep warning in infiniband code Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 05/12] sysfs: fix sysfs lockdep warning in mlx4 code Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 06/12] Driver core: Early platform kernel-doc update Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 07/12] driver-core: fix missing kernel-doc in firmware_class Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 08/12] kobject: documentation: Fix erroneous example in kobject doc Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 09/12] sysdev: the cpu probe/release attributes should be sysdev_class_attributes Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 10/12] kobject: documentation: Update to refer to kset-example.c Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 11/12] driver-core: document ERR_PTR() return values Greg Kroah-Hartman
2010-03-19 15:18 ` [PATCH 12/12] driver core: numa: fix BUILD_BUG_ON for node_read_distance Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2010-04-22 22:29 [GIT PATCH] driver core fixes for 2.6.34-git Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100319151311.GA8541@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox