linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
@ 2010-04-15 18:25 Mikael Pettersson
  2010-04-15 19:17 ` Justin P. mattock
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Pettersson @ 2010-04-15 18:25 UTC (permalink / raw)
  To: linux-acpi; +Cc: linux-kernel

Kernels up to and including 2.6.34-rc3 boot fine on my Amilo Pa 3553,
but 2.6.34-rc4 always oopses during boot in acpi.  Without a serial port
I cannot capture the entire oops, but it goes something like this:

__driver_attach
bus_for_each_dev
driver_attach
__driver_attach
bus_add_driver
acpi_device_remove
driver_register
async_thread
proc_mkdir_mode
async_thread
acpi_battery_init_async
async_thread
schedule
default_wake_function
async_thread
kthread
kthread
kernel_thread_helper
EIP: acpi_ex_read_data_from_field+0x16e

Any suggestions for revisions to try to revert?

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

* Re: [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
  2010-04-15 18:25 [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553 Mikael Pettersson
@ 2010-04-15 19:17 ` Justin P. mattock
  2010-04-15 20:11   ` Mikael Pettersson
  0 siblings, 1 reply; 5+ messages in thread
From: Justin P. mattock @ 2010-04-15 19:17 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: linux-acpi, linux-kernel

On 04/15/2010 11:25 AM, Mikael Pettersson wrote:
> Kernels up to and including 2.6.34-rc3 boot fine on my Amilo Pa 3553,
> but 2.6.34-rc4 always oopses during boot in acpi.  Without a serial port
> I cannot capture the entire oops, but it goes something like this:
>
> __driver_attach
> bus_for_each_dev
> driver_attach
> __driver_attach
> bus_add_driver
> acpi_device_remove
> driver_register
> async_thread
> proc_mkdir_mode
> async_thread
> acpi_battery_init_async
> async_thread
> schedule
> default_wake_function
> async_thread
> kthread
> kthread
> kernel_thread_helper
> EIP: acpi_ex_read_data_from_field+0x16e
>
> Any suggestions for revisions to try to revert?
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


sounds similar to this:
https://bugzilla.kernel.org/show_bug.cgi?id=%2015749
if so try the patch there and see if
you can boot.

Justin P. Mattock

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

* Re: [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
  2010-04-15 19:17 ` Justin P. mattock
@ 2010-04-15 20:11   ` Mikael Pettersson
  2010-04-15 20:19     ` Justin P. mattock
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Pettersson @ 2010-04-15 20:11 UTC (permalink / raw)
  To: Justin P. mattock; +Cc: Mikael Pettersson, linux-acpi, linux-kernel

Justin P. mattock writes:
 > On 04/15/2010 11:25 AM, Mikael Pettersson wrote:
 > > Kernels up to and including 2.6.34-rc3 boot fine on my Amilo Pa 3553,
 > > but 2.6.34-rc4 always oopses during boot in acpi.  Without a serial port
 > > I cannot capture the entire oops, but it goes something like this:
 > >
 > > __driver_attach
 > > bus_for_each_dev
 > > driver_attach
 > > __driver_attach
 > > bus_add_driver
 > > acpi_device_remove
 > > driver_register
 > > async_thread
 > > proc_mkdir_mode
 > > async_thread
 > > acpi_battery_init_async
 > > async_thread
 > > schedule
 > > default_wake_function
 > > async_thread
 > > kthread
 > > kthread
 > > kernel_thread_helper
 > > EIP: acpi_ex_read_data_from_field+0x16e
 > >
 > > Any suggestions for revisions to try to revert?
 > > --
 > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 > > the body of a message to majordomo@vger.kernel.org
 > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > > Please read the FAQ at  http://www.tux.org/lkml/
 > >
 > 
 > 
 > sounds similar to this:
 > https://bugzilla.kernel.org/show_bug.cgi?id=%2015749
 > if so try the patch there and see if
 > you can boot.

