Search Linux Wireless

Re: iwlwifi crash with hostapd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry for skipping the list one the last one.

On 19.10.2017 22:59, James Cameron wrote:
On Thu, Oct 19, 2017 at 08:56:46AM +0200, Mario Theodoridis wrote:
On 18/10/17 23:33, James Cameron wrote:

     For your interest, kernel v4.4.93 in stable series just released has
     changes in relevant files.

     [1]https://lwn.net/Articles/736770/

Thanks James,

after looking into bisection last night, i found that just before i wanted to
test out the 4.4.0-82 kernel, i found 3 stack traces in my syslog. :(

I guess, i'm dealing with race conditions now. But it seems the 79 kernel still
crashes wifi a lot less than later ones.

How do i get line numbers into these traces?

As the 4.4.0-79 kernel was sometimes crapping out, too, i decided to try to test the latest kernel instead of bisecting after all. This took a while because virtualbox was being a bitch. virtualbox-5.0 doesn't bode well with virtualbox-dkms-51, so i ended up rebuilding virtualbox-5.1 to prevent dependency hell. The vb-dkms package doesn't do 4.14, so i ended up going with the 4.13 kernel that comes with artful.

This one pretty quickly loads my syslog with new error stacks. I haven't tested actual behavior yet, but the logs don't look so hot.

I ran another wireless-info (attached) and appended some of the syslog stuff to it.


Several methods, though by far the most common seems to be personal
experience with offsets.

When you don't have that personal experience, the methods are;

1.  using GDB against the .o file,

2.  using binutils objdump to disassemble .o file or vmlinuz,

3.  using GCC to generate assembly listings,

See https://wiki.ubuntu.com/Kernel/KernelDebuggingTricks right down
the end of page for the GDB method.

I have gotten around to that part, yet, as i was busy with the above, but it seems later versions have issues, too.


--
Mit freundlichen Grüßen/Best regards

Mario Theodoridis
########## wireless info START ##########

Report from: 24 Oct 2017 21:35 CEST +0200

Booted last: 24 Oct 2017 00:00 CEST +0200

Script from: 25 Mar 2017 07:04 UTC +0000

##### release ###########################

Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.3 LTS
Release:	16.04
Codename:	xenial

##### kernel ############################

Linux 4.13.0-041300-generic #201709031731 SMP Sun Sep 3 21:33:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro

##### desktop ###########################

/usr/share/xsessions/plasma

##### lspci #############################

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Ethernet Connection (2) I219-V [1458:e000]
	Kernel driver in use: e1000e

03:00.0 Ethernet controller [0200]: Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] (rev 03)
	Subsystem: Intel Corporation PRO/1000 MT Dual Port Server Adapter [8086:117a]
	Kernel driver in use: e1000

03:00.1 Ethernet controller [0200]: Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] (rev 03)
	Subsystem: Intel Corporation PRO/1000 MT Dual Port Server Adapter [8086:117a]
	Kernel driver in use: e1000

03:01.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
	Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter [8086:000c]
	Kernel driver in use: e100

07:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4070]
	Kernel driver in use: iwlwifi

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 001 Device 002: ID 046d:c06b Logitech, Inc. G700 Wireless Gaming Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

##### lsmod #############################

iwlmvm                385024  0
mac80211              778240  1 iwlmvm
iwlwifi               249856  1 iwlmvm
cfg80211              610304  3 iwlmvm,iwlwifi,mac80211
wmi                    24576  0

##### interfaces ########################

auto lo enp3s1 enp3s0f0 br0
iface lo inet loopback

iface enp3s1 inet manual
  pre-up ip link set dev enp3s1 up
  post-down ip link set dev enp3s1 down

iface enp3s0f0 inet static
  address 192.168.23.3
  netmask 255.255.255.0
  pre-up iptables-restore < /etc/iptables.rules
  up route add -net 192.168.123.0/24 gw 192.168.23.4 dev enp3s0f0
  up route add -net 192.168.8.0/24 gw 192.168.23.4 dev enp3s0f0

iface br0 inet static
  address 192.168.7.3
  netmask 255.255.255.0
  gateway 192.168.7.1
  pre-up iptables-restore < /etc/iptables.rules
  bridge_ports enp3s0f1 enp0s31f6
  bridge_stp off
  bridge_fd 0
  bridge_maxwait 0

##### ifconfig ##########################

br0       Link encap:Ethernet  HWaddr <MAC 'br0' [IF1]>  
          inet addr:192.168.7.3  Bcast:192.168.7.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'br0' [IF1]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2022 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1879 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:338533 (338.5 KB)  TX bytes:912814 (912.8 KB)

enp0s31f6 Link encap:Ethernet  HWaddr <MAC 'enp0s31f6' [IF2]>  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:16 Memory:ef500000-ef520000 

