[<prev] [next>] [day] [month] [year] [list]
Message-id: <alpine.LFD.1.10.0806280126160.14731@localhost.localdomain>
Date: Sat, 28 Jun 2008 01:30:12 -0400 (EDT)
From: Len Brown <lenb@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Andi Kleen <ak@...ux.intel.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-acpi@...r.kernel.org
Subject: [GIT PATCH] ACPI patches for 2.6.26-rc8
Hi Linus,
please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release
This will update the files shown below.
Note that I will be taking a sabbatical from Intel this summer.
Andi Kleen will maintain Linux/ACPI while I'm away.
thanks!
-Len
ps. individual patches are available on linux-acpi@...r.kernel.org
and a consolidated plain patch is available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.26/acpi-release-20080609-2.6.26-rc8.diff.gz
Documentation/feature-removal-schedule.txt | 9 +++++++++
drivers/acpi/bay.c | 3 +++
drivers/acpi/dock.c | 3 +++
drivers/acpi/glue.c | 3 +++
drivers/thermal/Kconfig | 9 +++++++++
drivers/thermal/thermal_sys.c | 4 ++--
include/linux/thermal.h | 6 ++----
7 files changed, 31 insertions(+), 6 deletions(-)
through these commits:
Len Brown (1):
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
Rene Herman (1):
thermal: Create CONFIG_THERMAL_HWMON=n
Vegard Nossum (1):
ACPI: don't walk tables if ACPI was disabled
with this log:
commit c4e6a2e64e948de42473e9c829181d768b1258c3
Merge: 816c2ed... 16d7523...
Author: Len Brown <len.brown@...el.com>
Date: Thu Jun 26 01:56:35 2008 -0400
Merge branches 'release', 'acpi_disabled' and 'bugzilla-10958' into release
commit 816c2eda3ce8fa7eb62f22e01e2ec7a3f7d677c0
Author: Len Brown <len.brown@...el.com>
Date: Tue Jun 24 22:57:12 2008 -0400
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
Signed-off-by: Len Brown <len.brown@...el.com>
commit 4389ed2ff61de2b1485b31bf342da913dd342f59
Author: Vegard Nossum <vegard.nossum@...il.com>
Date: Fri Jun 20 15:39:09 2008 +0200
ACPI: don't walk tables if ACPI was disabled
Ingo Molnar wrote:
> -tip auto-testing started triggering this spinlock corruption message
> yesterday:
>
> [ 3.976213] calling acpi_rtc_init+0x0/0xd3
> [ 3.980213] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread F7C50000 could not acquire Mutex [3] [20080321]
> [ 3.992213] BUG: spinlock bad magic on CPU#0, swapper/1
> [ 3.992213] lock: c2508dc4, .magic: 00000000, .owner: swapper/1, .owner_cpu: 0
This is apparently because some parts of ACPI, including mutexes, are not
initialized when acpi=off is passed to the kernel.
Reported-by: Ingo Molnar <mingo@...e.hu>
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
Signed-off-by: Len Brown <len.brown@...el.com>
commit 16d752397301b95abaa95cbaf9e785d221872311
Author: Rene Herman <rene.herman@...access.nl>
Date: Tue Jun 24 19:38:56 2008 +0200
thermal: Create CONFIG_THERMAL_HWMON=n
A bug in libsensors <= 2.10.6 is exposed
when this new hwmon I/F is enabled.
Create CONFIG_THERMAL_HWMON=n
until some time after libsensors 2.10.7 ships
so those users can run the latest kernel.
libsensors 3.x is already fixed -- those users
can use CONFIG_THERMAL_HWMON=y now.
Signed-off-by: Rene Herman <rene.herman@...il.com>
Acked-by: Mark M. Hoffman <mhoffman@...htlink.com>
Signed-off-by: Len Brown <len.brown@...el.com>
--
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