possible xhci bug on linux-next

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

 



linux-next fails to boot due to what appears to be a xhci bug. Problem observed at least on am57xx-evm, dra72x-evm and dra7xx-evm. According to Tony Lindgren the issue is marking a shared interrupt disabled on start-up.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.12.0-rc5-next-20170613 (lcpdbld@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 SMP Tue Jun 13 13:52:56 CDT 2017
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: TI AM5728 BeagleBoard-X15
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 24 MiB at 0xfe000000
[    0.000000] OMAP4: Map 0xffd00000 to fe600000 for dram barrier
[    0.000000] DRA752 ES1.1
[    0.000000] percpu: Embedded 17 pages/cpu @eed82000 s40936 r8192 d20504 u69632
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522047
[    0.000000] Kernel command line: console=ttyO2,115200n8  earlyprintk=serial,ttyO2,115200n8 rootwait sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/home/tigtfarm03/NFS_exports/am57xx-evm1//autofs/d3fd317ecf18e621cf951fd5ef72179d,nolock,v3,tcp,rsize=4096,wsize=4096
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 2025704K/2095100K available (9216K kernel code, 892K rwdata, 3176K rodata, 2048K init, 8710K bss, 44820K reserved, 24576K cma-reserved, 1284092K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0a00000   (10208 kB)
[    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
[    0.000000]       .data : 0xc1000000 - 0xc10df398   ( 893 kB)
[    0.000000]        .bss : 0xc10e90d0 - 0xc196aa80   (8711 kB)
[    0.000000] Running RCU self tests
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU event tracing is enabled.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] 	RCU callback double-/use-after-free debug enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[    0.000006] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[    0.000025] Switching to timer-based delay loop, resolution 162ns
[    0.000458] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000474] OMAP clocksource: 32k_counter at 32768 Hz
[    0.001737] Console: colour dummy device 80x30
[    0.001770] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.001785] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.001799] ... MAX_LOCK_DEPTH:          48
[    0.001813] ... MAX_LOCKDEP_KEYS:        8191
[    0.001826] ... CLASSHASH_SIZE:          4096
[    0.001840] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.001854] ... MAX_LOCKDEP_CHAINS:      65536
[    0.001867] ... CHAINHASH_SIZE:          32768
[    0.001880]  memory used by lock dependency info: 5167 kB
[    0.001894]  per task-struct memory footprint: 1536 bytes
[    0.003715] kmemleak: Early log buffer exceeded (9401), please increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE
[    0.003751] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.003779] pid_max: default: 32768 minimum: 301
[    0.004258] Security Framework initialized
[    0.004448] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004469] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.007060] CPU: Testing write buffer coherency: ok
[    0.008191] /cpus/cpu@0 missing clock-frequency property
[    0.008222] /cpus/cpu@1 missing clock-frequency property
[    0.008241] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.009506] Setting up static identity map for 0x80100000 - 0x80100078
[    0.010150] Hierarchical SRCU implementation.
[    0.014576] smp: Bringing up secondary CPUs ...
[    0.017491] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.017994] smp: Brought up 1 node, 2 CPUs
[    0.018018] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.018033] CPU: All CPU(s) started in HYP mode.
[    0.018048] CPU: Virtualization extensions available.
[    0.021157] devtmpfs: initialized
[    0.115329] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.129387] DMA-API: preallocated 4096 debug entries
[    0.129407] DMA-API: debugging enabled by kernel config
[    0.131620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.131664] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.132699] pinctrl core: initialized pinctrl subsystem
[    0.135884] random: bucket_table_alloc+0xdc/0x264 get_random_u32 called with crng_init=0
[    0.136877] NET: Registered protocol family 16
[    0.142135] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.144058] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.360899] omap_hwmod: dcan1: _wait_target_disable failed
[    0.463711] cpuidle: using governor menu
[    0.487948] OMAP GPIO hardware version 0.1
[    0.570353] No ATAGs?
[    0.570704] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.570745] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.571283] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.571302] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.573251] OMAP DMA hardware revision 0.0
[    0.638304] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.640377] edma 43300000.edma: memcpy is disabled
[    0.656606] edma 43300000.edma: TI EDMA DMA engine driver
[    0.666620] vgaarb: loaded
[    0.667938] SCSI subsystem initialized
[    0.668764] usbcore: registered new interface driver usbfs
[    0.668975] usbcore: registered new interface driver hub
[    0.669141] usbcore: registered new device driver usb
[    0.671494] palmas 0-0058: Irq flag is 0x00000008
[    0.706454] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[    0.709818] SMPS12: supplied by regulator-dummy
[    0.713508] SMPS3: supplied by regulator-dummy
[    0.717008] SMPS45: supplied by regulator-dummy
[    0.720716] SMPS6: supplied by regulator-dummy
[    0.723779] SMPS7: supplied by regulator-dummy
[    0.726799] SMPS8: supplied by regulator-dummy
[    0.729533] SMPS9: supplied by regulator-dummy
[    0.731258] LDO1: supplied by regulator-dummy
[    0.743992] LDO2: supplied by regulator-dummy
[    0.744415] random: fast init done
[    0.753686] LDO3: supplied by regulator-dummy
[    0.763738] LDO4: supplied by regulator-dummy
[    0.773768] LDO5: supplied by regulator-dummy
[    0.775553] LDO6: supplied by regulator-dummy
[    0.777304] LDO7: supplied by regulator-dummy
[    0.779055] LDO8: supplied by regulator-dummy
[    0.780824] LDO9: supplied by regulator-dummy
[    0.783871] LDOLN: supplied by regulator-dummy
[    0.793874] LDOUSB: supplied by regulator-dummy
[    0.811399] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.812924] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    0.813208] media: Linux media interface: v0.10
[    0.813391] Linux video capture interface: v2.00
[    0.813715] pps_core: LinuxPPS API ver. 1 registered
[    0.813731] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti<giometti@xxxxxxxx>
[    0.813808] PTP clock support registered
[    0.814947] Advanced Linux Sound Architecture Driver Initialized.
[    0.818041] clocksource: Switched to clocksource arch_sys_counter
[    0.974543] VFS: Disk quotas dquot_6.6.0
[    0.974759] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.007275] NET: Registered protocol family 2
[    1.009346] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.009867] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    1.012573] TCP: Hash tables configured (established 8192 bind 8192)
[    1.013223] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    1.013616] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    1.014723] NET: Registered protocol family 1
[    1.016098] RPC: Registered named UNIX socket transport module.
[    1.016131] RPC: Registered udp transport module.
[    1.016148] RPC: Registered tcp transport module.
[    1.016164] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.019490] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    1.020092] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    1.026192] audit: initializing netlink subsys (disabled)
[    1.027211] audit: type=2000 audit(1.019:1): state=initialized audit_enabled=0 res=1
[    1.029541] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.032776] NFS: Registering the id_resolver key type
[    1.033061] Key type id_resolver registered
[    1.033094] Key type id_legacy registered
[    1.033251] jffs2: version 2.2. (NAND) (SUMMARY)   2001-2006 Red Hat, Inc.
[    1.046352] bounce: pool size: 64 pages
[    1.046425] io scheduler noop registered
[    1.046444] io scheduler deadline registered
[    1.046553] io scheduler cfq registered (default)
[    1.046571] io scheduler mq-deadline registered
[    1.046588] io scheduler kyber registered
[    1.063190] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    1.070282] vdd_3v3: supplied by regen1
[    1.071107] aic_dvdd_fixed: supplied by vdd_3v3
[    1.071370] vtt_fixed: supplied by smps3
[    1.077132] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    1.083973] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    1.084032] omap_uart 48020000.serial: no wakeirq for uart2
[    1.084250] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a OMAP UART2
[    2.090365] console [ttyO2] enabled
[    2.099791] DSS: OMAP DSS rev 6.1
[    2.104788] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    2.114581] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[    2.159335] brd: module loaded
[    2.190520] loop: module loaded
[    2.196496] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.207155] libphy: Fixed MDIO Bus: probed
[    2.278048] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[    2.284482] libphy: 48485000.mdio: probed
[    2.296078] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[    2.306253] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
[    2.317486] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:08:38:a8
[    2.324677] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[    2.336058] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:08:38:a9
[    2.347002] usbcore: registered new interface driver smsc95xx
[    2.353079] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.359997] ehci-pci: EHCI PCI platform driver
[    2.364783] i2c /dev entries driver
[    2.373300] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    2.499009] ledtrig-cpu: registered to indicate activity on CPUs
[    2.514843] oprofile: using timer interrupt.
[    2.519875] Initializing XFRM netlink socket
[    2.524833] NET: Registered protocol family 10
[    2.532426] Segment Routing with IPv6
[    2.536370] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.544657] NET: Registered protocol family 17
[    2.549414] NET: Registered protocol family 15
[    2.554332] Key type dns_resolver registered
[    2.558999] omap_voltage_late_init: Voltage driver support not added
[    2.559177] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.563192] mmc0: new high speed SD card at address aaaa
[    2.566497] mmcblk0: mmc0:aaaa SU02G 1.84 GiB
[    2.577548]  mmcblk0: p1 p2 p3
[    2.580556] mmc1: new high speed MMC card at address 0001
[    2.583196] mmcblk1: mmc1:0001 S10004 3.56 GiB
[    2.585493] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    2.587422] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    2.590935]  mmcblk1: p1 p2 p3
[    2.615125] sr_dev_init: Unable to get voltage domain pointer for VDD core
[    2.622382] sr_dev_init: Unable to get voltage domain pointer for VDD mpu
[    2.629870] Power Management for TI OMAP4+ devices.
[    2.635336] ThumbEE CPU extension supported.
[    2.639884] Registering SWP/SWPB emulation handler
[    2.644919] SmartReflex Class3 initialized
[    2.724599] dmm 4e000000.dmm: initialized all PAT entries
[    2.732904] hctosys: unable to open rtc device (rtc0)
[    2.738283] sr_init: No PMIC hook to init smartreflex
[    2.743873] sr_init: platform driver register failed for SR
[    2.754468] net eth0: initializing cpsw version 1.15 (0)
[    2.760569] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[    2.767247] cpsw 48484000.ethernet: ALE Table size 1024
[    2.888515] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=-1)
[    2.915138] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.126748] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    7.148103] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.178039] Sending DHCP requests ., OK
[    7.222175] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.254
[    7.230732] IP-Config: Complete:
[    7.234132]      device=eth0, hwaddr=74:da:ea:08:38:a8, ipaddr=192.168.0.254, mask=255.255.255.0, gw=192.168.0.1
[    7.244854]      host=192.168.0.254, domain=ti.com, nis-domain=(none)
[    7.251655]      bootserver=0.0.0.0, rootserver=192.168.0.1, rootpath=     nameserver0=192.0.2.2, nameserver1=192.0.2.3
[    7.264251] aic_dvdd_fixed: disabling
[    7.268988] ldousb: disabling
[    7.272554] ALSA device list:
[    7.275666]   No soundcards found.
[    7.302714] VFS: Mounted root (nfs filesystem) on device 0:14.
[    7.310261] devtmpfs: mounted
[    7.315848] Freeing unused kernel memory: 2048K
[    7.964899] systemd[1]: System time before build time, advancing clock.
[    8.239248] 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)
[    8.260258] systemd[1]: Detected architecture arm.

