Project

General

Profile

Packaging Request #1965 » parabola_migrated_from_alarm_dmesg_fdisk_lsblk.txt

3p7kp4xn, 2019-01-07 06:41 PM

 
1
# uname -a
2

    
3
Linux alarm 4.19.8-gnu-1 #1 SMP PREEMPT Wed Dec 12 21:35:24 UTC 2018 armv7l GNU/Linux
4

    
5

    
6

    
7

    
8

    
9
########################################################################################
10

    
11
# lsblk
12

    
13
NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
14
sda            8:0    1   15G  0 disk 
15
|-sda1         8:1    1   16M  0 part 
16
`-sda2         8:2    1 14.9G  0 part /
17
mtdblock0     31:0    0    4M  0 disk 
18
mmcblk2      179:0    0 14.7G  0 disk 
19
mmcblk2boot0 179:16   0    4M  1 disk 
20
mmcblk2boot1 179:32   0    4M  1 disk
21

    
22

    
23

    
24

    
25

    
26
#########################################################################################
27

    
28
# fdisk -l
29

    
30
Disk /dev/mtdblock0: 4 MiB, 4194304 bytes, 8192 sectors
31
Units: sectors of 1 * 512 = 512 bytes
32
Sector size (logical/physical): 512 bytes / 512 bytes
33
I/O size (minimum/optimal): 512 bytes / 512 bytes
34

    
35

    
36

    
37

    
38
Disk /dev/sda: 15 GiB, 16039018496 bytes, 31326208 sectors
39
Disk model: DataTraveler 111
40
Units: sectors of 1 * 512 = 512 bytes
41
Sector size (logical/physical): 512 bytes / 512 bytes
42
I/O size (minimum/optimal): 512 bytes / 512 bytes
43
Disklabel type: gpt
44
Disk identifier: 8046C924-E2EA-B14A-B139-83DA5A95C4C5
45

    
46
Device     Start      End  Sectors  Size Type
47
/dev/sda1   8192    40959    32768   16M ChromeOS kernel
48
/dev/sda2  40960 31326174 31285215 14.9G Microsoft basic data
49

    
50

    
51

    
52

    
53

    
54
###########################################################################################
55

    
56
# dmesg
57

    
58
[    0.000000] Booting Linux on physical CPU 0x500
59
[    0.000000] Linux version 4.19.8-gnu-1 (builduser@parabola) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Wed Dec 12 21:35:24 UTC 2018
60
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
61
[    0.000000] CPU: div instructions available: patching division code
62
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
63
[    0.000000] OF: fdt: Machine model: Google Speedy
64
[    0.000000] Memory policy: Data cache writealloc
65
[    0.000000] cma: Reserved 48 MiB at 0x7c800000
66
[    0.000000] On node 0 totalpages: 524032
67
[    0.000000]   Normal zone: 1728 pages used for memmap
68
[    0.000000]   Normal zone: 0 pages reserved
69
[    0.000000]   Normal zone: 196608 pages, LIFO batch:63
70
[    0.000000]   HighMem zone: 327424 pages, LIFO batch:63
71
[    0.000000] random: get_random_bytes called from start_kernel+0x8c/0x47c with crng_init=0
72
[    0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s38476 r8192 d22964 u69632
73
[    0.000000] pcpu-alloc: s38476 r8192 d22964 u69632 alloc=17*4096
74
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
75
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522304
76
[    0.000000] Kernel command line: cros_secure console=tty0 init=/sbin/init root=PARTUUID=********-****-****-****-********/PARTNROFF=1 rootwait rw noinitrd 
77
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
78
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
79
[    0.000000] Memory: 2005824K/2096128K available (12288K kernel code, 1045K rwdata, 4700K rodata, 1024K init, 879K bss, 41152K reserved, 49152K cma-reserved, 1259520K highmem)
80
[    0.000000] Virtual kernel memory layout:
81
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
82
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
83
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
84
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
85
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
86
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
87
                     .text : 0x(ptrval) - 0x(ptrval)   (13280 kB)
88
                     .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
89
                     .data : 0x(ptrval) - 0x(ptrval)   (1046 kB)
90
                      .bss : 0x(ptrval) - 0x(ptrval)   ( 880 kB)
91
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
92
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
93
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
94
[    0.000000] 	Tasks RCU enabled.
95
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
96
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
97
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
98
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
99
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
100
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
101
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
102
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
103
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
104
[    0.000000] rockchip_mmc_get_phase: invalid clk rate
105
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
106
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
107
[    0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
108
[    0.000008] Switching to timer-based delay loop, resolution 41ns
109
[    0.001532] Console: colour dummy device 80x30
110
[    0.001720] console [tty0] enabled
111
[    0.001745] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
112
[    0.001758] pid_max: default: 32768 minimum: 301
113
[    0.001839] Security Framework initialized
114
[    0.001915] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
115
[    0.001927] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
116
[    0.002280] CPU: Testing write buffer coherency: ok
117
[    0.002299] CPU0: Spectre v2: using BPIALL workaround
118
[    0.002443] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
119
[    0.023982] Setting up static identity map for 0x300000 - 0x3000a0
120
[    0.031977] rcu: Hierarchical SRCU implementation.
121
[    0.052005] smp: Bringing up secondary CPUs ...
122
[    0.085207] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
123
[    0.085209] CPU1: Spectre v2: using BPIALL workaround
124
[    0.117233] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
125
[    0.117235] CPU2: Spectre v2: using BPIALL workaround
126
[    0.149275] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
127
[    0.149278] CPU3: Spectre v2: using BPIALL workaround
128
[    0.149331] smp: Brought up 1 node, 4 CPUs
129
[    0.149339] SMP: Total of 4 processors activated (192.00 BogoMIPS).
130
[    0.149346] CPU: All CPU(s) started in SVC mode.
131
[    0.149887] devtmpfs: initialized
132
[    0.154229] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
133
[    0.154380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
134
[    0.154396] futex hash table entries: 1024 (order: 4, 65536 bytes)
135
[    0.154994] xor: measuring software checksum speed
136
[    0.192216]    arm4regs  :  3779.000 MB/sec
137
[    0.232223]    8regs     :  2911.000 MB/sec
138
[    0.272248]    32regs    :  2831.000 MB/sec
139
[    0.312274]    neon      :  5038.000 MB/sec
140
[    0.312281] xor: using function: neon (5038.000 MB/sec)
141
[    0.312310] pinctrl core: initialized pinctrl subsystem
142
[    0.313047] NET: Registered protocol family 16
143
[    0.313859] DMA: preallocated 256 KiB pool for atomic coherent allocations
144
[    0.314189] audit: initializing netlink subsys (disabled)
145
[    0.314299] audit: type=2000 audit(0.312:1): state=initialized audit_enabled=0 res=1
146
[    0.314803] cpuidle: using governor menu
147
[    0.315048] No ATAGs?
148
[    0.315102] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
149
[    0.315116] hw-breakpoint: maximum watchpoint size is 4 bytes.
150
[    0.315566] Serial: AMBA PL011 UART driver
151
[    0.396557] raid6: int32x1  gen()   392 MB/s
152
[    0.464515] raid6: int32x1  xor()   310 MB/s
153
[    0.532601] raid6: int32x2  gen()   474 MB/s
154
[    0.600617] raid6: int32x2  xor()   408 MB/s
155
[    0.668685] raid6: int32x4  gen()   644 MB/s
156
[    0.736745] raid6: int32x4  xor()   479 MB/s
157
[    0.804771] raid6: int32x8  gen()   742 MB/s
158
[    0.872849] raid6: int32x8  xor()   500 MB/s
159
[    0.940851] raid6: neonx1   gen()  1436 MB/s
160
[    1.008893] raid6: neonx1   xor()  1600 MB/s
161
[    1.076933] raid6: neonx2   gen()  1786 MB/s
162
[    1.144978] raid6: neonx2   xor()  2129 MB/s
163
[    1.213015] raid6: neonx4   gen()  2706 MB/s
164
[    1.281053] raid6: neonx4   xor()  2575 MB/s
165
[    1.349102] raid6: neonx8   gen()  2565 MB/s
166
[    1.417128] raid6: neonx8   xor()  2345 MB/s
167
[    1.417135] raid6: using algorithm neonx4 gen() 2706 MB/s
168
[    1.417141] raid6: .... xor() 2575 MB/s, rmw enabled
169
[    1.417147] raid6: using neon recovery algorithm
170
[    1.419092] vcc_5v: supplied by vccsys
171
[    1.419121] vcc33_sys: supplied by vccsys
172
[    1.419147] vcc50_hdmi: supplied by vcc_5v
173
[    1.419377] panel_regulator: supplied by vcc33_sys
174
[    1.419634] backlight_regulator: supplied by vcc33_sys
175
[    1.421876] vgaarb: loaded
176
[    1.422147] SCSI subsystem initialized
177
[    1.422228] libata version 3.00 loaded.
178
[    1.422301] usbcore: registered new interface driver usbfs
179
[    1.422324] usbcore: registered new interface driver hub
180
[    1.422352] usbcore: registered new device driver usb
181
[    1.423025] media: Linux media interface: v0.10
182
[    1.423041] videodev: Linux video capture interface: v2.00
183
[    1.423061] pps_core: LinuxPPS API ver. 1 registered
184
[    1.423068] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
185
[    1.423082] PTP clock support registered
186
[    1.423097] EDAC MC: Ver: 3.0.0
187
[    1.423450] Advanced Linux Sound Architecture Driver Initialized.
188
[    1.423647] NetLabel: Initializing
189
[    1.423655] NetLabel:  domain hash size = 128
190
[    1.423660] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
191
[    1.423692] NetLabel:  unlabeled traffic allowed by default
192
[    1.423857] clocksource: Switched to clocksource arch_sys_counter
193
[    1.423940] VFS: Disk quotas dquot_6.6.0
194
[    1.423973] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
195
[    1.427248] NET: Registered protocol family 2
196
[    1.427540] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
197
[    1.427565] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
198
[    1.427593] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
199
[    1.427650] TCP: Hash tables configured (established 8192 bind 8192)
200
[    1.427699] UDP hash table entries: 512 (order: 2, 16384 bytes)
201
[    1.427720] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
202
[    1.427801] NET: Registered protocol family 1
203
[    1.432054] RPC: Registered named UNIX socket transport module.
204
[    1.432063] RPC: Registered udp transport module.
205
[    1.432069] RPC: Registered tcp transport module.
206
[    1.432075] RPC: Registered tcp NFSv4.1 backchannel transport module.
207
[    1.432083] PCI: CLS 0 bytes, default 64
208
[    1.432552] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
209
[    1.433331] Initialise system trusted keyrings
210
[    1.433400] workingset: timestamp_bits=14 max_order=19 bucket_order=5
211
[    1.434826] zbud: loaded
212
[    1.435490] NFS: Registering the id_resolver key type
213
[    1.435505] Key type id_resolver registered
214
[    1.435510] Key type id_legacy registered
215
[    1.435524] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
216
[    1.438097] Key type asymmetric registered
217
[    1.438111] Asymmetric key parser 'x509' registered
218
[    1.438138] bounce: pool size: 64 pages
219
[    1.438166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
220
[    1.438241] io scheduler noop registered
221
[    1.438249] io scheduler deadline registered
222
[    1.438324] io scheduler cfq registered (default)
223
[    1.438332] io scheduler mq-deadline registered
224
[    1.438339] io scheduler kyber registered
225
[    1.438409] io scheduler bfq registered
226
[    1.444629] pwm-backlight backlight: Linked as a consumer to regulator.9
227
[    1.444672] pwm-backlight backlight: Dropping the link to regulator.9
228
[    1.447461] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
229
[    1.447475] dma-pl330 ff250000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
230
[    1.447706] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
231
[    1.447718] dma-pl330 ffb20000.dma-controller: 	DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
232
[    1.450100] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
233
[    1.451235] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 3000000) is a 16550A
234
[    1.451533] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
235
[    1.451829] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 40, base_baud = 1500000) is a 16550A
236
[    1.452404] Serial: AMBA driver
237
[    1.453881] panel-simple panel: Linked as a consumer to regulator.7
238
[    1.453921] panel-simple panel: Dropping the link to regulator.7
239
[    1.457476] loop: module loaded
240
[    1.458002] Loading iSCSI transport class v2.0-870.
241
[    1.458170] iscsi: registered transport (tcp)
242
[    1.461004] m25p80 spi2.0: gd25q32 (4096 Kbytes)
243
[    1.462027] libphy: Fixed MDIO Bus: probed
244
[    1.463459] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
245
[    1.463498] dwc2 ff540000.usb: Linked as a consumer to regulator.0
246
[    1.463510] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
247
[    1.520024] dwc2 ff540000.usb: DWC OTG Controller
248
[    1.520042] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
249
[    1.520061] dwc2 ff540000.usb: irq 43, io mem 0xff540000
250
[    1.520191] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
251
[    1.520202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
252
[    1.520211] usb usb1: Product: DWC OTG Controller
253
[    1.520218] usb usb1: Manufacturer: Linux 4.19.8-gnu-1 dwc2_hsotg
254
[    1.520225] usb usb1: SerialNumber: ff540000.usb
255
[    1.520440] hub 1-0:1.0: USB hub found
256
[    1.520460] hub 1-0:1.0: 1 port detected
257
[    1.520693] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
258
[    1.520727] dwc2 ff580000.usb: Linked as a consumer to regulator.0
259
[    1.520739] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
260
[    1.530908] dwc2 ff580000.usb: DWC OTG Controller
261
[    1.530923] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
262
[    1.530939] dwc2 ff580000.usb: irq 44, io mem 0xff580000
263
[    1.531039] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
264
[    1.531049] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
265
[    1.531058] usb usb2: Product: DWC OTG Controller
266
[    1.531065] usb usb2: Manufacturer: Linux 4.19.8-gnu-1 dwc2_hsotg
267
[    1.531072] usb usb2: SerialNumber: ff580000.usb
268
[    1.531243] hub 2-0:1.0: USB hub found
269
[    1.531265] hub 2-0:1.0: 1 port detected
270
[    1.531723] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
271
[    1.531733] ehci-pci: EHCI PCI platform driver
272
[    1.531751] ehci-platform: EHCI generic platform driver
273
[    1.531840] ehci-platform ff500000.usb: EHCI Host Controller
274
[    1.531866] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
275
[    1.531935] ehci-platform ff500000.usb: irq 42, io mem 0xff500000
276
[    1.547866] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
277
[    1.547931] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
278
[    1.547942] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
279
[    1.547951] usb usb3: Product: EHCI Host Controller
280
[    1.547958] usb usb3: Manufacturer: Linux 4.19.8-gnu-1 ehci_hcd
281
[    1.547965] usb usb3: SerialNumber: ff500000.usb
282
[    1.548136] hub 3-0:1.0: USB hub found
283
[    1.548153] hub 3-0:1.0: 1 port detected
284
[    1.548350] ehci-mxc: Freescale On-Chip EHCI Host driver
285
[    1.548400] ehci-omap: OMAP-EHCI Host Controller driver
286
[    1.548467] ehci-orion: EHCI orion driver
287
[    1.548543] ehci-exynos: EHCI EXYNOS driver
288
[    1.548608] tegra-ehci: Tegra EHCI driver
289
[    1.548684] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
290
[    1.548697] ohci-pci: OHCI PCI platform driver
291
[    1.548719] ohci-platform: OHCI generic platform driver
292
[    1.548808] ohci-exynos: OHCI EXYNOS driver
293
[    1.549072] usbcore: registered new interface driver uas
294
[    1.549113] usbcore: registered new interface driver usb-storage
295
[    1.549131] usbcore: registered new interface driver ums-cypress
296
[    1.549149] usbcore: registered new interface driver ums_eneub6250
297
[    1.549167] usbcore: registered new interface driver ums-freecom
298
[    1.549183] usbcore: registered new interface driver ums-isd200
299
[    1.549201] usbcore: registered new interface driver ums-usbat
300
[    1.551769] i2c /dev entries driver
301
[    1.553736] rk808 0-001b: chip id: 0x0
302
[    1.556316] rk808-regulator rk808-regulator: there is no dvs0 gpio
303
[    1.556333] rk808-regulator rk808-regulator: there is no dvs1 gpio
304
[    1.556364] DCDC_REG1: supplied by vcc33_sys
305
[    1.557006] DCDC_REG2: supplied by vcc33_sys
306
[    1.557513] DCDC_REG3: supplied by vcc33_sys
307
[    1.557609] DCDC_REG4: supplied by vcc33_sys
308
[    1.557937] LDO_REG1: supplied by vcc_5v
309
[    1.559098] LDO_REG2: supplied by vcc_5v
310
[    1.559312] LDO_REG3: supplied by vcc33_sys
311
[    1.560243] LDO_REG4: supplied by vcc_5v
312
[    1.560551] LDO_REG5: supplied by vcc_5v
313
[    1.560863] LDO_REG6: supplied by vcc33_sys
314
[    1.561669] LDO_REG7: supplied by vcc33_sys
315
[    1.562479] LDO_REG8: supplied by vcc_5v
316
[    1.562629] vcc33_ccd: Bringing 1800000uV into 3300000-3300000uV
317
[    1.563597] SWITCH_REG1: supplied by vcc33_sys
318
[    1.563775] SWITCH_REG2: supplied by vcc_18
319
[    1.566187] rk808-rtc rk808-rtc: registered as rtc0
320
[    1.567374] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.22
321
[    1.567417] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.13
322
[    1.567510] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.14
323
[    1.567543] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.19
324
[    1.567588] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.17
325
[    1.569210] rockchip-thermal ff280000.tsadc: Missing rockchip,grf property
326
[    1.570410] cpu cpu0: Linked as a consumer to regulator.10
327
[    1.570443] cpu cpu0: Dropping the link to regulator.10
328
[    1.570480] of: /cpus/cpu@501: Couldn't find opp node
329
[    1.570529] cpu cpu0: Linked as a consumer to regulator.10
330
[    1.572145] sdhci: Secure Digital Host Controller Interface driver
331
[    1.572156] sdhci: Copyright(c) Pierre Ossman
332
[    1.572649] Synopsys Designware Multimedia Card Interface Driver
333
[    1.573250] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
334
[    1.573295] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
335
[    1.573307] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
336
[    1.573331] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
337
[    1.573379] dwmmc_rockchip ff0c0000.dwmmc: Linked as a consumer to regulator.18
338
[    1.573422] dwmmc_rockchip ff0c0000.dwmmc: Linked as a consumer to regulator.17
339
[    1.573462] dwmmc_rockchip ff0c0000.dwmmc: Got CD GPIO
340
[    1.583918] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
341
[    1.596880] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
342
[    1.596914] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
343
[    1.596926] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
344
[    1.596947] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
345
[    1.596989] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.2
346
[    1.597023] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.13
347
[    1.597055] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
348
[    1.597063] mmc_host mmc1: card is non-removable.
349
[    1.609886] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
350
[    1.622709] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
351
[    1.622735] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
352
[    1.622746] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
353
[    1.622767] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
354
[    1.622821] dwmmc_rockchip ff0f0000.dwmmc: allocated mmc-pwrseq
355
[    1.622830] mmc_host mmc2: card is non-removable.
356
[    1.635421] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
357
[    1.648135] usbcore: registered new interface driver ushc
358
[    1.648496] sdhci-pltfm: SDHCI platform and OF driver helper
359
[    1.649496] ledtrig-cpu: registered to indicate activity on CPUs
360
[    1.649719] hidraw: raw HID events driver (C) Jiri Kosina
361
[    1.649859] usbcore: registered new interface driver usbhid
362
[    1.649867] usbhid: USB HID core driver
363
[    1.655597] input: cros_ec as /devices/platform/ff110000.spi/spi_master/spi0/spi0.0/ff110000.spi:ec@0:keyboard-controller/input/input0
364
[    1.657985] cros-ec-spi spi0.0: Chrome EC device registered
365
[    1.658670] random: fast init done
366
[    1.660482] NET: Registered protocol family 10
367
[    1.661469] Segment Routing with IPv6
368
[    1.661514] mip6: Mobile IPv6
369
[    1.661522] NET: Registered protocol family 17
370
[    1.661608] Key type dns_resolver registered
371
[    1.661694] ThumbEE CPU extension supported.
372
[    1.661704] Registering SWP/SWPB emulation handler
373
[    1.661958] registered taskstats version 1
374
[    1.661965] Loading compiled-in X.509 certificates
375
[    1.662004] zswap: loaded using pool lzo/zbud
376
[    1.662717] Btrfs loaded, crc32c=crc32c-generic
377
[    1.671190] pwm-backlight backlight: Linked as a consumer to regulator.9
378
[    1.671238] pwm-backlight backlight: Dropping the link to regulator.9
379
[    1.672001] panel-simple panel: Linked as a consumer to regulator.7
380
[    1.672044] panel-simple panel: Dropping the link to regulator.7
381
[    1.673768] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
382
[    1.675266] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
383
[    1.676660] pwm-backlight backlight: Linked as a consumer to regulator.9
384
[    1.676695] pwm-backlight backlight: Dropping the link to regulator.9
385
[    1.676785] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
386
[    1.677255] panel-simple panel: Linked as a consumer to regulator.7
387
[    1.677291] panel-simple panel: Dropping the link to regulator.7
388
[    1.678154] input: gpio-keys as /devices/platform/gpio-keys/input/input1
389
[    1.678517] pwm-backlight backlight: Linked as a consumer to regulator.9
390
[    1.678550] pwm-backlight backlight: Dropping the link to regulator.9
391
[    1.679096] panel-simple panel: Linked as a consumer to regulator.7
392
[    1.679131] panel-simple panel: Dropping the link to regulator.7
393
[    1.679498] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
394
[    1.679670] rk808-rtc rk808-rtc: setting system clock to 2019-01-07 16:59:24 UTC (1546880364)
395
[    1.679683] sr_init: No PMIC hook to init smartreflex
396
[    1.680229] vcc18_lcd: supplied by vcc_18
397
[    1.680273] panel_regulator: disabling
398
[    1.680280] backlight_regulator: disabling
399
[    1.680296] ALSA device list:
400
[    1.680302]   No soundcards found.
401
[    1.680383] Waiting for root device PARTUUID=*******-****-****-****-************/PARTNROFF=1...
402
[    1.727143] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
403
[    1.733118] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
404
[    1.859937] dwmmc_rockchip ff0f0000.dwmmc: Successfully tuned phase to 183
405
[    1.862194] mmc2: new HS200 MMC card at address 0001
406
[    1.862835] mmcblk2: mmc2:0001 HAG2e 14.7 GiB 
407
[    1.863593] mmcblk2boot0: mmc2:0001 HAG2e partition 1 4.00 MiB
408
[    1.865645] mmcblk2boot1: mmc2:0001 HAG2e partition 2 4.00 MiB
409
[    1.865954] mmcblk2rpmb: mmc2:0001 HAG2e partition 3 4.00 MiB, chardev (241:0)
410
[    1.907871] usb 3-1: new high-speed USB device number 2 using ehci-platform
411
[    1.923864] usb 2-1: new high-speed USB device number 2 using dwc2
412
[    2.103071] usb 3-1: New USB device found, idVendor=04f2, idProduct=b53a, bcdDevice=32.01
413
[    2.103084] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
414
[    2.103092] usb 3-1: Product: USB2.0 HD UVC WebCam
415
[    2.103099] usb 3-1: Manufacturer: Generic
416
[    2.103105] usb 3-1: SerialNumber: 200901010001
417
[    2.106228] pwm-backlight backlight: Linked as a consumer to regulator.9
418
[    2.106272] pwm-backlight backlight: Dropping the link to regulator.9
419
[    2.106957] panel-simple panel: Linked as a consumer to regulator.7
420
[    2.106999] panel-simple panel: Dropping the link to regulator.7
421
[    2.132804] usb 2-1: New USB device found, idVendor=0951, idProduct=1693, bcdDevice= 1.10
422
[    2.132818] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
423
[    2.132826] usb 2-1: Product: DataTraveler 111
424
[    2.132832] usb 2-1: Manufacturer: Kingston
425
[    2.132839] usb 2-1: SerialNumber: **************************
426
[    2.133084] usb-storage 2-1:1.0: USB Mass Storage device detected
427
[    2.133333] scsi host0: usb-storage 2-1:1.0
428
[    2.133853] pwm-backlight backlight: Linked as a consumer to regulator.9
429
[    2.133890] pwm-backlight backlight: Dropping the link to regulator.9
430
[    2.134498] panel-simple panel: Linked as a consumer to regulator.7
431
[    2.134537] panel-simple panel: Dropping the link to regulator.7
432
[    2.263891] dwmmc_rockchip ff0d0000.dwmmc: Successfully tuned phase to 198
433
[    2.265559] mmc1: new ultra high speed SDR104 SDIO card at address 0001
434
[    3.140247] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 111 PMAP PQ: 0 ANSI: 6
435
[    3.140757] pwm-backlight backlight: Linked as a consumer to regulator.9
436
[    3.140792] pwm-backlight backlight: Dropping the link to regulator.9
437
[    3.141354] panel-simple panel: Linked as a consumer to regulator.7
438
[    3.141391] panel-simple panel: Dropping the link to regulator.7
439
[    3.141579] sd 0:0:0:0: Attached scsi generic sg0 type 0
440
[    3.142004] sd 0:0:0:0: [sda] 31326208 512-byte logical blocks: (16.0 GB/14.9 GiB)
441
[    3.143623] sd 0:0:0:0: [sda] Write Protect is off
442
[    3.143632] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
443
[    3.145230] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
444
[    3.562458]  sda: sda1 sda2
445
[    3.566844] sd 0:0:0:0: [sda] Attached SCSI removable disk
446
[   62.435852] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
447
[   62.435872] Showing busy workqueues and worker pools:
448
[   62.435881] workqueue events_freezable: flags=0x4
449
[   62.435888]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
450
[   62.435900]     in-flight: 107:mmc_rescan
451
[   62.435921] workqueue kblockd: flags=0x18
452
[   62.435927]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
453
[   62.435938]     in-flight: 126:mmc_blk_mq_complete_work
454
[   62.435949]     pending: blk_delay_work
455
[   62.435966] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 6
456
[   62.435981] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
457
[   93.155852] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 90s!
458
[   93.155870] Showing busy workqueues and worker pools:
459
[   93.155877] workqueue events_freezable: flags=0x4
460
[   93.155882]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
461
[   93.155894]     in-flight: 107:mmc_rescan
462
[   93.155905] workqueue kblockd: flags=0x18
463
[   93.155911]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
464
[   93.155922]     in-flight: 126:mmc_blk_mq_complete_work
465
[   93.155931]     pending: blk_delay_work
466
[   93.155941] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=90s workers=2 idle: 6
467
[   93.155956] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
468
[  123.875851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 120s!
469
[  123.875869] Showing busy workqueues and worker pools:
470
[  123.875877] workqueue events_freezable: flags=0x4
471
[  123.875883]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
472
[  123.875896]     in-flight: 107:mmc_rescan
473
[  123.875909] workqueue kblockd: flags=0x18
474
[  123.875915]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
475
[  123.875927]     in-flight: 126:mmc_blk_mq_complete_work
476
[  123.875937]     pending: blk_delay_work
477
[  123.875948] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=120s workers=2 idle: 6
478
[  123.875965] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=2s workers=5 idle: 43 108 124 19
479
[  154.595851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 151s!
480
[  154.595867] Showing busy workqueues and worker pools:
481
[  154.595874] workqueue events_freezable: flags=0x4
482
[  154.595880]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
483
[  154.595891]     in-flight: 107:mmc_rescan
484
[  154.595903] workqueue kblockd: flags=0x18
485
[  154.595909]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
486
[  154.595920]     in-flight: 126:mmc_blk_mq_complete_work
487
[  154.595929]     pending: blk_delay_work
488
[  154.595939] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=151s workers=2 idle: 6
489
[  154.595954] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
490
[  185.315851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 182s!
491
[  185.315868] Showing busy workqueues and worker pools:
492
[  185.315874] workqueue events_freezable: flags=0x4
493
[  185.315880]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
494
[  185.315892]     in-flight: 107:mmc_rescan
495
[  185.315903] workqueue kblockd: flags=0x18
496
[  185.315908]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
497
[  185.315919]     in-flight: 126:mmc_blk_mq_complete_work
498
[  185.315928]     pending: blk_delay_work
499
[  185.315938] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=182s workers=2 idle: 6
500
[  185.315952] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
501
[  216.035851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 212s!
502
[  216.035867] Showing busy workqueues and worker pools:
503
[  216.035874] workqueue events_freezable: flags=0x4
504
[  216.035879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
505
[  216.035891]     in-flight: 107:mmc_rescan
506
[  216.035902] workqueue kblockd: flags=0x18
507
[  216.035908]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
508
[  216.035919]     in-flight: 126:mmc_blk_mq_complete_work
509
[  216.035928]     pending: blk_delay_work
510
[  216.035938] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=212s workers=2 idle: 6
511
[  216.035953] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
512
[  242.659866] INFO: task kworker/1:2:107 blocked for more than 120 seconds.
513
[  242.659875]       Not tainted 4.19.8-gnu-1 #1
514
[  242.659881] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
515
[  242.659889] kworker/1:2     D    0   107      2 0x00000000
516
[  242.659902] Workqueue: events_freezable mmc_rescan
517
[  242.659920] [<c0e633a8>] (__schedule) from [<c0e6399c>] (schedule+0x48/0xb0)
518
[  242.659931] [<c0e6399c>] (schedule) from [<c037067c>] (io_schedule+0x14/0x34)
519
[  242.659943] [<c037067c>] (io_schedule) from [<c0454018>] (wait_on_page_bit+0x110/0x148)
520
[  242.659955] [<c0454018>] (wait_on_page_bit) from [<c0455e50>] (do_read_cache_page+0x1fc/0x354)
521
[  242.659967] [<c0455e50>] (do_read_cache_page) from [<c0455fbc>] (read_cache_page+0x14/0x1c)
522
[  242.659979] [<c0455fbc>] (read_cache_page) from [<c07ab3a4>] (read_dev_sector+0x28/0xac)
523
[  242.659991] [<c07ab3a4>] (read_dev_sector) from [<c07b1324>] (read_lba+0xa8/0x1a8)
524
[  242.660002] [<c07b1324>] (read_lba) from [<c07b1790>] (efi_partition+0x100/0xa0c)
525
[  242.660013] [<c07b1790>] (efi_partition) from [<c07ad77c>] (check_partition+0x114/0x200)
526
[  242.660024] [<c07ad77c>] (check_partition) from [<c07aba3c>] (rescan_partitions+0x90/0x458)
527
[  242.660037] [<c07aba3c>] (rescan_partitions) from [<c04f879c>] (__blkdev_get+0x3b8/0x4e4)
528
[  242.660048] [<c04f879c>] (__blkdev_get) from [<c04f92c8>] (blkdev_get+0x124/0x370)
529
[  242.660060] [<c04f92c8>] (blkdev_get) from [<c07aa20c>] (__device_add_disk+0x430/0x4c8)
530
[  242.660070] [<c07aa20c>] (__device_add_disk) from [<c0c45b80>] (mmc_add_disk+0x18/0xec)
531
[  242.660081] [<c0c45b80>] (mmc_add_disk) from [<c0c4475c>] (mmc_blk_probe+0x26c/0x66c)
532
[  242.660094] [<c0c4475c>] (mmc_blk_probe) from [<c09d8388>] (really_probe+0x1f4/0x2b8)
533
[  242.660106] [<c09d8388>] (really_probe) from [<c09d85b0>] (driver_probe_device+0x60/0x168)
534
[  242.660118] [<c09d85b0>] (driver_probe_device) from [<c09d675c>] (bus_for_each_drv+0x80/0xc4)
535
[  242.660129] [<c09d675c>] (bus_for_each_drv) from [<c09d8124>] (__device_attach+0xd0/0x138)
536
[  242.660140] [<c09d8124>] (__device_attach) from [<c09d755c>] (bus_probe_device+0x84/0x8c)
537
[  242.660152] [<c09d755c>] (bus_probe_device) from [<c09d444c>] (device_add+0x36c/0x604)
538
[  242.660163] [<c09d444c>] (device_add) from [<c0c35e50>] (mmc_add_card+0x108/0x2d0)
539
[  242.660174] [<c0c35e50>] (mmc_add_card) from [<c0c397d4>] (mmc_attach_mmc+0xdc/0x174)
540
[  242.660185] [<c0c397d4>] (mmc_attach_mmc) from [<c0c35638>] (mmc_rescan+0x390/0x3e8)
541
[  242.660198] [<c0c35638>] (mmc_rescan) from [<c035ebd0>] (process_one_work+0x1f0/0x400)
542
[  242.660210] [<c035ebd0>] (process_one_work) from [<c035fa50>] (worker_thread+0x44/0x580)
543
[  242.660221] [<c035fa50>] (worker_thread) from [<c0364b38>] (kthread+0x148/0x150)
544
[  242.660233] [<c0364b38>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
545
[  242.660241] Exception stack(0xee7cdfb0 to 0xee7cdff8)
546
[  242.660248] dfa0:                                     00000000 00000000 00000000 00000000
547
[  242.660258] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
548
[  242.660268] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
549
[  246.755851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 243s!
550
[  246.755868] Showing busy workqueues and worker pools:
551
[  246.755875] workqueue events_freezable: flags=0x4
552
[  246.755881]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
553
[  246.755892]     in-flight: 107:mmc_rescan
554
[  246.755904] workqueue kblockd: flags=0x18
555
[  246.755909]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
556
[  246.755920]     in-flight: 126:mmc_blk_mq_complete_work
557
[  246.755929]     pending: blk_delay_work
558
[  246.755939] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=243s workers=2 idle: 6
559
[  246.755954] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=2s workers=5 idle: 43 108 124 19
560
[  277.475851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 274s!
561
[  277.475867] Showing busy workqueues and worker pools:
562
[  277.475873] workqueue events_freezable: flags=0x4
563
[  277.475879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
564
[  277.475890]     in-flight: 107:mmc_rescan
565
[  277.475901] workqueue kblockd: flags=0x18
566
[  277.475907]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
567
[  277.475918]     in-flight: 126:mmc_blk_mq_complete_work
568
[  277.475927]     pending: blk_delay_work
569
[  277.475937] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=274s workers=2 idle: 6
570
[  277.475952] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
571
[  308.195850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 305s!
572
[  308.195866] Showing busy workqueues and worker pools:
573
[  308.195873] workqueue events_freezable: flags=0x4
574
[  308.195879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
575
[  308.195891]     in-flight: 107:mmc_rescan
576
[  308.195903] workqueue kblockd: flags=0x18
577
[  308.195908]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
578
[  308.195920]     in-flight: 126:mmc_blk_mq_complete_work
579
[  308.195929]     pending: blk_delay_work
580
[  308.195939] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=305s workers=2 idle: 6
581
[  308.195954] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=5 idle: 43 108 124 19
582
[  338.915851] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 335s!
583
[  338.915868] Showing busy workqueues and worker pools:
584
[  338.915874] workqueue events_freezable: flags=0x4
585
[  338.915880]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
586
[  338.915892]     in-flight: 107:mmc_rescan
587
[  338.915904] workqueue kblockd: flags=0x18
588
[  338.915909]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
589
[  338.915921]     in-flight: 126:mmc_blk_mq_complete_work
590
[  338.915929]     pending: blk_delay_work
591
[  338.915940] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=335s workers=2 idle: 6
592
[  338.915955] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
593
[  363.491867] INFO: task kworker/1:2:107 blocked for more than 120 seconds.
594
[  363.491875]       Not tainted 4.19.8-gnu-1 #1
595
[  363.491881] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
596
[  363.491889] kworker/1:2     D    0   107      2 0x00000000
597
[  363.491900] Workqueue: events_freezable mmc_rescan
598
[  363.491912] [<c0e633a8>] (__schedule) from [<c0e6399c>] (schedule+0x48/0xb0)
599
[  363.491922] [<c0e6399c>] (schedule) from [<c037067c>] (io_schedule+0x14/0x34)
600
[  363.491932] [<c037067c>] (io_schedule) from [<c0454018>] (wait_on_page_bit+0x110/0x148)
601
[  363.491943] [<c0454018>] (wait_on_page_bit) from [<c0455e50>] (do_read_cache_page+0x1fc/0x354)
602
[  363.491954] [<c0455e50>] (do_read_cache_page) from [<c0455fbc>] (read_cache_page+0x14/0x1c)
603
[  363.491965] [<c0455fbc>] (read_cache_page) from [<c07ab3a4>] (read_dev_sector+0x28/0xac)
604
[  363.491976] [<c07ab3a4>] (read_dev_sector) from [<c07b1324>] (read_lba+0xa8/0x1a8)
605
[  363.491987] [<c07b1324>] (read_lba) from [<c07b1790>] (efi_partition+0x100/0xa0c)
606
[  363.491998] [<c07b1790>] (efi_partition) from [<c07ad77c>] (check_partition+0x114/0x200)
607
[  363.492008] [<c07ad77c>] (check_partition) from [<c07aba3c>] (rescan_partitions+0x90/0x458)
608
[  363.492019] [<c07aba3c>] (rescan_partitions) from [<c04f879c>] (__blkdev_get+0x3b8/0x4e4)
609
[  363.492031] [<c04f879c>] (__blkdev_get) from [<c04f92c8>] (blkdev_get+0x124/0x370)
610
[  363.492041] [<c04f92c8>] (blkdev_get) from [<c07aa20c>] (__device_add_disk+0x430/0x4c8)
611
[  363.492052] [<c07aa20c>] (__device_add_disk) from [<c0c45b80>] (mmc_add_disk+0x18/0xec)
612
[  363.492062] [<c0c45b80>] (mmc_add_disk) from [<c0c4475c>] (mmc_blk_probe+0x26c/0x66c)
613
[  363.492073] [<c0c4475c>] (mmc_blk_probe) from [<c09d8388>] (really_probe+0x1f4/0x2b8)
614
[  363.492085] [<c09d8388>] (really_probe) from [<c09d85b0>] (driver_probe_device+0x60/0x168)
615
[  363.492096] [<c09d85b0>] (driver_probe_device) from [<c09d675c>] (bus_for_each_drv+0x80/0xc4)
616
[  363.492107] [<c09d675c>] (bus_for_each_drv) from [<c09d8124>] (__device_attach+0xd0/0x138)
617
[  363.492118] [<c09d8124>] (__device_attach) from [<c09d755c>] (bus_probe_device+0x84/0x8c)
618
[  363.492129] [<c09d755c>] (bus_probe_device) from [<c09d444c>] (device_add+0x36c/0x604)
619
[  363.492140] [<c09d444c>] (device_add) from [<c0c35e50>] (mmc_add_card+0x108/0x2d0)
620
[  363.492150] [<c0c35e50>] (mmc_add_card) from [<c0c397d4>] (mmc_attach_mmc+0xdc/0x174)
621
[  363.492161] [<c0c397d4>] (mmc_attach_mmc) from [<c0c35638>] (mmc_rescan+0x390/0x3e8)
622
[  363.492172] [<c0c35638>] (mmc_rescan) from [<c035ebd0>] (process_one_work+0x1f0/0x400)
623
[  363.492183] [<c035ebd0>] (process_one_work) from [<c035fa50>] (worker_thread+0x44/0x580)
624
[  363.492193] [<c035fa50>] (worker_thread) from [<c0364b38>] (kthread+0x148/0x150)
625
[  363.492204] [<c0364b38>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
626
[  363.492212] Exception stack(0xee7cdfb0 to 0xee7cdff8)
627
[  363.492219] dfa0:                                     00000000 00000000 00000000 00000000
628
[  363.492229] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
629
[  363.492238] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
630
[  369.635850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 366s!
631
[  369.635866] Showing busy workqueues and worker pools:
632
[  369.635873] workqueue events_freezable: flags=0x4
633
[  369.635879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
634
[  369.635890]     in-flight: 107:mmc_rescan
635
[  369.635901] workqueue kblockd: flags=0x18
636
[  369.635907]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
637
[  369.635918]     in-flight: 126:mmc_blk_mq_complete_work
638
[  369.635927]     pending: blk_delay_work
639
[  369.635937] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=366s workers=2 idle: 6
640
[  369.635952] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
641
[  400.355850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 397s!
642
[  400.355866] Showing busy workqueues and worker pools:
643
[  400.355873] workqueue events_freezable: flags=0x4
644
[  400.355879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
645
[  400.355890]     in-flight: 107:mmc_rescan
646
[  400.355901] workqueue kblockd: flags=0x18
647
[  400.355906]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
648
[  400.355918]     in-flight: 126:mmc_blk_mq_complete_work
649
[  400.355926]     pending: blk_delay_work
650
[  400.355936] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=397s workers=2 idle: 6
651
[  400.355950] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
652
[  431.075850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 427s!
653
[  431.075866] Showing busy workqueues and worker pools:
654
[  431.075873] workqueue events_freezable: flags=0x4
655
[  431.075879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
656
[  431.075891]     in-flight: 107:mmc_rescan
657
[  431.075902] workqueue kblockd: flags=0x18
658
[  431.075908]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
659
[  431.075920]     in-flight: 126:mmc_blk_mq_complete_work
660
[  431.075929]     pending: blk_delay_work
661
[  431.075939] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=427s workers=2 idle: 6
662
[  431.075953] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
663
[  461.795850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 458s!
664
[  461.795866] Showing busy workqueues and worker pools:
665
[  461.795872] workqueue events_freezable: flags=0x4
666
[  461.795878]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
667
[  461.795889]     in-flight: 107:mmc_rescan
668
[  461.795900] workqueue kblockd: flags=0x18
669
[  461.795906]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
670
[  461.795917]     in-flight: 126:mmc_blk_mq_complete_work
671
[  461.795925]     pending: blk_delay_work
672
[  461.795935] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=458s workers=2 idle: 6
673
[  461.795950] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
674
[  484.323864] INFO: task kworker/1:2:107 blocked for more than 120 seconds.
675
[  484.323873]       Not tainted 4.19.8-gnu-1 #1
676
[  484.323879] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
677
[  484.323888] kworker/1:2     D    0   107      2 0x00000000
678
[  484.323899] Workqueue: events_freezable mmc_rescan
679
[  484.323911] [<c0e633a8>] (__schedule) from [<c0e6399c>] (schedule+0x48/0xb0)
680
[  484.323920] [<c0e6399c>] (schedule) from [<c037067c>] (io_schedule+0x14/0x34)
681
[  484.323930] [<c037067c>] (io_schedule) from [<c0454018>] (wait_on_page_bit+0x110/0x148)
682
[  484.323941] [<c0454018>] (wait_on_page_bit) from [<c0455e50>] (do_read_cache_page+0x1fc/0x354)
683
[  484.323952] [<c0455e50>] (do_read_cache_page) from [<c0455fbc>] (read_cache_page+0x14/0x1c)
684
[  484.323963] [<c0455fbc>] (read_cache_page) from [<c07ab3a4>] (read_dev_sector+0x28/0xac)
685
[  484.323974] [<c07ab3a4>] (read_dev_sector) from [<c07b1324>] (read_lba+0xa8/0x1a8)
686
[  484.323985] [<c07b1324>] (read_lba) from [<c07b1790>] (efi_partition+0x100/0xa0c)
687
[  484.323995] [<c07b1790>] (efi_partition) from [<c07ad77c>] (check_partition+0x114/0x200)
688
[  484.324007] [<c07ad77c>] (check_partition) from [<c07aba3c>] (rescan_partitions+0x90/0x458)
689
[  484.324018] [<c07aba3c>] (rescan_partitions) from [<c04f879c>] (__blkdev_get+0x3b8/0x4e4)
690
[  484.324028] [<c04f879c>] (__blkdev_get) from [<c04f92c8>] (blkdev_get+0x124/0x370)
691
[  484.324039] [<c04f92c8>] (blkdev_get) from [<c07aa20c>] (__device_add_disk+0x430/0x4c8)
692
[  484.324049] [<c07aa20c>] (__device_add_disk) from [<c0c45b80>] (mmc_add_disk+0x18/0xec)
693
[  484.324059] [<c0c45b80>] (mmc_add_disk) from [<c0c4475c>] (mmc_blk_probe+0x26c/0x66c)
694
[  484.324070] [<c0c4475c>] (mmc_blk_probe) from [<c09d8388>] (really_probe+0x1f4/0x2b8)
695
[  484.324081] [<c09d8388>] (really_probe) from [<c09d85b0>] (driver_probe_device+0x60/0x168)
696
[  484.324092] [<c09d85b0>] (driver_probe_device) from [<c09d675c>] (bus_for_each_drv+0x80/0xc4)
697
[  484.324103] [<c09d675c>] (bus_for_each_drv) from [<c09d8124>] (__device_attach+0xd0/0x138)
698
[  484.324114] [<c09d8124>] (__device_attach) from [<c09d755c>] (bus_probe_device+0x84/0x8c)
699
[  484.324125] [<c09d755c>] (bus_probe_device) from [<c09d444c>] (device_add+0x36c/0x604)
700
[  484.324136] [<c09d444c>] (device_add) from [<c0c35e50>] (mmc_add_card+0x108/0x2d0)
701
[  484.324146] [<c0c35e50>] (mmc_add_card) from [<c0c397d4>] (mmc_attach_mmc+0xdc/0x174)
702
[  484.324156] [<c0c397d4>] (mmc_attach_mmc) from [<c0c35638>] (mmc_rescan+0x390/0x3e8)
703
[  484.324168] [<c0c35638>] (mmc_rescan) from [<c035ebd0>] (process_one_work+0x1f0/0x400)
704
[  484.324178] [<c035ebd0>] (process_one_work) from [<c035fa50>] (worker_thread+0x44/0x580)
705
[  484.324189] [<c035fa50>] (worker_thread) from [<c0364b38>] (kthread+0x148/0x150)
706
[  484.324199] [<c0364b38>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
707
[  484.324207] Exception stack(0xee7cdfb0 to 0xee7cdff8)
708
[  484.324214] dfa0:                                     00000000 00000000 00000000 00000000
709
[  484.324224] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
710
[  484.324233] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
711
[  492.515850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 489s!
712
[  492.515866] Showing busy workqueues and worker pools:
713
[  492.515873] workqueue events_freezable: flags=0x4
714
[  492.515879]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
715
[  492.515891]     in-flight: 107:mmc_rescan
716
[  492.515902] workqueue kblockd: flags=0x18
717
[  492.515908]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
718
[  492.515920]     in-flight: 126:mmc_blk_mq_complete_work
719
[  492.515929]     pending: blk_delay_work
720
[  492.515938] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=489s workers=2 idle: 6
721
[  492.515954] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
722
[  523.235850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 520s!
723
[  523.235866] Showing busy workqueues and worker pools:
724
[  523.235872] workqueue events_freezable: flags=0x4
725
[  523.235878]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
726
[  523.235890]     in-flight: 107:mmc_rescan
727
[  523.235901] workqueue kblockd: flags=0x18
728
[  523.235907]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
729
[  523.235918]     in-flight: 126:mmc_blk_mq_complete_work
730
[  523.235927]     pending: blk_delay_work
731
[  523.235937] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=520s workers=2 idle: 6
732
[  523.235952] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
733
[  553.955849] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 550s!
734
[  553.955867] Showing busy workqueues and worker pools:
735
[  553.955875] workqueue events_freezable: flags=0x4
736
[  553.955882]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
737
[  553.955894]     in-flight: 107:mmc_rescan
738
[  553.955906] workqueue kblockd: flags=0x18
739
[  553.955913]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
740
[  553.955925]     in-flight: 126:mmc_blk_mq_complete_work
741
[  553.955935]     pending: blk_delay_work
742
[  553.955946] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=550s workers=2 idle: 6
743
[  553.955963] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
744
[  584.675850] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 581s!
745
[  584.675865] Showing busy workqueues and worker pools:
746
[  584.675872] workqueue events_freezable: flags=0x4
747
[  584.675877]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256
748
[  584.675889]     in-flight: 107:mmc_rescan
749
[  584.675900] workqueue kblockd: flags=0x18
750
[  584.675905]   pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=2/256
751
[  584.675916]     in-flight: 126:mmc_blk_mq_complete_work
752
[  584.675925]     pending: blk_delay_work
753
[  584.675935] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=581s workers=2 idle: 6
754
[  584.675950] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=4s workers=3 idle: 43 108
755
[  602.099851] mmc2: Card stuck being busy! mmc_poll_for_busy
756
[  602.099860] mmc2: cache flush error -110
757
[  602.599877] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
758
[  603.099889] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
759
[  603.114963] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
760
[  603.170729] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
761
[  603.303910] dwmmc_rockchip ff0f0000.dwmmc: Successfully tuned phase to 183
762
[  603.419209] print_req_error: I/O error, dev mmcblk2, sector 0
763
[  603.532238] print_req_error: I/O error, dev mmcblk2, sector 1
764
[  603.645266] print_req_error: I/O error, dev mmcblk2, sector 2
765
[  603.758294] print_req_error: I/O error, dev mmcblk2, sector 3
766
[  603.871322] print_req_error: I/O error, dev mmcblk2, sector 4
767
[  603.984348] print_req_error: I/O error, dev mmcblk2, sector 5
768
[  604.097375] print_req_error: I/O error, dev mmcblk2, sector 6
769
[  604.210401] print_req_error: I/O error, dev mmcblk2, sector 7
770
[  604.210411] Buffer I/O error on dev mmcblk2, logical block 0, async page read
771
[  604.549561] print_req_error: I/O error, dev mmcblk2, sector 0
772
[  604.662590] print_req_error: I/O error, dev mmcblk2, sector 1
773
[  605.340712] Buffer I/O error on dev mmcblk2, logical block 0, async page read
774
[  605.340733] ldm_validate_partition_table(): Disk read failed.
775
[  606.470973] Buffer I/O error on dev mmcblk2, logical block 0, async page read
776
[  607.601229] Buffer I/O error on dev mmcblk2, logical block 0, async page read
777
[  607.601248]  mmcblk2: unable to read partition table
778
[  607.602529] pwm-backlight backlight: Linked as a consumer to regulator.9
779
[  607.602569] pwm-backlight backlight: Dropping the link to regulator.9
780
[  607.603238] panel-simple panel: Linked as a consumer to regulator.7
781
[  607.603279] panel-simple panel: Dropping the link to regulator.7
782
[  607.633665] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
783
[  607.633696] VFS: Mounted root (ext4 filesystem) on device 8:2.
784
[  607.637031] devtmpfs: mounted
785
[  607.637409] Freeing unused kernel memory: 1024K
786
[  607.637508] Run /sbin/init as init process
787
[  608.043114] systemd[1]: systemd 239 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)
788
[  608.043464] systemd[1]: Detected architecture arm.
789
[  608.054803] systemd[1]: Set hostname to <alarm>.
790
[  608.467622] random: systemd: uninitialized urandom read (16 bytes read)
791
[  608.467911] systemd[1]: Listening on udev Control Socket.
792
[  608.468175] random: systemd: uninitialized urandom read (16 bytes read)
793
[  608.469458] systemd[1]: Created slice User and Session Slice.
794
[  608.469591] random: systemd: uninitialized urandom read (16 bytes read)
795
[  608.469617] systemd[1]: Reached target Remote File Systems.
796
[  608.469842] systemd[1]: Listening on Device-mapper event daemon FIFOs.
797
[  608.470846] systemd[1]: Created slice system-getty.slice.
798
[  608.471231] systemd[1]: Listening on Journal Audit Socket.
799
[  608.471766] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
800
[  608.564153] EXT4-fs (sda2): re-mounted. Opts: (null)
801
[  608.669067] audit: type=1130 audit(1546880971.488:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
802
[  608.669580] audit: type=1130 audit(1546880971.488:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
803
[  608.685205] audit: type=1130 audit(1546880971.504:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
804
[  608.738417] systemd-journald[152]: Received request to flush runtime journal from PID 1
805
[  608.741170] audit: type=1130 audit(1546880971.560:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
806
[  608.756582] audit: type=1130 audit(1546880971.576:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
807
[  608.791349] audit: type=1130 audit(1546880971.608:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
808
[  608.867238] audit: type=1130 audit(1546880971.684:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
809
[  609.025401] audit: type=1130 audit(1546880971.844:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
810
[  609.370017] sbs-battery 20-000b: sbs-battery: battery gas gauge device registered
811
[  609.370497] pwm-backlight backlight: Linked as a consumer to regulator.9
812
[  609.370539] pwm-backlight backlight: Dropping the link to regulator.9
813
[  609.371269] panel-simple panel: Linked as a consumer to regulator.7
814
[  609.371312] panel-simple panel: Dropping the link to regulator.7
815
[  609.428476] cros-ec-dev cros-ec-dev.0.auto: cannot get EC features: 0/1
816
[  609.433947] pwm-backlight backlight: Linked as a consumer to regulator.9
817
[  609.434474] iommu: Adding device ff930000.vop to group 0
818
[  609.434697] rockchip-vop ff930000.vop: Linked as a consumer to ff930300.iommu
819
[  609.434709] panel-simple panel: Linked as a consumer to regulator.7
820
[  609.434874] iommu: Adding device ff940000.vop to group 1
821
[  609.434893] rockchip-vop ff940000.vop: Linked as a consumer to ff940300.iommu
822
[  609.436125] rockchip-drm display-subsystem: Linked as a consumer to ff930000.vop
823
[  609.436146] rockchip-drm display-subsystem: Linked as a consumer to ff940000.vop
824
[  609.436329] rockchip-drm display-subsystem: Linked as a consumer to ff970000.dp
825
[  609.436420] rockchip-drm display-subsystem: Linked as a consumer to ff980000.hdmi
826
[  609.437711] rockchip-drm display-subsystem: bound ff930000.vop (ops vop_component_ops [rockchipdrm])
827
[  609.438049] rockchip-drm display-subsystem: bound ff940000.vop (ops vop_component_ops [rockchipdrm])
828
[  609.439856] rockchip-drm display-subsystem: bound ff970000.dp (ops rockchip_dp_component_ops [rockchipdrm])
829
[  609.439985] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
830
[  609.441613] rockchip-drm display-subsystem: bound ff980000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
831
[  609.441631] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
832
[  609.441638] [drm] No driver support for vblank timestamp query.
833
[  609.454827] cros-ec-dev cros-ec-dev.0.auto: device does not support reading the console log
834
[  609.511505] rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
835
[  609.547321] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b53a)
836
[  609.557037] uvcvideo 3-1:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
837
[  609.557042] uvcvideo 3-1:1.0: Entity type for entity Extension 4 was not initialized!
838
[  609.557045] uvcvideo 3-1:1.0: Entity type for entity Processing 2 was not initialized!
839
[  609.557048] uvcvideo 3-1:1.0: Entity type for entity Camera 1 was not initialized!
840
[  609.557168] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.0/input/input2
841
[  609.557293] usbcore: registered new interface driver uvcvideo
842
[  609.557295] USB Video Class driver (1.1.1)
843
[  609.587297] tpm_i2c_infineon 1-0020: 1.2 TPM (device-id 0x1A)
844
[  609.616681] cfg80211: Loading compiled-in X.509 certificates for regulatory database
845
[  609.653324] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
846
[  609.688715] print_req_error: 22 callbacks suppressed
847
[  609.688719] print_req_error: I/O error, dev mmcblk2, sector 30785408
848
[  609.689448] brcmfmac: brcmf_fw_alloc_request: using /*(DEBLOBBED)*/ for chip BCM4354/1
849
[  609.689453] mmc1:0001:1: Missing Free firmware (non-Free firmware loading is disabled)
850
[  609.689684] brcmfmac mmc1:0001:1: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
851
[  609.689822] usbcore: registered new interface driver brcmfmac
852
[  609.715980] rockchip-dp ff970000.dp: Link Training Clock Recovery success
853
[  609.717914] rockchip-dp ff970000.dp: Link Training success!
854
[  609.722878] Bluetooth: Core ver 2.22
855
[  609.722915] NET: Registered protocol family 31
856
[  609.722917] Bluetooth: HCI device and connection manager initialized
857
[  609.722925] Bluetooth: HCI socket layer initialized
858
[  609.722929] Bluetooth: L2CAP socket layer initialized
859
[  609.722946] Bluetooth: SCO socket layer initialized
860
[  609.733331] max98090 2-0010: MAX98090 REVID=0x43
861
[  609.735234] max98090 2-0010: use default 2.8v micbias
862
[  609.737919] rockchip-snd-max98090 sound: HiFi <-> ff890000.i2s mapping ok
863
[  609.739007] input: VEYRON-I2S Headset Jack as /devices/platform/sound/sound/card0/input3
864
[  609.801774] print_req_error: I/O error, dev mmcblk2, sector 30785409
865
[  609.822493] Console: switching to colour frame buffer device 170x48
866
[  609.846881] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
867
[  609.846915] rockchip-drm display-subsystem: fb0:  frame buffer device
868
[  609.905146] random: crng init done
869
[  609.907631] random: 7 urandom warning(s) missed due to ratelimiting
870
[  609.914824] print_req_error: I/O error, dev mmcblk2, sector 30785410
871
[  609.920516] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
872
[  610.030287] print_req_error: I/O error, dev mmcblk2, sector 30785411
873
[  610.145672] print_req_error: I/O error, dev mmcblk2, sector 30785412
874
[  610.260948] print_req_error: I/O error, dev mmcblk2, sector 30785413
875
[  610.376182] print_req_error: I/O error, dev mmcblk2, sector 30785414
876
[  610.491366] print_req_error: I/O error, dev mmcblk2, sector 30785415
877
[  610.603862] Registered IR keymap rc-cec
878
[  610.606002] rc rc0: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0
879
[  610.608316] input: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0/input4
880
[  610.832775] print_req_error: I/O error, dev mmcblk2, sector 30785408
881
[  610.947929] print_req_error: I/O error, dev mmcblk2, sector 30785409
882
[  611.628258] Buffer I/O error on dev mmcblk2, logical block 3848176, async page read
883
[  611.662137] audit: type=1130 audit(1546880974.480:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
884
[  611.672081] audit: type=1130 audit(1546880974.492:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
885
[  611.939853] mmc2: Card stuck being busy! mmc_poll_for_busy
886
[  611.942355] Buffer I/O error on dev mmcblk2boot0, logical block 1008, async page read
887
[  611.947922] Buffer I/O error on dev mmcblk2boot1, logical block 1008, async page read
888
[  612.546582] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
889
[  613.048837] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
890
[  613.551109] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
891
[  614.053389] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
892
[  614.555723] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
893
[  614.795409] audit: type=1130 audit(1546880977.612:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
894
[  615.058076] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
895
[  615.560777] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
896
[  616.187864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
897
[  616.666144] audit: type=1131 audit(1546880979.484:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
898
[  616.690744] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
899
[  617.319864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
900
[  617.822764] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
901
[  618.451865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
902
[  618.454692] print_req_error: 10 callbacks suppressed
903
[  618.454695] print_req_error: I/O error, dev mmcblk2, sector 0
904
[  618.960365] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
905
[  619.587862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
906
[  619.590696] print_req_error: I/O error, dev mmcblk2, sector 1
907
[  620.093552] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
908
[  620.723861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
909
[  620.730189] print_req_error: I/O error, dev mmcblk2, sector 2
910
[  621.233484] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
911
[  621.867862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
912
[  621.874810] print_req_error: I/O error, dev mmcblk2, sector 3
913
[  622.378415] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
914
[  623.011864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
915
[  623.019486] print_req_error: I/O error, dev mmcblk2, sector 4
916
[  623.523410] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
917
[  624.155863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
918
[  624.163780] print_req_error: I/O error, dev mmcblk2, sector 5
919
[  624.667817] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
920
[  625.299863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
921
[  625.307981] print_req_error: I/O error, dev mmcblk2, sector 6
922
[  625.812159] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
923
[  626.447863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
924
[  626.456599] print_req_error: I/O error, dev mmcblk2, sector 7
925
[  626.961048] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
926
[  627.595874] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
927
[  627.604767] print_req_error: I/O error, dev mmcblk2, sector 8
928
[  628.109290] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
929
[  628.743864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
930
[  628.752978] print_req_error: I/O error, dev mmcblk2, sector 9
931
[  629.257608] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
932
[  629.891863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
933
[  629.901435] print_req_error: I/O error, dev mmcblk2, sector 10
934
[  630.406343] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
935
[  631.043864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
936
[  631.053799] print_req_error: I/O error, dev mmcblk2, sector 11
937
[  631.558787] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
938
[  632.195862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
939
[  632.205793] print_req_error: I/O error, dev mmcblk2, sector 12
940
[  632.710808] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
941
[  633.347866] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
942
[  633.357785] print_req_error: I/O error, dev mmcblk2, sector 13
943
[  633.862771] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
944
[  634.499862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
945
[  634.509784] print_req_error: I/O error, dev mmcblk2, sector 14
946
[  635.014732] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
947
[  635.651861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
948
[  635.661764] print_req_error: I/O error, dev mmcblk2, sector 15
949
[  636.166693] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
950
[  636.803861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
951
[  636.813779] print_req_error: I/O error, dev mmcblk2, sector 16
952
[  637.318732] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
953
[  637.955864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
954
[  637.965798] print_req_error: I/O error, dev mmcblk2, sector 17
955
[  638.470756] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
956
[  639.107865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
957
[  639.117801] print_req_error: I/O error, dev mmcblk2, sector 18
958
[  639.622792] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
959
[  640.259863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
960
[  640.269773] print_req_error: I/O error, dev mmcblk2, sector 19
961
[  640.774782] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
962
[  641.411864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
963
[  641.421795] print_req_error: I/O error, dev mmcblk2, sector 20
964
[  641.926768] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
965
[  642.563878] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
966
[  642.573881] print_req_error: I/O error, dev mmcblk2, sector 21
967
[  643.078859] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
968
[  643.715861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
969
[  643.725777] print_req_error: I/O error, dev mmcblk2, sector 22
970
[  644.230801] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
971
[  644.867863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
972
[  644.877799] print_req_error: I/O error, dev mmcblk2, sector 23
973
[  645.382722] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
974
[  646.019861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
975
[  646.029786] print_req_error: I/O error, dev mmcblk2, sector 24
976
[  646.534746] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
977
[  647.171861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
978
[  647.181772] print_req_error: I/O error, dev mmcblk2, sector 25
979
[  647.686724] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
980
[  648.323861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
981
[  648.333778] print_req_error: I/O error, dev mmcblk2, sector 26
982
[  648.838786] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
983
[  649.475860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
984
[  649.485780] print_req_error: I/O error, dev mmcblk2, sector 27
985
[  649.990725] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
986
[  650.627873] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
987
[  650.637793] print_req_error: I/O error, dev mmcblk2, sector 28
988
[  651.142726] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
989
[  651.779862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
990
[  651.789871] print_req_error: I/O error, dev mmcblk2, sector 29
991
[  652.294845] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
992
[  652.931862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
993
[  652.941784] print_req_error: I/O error, dev mmcblk2, sector 30
994
[  653.446692] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
995
[  654.083861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
996
[  654.093790] print_req_error: I/O error, dev mmcblk2, sector 31
997
[  654.598733] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
998
[  655.235861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
999
[  655.245769] print_req_error: I/O error, dev mmcblk2, sector 32
1000
[  655.750762] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1001
[  656.387861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1002
[  656.397850] print_req_error: I/O error, dev mmcblk2, sector 33
1003
[  656.902837] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1004
[  657.539866] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1005
[  657.549828] print_req_error: I/O error, dev mmcblk2, sector 34
1006
[  658.054773] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1007
[  658.691862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1008
[  658.701780] print_req_error: I/O error, dev mmcblk2, sector 35
1009
[  659.206723] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1010
[  659.843865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1011
[  659.853874] print_req_error: I/O error, dev mmcblk2, sector 36
1012
[  660.358887] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1013
[  660.995864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1014
[  661.005786] print_req_error: I/O error, dev mmcblk2, sector 37
1015
[  661.510776] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1016
[  662.147862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1017
[  662.157757] print_req_error: I/O error, dev mmcblk2, sector 38
1018
[  662.662711] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1019
[  663.299862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1020
[  663.309774] print_req_error: I/O error, dev mmcblk2, sector 39
1021
[  663.814724] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1022
[  664.451862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1023
[  664.461781] print_req_error: I/O error, dev mmcblk2, sector 40
1024
[  664.966719] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1025
[  665.603875] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1026
[  665.613793] print_req_error: I/O error, dev mmcblk2, sector 41
1027
[  666.118713] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1028
[  666.755862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1029
[  666.765770] print_req_error: I/O error, dev mmcblk2, sector 42
1030
[  667.270682] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1031
[  667.907862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1032
[  667.917798] print_req_error: I/O error, dev mmcblk2, sector 43
1033
[  668.422724] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1034
[  669.059871] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1035
[  669.069787] print_req_error: I/O error, dev mmcblk2, sector 44
1036
[  669.574772] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1037
[  670.211862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1038
[  670.221757] print_req_error: I/O error, dev mmcblk2, sector 45
1039
[  670.726741] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1040
[  671.363861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1041
[  671.373773] print_req_error: I/O error, dev mmcblk2, sector 46
1042
[  671.878770] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1043
[  672.515864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1044
[  672.525779] print_req_error: I/O error, dev mmcblk2, sector 47
1045
[  673.030730] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1046
[  673.667862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1047
[  673.677801] print_req_error: I/O error, dev mmcblk2, sector 48
1048
[  674.182744] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1049
[  674.819862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1050
[  674.829795] print_req_error: I/O error, dev mmcblk2, sector 49
1051
[  675.334731] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1052
[  675.971862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1053
[  675.981789] print_req_error: I/O error, dev mmcblk2, sector 50
1054
[  676.486745] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1055
[  677.123867] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1056
[  677.133769] print_req_error: I/O error, dev mmcblk2, sector 51
1057
[  677.638732] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1058
[  678.275860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1059
[  678.285824] print_req_error: I/O error, dev mmcblk2, sector 52
1060
[  678.790833] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1061
[  679.427861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1062
[  679.437789] print_req_error: I/O error, dev mmcblk2, sector 53
1063
[  679.937813] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1064
[  680.571873] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1065
[  680.581812] print_req_error: I/O error, dev mmcblk2, sector 54
1066
[  681.086753] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1067
[  681.723861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1068
[  681.733814] print_req_error: I/O error, dev mmcblk2, sector 55
1069
[  682.238754] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1070
[  682.875861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1071
[  682.885858] print_req_error: I/O error, dev mmcblk2, sector 56
1072
[  683.390845] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1073
[  684.027862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1074
[  684.037815] print_req_error: I/O error, dev mmcblk2, sector 57
1075
[  684.542826] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1076
[  685.179861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1077
[  685.189796] print_req_error: I/O error, dev mmcblk2, sector 58
1078
[  685.694734] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1079
[  686.331861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1080
[  686.341781] print_req_error: I/O error, dev mmcblk2, sector 59
1081
[  686.846752] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1082
[  687.483866] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1083
[  687.493798] print_req_error: I/O error, dev mmcblk2, sector 60
1084
[  687.998754] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1085
[  688.635861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1086
[  688.645808] print_req_error: I/O error, dev mmcblk2, sector 61
1087
[  689.150802] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1088
[  689.787869] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1089
[  689.797915] print_req_error: I/O error, dev mmcblk2, sector 62
1090
[  690.302955] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1091
[  690.939862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1092
[  690.949928] print_req_error: I/O error, dev mmcblk2, sector 63
1093
[  691.455007] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1094
[  692.091864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1095
[  692.101841] print_req_error: I/O error, dev mmcblk2, sector 64
1096
[  692.606844] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1097
[  693.243862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1098
[  693.253813] print_req_error: I/O error, dev mmcblk2, sector 65
1099
[  693.758766] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1100
[  694.395862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1101
[  694.405874] print_req_error: I/O error, dev mmcblk2, sector 66
1102
[  694.910869] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1103
[  695.547875] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1104
[  695.557798] print_req_error: I/O error, dev mmcblk2, sector 67
1105
[  696.062731] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1106
[  696.699862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1107
[  696.709794] print_req_error: I/O error, dev mmcblk2, sector 68
1108
[  697.214731] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1109
[  697.851860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1110
[  697.861833] print_req_error: I/O error, dev mmcblk2, sector 69
1111
[  698.366848] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1112
[  699.003862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1113
[  699.013823] print_req_error: I/O error, dev mmcblk2, sector 70
1114
[  699.518762] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1115
[  700.155861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1116
[  700.165812] print_req_error: I/O error, dev mmcblk2, sector 71
1117
[  700.670796] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1118
[  701.307861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1119
[  701.317889] print_req_error: I/O error, dev mmcblk2, sector 72
1120
[  701.822902] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1121
[  702.459863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1122
[  702.469798] print_req_error: I/O error, dev mmcblk2, sector 73
1123
[  702.974762] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1124
[  703.611873] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1125
[  703.621825] print_req_error: I/O error, dev mmcblk2, sector 74
1126
[  704.126754] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1127
[  704.763865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1128
[  704.773840] print_req_error: I/O error, dev mmcblk2, sector 75
1129
[  705.278822] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1130
[  705.915863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1131
[  705.925828] print_req_error: I/O error, dev mmcblk2, sector 76
1132
[  706.430777] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1133
[  707.067863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1134
[  707.077802] print_req_error: I/O error, dev mmcblk2, sector 77
1135
[  707.582763] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1136
[  708.219863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1137
[  708.229807] print_req_error: I/O error, dev mmcblk2, sector 78
1138
[  708.734847] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1139
[  709.371863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1140
[  709.381906] print_req_error: I/O error, dev mmcblk2, sector 79
1141
[  709.886937] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1142
[  710.523862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1143
[  710.533798] print_req_error: I/O error, dev mmcblk2, sector 80
1144
[  711.038803] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1145
[  711.675862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1146
[  711.685798] print_req_error: I/O error, dev mmcblk2, sector 81
1147
[  712.190757] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1148
[  712.827860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1149
[  712.837815] print_req_error: I/O error, dev mmcblk2, sector 82
1150
[  713.342775] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1151
[  713.979861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1152
[  713.989806] print_req_error: I/O error, dev mmcblk2, sector 83
1153
[  714.494756] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1154
[  715.131864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1155
[  715.141906] print_req_error: I/O error, dev mmcblk2, sector 84
1156
[  715.646917] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1157
[  716.283862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1158
[  716.293879] print_req_error: I/O error, dev mmcblk2, sector 85
1159
[  716.798847] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1160
[  717.435862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1161
[  717.445792] print_req_error: I/O error, dev mmcblk2, sector 86
1162
[  717.950796] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1163
[  718.587877] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1164
[  718.597848] print_req_error: I/O error, dev mmcblk2, sector 87
1165
[  719.102786] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1166
[  719.739864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1167
[  719.749831] print_req_error: I/O error, dev mmcblk2, sector 88
1168
[  720.254814] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1169
[  720.891862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1170
[  720.901829] print_req_error: I/O error, dev mmcblk2, sector 89
1171
[  721.406770] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1172
[  722.043863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1173
[  722.053823] print_req_error: I/O error, dev mmcblk2, sector 90
1174
[  722.558812] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1175
[  723.195863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1176
[  723.205805] print_req_error: I/O error, dev mmcblk2, sector 91
1177
[  723.710817] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1178
[  724.347863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1179
[  724.357796] print_req_error: I/O error, dev mmcblk2, sector 92
1180
[  724.862816] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1181
[  725.499863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1182
[  725.509797] print_req_error: I/O error, dev mmcblk2, sector 93
1183
[  726.014838] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1184
[  726.651862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1185
[  726.661852] print_req_error: I/O error, dev mmcblk2, sector 94
1186
[  727.166804] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1187
[  727.803862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1188
[  727.813844] print_req_error: I/O error, dev mmcblk2, sector 95
1189
[  728.318823] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1190
[  728.955860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1191
[  728.965911] print_req_error: I/O error, dev mmcblk2, sector 96
1192
[  729.470864] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1193
[  730.107862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1194
[  730.117808] print_req_error: I/O error, dev mmcblk2, sector 97
1195
[  730.622813] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1196
[  731.259862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1197
[  731.269784] print_req_error: I/O error, dev mmcblk2, sector 98
1198
[  731.774744] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1199
[  732.411862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1200
[  732.421868] print_req_error: I/O error, dev mmcblk2, sector 99
1201
[  732.926873] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1202
[  733.563872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1203
[  733.573824] print_req_error: I/O error, dev mmcblk2, sector 100
1204
[  734.078751] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1205
[  734.715861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1206
[  734.725812] print_req_error: I/O error, dev mmcblk2, sector 101
1207
[  735.230744] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1208
[  735.867862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1209
[  735.877796] print_req_error: I/O error, dev mmcblk2, sector 102
1210
[  736.382732] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1211
[  737.019861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1212
[  737.029791] print_req_error: I/O error, dev mmcblk2, sector 103
1213
[  737.534751] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1214
[  738.171861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1215
[  738.181787] print_req_error: I/O error, dev mmcblk2, sector 104
1216
[  738.686753] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1217
[  739.323861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1218
[  739.333789] print_req_error: I/O error, dev mmcblk2, sector 105
1219
[  739.838785] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1220
[  740.475862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1221
[  740.485794] print_req_error: I/O error, dev mmcblk2, sector 106
1222
[  740.990792] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1223
[  741.627872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1224
[  741.637849] print_req_error: I/O error, dev mmcblk2, sector 107
1225
[  742.142805] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1226
[  742.779862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1227
[  742.789834] print_req_error: I/O error, dev mmcblk2, sector 108
1228
[  743.294759] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1229
[  743.931862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1230
[  743.941808] print_req_error: I/O error, dev mmcblk2, sector 109
1231
[  744.446797] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1232
[  745.083862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1233
[  745.093799] print_req_error: I/O error, dev mmcblk2, sector 110
1234
[  745.598761] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1235
[  746.235867] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1236
[  746.245804] print_req_error: I/O error, dev mmcblk2, sector 111
1237
[  746.750804] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1238
[  747.387864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1239
[  747.397798] print_req_error: I/O error, dev mmcblk2, sector 112
1240
[  747.902783] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1241
[  748.539862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1242
[  748.549864] print_req_error: I/O error, dev mmcblk2, sector 113
1243
[  749.054836] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1244
[  749.691865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1245
[  749.701816] print_req_error: I/O error, dev mmcblk2, sector 114
1246
[  750.206866] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1247
[  750.843863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1248
[  750.853816] print_req_error: I/O error, dev mmcblk2, sector 115
1249
[  751.358817] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1250
[  751.995862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1251
[  752.005813] print_req_error: I/O error, dev mmcblk2, sector 116
1252
[  752.510782] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1253
[  753.147862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1254
[  753.157817] print_req_error: I/O error, dev mmcblk2, sector 117
1255
[  753.662790] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1256
[  754.299863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1257
[  754.309819] print_req_error: I/O error, dev mmcblk2, sector 118
1258
[  754.814790] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1259
[  755.451862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1260
[  755.461814] print_req_error: I/O error, dev mmcblk2, sector 119
1261
[  755.966775] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1262
[  756.603868] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1263
[  756.613853] print_req_error: I/O error, dev mmcblk2, sector 120
1264
[  757.118791] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1265
[  757.755864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1266
[  757.765810] print_req_error: I/O error, dev mmcblk2, sector 121
1267
[  758.270796] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1268
[  758.907863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1269
[  758.917827] print_req_error: I/O error, dev mmcblk2, sector 122
1270
[  759.422827] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1271
[  760.059862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1272
[  760.069836] print_req_error: I/O error, dev mmcblk2, sector 123
1273
[  760.574859] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1274
[  761.211863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1275
[  761.221810] print_req_error: I/O error, dev mmcblk2, sector 124
1276
[  761.726785] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1277
[  762.363861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1278
[  762.373822] print_req_error: I/O error, dev mmcblk2, sector 125
1279
[  762.878782] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1280
[  763.515861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1281
[  763.525841] print_req_error: I/O error, dev mmcblk2, sector 126
1282
[  764.030800] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1283
[  764.667861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1284
[  764.677833] print_req_error: I/O error, dev mmcblk2, sector 127
1285
[  765.182826] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1286
[  765.819860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1287
[  765.829887] print_req_error: I/O error, dev mmcblk2, sector 128
1288
[  766.334875] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1289
[  766.971861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1290
[  766.981796] print_req_error: I/O error, dev mmcblk2, sector 129
1291
[  767.486759] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1292
[  768.123861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1293
[  768.133821] print_req_error: I/O error, dev mmcblk2, sector 130
1294
[  768.638836] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1295
[  769.275861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1296
[  769.285856] print_req_error: I/O error, dev mmcblk2, sector 131
1297
[  769.790866] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1298
[  770.427865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1299
[  770.437847] print_req_error: I/O error, dev mmcblk2, sector 132
1300
[  770.937875] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1301
[  771.571878] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1302
[  771.581960] print_req_error: I/O error, dev mmcblk2, sector 133
1303
[  772.086917] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1304
[  772.723862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1305
[  772.733841] print_req_error: I/O error, dev mmcblk2, sector 134
1306
[  773.238794] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1307
[  773.875864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1308
[  773.885826] print_req_error: I/O error, dev mmcblk2, sector 135
1309
[  774.390816] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1310
[  775.027862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1311
[  775.037843] print_req_error: I/O error, dev mmcblk2, sector 136
1312
[  775.542827] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1313
[  776.179861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1314
[  776.189822] print_req_error: I/O error, dev mmcblk2, sector 137
1315
[  776.694826] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1316
[  777.331861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1317
[  777.341823] print_req_error: I/O error, dev mmcblk2, sector 138
1318
[  777.846834] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1319
[  778.483860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1320
[  778.493800] print_req_error: I/O error, dev mmcblk2, sector 139
1321
[  778.998761] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1322
[  779.635861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1323
[  779.645925] print_req_error: I/O error, dev mmcblk2, sector 140
1324
[  780.150926] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1325
[  780.787865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1326
[  780.797851] print_req_error: I/O error, dev mmcblk2, sector 141
1327
[  781.302894] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1328
[  781.939862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1329
[  781.949818] print_req_error: I/O error, dev mmcblk2, sector 142
1330
[  782.454792] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1331
[  783.091862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1332
[  783.101825] print_req_error: I/O error, dev mmcblk2, sector 143
1333
[  783.606848] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1334
[  784.243862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1335
[  784.253795] print_req_error: I/O error, dev mmcblk2, sector 144
1336
[  784.758805] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1337
[  785.395861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1338
[  785.405825] print_req_error: I/O error, dev mmcblk2, sector 145
1339
[  785.910793] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1340
[  786.547873] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1341
[  786.557839] print_req_error: I/O error, dev mmcblk2, sector 146
1342
[  787.062781] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1343
[  787.699863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1344
[  787.709845] print_req_error: I/O error, dev mmcblk2, sector 147
1345
[  788.214811] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1346
[  788.851861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1347
[  788.861826] print_req_error: I/O error, dev mmcblk2, sector 148
1348
[  789.366792] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1349
[  790.003863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1350
[  790.013825] print_req_error: I/O error, dev mmcblk2, sector 149
1351
[  790.518879] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1352
[  791.155864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1353
[  791.165838] print_req_error: I/O error, dev mmcblk2, sector 150
1354
[  791.670874] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1355
[  792.307862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1356
[  792.317833] print_req_error: I/O error, dev mmcblk2, sector 151
1357
[  792.822848] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1358
[  793.459862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1359
[  793.469815] print_req_error: I/O error, dev mmcblk2, sector 152
1360
[  793.974769] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1361
[  794.611872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1362
[  794.621937] print_req_error: I/O error, dev mmcblk2, sector 153
1363
[  795.126916] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1364
[  795.763860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1365
[  795.773819] print_req_error: I/O error, dev mmcblk2, sector 154
1366
[  796.278734] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1367
[  796.915861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1368
[  796.925836] print_req_error: I/O error, dev mmcblk2, sector 155
1369
[  797.430793] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1370
[  798.067862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1371
[  798.077795] print_req_error: I/O error, dev mmcblk2, sector 156
1372
[  798.582761] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1373
[  799.219861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1374
[  799.229812] print_req_error: I/O error, dev mmcblk2, sector 157
1375
[  799.734815] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1376
[  800.371861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1377
[  800.381819] print_req_error: I/O error, dev mmcblk2, sector 158
1378
[  800.886800] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1379
[  801.523864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1380
[  801.533828] print_req_error: I/O error, dev mmcblk2, sector 159
1381
[  802.038875] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1382
[  802.675863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1383
[  802.685822] print_req_error: I/O error, dev mmcblk2, sector 160
1384
[  803.190821] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1385
[  803.827862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1386
[  803.837840] print_req_error: I/O error, dev mmcblk2, sector 161
1387
[  804.342822] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1388
[  804.979861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1389
[  804.989788] print_req_error: I/O error, dev mmcblk2, sector 162
1390
[  805.494751] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1391
[  806.131861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1392
[  806.141815] print_req_error: I/O error, dev mmcblk2, sector 163
1393
[  806.646836] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1394
[  807.283861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1395
[  807.293799] print_req_error: I/O error, dev mmcblk2, sector 164
1396
[  807.798773] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1397
[  808.435860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1398
[  808.445818] print_req_error: I/O error, dev mmcblk2, sector 165
1399
[  808.950779] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1400
[  809.587872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1401
[  809.597952] print_req_error: I/O error, dev mmcblk2, sector 166
1402
[  810.102888] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1403
[  810.739860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1404
[  810.749819] print_req_error: I/O error, dev mmcblk2, sector 167
1405
[  811.254755] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1406
[  811.891861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1407
[  811.901817] print_req_error: I/O error, dev mmcblk2, sector 168
1408
[  812.406765] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1409
[  813.043861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1410
[  813.053825] print_req_error: I/O error, dev mmcblk2, sector 169
1411
[  813.558832] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1412
[  814.195860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1413
[  814.205796] print_req_error: I/O error, dev mmcblk2, sector 170
1414
[  814.710806] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1415
[  815.347860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1416
[  815.357818] print_req_error: I/O error, dev mmcblk2, sector 171
1417
[  815.862834] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1418
[  816.499862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1419
[  816.509841] print_req_error: I/O error, dev mmcblk2, sector 172
1420
[  817.014791] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1421
[  817.651864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1422
[  817.661843] print_req_error: I/O error, dev mmcblk2, sector 173
1423
[  818.166808] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1424
[  818.803864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1425
[  818.813814] print_req_error: I/O error, dev mmcblk2, sector 174
1426
[  819.318808] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1427
[  819.955861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1428
[  819.965805] print_req_error: I/O error, dev mmcblk2, sector 175
1429
[  820.470824] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1430
[  821.107863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1431
[  821.117815] print_req_error: I/O error, dev mmcblk2, sector 176
1432
[  821.622875] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1433
[  822.259863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1434
[  822.269844] print_req_error: I/O error, dev mmcblk2, sector 177
1435
[  822.774906] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1436
[  823.411862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1437
[  823.421828] print_req_error: I/O error, dev mmcblk2, sector 178
1438
[  823.926785] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1439
[  824.563876] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1440
[  824.573855] print_req_error: I/O error, dev mmcblk2, sector 179
1441
[  825.078781] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1442
[  825.715864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1443
[  825.725826] print_req_error: I/O error, dev mmcblk2, sector 180
1444
[  826.230823] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1445
[  826.867863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1446
[  826.877819] print_req_error: I/O error, dev mmcblk2, sector 181
1447
[  827.382813] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1448
[  828.019862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1449
[  828.029832] print_req_error: I/O error, dev mmcblk2, sector 182
1450
[  828.534823] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1451
[  829.171862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1452
[  829.181816] print_req_error: I/O error, dev mmcblk2, sector 183
1453
[  829.686864] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1454
[  830.323862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1455
[  830.333828] print_req_error: I/O error, dev mmcblk2, sector 184
1456
[  830.838833] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1457
[  831.475862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1458
[  831.485835] print_req_error: I/O error, dev mmcblk2, sector 185
1459
[  831.990825] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1460
[  832.627875] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1461
[  832.637849] print_req_error: I/O error, dev mmcblk2, sector 186
1462
[  833.142773] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1463
[  833.779860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1464
[  833.789804] print_req_error: I/O error, dev mmcblk2, sector 187
1465
[  834.294785] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1466
[  834.931862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1467
[  834.941816] print_req_error: I/O error, dev mmcblk2, sector 188
1468
[  835.446773] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1469
[  836.083861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1470
[  836.093797] print_req_error: I/O error, dev mmcblk2, sector 189
1471
[  836.598772] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1472
[  837.235861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1473
[  837.245854] print_req_error: I/O error, dev mmcblk2, sector 190
1474
[  837.750857] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1475
[  838.387861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1476
[  838.397822] print_req_error: I/O error, dev mmcblk2, sector 191
1477
[  838.902807] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1478
[  839.539860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1479
[  839.549919] print_req_error: I/O error, dev mmcblk2, sector 192
1480
[  840.054876] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1481
[  840.691864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1482
[  840.701811] print_req_error: I/O error, dev mmcblk2, sector 193
1483
[  841.206793] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1484
[  841.843862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1485
[  841.853830] print_req_error: I/O error, dev mmcblk2, sector 194
1486
[  842.358795] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1487
[  842.995861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1488
[  843.005793] print_req_error: I/O error, dev mmcblk2, sector 195
1489
[  843.510775] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1490
[  844.147862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1491
[  844.157835] print_req_error: I/O error, dev mmcblk2, sector 196
1492
[  844.662896] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1493
[  845.299863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1494
[  845.309846] print_req_error: I/O error, dev mmcblk2, sector 197
1495
[  845.814831] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1496
[  846.451860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1497
[  846.461916] print_req_error: I/O error, dev mmcblk2, sector 198
1498
[  846.819883] INFO: task kworker/2:1H:137 blocked for more than 120 seconds.
1499
[  846.824731]       Not tainted 4.19.8-gnu-1 #1
1500
[  846.829568] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
1501
[  846.834374] kworker/2:1H    D    0   137      2 0x00000000
1502
[  846.839110] Workqueue: kblockd blk_mq_run_work_fn
1503
[  846.843752] [<c0e633a8>] (__schedule) from [<c0e6399c>] (schedule+0x48/0xb0)
1504
[  846.848353] [<c0e6399c>] (schedule) from [<c0c330c0>] (__mmc_claim_host+0xc4/0x218)
1505
[  846.852952] [<c0c330c0>] (__mmc_claim_host) from [<c0c46180>] (mmc_mq_queue_rq+0x22c/0x244)
1506
[  846.857531] [<c0c46180>] (mmc_mq_queue_rq) from [<c07a1e5c>] (blk_mq_dispatch_rq_list+0xbc/0x524)
1507
[  846.861998] [<c07a1e5c>] (blk_mq_dispatch_rq_list) from [<c07a5e90>] (blk_mq_do_dispatch_sched+0x5c/0xf8)
1508
[  846.866428] [<c07a5e90>] (blk_mq_do_dispatch_sched) from [<c07a6568>] (blk_mq_sched_dispatch_requests+0x120/0x188)
1509
[  846.870816] [<c07a6568>] (blk_mq_sched_dispatch_requests) from [<c07a056c>] (__blk_mq_run_hw_queue+0xb4/0x144)
1510
[  846.875200] [<c07a056c>] (__blk_mq_run_hw_queue) from [<c035ebd0>] (process_one_work+0x1f0/0x400)
1511
[  846.879564] [<c035ebd0>] (process_one_work) from [<c035fa50>] (worker_thread+0x44/0x580)
1512
[  846.883830] [<c035fa50>] (worker_thread) from [<c0364b38>] (kthread+0x148/0x150)
1513
[  846.888024] [<c0364b38>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
1514
[  846.892127] Exception stack(0xec8b1fb0 to 0xec8b1ff8)
1515
[  846.896217] 1fa0:                                     00000000 00000000 00000000 00000000
1516
[  846.900284] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
1517
[  846.904259] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
1518
[  846.908135] INFO: task kworker/2:2H:226 blocked for more than 120 seconds.
1519
[  846.911920]       Not tainted 4.19.8-gnu-1 #1
1520
[  846.915691] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
1521
[  846.919439] kworker/2:2H    D    0   226      2 0x00000020
1522
[  846.923146] Workqueue: kblockd blk_mq_run_work_fn
1523
[  846.926719] [<c0e633a8>] (__schedule) from [<c0e6399c>] (schedule+0x48/0xb0)
1524
[  846.930254] [<c0e6399c>] (schedule) from [<c0c330c0>] (__mmc_claim_host+0xc4/0x218)
1525
[  846.933819] [<c0c330c0>] (__mmc_claim_host) from [<c0c46180>] (mmc_mq_queue_rq+0x22c/0x244)
1526
[  846.937295] [<c0c46180>] (mmc_mq_queue_rq) from [<c07a1e5c>] (blk_mq_dispatch_rq_list+0xbc/0x524)
1527
[  846.937300] [<c07a1e5c>] (blk_mq_dispatch_rq_list) from [<c07a5e90>] (blk_mq_do_dispatch_sched+0x5c/0xf8)
1528
[  846.937305] [<c07a5e90>] (blk_mq_do_dispatch_sched) from [<c07a6568>] (blk_mq_sched_dispatch_requests+0x120/0x188)
1529
[  846.937309] [<c07a6568>] (blk_mq_sched_dispatch_requests) from [<c07a056c>] (__blk_mq_run_hw_queue+0xb4/0x144)
1530
[  846.937315] [<c07a056c>] (__blk_mq_run_hw_queue) from [<c035ebd0>] (process_one_work+0x1f0/0x400)
1531
[  846.937320] [<c035ebd0>] (process_one_work) from [<c035fa50>] (worker_thread+0x44/0x580)
1532
[  846.937324] [<c035fa50>] (worker_thread) from [<c0364b38>] (kthread+0x148/0x150)
1533
[  846.937328] [<c0364b38>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
1534
[  846.937330] Exception stack(0xec255fb0 to 0xec255ff8)
1535
[  846.937333] 5fa0:                                     00000000 00000000 00000000 00000000
1536
[  846.937336] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
1537
[  846.937340] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
1538
[  846.966913] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1539
[  847.603872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1540
[  847.609405] print_req_error: I/O error, dev mmcblk2, sector 199
1541
[  848.112143] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1542
[  848.743860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1543
[  848.749428] print_req_error: I/O error, dev mmcblk2, sector 200
1544
[  849.252299] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1545
[  849.883860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1546
[  849.889992] print_req_error: I/O error, dev mmcblk2, sector 201
1547
[  850.393147] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1548
[  851.023862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1549
[  851.030458] print_req_error: I/O error, dev mmcblk2, sector 202
1550
[  851.533841] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1551
[  852.167863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1552
[  852.174934] print_req_error: I/O error, dev mmcblk2, sector 203
1553
[  852.678584] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1554
[  853.311862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1555
[  853.319596] print_req_error: I/O error, dev mmcblk2, sector 204
1556
[  853.823619] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1557
[  854.455863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1558
[  854.464155] print_req_error: I/O error, dev mmcblk2, sector 205
1559
[  854.968446] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1560
[  855.603874] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1561
[  855.612701] print_req_error: I/O error, dev mmcblk2, sector 206
1562
[  856.117137] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1563
[  856.751862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1564
[  856.761134] print_req_error: I/O error, dev mmcblk2, sector 207
1565
[  857.265868] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1566
[  857.899860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1567
[  857.909722] print_req_error: I/O error, dev mmcblk2, sector 208
1568
[  858.414724] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1569
[  859.051861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1570
[  859.061802] print_req_error: I/O error, dev mmcblk2, sector 209
1571
[  859.566763] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1572
[  860.203861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1573
[  860.213891] print_req_error: I/O error, dev mmcblk2, sector 210
1574
[  860.718868] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1575
[  861.355861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1576
[  861.365816] print_req_error: I/O error, dev mmcblk2, sector 211
1577
[  861.870815] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1578
[  862.507861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1579
[  862.517806] print_req_error: I/O error, dev mmcblk2, sector 212
1580
[  863.022793] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1581
[  863.659861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1582
[  863.669799] print_req_error: I/O error, dev mmcblk2, sector 213
1583
[  864.174800] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1584
[  864.811862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1585
[  864.821890] print_req_error: I/O error, dev mmcblk2, sector 214
1586
[  865.326855] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1587
[  865.963860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1588
[  865.973811] print_req_error: I/O error, dev mmcblk2, sector 215
1589
[  866.478783] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1590
[  867.115860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1591
[  867.125851] print_req_error: I/O error, dev mmcblk2, sector 216
1592
[  867.630861] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1593
[  868.267861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1594
[  868.277840] print_req_error: I/O error, dev mmcblk2, sector 217
1595
[  868.782836] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1596
[  869.419861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1597
[  869.429835] print_req_error: I/O error, dev mmcblk2, sector 218
1598
[  869.929852] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1599
[  870.563872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1600
[  870.573931] print_req_error: I/O error, dev mmcblk2, sector 219
1601
[  871.078886] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1602
[  871.715860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1603
[  871.725817] print_req_error: I/O error, dev mmcblk2, sector 220
1604
[  872.230739] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1605
[  872.867861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1606
[  872.877829] print_req_error: I/O error, dev mmcblk2, sector 221
1607
[  873.382775] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1608
[  874.019863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1609
[  874.029824] print_req_error: I/O error, dev mmcblk2, sector 222
1610
[  874.535067] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1611
[  875.171864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1612
[  875.181912] print_req_error: I/O error, dev mmcblk2, sector 223
1613
[  875.686950] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1614
[  876.323862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1615
[  876.333841] print_req_error: I/O error, dev mmcblk2, sector 224
1616
[  876.838834] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1617
[  877.475862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1618
[  877.485817] print_req_error: I/O error, dev mmcblk2, sector 225
1619
[  877.990864] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1620
[  878.627874] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1621
[  878.637864] print_req_error: I/O error, dev mmcblk2, sector 226
1622
[  879.142801] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1623
[  879.779862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1624
[  879.789830] print_req_error: I/O error, dev mmcblk2, sector 227
1625
[  880.294775] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1626
[  880.931862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1627
[  880.941815] print_req_error: I/O error, dev mmcblk2, sector 228
1628
[  881.446779] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1629
[  882.083859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1630
[  882.093799] print_req_error: I/O error, dev mmcblk2, sector 229
1631
[  882.598766] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1632
[  883.235860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1633
[  883.245821] print_req_error: I/O error, dev mmcblk2, sector 230
1634
[  883.750857] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1635
[  884.387862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1636
[  884.397817] print_req_error: I/O error, dev mmcblk2, sector 231
1637
[  884.902776] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1638
[  885.539864] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1639
[  885.549840] print_req_error: I/O error, dev mmcblk2, sector 232
1640
[  886.054853] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1641
[  886.691862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1642
[  886.701837] print_req_error: I/O error, dev mmcblk2, sector 233
1643
[  887.206805] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1644
[  887.843862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1645
[  887.853838] print_req_error: I/O error, dev mmcblk2, sector 234
1646
[  888.358885] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1647
[  888.995863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1648
[  889.005805] print_req_error: I/O error, dev mmcblk2, sector 235
1649
[  889.510795] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1650
[  890.147861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1651
[  890.157900] print_req_error: I/O error, dev mmcblk2, sector 236
1652
[  890.662904] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1653
[  891.299861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1654
[  891.309886] print_req_error: I/O error, dev mmcblk2, sector 237
1655
[  891.814863] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1656
[  892.451865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1657
[  892.461932] print_req_error: I/O error, dev mmcblk2, sector 238
1658
[  892.966933] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1659
[  893.603872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1660
[  893.613831] print_req_error: I/O error, dev mmcblk2, sector 239
1661
[  894.118802] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1662
[  894.755860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1663
[  894.765894] print_req_error: I/O error, dev mmcblk2, sector 240
1664
[  895.270876] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1665
[  895.907859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1666
[  895.917791] print_req_error: I/O error, dev mmcblk2, sector 241
1667
[  896.422763] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1668
[  897.059860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1669
[  897.069808] print_req_error: I/O error, dev mmcblk2, sector 242
1670
[  897.574765] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1671
[  898.211860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1672
[  898.221900] print_req_error: I/O error, dev mmcblk2, sector 243
1673
[  898.726927] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1674
[  899.363860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1675
[  899.373867] print_req_error: I/O error, dev mmcblk2, sector 244
1676
[  899.878904] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1677
[  900.515861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1678
[  900.525841] print_req_error: I/O error, dev mmcblk2, sector 245
1679
[  901.030802] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1680
[  901.667860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1681
[  901.677827] print_req_error: I/O error, dev mmcblk2, sector 246
1682
[  902.182815] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1683
[  902.819865] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1684
[  902.829841] print_req_error: I/O error, dev mmcblk2, sector 247
1685
[  903.334837] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1686
[  903.971861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1687
[  903.981820] print_req_error: I/O error, dev mmcblk2, sector 248
1688
[  904.486805] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1689
[  905.123862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1690
[  905.133808] print_req_error: I/O error, dev mmcblk2, sector 249
1691
[  905.638837] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1692
[  906.275862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1693
[  906.285851] print_req_error: I/O error, dev mmcblk2, sector 250
1694
[  906.790873] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1695
[  907.427861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1696
[  907.437868] print_req_error: I/O error, dev mmcblk2, sector 251
1697
[  907.937904] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1698
[  908.571872] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1699
[  908.581832] print_req_error: I/O error, dev mmcblk2, sector 252
1700
[  909.086835] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1701
[  909.723861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1702
[  909.733902] print_req_error: I/O error, dev mmcblk2, sector 253
1703
[  910.238902] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1704
[  910.875860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1705
[  910.885843] print_req_error: I/O error, dev mmcblk2, sector 254
1706
[  911.390825] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1707
[  912.027860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1708
[  912.037807] print_req_error: I/O error, dev mmcblk2, sector 255
1709
[  912.347850] mmc2: Card stuck being busy! mmc_poll_for_busy
1710
[  912.352707] print_req_error: I/O error, dev mmcblk2boot0, sector 0
1711
[  912.659852] mmc2: Card stuck being busy! mmc_poll_for_busy
1712
[  912.669551] print_req_error: I/O error, dev mmcblk2boot1, sector 0
1713
[  912.719577] audit: type=1130 audit(1546881275.536:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1714
[  913.085156] audit: type=1130 audit(1546881275.904:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1715
[  913.100395] audit: type=1127 audit(1546881275.920:16): pid=230 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
1716
[  913.168622] audit: type=1130 audit(1546881275.988:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1717
[  913.187013] audit: type=1130 audit(1546881276.004:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=haveged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1718
[  913.257668] audit: type=1130 audit(1546881276.076:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1719
[  913.295105] audit: type=1130 audit(1546881276.112:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1720
[  913.309649] audit: type=1130 audit(1546881276.124:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1721
[  913.333648] audit: type=1130 audit(1546881276.152:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1722
[  913.369536] audit: type=1130 audit(1546881276.188:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1723
[  923.110254] kauditd_printk_skb: 6 callbacks suppressed
1724
[  923.110257] audit: type=1006 audit(1546881285.928:30): pid=249 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
1725
[  923.156343] audit: type=1130 audit(1546881285.976:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1726
[  923.181239] audit: type=1006 audit(1546881286.000:32): pid=1664 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
1727
[  923.341226] audit: type=1130 audit(1546881286.156:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1728
[  970.940072] audit: type=1130 audit(1546881333.760:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1729
[  970.940281] audit: type=1131 audit(1546881333.760:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1730
[ 1053.517511] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1731
[ 1054.018308] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
1732
[ 1054.519174] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1733
[ 1055.020064] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
1734
[ 1055.521007] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1735
[ 1056.021969] mmc_host mmc2: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
1736
[ 1056.523039] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1737
[ 1057.151862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1738
[ 1057.653034] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1739
[ 1058.279861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1740
[ 1058.781120] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1741
[ 1059.407862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1742
[ 1059.409159] print_req_error: I/O error, dev mmcblk2, sector 0
1743
[ 1059.910700] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1744
[ 1060.539876] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1745
[ 1060.541248] print_req_error: I/O error, dev mmcblk2, sector 1
1746
[ 1061.042649] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1747
[ 1061.671860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1748
[ 1061.673385] print_req_error: I/O error, dev mmcblk2, sector 2
1749
[ 1062.174955] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1750
[ 1062.803861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1751
[ 1062.805549] print_req_error: I/O error, dev mmcblk2, sector 3
1752
[ 1063.307289] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1753
[ 1063.935861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1754
[ 1063.937699] print_req_error: I/O error, dev mmcblk2, sector 4
1755
[ 1064.439575] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1756
[ 1065.067859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1757
[ 1065.069845] print_req_error: I/O error, dev mmcblk2, sector 5
1758
[ 1065.571900] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1759
[ 1066.199858] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1760
[ 1066.202001] print_req_error: I/O error, dev mmcblk2, sector 6
1761
[ 1066.704209] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1762
[ 1067.331858] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1763
[ 1067.334173] print_req_error: I/O error, dev mmcblk2, sector 7
1764
[ 1067.836616] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1765
[ 1068.463861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1766
[ 1068.966362] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1767
[ 1069.595876] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1768
[ 1070.098466] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1769
[ 1070.727860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1770
[ 1070.730562] print_req_error: I/O error, dev mmcblk2, sector 0
1771
[ 1071.233326] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1772
[ 1071.863860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1773
[ 1071.866678] print_req_error: I/O error, dev mmcblk2, sector 1
1774
[ 1072.369498] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1775
[ 1072.999868] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1776
[ 1073.002641] print_req_error: I/O error, dev mmcblk2, sector 2
1777
[ 1073.505455] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1778
[ 1074.135859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1779
[ 1074.138634] print_req_error: I/O error, dev mmcblk2, sector 3
1780
[ 1074.641407] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1781
[ 1075.271858] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1782
[ 1075.274598] print_req_error: I/O error, dev mmcblk2, sector 4
1783
[ 1075.777341] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1784
[ 1076.407859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1785
[ 1076.410589] print_req_error: I/O error, dev mmcblk2, sector 5
1786
[ 1076.913334] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1787
[ 1077.543869] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1788
[ 1077.546568] print_req_error: I/O error, dev mmcblk2, sector 6
1789
[ 1078.049213] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1790
[ 1078.679860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1791
[ 1078.682560] print_req_error: I/O error, dev mmcblk2, sector 7
1792
[ 1078.685245] Buffer I/O error on dev mmcblk2, logical block 0, async page read
1793
[ 1079.188006] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1794
[ 1079.815861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1795
[ 1080.318585] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1796
[ 1080.947863] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1797
[ 1081.450600] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1798
[ 1082.079861] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1799
[ 1082.082630] print_req_error: I/O error, dev mmcblk2, sector 0
1800
[ 1082.585394] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1801
[ 1083.215860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1802
[ 1083.218666] print_req_error: I/O error, dev mmcblk2, sector 1
1803
[ 1083.721448] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1804
[ 1084.351862] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1805
[ 1084.354610] print_req_error: I/O error, dev mmcblk2, sector 2
1806
[ 1084.857401] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1807
[ 1085.487859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1808
[ 1085.490566] print_req_error: I/O error, dev mmcblk2, sector 3
1809
[ 1085.993315] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1810
[ 1086.623870] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1811
[ 1086.626598] print_req_error: I/O error, dev mmcblk2, sector 4
1812
[ 1087.129308] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1813
[ 1087.759859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1814
[ 1087.762586] print_req_error: I/O error, dev mmcblk2, sector 5
1815
[ 1088.265291] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1816
[ 1088.895860] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1817
[ 1088.898545] print_req_error: I/O error, dev mmcblk2, sector 6
1818
[ 1089.401239] dwmmc_rockchip ff0f0000.dwmmc: Busy; trying anyway
1819
[ 1090.031859] mmc_host mmc2: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
1820
[ 1090.034559] print_req_error: I/O error, dev mmcblk2, sector 7
1821
[ 1090.037250] Buffer I/O error on dev mmcblk2, logical block 0, async page read
(3-3/4)