public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150
       [not found]   ` <472CC005.4070609@archlinux.org>
@ 2007-11-11 11:57     ` Thomas Bächler
  2007-11-11 18:57       ` Thomas Bächler
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Bächler @ 2007-11-11 11:57 UTC (permalink / raw)
  To: Thomas Bächler; +Cc: Rafael J. Wysocki, linux-kernel, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

Thomas Bächler schrieb:
> Rafael J. Wysocki schrieb:
>> On Saturday, 3 November 2007 12:31, Thomas Bächler wrote:
>>> I am trying to boot 2.6.24-rc1-g74521c28 from the linux-2.6 git tree.
>>> During boot, I get a kernel oops when udevtrigger is running, thus most
>>> devices are not created and the boot stalls.
>>>
>>> Fortunately, the services are still started (though I don't see anything
>>> due to missing ttys) and syslog caught the oops. The logfile and config
>>> are attached.
>> Can you please attach these files to the bugzilla entry at:
>>
>> http://bugzilla.kernel.org/show_bug.cgi?id=9299
> 
> Done.

I just tested again (with 2.6.24-rc2-gecd744ee). If I only load the 'ac'
kernel module and not the 'battery' kernel module, then the system boots
fine. However, if I load the 'battery' module during boot or later, I
still get the oops.

I am running 2.6.24-rc2-gecd744ee right now, but without the battery
module. I am forwarding this to the ACPI list as well.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150
  2007-11-11 11:57     ` 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 Thomas Bächler
@ 2007-11-11 18:57       ` Thomas Bächler
  2007-11-11 19:19         ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Bächler @ 2007-11-11 18:57 UTC (permalink / raw)
  To: Thomas Bächler; +Cc: Rafael J. Wysocki, linux-kernel, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

>>> http://bugzilla.kernel.org/show_bug.cgi?id=9299
> 
> I just tested again (with 2.6.24-rc2-gecd744ee). If I only load the 'ac'
> kernel module and not the 'battery' kernel module, then the system boots
> fine. However, if I load the 'battery' module during boot or later, I
> still get the oops.
> 
> I am running 2.6.24-rc2-gecd744ee right now, but without the battery
> module. I am forwarding this to the ACPI list as well.
> 

Replying to myself again. Apparently, a fix for this bug was applied to
the linux-acpi tree independently of my bug report, see here:
http://git.kernel.org/?p=linux/kernel/git/lenb/linux-acpi-2.6.git;a=commit;h=4c41d3ad6544f1c9aec37c441af04f5d0ad3a731


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150
  2007-11-11 19:19         ` Rafael J. Wysocki
@ 2007-11-11 19:06           ` Thomas Bächler
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Bächler @ 2007-11-11 19:06 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Thomas Bächler, linux-kernel, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

Rafael J. Wysocki schrieb:
>> Replying to myself again. Apparently, a fix for this bug was applied to
>> the linux-acpi tree independently of my bug report, see here:
>> http://git.kernel.org/?p=linux/kernel/git/lenb/linux-acpi-2.6.git;a=commit;h=4c41d3ad6544f1c9aec37c441af04f5d0ad3a731
> 
> I'm having some problems with accessing git.kernel.org right now.  I'll have a
> look when it works again.

Same problem here, it took me some time until I could view it. I forgot
to mention that the patch actually fixes the bug in my case, I can boot
2.6.24 without oopses now.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150
  2007-11-11 18:57       ` Thomas Bächler
@ 2007-11-11 19:19         ` Rafael J. Wysocki
  2007-11-11 19:06           ` Thomas Bächler
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2007-11-11 19:19 UTC (permalink / raw)
  To: Thomas Bächler; +Cc: linux-kernel, linux-acpi

On Sunday, 11 of November 2007, Thomas Bächler wrote:
> >>> http://bugzilla.kernel.org/show_bug.cgi?id=9299
> > 
> > I just tested again (with 2.6.24-rc2-gecd744ee). If I only load the 'ac'
> > kernel module and not the 'battery' kernel module, then the system boots
> > fine. However, if I load the 'battery' module during boot or later, I
> > still get the oops.
> > 
> > I am running 2.6.24-rc2-gecd744ee right now, but without the battery
> > module. I am forwarding this to the ACPI list as well.
> > 
> 
> Replying to myself again. Apparently, a fix for this bug was applied to
> the linux-acpi tree independently of my bug report, see here:
> http://git.kernel.org/?p=linux/kernel/git/lenb/linux-acpi-2.6.git;a=commit;h=4c41d3ad6544f1c9aec37c441af04f5d0ad3a731

I'm having some problems with accessing git.kernel.org right now.  I'll have a
look when it works again.

Thanks,
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2007-11-11 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <472C5C2D.9010700@archlinux.org>
     [not found] ` <200711031926.01665.rjw@sisk.pl>
     [not found]   ` <472CC005.4070609@archlinux.org>
2007-11-11 11:57     ` 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 Thomas Bächler
2007-11-11 18:57       ` Thomas Bächler
2007-11-11 19:19         ` Rafael J. Wysocki
2007-11-11 19:06           ` Thomas Bächler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox