From: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
To: Vegard Nossum <vegard.nossum@gmail.com>
Cc: linux-kernel@vger.kernel.org, Arjan van de Ven <arjan@linux.intel.com>
Subject: Re: 2.6.29, today's git changes, oops at boot, BUG: unable to handle kernel paging request at ffffffffa00f0016
Date: Tue, 7 Apr 2009 10:53:17 +0200 [thread overview]
Message-ID: <200904071053.17986.a.miskiewicz@gmail.com> (raw)
In-Reply-To: <20090407082811.GA17700@damson.cased.tu-darmstadt.de>
On Tuesday 07 of April 2009, Vegard Nossum wrote:
> 2009/4/7 Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>:
> > On Tuesday 07 of April 2009, Vegard Nossum wrote:
> >> 2009/4/6 Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>:
> >> > Pulled Linus git few minutes ago and new oops at boot (happens on
> >> > every boot). Yesterday git version was fine. Oopsed just while/after
> >> > udev started.
> >>
> >> Hi, thanks for the report. Some musings below.
>
> Can you try this patch?
>
> The theory is that the init section of the module is unloaded before the
> async function gets a chance to run.
Issue seems to be gone with this patch, tried twice (unless I had big luck).
Previously only like 1of 15 runs was successful.
Thanks!
> Thanks,
>
> Vegard
>
>
> diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c
> index b0de631..3c7d894 100644
> --- a/drivers/acpi/battery.c
> +++ b/drivers/acpi/battery.c
> @@ -903,7 +903,7 @@ static struct acpi_driver acpi_battery_driver = {
> },
> };
>
> -static void __init acpi_battery_init_async(void *unused, async_cookie_t
> cookie) +static void acpi_battery_init_async(void *unused, async_cookie_t
> cookie) {
> if (acpi_disabled)
> return;
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
prev parent reply other threads:[~2009-04-07 8:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 10:51 2.6.29, today's git changes, oops at boot, BUG: unable to handle kernel paging request at ffffffffa00f0016 Arkadiusz Miskiewicz
2009-04-07 7:40 ` Vegard Nossum
2009-04-07 7:59 ` Arkadiusz Miskiewicz
2009-04-07 8:28 ` Vegard Nossum
2009-04-07 8:53 ` Arkadiusz Miskiewicz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200904071053.17986.a.miskiewicz@gmail.com \
--to=a.miskiewicz@gmail.com \
--cc=arjan@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vegard.nossum@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox