[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080311004219.GA17890@suse.de>
Date: Mon, 10 Mar 2008 17:42:19 -0700
From: Greg KH <gregkh@...e.de>
To: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PATCH] driver core fixes against 2.6.25-rc5 git
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists