Kernel panic while loading Intel module while resuming from suspend/hibernate

Bug #118883 reported by Scott Robinson
4
Affects Status Importance Assigned to Milestone
linux-source-2.6.20 (Ubuntu)
Won't Fix
High
Unassigned
linux-source-2.6.22 (Ubuntu)
Invalid
High
Unassigned

Bug Description

Binary package hint: linux-image-2.6.20-16-generic

This kernel OOPS occurred when returning from a suspend.

[503624.260000] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
[503625.000000] BUG: unable to handle kernel paging request at virtual address 00100100
[503625.000000] printing eip:
[503625.000000] f89caa67
[503625.000000] *pde = 00000000
[503625.000000] Oops: 0000 [#1]
[503625.000000] SMP
[503625.000000] Modules linked in: ipw3945 ieee80211 sky2 battery ac thermal fan button tun sha1 ppp_mppe ppp_async crc_ccitt ppp_generic slhc nls_iso8859_1 nls_cp437 vfat fat mmc_block tifm_sd mmc_core snd_rtctimer arc4 ecb blkcipher ieee80211_crypt_wep ieee80211_crypt af_packet binfmt_misc rfcomm l2cap bluetooth ipv6 ppdev i915 drm acpi_cpufreq cpufreq_userspace cpufreq_stats cpufreq_ondemand cpufreq_conservative cpufreq_powersave freq_table pcc_acpi tc1100_wmi dev_acpi sony_acpi sbs dock i2c_ec i2c_core video asus_acpi backlight container sbp2 parport_pc lp parport fuse joydev snd_hda_intel snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm pcmcia snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd serio_raw soundcore shpchp pci_hotplug yenta_socket rsrc_nonstatic pcmcia_core psmouse tifm_7xx1 tifm_core snd_page_alloc intel_agp agpgart iTCO_wdt iTCO_vendor_support evdev tsdev ext3 jbd mbcache sg sd_mod ide_cd cdrom piix generic ohci1394 ehci_hcd ieee1394 ahci ata_generic libata scsi_mod uhci_hcd usbcore processor fbcon tileblit font bitblit softcursor vesafb capability commoncap
[503625.000000] CPU: 1
[503625.000000] EIP: 0060:[<f89caa67>] Not tainted VLI
[503625.000000] EFLAGS: 00010206 (2.6.20-16-generic #2)
[503625.000000] EIP is at evdev_disconnect+0xa7/0xd0 [evdev]
[503625.000000] eax: f7e27c08 ebx: 000ffcf0 ecx: 00000000 edx: 0000001d
[503625.000000] esi: f723bc90 edi: e6ec0800 ebp: e6ec0ecc esp: f7d6ff14
[503625.000000] ds: 007b es: 007b ss: 0068
[503625.000000] Process modprobe (pid: 22660, ti=f7d6e000 task=df825030 task.ti=f7d6e000)
[503625.000000] Stack: 00000000 f723bbf8 e6ec0ecc c0251d10 00000000 e6ec0ecc e77768c0 df8c6000
[503625.000000] df8cbc20 f7d6e000 f8e380b7 df8c6000 f8e39ac0 c0228ceb f8e39c00 00000000
[503625.000000] 0804f0f8 f8e3871e c0145dca 74747562 c4006e6f c0166d51 b7ef5000 f576cac0
[503625.000000] Call Trace:
[503625.000000] [<c0251d10>] input_unregister_device+0xb0/0x160
[503625.000000] [<f8e380b7>] acpi_button_remove+0x28/0x3b [button]
[503625.000000] [<c0228ceb>] acpi_bus_unregister_driver+0x3b/0xa1
[503625.000000] [<f8e3871e>] acpi_button_exit+0xa/0x65 [button]
[503625.000000] [<c0145dca>] sys_delete_module+0x12a/0x190
[503625.000000] [<c0166d51>] remove_vma+0x41/0x50
[503625.000000] [<c01677c6>] do_munmap+0x186/0x1e0
[503625.000000] [<c01031f0>] sysenter_past_esp+0x69/0xa9
[503625.000000] [<c02e0033>] xfrm_state_find+0x3f3/0x570
[503625.000000] =======================
[503625.000000] Code: 8d 83 10 04 00 00 39 f0 74 35 8d 83 08 04 00 00 b9 06 00 02 00 ba 1d 00 00 00 e8 f5 72 7b c7 8b 9b 10 04 00 00 81 eb 10 04 00 00 <8b> 83 10 04 00 00 0f 18 00 90 8d 83 10 04 00 00 39 f0 75 cb 83
[503625.000000] EIP: [<f89caa67>] evdev_disconnect+0xa7/0xd0 [evdev] SS:ESP 0068:f7d6ff14
[503625.000000] <6>ipw3945: Detected geography ABG (11 802.11bg channels, 13 802.11a channels)

Tags: kernel-oops
Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Thanks for taking the time to report this bug. Unfortunately we can't fix it, because your description doesn't yet have enough information.

Please include the following additional information, if you have not already done so (please pay attention to lspci's additional options), as required by the Ubuntu Kernel Team:
1. Please include the output of the command "uname -a" in your next response. It should be one, long line of text which includes the exact kernel version you're running, as well as the CPU architecture.
2. Please run the command "dmesg > dmesg.log" and attach the resulting file "dmesg.log" to this bug report.
3. Please run the command "lspci -vvnn > lspci-vvnn.log" and attach the resulting file "lspci-vvnn.log" to this bug report.

For your reference, the full description of procedures for kernel-related bug reports is available at [WWW] http://wiki.ubuntu.com/KernelTeamBugPolicies. Thanks in advance!

Changed in linux-source-2.6.20:
importance: Undecided → High
status: Unconfirmed → Needs Info
Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Any news on this ?

Revision history for this message
tavella (tony-avella) wrote :

I am experiencing the same issue with my Dell M1210 laptop. I kernel panic upon return from Suspend or Hibernate with ipw3945 appearing to be the cause. As requested per above, here is the information about my system:

Linux Mach5 2.6.22-9-generic #1 SMP Fri Aug 3 00:20:35 GMT 2007 x86_64 GNU/Linux

Files attached:

dmesg.log
lspci-vvnn.log

Revision history for this message
tavella (tony-avella) wrote :

lspci-vvnn.log

Revision history for this message
tavella (tony-avella) wrote :

I apologize that I keep posting, I neglected to mention that I am using Gutsy updated from Feisty via apt-get.

Revision history for this message
tavella (tony-avella) wrote :

I am updating my comments to add additional information. When I attempt to restore the PC from hibernate or suspend, everything comes back like normal, but the caps lock and num lock LED's are flashing and the wireless functionality is useless until I reboot the PC. I have tried to rmmod ipw3945 prior to susepending/hibernating, but I get an error stating that that module is currently in use. I have tried killing the ipw3945d processes, turning off the switch on my pc to turn off and none of these things helped. Any assistance with this matter would be greatly appreciated as this issue makes it difficult to use this on my Dell M1210 laptop as a work/home pc.

Changed in linux-source-2.6.20:
status: Incomplete → Invalid
status: Invalid → New
Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Thank you, I'm marking this as triaged and assigning to the kernel team.

Changed in linux-source-2.6.22:
assignee: nobody → ubuntu-kernel-team
importance: Undecided → High
status: New → Triaged
Revision history for this message
tavella (tony-avella) wrote :

I neglected to add that only one of my CPU cores returns as active after coming back from hibernate/suspend.

Revision history for this message
tavella (tony-avella) wrote :

I have tried Tribe 5 of Gutsy Gibon and suspend and hibernate works PERFECTLY. This issue has been resolved on my Dell M1210 x64 Kubuntu installation.

Revision history for this message
Amit Kucheria (amitk) wrote :

Resolved with Gutsy kernel according to Tavella

Changed in linux-source-2.6.22:
assignee: ubuntu-kernel-team → nobody
status: Triaged → Invalid
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

This bug does not meet the criteria for a stable release update and is being marked as Won't Fix for the kernel version the bug was initially submitted against. You can learn more about the stable release update process at https://wiki.ubuntu.com/StableReleaseUpdates .

Changed in linux-source-2.6.20:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.