Re: [PATCH] acpi: Fall back to manually changing SCI_EN

From: Rafael J. Wysocki
Date: Fri Apr 30 2010 - 13:55:47 EST


On Thursday 29 April 2010, Len Brown wrote:
>
> On Wed, 28 Apr 2010, Rafael J. Wysocki wrote:
>
> > On Monday 19 April 2010, Matthew Garrett wrote:
> > > The ACPI spec tells us that the ACPI SCI_EN bit is under hardware control
> > > and shouldn't be touched by the OS. It seems that the Leading Other OS
> > > ignores this and some machines expect this behaviour. We have a blacklist
> > > for these, but given that we're able to detect the failure case and the
> > > alternative to breaking the spec is letting the machine crash and burn,
> > > let's try falling back when we know the alternative is a mostly-dead
> > > machine.
> > >
> > > Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx>
> >
> > I guess we can try that, but I'd prefer it if that went into .35.
> >
> > It _should_ be safe, but ...
> >
> > Anyway, Acked-by: Rafael J. Wysocki <rjw@xxxxxxx>
>
>
> I'd like to push this patch in .34,
> and in .35 remove the DMI list and the boot option.
>
> One thing that has bothered me about the boot option
> is that it writes SCI_EN instead of callin acpi_enable()
> as opposed to in-addition-to acpi_enable().
> If all acpi_enable() did was set SCI_EN, then it would
> not make a difference. However, acpi_enable() writes
> SMI_CMD and we really have no idea what other stuff
> the BIOS may do in SMM on this transition.
>
> So if we don't end up reverting this one,
> I'd really like to see the boot option gone in .35.

There are some suspend changes in .34 that may cause problems to happen for
people, so I'm not sure if it's actually a good idea to introduce one more of
them after -rc5.

Also removing the boot option can easily wait until .36 IMHO.

Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/