Bug 15981
Summary: | WARNING: at /home/kernel-ppa/mainline/build/net/wireless/mlme.c:341 cfg80211_send_assoc_timeout+0xa1/0x150 [cfg80211]() | ||
---|---|---|---|
Product: | Networking | Reporter: | Cristian Aravena Romero (caravena) |
Component: | Wireless | Assignee: | networking_wireless (networking_wireless) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | normal | CC: | johannes, linville, v |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
$lspci -vv
$dmesg_2.6.34-020634rc7-generic.log $dmesg_2.6.35-020635rc1-generic.log |
Description
Cristian Aravena Romero
2010-05-16 00:36:23 UTC
Created attachment 26391 [details]
$lspci -vv
Created attachment 26392 [details]
$dmesg_2.6.34-020634rc7-generic.log
See bug #15794 Looks like we are timing-out on an association w/ a BSS with which we are not (any longer?) authenticated? I use WPA for authentication Hm. I thought this was fixed by 79733a865c7fd778ce45e3503962b3a875b0a153 but maybe not? Ah, well -- that commit isn't in 2.6.34-rc7. Cristian, can you recreate with 2.6.34 (or later)? *** Bug 16110 has been marked as a duplicate of this bug. *** Created attachment 26662 [details]
$dmesg_2.6.35-020635rc1-generic.log
[ 2742.786426] ------------[ cut here ]------------
[ 2742.786453] WARNING: at /home/kernel-ppa/mainline/build/net/wireless/mlme.c:341 cfg80211_send_assoc_timeout+0x9f/0x150 [cfg80211]()
[ 2742.786456] Hardware name: VGN-NS130FE
[ 2742.786458] Modules linked in: binfmt_misc ppdev snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss arc4 snd_pcm snd_seq_dummy snd_seq_oss joydev snd_seq_midi snd_rawmidi snd_seq_midi_event ath9k snd_seq ath9k_common snd_timer snd_seq_device snd ath9k_hw ath soundcore sdhci_pci mac80211 sdhci snd_page_alloc cfg80211 uvcvideo videodev v4l1_compat led_class psmouse serio_raw sony_laptop lp parport fbcon tileblit font bitblit softcursor i915 drm_kms_helper drm ohci1394 ahci ieee1394 sky2 libahci i2c_algo_bit intel_agp agpgart video output
[ 2742.786506] Pid: 952, comm: phy0 Not tainted 2.6.35-020635rc1-generic #020635rc1
[ 2742.786508] Call Trace:
[ 2742.786520] [<f8bca8bf>] ? cfg80211_send_assoc_timeout+0x9f/0x150 [cfg80211]
[ 2742.786526] [<c014ee61>] warn_slowpath_common+0x81/0xa0
[ 2742.786537] [<f8bca8bf>] ? cfg80211_send_assoc_timeout+0x9f/0x150 [cfg80211]
[ 2742.786541] [<c014eea2>] warn_slowpath_null+0x22/0x30
[ 2742.786552] [<f8bca8bf>] cfg80211_send_assoc_timeout+0x9f/0x150 [cfg80211]
[ 2742.786567] [<f8c38836>] ieee80211_assoc_done+0x66/0xa0 [mac80211]
[ 2742.786580] [<f8c3a3fc>] ieee80211_work_work+0x1ec/0x340 [mac80211]
[ 2742.786584] [<c0165819>] run_workqueue+0x89/0x150
[ 2742.786596] [<f8c3a210>] ? ieee80211_work_work+0x0/0x340 [mac80211]
[ 2742.786600] [<c0165fa7>] worker_thread+0x77/0xd0
[ 2742.786603] [<c0169c70>] ? autoremove_wake_function+0x0/0x40
[ 2742.786607] [<c0165f30>] ? worker_thread+0x0/0xd0
[ 2742.786610] [<c01699d4>] kthread+0x74/0x80
[ 2742.786613] [<c0169960>] ? kthread+0x0/0x80
[ 2742.786617] [<c0103306>] kernel_thread_helper+0x6/0x10
[ 2742.786619] ---[ end trace cda108d0761e7f98 ]---
I guess 79733a865c didn't fix it afterall, although I agree that it seems like it should have done so... Johannes, any other ideas? Johannes, ping? Err, sorry, no more ideas really. Does this issue persist with 2.6.37 or later kernels? Not message in kernel 2.6.37 =) |