Welcome to [1mArago 2016.12[0m!

[    8.308145] systemd[1]: Set hostname to <am57xx-evm>.
[    9.235023] systemd[1]: alignment.service: Found ordering cycle on alignment.service/start
[    9.243803] systemd[1]: alignment.service: Found dependency on sysinit.target/start
[    9.251985] systemd[1]: alignment.service: Found dependency on alignment.service/start
[    9.260359] systemd[1]: alignment.service: Breaking ordering cycle by deleting job alignment.service/start
[    9.270550] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with alignment.service/start
[[0;1;31m SKIP [0m] Ordering cycle found, skipping alignment.service
[    9.321638] systemd[1]: Reached target Swap.
[[0;32m  OK  [0m] Reached target Swap.
[    9.351373] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Listening on Syslog Socket.
[[0;32m  OK  [0m] Listening on Network Service Netlink Socket.
[[0;32m  OK  [0m] Created slice System Slice.
[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
[[0;32m  OK  [0m] Listening on Journal Socket.
         Mounting Temporary Directory...
         Starting Setup Virtual Console...
[[0;32m  OK  [0m] Listening on Journal Audit Socket.
         Mounting Debug File System...
         Starting Load Kernel Modules...
         Starting Create list of required st... nodes for the current kernel...
[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
         Mounting POSIX Message Queue File System...
[[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Created slice User and Session Slice.
[[0;32m  OK  [0m] Reached target Slices.
         Starting Journal Service...
         Starting Remount Root and Kernel File Systems...
[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
[[0;32m  OK  [0m] Listening on udev Control Socket.
[[0;32m  OK  [0m] Created slice system-getty.slice.
[[0;32m  OK  [0m] Reached target Remote File Systems.
[[0;32m  OK  [0m] Listening on udev Kernel Socket.
[[0;32m  OK  [0m] Mounted Debug File System.
[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
[[0;32m  OK  [0m] Mounted Temporary Directory.
[[0;32m  OK  [0m] Started Setup Virtual Console.
[[0;1;31mFAILED[0m] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
[[0;32m  OK  [0m] Mounted Configuration File System.
[[0;32m  OK  [0m] Started Apply Kernel Variables.
[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
[   11.163765] systemd-journald[121]: Received request to flush runtime journal from PID 1
         Starting udev Kernel Device Manager...
[[0;32m  OK  [0m] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
[[0;32m  OK  [0m] Mounted /media/ram.
[[0;32m  OK  [0m] Mounted /var/volatile.
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
[[0;32m  OK  [0m] Started udev Kernel Device Manager.
         Starting Load/Save Random Seed...
[[0;32m  OK  [0m] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[[0;32m  OK  [0m] Started Load/Save Random Seed.
[[0;32m  OK  [0m] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
[[0;32m  OK  [0m] Started Network Time Synchronization.
         Starting Synchronize System and HW clocks...
[[0;32m  OK  [0m] Reached target System Time Synchronized.
[[0;1;31mFAILED[0m] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[[0;32m  OK  [0m] Started udev Coldplug all Devices.
[[0;32m  OK  [0m] Reached target System Initialization.
[[0;32m  OK  [0m] Listening on RPCbind Server Activation Socket.
[[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Listening on dropbear.socket.
[[0;32m  OK  [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[[0;32m  OK  [0m] Reached target Sockets.
[[0;32m  OK  [0m] Reached target Basic System.
[   14.461422] omap_rng 48090000.rng: Random Number Generator ver. 20
         Starting Avahi mDNS/DNS-SD Stack...
[[0;32m  OK  [0m] Started Kernel Logging Service.
[   14.609412] random: crng init done
[[0;32m  OK  [0m] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[   14.649949] tmp102 0-0048: initialized
[   14.669843] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659038@58:tps659038_rtc as rtc1
[   14.719104] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
         Starting Telephony service...
[   14.942173] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds
[[0;32m  OK  [0m] Started System Logging Service.
[   15.004361] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0
[   15.137288] mmcblk0: error -5 sending stop command, original cmd response 0x900, card status 0x900
[   15.137298] mmcblk0: error -5 transferring data, sector 3862520, nr 8, cmd response 0x900, card status 0x80000b00
[[0;32m  OK  [0m] Started D-Bus System Message Bus.
[   15.630788] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
[   15.802521] ------------[ cut here ]------------
[   15.807559] WARNING: CPU: 1 PID: 180 at kernel/irq/manage.c:1346 __setup_irq+0x5bc/0x638
[   15.816058] Modules linked in: dwc3_omap(+) rtc_omap extcon_palmas palmas_pwrbutton at24 rtc_ds1307 rtc_palmas tmp102 snd_soc_tlv320aic3x nvmem_core hwmon omap_rng rng_core sch_fq_codel autofs4
[   15.834286] CPU: 1 PID: 180 Comm: systemd-udevd Not tainted 4.12.0-rc5-next-20170613 #2
[   15.842691] Hardware name: Generic DRA74X (Flattened Device Tree)
[   15.849108] [<c0111f38>] (unwind_backtrace) from [<c010d0e8>] (show_stack+0x10/0x14)
[   15.857245] [<c010d0e8>] (show_stack) from [<c04f3fb4>] (dump_stack+0xac/0xe0)
[   15.864835] [<c04f3fb4>] (dump_stack) from [<c013b1e4>] (__warn+0xd8/0x104)
[   15.872144] [<c013b1e4>] (__warn) from [<c013b2bc>] (warn_slowpath_null+0x20/0x28)
[   15.880100] [<c013b2bc>] (warn_slowpath_null) from [<c01b1790>] (__setup_irq+0x5bc/0x638)
[   15.888684] [<c01b1790>] (__setup_irq) from [<c01b19b0>] (request_threaded_irq+0xdc/0x188)
[   15.897370] [<c01b19b0>] (request_threaded_irq) from [<c01b40ec>] (devm_request_threaded_irq+0x5c/0xb8)
[   15.907247] [<c01b40ec>] (devm_request_threaded_irq) from [<bf09a58c>] (dwc3_omap_probe+0x1c0/0x3f4 [dwc3_omap])
[   15.917981] [<bf09a58c>] (dwc3_omap_probe [dwc3_omap]) from [<c0643f08>] (platform_drv_probe+0x50/0xb0)
[   15.927855] [<c0643f08>] (platform_drv_probe) from [<c0641b70>] (driver_probe_device+0x33c/0x478)
[   15.937176] [<c0641b70>] (driver_probe_device) from [<c0641d94>] (__driver_attach+0xe8/0x110)
[   15.946122] [<c0641d94>] (__driver_attach) from [<c063f9f0>] (bus_for_each_dev+0x6c/0xa0)
[   15.954709] [<c063f9f0>] (bus_for_each_dev) from [<c0640e0c>] (bus_add_driver+0x198/0x270)
[   15.963388] [<c0640e0c>] (bus_add_driver) from [<c0642dcc>] (driver_register+0x78/0xf4)
[   15.971792] [<c0642dcc>] (driver_register) from [<c01018fc>] (do_one_initcall+0x3c/0x16c)
[   15.980380] [<c01018fc>] (do_one_initcall) from [<c025c5f4>] (do_init_module+0x5c/0x3d8)
[   15.988883] [<c025c5f4>] (do_init_module) from [<c01ee630>] (load_module+0x2238/0x29d4)
[   15.997286] [<c01ee630>] (load_module) from [<c01ef054>] (SyS_finit_module+0xa8/0xec)
[   16.005509] [<c01ef054>] (SyS_finit_module) from [<c0108668>] (__sys_trace_return+0x0/0x10)
[   16.014280] ---[ end trace 5c112515441df8bc ]---
[[0;32m  OK  [0m] Started Avahi mDNS/DNS-SD Stack.
[[0;32m  OK  [0m] Started Telephony service.
         Starting Network Service...
         Starting Print notice about GPLv3 packages...
         Starting uim-sysfs.service...
[[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.
[[0;32m  OK  [0m] Reached target Timers.
         Starting Login Service...
         Starting Permit User Sessions...
[[0;32m  OK  [0m] Found device /dev/ttyO2.
[[0;32m  OK  [0m] Started Permit User Sessions.
[   19.193974] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[   19.503872] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[   19.592794] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[   19.644281] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[   19.732572] scsi host0: ahci
[   19.737702] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 331
[   20.101724] ata1: SATA link down (SStatus 0 SControl 300)
[[0;32m  OK  [0m] Started Network Service.
[   20.353272] gpio-fan gpio_fan: GPIO fan initialized
[   20.485905] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[   20.551838] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   21.214100] Bluetooth: Core ver 2.22
[   21.218082] NET: Registered protocol family 31
[   21.254452] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[   21.280242] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.370978] FAT-fs (mmcblk1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.382636] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.418719] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.508222] Bluetooth: HCI device and connection manager initialized
[   21.555242] Bluetooth: HCI socket layer initialized
[   21.602923] Bluetooth: L2CAP socket layer initialized
[   21.626119] Bluetooth: SCO socket layer initialized
[[0;32m  OK  [0m] Found device /dev/ttyS2.
[   24.880774] dwc3 488d0000.usb: changing max_speed on rev 5533202a
[   25.449047] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   25.458448] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[   25.496727] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
[   25.531112] xhci-hcd xhci-hcd.1.auto: irq 354, io mem 0x48890000
[   25.567173] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   25.599072] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.628748] usb usb1: Product: xHCI Host Controller
[   25.651612] usb usb1: Manufacturer: Linux 4.12.0-rc5-next-20170613 xhci-hcd
[   25.660255] usb usb1: SerialNumber: xhci-hcd.1.auto
[   25.693002] hub 1-0:1.0: USB hub found
[   25.712906] hub 1-0:1.0: 1 port detected
[   25.750174] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   25.759686] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[   25.788103] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   25.823643] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   25.847923] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.878194] usb usb2: Product: xHCI Host Controller
[   25.883313] usb usb2: Manufacturer: Linux 4.12.0-rc5-next-20170613 xhci-hcd
[   25.893356] usb usb2: SerialNumber: xhci-hcd.1.auto
[   25.926538] hub 2-0:1.0: USB hub found
[   25.945597] hub 2-0:1.0: 1 port detected
[   25.973595] Unhandled fault: imprecise external abort (0x1406) at 0x00000000
[   25.981109] pgd = c0004000
[   25.983955] [00000000] *pgd=00000000
[   25.987722] Internal error: : 1406 [#1] SMP ARM
[   25.992474] Modules linked in: xhci_plat_hcd(+) xhci_hcd dwc3 udc_core evdev snd_soc_simple_card bluetooth snd_soc_simple_card_utils snd_soc_omap_hdmi_audio leds_gpio gpio_fan cpufreq_dt ahci_platform libahci_platform sha256_generic libahci omap_wdt libata hmac esp4 phy_omap_usb2 drbg ecdh_generic ti_soc_thermal thermal_sys dwc3_omap rtc_omap extcon_palmas palmas_pwrbutton at24 rtc_ds1307 rtc_palmas tmp102 snd_soc_tlv320aic3x nvmem_core hwmon omap_rng rng_core sch_fq_codel autofs4
[   26.037327] CPU: 0 PID: 83 Comm: kworker/0:2 Tainted: G        W       4.12.0-rc5-next-20170613 #2
[   26.046728] Hardware name: Generic DRA74X (Flattened Device Tree)
[   26.053130] Workqueue: usb_hub_wq hub_event
[   26.057525] task: ee6ad000 task.stack: ed1ac000
[   26.062322] PC is at xhci_hub_control+0xdbc/0x1d50 [xhci_hcd]
[   26.068377] LR is at xhci_hub_control+0xda8/0x1d50 [xhci_hcd]
[   26.074409] pc : [<bf2dd9a8>]    lr : [<bf2dd994>]    psr: a00d0093
[   26.080992] sp : ed1adbe8  ip : 000006e1  fp : 00000001
[   26.086479] r10: 00000001  r9 : ec3e0208  r8 : ec3e0000
[   26.091963] r7 : 00000000  r6 : 00000000  r5 : 00000000  r4 : 000006f1
[   26.098817] r3 : fa890420  r2 : 00000000  r1 : 00000000  r0 : 000006e1
[   26.105669] Flags: NzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   26.113253] Control: 10c5387d  Table: ad63006a  DAC: 00000051
[   26.119285] Process kworker/0:2 (pid: 83, stack limit = 0xed1ac218)
[   26.125867] Stack: (0xed1adbe8 to 0xed1ae000)
[   26.130448] dbe0:                   ffffe000 c1047500 600d0013 00000000 00000001 ec3e01d8
[   26.139034] dc00: 00000001 ffffffff c108659c ec04aa00 014080c0 c01bb0c8 c105b01c c02b9990
[   26.147616] dc20: ec492c00 00000000 00000023 800d0013 ec0ab180 ee6ad000 00000001 ec212680
[   26.156206] dc40: ec3e0000 00000000 bf2dcbec 00000000 ec04aa00 00000000 00002303 c070d748
[   26.164797] dc60: ec04aa00 00000000 c125e29c c187598c ee6ad000 00000004 00000001 ee6ad698
[   26.173388] dc80: 00000005 00000007 ee6ad000 00000006 200d0013 00000003 00000023 c019e1bc
[   26.181974] dca0: c01a4b14 ee6ad000 00000001 00000020 ee6ad000 c019e34c ee6ad6b8 ed1add24
[   26.190563] dcc0: c01a4b14 c019e708 c108659c c019ec7c 00000005 ed1add24 ed1add24 c0c101fc
[   26.199150] dce0: c10ec158 ed1add6c ed1add24 ec212680 ed1add20 00000000 ed1add6c 000003e8
[   26.207733] dd00: ec492c00 00000003 00000023 c070f748 01400000 c01bb0c8 c105b01c c02b9990
[   26.216323] dd20: 00000000 00000000 dead4ead ffffffff ffffffff c194ec34 00000000 00000000
[   26.224910] dd40: c0c0c990 ed1add44 ed1add44 80000100 ec04a280 00000000 00000001 00000004
[   26.233498] dd60: 80000100 c070f8d8 c0c11614 00000016 00000000 ed2fe600 00000032 00000001
[   26.242084] dd80: 00000001 00000001 c10daae8 ed2fe600 00000000 c0702bd8 00000004 00000001
[   26.250665] dda0: 00000000 00000000 000003e8 00000032 00000001 c07046c0 ec2228b4 c0708fcc
[   26.259255] ddc0: 00000000 00000000 ec455800 ec088400 00000000 ec455a74 00000000 ec492c00
[   26.267839] dde0: 00000000 00000000 00000001 ec492c00 00000000 00000000 00000001 ec3e0000
[   26.276430] de00: 00000001 ec088400 ed2fe600 c0704dbc 00000000 00000002 ec455aa8 ec3e001c
[   26.285019] de20: ec3e0000 ec3e001c 00000032 00000002 00000001 ec08876c ed2fe7a4 ec088400
[   26.293608] de40: ec455a74 ec3e001c 00000000 ec088400 ec455a74 ec3e001c 00000000 ec492c00
[   26.302200] de60: 00000001 ec08876c ed2fe7a4 c0708fe0 ed1aded2 00000000 00000000 00000000
[   26.310790] de80: 00000000 ec09cc00 ed2fe600 ec492ca4 ed2fe6e5 ed2fe664 ec455a74 ec455808
[   26.319376] dea0: ec09cc20 ed2fe670 ed2fe668 00000002 ec492c00 ec455800 c10dafe0 ec3e0000
[   26.327962] dec0: 00000064 c10db010 ec455a74 00000000 00000101 ed1adf20 eed92800 ed2fe7a4
[   26.336548] dee0: ed178880 eed8aec0 ed1adf20 eed92800 c1050ff6 c100796c c10ce8d4 c015ac6c
[   26.345138] df00: 00000001 00000000 c015abb0 00000006 00000000 00000000 00000000 00000000
[   26.353729] df20: c194ebdc c125dc5c 00000000 c0c97350 ed178880 eed8aec0 ed178898 00000000
[   26.362316] df40: eed8aef4 ed1ac000 c1004900 eed8aec0 ed178880 c015bd60 00000000 ed180200
[   26.370902] df60: ffffe000 ed16c700 00000000 ed180200 ed1ac000 ed178880 c015bd24 ed16c738
[   26.379490] df80: ee0d9e90 c0161bd0 ed1ac000 ed180200 c0161ab4 00000000 00000000 00000000
[   26.388072] dfa0: 00000000 00000000 00000000 c0108590 00000000 00000000 00000000 00000000
[   26.396662] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   26.405250] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 20180000 2020ffff
[   26.413871] [<bf2dd9a8>] (xhci_hub_control [xhci_hcd]) from [<c070d748>] (usb_hcd_submit_urb+0x238/0x9b4)
[   26.423923] [<c070d748>] (usb_hcd_submit_urb) from [<c070f748>] (usb_start_wait_urb+0x44/0x138)
[   26.433058] [<c070f748>] (usb_start_wait_urb) from [<c070f8d8>] (usb_control_msg+0x9c/0xd0)
[   26.441830] [<c070f8d8>] (usb_control_msg) from [<c0702bd8>] (set_port_feature+0x44/0x4c)
[   26.450420] [<c0702bd8>] (set_port_feature) from [<c07046c0>] (hub_port_reset+0x94/0x720)
[   26.459003] [<c07046c0>] (hub_port_reset) from [<c0704dbc>] (hub_port_init+0x70/0xbc4)
[   26.467320] [<c0704dbc>] (hub_port_init) from [<c0708fe0>] (hub_event+0x88c/0x143c)
[   26.475365] [<c0708fe0>] (hub_event) from [<c015ac6c>] (process_one_work+0x248/0x79c)
[   26.483588] [<c015ac6c>] (process_one_work) from [<c015bd60>] (worker_thread+0x3c/0x4ec)
[   26.492089] [<c015bd60>] (worker_thread) from [<c0161bd0>] (kthread+0x11c/0x160)
[   26.499862] [<c0161bd0>] (kthread) from [<c0108590>] (ret_from_fork+0x14/0x24)
[   26.507448] Code: e7933107 e5834000 e5932000 ee075f9a (e59f038c)
[   26.513857] ---[ end trace 5c112515441df8bd ]---
[   26.518702] Kernel panic - not syncing: Fatal exception
[   26.524194] CPU1: stopping
[   26.527038] CPU: 1 PID: 170 Comm: systemd-udevd Tainted: G      D W       4.12.0-rc5-next-20170613 #2
[   26.536711] Hardware name: Generic DRA74X (Flattened Device Tree)
[   26.543113] [<c0111f38>] (unwind_backtrace) from [<c010d0e8>] (show_stack+0x10/0x14)
[   26.551244] [<c010d0e8>] (show_stack) from [<c04f3fb4>] (dump_stack+0xac/0xe0)
[   26.558824] [<c04f3fb4>] (dump_stack) from [<c011018c>] (handle_IPI+0x370/0x478)
[   26.566588] [<c011018c>] (handle_IPI) from [<c0101604>] (gic_handle_irq+0x9c/0xb8)
[   26.574535] [<c0101604>] (gic_handle_irq) from [<c0977eb0>] (__irq_svc+0x70/0x98)
[   26.582383] Exception stack(0xed5b5d88 to 0xed5b5dd0)
[   26.587685] 5d80:                   00000000 00000002 00000000 00000003 00000000 c01105c0
[   26.596263] 5da0: 00000002 00000003 ec227680 ec2276b0 00000124 bf309140 00000001 ed5b5dd8
[   26.604844] 5dc0: c05320cc c01e7bdc 20010013 ffffffff
[   26.610150] [<c0977eb0>] (__irq_svc) from [<c01e7bdc>] (smp_call_function_single+0x12c/0x1a0)
[   26.619095] [<c01e7bdc>] (smp_call_function_single) from [<c01e81ac>] (smp_call_function+0x38/0x5c)
[   26.628590] [<c01e81ac>] (smp_call_function) from [<c0110b30>] (flush_tlb_kernel_range+0x70/0x84)
[   26.637902] [<c0110b30>] (flush_tlb_kernel_range) from [<c011c814>] (change_memory_common+0xb8/0x134)
[   26.647579] [<c011c814>] (change_memory_common) from [<c01eb98c>] (module_enable_ro.part.16+0x1c/0x60)
[   26.657351] [<c01eb98c>] (module_enable_ro.part.16) from [<c025c6a4>] (do_init_module+0x10c/0x3d8)
[   26.666754] [<c025c6a4>] (do_init_module) from [<c01ee630>] (load_module+0x2238/0x29d4)
[   26.675155] [<c01ee630>] (load_module) from [<c01ef054>] (SyS_finit_module+0xa8/0xec)
[   26.683374] [<c01ef054>] (SyS_finit_module) from [<c0108668>] (__sys_trace_return+0x0/0x10)
[   26.692146] ---[ end Kernel panic - not syncing: Fatal exception
[   26.698496] ------------[ cut here ]------------
[   26.703345] WARNING: CPU: 0 PID: 83 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x21c/0x348
[   26.713013] 44000000.ocp:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Idle): Data Access in Supervisor mode during Functional access
[   26.725679] Modules linked in: xhci_plat_hcd xhci_hcd dwc3 udc_core evdev snd_soc_simple_card bluetooth snd_soc_simple_card_utils snd_soc_omap_hdmi_audio leds_gpio gpio_fan cpufreq_dt ahci_platform libahci_platform sha256_generic libahci omap_wdt libata hmac esp4 phy_omap_usb2 drbg ecdh_generic ti_soc_thermal thermal_sys dwc3_omap rtc_omap extcon_palmas palmas_pwrbutton at24 rtc_ds1307 rtc_palmas tmp102 snd_soc_tlv320aic3x nvmem_core hwmon omap_rng rng_core sch_fq_codel autofs4
[   26.770264] CPU: 0 PID: 83 Comm: kworker/0:2 Tainted: G      D W       4.12.0-rc5-next-20170613 #2
[   26.779647] Hardware name: Generic DRA74X (Flattened Device Tree)
[   26.786032] Workqueue: usb_hub_wq hub_event
[   26.790426] [<c0111f38>] (unwind_backtrace) from [<c010d0e8>] (show_stack+0x10/0x14)
[   26.798551] [<c010d0e8>] (show_stack) from [<c04f3fb4>] (dump_stack+0xac/0xe0)
[   26.806122] [<c04f3fb4>] (dump_stack) from [<c013b1e4>] (__warn+0xd8/0x104)
[   26.813426] [<c013b1e4>] (__warn) from [<c013b244>] (warn_slowpath_fmt+0x34/0x44)
[   26.821275] [<c013b244>] (warn_slowpath_fmt) from [<c0533144>] (l3_interrupt_handler+0x21c/0x348)
[   26.830574] [<c0533144>] (l3_interrupt_handler) from [<c01af38c>] (__handle_irq_event_percpu+0x48/0x414)
[   26.840517] [<c01af38c>] (__handle_irq_event_percpu) from [<c01af774>] (handle_irq_event_percpu+0x1c/0x58)
[   26.850643] [<c01af774>] (handle_irq_event_percpu) from [<c01af7e8>] (handle_irq_event+0x38/0x5c)
[   26.859955] [<c01af7e8>] (handle_irq_event) from [<c01b2de0>] (handle_fasteoi_irq+0xcc/0x1ac)
[   26.868891] [<c01b2de0>] (handle_fasteoi_irq) from [<c01ae694>] (generic_handle_irq+0x20/0x34)
[   26.877925] [<c01ae694>] (generic_handle_irq) from [<c01aebf0>] (__handle_domain_irq+0x64/0xe0)
[   26.887045] [<c01aebf0>] (__handle_domain_irq) from [<c01015bc>] (gic_handle_irq+0x54/0xb8)
[   26.895796] [<c01015bc>] (gic_handle_irq) from [<c0977eb0>] (__irq_svc+0x70/0x98)
[   26.903630] Exception stack(0xed1ad960 to 0xed1ad9a8)
[   26.908929] d960: c0142db4 c10ea780 00000000 00000000 ffffe000 ed1ac000 c1007dbc 00000000
[   26.917507] d980: 00000001 ee00e400 c1008030 00000282 04208060 ed1ad9b0 c0142db4 c0142db8
[   26.926075] d9a0: 600d0113 ffffffff
[   26.929738] [<c0977eb0>] (__irq_svc) from [<c0142db8>] (__do_softirq+0xb4/0x570)
[   26.937501] [<c0142db8>] (__do_softirq) from [<c014360c>] (irq_exit+0xe4/0x160)
[   26.945165] [<c014360c>] (irq_exit) from [<c01aebf8>] (__handle_domain_irq+0x6c/0xe0)
[   26.953375] [<c01aebf8>] (__handle_domain_irq) from [<c01015bc>] (gic_handle_irq+0x54/0xb8)
[   26.962130] [<c01015bc>] (gic_handle_irq) from [<c0977eb0>] (__irq_svc+0x70/0x98)
[   26.969971] Exception stack(0xed1ada50 to 0xed1ada98)
[   26.975262] da40:                                     c025bf90 00000007 00000001 00000000
[   26.983826] da60: c10ea2e8 00000000 0000000b 00000000 c100cd34 00001406 ee6ad000 ffffe000
[   26.992397] da80: 00000007 ed1adaa0 c025bf90 c025bf94 600d0113 ffffffff
[   26.999341] [<c0977eb0>] (__irq_svc) from [<c025bf94>] (panic+0x1f0/0x274)
[   27.006543] [<c025bf94>] (panic) from [<c010d3dc>] (die+0x2f0/0x32c)
[   27.013210] [<c010d3dc>] (die) from [<c010142c>] (do_DataAbort+0xa8/0xb8)
[   27.020333] [<c010142c>] (do_DataAbort) from [<c0977e04>] (__dabt_svc+0x64/0xa0)
[   27.028080] Exception stack(0xed1adb98 to 0xed1adbe0)
[   27.033373] db80:                                                       000006e1 00000000
[   27.041941] dba0: 00000000 fa890420 000006f1 00000000 00000000 00000000 ec3e0000 ec3e0208
[   27.050507] dbc0: 00000001 00000001 000006e1 ed1adbe8 bf2dd994 bf2dd9a8 a00d0093 ffffffff
[   27.059120] [<c0977e04>] (__dabt_svc) from [<bf2dd9a8>] (xhci_hub_control+0xdbc/0x1d50 [xhci_hcd])
[   27.068540] [<bf2dd9a8>] (xhci_hub_control [xhci_hcd]) from [<c070d748>] (usb_hcd_submit_urb+0x238/0x9b4)
[   27.078575] [<c070d748>] (usb_hcd_submit_urb) from [<c070f748>] (usb_start_wait_urb+0x44/0x138)
[   27.087700] [<c070f748>] (usb_start_wait_urb) from [<c070f8d8>] (usb_control_msg+0x9c/0xd0)
[   27.096450] [<c070f8d8>] (usb_control_msg) from [<c0702bd8>] (set_port_feature+0x44/0x4c)
[   27.105027] [<c0702bd8>] (set_port_feature) from [<c07046c0>] (hub_port_reset+0x94/0x720)
[   27.113609] [<c07046c0>] (hub_port_reset) from [<c0704dbc>] (hub_port_init+0x70/0xbc4)
[   27.121915] [<c0704dbc>] (hub_port_init) from [<c0708fe0>] (hub_event+0x88c/0x143c)
[   27.129952] [<c0708fe0>] (hub_event) from [<c015ac6c>] (process_one_work+0x248/0x79c)
[   27.138157] [<c015ac6c>] (process_one_work) from [<c015bd60>] (worker_thread+0x3c/0x4ec)
[   27.146630] [<c015bd60>] (worker_thread) from [<c0161bd0>] (kthread+0x11c/0x160)
[   27.154387] [<c0161bd0>] (kthread) from [<c0108590>] (ret_from_fork+0x14/0x24)
[   27.161960] ---[ end trace 5c112515441df8be ]---

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux