I have a D-Link DWA-140 USB Wi-Fi device which is rt2800 based (5392 chipset).
I've been testing it on a BeagleBone Black running an Ubuntu 16.04 image (4.4.6
kernel).
(For the following, I am testing with a USB hub, because as I said in a
previous e-mail, I get a kernel panic if I try to plug it in directly to the
BeagleBone Black without the hub. However, I have also had this issue on a
BeagleBone Black-based device running a 3.14.x Yocto-built kernel, where I was
able to use it without a hub, and this issue also occurs when the device is
plugged directly into the BeagleBone Black.)
If I plug in the rt2800 device, and wait for it to connect to an access point,
then try to disable it by various methods, I get a kernel soft lockup.
Various methods to disable the device which cause the kernel soft lockup
include (while current directory is e.g. /sys/bus/usb/devices/1-1.3):
echo 0 > authorized
echo -1 > bConfigurationValue
modprobe -r rt2800usb
echo 1-1.3 > driver/unbind
On the 4.4.6 kernel, they sometimes succeed, but often cause a soft lockup. On
the 3.14.x Yocto-built kernel, I found they always fail if the Wi-Fi device is
in-use (operating in client or access point mode) but succeed if it is idle.
E.g. in a recent test doing "echo 0 > authorized", I got the following in the
serial debug console:
[ 172.167656] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s!
[kworker/u2:0:6]
[ 200.167589] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
[ 228.167550] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
In this case, I was able to do a couple of successful "echo 0 > authorized" and
then re-enable with "echo 1 > authorized", before the lockup occurred on a
third "echo 0 > authorized". I'm attaching the corresponding dmesg dump.
--
Craig McQueen
[ 172.167656] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s!
[kworker/u2:0:6]
[ 200.167589] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
[ 228.167550] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
craigm@beaglebone-craig:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.6-ti-r15 (root@b3-jetson-tk1-2gb) (gcc version
5.3.1 20160330 (Ubuntu/Linaro 5.3.1-13ubuntu3) ) #1 SMP Tue Apr 5 12:32:22 UTC
2016
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
instruction cache
[ 0.000000] Machine model: TI AM335x BeagleBone Black
[ 0.000000] cma: Reserved 24 MiB at 0x9e000000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 130560
[ 0.000000] free_area_init_node: node 0, pgdat c0c25540, node_mem_map
df96d000
[ 0.000000] Normal zone: 1152 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 130560 pages, LIFO batch:31
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon )
[ 0.000000] PERCPU: Embedded 13 pages/cpu @df925000 s24268 r8192 d20788
u53248
[ 0.000000] pcpu-alloc: s24268 r8192 d20788 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 129408
[ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8
root=/dev/mmcblk0p1 rootfstype=ext4 rootwait coherent_pool=1M quiet
cape_universal=enable
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 474464K/522240K available (7303K kernel code, 912K
rwdata, 3696K rodata, 584K init, 906K bss, 23200K reserved, 24576K
cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
.text : 0xc0008000 - 0xc0ac5f34 (11000 kB)
.init : 0xc0ac6000 - 0xc0b58000 ( 584 kB)
.data : 0xc0b58000 - 0xc0c3c100 ( 913 kB)
.bss : 0xc0c3f000 - 0xc0d21b90 ( 907 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128
interrupts
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every
89478484971ns
[ 0.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 79635851949 ns
[ 0.000043] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000220] Console: colour dummy device 80x30
[ 0.000363] console [tty0] enabled
[ 0.000384] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000391] This ensures that you still see kernel messages. Please
[ 0.000398] update your kernel commandline.
[ 0.000415] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[ 0.046940] pid_max: default: 32768 minimum: 301
[ 0.047073] Security Framework initialized
[ 0.047087] Yama: becoming mindful.
[ 0.047119] AppArmor: AppArmor disabled by boot time parameter
[ 0.047277] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.047289] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.048066] Initializing cgroup subsys io
[ 0.048096] Initializing cgroup subsys memory
[ 0.048137] Initializing cgroup subsys devices
[ 0.048155] Initializing cgroup subsys freezer
[ 0.048171] Initializing cgroup subsys net_cls
[ 0.048184] Initializing cgroup subsys perf_event
[ 0.048199] Initializing cgroup subsys net_prio
[ 0.048214] Initializing cgroup subsys pids
[ 0.048272] CPU: Testing write buffer coherency: ok
[ 0.048324] ftrace: allocating 33890 entries in 67 pages
[ 0.132198] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.132316] Setting up static identity map for 0x80008240 - 0x8000828c
[ 0.135695] Brought up 1 CPUs
[ 0.135716] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[ 0.135724] CPU: All CPU(s) started in SVC mode.
[ 0.137137] devtmpfs: initialized
[ 0.155235] VFP support v0.3: implementor 41 architecture 3 part 30 variant
c rev 3
[ 0.175144] omap_hwmod: debugss: _wait_target_disable failed
[ 0.228737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 7645041785100000 ns
[ 0.230833] xor: measuring software checksum speed
[ 0.266944] arm4regs : 1222.000 MB/sec
[ 0.306939] 8regs : 1094.000 MB/sec
[ 0.346941] 32regs : 1057.000 MB/sec
[ 0.386939] neon : 1762.000 MB/sec
[ 0.386946] xor: using function: neon (1762.000 MB/sec)
[ 0.387039] pinctrl core: initialized pinctrl subsystem
[ 0.388949] NET: Registered protocol family 16
[ 0.392417] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.393620] cpuidle: using governor ladder
[ 0.393639] cpuidle: using governor menu
[ 0.398636] OMAP GPIO hardware version 0.1
[ 0.409897] No ATAGs?
[ 0.409930] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.410483] omap4_sram_init:Unable to allocate sram needed to handle errata
I688
[ 0.410498] omap4_sram_init:Unable to get sram pool needed to handle errata
I688
[ 0.486961] raid6: int32x1 gen() 263 MB/s
[ 0.554952] raid6: int32x1 xor() 229 MB/s
[ 0.622984] raid6: int32x2 gen() 390 MB/s
[ 0.691017] raid6: int32x2 xor() 269 MB/s
[ 0.758992] raid6: int32x4 gen() 395 MB/s
[ 0.827031] raid6: int32x4 xor() 270 MB/s
[ 0.895024] raid6: int32x8 gen() 368 MB/s
[ 0.962981] raid6: int32x8 xor() 243 MB/s
[ 1.030963] raid6: neonx1 gen() 1469 MB/s
[ 1.098956] raid6: neonx1 xor() 847 MB/s
[ 1.166969] raid6: neonx2 gen() 1796 MB/s
[ 1.234952] raid6: neonx2 xor() 1154 MB/s
[ 1.302987] raid6: neonx4 gen() 1203 MB/s
[ 1.370964] raid6: neonx4 xor() 994 MB/s
[ 1.438942] raid6: neonx8 gen() 925 MB/s
[ 1.506939] raid6: neonx8 xor() 800 MB/s
[ 1.506946] raid6: using algorithm neonx2 gen() 1796 MB/s
[ 1.506952] raid6: .... xor() 1154 MB/s, rmw enabled
[ 1.506959] raid6: using intx1 recovery algorithm
[ 1.515889] edma 49000000.edma: TI EDMA DMA engine driver
[ 1.520460] SCSI subsystem initialized
[ 1.520834] libata version 3.00 loaded.
[ 1.521159] usbcore: registered new interface driver usbfs
[ 1.521227] usbcore: registered new interface driver hub
[ 1.521320] usbcore: registered new device driver usb
[ 1.521890] omap_i2c 44e0b000.i2c: could not find pctldev for node
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[ 1.521938] omap_i2c 4819c000.i2c: could not find pctldev for node
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[ 1.522064] media: Linux media interface: v0.10
[ 1.522125] Linux video capture interface: v2.00
[ 1.522221] pps_core: LinuxPPS API ver. 1 registered
[ 1.522229] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
Giometti <[email protected]>
[ 1.522255] PTP clock support registered
[ 1.522874] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 1.524283] NetLabel: Initializing
[ 1.524299] NetLabel: domain hash size = 128
[ 1.524304] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.524367] NetLabel: unlabeled traffic allowed by default
[ 1.524734] clocksource: Switched to clocksource timer1
[ 1.632034] NET: Registered protocol family 2
[ 1.632875] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.632925] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.632983] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.633053] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 1.633073] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 1.633357] NET: Registered protocol family 1
[ 1.633868] RPC: Registered named UNIX socket transport module.
[ 1.633881] RPC: Registered udp transport module.
[ 1.633887] RPC: Registered tcp transport module.
[ 1.633893] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.634464] Unpacking initramfs...
[ 1.947607] Freeing initrd memory: 4348K (c8080000 - c84bf000)
[ 1.948258] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5
counters available
[ 1.950754] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 1.950869] audit: initializing netlink subsys (disabled)
[ 1.950937] audit: type=2000 audit(1.888:1): initialized
[ 1.960661] zbud: loaded
[ 1.961385] VFS: Disk quotas dquot_6.6.0
[ 1.961630] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.964154] NFS: Registering the id_resolver key type
[ 1.964214] Key type id_resolver registered
[ 1.964221] Key type id_legacy registered
[ 1.964248] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.964576] fuse init (API version 7.23)
[ 1.965275] SGI XFS with ACLs, security attributes, realtime, no debug
enabled
[ 1.972880] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
249)
[ 1.973156] io scheduler noop registered
[ 1.973172] io scheduler deadline registered
[ 1.973235] io scheduler cfq registered (default)
[ 1.974523] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 1.975926] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 1.977317] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 1.980121] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud
= 3000000) is a 8250
[ 1.987651] console [ttyS0] enabled
[ 1.989151] [drm] Initialized drm 1.1.0 20060810
[ 2.040796] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 2.040816] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 2.041152] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[ 2.048391] libphy: 4a101000.mdio: probed
[ 2.048422] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00,
driver SMSC LAN8710/LAN8720
[ 2.049260] cpsw 4a100000.ethernet: Detected MACID = d0:39:72:53:ef:0e
[ 2.051001] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.051057] ehci-platform: EHCI generic platform driver
[ 2.051230] ehci-omap: OMAP-EHCI Host Controller driver
[ 2.051626] usbcore: registered new interface driver usb-storage
[ 2.053447] 47401300.usb-phy supply vcc not found, using dummy regulator
[ 2.055590] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine,
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.055606] musb-hdrc: MHDRC RTL version 2.0
[ 2.055614] musb-hdrc: setup fifo_mode 4
[ 2.055632] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.056912] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 2.058921] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine,
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.058937] musb-hdrc: MHDRC RTL version 2.0
[ 2.058944] musb-hdrc: setup fifo_mode 4
[ 2.058958] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.059092] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 2.059126] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus
number 1
[ 2.059369] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.059383] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.059392] usb usb1: Product: MUSB HDRC host driver
[ 2.059401] usb usb1: Manufacturer: Linux 4.4.6-ti-r15 musb-hcd
[ 2.059410] usb usb1: SerialNumber: musb-hdrc.1.auto
[ 2.060201] hub 1-0:1.0: USB hub found
[ 2.060256] hub 1-0:1.0: 1 port detected
[ 2.069590] mousedev: PS/2 mouse device common for all mice
[ 2.071316] omap_rtc 44e3e000.rtc: already running
[ 2.071721] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 2.072485] i2c /dev entries driver
[ 2.074182] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.074956] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 2.106220] omap_hsmmc 48060000.mmc: card busy
[ 2.112225] omap_hsmmc 48060000.mmc: card busy
[ 2.138109] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.138776] usbcore: registered new interface driver usbhid
[ 2.138787] usbhid: USB HID core driver
[ 2.139065] ashmem: initialized
[ 2.139828] remoteproc0: wkup_m3 is available
[ 2.139842] remoteproc0: Note: remoteproc is still under development and
considered experimental.
[ 2.139849] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and
backward compatibility isn't yet guaranteed.
[ 2.143098] NET: Registered protocol family 10
[ 2.144460] mip6: Mobile IPv6
[ 2.144486] NET: Registered protocol family 17
[ 2.144602] Key type dns_resolver registered
[ 2.144616] mpls_gso: MPLS GSO support
[ 2.144978] omap_voltage_late_init: Voltage driver support not added
[ 2.152176] PM: Cannot get wkup_m3_ipc handle
[ 2.156691] ThumbEE CPU extension supported.
[ 2.156999] Registering SWP/SWPB emulation handler
[ 2.158033] registered taskstats version 1
[ 2.158201] zswap: loaded using pool lzo/zbud
[ 2.161327] Btrfs loaded
[ 2.182527] mmc0: host does not support reading read-only switch, assuming
write-enable
[ 2.185163] Key type encrypted registered
[ 2.186148] mmc0: new high speed SDHC card at address aaaa
[ 2.189027] input: tps65217_pwr_but as
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[ 2.189216] mmcblk0: mmc0:aaaa SS04G 3.69 GiB
[ 2.190676] mmcblk0: p1
[ 2.192601] omap_hsmmc 481d8000.mmc: card busy
[ 2.198718] omap_hsmmc 481d8000.mmc: card busy
[ 2.218750] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 2.219243] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.219469] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.221131] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.221525] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.221872] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.222236] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 2.222275] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 2.223295] remoteproc0: powering up wkup_m3
[ 2.223357] remoteproc0: Booting fw image am335x-pm-firmware.elf, size
219735
[ 2.223604] remoteproc0: remote processor wkup_m3 is now up
[ 2.223629] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
[ 2.229331] bone_capemgr bone_capemgr: Baseboard:
'A335BNLT,000C,3814BBBK1080'
[ 2.229362] bone_capemgr bone_capemgr:
compatible-baseboard=ti,beaglebone-black - #slots=4
[ 2.242347] mmc1: MAN_BKOPS_EN bit is not set
[ 2.246772] mmc1: new high speed MMC card at address 0001
[ 2.247613] mmcblk1: mmc1:0001 MMC04G 3.60 GiB
[ 2.247998] mmcblk1boot0: mmc1:0001 MMC04G partition 1 2.00 MiB
[ 2.248370] mmcblk1boot1: mmc1:0001 MMC04G partition 2 2.00 MiB
[ 2.268761] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.312742] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.356740] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.400736] bone_capemgr bone_capemgr: slot #3: No cape found
[ 2.406616] bone_capemgr bone_capemgr: initialized OK.
[ 2.407938] PM: bootloader does not support rtc-only!
[ 2.408446] omap_rtc 44e3e000.rtc: setting system clock to 2016-04-27
06:26:35 UTC (1461738395)
[ 2.408468] of_cfs_init
[ 2.408573] of_cfs_init: OK
[ 2.413888] PM: Hibernation image not present or could not be loaded.
[ 2.415064] Freeing unused kernel memory: 584K (c0ac6000 - c0b58000)
[ 2.513028] random: systemd-udevd urandom read with 13 bits of entropy
available
[ 2.656937] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[ 2.787229] usb 1-1: New USB device found, idVendor=2109, idProduct=2812
[ 2.787251] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.787261] usb 1-1: Product: USB2.0 Hub
[ 2.787270] usb 1-1: Manufacturer: VIA Labs, Inc.
[ 2.788301] hub 1-1:1.0: USB hub found
[ 2.788581] hub 1-1:1.0: 4 ports detected
[ 3.168078] tda998x 0-0070: found TDA19988
[ 3.169856] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
[ 3.169880] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.169887] [drm] No driver support for vblank timestamp query.
[ 3.170305] tilcdc 4830e000.lcdc: No connectors reported connected with modes
[ 3.170328] [drm] Cannot find any crtc or sizes - going 1024x768
[ 3.185299] Console: switching to colour frame buffer device 128x48
[ 3.218003] tilcdc 4830e000.lcdc: fb0: frame buffer device
[ 3.218032] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[ 3.554594] EXT4-fs (mmcblk0p1): INFO: recovery required on readonly
filesystem
[ 3.554617] EXT4-fs (mmcblk0p1): write access will be enabled during recovery
[ 4.305648] EXT4-fs (mmcblk0p1): recovery complete
[ 4.314359] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode.
Opts: (null)
[ 4.759210] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS
+ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 4.759828] systemd[1]: Detected architecture arm.
[ 4.761073] systemd[1]: Set hostname to <beaglebone-craig>.
[ 5.205604] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 5.207065] systemd[1]: Created slice System Slice.
[ 5.207369] systemd[1]: Listening on udev Kernel Socket.
[ 5.209331] systemd[1]: Set up automount Arbitrary Executable File Formats
File System Automount Point.
[ 5.209703] systemd[1]: Listening on Syslog Socket.
[ 5.210648] systemd[1]: Created slice system-getty.slice.
[ 5.211052] systemd[1]: Started Forward Password Requests to Wall Directory
Watch.
[ 5.211867] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 5.212252] systemd[1]: Started Dispatch Password Requests to Console
Directory Watch.
[ 5.212542] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.212686] systemd[1]: Reached target Swap.
[ 5.213471] systemd[1]: Listening on Journal Audit Socket.
[ 5.213751] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.214045] systemd[1]: Listening on udev Control Socket.
[ 5.214374] systemd[1]: Listening on Journal Socket.
[ 5.220999] systemd[1]: Starting Load Kernel Modules...
[ 5.255276] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.273897] systemd[1]: Starting File System Check on Root Device...
[ 5.306963] systemd[1]: Mounting /sys/kernel/debug...
[ 5.343415] systemd[1]: Starting Journal Service...
[ 5.402735] systemd[1]: Starting Nameserver information manager...
[ 5.549019] systemd[1]: Started Read required files in advance.
[ 5.601066] systemd[1]: Starting Create list of required static device nodes
for the current kernel...
[ 5.601247] systemd[1]: Reached target Remote File Systems (Pre).
[ 5.601379] systemd[1]: Reached target Remote File Systems.
[ 5.601500] systemd[1]: Reached target Encrypted Volumes.
[ 5.602455] systemd[1]: Created slice User and Session Slice.
[ 5.602592] systemd[1]: Reached target Slices.
[ 5.678525] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.678717] systemd[1]: Mounted /sys/kernel/debug.
[ 5.680354] systemd[1]: Started Load Kernel Modules.
[ 5.691127] systemd[1]: Started File System Check on Root Device.
[ 5.700858] systemd[1]: ureadahead.service: Main process exited,
code=exited, status=5/NOTINSTALLED
[ 5.730671] systemd[1]: ureadahead.service: Unit entered failed state.
[ 5.730919] systemd[1]: ureadahead.service: Failed with result 'exit-code'.
[ 5.732523] systemd[1]: Started Create list of required static device nodes
for the current kernel.
[ 5.756399] systemd[1]: Started Nameserver information manager.
[ 5.926783] systemd[1]: Started Journal Service.
[ 6.842324] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
[ 8.510267] systemd-journald[160]: Received request to flush runtime journal
from PID 1
[ 9.853393] net eth0: initializing cpsw version 1.12 (0)
[ 9.855785] net eth0: phy found : id is : 0x7c0f1
[ 9.873120] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.242616] random: nonblocking pool is initialized
[ 12.490537] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 12.688352] using random self ethernet address
[ 12.688379] using random host ethernet address
[ 12.688393] using host ethernet address: D0:39:72:53:EF:10
[ 12.688401] using self ethernet address: D0:39:72:53:EF:01
[ 12.689521] usb0: HOST MAC d0:39:72:53:ef:10
[ 12.691884] usb0: MAC d0:39:72:53:ef:01
[ 12.691956] using random self ethernet address
[ 12.691967] using random host ethernet address
[ 12.692076] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 12.692087] g_ether gadget: g_ether ready
[ 12.869614] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow
control rx/tx
[ 12.869690] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.175224] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 13.175250] omap-sham 53100000.sham: initialization failed.
[ 13.306385] omap-sham: probe of 53100000.sham failed with error -22
[ 13.306786] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 13.490617] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
[ 14.859026] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 58.456848] usb 1-1.3: new high-speed USB device number 3 using musb-hdrc
[ 58.573161] usb 1-1.3: New USB device found, idVendor=2001, idProduct=3c20
[ 58.573210] usb 1-1.3: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 58.573242] usb 1-1.3: Product: 802.11 n WLAN
[ 58.573271] usb 1-1.3: Manufacturer: Ralink
[ 58.573299] usb 1-1.3: SerialNumber: 1.0
[ 59.984804] usb 1-1.3: reset high-speed USB device number 3 using musb-hdrc
[ 60.094050] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5392, rev 0223
detected
[ 60.110477] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5372 detected
[ 60.206287] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 60.226282] usbcore: registered new interface driver rt2800usb
[ 60.344470] rt2800usb 1-1.3:1.0 wlx9cd64384611d: renamed from wlan0
[ 60.712035] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading
firmware file 'rt2870.bin'
[ 60.716023] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware
detected - version: 0.29
[ 60.868478] IPv6: ADDRCONF(NETDEV_UP): wlx9cd64384611d: link is not ready
[ 63.141897] wlx9cd64384611d: authenticate with e8:94:f6:5a:95:9a
[ 63.182104] wlx9cd64384611d: send auth to e8:94:f6:5a:95:9a (try 1/3)
[ 63.185036] wlx9cd64384611d: authenticated
[ 63.197005] wlx9cd64384611d: associate with e8:94:f6:5a:95:9a (try 1/3)
[ 63.199168] wlx9cd64384611d: RX AssocResp from e8:94:f6:5a:95:9a
(capab=0x411 status=0 aid=1)
[ 63.208135] wlx9cd64384611d: associated
[ 63.208259] IPv6: ADDRCONF(NETDEV_CHANGE): wlx9cd64384611d: link becomes
ready
[ 88.181259] wlx9cd64384611d: deauthenticating from e8:94:f6:5a:95:9a by
local choice (Reason: 3=DEAUTH_LEAVING)
[ 98.082425] usb 1-1.3: reset high-speed USB device number 3 using musb-hdrc
[ 98.191549] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5392, rev 0223
detected
[ 98.218343] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 5372 detected
[ 98.239211] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 98.265393] usb 1-1.3: authorized to connect
[ 99.220217] rt2800usb 1-1.3:1.0 wlx9cd64384611d: renamed from wlan0
[ 99.615522] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading
firmware file 'rt2870.bin'
[ 99.615702] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware
detected - version: 0.29
[ 99.770448] IPv6: ADDRCONF(NETDEV_UP): wlx9cd64384611d: link is not ready
[ 102.152676] wlx9cd64384611d: authenticate with e8:94:f6:5a:95:9a
[ 102.192992] wlx9cd64384611d: send auth to e8:94:f6:5a:95:9a (try 1/3)
[ 102.194456] wlx9cd64384611d: authenticated
[ 102.207490] wlx9cd64384611d: associate with e8:94:f6:5a:95:9a (try 1/3)
[ 102.209506] wlx9cd64384611d: RX AssocResp from e8:94:f6:5a:95:9a
(capab=0x411 status=0 aid=1)
[ 102.214602] wlx9cd64384611d: associated
[ 102.214679] IPv6: ADDRCONF(NETDEV_CHANGE): wlx9cd64384611d: link becomes
ready
[ 110.042484] wlx9cd64384611d: deauthenticating from e8:94:f6:5a:95:9a by
local choice (Reason: 3=DEAUTH_LEAVING)
[ 114.382639] usb 1-1.3: reset high-speed USB device number 3 using musb-hdrc
[ 114.491861] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 5392, rev 0223
detected
[ 114.517671] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 5372 detected
[ 114.530647] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
[ 114.552601] usb 1-1.3: authorized to connect
[ 115.488511] rt2800usb 1-1.3:1.0 wlx9cd64384611d: renamed from wlan0
[ 115.918495] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading
firmware file 'rt2870.bin'
[ 115.918679] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware
detected - version: 0.29
[ 116.066294] IPv6: ADDRCONF(NETDEV_UP): wlx9cd64384611d: link is not ready
[ 118.441140] wlx9cd64384611d: authenticate with e8:94:f6:5a:95:9a
[ 118.473814] wlx9cd64384611d: send auth to e8:94:f6:5a:95:9a (try 1/3)
[ 118.475857] wlx9cd64384611d: authenticated
[ 118.482728] wlx9cd64384611d: associate with e8:94:f6:5a:95:9a (try 1/3)
[ 118.485201] wlx9cd64384611d: RX AssocResp from e8:94:f6:5a:95:9a
(capab=0x411 status=0 aid=1)
[ 118.495337] wlx9cd64384611d: associated
[ 118.495458] IPv6: ADDRCONF(NETDEV_CHANGE): wlx9cd64384611d: link becomes
ready
[ 172.167656] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s!
[kworker/u2:0:6]
[ 172.175694] Modules linked in: ccm arc4 rt2800usb rt2800lib rt2x00usb
rt2x00lib mac80211 crc_ccitt cfg80211 rfkill snd_soc_simple_card omap_aes
omap_sham usb_f_ecm g_ether usb_f_rndis u_ether libcomposite omap_rng rng_core
snd_soc_davinci_mcasp snd_soc_edma snd_soc_omap spi_omap2_mcspi
snd_soc_hdmi_codec snd_soc_core snd_pcm_dmaengine snd_pcm snd_timer snd
soundcore evdev uio_pdrv_genirq uio tilcdc tda998x
[ 172.176026] CPU: 0 PID: 6 Comm: kworker/u2:0 Not tainted 4.4.6-ti-r15 #1
[ 172.176051] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 172.176151] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 172.176183] task: dd8d2080 ti: dd8ee000 task.ti: dd8ee000
[ 172.176232] PC is at v7_dma_inv_range+0x34/0x40
[ 172.176261] LR is at __dma_page_cpu_to_dev+0x21/0x74
[ 172.176290] pc : [<c001c2aa>] lr : [<c001913d>] psr: 80000033
sp : dd8efd10 ip : dde4404c fp : c0c29e18
[ 172.176321] r10: 00000000 r9 : 00000f14 r8 : 00000002
[ 172.176344] r7 : 00000002 r6 : 00000f14 r5 : 0000004c r4 : dfda1190
[ 172.176369] r3 : 0000003f r2 : 00000040 r1 : dde44f40 r0 : dde44480
[ 172.176397] Flags: Nzcv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment
none
[ 172.176423] Control: 50c5387d Table: 9dc98019 DAC: 00000051
[ 172.176453] CPU: 0 PID: 6 Comm: kworker/u2:0 Not tainted 4.4.6-ti-r15 #1
[ 172.176474] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 172.176528] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 172.176603] [<c0015b5d>] (unwind_backtrace) from [<c001239d>]
(show_stack+0x11/0x14)
[ 172.176654] [<c001239d>] (show_stack) from [<c03c460b>]
(dump_stack+0x67/0x74)
[ 172.176703] [<c03c460b>] (dump_stack) from [<c00bb3f5>]
(watchdog_timer_fn+0x18d/0x1dc)
[ 172.176753] [<c00bb3f5>] (watchdog_timer_fn) from [<c0085aab>]
(__hrtimer_run_queues+0x133/0x288)
[ 172.176798] [<c0085aab>] (__hrtimer_run_queues) from [<c008629b>]
(hrtimer_interrupt+0x9f/0x1ac)
[ 172.176843] [<c008629b>] (hrtimer_interrupt) from [<c0021d13>]
(omap2_gp_timer_interrupt+0x23/0x28)
[ 172.176898] [<c0021d13>] (omap2_gp_timer_interrupt) from [<c0077203>]
(handle_irq_event_percpu+0x67/0x1b4)
[ 172.176943] [<c0077203>] (handle_irq_event_percpu) from [<c0077389>]
(handle_irq_event+0x39/0x50)
[ 172.176989] [<c0077389>] (handle_irq_event) from [<c00797e9>]
(handle_level_irq+0x6d/0xc4)
[ 172.177033] [<c00797e9>] (handle_level_irq) from [<c0076b19>]
(generic_handle_irq+0x1d/0x28)
[ 172.177076] [<c0076b19>] (generic_handle_irq) from [<c0076d11>]
(__handle_domain_irq+0x45/0x84)
[ 172.177125] [<c0076d11>] (__handle_domain_irq) from [<c06e2b8d>]
(__irq_svc+0x4d/0x74)
[ 172.177172] [<c06e2b8d>] (__irq_svc) from [<c001c2aa>]
(v7_dma_inv_range+0x34/0x40)
[ 172.177214] [<c001c2aa>] (v7_dma_inv_range) from [<c001913d>]
(__dma_page_cpu_to_dev+0x21/0x74)
[ 172.177252] [<c001913d>] (__dma_page_cpu_to_dev) from [<c001921f>]
(arm_dma_map_page+0x57/0x58)
[ 172.177299] [<c001921f>] (arm_dma_map_page) from [<c04fd5ad>]
(usb_hcd_map_urb_for_dma+0x361/0x3c4)
[ 172.177343] [<c04fd5ad>] (usb_hcd_map_urb_for_dma) from [<c04fda1b>]
(usb_hcd_submit_urb+0x23f/0x6f4)
[ 172.177408] [<c04fda1b>] (usb_hcd_submit_urb) from [<bfa9644b>]
(rt2x00usb_kick_rx_entry+0x82/0xac [rt2x00usb])
[ 172.177531] [<bfa9644b>] (rt2x00usb_kick_rx_entry [rt2x00usb]) from
[<bfa9648f>] (rt2x00usb_clear_entry+0x1a/0x1c [rt2x00usb])
[ 172.177732] [<bfa9648f>] (rt2x00usb_clear_entry [rt2x00usb]) from
[<bfa845db>] (rt2x00lib_rxdone+0xe6/0x400 [rt2x00lib])
[ 172.177873] [<bfa845db>] (rt2x00lib_rxdone [rt2x00lib]) from [<bfa96a77>]
(rt2x00usb_work_rxdone+0x46/0x6c [rt2x00usb])
[ 172.177955] [<bfa96a77>] (rt2x00usb_work_rxdone [rt2x00usb]) from
[<c0043bdb>] (process_one_work+0xef/0x334)
[ 172.178003] [<c0043bdb>] (process_one_work) from [<c0043f05>]
(worker_thread+0xe5/0x380)
[ 172.178049] [<c0043f05>] (worker_thread) from [<c0047fab>]
(kthread+0xab/0xc0)
[ 172.178099] [<c0047fab>] (kthread) from [<c000ecb5>]
(ret_from_fork+0x11/0x1c)
[ 200.167589] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
[ 200.175592] Modules linked in: ccm arc4 rt2800usb rt2800lib rt2x00usb
rt2x00lib mac80211 crc_ccitt cfg80211 rfkill snd_soc_simple_card omap_aes
omap_sham usb_f_ecm g_ether usb_f_rndis u_ether libcomposite omap_rng rng_core
snd_soc_davinci_mcasp snd_soc_edma snd_soc_omap spi_omap2_mcspi
snd_soc_hdmi_codec snd_soc_core snd_pcm_dmaengine snd_pcm snd_timer snd
soundcore evdev uio_pdrv_genirq uio tilcdc tda998x
[ 200.175912] CPU: 0 PID: 6 Comm: kworker/u2:0 Tainted: G L
4.4.6-ti-r15 #1
[ 200.175938] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 200.176027] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 200.176058] task: dd8d2080 ti: dd8ee000 task.ti: dd8ee000
[ 200.176102] PC is at v7_dma_inv_range+0x34/0x40
[ 200.176130] LR is at __dma_page_cpu_to_dev+0x21/0x74
[ 200.176160] pc : [<c001c2aa>] lr : [<c001913d>] psr: 80000033
sp : dd8efd10 ip : dc88c04c fp : c0c29e18
[ 200.176190] r10: 00000000 r9 : 00000f14 r8 : 00000002
[ 200.176214] r7 : 00000002 r6 : 00000f14 r5 : 0000004c r4 : dfd703b0
[ 200.176237] r3 : 0000003f r2 : 00000040 r1 : dc88cf40 r0 : dc88c280
[ 200.176265] Flags: Nzcv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment
none
[ 200.176291] Control: 50c5387d Table: 9dc98019 DAC: 00000051
[ 200.176321] CPU: 0 PID: 6 Comm: kworker/u2:0 Tainted: G L
4.4.6-ti-r15 #1
[ 200.176343] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 200.176398] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 200.176467] [<c0015b5d>] (unwind_backtrace) from [<c001239d>]
(show_stack+0x11/0x14)
[ 200.176516] [<c001239d>] (show_stack) from [<c03c460b>]
(dump_stack+0x67/0x74)
[ 200.176563] [<c03c460b>] (dump_stack) from [<c00bb3f5>]
(watchdog_timer_fn+0x18d/0x1dc)
[ 200.176614] [<c00bb3f5>] (watchdog_timer_fn) from [<c0085aab>]
(__hrtimer_run_queues+0x133/0x288)
[ 200.176659] [<c0085aab>] (__hrtimer_run_queues) from [<c008629b>]
(hrtimer_interrupt+0x9f/0x1ac)
[ 200.176704] [<c008629b>] (hrtimer_interrupt) from [<c0021d13>]
(omap2_gp_timer_interrupt+0x23/0x28)
[ 200.176757] [<c0021d13>] (omap2_gp_timer_interrupt) from [<c0077203>]
(handle_irq_event_percpu+0x67/0x1b4)
[ 200.176802] [<c0077203>] (handle_irq_event_percpu) from [<c0077389>]
(handle_irq_event+0x39/0x50)
[ 200.176849] [<c0077389>] (handle_irq_event) from [<c00797e9>]
(handle_level_irq+0x6d/0xc4)
[ 200.176892] [<c00797e9>] (handle_level_irq) from [<c0076b19>]
(generic_handle_irq+0x1d/0x28)
[ 200.176934] [<c0076b19>] (generic_handle_irq) from [<c0076d11>]
(__handle_domain_irq+0x45/0x84)
[ 200.176980] [<c0076d11>] (__handle_domain_irq) from [<c06e2b8d>]
(__irq_svc+0x4d/0x74)
[ 200.177025] [<c06e2b8d>] (__irq_svc) from [<c001c2aa>]
(v7_dma_inv_range+0x34/0x40)
[ 200.177066] [<c001c2aa>] (v7_dma_inv_range) from [<c001913d>]
(__dma_page_cpu_to_dev+0x21/0x74)
[ 200.177105] [<c001913d>] (__dma_page_cpu_to_dev) from [<c001921f>]
(arm_dma_map_page+0x57/0x58)
[ 200.177151] [<c001921f>] (arm_dma_map_page) from [<c04fd5ad>]
(usb_hcd_map_urb_for_dma+0x361/0x3c4)
[ 200.177193] [<c04fd5ad>] (usb_hcd_map_urb_for_dma) from [<c04fda1b>]
(usb_hcd_submit_urb+0x23f/0x6f4)
[ 200.177260] [<c04fda1b>] (usb_hcd_submit_urb) from [<bfa9644b>]
(rt2x00usb_kick_rx_entry+0x82/0xac [rt2x00usb])
[ 200.177349] [<bfa9644b>] (rt2x00usb_kick_rx_entry [rt2x00usb]) from
[<bfa9648f>] (rt2x00usb_clear_entry+0x1a/0x1c [rt2x00usb])
[ 200.177531] [<bfa9648f>] (rt2x00usb_clear_entry [rt2x00usb]) from
[<bfa845db>] (rt2x00lib_rxdone+0xe6/0x400 [rt2x00lib])
[ 200.177661] [<bfa845db>] (rt2x00lib_rxdone [rt2x00lib]) from [<bfa96a77>]
(rt2x00usb_work_rxdone+0x46/0x6c [rt2x00usb])
[ 200.177740] [<bfa96a77>] (rt2x00usb_work_rxdone [rt2x00usb]) from
[<c0043bdb>] (process_one_work+0xef/0x334)
[ 200.177789] [<c0043bdb>] (process_one_work) from [<c0043f05>]
(worker_thread+0xe5/0x380)
[ 200.177833] [<c0043f05>] (worker_thread) from [<c0047fab>]
(kthread+0xab/0xc0)
[ 200.177879] [<c0047fab>] (kthread) from [<c000ecb5>]
(ret_from_fork+0x11/0x1c)
[ 228.167550] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s!
[kworker/u2:0:6]
[ 228.175550] Modules linked in: ccm arc4 rt2800usb rt2800lib rt2x00usb
rt2x00lib mac80211 crc_ccitt cfg80211 rfkill snd_soc_simple_card omap_aes
omap_sham usb_f_ecm g_ether usb_f_rndis u_ether libcomposite omap_rng rng_core
snd_soc_davinci_mcasp snd_soc_edma snd_soc_omap spi_omap2_mcspi
snd_soc_hdmi_codec snd_soc_core snd_pcm_dmaengine snd_pcm snd_timer snd
soundcore evdev uio_pdrv_genirq uio tilcdc tda998x
[ 228.175868] CPU: 0 PID: 6 Comm: kworker/u2:0 Tainted: G L
4.4.6-ti-r15 #1
[ 228.175893] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 228.175979] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 228.176011] task: dd8d2080 ti: dd8ee000 task.ti: dd8ee000
[ 228.176051] PC is at _raw_spin_unlock_irqrestore+0x1c/0x20
[ 228.176196] LR is at rt2x00queue_index_inc+0x4c/0x90 [rt2x00lib]
[ 228.176227] pc : [<c06e25dc>] lr : [<bfa86e8d>] psr: 00000033
sp : dd8efe18 ip : 00000000 fp : c0c29e18
[ 228.176257] r10: 00000000 r9 : dde67388 r8 : 00000f14
[ 228.176280] r7 : dcc3642c r6 : ddf8b540 r5 : 00000001 r4 : dcc36400
[ 228.176304] r3 : 0000c3a6 r2 : 00000031 r1 : 80000013 r0 : dcc3642c
[ 228.176331] Flags: nzcv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment
none
[ 228.176357] Control: 50c5387d Table: 9dc98019 DAC: 00000051
[ 228.176387] CPU: 0 PID: 6 Comm: kworker/u2:0 Tainted: G L
4.4.6-ti-r15 #1
[ 228.176408] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 228.176464] Workqueue: phy2 rt2x00usb_work_rxdone [rt2x00usb]
[ 228.176536] [<c0015b5d>] (unwind_backtrace) from [<c001239d>]
(show_stack+0x11/0x14)
[ 228.176583] [<c001239d>] (show_stack) from [<c03c460b>]
(dump_stack+0x67/0x74)
[ 228.176630] [<c03c460b>] (dump_stack) from [<c00bb3f5>]
(watchdog_timer_fn+0x18d/0x1dc)
[ 228.176678] [<c00bb3f5>] (watchdog_timer_fn) from [<c0085aab>]
(__hrtimer_run_queues+0x133/0x288)
[ 228.176723] [<c0085aab>] (__hrtimer_run_queues) from [<c008629b>]
(hrtimer_interrupt+0x9f/0x1ac)
[ 228.176767] [<c008629b>] (hrtimer_interrupt) from [<c0021d13>]
(omap2_gp_timer_interrupt+0x23/0x28)
[ 228.176818] [<c0021d13>] (omap2_gp_timer_interrupt) from [<c0077203>]
(handle_irq_event_percpu+0x67/0x1b4)
[ 228.176861] [<c0077203>] (handle_irq_event_percpu) from [<c0077389>]
(handle_irq_event+0x39/0x50)
[ 228.176908] [<c0077389>] (handle_irq_event) from [<c00797e9>]
(handle_level_irq+0x6d/0xc4)
[ 228.176951] [<c00797e9>] (handle_level_irq) from [<c0076b19>]
(generic_handle_irq+0x1d/0x28)
[ 228.176994] [<c0076b19>] (generic_handle_irq) from [<c0076d11>]
(__handle_domain_irq+0x45/0x84)
[ 228.177035] [<c0076d11>] (__handle_domain_irq) from [<c06e2b8d>]
(__irq_svc+0x4d/0x74)
[ 228.177077] [<c06e2b8d>] (__irq_svc) from [<c06e25dc>]
(_raw_spin_unlock_irqrestore+0x1c/0x20)
[ 228.177189] [<c06e25dc>] (_raw_spin_unlock_irqrestore) from [<bfa86e8d>]
(rt2x00queue_index_inc+0x4c/0x90 [rt2x00lib])
[ 228.177361] [<bfa86e8d>] (rt2x00queue_index_inc [rt2x00lib]) from
[<bfa840c7>] (rt2x00lib_dmadone+0x22/0x24 [rt2x00lib])
[ 228.177488] [<bfa840c7>] (rt2x00lib_dmadone [rt2x00lib]) from [<bfa96461>]
(rt2x00usb_kick_rx_entry+0x98/0xac [rt2x00usb])
[ 228.177573] [<bfa96461>] (rt2x00usb_kick_rx_entry [rt2x00usb]) from
[<bfa9648f>] (rt2x00usb_clear_entry+0x1a/0x1c [rt2x00usb])
[ 228.177696] [<bfa9648f>] (rt2x00usb_clear_entry [rt2x00usb]) from
[<bfa845db>] (rt2x00lib_rxdone+0xe6/0x400 [rt2x00lib])
[ 228.177819] [<bfa845db>] (rt2x00lib_rxdone [rt2x00lib]) from [<bfa96a77>]
(rt2x00usb_work_rxdone+0x46/0x6c [rt2x00usb])
[ 228.177895] [<bfa96a77>] (rt2x00usb_work_rxdone [rt2x00usb]) from
[<c0043bdb>] (process_one_work+0xef/0x334)
[ 228.177943] [<c0043bdb>] (process_one_work) from [<c0043f05>]
(worker_thread+0xe5/0x380)
[ 228.177987] [<c0043f05>] (worker_thread) from [<c0047fab>]
(kthread+0xab/0xc0)
[ 228.178034] [<c0047fab>] (kthread) from [<c000ecb5>]
(ret_from_fork+0x11/0x1c)
[ 240.400885] usb 1-1: USB disconnect, device number 2
[ 240.400940] usb 1-1.3: USB disconnect, device number 3
[ 240.518344] wlx9cd64384611d: deauthenticating from e8:94:f6:5a:95:9a by
local choice (Reason: 3=DEAUTH_LEAVING)
[ 244.675612] usb 1-1: new high-speed USB device number 4 using musb-hdrc
[ 244.807058] usb 1-1: New USB device found, idVendor=2109, idProduct=2812
[ 244.807108] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 244.807139] usb 1-1: Product: USB2.0 Hub
[ 244.807170] usb 1-1: Manufacturer: VIA Labs, Inc.
[ 244.820671] hub 1-1:1.0: USB hub found
[ 244.824815] hub 1-1:1.0: 4 ports detected