Return-path: Received: from wa-out-1112.google.com ([209.85.146.182]:13878 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752751AbYEKT1B (ORCPT ); Sun, 11 May 2008 15:27:01 -0400 Received: by wa-out-1112.google.com with SMTP id j37so3046097waf.23 for ; Sun, 11 May 2008 12:27:00 -0700 (PDT) Message-ID: <1ba2fa240805111226s6f900015n4144f5411957ef2a@mail.gmail.com> (sfid-20080511_212746_145898_AD6F9590) Date: Sun, 11 May 2008 22:26:59 +0300 From: "Tomas Winkler" To: "Mirco Tischler" Subject: Re: BUG: scheduling while atomic: events/1/10/0x00000002 on linux-next Cc: lkml , "Reinette Chatre" , "Zhu Yi" , linux-wireless , "Johannes Berg" In-Reply-To: <1210524139.17521.5.camel@mtlp.tischlernetz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <1210524139.17521.5.camel@mtlp.tischlernetz> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sun, May 11, 2008 at 7:42 PM, Mirco Tischler wrote: > Hi > > I've got this in my dmesg while testing linux-next: > >> [4299633.075168] wlan0: deauthenticate(reason=3) >> [4299633.097015] BUG: scheduling while atomic: events/1/10/0x00000002 >> [4299633.097030] Pid: 10, comm: events/1 Not tainted 2.6.26-rc1-next-20080509 #80 >> [4299633.097036] >> [4299633.097038] Call Trace: >> [4299633.097070] [] __schedule_bug+0x70/0x75 >> [4299633.097082] [] schedule+0xd7/0x8aa >> [4299633.097094] [] ? _spin_lock_irqsave+0x1d/0x39 >> [4299633.097107] [] ? _spin_unlock_irqrestore+0x17/0x30 >> [4299633.097116] [] ? __mod_timer+0xd5/0xe7 >> [4299633.097129] [] schedule_timeout+0x92/0xb9 >> [4299633.097138] [] ? process_timeout+0x0/0x10 >> [4299633.097146] [] ? schedule_timeout+0x8d/0xb9 >> [4299633.097171] [] :iwlcore:iwl_send_cmd_sync+0x154/0x24b >> [4299633.097183] [] ? autoremove_wake_function+0x0/0x3d >> [4299633.097205] [] :iwlcore:iwl_send_cmd+0x1b/0x1e >> [4299633.097229] [] :iwl4965:iwl4965_send_add_station+0x51/0xb5 >> [4299633.097259] [] :iwl4965:iwl_remove_dynamic_key+0xf3/0x111 >> [4299633.097285] [] :iwl4965:iwl4965_mac_set_key+0x123/0x139 >> [4299633.097294] [] ? _spin_lock+0x1b/0x33 >> [4299633.097303] [] ? __slab_free+0x100/0x38e >> [4299633.097318] [] ieee80211_key_disable_hw_accel+0xd6/0x146 >> [4299633.097332] [] __ieee80211_key_todo+0x1a0/0x212 >> [4299633.097341] [] ? netdev_run_todo+0x23b/0x24a >> [4299633.097353] [] ? key_todo+0x0/0x10 >> [4299633.097362] [] ieee80211_key_todo+0x1a/0x28 >> [4299633.097370] [] key_todo+0xe/0x10 >> [4299633.097379] [] run_workqueue+0x99/0x12b >> [4299633.097391] [] worker_thread+0xe2/0xf3 >> [4299633.097400] [] ? autoremove_wake_function+0x0/0x3d >> [4299633.097410] [] ? worker_thread+0x0/0xf3 >> [4299633.097418] [] kthread+0x4e/0x7b >> [4299633.097428] [] child_rip+0xa/0x12 >> [4299633.097444] [] ? kthread+0x0/0x7b >> [4299633.097452] [] ? child_rip+0x0/0x12 >> [4299633.097459] >> [4299634.116094] wlan0: RX deauthentication from 00:0f:b5:cf:6e:68 (reason=7) >> [4299634.116094] wlan0: deauthenticated > > I didn't see this on 2.6.26-rc1. > This happens everytime I reconnect my wlan, i.e. when I click on the > essid in the gnome-applet. I attach my config and the hole dmesg output. > My hardware is a Intel Santa Rosa Notebook with 4965agn chip. > What exact git tree is this? iwlcore:iwl_send_cmd_sync+0x154/0x24b waits for event so something has changed in mac80211. Need to see the code. Thanks Tomas