Bug 7121
Summary: | EIP is at dv1394_remove_host+0x17/0xad [dv1394] | ||
---|---|---|---|
Product: | Drivers | Reporter: | Miles Lane (miles.lane) |
Component: | IEEE1394 | Assignee: | Stefan Richter (stefanr) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | stefanr |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | all | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | ieee1394: dv1394: fix CardBus card ejection |
Description
Miles Lane
2006-09-08 00:46:45 UTC
It's obviously a long-standing issue. Cf. 2.6.4's bug 2228. Did this happen even though no transmissions were captured from the camera before? Would it also happen with all FireWire drivers including dv1394 loaded but no camera connected? I will test with the latest kernel code and let you know. It may take a few days for me to get to this. Thanks. Does also happen with 2.6.19 + IEEE 1394 drivers equivalent to 2.6.20-rc2. pccard: card ejected from slot 0 ieee1394: Node removed: ID:BUS[1-00:1023] GUID[00d0f5200800613d] BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000 printing eip: f8dc7980 *pde = 00000000 Oops: 0000 [#1] PREEMPT SMP Modules linked in: dv1394 nfsd exportfs nfs lockd sunrpc ohci1394 ieee1394 fw_core yenta_socket rsrc_nonstatic pcmcia_core nvidia(P) snd_via82xx snd_ac97_codec snd_ac97_bus snd_pcm snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi snd lp af_packet 8139too mii loop via_agp agpgart uhci_hcd CPU: 0 EIP: 0060:[<f8dc7980>] Tainted: P VLI EFLAGS: 00010296 (2.6.19 #2) EIP is at dv1394_remove_host+0x20/0xe0 [dv1394] eax: f8d6c400 ebx: 00000001 ecx: 00000000 edx: f8dc9220 esi: 00000000 edi: f8dc7de6 ebp: f5be9db4 esp: f5be9d9c ds: 007b es: 007b ss: 0068 Process pccardd (pid: 5801, ti=f5be8000 task=f5ace150 task.ti=f5be8000) Stack: f5be9db4 f8d59f66 f5bd1400 f8dc9220 f4e2e000 f4e2e000 f5be9dd8 f8d5a1fc f4e2e000 f4e2e000 00000000 00000282 f8dc9220 f4e2e000 f65c0254 f5be9df4 f8d5ab56 f8dc9220 f4e2e000 00000000 f4e2e000 f4e2e0c4 f5be9e04 f8d59c63 Call Trace: [<c010403f>] show_trace_log_lvl+0x2f/0x50 [<c0104127>] show_stack_log_lvl+0x97/0xc0 [<c0104382>] show_registers+0x1c2/0x270 [<c0104629>] die+0x129/0x220 [<c011492a>] do_page_fault+0x3ca/0x650 [<c02e37e1>] error_code+0x39/0x40 [<f8d5a1fc>] __unregister_host+0x8c/0xd0 [ieee1394] [<f8d5ab56>] highlevel_remove_host+0x36/0x60 [ieee1394] [<f8d59c63>] hpsb_remove_host+0x43/0x70 [ieee1394] [<f8d4ffb8>] ohci1394_pci_remove+0x68/0x240 [ohci1394] [<c01ff836>] pci_device_remove+0x46/0x50 [<c023bb83>] __device_release_driver+0xa3/0xc0 [<c023bbda>] device_release_driver+0x3a/0x60 [<c023ae29>] bus_remove_device+0x89/0xc0 [<c02395e5>] device_del+0x75/0x200 [<c0239782>] device_unregister+0x12/0x20 [<c01fc65b>] pci_stop_dev+0x3b/0x70 [<c01fc6a2>] pci_destroy_dev+0x12/0x70 [<c01fc7ae>] pci_remove_bus_device+0x1e/0x50 [<c01fc80b>] pci_remove_behind_bridge+0x2b/0x40 [<f8d1ac84>] cb_free+0x24/0x60 [pcmcia_core] [<f8d16936>] socket_shutdown+0x86/0x130 [pcmcia_core] [<f8d16eb8>] socket_remove+0x28/0x30 [pcmcia_core] [<f8d16f2a>] socket_detect_change+0x6a/0x80 [pcmcia_core] [<f8d170cd>] pccardd+0x18d/0x220 [pcmcia_core] [<c0133f8b>] kthread+0xbb/0xf0 [<c0103e1f>] kernel_thread_helper+0x7/0x18 ======================= Code: 5b c9 c3 90 8d b4 26 00 00 00 00 55 89 e5 57 bf e6 7d dc f8 56 53 83 ec 0c 8b 45 08 8b 98 b8 00 00 00 8b 80 bc 00 00 00 8b 70 04 <ac> ae 75 08 84 c0 75 f8 31 c0 eb 04 19 c0 0c 01 85 c0 74 3c 83 EIP: [<f8dc7980>] dv1394_remove_host+0x20/0xe0 [dv1394] SS:ESP 0068:f5be9d9c Created attachment 10201 [details] ieee1394: dv1394: fix CardBus card ejection posted at http://thread.gmane.org/gmane.linux.kernel/486738/focus=486844 Patch committed to linux1394-2.6.git, will send it to Linus after 2.6.20 was released, i.e. for 2.6.21-rc1. Please reopen this bug entry if dv1394 is still causing trouble on card ejection. |