public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes against 2.6.25-rc5 git
@ 2008-03-11  0:42 Greg KH
  2008-03-11  0:55 ` [PATCH 1/4] sysdev: fix problem with sysdev_class being re-registered Greg Kroah-Hartman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Greg KH @ 2008-03-11  0:42 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are 4 fixes fixes against your current git tree that fix some more
problems that have cropped up:
	- nozomi driver fixes for oopses found by users
	- resource calculation problem found by the scsi people
	- sysdev fixes for oopses for kvm and ooprofile code
	- firmware.h gets stubs for when the config option is not
	  enabled, fixing build errors.

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/platform.c  |    2 +-
 drivers/base/sys.c       |    4 +++
 drivers/char/nozomi.c    |   61 ++++++++++++++++++++++++++++++++-------------
 include/linux/firmware.h |   23 +++++++++++++++++
 4 files changed, 71 insertions(+), 19 deletions(-)

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

Frank Seidel (1):
      nozomi: fix initialization and early flow control access

Greg Kroah-Hartman (1):
      sysdev: fix problem with sysdev_class being re-registered

James Bottomley (2):
      firmware: provide stubs for the FW_LOADER=n case
      drivers: fix dma_get_required_mask


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-11  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11  0:42 [GIT PATCH] driver core fixes against 2.6.25-rc5 git Greg KH
2008-03-11  0:55 ` [PATCH 1/4] sysdev: fix problem with sysdev_class being re-registered Greg Kroah-Hartman
2008-03-11  0:55 ` [PATCH 2/4] nozomi: fix initialization and early flow control access Greg Kroah-Hartman
2008-03-11  0:55 ` [PATCH 3/4] firmware: provide stubs for the FW_LOADER=n case Greg Kroah-Hartman
2008-03-11  0:55 ` [PATCH 4/4] drivers: fix dma_get_required_mask Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox