mirror of https://lore.kernel.org/lkml/
 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.24-rc3
Date: Wed, 28 Nov 2007 14:47:46 -0800	[thread overview]
Message-ID: <20071128224746.GA28410@kroah.com> (raw)

Here are some driver core bugfixes and documentation updates for
2.6.24-rc3.  It fixes a regression with CONFIG_PM being set and not set
that people have reported.

There's some other minor fixes, and an update for the UIO documentation.

All of these have been in the -mm tree for a while.

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/DocBook/Makefile       |    2 +-
 Documentation/DocBook/uio-howto.tmpl |   90 ++++++++++++----------------------
 drivers/base/core.c                  |    4 +-
 drivers/base/power/Makefile          |    3 +-
 drivers/base/power/main.c            |    8 +---
 drivers/base/power/power.h           |   28 ++++++++---
 drivers/char/Kconfig                 |    2 +-
 fs/sysfs/file.c                      |    6 ++-
 lib/kobject.c                        |    4 +-
 9 files changed, 68 insertions(+), 79 deletions(-)

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

Daniel Drake (1):
      create /sys/.../power when CONFIG_PM is set

Hans J Koch (2):
      UIO: fix up the UIO documentation
      UIO: add UIO documentation target to DocBook Makefile

Johannes Berg (1):
      kobject: two typo fixes

Kay Sievers (1):
      allow LEGACY_PTYS to be set to 0

Miao Xie (1):
      sysfs: fix off-by-one error in fill_read_buffer()


             reply	other threads:[~2007-11-28 22:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-28 22:47 Greg KH [this message]
2007-11-28 22:52 ` [PATCH 1/6] allow LEGACY_PTYS to be set to 0 Greg Kroah-Hartman
2007-11-28 22:52 ` [PATCH 2/6] create /sys/.../power when CONFIG_PM is set Greg Kroah-Hartman
2007-11-28 22:52 ` [PATCH 3/6] UIO: fix up the UIO documentation Greg Kroah-Hartman
2007-11-28 22:52 ` [PATCH 4/6] UIO: add UIO documentation target to DocBook Makefile Greg Kroah-Hartman
2007-11-28 22:52 ` [PATCH 5/6] kobject: two typo fixes Greg Kroah-Hartman
2007-11-28 22:52 ` [PATCH 6/6] sysfs: fix off-by-one error in fill_read_buffer() 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=20071128224746.GA28410@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

Powered by JetHome