Advertisement
Guest User

Untitled

a guest
Oct 11th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.18 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
  3. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000017c00000, size 256 MiB
  9. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  10. [ 0.000000] On node 0 totalpages: 933632
  11. [ 0.000000] DMA zone: 1917 pages used for memmap
  12. [ 0.000000] DMA zone: 0 pages reserved
  13. [ 0.000000] DMA zone: 163584 pages, LIFO batch:31
  14. [ 0.000000] HighMem zone: 770048 pages, LIFO batch:63
  15. [ 0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
  16. [ 0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 931715
  19. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:75:82:72 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 snd-bcm2835.enable_compat_alsa=1 console=ttyS0,115200 console=tty1 root=PARTUUID=d9b3f436-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.enable=0 quiet loglevel=3 logo.nologo consoleblank=0 vt.global_cursor_default=0
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  22. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  23. [ 0.000000] software IO TLB: mapped [mem 0x10cc0000-0x14cc0000] (64MB)
  24. [ 0.000000] Memory: 3342896K/3734528K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 129488K reserved, 262144K cma-reserved, 3080192K highmem)
  25. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  26. [ 0.000000] ftrace: allocating 30051 entries in 59 pages
  27. [ 0.000000] rcu: Hierarchical RCU implementation.
  28. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  29. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  30. [ 0.000000] GIC: Using split EOI/Deactivate mode
  31. [ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
  32. [ 0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  33. [ 0.000022] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  34. [ 0.000098] bcm2835: system timer (irq = 17)
  35. [ 0.000768] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  36. [ 0.000784] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  37. [ 0.000801] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  38. [ 0.000813] Switching to timer-based delay loop, resolution 18ns
  39. [ 0.001048] Console: colour dummy device 80x30
  40. [ 0.001079] printk: console [tty1] enabled
  41. [ 0.001130] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
  42. [ 0.001151] pid_max: default: 32768 minimum: 301
  43. [ 0.001458] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  44. [ 0.001480] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  45. [ 0.002636] Disabling memory control group subsystem
  46. [ 0.002735] CPU: Testing write buffer coherency: ok
  47. [ 0.003195] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  48. [ 0.004009] Setting up static identity map for 0x200000 - 0x20003c
  49. [ 0.004192] rcu: Hierarchical SRCU implementation.
  50. [ 0.004805] smp: Bringing up secondary CPUs ...
  51. [ 0.005916] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  52. [ 0.007151] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  53. [ 0.008330] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  54. [ 0.008474] smp: Brought up 1 node, 4 CPUs
  55. [ 0.008489] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  56. [ 0.008501] CPU: All CPU(s) started in HYP mode.
  57. [ 0.008512] CPU: Virtualization extensions available.
  58. [ 0.009221] devtmpfs: initialized
  59. [ 0.022425] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  60. [ 0.022664] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  61. [ 0.022691] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  62. [ 0.030352] pinctrl core: initialized pinctrl subsystem
  63. [ 0.031441] NET: Registered protocol family 16
  64. [ 0.034934] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  65. [ 0.036678] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  66. [ 0.036691] hw-breakpoint: maximum watchpoint size is 8 bytes.
  67. [ 0.037015] Serial: AMBA PL011 UART driver
  68. [ 0.040338] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  69. [ 0.060850] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:13, variant start
  70. [ 0.070889] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
  71. [ 0.124316] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  72. [ 0.128718] vgaarb: loaded
  73. [ 0.129169] SCSI subsystem initialized
  74. [ 0.129387] usbcore: registered new interface driver usbfs
  75. [ 0.129443] usbcore: registered new interface driver hub
  76. [ 0.129567] usbcore: registered new device driver usb
  77. [ 0.131214] clocksource: Switched to clocksource arch_sys_counter
  78. [ 0.881781] VFS: Disk quotas dquot_6.6.0
  79. [ 0.881876] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  80. [ 0.882063] FS-Cache: Loaded
  81. [ 0.882247] CacheFiles: Loaded
  82. [ 0.883147] simple-framebuffer 3e2cb000.framebuffer: framebuffer at 0x3e2cb000, 0x7f8000 bytes, mapped to 0x(ptrval)
  83. [ 0.883165] simple-framebuffer 3e2cb000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
  84. [ 0.883641] Console: switching to colour frame buffer device 240x67
  85. [ 0.893761] simple-framebuffer 3e2cb000.framebuffer: fb0: simplefb registered!
  86. [ 0.903344] thermal_sys: Registered thermal governor 'step_wise'
  87. [ 0.903677] NET: Registered protocol family 2
  88. [ 0.904377] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  89. [ 0.904406] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  90. [ 0.904480] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  91. [ 0.904553] TCP: Hash tables configured (established 8192 bind 8192)
  92. [ 0.904685] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  93. [ 0.904715] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  94. [ 0.904951] NET: Registered protocol family 1
  95. [ 0.905637] RPC: Registered named UNIX socket transport module.
  96. [ 0.905650] RPC: Registered udp transport module.
  97. [ 0.905661] RPC: Registered tcp transport module.
  98. [ 0.905673] RPC: Registered tcp NFSv4.1 backchannel transport module.
  99. [ 0.905692] PCI: CLS 0 bytes, default 64
  100. [ 0.907617] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
  101. [ 0.909753] Initialise system trusted keyrings
  102. [ 0.909980] workingset: timestamp_bits=14 max_order=20 bucket_order=6
  103. [ 0.920464] FS-Cache: Netfs 'nfs' registered for caching
  104. [ 0.921165] NFS: Registering the id_resolver key type
  105. [ 0.921240] Key type id_resolver registered
  106. [ 0.921252] Key type id_legacy registered
  107. [ 0.921274] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  108. [ 0.922357] Key type asymmetric registered
  109. [ 0.922371] Asymmetric key parser 'x509' registered
  110. [ 0.922550] bounce: pool size: 64 pages
  111. [ 0.922590] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  112. [ 0.922819] io scheduler mq-deadline registered
  113. [ 0.922831] io scheduler kyber registered
  114. [ 0.926431] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  115. [ 0.926453] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  116. [ 0.926518] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
  117. [ 0.926582] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
  118. [ 0.983355] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
  119. [ 0.983660] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  120. [ 0.983678] pci_bus 0000:00: root bus resource [bus 00-ff]
  121. [ 0.983698] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  122. [ 0.983751] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  123. [ 0.983984] pci 0000:00:00.0: PME# supported from D0 D3hot
  124. [ 0.987329] PCI: bus0: Fast back to back transfers disabled
  125. [ 0.987559] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  126. [ 0.987702] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  127. [ 0.988085] pci 0000:01:00.0: PME# supported from D0 D3cold
  128. [ 0.991491] PCI: bus1: Fast back to back transfers disabled
  129. [ 0.991548] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  130. [ 0.991569] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  131. [ 0.991647] pci 0000:00:00.0: PCI bridge to [bus 01]
  132. [ 0.991670] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  133. [ 0.991963] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
  134. [ 0.992175] pcieport 0000:00:00.0: PME: Signaling with IRQ 58
  135. [ 0.992550] pcieport 0000:00:00.0: AER: enabled with IRQ 58
  136. [ 0.992890] pci 0000:01:00.0: enabling device (0140 -> 0142)
  137. [ 0.997131] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  138. [ 1.000050] iproc-rng200 fe104000.rng: hwrng registered
  139. [ 1.000385] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
  140. [ 1.001023] vc-sm: Videocore shared memory driver
  141. [ 1.001618] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  142. [ 1.013066] brd: module loaded
  143. [ 1.024837] loop: module loaded
  144. [ 1.026125] Loading iSCSI transport class v2.0-870.
  145. [ 1.028042] libphy: Fixed MDIO Bus: probed
  146. [ 1.028628] bcmgenet fd580000.ethernet: failed to get enet clock
  147. [ 1.028645] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  148. [ 1.028666] bcmgenet fd580000.ethernet: failed to get enet-wol clock
  149. [ 1.028686] bcmgenet fd580000.ethernet: failed to get enet-eee clock
  150. [ 1.028711] bcmgenet: Skipping UMAC reset
  151. [ 1.041289] libphy: bcmgenet MII bus: probed
  152. [ 1.121334] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  153. [ 1.122325] usbcore: registered new interface driver r8152
  154. [ 1.122388] usbcore: registered new interface driver lan78xx
  155. [ 1.122444] usbcore: registered new interface driver smsc95xx
  156. [ 1.122838] xhci_hcd 0000:01:00.0: xHCI Host Controller
  157. [ 1.122871] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  158. [ 1.125041] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
  159. [ 1.126305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
  160. [ 1.126322] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  161. [ 1.126337] usb usb1: Product: xHCI Host Controller
  162. [ 1.126352] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
  163. [ 1.126366] usb usb1: SerialNumber: 0000:01:00.0
  164. [ 1.126930] hub 1-0:1.0: USB hub found
  165. [ 1.127021] hub 1-0:1.0: 1 port detected
  166. [ 1.127559] xhci_hcd 0000:01:00.0: xHCI Host Controller
  167. [ 1.127583] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  168. [ 1.127605] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  169. [ 1.128086] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
  170. [ 1.128103] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  171. [ 1.128117] usb usb2: Product: xHCI Host Controller
  172. [ 1.128131] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
  173. [ 1.128145] usb usb2: SerialNumber: 0000:01:00.0
  174. [ 1.128708] hub 2-0:1.0: USB hub found
  175. [ 1.128771] hub 2-0:1.0: 4 ports detected
  176. [ 1.130181] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  177. [ 1.130475] dwc_otg: FIQ enabled
  178. [ 1.130486] dwc_otg: NAK holdoff enabled
  179. [ 1.130498] dwc_otg: FIQ split-transaction FSM enabled
  180. [ 1.130512] Module dwc_common_port init
  181. [ 1.130949] usbcore: registered new interface driver uas
  182. [ 1.131052] usbcore: registered new interface driver usb-storage
  183. [ 1.131243] mousedev: PS/2 mouse device common for all mice
  184. [ 1.133340] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  185. [ 1.135763] sdhci: Secure Digital Host Controller Interface driver
  186. [ 1.135775] sdhci: Copyright(c) Pierre Ossman
  187. [ 1.136360] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  188. [ 1.136946] sdhci-pltfm: SDHCI platform and OF driver helper
  189. [ 1.140540] ledtrig-cpu: registered to indicate activity on CPUs
  190. [ 1.140841] hidraw: raw HID events driver (C) Jiri Kosina
  191. [ 1.141026] usbcore: registered new interface driver usbhid
  192. [ 1.141037] usbhid: USB HID core driver
  193. [ 1.142029] vchiq: vchiq_init_state: slot_zero = (ptrval)
  194. [ 1.143555] [vc_sm_connected_init]: start
  195. [ 1.150042] [vc_sm_connected_init]: end - returning 0
  196. [ 1.152102] Initializing XFRM netlink socket
  197. [ 1.152137] NET: Registered protocol family 17
  198. [ 1.152245] Key type dns_resolver registered
  199. [ 1.152762] Registering SWP/SWPB emulation handler
  200. [ 1.153075] registered taskstats version 1
  201. [ 1.153092] Loading compiled-in X.509 certificates
  202. [ 1.153571] Key type ._fscrypt registered
  203. [ 1.153583] Key type .fscrypt registered
  204. [ 1.163533] uart-pl011 fe201000.serial: cts_event_workaround enabled
  205. [ 1.163597] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
  206. [ 1.169885] printk: console [ttyS0] disabled
  207. [ 1.169959] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 31, base_baud = 62500000) is a 16550
  208. [ 1.170026] printk: console [ttyS0] enabled
  209. [ 1.170712] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  210. [ 1.171643] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  211. [ 1.171657] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  212. [ 1.221884] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  213. [ 1.223515] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  214. [ 1.225147] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  215. [ 1.228127] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  216. [ 1.229757] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  217. [ 1.238366] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  218. [ 1.241135] of_cfs_init
  219. [ 1.241440] of_cfs_init: OK
  220. [ 1.242342] Waiting for root device PARTUUID=d9b3f436-02...
  221. [ 1.272630] random: fast init done
  222. [ 1.295318] mmc1: new high speed SDIO card at address 0001
  223. [ 1.491594] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  224. [ 1.522890] usb 2-2: New USB device found, idVendor=152d, idProduct=0578, bcdDevice=31.01
  225. [ 1.522907] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  226. [ 1.522923] usb 2-2: Product: USB to ATA/ATAPI Bridge
  227. [ 1.522937] usb 2-2: Manufacturer: JMicron
  228. [ 1.522951] usb 2-2: SerialNumber: 0123456789ABCDEF
  229. [ 1.543648] scsi host0: uas
  230. [ 1.544995] scsi 0:0:0:0: Direct-Access JMicron Generic 3101 PQ: 0 ANSI: 6
  231. [ 1.547178] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
  232. [ 1.547194] sd 0:0:0:0: [sda] 4096-byte physical blocks
  233. [ 1.547402] sd 0:0:0:0: [sda] Write Protect is off
  234. [ 1.547419] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
  235. [ 1.547800] sd 0:0:0:0: [sda] Disabling FUA
  236. [ 1.547817] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  237. [ 1.548496] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
  238. [ 1.551633] sda: sda1 sda2
  239. [ 1.554852] sd 0:0:0:0: [sda] Attached SCSI disk
  240. [ 1.582892] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  241. [ 1.582960] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
  242. [ 1.583469] devtmpfs: mounted
  243. [ 1.591282] Freeing unused kernel memory: 2048K
  244. [ 1.621527] Run /sbin/init as init process
  245. [ 1.671278] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  246. [ 1.837070] systemd[1]: System time before build time, advancing clock.
  247. [ 1.853898] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  248. [ 1.853916] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  249. [ 1.853931] usb 1-1: Product: USB2.0 Hub
  250. [ 1.856163] hub 1-1:1.0: USB hub found
  251. [ 1.856447] hub 1-1:1.0: 4 ports detected
  252. [ 1.897204] NET: Registered protocol family 10
  253. [ 1.898569] Segment Routing with IPv6
  254. [ 1.919340] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  255. [ 1.920065] systemd[1]: Detected architecture arm.
  256. [ 1.976275] systemd[1]: Set hostname to <playbox4>.
  257. [ 2.181287] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
  258. [ 2.320862] usb 1-1.3: New USB device found, idVendor=25f0, idProduct=83c2, bcdDevice= 3.15
  259. [ 2.320880] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  260. [ 2.320897] usb 1-1.3: Product: Gioteck VX2 2.4G Wireless Controller
  261. [ 2.320911] usb 1-1.3: Manufacturer: Goodbetterbest Ltd
  262. [ 2.333259] input: Goodbetterbest Ltd Gioteck VX2 2.4G Wireless Controller as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:25F0:83C2.0001/input/input0
  263. [ 2.333500] hid-generic 0003:25F0:83C2.0001: input,hidraw0: USB HID v1.10 Gamepad [Goodbetterbest Ltd Gioteck VX2 2.4G Wireless Controller] on usb-0000:01:00.0-1.3/input0
  264. [ 3.546509] random: crng init done
  265. [ 32.491277] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  266. [ 32.491294] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 48 24 00 00 01 00 00
  267. [ 32.491589] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  268. [ 32.491603] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 0e e7 bf d8 00 00 28 00
  269. [ 32.491865] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  270. [ 32.491879] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 0e e7 bf 28 00 00 a8 00
  271. [ 32.492209] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  272. [ 32.492223] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 0e e7 bf 00 00 00 20 00
  273. [ 32.492549] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  274. [ 32.492562] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 0e e7 be e8 00 00 10 00
  275. [ 32.492895] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  276. [ 32.492908] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 0e e7 be d8 00 00 08 00
  277. [ 32.531281] scsi host0: uas_eh_device_reset_handler start
  278. [ 32.682229] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  279. [ 32.716869] scsi host0: uas_eh_device_reset_handler success
  280. [ 63.231271] scsi host0: uas_eh_device_reset_handler start
  281. [ 63.232878] sd 0:0:0:0: [sda] tag#7 uas_zap_pending 0 uas-tag 1 inflight: CMD
  282. [ 63.232895] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 0e e7 be d8 00 00 08 00
  283. [ 63.232912] sd 0:0:0:0: [sda] tag#4 uas_zap_pending 0 uas-tag 2 inflight: CMD
  284. [ 63.232926] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 0e e7 be e8 00 00 10 00
  285. [ 63.232942] sd 0:0:0:0: [sda] tag#5 uas_zap_pending 0 uas-tag 3 inflight: CMD
  286. [ 63.232955] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 0e e7 bf 00 00 00 20 00
  287. [ 63.232970] sd 0:0:0:0: [sda] tag#6 uas_zap_pending 0 uas-tag 4 inflight: CMD
  288. [ 63.232982] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 0e e7 bf 28 00 00 a8 00
  289. [ 63.232997] sd 0:0:0:0: [sda] tag#9 uas_zap_pending 0 uas-tag 5 inflight: CMD
  290. [ 63.233009] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 0e e7 bf d8 00 00 28 00
  291. [ 63.233024] sd 0:0:0:0: [sda] tag#10 uas_zap_pending 0 uas-tag 6 inflight: CMD
  292. [ 63.233037] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 48 24 00 00 01 00 00
  293. [ 63.382188] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  294. [ 63.416832] scsi host0: uas_eh_device_reset_handler success
  295. [ 92.008548] systemd[1]: (sd-executor) terminated by signal ALRM.
  296. [ 122.091255] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  297. [ 122.091272] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 73 c4 b8 00 00 70 00
  298. [ 122.131268] scsi host0: uas_eh_device_reset_handler start
  299. [ 122.132811] sd 0:0:0:0: [sda] tag#11 uas_zap_pending 0 uas-tag 1 inflight: CMD
  300. [ 122.132826] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 48 24 00 00 01 00 00
  301. [ 122.132842] sd 0:0:0:0: [sda] tag#8 uas_zap_pending 0 uas-tag 2 inflight: CMD
  302. [ 122.132855] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 0e e7 bf d8 00 00 28 00
  303. [ 122.132870] sd 0:0:0:0: [sda] tag#9 uas_zap_pending 0 uas-tag 3 inflight: CMD
  304. [ 122.132883] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 0e e7 be d8 00 00 08 00
  305. [ 122.132898] sd 0:0:0:0: [sda] tag#10 uas_zap_pending 0 uas-tag 4 inflight: CMD
  306. [ 122.132911] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 0e e7 bf 28 00 00 a8 00
  307. [ 122.132926] sd 0:0:0:0: [sda] tag#12 uas_zap_pending 0 uas-tag 5 inflight: CMD
  308. [ 122.132938] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 0e e7 bf 00 00 00 20 00
  309. [ 122.132952] sd 0:0:0:0: [sda] tag#13 uas_zap_pending 0 uas-tag 6 inflight: CMD
  310. [ 122.132964] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 0e e7 be e8 00 00 10 00
  311. [ 122.282193] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  312. [ 122.316807] scsi host0: uas_eh_device_reset_handler success
  313. [ 152.831271] scsi host0: uas_eh_device_reset_handler start
  314. [ 152.832623] sd 0:0:0:0: [sda] tag#8 uas_zap_pending 0 uas-tag 1 inflight: CMD
  315. [ 152.832638] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 73 c4 b8 00 00 70 00
  316. [ 152.832654] sd 0:0:0:0: [sda] tag#9 uas_zap_pending 0 uas-tag 2 inflight: CMD
  317. [ 152.832666] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 0e e7 be e8 00 00 10 00
  318. [ 152.832681] sd 0:0:0:0: [sda] tag#10 uas_zap_pending 0 uas-tag 3 inflight: CMD
  319. [ 152.832694] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 0e e7 bf 00 00 00 20 00
  320. [ 152.832709] sd 0:0:0:0: [sda] tag#11 uas_zap_pending 0 uas-tag 4 inflight: CMD
  321. [ 152.832721] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 48 24 00 00 01 00 00
  322. [ 152.832736] sd 0:0:0:0: [sda] tag#14 uas_zap_pending 0 uas-tag 5 inflight: CMD
  323. [ 152.832748] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 0e e7 bf 28 00 00 a8 00
  324. [ 152.832763] sd 0:0:0:0: [sda] tag#15 uas_zap_pending 0 uas-tag 6 inflight: CMD
  325. [ 152.832775] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 0e e7 be d8 00 00 08 00
  326. [ 152.832790] sd 0:0:0:0: [sda] tag#12 uas_zap_pending 0 uas-tag 7 inflight: CMD
  327. [ 152.832802] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 0e e7 bf d8 00 00 28 00
  328. [ 152.982188] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  329. [ 153.016786] scsi host0: uas_eh_device_reset_handler success
  330. [ 153.268563] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
  331. [ 153.302181] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
  332. [ 153.412047] systemd[1]: Listening on initctl Compatibility Named Pipe.
  333. [ 153.413204] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  334. [ 153.416219] systemd[1]: Created slice system-serial\x2dgetty.slice.
  335. [ 153.433219] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  336. [ 153.433325] systemd[1]: Reached target Swap.
  337. [ 153.434560] systemd[1]: Created slice system-getty.slice.
  338. [ 153.435673] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  339. [ 153.439735] systemd[1]: Listening on fsck to fsckd communication Socket.
  340. [ 153.609089] i2c /dev entries driver
  341. [ 154.064771] EXT4-fs (sda2): re-mounted. Opts: (null)
  342. [ 154.145640] systemd-journald[115]: Received request to flush runtime journal from PID 1
  343. [ 154.671007] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
  344. [ 154.674410] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
  345. [ 154.674888] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
  346. [ 154.675392] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
  347. [ 154.746712] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  348. [ 154.748732] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  349. [ 154.748752] [vc_sm_connected_init]: start
  350. [ 154.755287] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  351. [ 154.759224] [vc_sm_connected_init]: installed successfully
  352. [ 154.779915] mc: Linux media interface: v0.10
  353. [ 154.783846] bcm2835_audio bcm2835_audio: card created with 4 channels
  354. [ 154.796455] bcm2835_audio bcm2835_audio: card created with 2 channels
  355. [ 154.806590] videodev: Linux video capture interface: v2.00
  356. [ 154.809833] bcm2835_audio bcm2835_audio: card created with 2 channels
  357. [ 154.869271] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  358. [ 154.871601] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  359. [ 154.899571] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  360. [ 154.901665] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  361. [ 154.908742] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  362. [ 154.913274] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  363. [ 154.920440] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  364. [ 154.923156] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  365. [ 154.923580] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  366. [ 154.923605] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  367. [ 154.923626] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  368. [ 154.923646] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  369. [ 154.923664] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  370. [ 154.941564] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  371. [ 154.941615] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  372. [ 154.942066] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  373. [ 154.943234] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
  374. [ 154.943256] checking generic (3e2cb000 7f8000) vs hw (0 ffffffffffffffff)
  375. [ 154.943272] fb0: switching to vc4drmfb from simple
  376. [ 154.950058] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  377. [ 154.950098] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  378. [ 154.950878] Console: switching to colour dummy device 80x30
  379. [ 154.980299] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  380. [ 154.980317] [drm] No driver support for vblank timestamp query.
  381. [ 154.980330] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
  382. [ 154.985016] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
  383. [ 154.990788] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  384. [ 154.990831] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  385. [ 155.074018] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  386. [ 155.179477] Console: switching to colour frame buffer device 240x67
  387. [ 155.206894] vc4-drm gpu: fb0: vc4drmfb frame buffer device
  388. [ 155.209604] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  389. [ 155.249070] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
  390. [ 155.259424] brcmfmac: F1 signature read @0x18000000=0x15264345
  391. [ 155.277809] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  392. [ 155.278712] usbcore: registered new interface driver brcmfmac
  393. [ 155.288073] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
  394. [ 155.318635] sd 0:0:0:0: Attached scsi generic sg0 type 0
  395. [ 155.521287] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  396. [ 155.535312] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
  397. [ 187.371262] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  398. [ 187.371281] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 00 00 20 53 00 00 01 00
  399. [ 187.371467] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  400. [ 187.371482] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 00 00 20 4f 00 00 01 00
  401. [ 187.371790] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  402. [ 187.371804] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 00 00 20 52 00 00 01 00
  403. [ 187.372111] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  404. [ 187.372124] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 00 20 51 00 00 01 00
  405. [ 187.372241] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  406. [ 187.372254] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 00 20 50 00 00 01 00
  407. [ 187.372528] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD IN
  408. [ 187.372541] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 00 20 6a 00 00 01 00
  409. [ 187.372843] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD IN
  410. [ 187.372856] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 00 20 69 00 00 01 00
  411. [ 187.372971] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD IN
  412. [ 187.372984] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 00 00 20 68 00 00 01 00
  413. [ 187.373258] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD IN
  414. [ 187.373270] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 00 20 67 00 00 01 00
  415. [ 187.373377] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD IN
  416. [ 187.373390] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 00 00 20 66 00 00 01 00
  417. [ 187.373663] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD IN
  418. [ 187.373676] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 00 00 20 65 00 00 01 00
  419. [ 187.373783] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD IN
  420. [ 187.373795] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 00 00 20 64 00 00 01 00
  421. [ 187.374070] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD IN
  422. [ 187.374083] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 00 00 20 63 00 00 01 00
  423. [ 187.374195] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD IN
  424. [ 187.374207] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 00 20 61 00 00 01 00
  425. [ 187.374481] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD IN
  426. [ 187.374493] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 00 20 60 00 00 01 00
  427. [ 187.374609] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD IN
  428. [ 187.374622] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 a9 0d a8 00 01 00 00
  429. [ 187.375262] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD IN
  430. [ 187.375275] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 00 20 62 00 00 01 00
  431. [ 187.375530] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD IN
  432. [ 187.375543] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 00 20 5c 00 00 01 00
  433. [ 187.375652] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD IN
  434. [ 187.375665] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 00 20 5f 00 00 01 00
  435. [ 187.375939] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD IN
  436. [ 187.375952] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 00 20 5e 00 00 01 00
  437. [ 187.376064] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD IN
  438. [ 187.376077] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 00 20 5d 00 00 01 00
  439. [ 187.376346] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  440. [ 187.376359] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 00 20 5a 00 00 01 00
  441. [ 187.376476] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD IN
  442. [ 187.376490] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 00 20 59 00 00 01 00
  443. [ 187.376762] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
  444. [ 187.376775] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 00 20 58 00 00 01 00
  445. [ 187.376883] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD IN
  446. [ 187.376896] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 00 20 5b 00 00 01 00
  447. [ 187.377169] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  448. [ 187.377182] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 00 20 57 00 00 01 00
  449. [ 187.377289] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
  450. [ 187.377302] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 00 20 56 00 00 01 00
  451. [ 187.377576] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  452. [ 187.377589] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 00 20 55 00 00 01 00
  453. [ 187.377700] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  454. [ 187.377713] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 20 54 00 00 01 00
  455. [ 187.421329] scsi host0: uas_eh_device_reset_handler start
  456. [ 187.572199] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  457. [ 187.606865] scsi host0: uas_eh_device_reset_handler success
  458. [ 218.091298] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD IN
  459. [ 218.091317] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 00 00 21 71 00 00 01 00
  460. [ 218.091517] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD IN
  461. [ 218.091531] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 00 00 21 70 00 00 01 00
  462. [ 218.091825] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD IN
  463. [ 218.091839] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 00 00 21 6f 00 00 01 00
  464. [ 218.091951] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD IN
  465. [ 218.091965] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 00 21 6e 00 00 01 00
  466. [ 218.092241] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD IN
  467. [ 218.092254] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 00 21 6d 00 00 01 00
  468. [ 218.092361] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD IN
  469. [ 218.092373] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 00 21 6a 00 00 01 00
  470. [ 218.092648] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD IN
  471. [ 218.092661] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 00 21 69 00 00 01 00
  472. [ 218.092968] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD IN
  473. [ 218.092981] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 00 00 21 6c 00 00 01 00
  474. [ 218.093099] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD IN
  475. [ 218.093112] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 00 21 6b 00 00 01 00
  476. [ 218.093388] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD IN
  477. [ 218.093401] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 00 00 21 68 00 00 01 00
  478. [ 218.093507] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
  479. [ 218.093520] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 00 00 21 67 00 00 01 00
  480. [ 218.093796] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  481. [ 218.093808] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 00 00 21 66 00 00 01 00
  482. [ 218.093920] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
  483. [ 218.093933] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 00 00 21 65 00 00 01 00
  484. [ 218.094202] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  485. [ 218.094214] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 00 21 64 00 00 01 00
  486. [ 218.094331] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  487. [ 218.094343] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 00 21 63 00 00 01 00
  488. [ 218.094617] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD
  489. [ 218.094630] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 a9 0e a8 00 00 70 00
  490. [ 218.094654] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  491. [ 218.094666] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 00 21 62 00 00 01 00
  492. [ 218.094941] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  493. [ 218.094954] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 00 21 61 00 00 01 00
  494. [ 218.095071] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD
  495. [ 218.095083] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x35 35 00 00 00 00 00 00 00 00 00
  496. [ 218.095107] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  497. [ 218.095121] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 0d e7 28 00 00 20 00
  498. [ 218.095429] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  499. [ 218.095442] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 00 21 60 00 00 01 00
  500. [ 218.095703] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD IN
  501. [ 218.095716] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 00 21 79 00 00 01 00
  502. [ 218.095833] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  503. [ 218.095846] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 00 21 78 00 00 01 00
  504. [ 218.096125] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD IN
  505. [ 218.096138] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 00 21 77 00 00 01 00
  506. [ 218.096244] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD IN
  507. [ 218.096257] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 00 21 76 00 00 01 00
  508. [ 218.096533] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD IN
  509. [ 218.096545] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 00 21 75 00 00 01 00
  510. [ 218.096652] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD IN
  511. [ 218.096665] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 00 21 74 00 00 01 00
  512. [ 218.096940] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD IN
  513. [ 218.096952] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 00 21 73 00 00 01 00
  514. [ 218.097066] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD IN
  515. [ 218.097079] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 21 72 00 00 01 00
  516. [ 218.141323] scsi host0: uas_eh_device_reset_handler start
  517. [ 218.292263] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  518. [ 218.326914] scsi host0: uas_eh_device_reset_handler success
  519. [ 248.811265] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  520. [ 248.811284] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 a9 06 f0 00 00 f8 00
  521. [ 248.811828] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD
  522. [ 248.811842] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x35 35 00 00 00 00 00 00 00 00 00
  523. [ 248.811868] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  524. [ 248.811882] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 00 0d e7 48 00 00 08 00
  525. [ 248.812094] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  526. [ 248.812108] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 00 21 7a 00 00 a6 00
  527. [ 253.771274] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD OUT
  528. [ 253.771291] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 00 08 2c f8 00 00 08 00
  529. [ 253.771624] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD OUT
  530. [ 253.771638] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 00 08 29 a0 00 00 08 00
  531. [ 253.771884] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT
  532. [ 253.771897] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 00 08 29 60 00 00 10 00
  533. [ 253.772418] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
  534. [ 253.772431] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x2a 2a 00 00 08 28 50 00 00 08 00
  535. [ 253.772954] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD OUT
  536. [ 253.772967] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x2a 2a 00 00 08 27 b0 00 00 08 00
  537. [ 253.773267] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  538. [ 253.773280] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x2a 2a 00 00 08 27 68 00 00 08 00
  539. [ 253.773579] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
  540. [ 253.773592] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x2a 2a 00 00 08 27 28 00 00 08 00
  541. [ 253.773902] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
  542. [ 253.773915] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 00 08 26 a8 00 00 10 00
  543. [ 253.774210] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT
  544. [ 253.774222] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x2a 2a 00 00 08 20 40 00 00 08 00
  545. [ 253.774521] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD OUT
  546. [ 253.774534] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x2a 2a 00 00 08 20 00 00 00 10 00
  547. [ 253.831289] scsi host0: uas_eh_device_reset_handler start
  548. [ 253.841993] sd 0:0:0:0: [sda] tag#22 uas_zap_pending 0 uas-tag 15 inflight: CMD
  549. [ 253.842008] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 00 21 63 00 00 01 00
  550. [ 253.842024] sd 0:0:0:0: [sda] tag#23 uas_zap_pending 0 uas-tag 16 inflight: CMD
  551. [ 253.842037] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 00 21 64 00 00 01 00
  552. [ 253.842053] sd 0:0:0:0: [sda] tag#24 uas_zap_pending 0 uas-tag 17 inflight: CMD
  553. [ 253.842065] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 00 21 65 00 00 01 00
  554. [ 253.842081] sd 0:0:0:0: [sda] tag#25 uas_zap_pending 0 uas-tag 18 inflight: CMD
  555. [ 253.842093] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 00 21 66 00 00 01 00
  556. [ 253.842108] sd 0:0:0:0: [sda] tag#26 uas_zap_pending 0 uas-tag 19 inflight: CMD
  557. [ 253.842120] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 00 00 21 67 00 00 01 00
  558. [ 253.842135] sd 0:0:0:0: [sda] tag#27 uas_zap_pending 0 uas-tag 20 inflight: CMD
  559. [ 253.842147] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 00 00 21 68 00 00 01 00
  560. [ 253.842162] sd 0:0:0:0: [sda] tag#0 uas_zap_pending 0 uas-tag 21 inflight: CMD
  561. [ 253.842175] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 21 6b 00 00 01 00
  562. [ 253.842190] sd 0:0:0:0: [sda] tag#1 uas_zap_pending 0 uas-tag 22 inflight: CMD
  563. [ 253.842203] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 00 21 6c 00 00 01 00
  564. [ 253.842218] sd 0:0:0:0: [sda] tag#2 uas_zap_pending 0 uas-tag 23 inflight: CMD
  565. [ 253.842230] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 00 21 69 00 00 01 00
  566. [ 253.842245] sd 0:0:0:0: [sda] tag#3 uas_zap_pending 0 uas-tag 24 inflight: CMD
  567. [ 253.842257] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 00 21 6a 00 00 01 00
  568. [ 253.842272] sd 0:0:0:0: [sda] tag#4 uas_zap_pending 0 uas-tag 25 inflight: CMD
  569. [ 253.842285] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 00 21 6d 00 00 01 00
  570. [ 253.842299] sd 0:0:0:0: [sda] tag#5 uas_zap_pending 0 uas-tag 26 inflight: CMD
  571. [ 253.842312] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 00 21 6e 00 00 01 00
  572. [ 253.842327] sd 0:0:0:0: [sda] tag#6 uas_zap_pending 0 uas-tag 27 inflight: CMD
  573. [ 253.842339] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 00 21 6f 00 00 01 00
  574. [ 253.842354] sd 0:0:0:0: [sda] tag#7 uas_zap_pending 0 uas-tag 28 inflight: CMD
  575. [ 253.842366] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 00 21 70 00 00 01 00
  576. [ 253.842381] sd 0:0:0:0: [sda] tag#28 uas_zap_pending 0 uas-tag 29 inflight: CMD
  577. [ 253.842394] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 00 00 21 71 00 00 01 00
  578. [ 253.992270] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  579. [ 254.026916] scsi host0: uas_eh_device_reset_handler success
  580. [ 254.446587] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  581. [ 284.661303] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD IN
  582. [ 284.661321] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 00 00 2b 90 00 00 01 00
  583. [ 284.661577] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD IN
  584. [ 284.661592] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 00 00 2b 84 00 00 01 00
  585. [ 284.661905] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD IN
  586. [ 284.661920] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 00 00 2b 83 00 00 01 00
  587. [ 284.662224] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD IN
  588. [ 284.662237] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 00 2b 82 00 00 01 00
  589. [ 284.662350] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD IN
  590. [ 284.662363] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 00 2b 81 00 00 01 00
  591. [ 284.662636] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  592. [ 284.662650] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 00 2b 80 00 00 01 00
  593. [ 284.662954] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD IN
  594. [ 284.662966] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 00 2b 7f 00 00 01 00
  595. [ 284.663083] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD IN
  596. [ 284.663096] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 00 00 2b 7e 00 00 01 00
  597. [ 284.663369] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
  598. [ 284.663382] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 00 2b 7d 00 00 01 00
  599. [ 284.663690] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  600. [ 284.663703] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 00 00 2b 7c 00 00 01 00
  601. [ 284.663816] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
  602. [ 284.663829] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 00 00 2b 7b 00 00 01 00
  603. [ 284.664104] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  604. [ 284.664116] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 00 00 2b 7a 00 00 01 00
  605. [ 284.664232] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  606. [ 284.664246] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 00 00 2b 79 00 00 01 00
  607. [ 284.664519] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  608. [ 284.664532] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 00 2b 78 00 00 01 00
  609. [ 284.664639] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  610. [ 284.664651] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 00 2b 77 00 00 01 00
  611. [ 284.664928] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  612. [ 284.664940] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 00 2b 76 00 00 01 00
  613. [ 284.665053] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  614. [ 284.665066] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 00 2b 75 00 00 01 00
  615. [ 284.665335] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD IN
  616. [ 284.665347] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 00 2b 8f 00 00 01 00
  617. [ 284.665462] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD IN
  618. [ 284.665475] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 00 2b 8e 00 00 01 00
  619. [ 284.665751] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD IN
  620. [ 284.665764] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 00 2b 8d 00 00 01 00
  621. [ 284.665870] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD IN
  622. [ 284.665884] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 00 2b 8c 00 00 01 00
  623. [ 284.666155] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD IN
  624. [ 284.666168] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 00 2b 8a 00 00 01 00
  625. [ 284.666276] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD IN
  626. [ 284.666289] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 00 2b 89 00 00 01 00
  627. [ 284.666563] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  628. [ 284.666576] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 00 2b 74 00 00 01 00
  629. [ 284.666691] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD IN
  630. [ 284.666703] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 00 2b 8b 00 00 01 00
  631. [ 284.666969] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD IN
  632. [ 284.666982] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 00 2b 88 00 00 01 00
  633. [ 284.667098] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD IN
  634. [ 284.667111] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 00 2b 87 00 00 01 00
  635. [ 284.667384] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD IN
  636. [ 284.667397] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 00 2b 86 00 00 01 00
  637. [ 284.667506] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD IN
  638. [ 284.667519] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 2b 85 00 00 01 00
  639. [ 284.801335] scsi host0: uas_eh_device_reset_handler start
  640. [ 284.962189] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  641. [ 284.996886] scsi host0: uas_eh_device_reset_handler success
  642. [ 285.812412] 8021q: 802.1Q VLAN Support v1.8
  643. [ 285.842692] uart-pl011 fe201000.serial: no DMA platform data
  644. [ 316.011257] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  645. [ 316.011275] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 01 c1 c4 f8 00 00 10 00
  646. [ 316.011462] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  647. [ 316.011477] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 00 30 00 00 00 08 00
  648. [ 316.011716] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  649. [ 316.011729] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 09 2f 58 00 00 08 00
  650. [ 316.011843] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  651. [ 316.011856] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 0e 5e 10 00 00 08 00
  652. [ 316.012140] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  653. [ 316.012154] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 02 54 21 40 00 00 08 00
  654. [ 316.012524] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  655. [ 316.012538] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 0e 21 17 20 00 00 48 00
  656. [ 316.012903] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  657. [ 316.012917] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 0e 21 08 20 00 00 c0 00
  658. [ 316.013457] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  659. [ 316.013471] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 0c 86 98 00 00 08 00
  660. [ 316.013729] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
  661. [ 316.013742] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 09 a4 90 00 00 08 00
  662. [ 316.731266] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  663. [ 316.731283] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 02 1c 21 d0 00 00 08 00
  664. [ 346.091273] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
  665. [ 346.091291] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 18 d3 00 00 00 20 00
  666. [ 346.131278] scsi host0: uas_eh_device_reset_handler start
  667. [ 346.282192] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  668. [ 346.316868] scsi host0: uas_eh_device_reset_handler success
  669. [ 376.811307] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  670. [ 376.811326] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 02 48 40 78 00 00 08 00
  671. [ 376.811615] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  672. [ 376.811629] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 0e 4c 5d a0 00 00 08 00
  673. [ 376.811952] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  674. [ 376.811966] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 09 28 40 00 00 08 00
  675. [ 376.812273] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  676. [ 376.812287] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 09 23 a8 00 00 08 00
  677. [ 376.831313] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  678. [ 376.831331] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 09 26 a8 00 00 08 00
  679. [ 376.851260] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  680. [ 376.851275] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 a8 fd 00 00 00 20 00
  681. [ 376.871248] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  682. [ 376.871262] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 00 09 23 88 00 00 08 00
  683. [ 381.771255] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
  684. [ 381.771272] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x2a 2a 00 0e 39 98 40 00 00 08 00
  685. [ 381.771590] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  686. [ 381.771605] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 00 38 21 c0 00 00 88 00
  687. [ 381.771906] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  688. [ 381.771920] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 0e 08 20 60 00 00 08 00
  689. [ 381.772307] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
  690. [ 381.772320] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 09 bb c0 00 00 18 00
  691. [ 381.811278] scsi host0: uas_eh_device_reset_handler start
  692. [ 381.962229] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  693. [ 381.996752] scsi host0: uas_eh_device_reset_handler success
  694. [ 382.486092] bcmgenet: Skipping UMAC reset
  695. [ 382.492785] bcmgenet fd580000.ethernet: configuring instance for external RGMII
  696. [ 382.494495] bcmgenet fd580000.ethernet eth0: Link is Down
  697. [ 412.651269] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  698. [ 412.651288] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 48 a1 00 00 01 08 00
  699. [ 412.651478] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  700. [ 412.651493] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 18 f0 d8 00 00 20 00
  701. [ 412.651791] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  702. [ 412.651805] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 09 9d a0 00 00 08 00
  703. [ 412.652092] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  704. [ 412.652105] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 23 a0 20 00 00 c8 00
  705. [ 412.652702] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  706. [ 412.652714] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 0c 3a e0 00 00 20 00
  707. [ 412.653027] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  708. [ 412.653039] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 50 74 f8 00 00 08 00
  709. [ 412.653354] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  710. [ 412.653367] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 22 5f b0 00 00 20 00
  711. [ 418.411261] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
  712. [ 418.411279] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 00 38 22 a8 00 00 90 00
  713. [ 442.731259] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  714. [ 442.731277] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x2a 2a 00 00 09 bb d0 00 00 08 00
  715. [ 442.771279] scsi host0: uas_eh_device_reset_handler start
  716. [ 442.922252] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  717. [ 442.956809] scsi host0: uas_eh_device_reset_handler success
  718. [ 443.491624] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k FS
  719. [ 455.858584] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  720. [ 474.091274] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  721. [ 474.091291] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 49 03 b0 00 00 08 00
  722. [ 474.091432] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  723. [ 474.091447] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 24 e8 70 00 00 20 00
  724. [ 474.091769] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  725. [ 474.091783] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 a5 40 00 00 00 20 00
  726. [ 474.092106] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  727. [ 474.092120] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 50 76 10 00 00 e8 00
  728. [ 478.491265] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT
  729. [ 478.491283] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x2a 2a 00 00 38 23 c0 00 00 38 00
  730. [ 478.491811] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  731. [ 478.491825] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 13 fb 60 00 00 20 00
  732. [ 486.251257] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  733. [ 486.251272] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 09 9f 88 00 00 08 00
  734. [ 502.891304] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  735. [ 502.891322] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 88 33 00 00 01 00 00
  736. [ 503.611282] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD OUT
  737. [ 503.611299] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 08 28 50 00 00 08 00
  738. [ 503.611573] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD OUT
  739. [ 503.611588] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 00 08 26 a8 00 00 08 00
  740. [ 503.611893] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD OUT
  741. [ 503.611906] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x2a 2a 00 00 08 20 40 00 00 08 00
  742. [ 503.612218] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD OUT
  743. [ 503.612231] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 00 08 27 b0 00 00 08 00
  744. [ 503.612547] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD OUT
  745. [ 503.612560] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 00 08 27 28 00 00 08 00
  746. [ 503.612872] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD OUT
  747. [ 503.612884] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x2a 2a 00 00 08 20 00 00 00 10 00
  748. [ 503.613197] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD OUT
  749. [ 503.613210] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x2a 2a 00 0e 48 20 30 00 00 08 00
  750. [ 503.613528] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD OUT
  751. [ 503.613540] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 0e 39 98 d8 00 00 08 00
  752. [ 503.613849] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD OUT
  753. [ 503.613862] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 0e 08 20 60 00 00 08 00
  754. [ 503.614184] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  755. [ 503.614197] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 00 09 bb d8 00 00 08 00
  756. [ 503.614523] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT
  757. [ 503.614536] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 00 0e 5e 10 00 00 08 00
  758. [ 503.614840] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
  759. [ 503.614853] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 00 0c 52 70 00 00 08 00
  760. [ 503.615173] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD OUT
  761. [ 503.615186] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x2a 2a 00 00 0c 40 f8 00 00 08 00
  762. [ 503.615512] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD OUT
  763. [ 503.615525] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 00 09 bf b0 00 00 08 00
  764. [ 503.615832] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD OUT
  765. [ 503.615845] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 00 09 23 d0 00 00 08 00
  766. [ 503.616165] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD OUT
  767. [ 503.616178] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 00 08 3a 80 00 00 08 00
  768. [ 503.616503] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD OUT
  769. [ 503.616516] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 08 29 60 00 00 10 00
  770. [ 503.661297] scsi host0: uas_eh_device_reset_handler start
  771. [ 503.812227] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  772. [ 503.846820] scsi host0: uas_eh_device_reset_handler success
  773. [ 534.251255] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  774. [ 534.251273] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 5f d0 28 00 01 00 00
  775. [ 534.251909] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  776. [ 534.251923] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 5f cf 28 00 01 00 00
  777. [ 534.252538] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  778. [ 534.252551] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 4f 1d 98 00 00 08 00
  779. [ 534.252811] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  780. [ 534.252824] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 09 5d 80 00 00 08 00
  781. [ 534.253145] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  782. [ 534.253158] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 a5 40 20 00 00 e0 00
  783. [ 534.253591] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  784. [ 534.253604] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 6d b7 00 00 00 20 00
  785. [ 534.371270] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  786. [ 534.371287] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 0e 5d 90 00 00 08 00
  787. [ 535.211257] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  788. [ 535.211275] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 0e 45 30 00 00 08 00
  789. [ 540.011253] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  790. [ 540.011270] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 00 38 24 50 00 00 20 00
  791. [ 540.061272] scsi host0: uas_eh_device_reset_handler start
  792. [ 540.212207] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  793. [ 540.246872] scsi host0: uas_eh_device_reset_handler success
  794. [ 571.371269] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  795. [ 571.371287] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 01 c1 ac c0 00 00 20 00
  796. [ 571.371483] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  797. [ 571.371497] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 00 a5 98 20 00 00 e0 00
  798. [ 571.372077] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  799. [ 571.372091] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 00 48 2a 08 00 00 f8 00
  800. [ 571.372377] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  801. [ 571.372390] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 07 3f a2 00 00 01 00
  802. [ 571.372681] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  803. [ 571.372695] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 50 12 a8 00 00 b0 00
  804. [ 571.373050] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD
  805. [ 571.373063] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 21 38 f0 00 01 00 00
  806. [ 575.691280] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD OUT
  807. [ 575.691298] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x2a 2a 00 00 08 2d b0 00 00 08 00
  808. [ 575.691710] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD OUT
  809. [ 575.691724] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 00 08 26 a8 00 00 08 00
  810. [ 575.692033] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD OUT
  811. [ 575.692047] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 00 08 20 08 00 00 08 00
  812. [ 575.692349] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD OUT
  813. [ 575.692362] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 00 09 bb e0 00 00 08 00
  814. [ 575.692676] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD OUT
  815. [ 575.692689] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 0e 64 20 08 00 00 08 00
  816. [ 575.693016] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD OUT
  817. [ 575.693028] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 0e 39 98 e8 00 00 08 00
  818. [ 575.693328] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD OUT
  819. [ 575.693341] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 0e 39 92 60 00 00 10 00
  820. [ 575.693653] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT
  821. [ 575.693666] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 00 47 f0 50 00 00 08 00
  822. [ 575.694194] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
  823. [ 575.694207] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x2a 2a 00 00 0e 70 00 00 00 08 00
  824. [ 575.694509] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  825. [ 575.694522] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x2a 2a 00 00 0c 52 70 00 00 08 00
  826. [ 575.694856] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD OUT
  827. [ 575.694868] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x2a 2a 00 00 0e 5e 10 00 00 08 00
  828. [ 575.695182] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
  829. [ 575.695195] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 00 0c 40 f8 00 00 08 00
  830. [ 575.695723] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
  831. [ 575.695736] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x2a 2a 00 00 09 bf c8 00 00 08 00
  832. [ 596.331267] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD IN
  833. [ 596.331285] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 00 0c 7f f0 00 00 08 00
  834. [ 596.371270] scsi host0: uas_eh_device_reset_handler start
  835. [ 596.522224] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  836. [ 596.556802] scsi host0: uas_eh_device_reset_handler success
  837. [ 627.691258] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  838. [ 627.691275] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 01 0c 77 60 00 00 20 00
  839. [ 627.691580] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  840. [ 627.691595] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 18 f2 d8 00 00 88 00
  841. [ 627.692055] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  842. [ 627.692069] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 48 ff f8 00 00 08 00
  843. [ 627.692327] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  844. [ 627.692340] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 88 21 00 00 01 08 00
  845. [ 627.692679] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  846. [ 627.692693] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 19 04 58 00 01 00 00
  847. [ 632.011338] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
  848. [ 632.011356] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 38 25 50 00 00 88 00
  849. [ 632.011658] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
  850. [ 632.011673] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 0e 64 20 08 00 00 08 00
  851. [ 632.011960] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT
  852. [ 632.011975] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x2a 2a 00 00 09 bf c8 00 00 18 00
  853. [ 632.012328] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
  854. [ 632.012342] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 00 09 bb e0 00 00 08 00
  855. [ 632.051279] scsi host0: uas_eh_device_reset_handler start
  856. [ 632.202240] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  857. [ 632.236910] scsi host0: uas_eh_device_reset_handler success
  858. [ 663.530103] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  859. [ 663.530121] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 52 a3 e8 00 00 20 00
  860. [ 663.530356] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  861. [ 663.530371] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 02 0c 3d 78 00 00 08 00
  862. [ 663.530640] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  863. [ 663.530655] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 76 bd 70 00 01 00 00
  864. [ 663.531348] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  865. [ 663.531362] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 76 bc 70 00 01 00 00
  866. [ 667.689876] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT
  867. [ 667.689893] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 0e 39 98 f8 00 00 08 00
  868. [ 667.690373] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
  869. [ 667.690388] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x2a 2a 00 00 38 26 40 00 00 98 00
  870. [ 667.690688] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD OUT
  871. [ 667.690703] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x2a 2a 00 00 09 bf d8 00 00 10 00
  872. [ 692.969389] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  873. [ 692.969408] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 0c 71 f0 00 00 08 00
  874. [ 693.019323] scsi host0: uas_eh_device_reset_handler start
  875. [ 693.170262] usb 2-2: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  876. [ 693.205063] scsi host0: uas_eh_device_reset_handler success
  877.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement