[GIT PATCH] driver core fixes for 2.6.24-rc3

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>
Date: Wednesday, November 28, 2007 - 6:47 pm

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()

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

Messages in current thread:
[GIT PATCH] driver core fixes for 2.6.24-rc3, Greg KH, (Wed Nov 28, 6:47 pm)
[PATCH 6/6] sysfs: fix off-by-one error in fill_read_buffer(), Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)
[PATCH 2/6] create /sys/.../power when CONFIG_PM is set, Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)
[PATCH 3/6] UIO: fix up the UIO documentation, Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)
[PATCH 5/6] kobject: two typo fixes, Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)
[PATCH 4/6] UIO: add UIO documentation target to DocBook Mak..., Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)
[PATCH 1/6] allow LEGACY_PTYS to be set to 0, Greg Kroah-Hartman, (Wed Nov 28, 6:52 pm)