mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: James Morris <jmorris@redhat.com>
Cc: linux-kernel@vger.kernel.org, linux-acpi@intel.com
Subject: Re: 2.6.10-rc1-mm1
Date: Tue, 26 Oct 2004 23:33:07 -0700	[thread overview]
Message-ID: <20041026233307.53f37a6c.akpm@osdl.org> (raw)
In-Reply-To: <Xine.LNX.4.44.0410270206140.7627-100000@thoron.boston.redhat.com>

James Morris <jmorris@redhat.com> wrote:
>
> I think this was the new ACPI video module being loaded, during boot:
> 

It works OK here.

My guess would be that you died here:

	list_add_tail(&driver->node, &acpi_bus_drivers);

in acpi_bus_register_driver().  Which means that some _other_ acpi driver
structure on that list is scrogged.  Perhaps it was marked __init or
something.

Can you debug it a bit?  Maybe print the addresses and names of the drivers
as they get registered in acpi_bus_register_driver() and also print out
acpi_bus_drivers.prev.  If we can get the name of the offending driver
we'll be able to find the bug.


> Unable to handle kernel paging request at virtual address f881e9c0
>  printing eip:
> *pde = 1ff81067
> *pte = 00000000
> Oops: 0002 [#1]
> PREEMPT SMP 
> Modules linked in: video ac e1000 3c59x mii
> CPU:    2
> EIP:    0060:[<c026337b>]    Not tainted VLI
> EFLAGS: 00010202   (2.6.10-rc1-mm1) 
> EIP is at acpi_bus_register_driver+0x35/0x50
> eax: f881e9c0   ebx: f8835e20   ecx: 00000001   edx: f79e6000
> esi: f8836380   edi: c03a820c   ebp: f79e6f98   esp: f79e6f94
> ds: 007b   es: 007b   ss: 0068
> Process insmod (pid: 2776, threadinfo=f79e6000 task=f79e0550)
> Stack: c03a8230 f79e6fa0 f881502b f79e6fbc c013409b bffffeb7 00000004 0807a018 
>        00000000 00000000 f79e6000 c0105c9d 0807a018 00004861 0807a008 00000000 
>        00000000 bfffc2b8 00000080 0000007b 0000007b 00000080 ffffe410 00000073 
> Call Trace:
>  [<c0106add>] show_stack+0x7a/0x90
>  [<c0106c62>] show_registers+0x156/0x1ce
>  [<c0106e64>] die+0xfb/0x181
>  [<c0114f80>] do_page_fault+0x303/0x62b
>  [<c0106779>] error_code+0x2d/0x38
>  [<f881502b>] acpi_video_init+0x2b/0x4a [video]
>  [<c013409b>] sys_init_module+0x19e/0x295
>  [<c0105c9d>] sysenter_past_esp+0x52/0x71
> Code: 53 89 c3 b8 ed ff ff ff 75 39 85 db b0 ea 74 33 b8 08 b5 3e c0 e8 6d ee 0e 00 a1 8c b5 3e c0 c7 03 88 b5 3e c0 89 
> 1d 8c b5 3e c0 <89> 18 89 43 04 b8 08 b5 3e c0 e8 0b f1 0e 00 89 d8 5b 5d e9 af
> 
> 
> 
> -- 
> James Morris
> <jmorris@redhat.com>

  reply	other threads:[~2004-10-27  6:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-27  4:31 2.6.10-rc1-mm1 Andrew Morton
2004-10-27  5:42 ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27  5:51   ` 2.6.10-rc1-mm1 Andrew Morton
2004-10-27  6:31     ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27  6:07   ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27  6:07 ` 2.6.10-rc1-mm1 James Morris
2004-10-27  6:33   ` Andrew Morton [this message]
2004-10-27  8:14     ` 2.6.10-rc1-mm1 James Morris
2004-10-27  9:20       ` 2.6.10-rc1-mm1 Andrew Morton
2004-10-27 14:52         ` 2.6.10-rc1-mm1 James Morris
2004-10-27 11:11 ` 2.6.10-rc1-mm1: reiser4 delete_from_page_cache compile error Adrian Bunk
2004-10-27 12:13   ` Hugh Dickins
2004-10-27 11:19 ` 2.6.10-rc1-mm1: ipc/mqueue.c: remove unused label Adrian Bunk
2004-10-27 11:32 ` 2.6.10-rc1-mm1 Mathieu Segaud
2004-10-27 14:18   ` 2.6.10-rc1-mm1 Adrian Bunk
2004-10-27 16:42 ` 2.6.10-rc1-mm1 (compile stats) John Cherry
2004-10-27 20:34   ` Andrew Morton
2004-10-28  0:12     ` John Cherry

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=20041026233307.53f37a6c.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jmorris@redhat.com \
    --cc=linux-acpi@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome