Bug 2744
Summary: | unload "button" module -> "kernel BUG" | ||
---|---|---|---|
Product: | ACPI | Reporter: | David Eriksson (david) |
Component: | Other | Assignee: | Wang, Zhenyu Z (zhenyu.z.wang) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.5 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
David Eriksson
2004-05-21 06:12:34 UTC
Slightly different backtrace with kernel-2.6.6-1.374 due to the "fixed buttons": May 21 16:58:32 zion kernel: ------------[ cut here ]------------ May 21 16:58:32 zion kernel: kernel BUG at fs/proc/generic.c:685! May 21 16:58:32 zion kernel: invalid operand: 0000 [#1] May 21 16:58:32 zion kernel: Modules linked in: snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore parport_pc lp parport autofs4 rfcomm l2cap bluetooth ds yenta_socket pcmcia_core sunrpc orinoco_pci orinoco hermes eepro100 mii microcode sd_mod scsi_mod dm_mod uhci_hcd button battery asus_acpi ac ipv6 ext3 jbd May 21 16:58:32 zion kernel: CPU: 0 May 21 16:58:32 zion kernel: EIP: 0060:[<0219c2e3>] Not tainted May 21 16:58:32 zion kernel: EFLAGS: 00010202 (2.6.6-1.374) May 21 16:58:32 zion kernel: EIP is at remove_proc_entry+0x92/0xe3 May 21 16:58:32 zion kernel: eax: 00000001 ebx: 2284b629 ecx: 00000000 edx: 213e81a4 May 21 16:58:32 zion kernel: esi: 208070b8 edi: 20807230 ebp: 00000005 esp: 02782f3c May 21 16:58:32 zion kernel: ds: 007b es: 007b ss: 0068 May 21 16:58:32 zion kernel: Process rmmod (pid: 3922, threadinfo=02782000 task=0f0fc630) May 21 16:58:32 zion kernel: Stack: 213e81a4 2284b629 21f1b450 21f1b450 00000000 02782000 2284b1f8 20cbf484 May 21 16:58:32 zion kernel: 2284b4eb 2284c100 02334fc0 2284b50b 02136329 00000000 74747562 02006e6f May 21 16:58:32 zion kernel: 00000246 00000000 0ec43648 0edd5b94 f7011000 02150e81 0ec43648 f7012000 May 21 16:58:32 zion kernel: Call Trace: May 21 16:58:32 zion kernel: [<2284b1f8>] acpi_button_remove_fs+0x4d/0x5b [button] May 21 16:58:32 zion kernel: [<2284b4eb>] acpi_button_remove+0x5e/0x6b [button] May 21 16:58:32 zion kernel: [<2284b50b>] acpi_button_exit+0x13/0x41 [button] May 21 16:58:32 zion kernel: [<02136329>] sys_delete_module+0x122/0x162 May 21 16:58:32 zion kernel: [<02150e81>] unmap_vma_list+0xe/0x17 May 21 16:58:32 zion kernel: [<02151395>] do_munmap+0x1dc/0x1e6 May 21 16:58:32 zion kernel: [<021190e8>] do_page_fault+0x0/0x446 May 21 16:58:32 zion kernel: May 21 16:58:32 zion kernel: Code: 0f 0b ad 02 1d e4 2f 02 8b 47 44 85 c0 75 09 89 f8 e8 21 ff did you check latest ACPI tree, we have an update for this issue. Thanks. Pls. apply the updated acpi patch at http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.6/ thanks, -zhen Upstream linux kernel contains patch. -- close |