All of lore.kernel.org
 help / color / mirror / Atom feed
* [ACPI] Regression 2.6.23-rc3 fails to boot (acpi)
@ 2007-08-19  8:45 Alex Hunsaker
  2007-08-19 17:58 ` Alexey Starikovskiy
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Hunsaker @ 2007-08-19  8:45 UTC (permalink / raw)
  To: astarikovskiy, len.brown; +Cc: linux-kernel

Hangs on boot with:
ACPI: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62
ACPI: Interpreter enabled
ACPI: (supports S0 S3)
ACPI: Using PIC for interrupt routing
ACIP: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62

2.6.23-rc2 is ok
2.6.23-rc3 bad
2.6.23-rc3-latest (7c010de7506954e973abfab5c5999c5a97f7a73e) bad

git-bisect narrowed it down to:

7c010de7506954e973abfab5c5999c5a97f7a73e
ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.
Alexey Starikovskiy [Fri, 3 Aug 2007 21:57:53 +0000 (17:57 -0400)]
Some ASUS laptops fail to use boot time EC
and need to eventually switch to one described in DSDT.

http://bugzilla.kernel.org/show_bug.cgi?id=8709

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>

Reverting the above commit fixes the problem.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ACPI] Regression 2.6.23-rc3 fails to boot (acpi)
  2007-08-19  8:45 [ACPI] Regression 2.6.23-rc3 fails to boot (acpi) Alex Hunsaker
@ 2007-08-19 17:58 ` Alexey Starikovskiy
  2007-08-20  2:23   ` Alex Hunsaker
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Starikovskiy @ 2007-08-19 17:58 UTC (permalink / raw)
  To: Alex Hunsaker; +Cc: len.brown, linux-kernel

What machine is it?
Could you open a bug at bugzilla.kernel.org and append acpidump output
to it?

Thanks,
Alex.

Alex Hunsaker wrote:
> Hangs on boot with:
> ACPI: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62
> ACPI: Interpreter enabled
> ACPI: (supports S0 S3)
> ACPI: Using PIC for interrupt routing
> ACIP: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62
>
> 2.6.23-rc2 is ok
> 2.6.23-rc3 bad
> 2.6.23-rc3-latest (7c010de7506954e973abfab5c5999c5a97f7a73e) bad
>
> git-bisect narrowed it down to:
>
> 7c010de7506954e973abfab5c5999c5a97f7a73e
> ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.
> Alexey Starikovskiy [Fri, 3 Aug 2007 21:57:53 +0000 (17:57 -0400)]
> Some ASUS laptops fail to use boot time EC
> and need to eventually switch to one described in DSDT.
>
> http://bugzilla.kernel.org/show_bug.cgi?id=8709
>
> Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
> Signed-off-by: Len Brown <len.brown@intel.com>
>
> Reverting the above commit fixes the problem.
>   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ACPI] Regression 2.6.23-rc3 fails to boot (acpi)
  2007-08-19 17:58 ` Alexey Starikovskiy
@ 2007-08-20  2:23   ` Alex Hunsaker
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Hunsaker @ 2007-08-20  2:23 UTC (permalink / raw)
  To: Alexey Starikovskiy; +Cc: len.brown, linux-kernel

On 8/19/07, Alexey Starikovskiy <astarikovskiy@suse.de> wrote:
> What machine is it?
> Could you open a bug at bugzilla.kernel.org and append acpidump output
> to it?
>

Done, see http://bugzilla.kernel.org/show_bug.cgi?id=8909

> Thanks,
> Alex.
>
> Alex Hunsaker wrote:
> > Hangs on boot with:
> > ACPI: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62
> > ACPI: Interpreter enabled
> > ACPI: (supports S0 S3)
> > ACPI: Using PIC for interrupt routing
> > ACIP: EC: GPE = 0x4, I/O: command/status = 0x66, data = 0x62
> >
> > 2.6.23-rc2 is ok
> > 2.6.23-rc3 bad
> > 2.6.23-rc3-latest (7c010de7506954e973abfab5c5999c5a97f7a73e) bad
> >
> > git-bisect narrowed it down to:
> >
> > 7c010de7506954e973abfab5c5999c5a97f7a73e
> > ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.
> > Alexey Starikovskiy [Fri, 3 Aug 2007 21:57:53 +0000 (17:57 -0400)]
> > Some ASUS laptops fail to use boot time EC
> > and need to eventually switch to one described in DSDT.
> >
> > http://bugzilla.kernel.org/show_bug.cgi?id=8709
> >
> > Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
> > Signed-off-by: Len Brown <len.brown@intel.com>
> >
> > Reverting the above commit fixes the problem.
> >
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-20  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-19  8:45 [ACPI] Regression 2.6.23-rc3 fails to boot (acpi) Alex Hunsaker
2007-08-19 17:58 ` Alexey Starikovskiy
2007-08-20  2:23   ` Alex Hunsaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.