[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090816010303.GA9588@srcf.ucam.org>
Date: Sun, 16 Aug 2009 02:03:03 +0100
From: Matthew Garrett <mjg59@...f.ucam.org>
To: Zeev Tarantov <zeev.tarantov@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [BUG] [hwmon] linux 2.6.31-rc6 regression
On Sat, Aug 15, 2009 at 01:29:48PM +0300, Zeev Tarantov wrote:
> [ 3.276720] w83627ehf: Found W83627DHG chip at 0x290
> [ 3.276894] ACPI: I/O resource w83627ehf [0x295-0x296] conflicts
> with ACPI region HWRE [0x290-0x299]
> [ 3.277171] ACPI: Device needs an ACPI driver
The hwmon driver is attempting to allocate a region that's also used by
your ACPI firmware. There's no way to synchronise access between the
kernel and the firmware, so allowing both is potentially racy - we've
seen numerous cases where the combination results in the system
incorrectly generating critical temperatuer shutdowns, for instance,
when some other indexed access gets interpreted as the temperature or
when the hwmon chip's state machine is confused. The failure of hwmon to
bind is a feature here, not a bug. You can override it with
acpi_enforce_resources=no on the kernel command line.
--
Matthew Garrett | mjg59@...f.ucam.org
--
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