public inbox for linux-kernel@vger.kernel.org
 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 against 2.6.26-rc2
Date: Wed, 14 May 2008 10:49:20 -0700	[thread overview]
Message-ID: <20080514174920.GA25856@suse.de> (raw)

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>


             reply	other threads:[~2008-05-14 17:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14 17:49 Greg KH [this message]
2008-05-14 17:49 ` [PATCH 1/2] block: do_mounts - accept root=<non-existant partition> Greg Kroah-Hartman
2008-05-14 17:49 ` [PATCH 2/2] Driver core: struct class remove children list 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=20080514174920.GA25856@suse.de \
    --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