Mailing List Archive

2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150
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.
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
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

Thanks,
Rafael
-
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/
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
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.
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
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.
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
>>> 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
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
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.
Re: 2.6.24-rc1-g74521c28: oops during boot [<ffffffff881c03e4>] :power_supply:power_supply_show_property+0x94/0x150 [ In reply to ]
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-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/