linux4wilc / driver

DEPRECATED: Updated Linux drivers for the ATWILC1000/ATWILC3000 products are located at https://github.com/linux4microchip/linux/tree/master/drivers/net/wireless/microchip/wilc1000. To simplify development, the legacy Linux4WILC was merged into the Linux4Microchip repo where driver development continues (Please refer latest ATWILC1000/ATWILC 3000 Wi-Fi Link Controller Linux User Guide) Driver code for Microchip ATWILC Wireless Devices (ATWILC1000 & ATWILC3000)
https://www.microchip.com/wwwproducts/en/ATWILC1000
32 stars 19 forks source link

scheduling BUG under linux-3.10.108 #83

Closed mgkiller7 closed 4 years ago

mgkiller7 commented 4 years ago

[151201.040000] BUG: scheduling while atomic: wpa_supplicant/1005/0x00000202 [151201.040000] Modules linked in: wilc_sdio(C) [151201.050000] CPU: 0 PID: 1005 Comm: wpa_supplicant Tainted: G WC 3.10.108 #62 [151201.050000] Backtrace: [151201.060000] [] (dump_backtrace+0x0/0x104) from [] (show_stack+0x18/0x1c) [151201.070000] r7:c1985178 r6:c152e000 r5:c1985178 r4:00000000 [151201.070000] [] (show_stack+0x0/0x1c) from [] (dump_stack+0x20/0x28) [151201.080000] [] (dump_stack+0x0/0x28) from [] (schedule_bug+0x48/0x60) [151201.090000] [] (__schedule_bug+0x0/0x60) from [] (schedule+0x60/0x3d0) [151201.100000] r5:c1985178 r4:c38d9b80 [151201.100000] [] (schedule+0x0/0x3d0) from [] (schedule+0x88/0x8c) [151201.110000] [] (schedule+0x0/0x8c) from [] (schedule_timeout+0x14c/0x170) [151201.120000] [] (schedule_timeout+0x0/0x170) from [] (wait_for_common+0x100/0x1a4) [151201.130000] [] (wait_for_common+0x0/0x1a4) from [] (wait_for_completion_timeout+0x14/0x18) [151201.140000] r9:c152fd94 r8:00000008 r7:c37b4368 r6:c39023c0 r5:00000008 r4:c37b42c0 [151201.140000] [] (wait_for_completion_timeout+0x0/0x18) from [] (cfg_set+0x100/0x144 [wilc_sdio]) [151201.150000] [] (cfg_set+0x0/0x144 [wilc_sdio]) from [] (wilc_send_config_pkt+0x1d8/0x240 [wilc_sdio]) [151201.160000] r9:bf018400 r8:00000001 r7:00000001 r6:c39023c0 r5:00000000 r4:c152fd98 [151201.160000] [] (wilc_send_config_pkt+0x0/0x240 [wilc_sdio]) from [] (wilc_frame_register+0x94/0x114 [wilc_sdio]) [151201.170000] [] (wilc_frame_register+0x0/0x114 [wilc_sdio]) from [] (wilc_mgmt_frame_register+0xc0/0xd4 [wilc_sdio]) [151201.180000] r6:00000000 r5:000000d0 r4:c3902000 [151201.180000] [] (wilc_mgmt_frame_register+0x0/0xd4 [wilc_sdio]) from [] (cfg80211_mlme_unregister_socket+0xc4/0xf0) [151201.190000] r8:c39033c0 r7:008003ed r6:c39033a8 r5:c37b4140 r4:c152bf40 [151201.190000] [] (cfg80211_mlme_unregister_socket+0x0/0xf0) from [] (nl80211_netlink_notify+0xf4/0x10c) [151201.200000] [] (nl80211_netlink_notify+0x0/0x10c) from [] (notifier_call_chain+0x4c/0x70) [151201.210000] [] (notifier_call_chain+0x0/0x70) from [] (atomic_notifier_call_chain+0x40/0x54) [151201.220000] r9:c3cb65a0 r8:00000008 r7:ffffffff r6:c152fecc r5:00000001 r4:c19c64fc [151201.230000] [] (__atomic_notifier_call_chain+0x0/0x54) from [] (atomic_notifier_call_chain+0x20/0x28) [151201.240000] r7:c3cb65a0 r6:c3cb6580 r5:00000000 r4:c156b400 [151201.250000] [] (atomic_notifier_call_chain+0x0/0x28) from [] (netlink_release+0x148/0x284) [151201.260000] [] (netlink_release+0x0/0x284) from [] (sock_release+0x28/0xa8) [151201.270000] r6:c3825470 r5:00000000 r4:c3cb6580 [151201.270000] [] (sock_release+0x0/0xa8) from [] (sock_close+0x14/0x1c) [151201.280000] r5:c3cb34c8 r4:c141df00 [151201.280000] [] (sock_close+0x0/0x1c) from [] (fput+0xfc/0x224) [151201.290000] [] (fput+0x0/0x224) from [] (fput+0x10/0x14) [151201.300000] [] (fput+0x0/0x14) from [] (task_work_run+0x90/0xac) [151201.310000] [] (task_work_run+0x0/0xac) from [] (do_work_pending+0xbc/0xc0) [151201.320000] r7:00000006 r6:c152ffb0 r5:c000e308 r4:c152e000 [151201.320000] [] (do_work_pending+0x0/0xc0) from [] (work_pending+0xc/0x20) [151201.330000] r7:00000006 r6:00000002 r5:000cde70 r4:000cee28 [151201.400000] wilc_sdio mmc0:0001:1 wlan0: INFO [debug_thread] Debug Thread Running [151201.460000] wilc_sdio mmc0:0001:1 wlan0: INFO [wilc_mgmt_frame_register]Frame registering Frame Type: d0: Boolean: 1

AdhamAbozaeid commented 4 years ago

Duplicate of #50