Larry Finger
664899786c
rtlwifi: rtl8192cu: Fix schedule while atomic bug splat
When run at debug 3 or higher, rtl8192cu reports a BUG as follows:
BUG: scheduling while atomic: kworker/u:0/5281/0x00000002
INFO: lockdep is turned off.
Modules linked in: rtl8192cu rtl8192c_common rtlwifi fuse af_packet bnep bluetooth b43 mac80211 cfg80211 ipv6 snd_hda_codec_conexant kvm_amd k
vm snd_hda_intel snd_hda_codec bcma rng_core snd_pcm ssb mmc_core snd_seq snd_timer snd_seq_device snd i2c_nforce2 sr_mod pcmcia forcedeth i2c_core soundcore
cdrom sg serio_raw k8temp hwmon joydev ac battery pcmcia_core snd_page_alloc video button wmi autofs4 ext4 mbcache jbd2 crc16 thermal processor scsi_dh_alua
scsi_dh_hp_sw scsi_dh_rdac scsi_dh_emc scsi_dh ata_generic pata_acpi pata_amd [last unloaded: rtlwifi]
Pid: 5281, comm: kworker/u:0 Tainted: G W 3.8.0-wl+ #119
Call Trace:
[<ffffffff814531e7>] __schedule_bug+0x62/0x70
[<ffffffff81459af0>] __schedule+0x730/0xa30
[<ffffffff81326e49>] ? usb_hcd_link_urb_to_ep+0x19/0xa0
[<ffffffff8145a0d4>] schedule+0x24/0x70
[<ffffffff814575ec>] schedule_timeout+0x18c/0x2f0
[<ffffffff81459ec0>] ? wait_for_common+0x40/0x180
[<ffffffff8133f461>] ? ehci_urb_enqueue+0xf1/0xee0
[<ffffffff810a579d>] ? trace_hardirqs_on+0xd/0x10
[<ffffffff81459f65>] wait_for_common+0xe5/0x180
[<ffffffff8107d1c0>] ? try_to_wake_up+0x2d0/0x2d0
[<ffffffff8145a08e>] wait_for_completion_timeout+0xe/0x10
[<ffffffff8132ab1c>] usb_start_wait_urb+0x8c/0x100
[<ffffffff8132adf9>] usb_control_msg+0xd9/0x130
[<ffffffffa057dd8d>] _usb_read_sync+0xcd/0x140 [rtlwifi]
[<ffffffffa057de0e>] _usb_read32_sync+0xe/0x10 [rtlwifi]
[<ffffffffa04b0555>] rtl92cu_update_hal_rate_table+0x1a5/0x1f0 [rtl8192cu]
The cause is a synchronous read from routine rtl92cu_update_hal_rate_table().
The resulting output is not critical, thus the debug statement is
deleted.
Reported-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2013-03-08 15:58:07 -05:00
..
2013-03-02 09:34:39 -08:00
2013-03-03 11:54:39 -08:00
2013-02-24 17:32:15 -08:00
2013-02-27 19:10:24 -08:00
2013-02-27 15:14:02 +05:30
2013-03-01 13:52:03 -05:00
2013-02-28 17:43:09 -08:00
2013-02-21 17:40:58 -08:00
2013-03-05 10:11:41 +10:30
2013-02-27 19:10:24 -08:00
2013-03-03 12:06:09 -08:00
2013-02-27 13:08:35 -05:00
2013-02-25 21:25:17 -08:00
2013-02-21 15:27:22 -08:00
2013-02-25 15:56:15 -08:00
2013-02-27 19:10:15 -08:00
2013-03-03 10:20:22 -08:00
2013-02-28 20:42:33 -08:00
2013-02-21 13:57:13 -08:00
2013-02-27 19:10:15 -08:00
2013-02-27 16:17:42 -08:00
2013-03-02 13:20:21 +00:00
2013-02-27 19:10:24 -08:00
2013-02-26 20:16:07 -08:00
2013-03-01 13:39:00 -08:00
2013-02-27 10:15:53 -08:00
2013-02-20 11:26:56 -08:00
2013-02-27 19:10:20 -08:00
2013-02-26 20:16:07 -08:00
2013-02-22 19:25:09 -08:00
2013-02-21 12:11:44 -08:00
2013-02-27 19:10:24 -08:00
2013-03-03 12:58:43 -08:00
2013-02-26 20:16:07 -08:00
2013-02-21 13:57:13 -08:00
2013-03-03 12:06:09 -08:00
2013-03-05 18:42:29 -08:00
2013-02-26 09:29:02 -08:00
2013-02-26 14:49:12 -08:00
2013-02-23 17:09:55 -08:00
2013-03-05 17:22:08 -08:00
2013-02-28 20:00:40 -08:00
2013-02-27 19:10:23 -08:00
2013-02-27 19:10:17 -08:00
2013-03-02 08:31:39 -08:00
2013-03-03 00:32:50 +00:00
2013-03-02 16:33:54 -08:00
2013-03-08 15:58:07 -05:00
2013-02-18 13:47:13 -05:00
2013-02-21 17:40:58 -08:00
2013-02-22 23:31:38 -05:00
2013-02-26 20:16:07 -08:00
2013-02-21 17:54:03 -08:00
2013-02-27 19:10:24 -08:00
2013-02-21 17:40:58 -08:00
2013-02-21 15:38:49 -08:00
2013-03-03 10:16:19 -08:00
2013-02-26 20:16:07 -08:00
2013-02-27 19:10:18 -08:00
2013-02-27 19:10:23 -08:00
2013-02-26 09:34:29 -08:00
2013-02-19 12:43:12 +00:00
2013-02-27 19:10:18 -08:00
2013-02-27 19:10:18 -08:00
2013-03-01 12:40:36 +01:00
2013-02-28 09:37:12 +01:00
2013-02-26 20:16:07 -08:00
2013-03-02 11:42:16 -08:00
2013-02-21 15:27:22 -08:00
2013-02-22 10:07:30 +01:00
2013-03-03 13:23:03 -08:00
2013-03-02 11:43:27 -08:00
2013-02-28 20:23:09 -08:00
2013-03-05 16:56:27 +11:00
2013-02-27 19:10:19 -08:00
2013-03-03 10:24:57 -08:00
2013-02-27 19:10:19 -08:00
2013-02-26 11:42:23 -08:00
2013-02-27 19:10:09 -08:00
2013-02-26 14:49:12 -08:00
2013-02-28 19:59:34 -08:00
2013-03-01 12:56:26 +01:00
2013-03-03 14:22:53 -08:00
2013-02-22 23:31:31 -05:00
2013-02-21 13:57:13 -08:00
2013-02-23 17:09:55 -08:00