[GIT PATCH] driver core fixes against 2.6.24

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, Kay Sievers <kay.sievers@...>, Jeremy Fitzhardinge <jeremy@...>, Alexander van Heukelum <heukelum@...>, Yinghai Lu <yhlu.kernel@...>, Ingo Molnar <mingo@...>, Paul Mackerras <paulus@...>
Date: Sunday, January 27, 2008 - 7:37 pm

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCH] driver core fixes against 2.6.24, Greg KH, (Sun Jan 27, 7:37 pm)
[PATCH 5/5] PPC: Fix powerpc vio_find_name to not use device..., Greg Kroah-Hartman, (Sun Jan 27, 7:38 pm)
[PATCH 4/5] Driver core: add bus_find_device_by_name function, Greg Kroah-Hartman, (Sun Jan 27, 7:38 pm)
[PATCH 3/5] Module: check to see if we have a built in modul..., Greg Kroah-Hartman, (Sun Jan 27, 7:38 pm)
[PATCH 2/5] x86: fix runtime error in arch/x86/kernel/cpu/mc..., Greg Kroah-Hartman, (Sun Jan 27, 7:38 pm)
[PATCH 1/5] Driver core: Fix up build when CONFIG_BLOCK=N, Greg Kroah-Hartman, (Sun Jan 27, 7:38 pm)