Re: New conflict message in latest GIT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bjorn Helgaas
Date: Wednesday, July 23, 2008 - 11:56 am

On Tuesday 22 July 2008 12:56:36 pm Fabio Comolli wrote:

The "ACPI: I/O resource ... conflicts with ..." message was added by
Thomas:
  http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=df92e6...

That conflict checking infrastructure was in 2.6.26, but Jean's
change to make the i801_smbus driver use it didn't happen until
about a week ago:
  http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=54fb4a...

The message is telling us that the i801_smbus driver thinks it owns
the 0x18e0-0x18ff region, but there's also an ACPI opregion that
references that region.  There's no coordination between ACPI and
the i801_smbus driver, so there may be issues where nearly
simultaneous accesses cause incorrect behavior, e.g,. one may
read the wrong value from a temperature sensor.  That, of course,
can lead to more serious things like unintended machine shutdowns.

I don't have any ideas about how to address this.  I think Thomas's
intent was to collect better information for unreproducible bugs.
(Maybe this sort of conflict should even set a taint flag?)

Bjorn

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

Messages in current thread:
New conflict message in latest GIT, Fabio Comolli, (Tue Jul 22, 11:56 am)
Re: New conflict message in latest GIT, Rene Herman, (Tue Jul 22, 1:00 pm)
Re: New conflict message in latest GIT, Rene Herman, (Tue Jul 22, 1:14 pm)
Re: New conflict message in latest GIT, Fabio Comolli, (Wed Jul 23, 12:17 am)
Re: New conflict message in latest GIT, Rene Herman, (Wed Jul 23, 1:01 am)
Re: New conflict message in latest GIT, Fabio Comolli, (Wed Jul 23, 11:11 am)
Re: New conflict message in latest GIT, Rene Herman, (Wed Jul 23, 11:38 am)
Re: New conflict message in latest GIT, Bjorn Helgaas, (Wed Jul 23, 11:56 am)
Re: New conflict message in latest GIT, Fabio Comolli, (Wed Jul 23, 12:50 pm)
Re: New conflict message in latest GIT, Jean Delvare, (Sat Aug 9, 9:13 am)
Re: New conflict message in latest GIT, Fabio Comolli, (Sat Aug 9, 9:32 am)
Re: New conflict message in latest GIT, Jean Delvare, (Sat Aug 9, 10:03 am)
Re: New conflict message in latest GIT, Fabio Comolli, (Sat Aug 9, 11:46 am)