All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wichert Akkerman <wichert-5HFq4VzZ2RFeoWH0uzbU5w@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [2.6.6] Oops when unloading processor module
Date: Sat, 5 Jun 2004 01:28:17 +0200	[thread overview]
Message-ID: <20040604232817.GA11305@wiggy.net> (raw)

Since the IWP2100 driver has some issues with the acpi processor
module entering C3 I tried to unload the processor module which
resulted in the oops below.


Badness in remove_proc_entry at fs/proc/generic.c:685
Call Trace:
 [<c017d66a>] remove_proc_entry+0x10a/0x150
 [<e08e5f0e>] acpi_thermal_remove_fs+0x1d/0x2d [thermal]
 [<e08e61a7>] acpi_thermal_remove+0x77/0x80 [thermal]
 [<c01eab6d>] acpi_driver_detach+0x39/0x7c
 [<c01eac21>] acpi_bus_unregister_driver+0x12/0x51
 [<e08e61ba>] acpi_thermal_exit+0xa/0x1e [thermal]
 [<c012bf10>] sys_delete_module+0x150/0x1a0
 [<c0142faa>] do_munmap+0x14a/0x190
 [<c010411b>] syscall_call+0x7/0xb

Unable to handle kernel paging request at virtual address e08c628c
 printing eip:
e08c628c
*pde = 0146e067
*pte = 00000000
Oops: 0000 [#1]
PREEMPT 
CPU:    0
EIP:    0060:[<e08c628c>]    Not tainted
EFLAGS: 00010282   (2.6.6) 
EIP is at 0xe08c628c
eax: 00000000   ebx: 002e8456   ecx: 00000008   edx: 00000000
esi: df52e8f8   edi: 002e7f16   ebp: df52e800   esp: c03fbfbc
ds: 007b   es: 007b   ss: 0068
Process swapper (pid: 0, threadinfo=c03fa000 task=c0380a40)
Stack: 00099100 00000000 c03fa000 00099100 c0422c80 0046d007 c01020e4 c03fa000 
       c03fc73f c0380a40 00000000 c0419e50 00000018 c03fc490 c0422a80 00000816 
       c010019f 
Call Trace:
 [<c01020e4>] cpu_idle+0x34/0x40
 [<c03fc73f>] start_kernel+0x15f/0x180
 [<c03fc490>] unknown_bootoption+0x0/0x120

Code:  Bad EIP value.
 <0>Kernel panic: Attempted to kill the idle task!
In idle task - not syncing


-- 
Wichert Akkerman <wichert-5HFq4VzZ2RFeoWH0uzbU5w@public.gmane.org>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504

WARNING: multiple messages have this Message-ID (diff)
From: Wichert Akkerman <wichert@wiggy.net>
To: linux-kernel@vger.kernel.org
Cc: acpi-devel@lists.sourceforge.net
Subject: [2.6.6] Oops when unloading processor module
Date: Sat, 5 Jun 2004 01:28:17 +0200	[thread overview]
Message-ID: <20040604232817.GA11305@wiggy.net> (raw)

Since the IWP2100 driver has some issues with the acpi processor
module entering C3 I tried to unload the processor module which
resulted in the oops below.


Badness in remove_proc_entry at fs/proc/generic.c:685
Call Trace:
 [<c017d66a>] remove_proc_entry+0x10a/0x150
 [<e08e5f0e>] acpi_thermal_remove_fs+0x1d/0x2d [thermal]
 [<e08e61a7>] acpi_thermal_remove+0x77/0x80 [thermal]
 [<c01eab6d>] acpi_driver_detach+0x39/0x7c
 [<c01eac21>] acpi_bus_unregister_driver+0x12/0x51
 [<e08e61ba>] acpi_thermal_exit+0xa/0x1e [thermal]
 [<c012bf10>] sys_delete_module+0x150/0x1a0
 [<c0142faa>] do_munmap+0x14a/0x190
 [<c010411b>] syscall_call+0x7/0xb

Unable to handle kernel paging request at virtual address e08c628c
 printing eip:
e08c628c
*pde = 0146e067
*pte = 00000000
Oops: 0000 [#1]
PREEMPT 
CPU:    0
EIP:    0060:[<e08c628c>]    Not tainted
EFLAGS: 00010282   (2.6.6) 
EIP is at 0xe08c628c
eax: 00000000   ebx: 002e8456   ecx: 00000008   edx: 00000000
esi: df52e8f8   edi: 002e7f16   ebp: df52e800   esp: c03fbfbc
ds: 007b   es: 007b   ss: 0068
Process swapper (pid: 0, threadinfo=c03fa000 task=c0380a40)
Stack: 00099100 00000000 c03fa000 00099100 c0422c80 0046d007 c01020e4 c03fa000 
       c03fc73f c0380a40 00000000 c0419e50 00000018 c03fc490 c0422a80 00000816 
       c010019f 
Call Trace:
 [<c01020e4>] cpu_idle+0x34/0x40
 [<c03fc73f>] start_kernel+0x15f/0x180
 [<c03fc490>] unknown_bootoption+0x0/0x120

Code:  Bad EIP value.
 <0>Kernel panic: Attempted to kill the idle task!
In idle task - not syncing


-- 
Wichert Akkerman <wichert@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

             reply	other threads:[~2004-06-04 23:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-04 23:28 Wichert Akkerman [this message]
2004-06-04 23:28 ` [2.6.6] Oops when unloading processor module Wichert Akkerman
     [not found] ` <20040604232817.GA11305-5HFq4VzZ2RFeoWH0uzbU5w@public.gmane.org>
2004-06-04 23:40   ` Luca Capello
2004-06-05  1:34 ` Herbert Xu
2004-06-05  1:34   ` Herbert Xu

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=20040604232817.GA11305@wiggy.net \
    --to=wichert-5hfq4vzz2rfeowh0uzbu5w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.