* [2.6.6] Oops when unloading processor module
@ 2004-06-04 23:28 Wichert Akkerman
[not found] ` <20040604232817.GA11305-5HFq4VzZ2RFeoWH0uzbU5w@public.gmane.org>
2004-06-05 1:34 ` Herbert Xu
0 siblings, 2 replies; 3+ messages in thread
From: Wichert Akkerman @ 2004-06-04 23:28 UTC (permalink / raw)
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6.6] Oops when unloading processor module
[not found] ` <20040604232817.GA11305-5HFq4VzZ2RFeoWH0uzbU5w@public.gmane.org>
@ 2004-06-04 23:40 ` Luca Capello
0 siblings, 0 replies; 3+ messages in thread
From: Luca Capello @ 2004-06-04 23:40 UTC (permalink / raw)
To: ML ACPI-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
on 06/05/2004 01:28 AM, Wichert Akkerman wrote:
> 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.
problem already reported in the 'acpi-devel' mailing-list
http://sourceforge.net/mailarchive/message.php?msg_id=7591209
http://sourceforge.net/mailarchive/message.php?msg_id=8493052
ATM it's still not solved in 2.6.6 (with no other ACPI patches) and it
still happens on my ASUS M6842NWH.
Thx, bye,
Gismo / Luca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org
iD8DBQFAwQheVAp7Xm10JmkRAmyQAJ4wjSDIvI70hKRmD4bGbXpepvjEpQCeKedD
ZFlnqf6q6z2yYFxopQQStIY=
=3CeK
-----END PGP SIGNATURE-----
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6.6] Oops when unloading processor module
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-05 1:34 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2004-06-05 1:34 UTC (permalink / raw)
To: Wichert Akkerman; +Cc: linux-kernel, acpi-devel
Wichert Akkerman <wichert@wiggy.net> wrote:
> 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
This has been fixed in 2.6.7-rc2 already.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-05 1:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox