[GIT PATCH] driver core fixes against 2.6.25-rc2 git

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, David S. Miller <davem@...>, <kay.sievers@...>, <Michael_E_Brown@...>, <rdreier@...>, <htejun@...>
Date: Thursday, February 21, 2008 - 7:46 pm

Here are a few driver core fixes against your current git tree that fix some
more problems that have cropped up:
	- shutdown problem due to logic problem with cpufreq usage of
	  kobjects.
	- build fix for powerpc due to previous kobject changes.
	- runtime errors when CONFIG_SYSFS=n
	- UIO code now works properly from my previous messups
	- proper encoding of the ja_JP stable_kernel_rules.txt file
	- updates to the stable_kernel_rules.txt file
	- mark ide=reverse as obsolete in preparation of 2.6.26 (Bart
	  wanted this to go in through my tree as I have the .26 patches
	  pending.)
	- other minor fixes.

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/stable_kernel_rules.txt |  106 +++++++++++++-------------
 Documentation/stable_kernel_rules.txt       |    7 +-
 Documentation/vm/slabinfo.c                 |    2 +-
 arch/powerpc/platforms/pseries/power.c      |    2 +-
 drivers/base/bus.c                          |    9 +-
 drivers/base/driver.c                       |    3 +
 drivers/base/power/main.c                   |    2 +-
 drivers/cpufreq/cpufreq.c                   |    8 --
 drivers/ide/ide.c                           |    2 +-
 drivers/uio/uio.c                           |   54 +++++++++----
 kernel/module.c                             |    7 +-
 11 files changed, 109 insertions(+), 93 deletions(-)

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

Balaji Rao (1):
      cpufreq: fix kobject reference count handling

Bartlomiej Zolnierkiewicz (1):
      ide: mark "ide=reverse" option as obsolete

Brandon Philips (1):
      UIO: fix Greg's stupid changes

Christoph Lameter (1):
      slabinfo: fall back from /sys/kernel/slab to /sys/slab

Cornelia Huck (1):
      Driver core: Fix error handling in bus_add_driver().

Kay Sievers (1):
      modules: do not try to add sysfs attributes if !CONFIG_SYSFS

Rafael J. Wysocki (1):
      PM: Remove unbalanced mutex_unlock() from dpm_resume()

Randy Dunlap (1):
      driver-core: fix kernel-doc function parameters

Stefan Richter (1):
      stable_kernel_rules: fix must already be in mainline

Stephen Rothwell (1):
      POWERPC: fix typo in pseries/power.c

Tsugikazu Shibata (1):
      Fix broken utf-8 encodings in ja_JP translation of stable_kernel_rules.txt

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

Messages in current thread:
[GIT PATCH] driver core fixes against 2.6.25-rc2 git, Greg KH, (Thu Feb 21, 7:46 pm)
[PATCH 11/11] modules: do not try to add sysfs attributes if..., Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 10/11] POWERPC: fix typo in pseries/power.c, Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 09/11] PM: Remove unbalanced mutex_unlock() from dpm_..., Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 08/11] UIO: fix Greg's stupid changes, Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 07/11] stable_kernel_rules: fix must already be in ma..., Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 06/11] ide: mark "ide=reverse" option as obsolete, Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 05/11] Driver core: Fix error handling in bus_add_dri..., Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 04/11] driver-core: fix kernel-doc function parameters, Greg Kroah-Hartman, (Thu Feb 21, 7:48 pm)
[PATCH 03/11] cpufreq: fix kobject reference count handling, Greg Kroah-Hartman, (Thu Feb 21, 7:47 pm)
[PATCH 02/11] slabinfo: fall back from /sys/kernel/slab to /..., Greg Kroah-Hartman, (Thu Feb 21, 7:47 pm)
[PATCH 01/11] Fix broken utf-8 encodings in ja_JP translatio..., Greg Kroah-Hartman, (Thu Feb 21, 7:47 pm)