Yes, that patch (https://bugzilla.kernel.org/attachment.cgi?id=25962)
fixed the problem.  Thanks.

/Mikael

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

* Re: [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
  2010-04-15 20:11   ` Mikael Pettersson
@ 2010-04-15 20:19     ` Justin P. mattock
  2010-04-15 20:48       ` Mikael Pettersson
  0 siblings, 1 reply; 5+ messages in thread
From: Justin P. mattock @ 2010-04-15 20:19 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: linux-acpi, linux-kernel

On 04/15/2010 01:11 PM, Mikael Pettersson wrote:
> Justin P. mattock writes:
>   >  On 04/15/2010 11:25 AM, Mikael Pettersson wrote:
>   >  >  Kernels up to and including 2.6.34-rc3 boot fine on my Amilo Pa 3553,
>   >  >  but 2.6.34-rc4 always oopses during boot in acpi.  Without a serial port
>   >  >  I cannot capture the entire oops, but it goes something like this:
>   >  >
>   >  >  __driver_attach
>   >  >  bus_for_each_dev
>   >  >  driver_attach
>   >  >  __driver_attach
>   >  >  bus_add_driver
>   >  >  acpi_device_remove
>   >  >  driver_register
>   >  >  async_thread
>   >  >  proc_mkdir_mode
>   >  >  async_thread
>   >  >  acpi_battery_init_async
>   >  >  async_thread
>   >  >  schedule
>   >  >  default_wake_function
>   >  >  async_thread
>   >  >  kthread
>   >  >  kthread
>   >  >  kernel_thread_helper
>   >  >  EIP: acpi_ex_read_data_from_field+0x16e
>   >  >
>   >  >  Any suggestions for revisions to try to revert?
>   >  >  --
>   >  >  To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>   >  >  the body of a message to majordomo@vger.kernel.org
>   >  >  More majordomo info at  http://vger.kernel.org/majordomo-info.html
>   >  >  Please read the FAQ at  http://www.tux.org/lkml/
>   >  >
>   >
>   >
>   >  sounds similar to this:
>   >  https://bugzilla.kernel.org/show_bug.cgi?id=%2015749
>   >  if so try the patch there and see if
>   >  you can boot.
>
> Yes, that patch (https://bugzilla.kernel.org/attachment.cgi?id=25962)
> fixed the problem.  Thanks.
>
> /Mikael
>

cool.. if you can send a post on the bug report
so they know, and can push that patch forward
and so forth.

Justin P. Mattock

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

* Re: [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
  2010-04-15 20:19     ` Justin P. mattock
@ 2010-04-15 20:48       ` Mikael Pettersson
  0 siblings, 0 replies; 5+ messages in thread
From: Mikael Pettersson @ 2010-04-15 20:48 UTC (permalink / raw)
  To: Justin P. mattock; +Cc: Mikael Pettersson, linux-acpi, linux-kernel

Justin P. mattock writes:
 > On 04/15/2010 01:11 PM, Mikael Pettersson wrote:
 > > Justin P. mattock writes:
 > >   >  On 04/15/2010 11:25 AM, Mikael Pettersson wrote:
 > >   >  >  Kernels up to and including 2.6.34-rc3 boot fine on my Amilo Pa 3553,
 > >   >  >  but 2.6.34-rc4 always oopses during boot in acpi.  Without a serial port
 > >   >  >  I cannot capture the entire oops, but it goes something like this:
 > >   >  >
 > >   >  >  __driver_attach
 > >   >  >  bus_for_each_dev
 > >   >  >  driver_attach
 > >   >  >  __driver_attach
 > >   >  >  bus_add_driver
 > >   >  >  acpi_device_remove
 > >   >  >  driver_register
 > >   >  >  async_thread
 > >   >  >  proc_mkdir_mode
 > >   >  >  async_thread
 > >   >  >  acpi_battery_init_async
 > >   >  >  async_thread
 > >   >  >  schedule
 > >   >  >  default_wake_function
 > >   >  >  async_thread
 > >   >  >  kthread
 > >   >  >  kthread
 > >   >  >  kernel_thread_helper
 > >   >  >  EIP: acpi_ex_read_data_from_field+0x16e
 > >   >  >
 > >   >  >  Any suggestions for revisions to try to revert?
 > >   >  >  --
 > >   >  >  To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 > >   >  >  the body of a message to majordomo@vger.kernel.org
 > >   >  >  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > >   >  >  Please read the FAQ at  http://www.tux.org/lkml/
 > >   >  >
 > >   >
 > >   >
 > >   >  sounds similar to this:
 > >   >  https://bugzilla.kernel.org/show_bug.cgi?id=%2015749
 > >   >  if so try the patch there and see if
 > >   >  you can boot.
 > >
 > > Yes, that patch (https://bugzilla.kernel.org/attachment.cgi?id=25962)
 > > fixed the problem.  Thanks.
 > >
 > > /Mikael
 > >
 > 
 > cool.. if you can send a post on the bug report
 > so they know, and can push that patch forward
 > and so forth.

I've added a note to 15749 that the patch also fixed my machine.

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

end of thread, other threads:[~2010-04-15 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-15 18:25 [BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553 Mikael Pettersson
2010-04-15 19:17 ` Justin P. mattock
2010-04-15 20:11   ` Mikael Pettersson
2010-04-15 20:19     ` Justin P. mattock
2010-04-15 20:48       ` Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).