From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Kay Sievers <kay.sievers@vrfy.org>,
Jeremy Fitzhardinge <jeremy@goop.org>,
Alexander van Heukelum <heukelum@mailshack.com>,
Yinghai Lu <yhlu.kernel@gmail.com>, Ingo Molnar <mingo@elte.hu>,
Paul Mackerras <paulus@samba.org>
Subject: [GIT PATCH] driver core fixes against 2.6.24
Date: Sun, 27 Jan 2008 15:37:51 -0800 [thread overview]
Message-ID: <20080127233751.GA4524@kroah.com> (raw)
Here's 5 patches against your current git tree that fix all of the
reported breakages due to the driver core patch merge.
They fix the following issues:
- build breakage with CONFIG_BLOCK=n
- strange traceback messages when loading a module that is already
built into the kernel.
- ppc vio code build warning and link error fix.
- oops fix for mce_amd_64 when running on some variants of multi-core
AMD boxes.
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
------------
arch/powerpc/kernel/vio.c | 13 +++-------
arch/x86/kernel/cpu/mcheck/mce_amd_64.c | 3 +-
drivers/base/bus.c | 41 ++++++++++++++++++++++---------
drivers/base/class.c | 2 +-
drivers/base/core.c | 30 ++++++++++++++--------
include/linux/device.h | 3 ++
kernel/module.c | 10 +++++++
7 files changed, 68 insertions(+), 34 deletions(-)
---------------
Greg Kroah-Hartman (4):
Driver core: Fix up build when CONFIG_BLOCK=N
x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c
Module: check to see if we have a built in module with the same name
Driver core: add bus_find_device_by_name function
Paul Mackerras (1):
PPC: Fix powerpc vio_find_name to not use devices_subsys
next reply other threads:[~2008-01-27 23:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-27 23:37 Greg KH [this message]
2008-01-27 23:38 ` [PATCH 1/5] Driver core: Fix up build when CONFIG_BLOCK=N Greg Kroah-Hartman
2008-01-27 23:38 ` [PATCH 2/5] x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c Greg Kroah-Hartman
2008-01-28 12:24 ` Ingo Molnar
2008-01-28 17:37 ` Greg KH
2008-01-28 17:57 ` Ingo Molnar
2008-01-28 18:32 ` Greg KH
2008-01-28 19:01 ` Ingo Molnar
2008-01-28 19:29 ` Cyrill Gorcunov
2008-01-28 19:42 ` Cyrill Gorcunov
2008-01-27 23:38 ` [PATCH 3/5] Module: check to see if we have a built in module with the same name Greg Kroah-Hartman
2008-01-28 23:54 ` Jan Engelhardt
2008-01-29 6:20 ` Rusty Russell
2008-01-27 23:38 ` [PATCH 4/5] Driver core: add bus_find_device_by_name function Greg Kroah-Hartman
2008-01-27 23:38 ` [PATCH 5/5] PPC: Fix powerpc vio_find_name to not use devices_subsys 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=20080127233751.GA4524@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=heukelum@mailshack.com \
--cc=jeremy@goop.org \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=paulus@samba.org \
--cc=torvalds@osdl.org \
--cc=yhlu.kernel@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.