enp3s1    Link encap:Ethernet  HWaddr <MAC 'enp3s1' [IF3]>  
          inet6 addr: fe80::<IP6 'enp3s1' [IF3]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:46101 errors:0 dropped:0 overruns:0 frame:0
          TX packets:49601 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3640955 (3.6 MB)  TX bytes:3586459 (3.5 MB)

enp3s0f0  Link encap:Ethernet  HWaddr <MAC 'enp3s0f0' [IF4]>  
          inet addr:192.168.23.3  Bcast:192.168.23.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'enp3s0f0' [IF4]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:212 errors:0 dropped:0 overruns:0 frame:0
          TX packets:235 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:26436 (26.4 KB)  TX bytes:70467 (70.4 KB)

enp3s0f1  Link encap:Ethernet  HWaddr <MAC 'br0' [IF1]>  
          inet6 addr: fe80::<IP6 'br0' [IF1]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2033 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8052 (8.0 KB)  TX bytes:356179 (356.1 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:94 errors:0 dropped:0 overruns:0 frame:0
          TX packets:94 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8456 (8.4 KB)  TX bytes:8456 (8.4 KB)

wlp7s0    Link encap:Ethernet  HWaddr <MAC 'wlp7s0' [IF6]>  
          inet6 addr: fe80::<IP6 'wlp7s0' [IF6]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2538 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2509 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:498073 (498.0 KB)  TX bytes:1161421 (1.1 MB)

##### iwconfig ##########################

enp3s0f1  no wireless extensions.

enp3s0f0  no wireless extensions.

enp0s31f6  no wireless extensions.

enp3s1    no wireless extensions.

br0       no wireless extensions.

lo        no wireless extensions.

wlp7s0    IEEE 802.11  Mode:Master  Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          

##### route #############################

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.7.1     0.0.0.0         UG    0      0        0 br0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 br0
192.168.7.0     0.0.0.0         255.255.255.0   U     0      0        0 br0
192.168.8.0     192.168.23.4    255.255.255.0   UG    0      0        0 enp3s0f0
192.168.23.0    0.0.0.0         255.255.255.0   U     0      0        0 enp3s0f0
192.168.123.0   192.168.23.4    255.255.255.0   UG    0      0        0 enp3s0f0

##### resolv.conf #######################

domain schmut.com
nameserver 192.168.23.4

##### network managers ##################

Installed:

	None found.

Running:

	None found.

##### NetworkManager info ###############

NetworkManager is not installed (package "network-manager").

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### NetworkManager profiles ###########

No NetworkManager profiles found.

##### iw reg get ########################

Region: Europe/Berlin (based on set time zone)

country DE: DFS-ETSI
	(2400 - 2483 @ 40), (N/A, 20), (N/A)
	(5150 - 5250 @ 80), (N/A, 20), (N/A), NO-OUTDOOR
	(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS
	(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
	(57000 - 66000 @ 2160), (N/A, 40), (N/A)

##### iwlist channels ###################

enp3s0f1  no frequency information.

enp3s0f0  no frequency information.

enp0s31f6  no frequency information.

enp3s1    no frequency information.

br0       no frequency information.

lo        no frequency information.

wlp7s0    32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 36 : 5.18 GHz
          Channel 40 : 5.2 GHz
          Channel 44 : 5.22 GHz
          Channel 48 : 5.24 GHz
          Channel 52 : 5.26 GHz
          Channel 56 : 5.28 GHz
          Channel 60 : 5.3 GHz
          Channel 64 : 5.32 GHz
          Channel 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 120 : 5.6 GHz
          Channel 124 : 5.62 GHz
          Channel 128 : 5.64 GHz
          Channel 132 : 5.66 GHz
          Channel 136 : 5.68 GHz
          Channel 140 : 5.7 GHz

##### iwlist scan #######################

enp3s0f1  Interface doesn't support scanning.

enp3s0f0  Interface doesn't support scanning.

enp0s31f6  Interface doesn't support scanning.

wlp7s0    Interface doesn't support scanning : Operation not supported

enp3s1    Interface doesn't support scanning.

br0       Interface doesn't support scanning.

lo        Interface doesn't support scanning.

##### module infos ######################

[iwlmvm]
filename:       /lib/modules/4.13.0-041300-generic/kernel/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
license:        GPL
author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@xxxxxxxxx>
description:    The new Intel(R) wireless AGN driver for Linux
srcversion:     DFE95A75883D23265666A99
depends:        iwlwifi,mac80211,cfg80211
intree:         Y
name:           iwlmvm
vermagic:       4.13.0-041300-generic SMP mod_unload 
parm:           init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
parm:           power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
parm:           tfd_q_hang_detect:TFD queues hang detection (default: true (bool)

[mac80211]
filename:       /lib/modules/4.13.0-041300-generic/kernel/net/mac80211/mac80211.ko
license:        GPL
description:    IEEE 802.11 subsystem
srcversion:     66E288B8743878C5423A01E
depends:        cfg80211
intree:         Y
name:           mac80211
vermagic:       4.13.0-041300-generic SMP mod_unload 
parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[iwlwifi]
filename:       /lib/modules/4.13.0-041300-generic/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
license:        GPL
author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@xxxxxxxxx>
description:    Intel(R) Wireless WiFi driver for Linux
firmware:       iwlwifi-100-5.ucode
firmware:       iwlwifi-1000-5.ucode
firmware:       iwlwifi-135-6.ucode
firmware:       iwlwifi-105-6.ucode
firmware:       iwlwifi-2030-6.ucode
firmware:       iwlwifi-2000-6.ucode
firmware:       iwlwifi-5150-2.ucode
firmware:       iwlwifi-5000-5.ucode
firmware:       iwlwifi-6000g2b-6.ucode
firmware:       iwlwifi-6000g2a-6.ucode
firmware:       iwlwifi-6050-5.ucode
firmware:       iwlwifi-6000-6.ucode
firmware:       iwlwifi-7265D-29.ucode
firmware:       iwlwifi-7265-17.ucode
firmware:       iwlwifi-3168-29.ucode
firmware:       iwlwifi-3160-17.ucode
firmware:       iwlwifi-7260-17.ucode
firmware:       iwlwifi-8265-33.ucode
firmware:       iwlwifi-8000C-33.ucode
firmware:       iwlwifi-9260-th-b0-jf-b0--33.ucode
firmware:       iwlwifi-9260-th-a0-jf-a0--33.ucode
firmware:       iwlwifi-9000-pu-a0-jf-b0--33.ucode
firmware:       iwlwifi-9000-pu-a0-jf-a0--33.ucode
firmware:       iwlwifi-Qu-a0-jf-b0--33.ucode
firmware:       iwlwifi-Qu-a0-hr-a0--33.ucode
srcversion:     D8B9AE31E2E295766C37A0F
depends:        cfg80211
intree:         Y
name:           iwlwifi
vermagic:       4.13.0-041300-generic SMP mod_unload 
parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
parm:           amsdu_size:amsdu size 0: 12K for multi Rx queue devices, 4K for other devices 1:4K 2:8K 3:12K (default 0) (int)
parm:           fw_restart:restart firmware in case of error (default true) (bool)
parm:           antenna_coupling:specify antenna coupling in dB (default: 0 dB) (int)
parm:           nvm_file:NVM file name (charp)
parm:           d0i3_disable:disable d0i3 functionality (default: Y) (bool)
parm:           lar_disable:disable LAR functionality (default: N) (bool)
parm:           uapsd_disable:disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3) (uint)
parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm:           power_save:enable WiFi power management (default: disable) (bool)
parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
parm:           fw_monitor:firmware monitor - to debug FW (default: false - needs lots of memory) (bool)
parm:           d0i3_timeout:Timeout to D0i3 entry when idle (ms) (uint)
parm:           disable_11ac:Disable VHT capabilities (default: false) (bool)

[cfg80211]
filename:       /lib/modules/4.13.0-041300-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
srcversion:     A854863B536C70273DE73A5
depends:        
intree:         Y
name:           cfg80211
vermagic:       4.13.0-041300-generic SMP mod_unload 
parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[iwlmvm]
init_dbg: N
power_scheme: 2
tfd_q_hang_detect: Y

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
minstrel_vht_only: Y
probe_wait_ms: 500

[iwlwifi]
11n_disable: 0
amsdu_size: 0
antenna_coupling: 0
bt_coex_active: Y
d0i3_disable: Y
d0i3_timeout: 1000
disable_11ac: N
fw_monitor: N
fw_restart: Y
lar_disable: N
led_mode: 0
nvm_file: (null)
power_level: 0
power_save: N
swcrypto: 0
uapsd_disable: 3

[cfg80211]
bss_entries_limit: 1000
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: DE

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/cfg80211.conf]
options cfg80211 ieee80211_regdom=DE

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

##### rc.local ##########################

exit 0

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[  264.998016] RIP: 0010:iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
[  264.998073]  iwl_mvm_rx_common+0x77/0x250 [iwlmvm]
[  264.998089]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
[  264.998105]  iwl_pcie_rx_handle+0x22b/0x9a0 [iwlwifi]
[  264.998123]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]
[  265.497526] WARNING: CPU: 4 PID: 544 at /home/kernel/COD/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:1393 iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
[  265.497653] CPU: 4 PID: 544 Comm: irq/127-iwlwifi Tainted: G        W  OE   4.13.0-041300-generic #201709031731
[  265.497676] RIP: 0010:iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
[  265.497731]  iwl_mvm_rx_common+0x77/0x250 [iwlmvm]
[  265.497745]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
[  265.497762]  iwl_pcie_rx_handle+0x22b/0x9a0 [iwlwifi]
[  265.497777]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]
[  265.498029] WARNING: CPU: 4 PID: 544 at /home/kernel/COD/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:1393 iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
[  265.498143] CPU: 4 PID: 544 Comm: irq/127-iwlwifi Tainted: G        W  OE   4.13.0-041300-generic #201709031731
[  265.498160] RIP: 0010:iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
[  265.498205]  iwl_mvm_rx_common+0x77/0x250 [iwlmvm]
[  265.498218]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
[  265.498232]  iwl_pcie_rx_handle+0x22b/0x9a0 [iwlwifi]
[  265.498258]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]

