[GIT PATCH] driver core fixes against 2.6.24-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 7, 2008 - 4:01 pm

Here's 3 patches against your current git tree that fix some more
problems that have cropped up:
	- whole_disk attribute file causes oopses when read from.
	- the firmware class name change broke Dell machines that were
	  working just fine.
	- we shouldn't BUG on a programming error in sysfs by the
	  caller, do a WARN_ON instead.

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

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

 drivers/base/firmware_class.c |    3 ++-
 fs/partitions/check.c         |   17 ++++++++++-------
 fs/sysfs/group.c              |    7 ++++++-
 3 files changed, 18 insertions(+), 9 deletions(-)

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

Greg Kroah-Hartman (2):
      Block: Fix whole_disk attribute bug
      sysfs: remove BUG_ON() from sysfs_remove_group()

Michael E Brown (1):
      Driver core: Revert "Fix Firmware class name collision"

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

Messages in current thread:
[GIT PATCH] driver core fixes against 2.6.24-git, Greg KH, (Thu Feb 7, 4:01 pm)
[PATCH 3/3] sysfs: remove BUG_ON() from sysfs_remove_group(), Greg Kroah-Hartman, (Thu Feb 7, 4:02 pm)
[PATCH 2/3] Driver core: Revert "Fix Firmware class name col..., Greg Kroah-Hartman, (Thu Feb 7, 4:02 pm)
[PATCH 1/3] Block: Fix whole_disk attribute bug, Greg Kroah-Hartman, (Thu Feb 7, 4:02 pm)