public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.23-rc1
Date: Mon, 30 Jul 2007 15:08:29 -0700	[thread overview]
Message-ID: <20070730220829.GB5263@kroah.com> (raw)

Here are some driver core fixes and documentation updates against your
2.6.23-rc1 git tree.

They fix the CONFIG_HOTPLUG=n build error and help provide a better hint
at what is going wrong when loading modules cause sysfs errors.  And
there are a bunch of documentation updates in here too, as well as a
driver model fix that causes some people problems with the input
subsystem.

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/ja_JP/HOWTO                   |   66 +++++-----
 Documentation/ja_JP/stable_api_nonsense.txt |   20 ++--
 Documentation/kobject.txt                   |  178 +++++++++------------------
 Documentation/stable_api_nonsense.txt       |    2 +-
 Documentation/sysfs-rules.txt               |   72 +++++------
 drivers/base/core.c                         |    5 +-
 drivers/base/firmware_class.c               |    1 +
 drivers/pci/pci.c                           |    2 +-
 include/linux/kobject.h                     |   26 ++--
 kernel/params.c                             |    7 +-
 lib/kobject_uevent.c                        |   16 ++--
 11 files changed, 171 insertions(+), 224 deletions(-)

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

Cornelia Huck (3):
      kobject: fix link error when CONFIG_HOTPLUG is disabled
      driver core: revert "device" link creation check
      kobject: update documentation

Greg Kroah-Hartman (2):
      kobject: put kobject_actions in kobject.h
      modules: better error messages when modules fail to load due to a sysfs problem.

IKEDA, Munehiro (1):
      HOWTO: adjust translation header of Japanese stable_api_nonsense.txt

Juan Lang (1):
      stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface

Randy Dunlap (3):
      kernel-doc fixes for PCI and drivers/base/
      Fix Doc/sysfs-rules typos
      kset: kernel-doc cleanups

Tsugikazu Shibata (1):
      HOWTO: sync Japanese HOWTO


             reply	other threads:[~2007-07-30 22:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 22:08 Greg KH [this message]
2007-07-30 22:09 ` [PATCH 01/11] HOWTO: adjust translation header of Japanese stable_api_nonsense.txt Greg Kroah-Hartman
2007-07-30 22:09   ` [PATCH 02/11] HOWTO: sync Japanese HOWTO Greg Kroah-Hartman
2007-07-30 22:09     ` [PATCH 03/11] kobject: fix link error when CONFIG_HOTPLUG is disabled Greg Kroah-Hartman
2007-07-30 22:09       ` [PATCH 04/11] kobject: put kobject_actions in kobject.h Greg Kroah-Hartman
2007-07-30 22:09         ` [PATCH 05/11] kernel-doc fixes for PCI and drivers/base/ Greg Kroah-Hartman
2007-07-30 22:09           ` [PATCH 06/11] Fix Doc/sysfs-rules typos Greg Kroah-Hartman
2007-07-30 22:09             ` [PATCH 07/11] stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface Greg Kroah-Hartman
2007-07-30 22:09               ` [PATCH 08/11] driver core: revert "device" link creation check Greg Kroah-Hartman
2007-07-30 22:09                 ` [PATCH 09/11] kset: kernel-doc cleanups Greg Kroah-Hartman
2007-07-30 22:09                   ` [PATCH 10/11] kobject: update documentation Greg Kroah-Hartman
2007-07-30 22:09                     ` [PATCH 11/11] modules: better error messages when modules fail to load due to a sysfs problem Greg Kroah-Hartman

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=20070730220829.GB5263@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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