########## wireless info END ############

########## Some Syslog entries ########## 
Oct 24 21:31:22 zippy kernel: [   82.363883] iwlwifi 0000:07:00.0: Microcode SW error detected.  Restarting 0x2000000.
Oct 24 21:31:22 zippy kernel: [   82.364000] iwlwifi 0000:07:00.0: Start IWL Error Log Dump:
Oct 24 21:31:22 zippy kernel: [   82.364005] iwlwifi 0000:07:00.0: Status: 0x00000200, count: 6
Oct 24 21:31:22 zippy kernel: [   82.364009] iwlwifi 0000:07:00.0: Loaded firmware version: 17.459231.0
Oct 24 21:31:22 zippy kernel: [   82.364013] iwlwifi 0000:07:00.0: 0x00002078 | ADVANCED_SYSASSERT
Oct 24 21:31:22 zippy kernel: [   82.364017] iwlwifi 0000:07:00.0: 0x00000220 | trm_hw_status0
Oct 24 21:31:22 zippy kernel: [   82.364021] iwlwifi 0000:07:00.0: 0x00000000 | trm_hw_status1
Oct 24 21:31:22 zippy kernel: [   82.364024] iwlwifi 0000:07:00.0: 0x00000B30 | branchlink2
Oct 24 21:31:22 zippy kernel: [   82.364028] iwlwifi 0000:07:00.0: 0x000164C0 | interruptlink1
Oct 24 21:31:22 zippy kernel: [   82.364031] iwlwifi 0000:07:00.0: 0x00000000 | interruptlink2
Oct 24 21:31:22 zippy kernel: [   82.364034] iwlwifi 0000:07:00.0: 0xDEADBEEF | data1
Oct 24 21:31:22 zippy kernel: [   82.364038] iwlwifi 0000:07:00.0: 0xDEADBEEF | data2
Oct 24 21:31:22 zippy kernel: [   82.364041] iwlwifi 0000:07:00.0: 0xDEADBEEF | data3
Oct 24 21:31:22 zippy kernel: [   82.364044] iwlwifi 0000:07:00.0: 0x6DC11255 | beacon time
Oct 24 21:31:22 zippy kernel: [   82.364048] iwlwifi 0000:07:00.0: 0x02ED9CEF | tsf low
Oct 24 21:31:22 zippy kernel: [   82.364051] iwlwifi 0000:07:00.0: 0x00000000 | tsf hi
Oct 24 21:31:22 zippy kernel: [   82.364054] iwlwifi 0000:07:00.0: 0x00000000 | time gp1
Oct 24 21:31:22 zippy kernel: [   82.364058] iwlwifi 0000:07:00.0: 0x02ED9CF0 | time gp2
Oct 24 21:31:22 zippy kernel: [   82.364061] iwlwifi 0000:07:00.0: 0x00000000 | uCode revision type
Oct 24 21:31:22 zippy kernel: [   82.364064] iwlwifi 0000:07:00.0: 0x00000011 | uCode version major
Oct 24 21:31:22 zippy kernel: [   82.364068] iwlwifi 0000:07:00.0: 0x000701DF | uCode version minor
Oct 24 21:31:22 zippy kernel: [   82.364071] iwlwifi 0000:07:00.0: 0x00000144 | hw version
Oct 24 21:31:22 zippy kernel: [   82.364074] iwlwifi 0000:07:00.0: 0x40489204 | board version
Oct 24 21:31:22 zippy kernel: [   82.364078] iwlwifi 0000:07:00.0: 0x0045014E | hcmd
Oct 24 21:31:22 zippy kernel: [   82.364081] iwlwifi 0000:07:00.0: 0x24022080 | isr0
Oct 24 21:31:22 zippy kernel: [   82.364084] iwlwifi 0000:07:00.0: 0x00000000 | isr1
Oct 24 21:31:22 zippy kernel: [   82.364088] iwlwifi 0000:07:00.0: 0x00000002 | isr2
Oct 24 21:31:22 zippy kernel: [   82.364091] iwlwifi 0000:07:00.0: 0x0041FCC0 | isr3
Oct 24 21:31:22 zippy kernel: [   82.364094] iwlwifi 0000:07:00.0: 0x00000000 | isr4
Oct 24 21:31:22 zippy kernel: [   82.364097] iwlwifi 0000:07:00.0: 0x01000112 | last cmd Id
Oct 24 21:31:22 zippy kernel: [   82.364101] iwlwifi 0000:07:00.0: 0x00000000 | wait_event
Oct 24 21:31:22 zippy kernel: [   82.364104] iwlwifi 0000:07:00.0: 0x000000D4 | l2p_control
Oct 24 21:31:22 zippy kernel: [   82.364107] iwlwifi 0000:07:00.0: 0x00018030 | l2p_duration
Oct 24 21:31:22 zippy kernel: [   82.364111] iwlwifi 0000:07:00.0: 0x00000007 | l2p_mhvalid
Oct 24 21:31:22 zippy kernel: [   82.364114] iwlwifi 0000:07:00.0: 0x00008100 | l2p_addr_match
Oct 24 21:31:22 zippy kernel: [   82.364117] iwlwifi 0000:07:00.0: 0x00000005 | lmpm_pmg_sel
Oct 24 21:31:22 zippy kernel: [   82.364121] iwlwifi 0000:07:00.0: 0x11011741 | timestamp
Oct 24 21:31:22 zippy kernel: [   82.364124] iwlwifi 0000:07:00.0: 0x00006878 | flow_handler
Oct 24 21:31:22 zippy kernel: [   82.364130] ieee80211 phy0: Hardware restart was requested
Oct 24 21:31:23 zippy kernel: [   83.256332] iwlwifi 0000:07:00.0: Microcode SW error detected.  Restarting 0x2000000.
Oct 24 21:31:23 zippy kernel: [   83.256455] iwlwifi 0000:07:00.0: Start IWL Error Log Dump:
Oct 24 21:31:23 zippy kernel: [   83.256460] iwlwifi 0000:07:00.0: Status: 0x00000200, count: 6
Oct 24 21:31:23 zippy kernel: [   83.256464] iwlwifi 0000:07:00.0: Loaded firmware version: 17.459231.0
Oct 24 21:31:23 zippy kernel: [   83.256469] iwlwifi 0000:07:00.0: 0x00002078 | ADVANCED_SYSASSERT
Oct 24 21:31:23 zippy kernel: [   83.256472] iwlwifi 0000:07:00.0: 0x00000220 | trm_hw_status0
Oct 24 21:31:23 zippy kernel: [   83.256476] iwlwifi 0000:07:00.0: 0x00000000 | trm_hw_status1
Oct 24 21:31:23 zippy kernel: [   83.256479] iwlwifi 0000:07:00.0: 0x00000B30 | branchlink2
Oct 24 21:31:23 zippy kernel: [   83.256483] iwlwifi 0000:07:00.0: 0x000164C0 | interruptlink1
Oct 24 21:31:23 zippy kernel: [   83.256486] iwlwifi 0000:07:00.0: 0x00000000 | interruptlink2
Oct 24 21:31:23 zippy kernel: [   83.256489] iwlwifi 0000:07:00.0: 0xDEADBEEF | data1
Oct 24 21:31:23 zippy kernel: [   83.256493] iwlwifi 0000:07:00.0: 0xDEADBEEF | data2
Oct 24 21:31:23 zippy kernel: [   83.256496] iwlwifi 0000:07:00.0: 0xDEADBEEF | data3
Oct 24 21:31:23 zippy kernel: [   83.256499] iwlwifi 0000:07:00.0: 0x0036C2F4 | beacon time
Oct 24 21:31:23 zippy kernel: [   83.256503] iwlwifi 0000:07:00.0: 0x0007AD19 | tsf low
Oct 24 21:31:23 zippy kernel: [   83.256506] iwlwifi 0000:07:00.0: 0x00000000 | tsf hi
Oct 24 21:31:23 zippy kernel: [   83.256509] iwlwifi 0000:07:00.0: 0x00000000 | time gp1
Oct 24 21:31:23 zippy kernel: [   83.256512] iwlwifi 0000:07:00.0: 0x0007AD1A | time gp2
Oct 24 21:31:23 zippy kernel: [   83.256516] iwlwifi 0000:07:00.0: 0x00000000 | uCode revision type
Oct 24 21:31:23 zippy kernel: [   83.256519] iwlwifi 0000:07:00.0: 0x00000011 | uCode version major
Oct 24 21:31:23 zippy kernel: [   83.256523] iwlwifi 0000:07:00.0: 0x000701DF | uCode version minor
Oct 24 21:31:23 zippy kernel: [   83.256526] iwlwifi 0000:07:00.0: 0x00000144 | hw version
Oct 24 21:31:23 zippy kernel: [   83.256530] iwlwifi 0000:07:00.0: 0x40489204 | board version
Oct 24 21:31:23 zippy kernel: [   83.256533] iwlwifi 0000:07:00.0: 0x003A014E | hcmd
Oct 24 21:31:23 zippy kernel: [   83.256536] iwlwifi 0000:07:00.0: 0x24022080 | isr0
Oct 24 21:31:23 zippy kernel: [   83.256539] iwlwifi 0000:07:00.0: 0x00000000 | isr1
Oct 24 21:31:23 zippy kernel: [   83.256543] iwlwifi 0000:07:00.0: 0x00000002 | isr2
Oct 24 21:31:23 zippy kernel: [   83.256546] iwlwifi 0000:07:00.0: 0x004010C0 | isr3
Oct 24 21:31:23 zippy kernel: [   83.256549] iwlwifi 0000:07:00.0: 0x00000000 | isr4
Oct 24 21:31:23 zippy kernel: [   83.256552] iwlwifi 0000:07:00.0: 0x01000112 | last cmd Id
Oct 24 21:31:23 zippy kernel: [   83.256556] iwlwifi 0000:07:00.0: 0x00000000 | wait_event
Oct 24 21:31:23 zippy kernel: [   83.256559] iwlwifi 0000:07:00.0: 0x000000D4 | l2p_control
Oct 24 21:31:23 zippy kernel: [   83.256562] iwlwifi 0000:07:00.0: 0x00018030 | l2p_duration
Oct 24 21:31:23 zippy kernel: [   83.256566] iwlwifi 0000:07:00.0: 0x00000007 | l2p_mhvalid
Oct 24 21:31:23 zippy kernel: [   83.256569] iwlwifi 0000:07:00.0: 0x00008100 | l2p_addr_match
Oct 24 21:31:23 zippy kernel: [   83.256573] iwlwifi 0000:07:00.0: 0x00000005 | lmpm_pmg_sel
Oct 24 21:31:23 zippy kernel: [   83.256576] iwlwifi 0000:07:00.0: 0x11011741 | timestamp
Oct 24 21:31:23 zippy kernel: [   83.256579] iwlwifi 0000:07:00.0: 0x0000D8E8 | flow_handler
Oct 24 21:31:23 zippy kernel: [   83.256585] ieee80211 phy0: Hardware restart was requested
[...]
Oct 24 21:34:25 zippy kernel: [  265.497497] ------------[ cut here ]------------
Oct 24 21:34:25 zippy kernel: [  265.497526] WARNING: CPU: 4 PID: 544 at /home/kernel/COD/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:1393 iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.497528] Modules linked in: ccm pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep snd_hda_codec_hdmi nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c iptable_filter ip_tables x_tables arc4 snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_seq_midi kvm_intel bridge snd_seq_midi_event stp llc joydev kvm snd_rawmidi irqbypass input_leds crct10dif_pclmul iwlmvm crc32_pclmul ghash_clmulni_intel snd_seq mac80211 pcbc iwlwifi aesni_intel aes_x86_64 snd_seq_device crypto_simd glue_helper snd_timer cryptd cfg80211 snd intel_cstate intel_rapl_perf mei_me soundcore shpchp mei hci_uart btbcm serdev btqca btintel
Oct 24 21:34:25 zippy kernel: [  265.497606]  bluetooth ecdh_generic intel_lpss_acpi intel_lpss acpi_als mac_hid kfifo_buf tpm_infineon acpi_pad industrialio parport_pc ppdev lp parport autofs4 i915 i2c_algo_bit e1000e drm_kms_helper syscopyarea ptp sysfillrect e100 hid_generic sysimgblt pps_core mii fb_sys_fops e1000 usbhid drm ahci libahci wmi i2c_hid pinctrl_sunrisepoint video pinctrl_intel hid
Oct 24 21:34:25 zippy kernel: [  265.497653] CPU: 4 PID: 544 Comm: irq/127-iwlwifi Tainted: G        W  OE   4.13.0-041300-generic #201709031731
Oct 24 21:34:25 zippy kernel: [  265.497655] Hardware name: Gigabyte Technology Co., Ltd. Z170M-D3H/Z170M-D3H-CF, BIOS F20 11/17/2016
Oct 24 21:34:25 zippy kernel: [  265.497657] task: ffff9b07698a4740 task.stack: ffffbff9824d4000
Oct 24 21:34:25 zippy kernel: [  265.497676] RIP: 0010:iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.497679] RSP: 0018:ffffbff9824d7cb0 EFLAGS: 00050202
Oct 24 21:34:25 zippy kernel: [  265.497682] RAX: 0000000001051010 RBX: ffff9b0767751568 RCX: 000000018015000e
Oct 24 21:34:25 zippy kernel: [  265.497684] RDX: 000000018015000f RSI: ffffe5989094cf80 RDI: 0000000040042000
Oct 24 21:34:25 zippy kernel: [  265.497686] RBP: ffffbff9824d7d30 R08: ffff9b0764c71f30 R09: 000000018015000e
Oct 24 21:34:25 zippy kernel: [  265.497688] R10: ffffbff9824d7c88 R11: ffffffffaa279400 R12: 0000000000000088
Oct 24 21:34:25 zippy kernel: [  265.497690] R13: ffff9b0764c71f00 R14: 0000000000000240 R15: ffff9b064ccec000
Oct 24 21:34:25 zippy kernel: [  265.497694] FS:  0000000000000000(0000) GS:ffff9b077ed00000(0000) knlGS:0000000000000000
Oct 24 21:34:25 zippy kernel: [  265.497696] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 24 21:34:25 zippy kernel: [  265.497698] CR2: 0000000800ece860 CR3: 0000000313009000 CR4: 00000000003426e0
Oct 24 21:34:25 zippy kernel: [  265.497700] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 24 21:34:25 zippy kernel: [  265.497702] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Oct 24 21:34:25 zippy kernel: [  265.497704] Call Trace:
Oct 24 21:34:25 zippy kernel: [  265.497712]  ? wake_up_process+0x15/0x20
Oct 24 21:34:25 zippy kernel: [  265.497731]  iwl_mvm_rx_common+0x77/0x250 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.497745]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.497762]  iwl_pcie_rx_handle+0x22b/0x9a0 [iwlwifi]
Oct 24 21:34:25 zippy kernel: [  265.497777]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]
Oct 24 21:34:25 zippy kernel: [  265.497784]  ? irq_finalize_oneshot.part.38+0xf0/0xf0
Oct 24 21:34:25 zippy kernel: [  265.497789]  irq_thread_fn+0x20/0x50
Oct 24 21:34:25 zippy kernel: [  265.497794]  irq_thread+0x12f/0x1a0
Oct 24 21:34:25 zippy kernel: [  265.497799]  ? irq_forced_thread_fn+0x70/0x70
Oct 24 21:34:25 zippy kernel: [  265.497803]  kthread+0x125/0x140
Oct 24 21:34:25 zippy kernel: [  265.497809]  ? irq_thread_check_affinity+0xe0/0xe0
Oct 24 21:34:25 zippy kernel: [  265.497812]  ? kthread_create_on_node+0x70/0x70
Oct 24 21:34:25 zippy kernel: [  265.497820]  ret_from_fork+0x25/0x30
Oct 24 21:34:25 zippy kernel: [  265.497822] Code: 89 f7 e8 dc c5 18 00 e9 24 ff ff ff 8b 4d 98 48 c7 c2 99 3a 97 c0 48 89 df 4c 89 45 88 e8 51 19 02 00 4c 8b 45 88 e9 87 fb ff ff <0f> ff e9 64 fb ff ff 0f ff e9 6d fa ff ff 48 63 45 a8 0f b7 4d
Oct 24 21:34:25 zippy kernel: [  265.497889] ---[ end trace 22ccae5d67387e29 ]---
Oct 24 21:34:25 zippy kernel: [  265.498010] ------------[ cut here ]------------
Oct 24 21:34:25 zippy kernel: [  265.498029] WARNING: CPU: 4 PID: 544 at /home/kernel/COD/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:1393 iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.498031] Modules linked in: ccm pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep snd_hda_codec_hdmi nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c iptable_filter ip_tables x_tables arc4 snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_seq_midi kvm_intel bridge snd_seq_midi_event stp llc joydev kvm snd_rawmidi irqbypass input_leds crct10dif_pclmul iwlmvm crc32_pclmul ghash_clmulni_intel snd_seq mac80211 pcbc iwlwifi aesni_intel aes_x86_64 snd_seq_device crypto_simd glue_helper snd_timer cryptd cfg80211 snd intel_cstate intel_rapl_perf mei_me soundcore shpchp mei hci_uart btbcm serdev btqca btintel
Oct 24 21:34:25 zippy kernel: [  265.498100]  bluetooth ecdh_generic intel_lpss_acpi intel_lpss acpi_als mac_hid kfifo_buf tpm_infineon acpi_pad industrialio parport_pc ppdev lp parport autofs4 i915 i2c_algo_bit e1000e drm_kms_helper syscopyarea ptp sysfillrect e100 hid_generic sysimgblt pps_core mii fb_sys_fops e1000 usbhid drm ahci libahci wmi i2c_hid pinctrl_sunrisepoint video pinctrl_intel hid
Oct 24 21:34:25 zippy kernel: [  265.498143] CPU: 4 PID: 544 Comm: irq/127-iwlwifi Tainted: G        W  OE   4.13.0-041300-generic #201709031731
Oct 24 21:34:25 zippy kernel: [  265.498144] Hardware name: Gigabyte Technology Co., Ltd. Z170M-D3H/Z170M-D3H-CF, BIOS F20 11/17/2016
Oct 24 21:34:25 zippy kernel: [  265.498147] task: ffff9b07698a4740 task.stack: ffffbff9824d4000
Oct 24 21:34:25 zippy kernel: [  265.498160] RIP: 0010:iwl_mvm_rx_tx_cmd+0x698/0x7d0 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.498162] RSP: 0018:ffffbff9824d7cb0 EFLAGS: 00050202
Oct 24 21:34:25 zippy kernel: [  265.498166] RAX: 0000000001051010 RBX: ffff9b0767751568 RCX: 000000000000064b
Oct 24 21:34:25 zippy kernel: [  265.498168] RDX: 000000000000064a RSI: ffff9b077ed20380 RDI: ffffe59890a29a80
Oct 24 21:34:25 zippy kernel: [  265.498170] RBP: ffffbff9824d7d30 R08: ffff9b0764c71f30 R09: ffffffffc093e999
Oct 24 21:34:25 zippy kernel: [  265.498171] R10: ffff9b07636f8000 R11: ffffffffaa2794f0 R12: 0000000000000088
Oct 24 21:34:25 zippy kernel: [  265.498173] R13: ffff9b0764c71f00 R14: 0000000000000250 R15: ffff9b064c1de000
Oct 24 21:34:25 zippy kernel: [  265.498176] FS:  0000000000000000(0000) GS:ffff9b077ed00000(0000) knlGS:0000000000000000
Oct 24 21:34:25 zippy kernel: [  265.498178] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 24 21:34:25 zippy kernel: [  265.498180] CR2: 0000000800ece860 CR3: 0000000313009000 CR4: 00000000003426e0
Oct 24 21:34:25 zippy kernel: [  265.498182] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 24 21:34:25 zippy kernel: [  265.498184] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Oct 24 21:34:25 zippy kernel: [  265.498185] Call Trace:
Oct 24 21:34:25 zippy kernel: [  265.498190]  ? wake_up_process+0x15/0x20
Oct 24 21:34:25 zippy kernel: [  265.498205]  iwl_mvm_rx_common+0x77/0x250 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.498218]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
Oct 24 21:34:25 zippy kernel: [  265.498232]  iwl_pcie_rx_handle+0x22b/0x9a0 [iwlwifi]
Oct 24 21:34:25 zippy kernel: [  265.498258]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]
Oct 24 21:34:25 zippy kernel: [  265.498264]  ? irq_finalize_oneshot.part.38+0xf0/0xf0
Oct 24 21:34:25 zippy kernel: [  265.498269]  irq_thread_fn+0x20/0x50
Oct 24 21:34:25 zippy kernel: [  265.498274]  irq_thread+0x12f/0x1a0
Oct 24 21:34:25 zippy kernel: [  265.498280]  ? irq_forced_thread_fn+0x70/0x70
Oct 24 21:34:25 zippy kernel: [  265.498283]  kthread+0x125/0x140
Oct 24 21:34:25 zippy kernel: [  265.498288]  ? irq_thread_check_affinity+0xe0/0xe0
Oct 24 21:34:25 zippy kernel: [  265.498292]  ? kthread_create_on_node+0x70/0x70
Oct 24 21:34:25 zippy kernel: [  265.498298]  ret_from_fork+0x25/0x30
Oct 24 21:34:25 zippy kernel: [  265.498301] Code: 89 f7 e8 dc c5 18 00 e9 24 ff ff ff 8b 4d 98 48 c7 c2 99 3a 97 c0 48 89 df 4c 89 45 88 e8 51 19 02 00 4c 8b 45 88 e9 87 fb ff ff <0f> ff e9 64 fb ff ff 0f ff e9 6d fa ff ff 48 63 45 a8 0f b7 4d
Oct 24 21:34:25 zippy kernel: [  265.498367] ---[ end trace 22ccae5d67387e2a ]---


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux