Here are two patches against your 2.6.26-rc2-git tree.
They do:
- remove an unused list head in struct class now that struct
class_device is gone.
- fix a bug at boot time with raid partitions. This is a
regression from 2.6.24 that is now finally fixed. Many thanks
to Kay for doing this work. It will be added to the
2.6.25-stable tree as well.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
Both of these patches have been in the -next and -mm trees for a while.
The patch will be sent as a follow-on to this message to lkml for people
to see.
thanks,
greg k-h
------------
block/genhd.c | 9 ++++++---
drivers/base/class.c | 1 -
include/linux/device.h | 1 -
include/linux/genhd.h | 4 ++--
init/do_mounts.c | 27 ++++++++++++++++++++++++++-
5 files changed, 34 insertions(+), 8 deletions(-)
---------------
Dave Young (1):
Driver core: struct class remove children list
Kay Sievers (1):
block: do_mounts - accept root=<non-existant partition>
--
| Greg KH | [RFC] sample kobject implementation |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Paul E. McKenney | [PATCH RFC 2/9] RCU: Fix barriers |
| Joe Perches | [PATCH 011/148] include/asm-x86/bug.h: checkpatch cleanups - formatting only |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Linus Torvalds | Re: [GIT]: Networking |
| Jeff Garzik | Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM |
