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

From: Greg KH
Date: Mon Mar 10 2008 - 20:43:01 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/