* carl9170 crash
@ 2019-05-01 2:46 tedheadster
2019-05-01 7:19 ` Kalle Valo
0 siblings, 1 reply; 5+ messages in thread
From: tedheadster @ 2019-05-01 2:46 UTC (permalink / raw)
To: Christian Lamparter, linux-wireless
Christian,
I am getting this crash for the carl9170 in recent kernels, though I
have not yet bisected it. It hangs the networking system completely
(ifconfig -a never returns) and it prevents a reboot. I have to use
sysrq-b to 'cleanly' reboot the system.
I can apply and test any patches.
usbcore: registered new interface driver carl9170
usb 1-1: driver API: 1.9.9 2016-02-15 [1-1]
usb 1-1: firmware API: 1.9.6 2012-07-07
ath: EEPROM regdomain: 0x3a
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: BM
ath: Regpair used: 0x3a
PREEMPT
CPU: 0 PID: 44 Comm: kworker/0:2 Not tainted 5.1.0-rc7.pentiumii-laptop #1446
Workqueue: events request_firmware_work_func
EIP: nl80211_send_wiphy+0x558/0x1a58 [cfg80211]
Code: 0f 85 73 02 00 00 80 7f 16 00 75 0c 80 7f 2c 00 0f 84 a4 00 00
00 eb 6a 8d 47 19 ba 03 00 00 00 50 b9 10 00 00 00 8b 75 bc c9 <f0> e8
2a ae 81 f8 5a cd c0 0f 85 5d 14 00 00 4d b7 4f 14 ba 04 00
EAX: c891205d EBX: c4a76000 ECX: 00000010 EDX: 00000003
ESI: c76fa5a0 EDI: c8912044 EBP: c036de14 ESP: c036ddd4
DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 EFLAGS: 00010202
CR0: 80050033 CR2: b716c540 CR3: 07618000 CR4: 00000290
Call Trace:
? nl80211_notify_wiphy+0x52/0x84 [cfg80211]
wiphy_register+0x303/0x624 [cfg80211]
? ieee80211_register_hw+0x325/0x94a [mac80211]
? __kmalloc+0x8c/0x9c
? ieee80211_cs_list_valid+0xb/0x31 [mac80211]
ieee80211_register_hw+0x68f/0x94a [mac80211]
? ath_reg_apply_radar_flags.isra.4+0xb/0x62 [ath]
? ath_reg_apply_world_flags+0xa/0xba [ath]
? ath_regd_init+0xd8/0xec [ath]
? carl9170_op_bss_info_changed+0x16a/0x16a [carl9170]
carl9170_register+0x1f5/0x36d [carl9170]
? carl9170_register+0x1f5/0x36d [carl9170]
carl9170_usb_firmware_step2+0x226/0x251 [carl9170]
request_firmware_work_func+0x2a/0x51
process_one_work+0x134/0x260
worker_thread+0x18b/0x24a
kthread+0xcd/0xcf
? cancel_delayed_work_sync+0x14/0x14
? kthread_create_worker_on_cpu+0x1c/0x1c
ret_from_fork+0x19/0x24
Modules linked in: carl9170 mac80211 ath cfg80211 r8169 realtek libphy
rfkill uhci_hcd ehci_pci ehci_hcd pcmcia usbcore i2c_piix4 i2c_core
usb_common yenta_socket pcmcia_rsrc pcmcia_core autofs4
---[ end trace dbf0bc816dabbb51 ]---
EIP: nl80211_send_wiphy+0x558/0x1a58 [cfg80211]
Code: 0f 85 73 02 00 00 80 7f 16 00 75 0c 80 7f 2c 00 0f 84 a4 00 00
00 eb 6a 8d 47 19 ba 03 00 00 00 50 b9 10 00 00 00 8b 75 bc c9 <f0> e8
2a ae 81 f8 5a cd c0 0f 85 5d 14 00 00 4d b7 4f 14 ba 04 00
EAX: c891205d EBX: c4a76000 ECX: 00000010 EDX: 00000003
ESI: c76fa5a0 EDI: c8912044 EBP: c036de14 ESP: c15b02b8
DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 EFLAGS: 00010202
CR0: 80050033 CR2: b7271500 CR3: 0770f000 CR4: 00000290
r8169 0000:06:00.0 enp6s0: Link is Up - 1Gbps/Full - flow control rx/tx
- Matthew Whitehead
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: carl9170 crash
2019-05-01 2:46 carl9170 crash tedheadster
@ 2019-05-01 7:19 ` Kalle Valo
2019-05-01 14:10 ` tedheadster
2019-05-02 14:03 ` tedheadster
0 siblings, 2 replies; 5+ messages in thread
From: Kalle Valo @ 2019-05-01 7:19 UTC (permalink / raw)
To: whiteheadm; +Cc: Christian Lamparter, linux-wireless
tedheadster <tedheadster@gmail.com> writes:
> I am getting this crash for the carl9170 in recent kernels, though I
> have not yet bisected it. It hangs the networking system completely
> (ifconfig -a never returns) and it prevents a reboot. I have to use
> sysrq-b to 'cleanly' reboot the system.
>
> I can apply and test any patches.
What was the last working version?
--
Kalle Valo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: carl9170 crash
2019-05-01 7:19 ` Kalle Valo
@ 2019-05-01 14:10 ` tedheadster
2019-05-02 14:03 ` tedheadster
1 sibling, 0 replies; 5+ messages in thread
From: tedheadster @ 2019-05-01 14:10 UTC (permalink / raw)
To: Kalle Valo; +Cc: Matthew Whitehead, Christian Lamparter, linux-wireless
Kalle,
On Wed, May 1, 2019 at 3:20 AM Kalle Valo <kvalo@codeaurora.org> wrote:
> What was the last working version?
It worked perfectly in 4.14.110.
The next version I have to test is 4.18.20 where I first noticed
problems with loading regulatory.db, but the driver still worked. The
same for 4.19.33, 4.20.17, and 5.0.6:
# journalctl -b | egrep "cfg80211|regulatory|firmware"
May 01 09:38:15 pentiumii-laptop kernel: platform regulatory.0: Direct
firmware load for regulatory.db failed with error -2
May 01 09:38:15 pentiumii-laptop kernel: platform regulatory.0:
Falling back to syfs fallback for: regulatory.db
May 01 09:38:15 pentiumii-laptop kernel: usb 1-1: firmware API: 1.9.6 2012-07-07
May 01 09:39:23 pentiumii-laptop kernel: cfg80211: failed to load regulatory.db
May 01 09:39:23 pentiumii-laptop kernel: cfg80211: failed to load regulatory.db
It looks like the problems arose in the 5.1-rc series. Here is 5.1-rc7
(console messages are slightly garbled):
[ 25.561373] usb 1-1: reset full-speed USB device number 2 using uhci_hcd
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
[ 25.818199] usbcore: registered new interface driver carl9170
[ 25.878181] usb 1-1: driver API: 1.9.9 2016-02-15 [1-1]
[ 25.909356] usb 1-1: firmware API: 1.9.6 2012-07-07
Starting Update UTMP about System Boot/Shutdown...
[ 26.163471] r8169 0000:06:00.0 enp6s0: Link is Up - 1Gbps/Full -
flow control rx/tx
[ 26.583723] ath: EEPROM regdomain: 0x3a
[ 26.589376] ath: EEPROM indicates we should expect a direct regpair map
[ 26.613791] ath: Country alpha2 being used: BM
[ OK 26.633397] ath: Regpair used: 0x3a
m] Started Wait for Network to be Configured.
[ 26.662129] invalid opcode: 0000 [#1] PREEMPT
[ 26.665496] CPU: 0 PID: 104 Comm: kworker/0:3 Not tainted
5.1.0-rc7.pentiumii-laptop #1446
[ 26.665496] Workqueue: events request_firmware_work_func
[ 26.665496] EIP: nl80211_send_wiphy+0x558/0x1a58 [cfg80211]
[ 26.665496] Code: 0f 85 73 02 00 00 80 7f 16 00 75 0c 80 7f 2c 00
0f 84 a4 00 00 00 eb 6a 8d 47 19 ba 03 00 00 00 50 b9 10 00 00 00 8b
75 bc c9 <f0> e8 2a 4e 83 f8 5a cd c0 0f 85 5d 14 00 00 4d b7 4f 14 ba
04 00
[ 26.665496] EAX: c89fa05d EBX: c41ea000 ECX: 00000010 EDX: 00000003
[ 26.665496] ESI: c775a720 EDI: c89fa044 EBP: c2cd5e14 ESP: c2cd5dd4
[ 26.665496] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 EFLAGS: 00010202
[ 26.665496] CR0: 80050033 CR2: b607b390 CR3: 0766f000 CR4: 00000290
[ 26.665496] Call Trace:
[ 26.665496] ? nl80211_notify_wiphy+0x52/0x84 [cfg80211]
[ 26.665496] wiphy_register+0x303/0x624 [cfg80211]
[ 26.665496] ? ieee80211_register_hw+0x325/0x94a [mac80211]
[ 26.665496] ? __kmalloc+0x8c/0x9c
[ 26.665496] ? ieee80211_cs_list_valid+0xb/0x31 [mac80211]
[ 26.665496] ieee80211_register_hw+0x68f/0x94a [mac80211]
[ 26.665496] ? ath_reg_apply_radar_flags.isra.4+0xb/0x62 [ath]
[ 26.665496] ? ath_reg_apply_world_flags+0xa/0xba [ath]
[ 26.665496] ? ath_regd_init+0xd8/0xec [ath]
[ 26.665496] ? carl9170_op_bss_info_changed+0x16a/0x16a [carl9170]
[ 26.665496] carl9170_register+0x1f5/0x36d [carl9170]
[ 26.665496] ? carl9170_register+0x1f5/0x36d [carl9170]
[ 26.665496] carl9170_usb_firmware_step2+0x226/0x251 [carl9170]
[ 26.665496] request_firmware_work_func+0x2a/0x51
[ 26.665496] process_one_work+0x134/0x260
[ 26.665496] worker_thread+0x18b/0x24a
[ 26.665496] kthread+0xcd/0xcf
[ 26.665496] ? cancel_delayed_work_sync+0x14/0x14
[ 26.665496] ? kthread_create_worker_on_cpu+0x1c/0x1c
[ 26.665496] ret_from_fork+0x19/0x24
[ 26.665496] Modules linked in: carl9170 mac80211 ath cfg80211 r8169
realtek libphy rfkill uhci_hcd ehci_pci ehci_hcd pcmcia usbcore
i2c_piix4 i2c_core usb_common yenta_socket pcmcia_rsrc pcmcia_core
autofs4
[ 26.693414] ---[ end trace 21daf0caa557a17d ]---
[ 26.735231] EIP: nl80211_send_wiphy+0x558/0x1a58 [cfg80211]
[ OK 26.761620] Code: 0f 85 73 02 00 00 80 7f 16 00 75 0c 80 7f
2c 00 0f 84 a4 00 00 00 eb 6a 8d 47 19 ba 03 00 00 00 50 b9 10 00 00
00 8b 75 bc c9 <f0> e8 2a 4e 83 f8 5a cd c0 0f 85 5d 14 00 00 4d b7 4f
14 ba 04 00
m]
Started Update UTMP about System Boot/Shutdown.
[ 26.777652] EAX: c89fa05d EBX: c41ea000 ECX: 00000010 EDX: 00000003
[ 26.793423] ESI: c775a720 EDI: c89fa044 EBP: c2cd5e14 ESP: c15b02b8
[ 26.817190] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 EFLAGS: 00010202
[ 26.817582] CR0: 80050033 CR2: b6224dd0 CR3: 00399000 CR4: 00000290
[ 45.950502] random: crng init done
[ 84.628925] cfg80211: failed to load regulatory.db
- Matthew
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: carl9170 crash
2019-05-01 7:19 ` Kalle Valo
2019-05-01 14:10 ` tedheadster
@ 2019-05-02 14:03 ` tedheadster
1 sibling, 0 replies; 5+ messages in thread
From: tedheadster @ 2019-05-02 14:03 UTC (permalink / raw)
To: Kalle Valo; +Cc: Matthew Whitehead, Christian Lamparter, linux-wireless
Kalle,
I just tried to bisect this and got an unexpected result: commit
4c3f49ae1306c05e91211c06feddfd0a4a57fabd "Merge branch 'for-5.1-fixes'
of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu".
I wanted to share this in case it is correct. I have a stronger
suspicion that the problem has a race condition and appears
intermittently, hence a peculiar bisect outcome.
I will keep debugging.
- Matthew Whitehead
^ permalink raw reply [flat|nested] 5+ messages in thread
* carl9170 Crash
@ 2010-10-06 22:22 Dale Turner
0 siblings, 0 replies; 5+ messages in thread
From: Dale Turner @ 2010-10-06 22:22 UTC (permalink / raw)
To: linux-wireless
Hello again. Still having trouble with carl9170. I'm using compat-wireless from Oct 5 and Fedora 13 (2.6.34.7-56.fc13.i686).
Previously i mentioned poor stability with this driver, now I am getting crashes. After this happens, I have NO usb response whatsoever (other wireless adapters won't work, nor will usb memory sticks, etc).
Below is some more info. Needles to say, I am forced to use my other adapter (uses ath9k_htc).
Any thoughts?? Thanks again.
>From abrt:
Package: kernel
Latest Crash: Wed 06 Oct 2010 06:11:54 PM
Command: not_applicable
Reason: WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x29/0x6c()
Comment: None
Bug Reports:
from /var/log/messages:
Enterprise kernel: ------------[ cut here ]------------
Oct 6 18:10:19 Enterprise kernel: WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x29/0x6c()
Oct 6 18:10:19 Enterprise kernel: Hardware name: P4i65G
Oct 6 18:10:19 Enterprise kernel: Modules linked in: aes_i586 aes_generic arc4 ecb carl9170 mac80211 ath cfg80211 rfkill compat fuse w83627hf hwmon_vid p4_clockmod ipt_MASQUERADE iptable_nat nf_nat ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 uinput snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_event snd_seq_midi_emul snd_emu10k1 snd_rawmidi snd_ac97_codec nvidia(P) ac97_bus snd_seq snd_pcm snd_seq_device snd_timer snd_page_alloc snd_util_mem snd_hwdep ppdev iTCO_wdt microcode 8139too parport_pc iTCO_vendor_support snd emu10k1_gp 8139cp qcaux i2c_i801 parport mii gameport soundcore i2c_core usbserial cdc_acm [last unloaded: scsi_wait_scan]
Oct 6 18:10:19 Enterprise kernel: Pid: 2302, comm: phy1 Tainted: P 2.6.34.7-56.fc13.i686 #1
Oct 6 18:10:19 Enterprise kernel: Call Trace:
Oct 6 18:10:19 Enterprise kernel: [<c0438822>] warn_slowpath_common+0x6a/0x81
Oct 6 18:10:19 Enterprise kernel: [<c044a65f>] ? flush_cpu_workqueue+0x29/0x6c
Oct 6 18:10:19 Enterprise kernel: [<c043884b>] warn_slowpath_null+0x12/0x15
Oct 6 18:10:19 Enterprise kernel: [<c044a65f>] flush_cpu_workqueue+0x29/0x6c
Oct 6 18:10:19 Enterprise kernel: [<c043def7>] ? local_bh_enable_ip+0xd/0xf
Oct 6 18:10:19 Enterprise kernel: [<c07906d1>] ? _raw_spin_unlock_bh+0x12/0x14
Oct 6 18:10:19 Enterprise kernel: [<f81f6a4a>] ? carl9170_zap_queues+0x1ff/0x248 [carl9170]
Oct 6 18:10:19 Enterprise kernel: [<c044ac77>] flush_workqueue+0x46/0x64
Oct 6 18:10:19 Enterprise kernel: [<f81c25ca>] ieee80211_restart_hw+0x16/0x67 [mac80211]
Oct 6 18:10:19 Enterprise kernel: [<f81f70f9>] carl9170_restart_work+0xd4/0xe5 [carl9170]
Oct 6 18:10:19 Enterprise kernel: [<c044a431>] worker_thread+0x13f/0x1b7
Oct 6 18:10:19 Enterprise kernel: [<f81f7025>] ? carl9170_restart_work+0x0/0xe5 [carl9170]
Oct 6 18:10:19 Enterprise kernel: [<c044d781>] ? autoremove_wake_function+0x0/0x34
Oct 6 18:10:19 Enterprise kernel: [<c044a2f2>] ? worker_thread+0x0/0x1b7
Oct 6 18:10:19 Enterprise kernel: [<c044d419>] kthread+0x64/0x69
Oct 6 18:10:19 Enterprise kernel: [<c044d3b5>] ? kthread+0x0/0x69
Oct 6 18:10:19 Enterprise kernel: [<c04039be>] kernel_thread_helper+0x6/0x10
Oct 6 18:10:19 Enterprise kernel: ---[ end trace fe040e02b912be6d ]---
Oct 6 18:11:54 Enterprise abrt: Kerneloops: Reported 1 kernel oopses to Abrt
Oct 6 18:11:54 Enterprise abrtd: Directory 'kerneloops-1286399514-1298-1' creation detected
Oct 6 18:11:54 Enterprise abrtd: Crash is in database already (dup of /var/spool/abrt/kerneloops-1286203435-1283-1)
Oct 6 18:11:54 Enterprise abrtd: Deleting crash kerneloops-1286399514-1298-1 (dup of kerneloops-1286203435-1283-1), sending dbus signal
Oct 6 18:13:03 Enterprise kernel: INFO: task phy1:2302 blocked for more than 120 seconds.
Oct 6 18:13:03 Enterprise kernel: "echo 0> /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Oct 6 18:13:03 Enterprise kernel: phy1 D 0000017d 0 2302 2 0x00000080
Oct 6 18:13:03 Enterprise kernel: ef8f3e80 00000046 1272a913 0000017d c0a5e000 c0a5e000 c0a5e000 c0a5e000
Oct 6 18:13:03 Enterprise kernel: efe99c2c c0a5e000 c0a5e000 00009390 00000000 f6736200 0000017d efe99980
Oct 6 18:13:03 Enterprise kernel: 00000034 ef8f3f20 7fffffff efe99980 ef8f3ec4 c078f429 c08a1942 c08d50ec
Oct 6 18:13:03 Enterprise kernel: Call Trace:
Oct 6 18:13:03 Enterprise kernel: [<c078f429>] schedule_timeout+0x27/0xb2
Oct 6 18:13:03 Enterprise kernel: [<c078f2d8>] wait_for_common+0xc2/0x10b
Oct 6 18:13:03 Enterprise kernel: [<c04346a1>] ? default_wake_function+0x0/0x12
Oct 6 18:13:03 Enterprise kernel: [<c078f3ac>] wait_for_completion+0x17/0x19
Oct 6 18:13:03 Enterprise kernel: [<c044a699>] flush_cpu_workqueue+0x63/0x6c
Oct 6 18:13:03 Enterprise kernel: [<c044a6f0>] ? wq_barrier_func+0x0/0x12
Oct 6 18:13:03 Enterprise kernel: [<c044ac77>] flush_workqueue+0x46/0x64
Oct 6 18:13:03 Enterprise kernel: [<f81c25ca>] ieee80211_restart_hw+0x16/0x67 [mac80211]
Oct 6 18:13:03 Enterprise kernel: [<f81f70f9>] carl9170_restart_work+0xd4/0xe5 [carl9170]
Oct 6 18:13:03 Enterprise kernel: [<c044a431>] worker_thread+0x13f/0x1b7
Oct 6 18:13:03 Enterprise kernel: [<f81f7025>] ? carl9170_restart_work+0x0/0xe5 [carl9170]
Oct 6 18:13:03 Enterprise kernel: [<c044d781>] ? autoremove_wake_function+0x0/0x34
Oct 6 18:13:03 Enterprise kernel: [<c044a2f2>] ? worker_thread+0x0/0x1b7
Oct 6 18:13:03 Enterprise kernel: [<c044d419>] kthread+0x64/0x69
Oct 6 18:13:03 Enterprise kernel: [<c044d3b5>] ? kthread+0x0/0x69
Oct 6 18:13:03 Enterprise kernel: [<c04039be>] kernel_thread_helper+0x6/0x10
Oct 6 18:15:03 Enterprise kernel: INFO: task phy1:2302 blocked for more than 120 seconds.
Oct 6 18:15:03 Enterprise kernel: "echo 0> /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Oct 6 18:15:03 Enterprise kernel: phy1 D 0000017d 0 2302 2 0x00000080
Oct 6 18:15:03 Enterprise kernel: ef8f3e80 00000046 1272a913 0000017d c0a5e000 c0a5e000 c0a5e000 c0a5e000
Oct 6 18:15:03 Enterprise kernel: efe99c2c c0a5e000 c0a5e000 00009390 00000000 f6736200 0000017d efe99980
Oct 6 18:15:03 Enterprise kernel: 00000034 ef8f3f20 7fffffff efe99980 ef8f3ec4 c078f429 c08a1942 c08d50ec
Oct 6 18:15:03 Enterprise kernel: Call Trace:
Oct 6 18:15:03 Enterprise kernel: [<c078f429>] schedule_timeout+0x27/0xb2
Oct 6 18:15:03 Enterprise kernel: [<c078f2d8>] wait_for_common+0xc2/0x10b
Oct 6 18:15:03 Enterprise kernel: [<c04346a1>] ? default_wake_function+0x0/0x12
Oct 6 18:15:03 Enterprise kernel: [<c078f3ac>] wait_for_completion+0x17/0x19
Oct 6 18:15:03 Enterprise kernel: [<c044a699>] flush_cpu_workqueue+0x63/0x6c
Oct 6 18:15:03 Enterprise kernel: [<c044a6f0>] ? wq_barrier_func+0x0/0x12
Oct 6 18:15:03 Enterprise kernel: [<c044ac77>] flush_workqueue+0x46/0x64
Oct 6 18:15:03 Enterprise kernel: [<f81c25ca>] ieee80211_restart_hw+0x16/0x67 [mac80211]
Oct 6 18:15:03 Enterprise kernel: [<f81f70f9>] carl9170_restart_work+0xd4/0xe5 [carl9170]
Oct 6 18:15:03 Enterprise kernel: [<c044a431>] worker_thread+0x13f/0x1b7
Oct 6 18:15:03 Enterprise kernel: [<f81f7025>] ? carl9170_restart_work+0x0/0xe5 [carl9170]
Oct 6 18:15:03 Enterprise kernel: [<c044d781>] ? autoremove_wake_function+0x0/0x34
Oct 6 18:15:03 Enterprise kernel: [<c044a2f2>] ? worker_thread+0x0/0x1b7
Oct 6 18:15:03 Enterprise kernel: [<c044d419>] kthread+0x64/0x69
Oct 6 18:15:03 Enterprise kernel: [<c044d3b5>] ? kthread+0x0/0x69
Oct 6 18:15:03 Enterprise kernel: [<c04039be>] kernel_thread_helper+0x6/0x10
Oct 6 18:16:32 Enterprise abrtd: Getting crash infos...
Oct 6 18:17:03 Enterprise kernel: INFO: task phy1:2302 blocked for more than 120 seconds.
Oct 6 18:17:03 Enterprise kernel: "echo 0> /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Oct 6 18:17:03 Enterprise kernel: phy1 D 0000017d 0 2302 2 0x00000080
Oct 6 18:17:03 Enterprise kernel: ef8f3e80 00000046 1272a913 0000017d c0a5e000 c0a5e000 c0a5e000 c0a5e000
Oct 6 18:17:03 Enterprise kernel: efe99c2c c0a5e000 c0a5e000 00009390 00000000 f6736200 0000017d efe99980
Oct 6 18:17:03 Enterprise kernel: 00000034 ef8f3f20 7fffffff efe99980 ef8f3ec4 c078f429 c08a1942 c08d50ec
Oct 6 18:17:03 Enterprise kernel: Call Trace:
Oct 6 18:17:03 Enterprise kernel: [<c078f429>] schedule_timeout+0x27/0xb2
Oct 6 18:17:03 Enterprise kernel: [<c078f2d8>] wait_for_common+0xc2/0x10b
Oct 6 18:17:03 Enterprise kernel: [<c04346a1>] ? default_wake_function+0x0/0x12
Oct 6 18:17:03 Enterprise kernel: [<c078f3ac>] wait_for_completion+0x17/0x19
Oct 6 18:17:03 Enterprise kernel: [<c044a699>] flush_cpu_workqueue+0x63/0x6c
Oct 6 18:17:03 Enterprise kernel: [<c044a6f0>] ? wq_barrier_func+0x0/0x12
Oct 6 18:17:03 Enterprise kernel: [<c044ac77>] flush_workqueue+0x46/0x64
Oct 6 18:17:03 Enterprise kernel: [<f81c25ca>] ieee80211_restart_hw+0x16/0x67 [mac80211]
Oct 6 18:17:03 Enterprise kernel: [<f81f70f9>] carl9170_restart_work+0xd4/0xe5 [carl9170]
Oct 6 18:17:03 Enterprise kernel: [<c044a431>] worker_thread+0x13f/0x1b7
Oct 6 18:17:03 Enterprise kernel: [<f81f7025>] ? carl9170_restart_work+0x0/0xe5 [carl9170]
Oct 6 18:17:03 Enterprise kernel: [<c044d781>] ? autoremove_wake_function+0x0/0x34
Oct 6 18:17:03 Enterprise kernel: [<c044a2f2>] ? worker_thread+0x0/0x1b7
Oct 6 18:17:03 Enterprise kernel: [<c044d419>] kthread+0x64/0x69
Oct 6 18:17:03 Enterprise kernel: [<c044d3b5>] ? kthread+0x0/0x69
Oct 6 18:17:03 Enterprise kernel: [<c04039be>] kernel_thread_helper+0x6/0x10
Oct 6 18:17:06 Enterprise kernel: usb 1-2: USB disconnect, address 8
Oct 6 18:19:03 Enterprise kernel: INFO: task phy1:2302 blocked for more than 120 seconds.
Oct 6 18:19:03 Enterprise kernel: "echo 0> /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Oct 6 18:19:03 Enterprise kernel: phy1 D 0000017d 0 2302 2 0x00000080
Oct 6 18:19:03 Enterprise kernel: ef8f3e80 00000046 1272a913 0000017d c0a5e000 c0a5e000 c0a5e000 c0a5e000
Oct 6 18:19:03 Enterprise kernel: efe99c2c c0a5e000 c0a5e000 00009390 00000000 f6736200 0000017d efe99980
Oct 6 18:19:03 Enterprise kernel: 00000034 ef8f3f20 7fffffff efe99980 ef8f3ec4 c078f429 c08a1942 c08d50ec
Oct 6 18:19:03 Enterprise kernel: Call Trace:
Oct 6 18:19:03 Enterprise kernel: [<c078f429>] schedule_timeout+0x27/0xb2
Oct 6 18:19:03 Enterprise kernel: [<c078f2d8>] wait_for_common+0xc2/0x10b
Oct 6 18:19:03 Enterprise kernel: [<c04346a1>] ? default_wake_function+0x0/0x12
Oct 6 18:19:03 Enterprise kernel: [<c078f3ac>] wait_for_completion+0x17/0x19
Oct 6 18:19:03 Enterprise kernel: [<c044a699>] flush_cpu_workqueue+0x63/0x6c
Oct 6 18:19:03 Enterprise kernel: [<c044a6f0>] ? wq_barrier_func+0x0/0x12
Oct 6 18:19:03 Enterprise kernel: [<c044ac77>] flush_workqueue+0x46/0x64
Oct 6 18:19:03 Enterprise kernel: [<f81c25ca>] ieee80211_restart_hw+0x16/0x67 [mac80211]
Oct 6 18:19:03 Enterprise kernel: [<f81f70f9>] carl9170_restart_work+0xd4/0xe5 [carl9170]
Oct 6 18:19:03 Enterprise kernel: [<c044a431>] worker_thread+0x13f/0x1b7
Oct 6 18:19:03 Enterprise kernel: [<f81f7025>] ? carl9170_restart_work+0x0/0xe5 [carl9170]
Oct 6 18:19:03 Enterprise kernel: [<c044d781>] ? autoremove_wake_function+0x0/0x34
Oct 6 18:19:03 Enterprise kernel: [<c044a2f2>] ? worker_thread+0x0/0x1b7
Oct 6 18:19:03 Enterprise kernel: [<c044d419>] kthread+0x64/0x69
Oct 6 18:19:03 Enterprise kernel: [<c044d3b5>] ? kthread+0x0/0x69
Oct 6 18:19:03 Enterprise kernel: [<c04039be>] kernel_thread_helper+0x6/0x10
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-05-02 14:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-01 2:46 carl9170 crash tedheadster
2019-05-01 7:19 ` Kalle Valo
2019-05-01 14:10 ` tedheadster
2019-05-02 14:03 ` tedheadster
-- strict thread matches above, loose matches on Subject: below --
2010-10-06 22:22 carl9170 Crash Dale Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox