Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.

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

 



Good Morning,

On 07/30/2018 09:38 PM, Ming Lei wrote:
Hi Peter,

Thanks for collecting the log.

On Mon, Jul 30, 2018 at 02:55:42PM -0400, Peter Geis wrote:


On 07/28/2018 09:37 AM, Ming Lei wrote:

...

[   10.887209] systemd--112     0.n.1 2411122us : blk_mq_make_request: make
rq -1
[   10.890274] kworker/-98      0...1 2411506us : blk_mq_free_request:
complete: rq -1
[   10.893313] systemd--107     0...1 2412025us : blk_mq_make_request: make
rq -1
[   10.896354] systemd--107     0.... 2412323us : mmc_mq_queue_rq: queue rq
-1, 0
[   10.899388] systemd--107     0.... 2412327us :
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.902463] (direxec-111     1...1 2413829us : blk_mq_make_request: make
rq -1
[   10.905513] systemd--114     1...1 2415159us : blk_mq_make_request: make
rq -1

Above is the most interesting part in the log. MMC sets hw queue depth
as 1, and you are using none scheduler, that means the max number of
in-flight requests should be one, but the above log shows that there may
be 3 in-flight requests.

That's odd, I have CFQ set as the default, is something changing this during boot?
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_DEFAULT_IOSCHED="cfq"


That seems really weird, but it shouldn't be related with my two patches,
which won't change the tag allocation behaviour at all. However, what matters
may be that the patch speeds up the request dispatch. Maybe one bug
in lib/sbitmap.c block/blk-mq-tag.c.

Unfortunately rq->tag wasn't shown in the log because I forget to dump
it in the debug patch, so could you apply the following new debug patch and
provide us the log again? BTW, please attach the ftrace log in the reply
mail directly, then it may be parsed/looked easily.

I have resynced to the latest linux-next and applied your new patch.
The log is attached.

Of note, it took several boots this time before it would progress to where I could grab the log.
Instead it was blocking the moment RW was requested.
Also of note, it seems only the emmc is affected, the SD card (mmcblk2) does not trigger any errors.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty (master@master-laptop) (gcc version 7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)) #116 SMP PREEMPT Tue Jul 31 07:44:43 EDT 2018
[    0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Motorola XOOM Tablet
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 262144
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x4b4 with crng_init=0
[    0.000000] percpu: Embedded 18 pages/cpu @(ptrval) s41804 r8192 d23732 u73728
[    0.000000] pcpu-alloc: s41804 r8192 d23732 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
[    0.000000] Kernel command line: gpt gpt_sector=0x03b6efff console=tty0 root=/dev/mmcblk3p10 rootwait video=1280x800@60
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 1048576 bytes of page_ext
[    0.000000] Memory: 1018968K/1048576K available (7766K kernel code, 717K rwdata, 2704K rodata, 1024K init, 5272K bss, 29608K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0x(ptrval) - 0x(ptrval)   (8759 kB)
                     .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                     .data : 0x(ptrval) - 0x(ptrval)   ( 718 kB)
                      .bss : 0x(ptrval) - 0x(ptrval)   (5273 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 29264 entries in 86 pages

[    0.000000] **********************************************************
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **                                                      **
[    0.000000] ** trace_printk() being used. Allocating extra memory.  **
[    0.000000] **                                                      **
[    0.000000] ** This means that this is a DEBUG kernel and it is     **
[    0.000000] ** unsafe for production use.                           **
[    0.000000] **                                                      **
[    0.000000] ** If you see this message and you are not debugging    **
[    0.000000] ** the kernel, report this immediately to your vendor!  **
[    0.000000] **                                                      **
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **********************************************************
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] /interrupt-controller@60004000: 128 interrupts forwarded to /interrupt-controller@50041000
[    0.000000] L2C: platform modifies aux control register: 0x2e080000 -> 0x3e480001
[    0.000000] L2C: DT/platform modifies aux control register: 0x2e080000 -> 0x3e480001
[    0.000000] L2C-310 errata 727915 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x7e480001
[    0.000012] Persistent clock returned invalid value
[    0.000013] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000044] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000057] Switching to timer-based delay loop, resolution 1000ns
[    0.000729] Console: colour dummy device 80x30
[    0.001720] console [tty0] enabled
[    0.001771] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[    0.001810] pid_max: default: 32768 minimum: 301
[    0.002226] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002258] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003126] CPU: Testing write buffer coherency: ok
[    0.003175] CPU0: Spectre v2: using BPIALL workaround
[    0.003457] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060010] Setting up static identity map for 0x100000 - 0x1000a0
[    0.079972] rcu: Hierarchical SRCU implementation.
[    0.101790] Tegra Revision: A02 SKU: 8 CPU Process: 1 SoC Process: 1
[    0.129971] smp: Bringing up secondary CPUs ...
[    0.210657] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.210665] CPU1: Spectre v2: using BPIALL workaround
[    0.210834] smp: Brought up 1 node, 2 CPUs
[    0.210861] SMP: Total of 2 processors activated (4.00 BogoMIPS).
[    0.210883] CPU: All CPU(s) started in SVC mode.
[    0.211890] devtmpfs: initialized
[    0.220179] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
[    0.246412] DMA-API: preallocated 65536 debug entries
[    0.246476] DMA-API: debugging enabled by kernel config
[    0.246509] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.246560] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.247125] pinctrl core: initialized pinctrl subsystem
[    0.247514] regulator-dummy: no parameters
[    0.248047] NET: Registered protocol family 16
[    0.249090] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.250092] cpuidle: using governor ladder
[    0.250147] cpuidle: using governor menu
[    0.269431] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.269473] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.271546] tegra-mc 7000f000.memory-controller: no memory timings for RAM code 0 registered
[    0.279504] usb_switch: Failed to request enable GPIO172: -517
[    0.279540] reg-fixed-voltage regulators:regulator@1: Failed to register regulator: -517
[    0.279672] usb_force_on: Failed to request enable GPIO21: -517
[    0.279700] reg-fixed-voltage regulators:regulator@2: Failed to register regulator: -517
[    0.279822] usb_power: Failed to request enable GPIO154: -517
[    0.279849] reg-fixed-voltage regulators:regulator@3: Failed to register regulator: -517
[    0.280061] enable_panel: Failed to request enable GPIO10: -517
[    0.280089] reg-fixed-voltage regulators:regulator@4: Failed to register regulator: -517
[    0.280216] enable_touch: Failed to request enable GPIO74: -517
[    0.280243] reg-fixed-voltage regulators:regulator@5: Failed to register regulator: -517
[    0.280364] enable_buttons: Failed to request enable GPIO128: -517
[    0.280392] reg-fixed-voltage regulators:regulator@6: Failed to register regulator: -517
[    0.280512] enable_charger: Failed to request enable GPIO68: -517
[    0.280539] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517
[    0.280660] enable_backlight: Failed to request enable GPIO24: -517
[    0.280688] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517
[    0.280811] enable_bluetooth: Failed to request enable GPIO71: -517
[    0.280838] reg-fixed-voltage regulators:regulator@9: Failed to register regulator: -517
[    0.282838] SCSI subsystem initialized
[    0.283055] libata version 3.00 loaded.
[    0.283182] usbcore: registered new interface driver usbfs
[    0.283257] usbcore: registered new interface driver hub
[    0.283357] usbcore: registered new device driver usb
[    0.288288] clocksource: Switched to clocksource timer_us
[    0.362798] VFS: Disk quotas dquot_6.6.0
[    0.362917] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.363119] FS-Cache: Loaded
[    0.363323] CacheFiles: Loaded
[    0.371542] NET: Registered protocol family 2
[    0.372224] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.372276] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.372365] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.372484] TCP: Hash tables configured (established 8192 bind 8192)
[    0.372644] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.372716] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.373070] NET: Registered protocol family 1
[    0.373903] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    0.374175] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.378725] Initialise system trusted keyrings
[    0.378951] workingset: timestamp_bits=15 max_order=18 bucket_order=3
[    0.386053] DLM installed
[    0.387319] ntfs: driver 2.1.32 [Flags: R/W].
[    0.393556] NET: Registered protocol family 38
[    0.393712] Key type asymmetric registered
[    0.393736] Asymmetric key parser 'x509' registered
[    0.393832] bounce: pool size: 64 pages
[    0.393902] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.394087] io scheduler noop registered
[    0.394304] io scheduler cfq registered (default)
[    0.399779] lp855x 0-002c: Looking up power-supply from device tree
[    0.402189] tegra-apbdma 6000a000.dma: Tegra20 APB DMA driver register 16 channels
[    0.404044] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.406019] 70006000.serial: ttyTHS2 at MMIO 0x70006000 (irq = 282, base_baud = 0) is a TEGRA_UART
[    0.406435] 70006040.serial: ttyTHS0 at MMIO 0x70006040 (irq = 283, base_baud = 0) is a TEGRA_UART
[    0.406824] 70006200.serial: ttyTHS1 at MMIO 0x70006200 (irq = 284, base_baud = 0) is a TEGRA_UART
[    0.406988] serial serial0: tty port ttyTHS1 registered
[    0.407134] 70006300.serial: ttyTHS3 at MMIO 0x70006300 (irq = 285, base_baud = 0) is a TEGRA_UART
[    0.407546] 70006400.serial: ttyTHS4 at MMIO 0x70006400 (irq = 286, base_baud = 0) is a TEGRA_UART
[    0.418146] tegra-dc 54200000.dc: failed to probe RGB output: -517
[    0.418729] tegra-hdmi 54280000.hdmi: Looking up hdmi-supply from device tree
[    0.418766] tegra-hdmi 54280000.hdmi: Looking up hdmi-supply property in node /host1x@50000000/hdmi@54280000 failed
[    0.418804] tegra-hdmi 54280000.hdmi: 54280000.hdmi supply hdmi not found, using dummy regulator
[    0.418908] tegra-hdmi 54280000.hdmi: Linked as a consumer to regulator.0
[    0.418940] tegra-hdmi 54280000.hdmi: Looking up pll-supply from device tree
[    0.418970] tegra-hdmi 54280000.hdmi: Looking up pll-supply property in node /host1x@50000000/hdmi@54280000 failed
[    0.419005] tegra-hdmi 54280000.hdmi: 54280000.hdmi supply pll not found, using dummy regulator
[    0.419095] tegra-hdmi 54280000.hdmi: Looking up vdd-supply from device tree
[    0.419127] tegra-hdmi 54280000.hdmi: Looking up vdd-supply property in node /host1x@50000000/hdmi@54280000 failed
[    0.419162] tegra-hdmi 54280000.hdmi: 54280000.hdmi supply vdd not found, using dummy regulator
[    0.423282] panel-simple panel: Looking up power-supply from device tree
[    0.430171] loop: module loaded
[    0.433934] spi-tegra-slink 7000d600.spi: registered master spi0
[    0.434086] spi spi0.0: setup 8 bpw, ~cpol, ~cpha, 10000000Hz
[    0.434159] spi spi0.0: setup mode 0, 8 bits/w, 10000000 Hz max --> 0
[    0.434440] cpcap-core spi0.0: setup 16 bpw, ~cpol, ~cpha, 10000000Hz
[    0.434513] cpcap-core spi0.0: setup mode 0, cs_high, 16 bits/w, 10000000 Hz max --> 0
[    0.434809] cpcap-core spi0.0: CPCAP vendor: ST rev: 2.2 (12)
[    0.443221] random: fast init done
[    0.481450] spi-tegra-slink 7000d600.spi: registered child spi0.0
[    0.483383] VFIO - User Level meta-driver version: 0.3
[    0.487583] tegra-phy c5000000.usb-phy: no vbus regulator
[    0.489362] tegra-phy c5008000.usb-phy: no vbus regulator
[    0.490345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.490442] ehci-platform: EHCI generic platform driver
[    0.491562] tegra-ehci: Tegra EHCI driver
[    0.497336] tegra-ehci c5008000.usb: EHCI Host Controller
[    0.497518] tegra-ehci c5008000.usb: new USB bus registered, assigned bus number 1
[    0.498485] tegra-ehci c5008000.usb: irq 297, io mem 0xc5008000
[    0.528319] tegra-ehci c5008000.usb: USB 2.0 started, EHCI 1.00
[    0.529358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.529447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.529618] usb usb1: Product: EHCI Host Controller
[    0.529671] usb usb1: Manufacturer: Linux 4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty ehci_hcd
[    0.529730] usb usb1: SerialNumber: c5008000.usb
[    0.532060] hub 1-0:1.0: USB hub found
[    0.532174] hub 1-0:1.0: 1 port detected
[    0.537297] usbcore: registered new interface driver cdc_acm
[    0.537351] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.537542] usbcore: registered new interface driver cdc_wdm
[    0.538103] usbcore: registered new interface driver usb-storage
[    0.548585] tegra-udc c5000000.usb: Looking up vbus-supply from device tree
[    0.548649] tegra-udc c5000000.usb: Looking up vbus-supply property in node /usb@c5000000 failed
[    0.548750] tegra-udc c5000000.usb: c5000000.usb supply vbus not found, using dummy regulator
[    0.549183] tegra-udc c5000000.usb: Linked as a consumer to regulator.0
[    0.552871] ci_hdrc ci_hdrc.0: EHCI Host Controller
[    0.553008] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 2
[    0.578325] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[    0.579351] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.579417] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.579474] usb usb2: Product: EHCI Host Controller
[    0.579733] usb usb2: Manufacturer: Linux 4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty ehci_hcd
[    0.579796] usb usb2: SerialNumber: ci_hdrc.0
[    0.581941] hub 2-0:1.0: USB hub found
[    0.582190] hub 2-0:1.0: 1 port detected
[    0.585228] udc-core: couldn't find an available UDC - added [g_ncm] to list of pending drivers
[    0.586283] mousedev: PS/2 mouse device common for all mice
[    0.588131] gpio gpiochip0: (tegra-gpio): gpiochip_lock_as_irq: cannot get GPIO direction
[    0.588167] tegra-gpio 6000d000.gpio: unable to lock Tegra GPIO 170 as IRQ
[    0.588201] genirq: Setting trigger mode 8 for irq 224 failed (tegra_gpio_irq_set_type+0x0/0x1a0)
[    0.588474] atmel_mxt_ts 0-005b: Failed to register interrupt
[    0.588522] atmel_mxt_ts: probe of 0-005b failed with error -22
[    0.593422] input: cpcap-pwrbutton as /devices/soc0/7000d600.spi/spi_master/spi0/spi0.0/7000d600.spi:pmic@0:button/input/input0
[    0.601794] rtc rtc0: cpcap_rtc: dev (253:0)
[    0.601907] cpcap-rtc 7000d600.spi:pmic@0:rtc: rtc core: registered cpcap_rtc as rtc0
[    0.612972] rtc rtc1: alarm rollover: day
[    0.613702] rtc rtc1: 7000e000.rtc: dev (253:1)
[    0.613889] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    0.614064] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    0.614744] i2c /dev entries driver
[    0.620387] Driver for 1-wire Dallas network protocol.
[    0.630152] sdhci: Secure Digital Host Controller Interface driver
[    0.630207] sdhci: Copyright(c) Pierre Ossman
[    0.630461] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.641092] sdhci-tegra c8000000.sdhci: Looking up vmmc-supply from device tree
[    0.641185] sdhci-tegra c8000000.sdhci: Looking up vmmc-supply property in node /sdhci@c8000000 failed
[    0.641421] sdhci-tegra c8000000.sdhci: Looking up vqmmc-supply from device tree
[    0.641592] sdhci-tegra c8000000.sdhci: Looking up vqmmc-supply property in node /sdhci@c8000000 failed
[    0.641919] mmc0: Invalid maximum block size, assuming 512 bytes
[    0.668490] mmc0: SDHCI controller on c8000000.sdhci [c8000000.sdhci] using ADMA
[    0.669502] sdhci-tegra c8000200.sdhci: allocated mmc-pwrseq
[    0.678205] sdhci-tegra c8000200.sdhci: Looking up vmmc-supply from device tree
[    0.678271] sdhci-tegra c8000200.sdhci: Looking up vmmc-supply property in node /sdhci@c8000200 failed
[    0.678503] sdhci-tegra c8000200.sdhci: Looking up vqmmc-supply from device tree
[    0.678592] sdhci-tegra c8000200.sdhci: Looking up vqmmc-supply property in node /sdhci@c8000200 failed
[    0.678984] mmc1: Invalid maximum block size, assuming 512 bytes
[    0.706055] mmc1: SDHCI controller on c8000200.sdhci [c8000200.sdhci] using ADMA
[    0.719265] sdhci-tegra c8000400.sdhci: Got CD GPIO
[    0.727890] sdhci-tegra c8000400.sdhci: Looking up vmmc-supply from device tree
[    0.727958] sdhci-tegra c8000400.sdhci: Looking up vmmc-supply property in node /sdhci@c8000400 failed
[    0.728024] sdhci-tegra c8000400.sdhci: Looking up vqmmc-supply from device tree
[    0.728203] sdhci-tegra c8000400.sdhci: Looking up vqmmc-supply property in node /sdhci@c8000400 failed
[    0.728769] mmc2: Invalid maximum block size, assuming 512 bytes
[    0.754274] mmc2: SDHCI controller on c8000400.sdhci [c8000400.sdhci] using ADMA
[    0.762818] sdhci-tegra c8000600.sdhci: Looking up vmmc-supply from device tree
[    0.762887] sdhci-tegra c8000600.sdhci: Looking up vmmc-supply property in node /sdhci@c8000600 failed
[    0.763088] sdhci-tegra c8000600.sdhci: Looking up vqmmc-supply from device tree
[    0.763153] sdhci-tegra c8000600.sdhci: Looking up vqmmc-supply property in node /sdhci@c8000600 failed
[    0.763346] mmc3: Invalid maximum block size, assuming 512 bytes
[    0.788331] mmc3: SDHCI controller on c8000600.sdhci [c8000600.sdhci] using ADMA
[    0.790074] hidraw: raw HID events driver (C) Jiri Kosina
[    0.791337] usbcore: registered new interface driver usbhid
[    0.791391] usbhid: USB HID core driver
[    0.804067] mmc2: host does not support reading read-only switch, assuming write-enable
[    0.804473] mmc2: new SDHC card at address e624
[    0.806887] mmcblk2: mmc2:e624 SU08G 7.40 GiB 
[    0.813477] Failed to find GPT partition.
[    0.813524]  mmcblk2: p1 p2
[    0.831690] mmc1: new SDIO card at address 0001
[    0.878667] cpcap_adc 7000d600.spi:pmic@0:adc: CPCAP ADC device probed
[    0.879641] NET: Registered protocol family 17
[    0.879748] sctp: Hash tables configured (bind 512/512)
[    0.880125] Key type dns_resolver registered
[    0.880745] Registering SWP/SWPB emulation handler
[    0.881975] registered taskstats version 1
[    0.882030] Loading compiled-in X.509 certificates
[    0.888465] usb_switch: 3300 mV 
[    0.888652] reg-fixed-voltage regulators:regulator@1: usb_switch supplying 3300000uV
[    0.888817] usb_force_on: 3300 mV 
[    0.888932] reg-fixed-voltage regulators:regulator@2: usb_force_on supplying 3300000uV
[    0.889074] usb_power: 5000 mV 
[    0.889210] reg-fixed-voltage regulators:regulator@3: usb_power supplying 5000000uV
[    0.889358] enable_panel: 5000 mV 
[    0.889472] reg-fixed-voltage regulators:regulator@4: enable_panel supplying 5000000uV
[    0.889614] enable_touch: 3300 mV 
[    0.889736] reg-fixed-voltage regulators:regulator@5: enable_touch supplying 3300000uV
[    0.889894] enable_buttons: 3300 mV 
[    0.890009] reg-fixed-voltage regulators:regulator@6: enable_buttons supplying 3300000uV
[    0.890159] enable_charger: 7200 mV 
[    0.890275] reg-fixed-voltage regulators:regulator@7: enable_charger supplying 7200000uV
[    0.890416] enable_backlight: 3300 mV 
[    0.890563] reg-fixed-voltage regulators:regulator@8: enable_backlight supplying 3300000uV
[    0.908330] usb 1-1: new high-speed USB device number 2 using tegra-ehci
[    1.108587] enable_bluetooth: 3300 mV 
[    1.109066] reg-fixed-voltage regulators:regulator@9: enable_bluetooth supplying 3300000uV
[    1.109558] lp855x 0-002c: Looking up power-supply from device tree
[    1.109814] lp855x 0-002c: Linked as a consumer to regulator.8
[    1.109902] lp855x 0-002c: Looking up enable-supply from device tree
[    1.109995] lp855x 0-002c: Looking up enable-supply property in node /i2c@7000c000/backlight@2c failed
[    1.122295] tegra-dc 54200000.dc: failed to probe RGB output: -517
[    1.124776] panel-simple panel: Looking up power-supply from device tree
[    1.125031] panel-simple panel: Linked as a consumer to regulator.4
[    1.129227] mmc3: new high speed MMC card at address 0001
[    1.129917] mmcblk3: mmc3:0001 SEM32G 29.7 GiB 
[    1.130380] mmcblk3boot0: mmc3:0001 SEM32G partition 1 1.00 MiB
[    1.130830] mmcblk3boot1: mmc3:0001 SEM32G partition 2 1.00 MiB
[    1.135553] tegra-dc 54240000.dc: Linked as a consumer to 54200000.dc
[    1.135599] tegra-dc 54240000.dc: coupled to 54200000.dc
[    1.136990] usb 1-1: New USB device found, idVendor=22b8, idProduct=2a70, bcdDevice= 0.00
[    1.137037] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.137070] usb 1-1: Product: Flash MZ600
[    1.137096] usb 1-1: Manufacturer: Motorola, Incorporated
[    1.138542] Primary GPT is invalid, using alternate GPT.
[    1.138621]  mmcblk3: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10
[    1.144215] drm drm: Linked as a consumer to panel
[    1.144448] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.144480] [drm] No driver support for vblank timestamp query.
[    1.225119] Console: switching to colour frame buffer device 160x50
[    1.254493] drm drm: fb0:  frame buffer device
[    1.255348] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0
[    1.257926] input: gpio-keys as /devices/soc0/gpio-keys/input/input1
[    1.259204] cpcap-rtc 7000d600.spi:pmic@0:rtc: setting system clock to 2018-07-31 12:00:24 UTC (1533038424)
[    1.289231] EXT4-fs (mmcblk3p10): mounted filesystem with ordered data mode. Opts: (null)
[    1.289469] VFS: Mounted root (ext4 filesystem) readonly on device 179:26.
[    1.311661] devtmpfs: mounted
[    1.318493] Freeing unused kernel memory: 1024K
[    1.319795] Checked W+X mappings: passed, no W+X pages found
[    1.319989] Run /sbin/init as init process
[    2.094370] systemd[1]: systemd 237 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)
[    2.095812] systemd[1]: Detected architecture arm.
[    2.111423] systemd[1]: Set hostname to <MotoXoom>.
[    2.237516] ------------[ cut here ]------------
[    2.237660] WARNING: CPU: 1 PID: 105 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[    2.237846] Modules linked in:
[    2.242740] CPU: 1 PID: 105 Comm: systemd-fstab-g Not tainted 4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[    2.247795] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[    2.252850] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[    2.257938] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[    2.263005] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[    2.268033] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[    2.273106] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[    2.278252] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[    2.283443] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[    2.288620] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[    2.293816] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[    2.299030] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[    2.304288] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[    2.309593] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[    2.314980] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[    2.320423] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[    2.325966] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[    2.331526] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[    2.337126] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[    2.342705] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[    2.348258] [<c0310684>] (ll_rw_block) from [<c03a0cd0>] (ext4_bread_batch+0xe0/0x144)
[    2.353811] [<c03a0cd0>] (ext4_bread_batch) from [<c03bb640>] (ext4_find_entry+0x334/0x59c)
[    2.359392] [<c03bb640>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[    2.365004] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[    2.370630] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[    2.376263] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[    2.381926] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[    2.387611] [<c02e1788>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[    2.393312] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[    2.399044] [<c02e1df4>] (user_path_at_empty) from [<c02cfaf8>] (do_faccessat+0xd4/0x1fc)
[    2.404796] [<c02cfaf8>] (do_faccessat) from [<c02cfc60>] (sys_access+0x24/0x28)
[    2.410550] [<c02cfc60>] (sys_access) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[    2.416297] Exception stack(0xedb79fa8 to 0xedb79ff0)
[    2.421962] 9fa0:                   fffffffe 00df4590 00df4590 00000001 15385400 15385400
[    2.427660] 9fc0: fffffffe 00df4590 00000000 00000021 bea5ca68 b6d6062c bea5cad0 b6d507d8
[    2.433344] 9fe0: 00000021 bea5ca44 b6e52d9b b6ddd206
[    2.438983] ---[ end trace 349aac7f62021f8e ]---
[    2.445669] mmc3: Got command interrupt 0x00000001 even though no command operation was in progress.
[    2.470112] Dumping ftrace buffer:
[    2.494290] ---------------------------------
[    2.517969] kworker/-5       0...1 808770us : blk_mq_make_request: make rq -1 52
[    2.541366] kworker/-5       0.... 808841us : mmc_mq_queue_rq: queue rq -1 52, 0
[    2.564516] kworker/-6       0...1 812335us : blk_mq_free_request: complete: rq -1 52
[    2.587683] kworker/-5       0...1 812390us : blk_mq_make_request: make rq -1 52
[    2.610837] kworker/-5       0.... 812434us : mmc_mq_queue_rq: queue rq -1 52, 0
[    2.634088] kworker/-98      0.n.1 813459us : blk_mq_free_request: complete: rq -1 52
[    2.657377] kworker/-5       0...1 1131608us : blk_mq_make_request: make rq -1 18
[    2.680714] kworker/-5       0.... 1131717us : mmc_mq_queue_rq: queue rq -1 18, 0
[    2.703755] kworker/-98      0...1 1134163us : blk_mq_free_request: complete: rq -1 18
[    2.726579] kworker/-5       0...1 1134232us : blk_mq_make_request: make rq -1 18
[    2.748904] kworker/-5       0.... 1134302us : mmc_mq_queue_rq: queue rq -1 18, 0
[    2.770820] kworker/-98      0...1 1135301us : blk_mq_free_request: complete: rq -1 18
[    2.792579] kworker/-5       0...1 1135360us : blk_mq_make_request: make rq -1 18
[    2.814090] kworker/-5       0.... 1135430us : mmc_mq_queue_rq: queue rq -1 18, 0
[    2.835585] kworker/-98      0...1 1136412us : blk_mq_free_request: complete: rq -1 18
[    2.856999] kworker/-5       0...1 1136474us : blk_mq_make_request: make rq -1 18
[    2.878106] kworker/-5       0.... 1136554us : mmc_mq_queue_rq: queue rq -1 18, 0
[    2.899120] kworker/-98      0...1 1137240us : blk_mq_free_request: complete: rq -1 18
[    2.920028] kworker/-5       0...1 1137759us : blk_mq_make_request: make rq -1 18
[    2.940630] kworker/-5       0.... 1137830us : mmc_mq_queue_rq: queue rq -1 18, 0
[    2.961028] kworker/-98      0...1 1138487us : blk_mq_free_request: complete: rq -1 18
[    2.981283]  systemd-1       0...1 1261423us : blk_mq_make_request: make rq -1 18
[    3.001265]  systemd-1       0.... 1261550us : mmc_mq_queue_rq: queue rq -1 18, 0
[    3.020941] kworker/-98      0...1 1262004us : blk_mq_free_request: complete: rq -1 18
[    3.040431]  systemd-1       0...1 1262341us : blk_mq_make_request: make rq -1 18
[    3.059645]  systemd-1       0.... 1262427us : mmc_mq_queue_rq: queue rq -1 18, 0
[    3.078615] kworker/-98      0...1 1262863us : blk_mq_free_request: complete: rq -1 18
[    3.097505]  systemd-1       0...1 1263015us : blk_mq_make_request: make rq -1 18
[    3.116261]  systemd-1       0.... 1263101us : mmc_mq_queue_rq: queue rq -1 18, 0
[    3.134960] kworker/-98      0...1 1263619us : blk_mq_free_request: complete: rq -1 18
[    3.153615]  systemd-1       0...1 1263719us : blk_mq_make_request: make rq -1 18
[    3.172017]  systemd-1       0.... 1263805us : mmc_mq_queue_rq: queue rq -1 18, 0
[    3.190255]  systemd-1       0...1 1263845us : blk_mq_make_request: make rq -1 19
[    3.208355]  systemd-1       0...1 1264332us : blk_mq_free_request: complete: rq -1 18
[    3.226323]  systemd-1       0.... 1264341us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.244119]  systemd-1       0...1 1264382us : blk_mq_make_request: make rq -1 18
[    3.261748]  systemd-1       0...1 1264839us : blk_mq_free_request: complete: rq -1 19
[    3.279186]  systemd-1       0.... 1264848us : mmc_mq_queue_rq: queue rq -1 18, 0
[    3.296417]  systemd-1       0...1 1264889us : blk_mq_make_request: make rq -1 19
[    3.313455]  systemd-1       0...1 1265344us : blk_mq_free_request: complete: rq -1 18
[    3.330265]  systemd-1       0.... 1265353us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.346954] kworker/-98      0...1 1265842us : blk_mq_free_request: complete: rq -1 19
[    3.363556]  systemd-1       0...1 1266538us : blk_mq_make_request: make rq -1 19
[    3.379890]  systemd-1       0.... 1266627us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.396022]  systemd-1       0...1 1266668us : blk_mq_make_request: make rq -1 20
[    3.411945]  systemd-1       0...1 1267252us : blk_mq_free_request: complete: rq -1 19
[    3.427818]  systemd-1       0.... 1267262us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.443354]  systemd-1       0...1 1267304us : blk_mq_make_request: make rq -1 19
[    3.458590]  systemd-1       0...1 1267851us : blk_mq_free_request: complete: rq -1 20
[    3.473810]  systemd-1       0.... 1267860us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.488804]  systemd-1       0...1 1267902us : blk_mq_make_request: make rq -1 20
[    3.503815]  systemd-1       0...1 1268475us : blk_mq_free_request: complete: rq -1 19
[    3.518750]  systemd-1       0.... 1268485us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.533723]  systemd-1       0...1 1268528us : blk_mq_make_request: make rq -1 19
[    3.548700]  systemd-1       0...1 1269115us : blk_mq_free_request: complete: rq -1 20
[    3.563585]  systemd-1       0.... 1269124us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.578350]  systemd-1       0...1 1269166us : blk_mq_make_request: make rq -1 20
[    3.593111]  systemd-1       0...1 1269920us : blk_mq_free_request: complete: rq -1 19
[    3.607788]  systemd-1       0.... 1269927us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.622488]  systemd-1       0...1 1269958us : blk_mq_make_request: make rq -1 19
[    3.637189]  systemd-1       0...1 1270525us : blk_mq_free_request: complete: rq -1 20
[    3.651823]  systemd-1       0.... 1270531us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.666492]  systemd-1       0...1 1270560us : blk_mq_make_request: make rq -1 20
[    3.681160]  systemd-1       0...1 1271104us : blk_mq_free_request: complete: rq -1 19
[    3.695752]  systemd-1       0.... 1271110us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.710385]  systemd-1       0...1 1271149us : blk_mq_make_request: make rq -1 19
[    3.725033]  systemd-1       0...1 1271679us : blk_mq_free_request: complete: rq -1 20
[    3.739587]  systemd-1       0.... 1271685us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.754166]  systemd-1       0...1 1271714us : blk_mq_make_request: make rq -1 20
[    3.768751]  systemd-1       0...1 1272257us : blk_mq_free_request: complete: rq -1 19
[    3.783261]  systemd-1       0.... 1272263us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.797720]  systemd-1       0...1 1272291us : blk_mq_make_request: make rq -1 19
[    3.812183]  systemd-1       0...1 1272841us : blk_mq_free_request: complete: rq -1 20
[    3.826504]  systemd-1       0.... 1272847us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.840803]  systemd-1       0...1 1272875us : blk_mq_make_request: make rq -1 20
[    3.855105]  systemd-1       0...1 1273448us : blk_mq_free_request: complete: rq -1 19
[    3.869283]  systemd-1       0.... 1273454us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.883439]  systemd-1       0...1 1273482us : blk_mq_make_request: make rq -1 19
[    3.897591]  systemd-1       0...1 1274050us : blk_mq_free_request: complete: rq -1 20
[    3.911627]  systemd-1       0.... 1274056us : mmc_mq_queue_rq: queue rq -1 19, 0
[    3.925650]  systemd-1       0...1 1274083us : blk_mq_make_request: make rq -1 20
[    3.939669]  systemd-1       0...1 1274660us : blk_mq_free_request: complete: rq -1 19
[    3.953669]  systemd-1       0.... 1274666us : mmc_mq_queue_rq: queue rq -1 20, 0
[    3.967686]  systemd-1       0...1 1274693us : blk_mq_make_request: make rq -1 19
[    3.981695]  systemd-1       0...1 1275265us : blk_mq_free_request: complete: rq -1 20
[    3.995674]  systemd-1       0.... 1275271us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.009690]  systemd-1       0...1 1275299us : blk_mq_make_request: make rq -1 20
[    4.023707]  systemd-1       0...1 1275841us : blk_mq_free_request: complete: rq -1 19
[    4.037696]  systemd-1       0.... 1275847us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.051713]  systemd-1       0...1 1275875us : blk_mq_make_request: make rq -1 19
[    4.065711]  systemd-1       0...1 1276421us : blk_mq_free_request: complete: rq -1 20
[    4.079583]  systemd-1       0.... 1276427us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.093414]  systemd-1       0...1 1276455us : blk_mq_make_request: make rq -1 20
[    4.107246]  systemd-1       0...1 1276997us : blk_mq_free_request: complete: rq -1 19
[    4.121060]  systemd-1       0.... 1277003us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.134926]  systemd-1       0...1 1277031us : blk_mq_make_request: make rq -1 19
[    4.148771]  systemd-1       0...1 1277579us : blk_mq_free_request: complete: rq -1 20
[    4.162589]  systemd-1       0.... 1277585us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.176459]  systemd-1       0...1 1277613us : blk_mq_make_request: make rq -1 20
[    4.190306]  systemd-1       0...1 1278179us : blk_mq_free_request: complete: rq -1 19
[    4.204134]  systemd-1       0.... 1278185us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.217998]  systemd-1       0...1 1278212us : blk_mq_make_request: make rq -1 19
[    4.231858]  systemd-1       0...1 1278783us : blk_mq_free_request: complete: rq -1 20
[    4.245679]  systemd-1       0.... 1278789us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.259535]  systemd-1       0...1 1278818us : blk_mq_make_request: make rq -1 20
[    4.273372]  systemd-1       0...1 1279382us : blk_mq_free_request: complete: rq -1 19
[    4.287200]  systemd-1       0.... 1279389us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.301062]  systemd-1       0...1 1279416us : blk_mq_make_request: make rq -1 19
[    4.314921]  systemd-1       0...1 1279987us : blk_mq_free_request: complete: rq -1 20
[    4.328765]  systemd-1       0.... 1279993us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.342646]  systemd-1       0...1 1280032us : blk_mq_make_request: make rq -1 20
[    4.356518]  systemd-1       0...1 1280565us : blk_mq_free_request: complete: rq -1 19
[    4.370374]  systemd-1       0.... 1280571us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.384262]  systemd-1       0...1 1280599us : blk_mq_make_request: make rq -1 19
[    4.398135]  systemd-1       0...1 1281142us : blk_mq_free_request: complete: rq -1 20
[    4.411983]  systemd-1       0.... 1281148us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.425878]  systemd-1       0...1 1281176us : blk_mq_make_request: make rq -1 20
[    4.439755]  systemd-1       0...1 1281721us : blk_mq_free_request: complete: rq -1 19
[    4.453604]  systemd-1       0.... 1281727us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.467487]  systemd-1       0...1 1281756us : blk_mq_make_request: make rq -1 19
[    4.481352]  systemd-1       0...1 1282300us : blk_mq_free_request: complete: rq -1 20
[    4.495192]  systemd-1       0.... 1282306us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.509066]  systemd-1       0...1 1282334us : blk_mq_make_request: make rq -1 20
[    4.522930]  systemd-1       0...1 1282902us : blk_mq_free_request: complete: rq -1 19
[    4.536775]  systemd-1       0.... 1282908us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.550659]  systemd-1       0...1 1282935us : blk_mq_make_request: make rq -1 19
[    4.564517]  systemd-1       0...1 1283503us : blk_mq_free_request: complete: rq -1 20
[    4.578364]  systemd-1       0.... 1283509us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.592237]  systemd-1       0...1 1283537us : blk_mq_make_request: make rq -1 20
[    4.606093]  systemd-1       0...1 1284119us : blk_mq_free_request: complete: rq -1 19
[    4.619932]  systemd-1       0.... 1284125us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.633826]  systemd-1       0...1 1284152us : blk_mq_make_request: make rq -1 19
[    4.647724]  systemd-1       0...1 1284749us : blk_mq_free_request: complete: rq -1 20
[    4.661597]  systemd-1       0.... 1284755us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.675509]  systemd-1       0...1 1284782us : blk_mq_make_request: make rq -1 20
[    4.689391]  systemd-1       0...1 1285325us : blk_mq_free_request: complete: rq -1 19
[    4.703251]  systemd-1       0.... 1285330us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.717154]  systemd-1       0...1 1285344us : blk_mq_make_request: make rq -1 19
[    4.731050]  systemd-1       0...1 1285908us : blk_mq_free_request: complete: rq -1 20
[    4.744910]  systemd-1       0.... 1285914us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.758832] kworker/-98      0...1 1286382us : blk_mq_free_request: complete: rq -1 19
[    4.772860]  systemd-1       0...1 1286526us : blk_mq_make_request: make rq -1 19
[    4.786870]  systemd-1       0.... 1286572us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.800932] kworker/-98      0...1 1287271us : blk_mq_free_request: complete: rq -1 19
[    4.815091]  systemd-1       0...1 1289684us : blk_mq_make_request: make rq -1 19
[    4.829224]  systemd-1       0.... 1289763us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.843439] kworker/-98      0...1 1290582us : blk_mq_free_request: complete: rq -1 19
[    4.857763]  systemd-1       0...1 1290750us : blk_mq_make_request: make rq -1 19
[    4.872069]  systemd-1       0.... 1290837us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.886426]  systemd-1       0...1 1290881us : blk_mq_make_request: make rq -1 20
[    4.900754]  systemd-1       0...1 1291675us : blk_mq_free_request: complete: rq -1 19
[    4.915062]  systemd-1       0.... 1291685us : mmc_mq_queue_rq: queue rq -1 20, 0
[    4.929414]  systemd-1       0...1 1291727us : blk_mq_make_request: make rq -1 19
[    4.943763]  systemd-1       0...1 1292290us : blk_mq_free_request: complete: rq -1 20
[    4.958082]  systemd-1       0.... 1292300us : mmc_mq_queue_rq: queue rq -1 19, 0
[    4.972450]  systemd-1       0...1 1292360us : blk_mq_make_request: make rq -1 20
[    4.986792]  systemd-1       0...1 1292803us : blk_mq_free_request: complete: rq -1 19
[    5.001093]  systemd-1       0.... 1292812us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.015452]  systemd-1       0...1 1292854us : blk_mq_make_request: make rq -1 19
[    5.029796]  systemd-1       0...1 1293445us : blk_mq_free_request: complete: rq -1 20
[    5.044100]  systemd-1       0.... 1293454us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.058452]  systemd-1       0...1 1293496us : blk_mq_make_request: make rq -1 20
[    5.072781]  systemd-1       0...1 1294091us : blk_mq_free_request: complete: rq -1 19
[    5.087083]  systemd-1       0.... 1294100us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.101429]  systemd-1       0...1 1294142us : blk_mq_make_request: make rq -1 19
[    5.115767]  systemd-1       0...1 1294733us : blk_mq_free_request: complete: rq -1 20
[    5.130087]  systemd-1       0.... 1294742us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.144448]  systemd-1       0...1 1294784us : blk_mq_make_request: make rq -1 20
[    5.158782]  systemd-1       0...1 1295380us : blk_mq_free_request: complete: rq -1 19
[    5.173097]  systemd-1       0.... 1295389us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.187444]  systemd-1       0...1 1295431us : blk_mq_make_request: make rq -1 19
[    5.201794]  systemd-1       0...1 1295998us : blk_mq_free_request: complete: rq -1 20
[    5.216113]  systemd-1       0.... 1296007us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.230493]  systemd-1       0...1 1296049us : blk_mq_make_request: make rq -1 20
[    5.244849]  systemd-1       0...1 1296512us : blk_mq_free_request: complete: rq -1 19
[    5.259183]  systemd-1       0.... 1296521us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.273548]  systemd-1       0...1 1296563us : blk_mq_make_request: make rq -1 19
[    5.287905]  systemd-1       0...1 1297130us : blk_mq_free_request: complete: rq -1 20
[    5.302246]  systemd-1       0.... 1297139us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.316619]  systemd-1       0...1 1297181us : blk_mq_make_request: make rq -1 20
[    5.330969]  systemd-1       0...1 1297754us : blk_mq_free_request: complete: rq -1 19
[    5.345283]  systemd-1       0.... 1297763us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.359648]  systemd-1       0...1 1297804us : blk_mq_make_request: make rq -1 19
[    5.374004]  systemd-1       0...1 1298527us : blk_mq_free_request: complete: rq -1 20
[    5.388340]  systemd-1       0.... 1298537us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.402714]  systemd-1       0...1 1298583us : blk_mq_make_request: make rq -1 20
[    5.417062]  systemd-1       0...1 1299169us : blk_mq_free_request: complete: rq -1 19
[    5.431395]  systemd-1       0.... 1299178us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.445775]  systemd-1       0...1 1299220us : blk_mq_make_request: make rq -1 19
[    5.460142]  systemd-1       0...1 1299682us : blk_mq_free_request: complete: rq -1 20
[    5.474372]  systemd-1       0.... 1299691us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.488571]  systemd-1       0...1 1299734us : blk_mq_make_request: make rq -1 20
[    5.502794]  systemd-1       0...1 1300333us : blk_mq_free_request: complete: rq -1 19
[    5.516896]  systemd-1       0.... 1300342us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.530973]  systemd-1       0...1 1300384us : blk_mq_make_request: make rq -1 19
[    5.545046]  systemd-1       0...1 1300951us : blk_mq_free_request: complete: rq -1 20
[    5.558978]  systemd-1       0.... 1300960us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.572886]  systemd-1       0...1 1301002us : blk_mq_make_request: make rq -1 20
[    5.586808]  systemd-1       0...1 1301573us : blk_mq_free_request: complete: rq -1 19
[    5.600702]  systemd-1       0.... 1301582us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.614636]  systemd-1       0...1 1301641us : blk_mq_make_request: make rq -1 19
[    5.628564]  systemd-1       0...1 1302196us : blk_mq_free_request: complete: rq -1 20
[    5.642465]  systemd-1       0.... 1302205us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.656417]  systemd-1       0...1 1302261us : blk_mq_make_request: make rq -1 20
[    5.670340]  systemd-1       0...1 1302823us : blk_mq_free_request: complete: rq -1 19
[    5.684253]  systemd-1       0.... 1302832us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.698204]  systemd-1       0...1 1302874us : blk_mq_make_request: make rq -1 19
[    5.712123]  systemd-1       0...1 1303467us : blk_mq_free_request: complete: rq -1 20
[    5.726027]  systemd-1       0.... 1303476us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.739970]  systemd-1       0...1 1303518us : blk_mq_make_request: make rq -1 20
[    5.753895]  systemd-1       0...1 1304109us : blk_mq_free_request: complete: rq -1 19
[    5.767805]  systemd-1       0.... 1304118us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.781741]  systemd-1       0...1 1304161us : blk_mq_make_request: make rq -1 19
[    5.795656]  systemd-1       0...1 1304753us : blk_mq_free_request: complete: rq -1 20
[    5.809540]  systemd-1       0.... 1304762us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.823480]  systemd-1       0...1 1304805us : blk_mq_make_request: make rq -1 20
[    5.837401]  systemd-1       0...1 1305399us : blk_mq_free_request: complete: rq -1 19
[    5.851306]  systemd-1       0.... 1305408us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.865253]  systemd-1       0...1 1305474us : blk_mq_make_request: make rq -1 19
[    5.879193]  systemd-1       0...1 1306019us : blk_mq_free_request: complete: rq -1 20
[    5.893095]  systemd-1       0.... 1306029us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.907038]  systemd-1       0...1 1306071us : blk_mq_make_request: make rq -1 20
[    5.920944]  systemd-1       0...1 1306532us : blk_mq_free_request: complete: rq -1 19
[    5.934837]  systemd-1       0.... 1306541us : mmc_mq_queue_rq: queue rq -1 20, 0
[    5.948776]  systemd-1       0...1 1306584us : blk_mq_make_request: make rq -1 19
[    5.962699]  systemd-1       0...1 1307152us : blk_mq_free_request: complete: rq -1 20
[    5.976598]  systemd-1       0.... 1307161us : mmc_mq_queue_rq: queue rq -1 19, 0
[    5.990533]  systemd-1       0...1 1307203us : blk_mq_make_request: make rq -1 20
[    6.004456]  systemd-1       0...1 1307778us : blk_mq_free_request: complete: rq -1 19
[    6.018367]  systemd-1       0.... 1307787us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.032328]  systemd-1       0...1 1307829us : blk_mq_make_request: make rq -1 19
[    6.046275]  systemd-1       0...1 1308453us : blk_mq_free_request: complete: rq -1 20
[    6.060195]  systemd-1       0.... 1308463us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.074145]  systemd-1       0...1 1308506us : blk_mq_make_request: make rq -1 20
[    6.088077]  systemd-1       0...1 1309097us : blk_mq_free_request: complete: rq -1 19
[    6.101977]  systemd-1       0.... 1309107us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.115920]  systemd-1       0...1 1309149us : blk_mq_make_request: make rq -1 19
[    6.129841]  systemd-1       0...1 1309759us : blk_mq_free_request: complete: rq -1 20
[    6.143730]  systemd-1       0.... 1309768us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.157666]  systemd-1       0...1 1309810us : blk_mq_make_request: make rq -1 20
[    6.171587]  systemd-1       0...1 1310273us : blk_mq_free_request: complete: rq -1 19
[    6.185495]  systemd-1       0.... 1310283us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.199417]  systemd-1       0...1 1310302us : blk_mq_make_request: make rq -1 19
[    6.213334]  systemd-1       0...1 1310934us : blk_mq_free_request: complete: rq -1 20
[    6.227230]  systemd-1       0.... 1310943us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.241180] kworker/-98      0...1 1311541us : blk_mq_free_request: complete: rq -1 19
[    6.255228]  systemd-1       0...1 1320306us : blk_mq_make_request: make rq -1 19
[    6.269253]  systemd-1       0.... 1320435us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.283344]  systemd-1       0...1 1320481us : blk_mq_make_request: make rq -1 20
[    6.297405]  systemd-1       0...1 1321277us : blk_mq_free_request: complete: rq -1 19
[    6.311443]  systemd-1       0.... 1321289us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.325521]  systemd-1       0...1 1321333us : blk_mq_make_request: make rq -1 19
[    6.339582]  systemd-1       0...1 1321773us : blk_mq_free_request: complete: rq -1 20
[    6.353618]  systemd-1       0.... 1321782us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.367697]  systemd-1       0...1 1321824us : blk_mq_make_request: make rq -1 20
[    6.381757]  systemd-1       0...1 1322388us : blk_mq_free_request: complete: rq -1 19
[    6.395792]  systemd-1       0.... 1322398us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.409851]  systemd-1       0...1 1322439us : blk_mq_make_request: make rq -1 19
[    6.423907]  systemd-1       0...1 1322996us : blk_mq_free_request: complete: rq -1 20
[    6.437931]  systemd-1       0.... 1323005us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.452012]  systemd-1       0...1 1323046us : blk_mq_make_request: make rq -1 20
[    6.466077]  systemd-1       0...1 1323613us : blk_mq_free_request: complete: rq -1 19
[    6.480116]  systemd-1       0.... 1323622us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.494192]  systemd-1       0...1 1323663us : blk_mq_make_request: make rq -1 19
[    6.508245]  systemd-1       0...1 1324217us : blk_mq_free_request: complete: rq -1 20
[    6.522280]  systemd-1       0.... 1324227us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.536358]  systemd-1       0...1 1324268us : blk_mq_make_request: make rq -1 20
[    6.550409]  systemd-1       0...1 1324832us : blk_mq_free_request: complete: rq -1 19
[    6.564433]  systemd-1       0.... 1324841us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.578499]  systemd-1       0...1 1324882us : blk_mq_make_request: make rq -1 19
[    6.592549]  systemd-1       0...1 1325464us : blk_mq_free_request: complete: rq -1 20
[    6.606575]  systemd-1       0.... 1325474us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.620656]  systemd-1       0...1 1325514us : blk_mq_make_request: make rq -1 20
[    6.634704]  systemd-1       0...1 1326096us : blk_mq_free_request: complete: rq -1 19
[    6.648726]  systemd-1       0.... 1326106us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.662791]  systemd-1       0...1 1326147us : blk_mq_make_request: make rq -1 19
[    6.676839]  systemd-1       0...1 1326731us : blk_mq_free_request: complete: rq -1 20
[    6.690865]  systemd-1       0.... 1326743us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.704920]  systemd-1       0...1 1326785us : blk_mq_make_request: make rq -1 20
[    6.718955]  systemd-1       0...1 1327366us : blk_mq_free_request: complete: rq -1 19
[    6.732961]  systemd-1       0.... 1327374us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.747009]  systemd-1       0...1 1327415us : blk_mq_make_request: make rq -1 19
[    6.761054]  systemd-1       0...1 1327977us : blk_mq_free_request: complete: rq -1 20
[    6.775081]  systemd-1       0.... 1327986us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.789141]  systemd-1       0...1 1328028us : blk_mq_make_request: make rq -1 20
[    6.803192]  systemd-1       0...1 1328588us : blk_mq_free_request: complete: rq -1 19
[    6.817216]  systemd-1       0.... 1328598us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.831280]  systemd-1       0...1 1328641us : blk_mq_make_request: make rq -1 19
[    6.845342]  systemd-1       0...1 1329196us : blk_mq_free_request: complete: rq -1 20
[    6.859370]  systemd-1       0.... 1329205us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.873440]  systemd-1       0...1 1329263us : blk_mq_make_request: make rq -1 20
[    6.887489]  systemd-1       0...1 1329813us : blk_mq_free_request: complete: rq -1 19
[    6.901501]  systemd-1       0.... 1329822us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.915554]  systemd-1       0...1 1329863us : blk_mq_make_request: make rq -1 19
[    6.929588]  systemd-1       0...1 1330444us : blk_mq_free_request: complete: rq -1 20
[    6.943510]  systemd-1       0.... 1330453us : mmc_mq_queue_rq: queue rq -1 19, 0
[    6.957389]  systemd-1       0...1 1330495us : blk_mq_make_request: make rq -1 20
[    6.971266]  systemd-1       0...1 1331694us : blk_mq_free_request: complete: rq -1 19
[    6.985131]  systemd-1       0.... 1331702us : mmc_mq_queue_rq: queue rq -1 20, 0
[    6.999048]  systemd-1       0...1 1331736us : blk_mq_make_request: make rq -1 19
[    7.012937]  systemd-1       0...1 1332311us : blk_mq_free_request: complete: rq -1 20
[    7.026810]  systemd-1       0.... 1332318us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.040732]  systemd-1       0...1 1332350us : blk_mq_make_request: make rq -1 20
[    7.054632]  systemd-1       0...1 1332942us : blk_mq_free_request: complete: rq -1 19
[    7.068492]  systemd-1       0.... 1332949us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.082383]  systemd-1       0...1 1332980us : blk_mq_make_request: make rq -1 19
[    7.096269]  systemd-1       0...1 1333532us : blk_mq_free_request: complete: rq -1 20
[    7.110120]  systemd-1       0.... 1333539us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.124013]  systemd-1       0...1 1333571us : blk_mq_make_request: make rq -1 20
[    7.137874]  systemd-1       0...1 1334126us : blk_mq_free_request: complete: rq -1 19
[    7.151717]  systemd-1       0.... 1334133us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.165613]  systemd-1       0...1 1334164us : blk_mq_make_request: make rq -1 19
[    7.179478]  systemd-1       0...1 1334717us : blk_mq_free_request: complete: rq -1 20
[    7.193319]  systemd-1       0.... 1334724us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.207194]  systemd-1       0...1 1334755us : blk_mq_make_request: make rq -1 20
[    7.221063]  systemd-1       0...1 1335314us : blk_mq_free_request: complete: rq -1 19
[    7.234914]  systemd-1       0.... 1335321us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.248811]  systemd-1       0...1 1335352us : blk_mq_make_request: make rq -1 19
[    7.262690]  systemd-1       0...1 1335928us : blk_mq_free_request: complete: rq -1 20
[    7.276543]  systemd-1       0.... 1335934us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.290447]  systemd-1       0...1 1335966us : blk_mq_make_request: make rq -1 20
[    7.304321]  systemd-1       0...1 1336543us : blk_mq_free_request: complete: rq -1 19
[    7.318183]  systemd-1       0.... 1336550us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.332085]  systemd-1       0...1 1336581us : blk_mq_make_request: make rq -1 19
[    7.345972]  systemd-1       0...1 1337164us : blk_mq_free_request: complete: rq -1 20
[    7.359836]  systemd-1       0.... 1337170us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.373741]  systemd-1       0...1 1337201us : blk_mq_make_request: make rq -1 20
[    7.387640]  systemd-1       0...1 1337781us : blk_mq_free_request: complete: rq -1 19
[    7.401496]  systemd-1       0.... 1337788us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.415395]  systemd-1       0...1 1337819us : blk_mq_make_request: make rq -1 19
[    7.429278]  systemd-1       0...1 1338408us : blk_mq_free_request: complete: rq -1 20
[    7.443134]  systemd-1       0.... 1338415us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.457043]  systemd-1       0...1 1338447us : blk_mq_make_request: make rq -1 20
[    7.470924]  systemd-1       0...1 1338998us : blk_mq_free_request: complete: rq -1 19
[    7.484777]  systemd-1       0.... 1339005us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.498693]  systemd-1       0...1 1339049us : blk_mq_make_request: make rq -1 19
[    7.512593]  systemd-1       0...1 1339590us : blk_mq_free_request: complete: rq -1 20
[    7.526456]  systemd-1       0.... 1339596us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.540353]  systemd-1       0...1 1339629us : blk_mq_make_request: make rq -1 20
[    7.554223]  systemd-1       0...1 1340186us : blk_mq_free_request: complete: rq -1 19
[    7.568082]  systemd-1       0.... 1340193us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.582003]  systemd-1       0...1 1340208us : blk_mq_make_request: make rq -1 19
[    7.595897]  systemd-1       0...1 1340801us : blk_mq_free_request: complete: rq -1 20
[    7.609766]  systemd-1       0.... 1340808us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.623681] kworker/-98      0...1 1341288us : blk_mq_free_request: complete: rq -1 19
[    7.637695]  systemd-1       0...1 1341395us : blk_mq_make_request: make rq -1 19
[    7.651692]  systemd-1       0.... 1341459us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.665749] kworker/-98      0...1 1342293us : blk_mq_free_request: complete: rq -1 19
[    7.679903]  systemd-1       0...1 1342361us : blk_mq_make_request: make rq -1 19
[    7.694030]  systemd-1       0.... 1342422us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.708218] kworker/-98      0...1 1342922us : blk_mq_free_request: complete: rq -1 19
[    7.722500]  systemd-1       0...1 1343086us : blk_mq_make_request: make rq -1 19
[    7.736769]  systemd-1       0.... 1343149us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.751126] kworker/-98      0...1 1343959us : blk_mq_free_request: complete: rq -1 19
[    7.765588]  systemd-1       0...1 1344080us : blk_mq_make_request: make rq -1 19
[    7.780034]  systemd-1       0.... 1344144us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.794543] kworker/-98      0...1 1344762us : blk_mq_free_request: complete: rq -1 19
[    7.809154]  systemd-1       0...1 1344826us : blk_mq_make_request: make rq -1 19
[    7.823756]  systemd-1       0.... 1344887us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.838421] kworker/-98      0...1 1345504us : blk_mq_free_request: complete: rq -1 19
[    7.853188]  systemd-1       0...1 1345609us : blk_mq_make_request: make rq -1 19
[    7.867928]  systemd-1       0.... 1345672us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.882719]  systemd-1       0...1 1345704us : blk_mq_make_request: make rq -1 20
[    7.897484]  systemd-1       0...1 1346188us : blk_mq_free_request: complete: rq -1 19
[    7.912238]  systemd-1       0.... 1346195us : mmc_mq_queue_rq: queue rq -1 20, 0
[    7.927031]  systemd-1       0...1 1346227us : blk_mq_make_request: make rq -1 19
[    7.941813]  systemd-1       0...1 1346795us : blk_mq_free_request: complete: rq -1 20
[    7.956569]  systemd-1       0.... 1346801us : mmc_mq_queue_rq: queue rq -1 19, 0
[    7.971376]  systemd-1       0...1 1346832us : blk_mq_make_request: make rq -1 20
[    7.986157]  systemd-1       0...1 1347398us : blk_mq_free_request: complete: rq -1 19
[    8.000925]  systemd-1       0.... 1347405us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.015755]  systemd-1       0...1 1347436us : blk_mq_make_request: make rq -1 19
[    8.030553]  systemd-1       0...1 1348005us : blk_mq_free_request: complete: rq -1 20
[    8.045335]  systemd-1       0.... 1348012us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.060156]  systemd-1       0...1 1348043us : blk_mq_make_request: make rq -1 20
[    8.074953]  systemd-1       0...1 1348504us : blk_mq_free_request: complete: rq -1 19
[    8.089721]  systemd-1       0.... 1348511us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.104543]  systemd-1       0...1 1348545us : blk_mq_make_request: make rq -1 19
[    8.119350]  systemd-1       0...1 1349133us : blk_mq_free_request: complete: rq -1 20
[    8.134138]  systemd-1       0.... 1349140us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.148962]  systemd-1       0...1 1349185us : blk_mq_make_request: make rq -1 20
[    8.163762]  systemd-1       0...1 1349766us : blk_mq_free_request: complete: rq -1 19
[    8.178533]  systemd-1       0.... 1349772us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.193347]  systemd-1       0...1 1349804us : blk_mq_make_request: make rq -1 19
[    8.208135]  systemd-1       0...1 1350265us : blk_mq_free_request: complete: rq -1 20
[    8.222914]  systemd-1       0.... 1350271us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.237742]  systemd-1       0...1 1350303us : blk_mq_make_request: make rq -1 20
[    8.252558]  systemd-1       0...1 1350872us : blk_mq_free_request: complete: rq -1 19
[    8.267355]  systemd-1       0.... 1350879us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.282173]  systemd-1       0...1 1350910us : blk_mq_make_request: make rq -1 19
[    8.296986]  systemd-1       0...1 1351478us : blk_mq_free_request: complete: rq -1 20
[    8.311768]  systemd-1       0.... 1351485us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.326613]  systemd-1       0...1 1351516us : blk_mq_make_request: make rq -1 20
[    8.341438]  systemd-1       0...1 1352711us : blk_mq_free_request: complete: rq -1 19
[    8.356133]  systemd-1       0.... 1352724us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.370806]  systemd-1       0...1 1352802us : blk_mq_make_request: make rq -1 19
[    8.385499]  systemd-1       0...1 1353371us : blk_mq_free_request: complete: rq -1 20
[    8.400054]  systemd-1       0.... 1353383us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.414596]  systemd-1       0...1 1353440us : blk_mq_make_request: make rq -1 20
[    8.429141]  systemd-1       0...1 1354032us : blk_mq_free_request: complete: rq -1 19
[    8.443570]  systemd-1       0.... 1354044us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.457970]  systemd-1       0...1 1354100us : blk_mq_make_request: make rq -1 19
[    8.472371]  systemd-1       0...1 1354689us : blk_mq_free_request: complete: rq -1 20
[    8.486642]  systemd-1       0.... 1354702us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.500895]  systemd-1       0...1 1354758us : blk_mq_make_request: make rq -1 20
[    8.515149]  systemd-1       0...1 1355352us : blk_mq_free_request: complete: rq -1 19
[    8.529274]  systemd-1       0.... 1355364us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.543375]  systemd-1       0...1 1355419us : blk_mq_make_request: make rq -1 19
[    8.557493]  systemd-1       0...1 1355990us : blk_mq_free_request: complete: rq -1 20
[    8.571471]  systemd-1       0.... 1356002us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.585446]  systemd-1       0...1 1356058us : blk_mq_make_request: make rq -1 20
[    8.599432]  systemd-1       0...1 1356624us : blk_mq_free_request: complete: rq -1 19
[    8.613387]  systemd-1       0.... 1356636us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.627384]  systemd-1       0...1 1356691us : blk_mq_make_request: make rq -1 19
[    8.641347]  systemd-1       0...1 1357262us : blk_mq_free_request: complete: rq -1 20
[    8.655281]  systemd-1       0.... 1357273us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.669265]  systemd-1       0...1 1357331us : blk_mq_make_request: make rq -1 20
[    8.683223]  systemd-1       0...1 1357900us : blk_mq_free_request: complete: rq -1 19
[    8.697149]  systemd-1       0.... 1357912us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.711120]  systemd-1       0...1 1357968us : blk_mq_make_request: make rq -1 19
[    8.725057]  systemd-1       0...1 1358603us : blk_mq_free_request: complete: rq -1 20
[    8.738986]  systemd-1       0.... 1358615us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.752955]  systemd-1       0...1 1358673us : blk_mq_make_request: make rq -1 20
[    8.766896]  systemd-1       0...1 1359262us : blk_mq_free_request: complete: rq -1 19
[    8.780819]  systemd-1       0.... 1359274us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.794788]  systemd-1       0...1 1359353us : blk_mq_make_request: make rq -1 19
[    8.808750]  systemd-1       0...1 1359921us : blk_mq_free_request: complete: rq -1 20
[    8.822681]  systemd-1       0.... 1359933us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.836649]  systemd-1       0...1 1359989us : blk_mq_make_request: make rq -1 20
[    8.850590]  systemd-1       0...1 1360585us : blk_mq_free_request: complete: rq -1 19
[    8.864518]  systemd-1       0.... 1360597us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.878506]  systemd-1       0...1 1360653us : blk_mq_make_request: make rq -1 19
[    8.892476]  systemd-1       0...1 1361221us : blk_mq_free_request: complete: rq -1 20
[    8.906414]  systemd-1       0.... 1361233us : mmc_mq_queue_rq: queue rq -1 19, 0
[    8.920380]  systemd-1       0...1 1361289us : blk_mq_make_request: make rq -1 20
[    8.934324]  systemd-1       0...1 1361857us : blk_mq_free_request: complete: rq -1 19
[    8.948242]  systemd-1       0.... 1361870us : mmc_mq_queue_rq: queue rq -1 20, 0
[    8.962203]  systemd-1       0...1 1361925us : blk_mq_make_request: make rq -1 19
[    8.976160]  systemd-1       0...1 1362495us : blk_mq_free_request: complete: rq -1 20
[    8.990087]  systemd-1       0.... 1362507us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.004056]  systemd-1       0...1 1362562us : blk_mq_make_request: make rq -1 20
[    9.018006]  systemd-1       0...1 1363133us : blk_mq_free_request: complete: rq -1 19
[    9.031934]  systemd-1       0.... 1363146us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.045899]  systemd-1       0...1 1363200us : blk_mq_make_request: make rq -1 19
[    9.059849]  systemd-1       0...1 1363791us : blk_mq_free_request: complete: rq -1 20
[    9.073763]  systemd-1       0.... 1363803us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.087727]  systemd-1       0...1 1363859us : blk_mq_make_request: make rq -1 20
[    9.101658]  systemd-1       0...1 1364453us : blk_mq_free_request: complete: rq -1 19
[    9.115568]  systemd-1       0.... 1364465us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.129516]  systemd-1       0...1 1364520us : blk_mq_make_request: make rq -1 19
[    9.143448]  systemd-1       0...1 1365110us : blk_mq_free_request: complete: rq -1 20
[    9.157352]  systemd-1       0.... 1365122us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.171311]  systemd-1       0...1 1365179us : blk_mq_make_request: make rq -1 20
[    9.185236]  systemd-1       0...1 1365779us : blk_mq_free_request: complete: rq -1 19
[    9.199123]  systemd-1       0.... 1365791us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.213052]  systemd-1       0...1 1365818us : blk_mq_make_request: make rq -1 19
[    9.226970]  systemd-1       0...1 1366416us : blk_mq_free_request: complete: rq -1 20
[    9.240856]  systemd-1       0.... 1366428us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.254811] kworker/-98      0...1 1367059us : blk_mq_free_request: complete: rq -1 19
[    9.268864]  systemd-1       0...1 1367328us : blk_mq_make_request: make rq -1 19
[    9.282894]  systemd-1       0.... 1367498us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.296977]  systemd-1       0.... 1367507us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[    9.311368] kworker/-98      0...1 1368751us : blk_mq_free_request: complete: rq -1 19
[    9.325832]  systemd-1       0...1 1369191us : blk_mq_make_request: make rq -1 19
[    9.340325]  systemd-1       0.... 1369311us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.354801] kworker/-98      0...1 1370000us : blk_mq_free_request: complete: rq -1 19
[    9.369418]  systemd-1       0...1 1370115us : blk_mq_make_request: make rq -1 19
[    9.384066]  systemd-1       0.... 1370224us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.398703] kworker/-98      0...1 1370905us : blk_mq_free_request: complete: rq -1 19
[    9.413463]  systemd-1       0...1 1371098us : blk_mq_make_request: make rq -1 19
[    9.428253]  systemd-1       0.... 1371209us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.443011]  systemd-1       0...1 1371266us : blk_mq_make_request: make rq -1 20
[    9.457786]  systemd-1       0...1 1371884us : blk_mq_free_request: complete: rq -1 19
[    9.472582]  systemd-1       0.... 1371896us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.487337]  systemd-1       0...1 1371955us : blk_mq_make_request: make rq -1 19
[    9.502108]  systemd-1       0...1 1372411us : blk_mq_free_request: complete: rq -1 20
[    9.516917]  systemd-1       0.... 1372423us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.531681]  systemd-1       0...1 1372480us : blk_mq_make_request: make rq -1 20
[    9.546461]  systemd-1       0...1 1373660us : blk_mq_free_request: complete: rq -1 19
[    9.561253]  systemd-1       0.... 1373670us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.576000]  systemd-1       0...1 1373714us : blk_mq_make_request: make rq -1 19
[    9.590761]  systemd-1       0...1 1374323us : blk_mq_free_request: complete: rq -1 20
[    9.605550]  systemd-1       0.... 1374332us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.620308]  systemd-1       0...1 1374374us : blk_mq_make_request: make rq -1 20
[    9.635072]  systemd-1       0...1 1374970us : blk_mq_free_request: complete: rq -1 19
[    9.649866]  systemd-1       0.... 1374979us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.664614]  systemd-1       0...1 1375021us : blk_mq_make_request: make rq -1 19
[    9.679385]  systemd-1       0...1 1375618us : blk_mq_free_request: complete: rq -1 20
[    9.694183]  systemd-1       0.... 1375627us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.708921]  systemd-1       0...1 1375669us : blk_mq_make_request: make rq -1 20
[    9.723669]  systemd-1       0...1 1376240us : blk_mq_free_request: complete: rq -1 19
[    9.738451]  systemd-1       0.... 1376249us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.753189]  systemd-1       0...1 1376291us : blk_mq_make_request: make rq -1 19
[    9.767933]  systemd-1       0...1 1376864us : blk_mq_free_request: complete: rq -1 20
[    9.782714]  systemd-1       0.... 1376873us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.797453]  systemd-1       0...1 1376914us : blk_mq_make_request: make rq -1 20
[    9.812209]  systemd-1       0...1 1377483us : blk_mq_free_request: complete: rq -1 19
[    9.826989]  systemd-1       0.... 1377492us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.841738]  systemd-1       0...1 1377533us : blk_mq_make_request: make rq -1 19
[    9.856498]  systemd-1       0...1 1378109us : blk_mq_free_request: complete: rq -1 20
[    9.871289]  systemd-1       0.... 1378117us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.886038]  systemd-1       0...1 1378159us : blk_mq_make_request: make rq -1 20
[    9.900798]  systemd-1       0...1 1378757us : blk_mq_free_request: complete: rq -1 19
[    9.915599]  systemd-1       0.... 1378766us : mmc_mq_queue_rq: queue rq -1 20, 0
[    9.930351]  systemd-1       0...1 1378825us : blk_mq_make_request: make rq -1 19
[    9.945111]  systemd-1       0...1 1379401us : blk_mq_free_request: complete: rq -1 20
[    9.959900]  systemd-1       0.... 1379410us : mmc_mq_queue_rq: queue rq -1 19, 0
[    9.974646]  systemd-1       0...1 1379452us : blk_mq_make_request: make rq -1 20
[    9.989294]  systemd-1       0...1 1380063us : blk_mq_free_request: complete: rq -1 19
[   10.003908]  systemd-1       0.... 1380072us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.018552]  systemd-1       0...1 1380114us : blk_mq_make_request: make rq -1 19
[   10.033048]  systemd-1       0...1 1380711us : blk_mq_free_request: complete: rq -1 20
[   10.047302]  systemd-1       0.... 1380719us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.061518]  systemd-1       0...1 1380761us : blk_mq_make_request: make rq -1 20
[   10.075743]  systemd-1       0...1 1381251us : blk_mq_free_request: complete: rq -1 19
[   10.089824]  systemd-1       0.... 1381260us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.103880]  systemd-1       0...1 1381302us : blk_mq_make_request: make rq -1 19
[   10.117950]  systemd-1       0...1 1381794us : blk_mq_free_request: complete: rq -1 20
[   10.131881]  systemd-1       0.... 1381803us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.145792]  systemd-1       0...1 1381845us : blk_mq_make_request: make rq -1 20
[   10.159713]  systemd-1       0...1 1382334us : blk_mq_free_request: complete: rq -1 19
[   10.173614]  systemd-1       0.... 1382343us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.187561]  systemd-1       0...1 1382385us : blk_mq_make_request: make rq -1 19
[   10.201488]  systemd-1       0...1 1382876us : blk_mq_free_request: complete: rq -1 20
[   10.215394]  systemd-1       0.... 1382886us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.229322]  systemd-1       0...1 1382927us : blk_mq_make_request: make rq -1 20
[   10.243232]  systemd-1       0...1 1383523us : blk_mq_free_request: complete: rq -1 19
[   10.257116]  systemd-1       0.... 1383532us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.271051]  systemd-1       0...1 1383573us : blk_mq_make_request: make rq -1 19
[   10.284969]  systemd-1       0...1 1384036us : blk_mq_free_request: complete: rq -1 20
[   10.298871]  systemd-1       0.... 1384044us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.312810]  systemd-1       0...1 1384086us : blk_mq_make_request: make rq -1 20
[   10.326722]  systemd-1       0...1 1384681us : blk_mq_free_request: complete: rq -1 19
[   10.340608]  systemd-1       0.... 1384690us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.354544]  systemd-1       0...1 1384732us : blk_mq_make_request: make rq -1 19
[   10.368478]  systemd-1       0...1 1385330us : blk_mq_free_request: complete: rq -1 20
[   10.382370]  systemd-1       0.... 1385339us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.396299]  systemd-1       0...1 1385381us : blk_mq_make_request: make rq -1 20
[   10.410206]  systemd-1       0...1 1385881us : blk_mq_free_request: complete: rq -1 19
[   10.424079]  systemd-1       0.... 1385890us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.437989]  systemd-1       0...1 1385931us : blk_mq_make_request: make rq -1 19
[   10.451891]  systemd-1       0...1 1386435us : blk_mq_free_request: complete: rq -1 20
[   10.465763]  systemd-1       0.... 1386444us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.479683]  systemd-1       0...1 1386485us : blk_mq_make_request: make rq -1 20
[   10.493579]  systemd-1       0...1 1386985us : blk_mq_free_request: complete: rq -1 19
[   10.507433]  systemd-1       0.... 1386993us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.521323]  systemd-1       0...1 1387034us : blk_mq_make_request: make rq -1 19
[   10.535209]  systemd-1       0...1 1387541us : blk_mq_free_request: complete: rq -1 20
[   10.549064]  systemd-1       0.... 1387550us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.562962]  systemd-1       0...1 1387608us : blk_mq_make_request: make rq -1 20
[   10.576833]  systemd-1       0...1 1388162us : blk_mq_free_request: complete: rq -1 19
[   10.590692]  systemd-1       0.... 1388171us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.604601]  systemd-1       0...1 1388213us : blk_mq_make_request: make rq -1 19
[   10.618501]  systemd-1       0...1 1388786us : blk_mq_free_request: complete: rq -1 20
[   10.632357]  systemd-1       0.... 1388795us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.646267]  systemd-1       0...1 1388840us : blk_mq_make_request: make rq -1 20
[   10.660148]  systemd-1       0...1 1389404us : blk_mq_free_request: complete: rq -1 19
[   10.674014]  systemd-1       0.... 1389413us : mmc_mq_queue_rq: queue rq -1 20, 0
[   10.687913]  systemd-1       0...1 1389440us : blk_mq_make_request: make rq -1 19
[   10.701769]  systemd-1       0...1 1390026us : blk_mq_free_request: complete: rq -1 20
[   10.715607]  systemd-1       0.... 1390035us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.729519] kworker/-98      0...1 1390531us : blk_mq_free_request: complete: rq -1 19
[   10.743528]  systemd-1       0...1 1390658us : blk_mq_make_request: make rq -1 19
[   10.757510]  systemd-1       0.... 1390782us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.771557]  systemd-1       0.... 1390788us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   10.785907] kworker/-98      0...1 1391998us : blk_mq_free_request: complete: rq -1 19
[   10.800291]  systemd-1       0...1 1392351us : blk_mq_make_request: make rq -1 19
[   10.814725]  systemd-1       0.... 1392637us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.829134]  systemd-1       0.... 1392644us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   10.843887] kworker/-98      0...1 1395583us : blk_mq_free_request: complete: rq -1 19
[   10.858754]  systemd-1       0...1 1395887us : blk_mq_make_request: make rq -1 19
[   10.873561]  systemd-1       0.... 1396181us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.888382]  systemd-1       0.... 1396187us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   10.903587] kworker/-98      0...1 1399005us : blk_mq_free_request: complete: rq -1 19
[   10.918832]  systemd-1       0...1 1399269us : blk_mq_make_request: make rq -1 19
[   10.934052]  systemd-1       0.... 1399405us : mmc_mq_queue_rq: queue rq -1 19, 0
[   10.949332]  systemd-1       0.... 1399411us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   10.964916] kworker/-98      0...1 1400601us : blk_mq_free_request: complete: rq -1 19
[   10.980559]  systemd-1       0...1 1400933us : blk_mq_make_request: make rq -1 19
[   10.996237]  systemd-1       0.... 1401023us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.011883]  systemd-1       0...1 1401067us : blk_mq_make_request: make rq -1 20
[   11.027561]  systemd-1       0...1 1401695us : blk_mq_free_request: complete: rq -1 19
[   11.043263]  systemd-1       0.... 1401704us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.058934]  systemd-1       0...1 1401765us : blk_mq_make_request: make rq -1 19
[   11.074602]  systemd-1       0...1 1402328us : blk_mq_free_request: complete: rq -1 20
[   11.090306]  systemd-1       0.... 1402337us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.105982]  systemd-1       0...1 1402379us : blk_mq_make_request: make rq -1 20
[   11.121671]  systemd-1       0...1 1402971us : blk_mq_free_request: complete: rq -1 19
[   11.137393]  systemd-1       0.... 1402980us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.153074]  systemd-1       0...1 1403023us : blk_mq_make_request: make rq -1 19
[   11.168780]  systemd-1       0...1 1403587us : blk_mq_free_request: complete: rq -1 20
[   11.184513]  systemd-1       0.... 1403596us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.200200]  systemd-1       0...1 1403638us : blk_mq_make_request: make rq -1 20
[   11.215919]  systemd-1       0...1 1404220us : blk_mq_free_request: complete: rq -1 19
[   11.231691]  systemd-1       0.... 1404229us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.247407]  systemd-1       0...1 1404271us : blk_mq_make_request: make rq -1 19
[   11.263128]  systemd-1       0...1 1404834us : blk_mq_free_request: complete: rq -1 20
[   11.278878]  systemd-1       0.... 1404843us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.294581]  systemd-1       0...1 1404885us : blk_mq_make_request: make rq -1 20
[   11.310293]  systemd-1       0...1 1405456us : blk_mq_free_request: complete: rq -1 19
[   11.326040]  systemd-1       0.... 1405465us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.341749]  systemd-1       0...1 1405507us : blk_mq_make_request: make rq -1 19
[   11.357459]  systemd-1       0...1 1406096us : blk_mq_free_request: complete: rq -1 20
[   11.373217]  systemd-1       0.... 1406105us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.388931]  systemd-1       0...1 1406147us : blk_mq_make_request: make rq -1 20
[   11.404664]  systemd-1       0...1 1406736us : blk_mq_free_request: complete: rq -1 19
[   11.420424]  systemd-1       0.... 1406744us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.436139]  systemd-1       0...1 1406803us : blk_mq_make_request: make rq -1 19
[   11.451872]  systemd-1       0...1 1407378us : blk_mq_free_request: complete: rq -1 20
[   11.467623]  systemd-1       0.... 1407388us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.483326]  systemd-1       0...1 1407430us : blk_mq_make_request: make rq -1 20
[   11.498929]  systemd-1       0...1 1408021us : blk_mq_free_request: complete: rq -1 19
[   11.514509]  systemd-1       0.... 1408030us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.530071]  systemd-1       0...1 1408071us : blk_mq_make_request: make rq -1 19
[   11.545499]  systemd-1       0...1 1408641us : blk_mq_free_request: complete: rq -1 20
[   11.560696]  systemd-1       0.... 1408650us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.575849]  systemd-1       0...1 1408694us : blk_mq_make_request: make rq -1 20
[   11.591009]  systemd-1       0...1 1409254us : blk_mq_free_request: complete: rq -1 19
[   11.605981]  systemd-1       0.... 1409263us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.620736]  systemd-1       0...1 1409305us : blk_mq_make_request: make rq -1 19
[   11.635499]  systemd-1       0...1 1409869us : blk_mq_free_request: complete: rq -1 20
[   11.650224]  systemd-1       0.... 1409878us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.664800]  systemd-1       0...1 1409921us : blk_mq_make_request: make rq -1 20
[   11.679166]  systemd-1       0...1 1410491us : blk_mq_free_request: complete: rq -1 19
[   11.693500]  systemd-1       0.... 1410501us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.707830]  systemd-1       0...1 1410543us : blk_mq_make_request: make rq -1 19
[   11.722021]  systemd-1       0...1 1411131us : blk_mq_free_request: complete: rq -1 20
[   11.735972]  systemd-1       0.... 1411140us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.749896]  systemd-1       0...1 1411198us : blk_mq_make_request: make rq -1 20
[   11.763825]  systemd-1       0...1 1411774us : blk_mq_free_request: complete: rq -1 19
[   11.777713]  systemd-1       0.... 1411783us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.791646]  systemd-1       0...1 1411825us : blk_mq_make_request: make rq -1 19
[   11.805566]  systemd-1       0...1 1412412us : blk_mq_free_request: complete: rq -1 20
[   11.819462]  systemd-1       0.... 1412421us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.833394]  systemd-1       0...1 1412463us : blk_mq_make_request: make rq -1 20
[   11.847303]  systemd-1       0...1 1413055us : blk_mq_free_request: complete: rq -1 19
[   11.861186]  systemd-1       0.... 1413064us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.875120]  systemd-1       0...1 1413106us : blk_mq_make_request: make rq -1 19
[   11.889041]  systemd-1       0...1 1413673us : blk_mq_free_request: complete: rq -1 20
[   11.902924]  systemd-1       0.... 1413682us : mmc_mq_queue_rq: queue rq -1 19, 0
[   11.916864]  systemd-1       0...1 1413724us : blk_mq_make_request: make rq -1 20
[   11.930779]  systemd-1       0...1 1414288us : blk_mq_free_request: complete: rq -1 19
[   11.944661]  systemd-1       0.... 1414297us : mmc_mq_queue_rq: queue rq -1 20, 0
[   11.958584]  systemd-1       0...1 1414338us : blk_mq_make_request: make rq -1 19
[   11.972504]  systemd-1       0...1 1414905us : blk_mq_free_request: complete: rq -1 20
[   11.986389]  systemd-1       0.... 1414914us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.000313]  systemd-1       0...1 1414956us : blk_mq_make_request: make rq -1 20
[   12.014237]  systemd-1       0...1 1415528us : blk_mq_free_request: complete: rq -1 19
[   12.028147]  systemd-1       0.... 1415537us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.042082]  systemd-1       0...1 1415579us : blk_mq_make_request: make rq -1 19
[   12.056003]  systemd-1       0...1 1416167us : blk_mq_free_request: complete: rq -1 20
[   12.069897]  systemd-1       0.... 1416176us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.083833]  systemd-1       0...1 1416218us : blk_mq_make_request: make rq -1 20
[   12.097749]  systemd-1       0...1 1416806us : blk_mq_free_request: complete: rq -1 19
[   12.111636]  systemd-1       0.... 1416815us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.125572]  systemd-1       0...1 1416857us : blk_mq_make_request: make rq -1 19
[   12.139490]  systemd-1       0...1 1417447us : blk_mq_free_request: complete: rq -1 20
[   12.153384]  systemd-1       0.... 1417456us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.167322]  systemd-1       0...1 1417498us : blk_mq_make_request: make rq -1 20
[   12.181235]  systemd-1       0...1 1418092us : blk_mq_free_request: complete: rq -1 19
[   12.195118]  systemd-1       0.... 1418101us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.209059]  systemd-1       0...1 1418143us : blk_mq_make_request: make rq -1 19
[   12.222989]  systemd-1       0...1 1418710us : blk_mq_free_request: complete: rq -1 20
[   12.236878]  systemd-1       0.... 1418720us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.250820]  systemd-1       0...1 1418764us : blk_mq_make_request: make rq -1 20
[   12.264732]  systemd-1       0...1 1419325us : blk_mq_free_request: complete: rq -1 19
[   12.278629]  systemd-1       0.... 1419334us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.292580]  systemd-1       0...1 1419376us : blk_mq_make_request: make rq -1 19
[   12.306504]  systemd-1       0...1 1419943us : blk_mq_free_request: complete: rq -1 20
[   12.320404]  systemd-1       0.... 1419952us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.334334]  systemd-1       0...1 1419994us : blk_mq_make_request: make rq -1 20
[   12.348232]  systemd-1       0...1 1420561us : blk_mq_free_request: complete: rq -1 19
[   12.362115]  systemd-1       0.... 1420570us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.376039]  systemd-1       0...1 1420590us : blk_mq_make_request: make rq -1 19
[   12.389933]  systemd-1       0...1 1421203us : blk_mq_free_request: complete: rq -1 20
[   12.403811]  systemd-1       0.... 1421212us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.417746] kworker/-98      0...1 1421831us : blk_mq_free_request: complete: rq -1 19
[   12.431779]  systemd-1       0...1 1421965us : blk_mq_make_request: make rq -1 19
[   12.445792]  systemd-1       0.... 1422050us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.459885] kworker/-98      0...1 1423218us : blk_mq_free_request: complete: rq -1 19
[   12.474081]  systemd-1       0...1 1423303us : blk_mq_make_request: make rq -1 19
[   12.488252]  systemd-1       0.... 1423387us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.502475] kworker/-98      0...1 1423942us : blk_mq_free_request: complete: rq -1 19
[   12.516813]  systemd-1       0...1 1424290us : blk_mq_make_request: make rq -1 19
[   12.531135]  systemd-1       0.... 1424697us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.545514]  systemd-1       0.... 1424704us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   12.560206] kworker/-98      0...1 1428769us : blk_mq_free_request: complete: rq -1 19
[   12.574953]  systemd-1       0...1 1429020us : blk_mq_make_request: make rq -1 19
[   12.589740]  systemd-1       0.... 1429106us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.604512] kworker/-98      0...1 1429936us : blk_mq_free_request: complete: rq -1 19
[   12.619412]  systemd-1       0...1 1430356us : blk_mq_make_request: make rq -1 19
[   12.634335]  systemd-1       0.... 1430443us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.649226]  systemd-1       0...1 1430486us : blk_mq_make_request: make rq -1 20
[   12.664120]  systemd-1       0...1 1431111us : blk_mq_free_request: complete: rq -1 19
[   12.679055]  systemd-1       0.... 1431120us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.693954]  systemd-1       0...1 1431163us : blk_mq_make_request: make rq -1 19
[   12.708856]  systemd-1       0...1 1431750us : blk_mq_free_request: complete: rq -1 20
[   12.723783]  systemd-1       0.... 1431759us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.738663]  systemd-1       0...1 1431801us : blk_mq_make_request: make rq -1 20
[   12.753550]  systemd-1       0...1 1432390us : blk_mq_free_request: complete: rq -1 19
[   12.768465]  systemd-1       0.... 1432399us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.783336]  systemd-1       0...1 1432457us : blk_mq_make_request: make rq -1 19
[   12.798225]  systemd-1       0...1 1433042us : blk_mq_free_request: complete: rq -1 20
[   12.813149]  systemd-1       0.... 1433051us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.828032]  systemd-1       0...1 1433093us : blk_mq_make_request: make rq -1 20
[   12.842917]  systemd-1       0...1 1433660us : blk_mq_free_request: complete: rq -1 19
[   12.857833]  systemd-1       0.... 1433669us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.872700]  systemd-1       0...1 1433711us : blk_mq_make_request: make rq -1 19
[   12.887595]  systemd-1       0...1 1434279us : blk_mq_free_request: complete: rq -1 20
[   12.902519]  systemd-1       0.... 1434289us : mmc_mq_queue_rq: queue rq -1 19, 0
[   12.917392]  systemd-1       0...1 1434330us : blk_mq_make_request: make rq -1 20
[   12.932278]  systemd-1       0...1 1434894us : blk_mq_free_request: complete: rq -1 19
[   12.947195]  systemd-1       0.... 1434903us : mmc_mq_queue_rq: queue rq -1 20, 0
[   12.962082]  systemd-1       0...1 1434944us : blk_mq_make_request: make rq -1 19
[   12.976996]  systemd-1       0...1 1435512us : blk_mq_free_request: complete: rq -1 20
[   12.991923]  systemd-1       0.... 1435520us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.006819]  systemd-1       0...1 1435562us : blk_mq_make_request: make rq -1 20
[   13.021736]  systemd-1       0...1 1436151us : blk_mq_free_request: complete: rq -1 19
[   13.036684]  systemd-1       0.... 1436161us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.051593]  systemd-1       0...1 1436203us : blk_mq_make_request: make rq -1 19
[   13.066538]  systemd-1       0...1 1437435us : blk_mq_free_request: complete: rq -1 20
[   13.081504]  systemd-1       0.... 1437448us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.096429]  systemd-1       0...1 1437508us : blk_mq_make_request: make rq -1 20
[   13.111367]  systemd-1       0...1 1438092us : blk_mq_free_request: complete: rq -1 19
[   13.126340]  systemd-1       0.... 1438105us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.141275]  systemd-1       0...1 1438184us : blk_mq_make_request: make rq -1 19
[   13.156113]  systemd-1       0...1 1438760us : blk_mq_free_request: complete: rq -1 20
[   13.170915]  systemd-1       0.... 1438772us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.185694]  systemd-1       0...1 1438831us : blk_mq_make_request: make rq -1 20
[   13.200379]  systemd-1       0...1 1439387us : blk_mq_free_request: complete: rq -1 19
[   13.215035]  systemd-1       0.... 1439400us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.229684]  systemd-1       0...1 1439456us : blk_mq_make_request: make rq -1 19
[   13.244233]  systemd-1       0...1 1440021us : blk_mq_free_request: complete: rq -1 20
[   13.258747]  systemd-1       0.... 1440033us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.273254]  systemd-1       0...1 1440089us : blk_mq_make_request: make rq -1 20
[   13.287611]  systemd-1       0...1 1440650us : blk_mq_free_request: complete: rq -1 19
[   13.301727]  systemd-1       0.... 1440662us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.315813]  systemd-1       0...1 1440718us : blk_mq_make_request: make rq -1 19
[   13.329919]  systemd-1       0...1 1441283us : blk_mq_free_request: complete: rq -1 20
[   13.343894]  systemd-1       0.... 1441295us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.357852]  systemd-1       0...1 1441350us : blk_mq_make_request: make rq -1 20
[   13.371818]  systemd-1       0...1 1441942us : blk_mq_free_request: complete: rq -1 19
[   13.385756]  systemd-1       0.... 1441954us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.399742]  systemd-1       0...1 1442010us : blk_mq_make_request: make rq -1 19
[   13.413721]  systemd-1       0...1 1442612us : blk_mq_free_request: complete: rq -1 20
[   13.427670]  systemd-1       0.... 1442623us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.441669]  systemd-1       0...1 1442678us : blk_mq_make_request: make rq -1 20
[   13.455644]  systemd-1       0...1 1443271us : blk_mq_free_request: complete: rq -1 19
[   13.469598]  systemd-1       0.... 1443283us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.483596]  systemd-1       0...1 1443338us : blk_mq_make_request: make rq -1 19
[   13.497579]  systemd-1       0...1 1443938us : blk_mq_free_request: complete: rq -1 20
[   13.511509]  systemd-1       0.... 1443950us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.525476]  systemd-1       0...1 1444005us : blk_mq_make_request: make rq -1 20
[   13.539416]  systemd-1       0...1 1444569us : blk_mq_free_request: complete: rq -1 19
[   13.553339]  systemd-1       0.... 1444581us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.567303]  systemd-1       0...1 1444636us : blk_mq_make_request: make rq -1 19
[   13.581264]  systemd-1       0...1 1445202us : blk_mq_free_request: complete: rq -1 20
[   13.595197]  systemd-1       0.... 1445214us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.609171]  systemd-1       0...1 1445269us : blk_mq_make_request: make rq -1 20
[   13.623123]  systemd-1       0...1 1445830us : blk_mq_free_request: complete: rq -1 19
[   13.637045]  systemd-1       0.... 1445842us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.651023]  systemd-1       0...1 1445897us : blk_mq_make_request: make rq -1 19
[   13.664964]  systemd-1       0...1 1446467us : blk_mq_free_request: complete: rq -1 20
[   13.678879]  systemd-1       0.... 1446478us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.692834]  systemd-1       0...1 1446533us : blk_mq_make_request: make rq -1 20
[   13.706772]  systemd-1       0...1 1447121us : blk_mq_free_request: complete: rq -1 19
[   13.720684]  systemd-1       0.... 1447133us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.734638]  systemd-1       0...1 1447187us : blk_mq_make_request: make rq -1 19
[   13.748583]  systemd-1       0...1 1447776us : blk_mq_free_request: complete: rq -1 20
[   13.762489]  systemd-1       0.... 1447788us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.776438]  systemd-1       0...1 1447864us : blk_mq_make_request: make rq -1 20
[   13.790364]  systemd-1       0...1 1448555us : blk_mq_free_request: complete: rq -1 19
[   13.804278]  systemd-1       0.... 1448568us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.818224]  systemd-1       0...1 1448626us : blk_mq_make_request: make rq -1 19
[   13.832158]  systemd-1       0...1 1449189us : blk_mq_free_request: complete: rq -1 20
[   13.846068]  systemd-1       0.... 1449201us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.860029]  systemd-1       0...1 1449260us : blk_mq_make_request: make rq -1 20
[   13.873964]  systemd-1       0...1 1449818us : blk_mq_free_request: complete: rq -1 19
[   13.887864]  systemd-1       0.... 1449830us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.901790]  systemd-1       0...1 1449886us : blk_mq_make_request: make rq -1 19
[   13.915694]  systemd-1       0...1 1450451us : blk_mq_free_request: complete: rq -1 20
[   13.929582]  systemd-1       0.... 1450463us : mmc_mq_queue_rq: queue rq -1 19, 0
[   13.943506]  systemd-1       0...1 1450519us : blk_mq_make_request: make rq -1 20
[   13.957412]  systemd-1       0...1 1451084us : blk_mq_free_request: complete: rq -1 19
[   13.971297]  systemd-1       0.... 1451096us : mmc_mq_queue_rq: queue rq -1 20, 0
[   13.985232]  systemd-1       0...1 1451123us : blk_mq_make_request: make rq -1 19
[   13.999149]  systemd-1       0...1 1451741us : blk_mq_free_request: complete: rq -1 20
[   14.013027]  systemd-1       0.... 1451753us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.026984] kworker/-98      0...1 1452359us : blk_mq_free_request: complete: rq -1 19
[   14.041038]  systemd-1       0...1 1452721us : blk_mq_make_request: make rq -1 19
[   14.055069]  systemd-1       0.... 1453214us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.069173]  systemd-1       0.... 1453223us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   14.083589] kworker/-98      0...1 1457350us : blk_mq_free_request: complete: rq -1 19
[   14.098050]  systemd-1       0...1 1458238us : blk_mq_make_request: make rq -1 19
[   14.112552]  systemd-1       0.... 1458463us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.127032]  systemd-1       0.... 1458470us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   14.141860] kworker/-98      0...1 1459450us : blk_mq_free_request: complete: rq -1 19
[   14.156789]  systemd-1       0...1 1459601us : blk_mq_make_request: make rq -1 19
[   14.171662]  systemd-1       0.... 1459702us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.186545]  systemd-1       0.... 1459709us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   14.201831] kworker/-98      0...1 1460649us : blk_mq_free_request: complete: rq -1 19
[   14.217149]  systemd-1       0...1 1460750us : blk_mq_make_request: make rq -1 19
[   14.232434]  systemd-1       0.... 1460838us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.247795]  systemd-1       0.... 1460844us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   14.263471] kworker/-98      0...1 1461470us : blk_mq_free_request: complete: rq -1 19
[   14.279198]  systemd-1       0...1 1461827us : blk_mq_make_request: make rq -1 19
[   14.294949]  systemd-1       0.... 1462111us : mmc_mq_queue_rq: queue rq -1 19, 0
[   14.310689]  systemd-1       0.... 1462118us : blk_mq_try_issue_list_directly: issue direct: rq -1 19, ret 0
[   14.326753]  systemd-1       0...1 1462157us : blk_mq_make_request: make rq -1 20
[   14.342833]  systemd-1       0...1 1464820us : blk_mq_free_request: complete: rq -1 19
[   14.358861]  systemd-1       0.... 1464830us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.374878]  systemd-1       0.... 1464835us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.391281] kworker/-98      0...1 1465215us : blk_mq_free_request: complete: rq -1 20
[   14.407702]  systemd-1       0...1 1465254us : blk_mq_make_request: make rq -1 20
[   14.424107]  systemd-1       0.... 1465677us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.440547]  systemd-1       0.... 1465683us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.457292] kworker/-98      0...1 1469987us : blk_mq_free_request: complete: rq -1 20
[   14.474094]  systemd-1       0...1 1470249us : blk_mq_make_request: make rq -1 20
[   14.490945]  systemd-1       0.... 1470375us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.507766]  systemd-1       0.... 1470382us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.524938] kworker/-98      0...1 1471609us : blk_mq_free_request: complete: rq -1 20
[   14.542215]  systemd-1       0...1 1471706us : blk_mq_make_request: make rq -1 20
[   14.559434]  systemd-1       0.... 1471805us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.576641]  systemd-1       0.... 1471811us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.594241] kworker/-98      0...1 1472562us : blk_mq_free_request: complete: rq -1 20
[   14.611851]  systemd-1       0...1 1472926us : blk_mq_make_request: make rq -1 20
[   14.629454]  systemd-1       0.... 1473209us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.647112]  systemd-1       0.... 1473216us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.665097] kworker/-98      0...1 1475922us : blk_mq_free_request: complete: rq -1 20
[   14.683138]  systemd-1       0...1 1476269us : blk_mq_make_request: make rq -1 20
[   14.701202]  systemd-1       0.... 1476745us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.719252]  systemd-1       0.... 1476753us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.737632] kworker/-98      0...1 1481318us : blk_mq_free_request: complete: rq -1 20
[   14.756114]  systemd-1       0...1 1481617us : blk_mq_make_request: make rq -1 20
[   14.774540]  systemd-1       0.... 1481704us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.792972] kworker/-98      0...1 1482367us : blk_mq_free_request: complete: rq -1 20
[   14.811587]  systemd-1       0...1 1482551us : blk_mq_make_request: make rq -1 20
[   14.830148]  systemd-1       0.... 1482677us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.848603]  systemd-1       0.... 1482683us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.867383] kworker/-98      0...1 1483977us : blk_mq_free_request: complete: rq -1 20
[   14.886205]  systemd-1       0...1 1484065us : blk_mq_make_request: make rq -1 20
[   14.904853]  systemd-1       0.... 1484153us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.923305]  systemd-1       0.... 1484159us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   14.942070] kworker/-98      0...1 1484787us : blk_mq_free_request: complete: rq -1 20
[   14.960881]  systemd-1       0...1 1485017us : blk_mq_make_request: make rq -1 20
[   14.979517]  systemd-1       0.... 1485108us : mmc_mq_queue_rq: queue rq -1 20, 0
[   14.997953]  systemd-1       0.... 1485115us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.016719] kworker/-98      0...1 1485770us : blk_mq_free_request: complete: rq -1 20
[   15.035547]  systemd-1       0...1 1486159us : blk_mq_make_request: make rq -1 20
[   15.054221]  systemd-1       0.... 1486288us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.072669]  systemd-1       0.... 1486295us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.091449] kworker/-98      0...1 1487493us : blk_mq_free_request: complete: rq -1 20
[   15.110271]  systemd-1       0...1 1487582us : blk_mq_make_request: make rq -1 20
[   15.128926]  systemd-1       0.... 1487671us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.147366]  systemd-1       0.... 1487678us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.166126] kworker/-98      0...1 1488376us : blk_mq_free_request: complete: rq -1 20
[   15.184918]  systemd-1       0...1 1488757us : blk_mq_make_request: make rq -1 20
[   15.203549]  systemd-1       0.... 1489041us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.222056]  systemd-1       0.... 1489048us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.240955] kworker/-98      0...1 1491758us : blk_mq_free_request: complete: rq -1 20
[   15.259882]  systemd-1       0...1 1492101us : blk_mq_make_request: make rq -1 20
[   15.278652]  systemd-1       0.... 1492227us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.297206]  systemd-1       0.... 1492234us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.316093] kworker/-98      0...1 1493237us : blk_mq_free_request: complete: rq -1 20
[   15.335042]  systemd-1       0...1 1493325us : blk_mq_make_request: make rq -1 20
[   15.353820]  systemd-1       0.... 1493415us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.372379]  systemd-1       0.... 1493421us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.391253] kworker/-98      0...1 1494244us : blk_mq_free_request: complete: rq -1 20
[   15.410192]  systemd-1       0...1 1494604us : blk_mq_make_request: make rq -1 20
[   15.428944]  systemd-1       0.... 1494890us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.447485]  systemd-1       0.... 1494896us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.466356] kworker/-98      0...1 1497564us : blk_mq_free_request: complete: rq -1 20
[   15.485283]  systemd-1       0...1 1498018us : blk_mq_make_request: make rq -1 20
[   15.504037]  systemd-1       0.... 1498147us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.522605]  systemd-1       0.... 1498154us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.541507] kworker/-98      0...1 1499383us : blk_mq_free_request: complete: rq -1 20
[   15.560454]  systemd-1       0...1 1499494us : blk_mq_make_request: make rq -1 20
[   15.579225]  systemd-1       0.... 1499583us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.597785]  systemd-1       0.... 1499590us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.616657] kworker/-98      0...1 1500150us : blk_mq_free_request: complete: rq -1 20
[   15.635593]  systemd-1       0...1 1500536us : blk_mq_make_request: make rq -1 20
[   15.654370]  systemd-1       0.... 1500820us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.672938]  systemd-1       0.... 1500826us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.691830] kworker/-98      0...1 1503375us : blk_mq_free_request: complete: rq -1 20
[   15.710768]  systemd-1       0...1 1503703us : blk_mq_make_request: make rq -1 20
[   15.729584]  systemd-1       0.... 1504108us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.748390]  systemd-1       0.... 1504114us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.767539] kworker/-98      0...1 1508163us : blk_mq_free_request: complete: rq -1 20
[   15.786588]  systemd-1       0...1 1508576us : blk_mq_make_request: make rq -1 20
[   15.805399]  systemd-1       0.... 1508705us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.824204]  systemd-1       0.... 1508712us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.843343] kworker/-98      0...1 1509727us : blk_mq_free_request: complete: rq -1 20
[   15.862391]  systemd-1       0...1 1509817us : blk_mq_make_request: make rq -1 20
[   15.881201]  systemd-1       0.... 1509906us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.899995]  systemd-1       0.... 1509913us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.919137] kworker/-98      0...1 1510543us : blk_mq_free_request: complete: rq -1 20
[   15.938179]  systemd-1       0...1 1510899us : blk_mq_make_request: make rq -1 20
[   15.956970]  systemd-1       0.... 1511182us : mmc_mq_queue_rq: queue rq -1 20, 0
[   15.975750]  systemd-1       0.... 1511188us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   15.994867] kworker/-98      0...1 1513868us : blk_mq_free_request: complete: rq -1 20
[   16.013877]  systemd-1       0...1 1514235us : blk_mq_make_request: make rq -1 20
[   16.032677]  systemd-1       0.... 1514363us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.051443]  systemd-1       0.... 1514369us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.070546] kworker/-98      0...1 1515676us : blk_mq_free_request: complete: rq -1 20
[   16.089565]  systemd-1       0...1 1515764us : blk_mq_make_request: make rq -1 20
[   16.108349]  systemd-1       0.... 1515853us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.127134]  systemd-1       0.... 1515859us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.146238] kworker/-98      0...1 1516538us : blk_mq_free_request: complete: rq -1 20
[   16.165252]  systemd-1       0...1 1516790us : blk_mq_make_request: make rq -1 20
[   16.184035]  systemd-1       0.... 1516913us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.202797]  systemd-1       0.... 1516920us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.221916] kworker/-98      0...1 1518013us : blk_mq_free_request: complete: rq -1 20
[   16.240943]  systemd-1       0...1 1518507us : blk_mq_make_request: make rq -1 20
[   16.259731]  systemd-1       0.... 1518638us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.278509]  systemd-1       0.... 1518644us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.297643] kworker/-98      0...1 1519650us : blk_mq_free_request: complete: rq -1 20
[   16.316679]  systemd-1       0...1 1519761us : blk_mq_make_request: make rq -1 20
[   16.335471]  systemd-1       0.... 1519850us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.354257]  systemd-1       0.... 1519856us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.373377] kworker/-98      0...1 1520412us : blk_mq_free_request: complete: rq -1 20
[   16.392413]  systemd-1       0...1 1520815us : blk_mq_make_request: make rq -1 20
[   16.411204]  systemd-1       0.... 1521100us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.429991]  systemd-1       0.... 1521106us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.449108] kworker/-98      0...1 1523640us : blk_mq_free_request: complete: rq -1 20
[   16.468131]  systemd-1       0...1 1523872us : blk_mq_make_request: make rq -1 20
[   16.486915]  systemd-1       0.... 1523997us : mmc_mq_queue_rq: queue rq -1 20, 0
[   16.505690]  systemd-1       0.... 1524003us : blk_mq_try_issue_list_directly: issue direct: rq -1 20, ret 0
[   16.524810]  systemd-1       0...1 1524271us : blk_mq_make_request: make rq -1 21
[   16.543754]  systemd-1       0...1 1525044us : blk_mq_free_request: complete: rq -1 20
[   16.562447]  systemd-1       0.... 1525054us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.581115]  systemd-1       0.... 1525059us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.600115] kworker/-98      0...1 1526100us : blk_mq_free_request: complete: rq -1 21
[   16.619022]  systemd-1       0...1 1526188us : blk_mq_make_request: make rq -1 21
[   16.637683]  systemd-1       0.... 1526275us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.656330]  systemd-1       0.... 1526282us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.675316] kworker/-98      0...1 1526941us : blk_mq_free_request: complete: rq -1 21
[   16.694200]  systemd-1       0...1 1527218us : blk_mq_make_request: make rq -1 21
[   16.712853]  systemd-1       0.... 1527407us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.731507]  systemd-1       0.... 1527413us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.750498] kworker/-98      0...1 1529247us : blk_mq_free_request: complete: rq -1 21
[   16.769389]  systemd-1       0...1 1529710us : blk_mq_make_request: make rq -1 21
[   16.788057]  systemd-1       0.... 1529839us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.806722]  systemd-1       0.... 1529845us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.825744] kworker/-98      0...1 1531052us : blk_mq_free_request: complete: rq -1 21
[   16.844674]  systemd-1       0...1 1531141us : blk_mq_make_request: make rq -1 21
[   16.863355]  systemd-1       0.... 1531230us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.882031]  systemd-1       0.... 1531236us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.901040] kworker/-98      0...1 1531872us : blk_mq_free_request: complete: rq -1 21
[   16.919966]  systemd-1       0...1 1532160us : blk_mq_make_request: make rq -1 21
[   16.938663]  systemd-1       0.... 1532317us : mmc_mq_queue_rq: queue rq -1 21, 0
[   16.957341]  systemd-1       0.... 1532323us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   16.976375] kworker/-98      0...1 1533704us : blk_mq_free_request: complete: rq -1 21
[   16.995318]  systemd-1       0...1 1534122us : blk_mq_make_request: make rq -1 21
[   17.014027]  systemd-1       0.... 1534249us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.032749]  systemd-1       0.... 1534256us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.051808] kworker/-98      0...1 1535563us : blk_mq_free_request: complete: rq -1 21
[   17.070781]  systemd-1       0...1 1535651us : blk_mq_make_request: make rq -1 21
[   17.089517]  systemd-1       0.... 1535741us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.108243]  systemd-1       0.... 1535747us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.127311] kworker/-98      0...1 1536412us : blk_mq_free_request: complete: rq -1 21
[   17.146285]  systemd-1       0...1 1536647us : blk_mq_make_request: make rq -1 21
[   17.165015]  systemd-1       0.... 1536749us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.183725]  systemd-1       0.... 1536756us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.202780] kworker/-98      0...1 1537428us : blk_mq_free_request: complete: rq -1 21
[   17.221739]  systemd-1       0...1 1537808us : blk_mq_make_request: make rq -1 21
[   17.240461]  systemd-1       0.... 1537935us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.259166]  systemd-1       0.... 1537942us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.278218] kworker/-98      0...1 1539148us : blk_mq_free_request: complete: rq -1 21
[   17.297177]  systemd-1       0...1 1539245us : blk_mq_make_request: make rq -1 21
[   17.315891]  systemd-1       0.... 1539345us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.334601]  systemd-1       0.... 1539351us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.353635] kworker/-98      0...1 1540046us : blk_mq_free_request: complete: rq -1 21
[   17.372575]  systemd-1       0...1 1540399us : blk_mq_make_request: make rq -1 21
[   17.391277]  systemd-1       0.... 1540682us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.409977]  systemd-1       0.... 1540689us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.429008] kworker/-98      0...1 1543315us : blk_mq_free_request: complete: rq -1 21
[   17.447921]  systemd-1       0...1 1543717us : blk_mq_make_request: make rq -1 21
[   17.466672]  systemd-1       0.... 1543845us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.485470]  systemd-1       0.... 1543851us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.504591] kworker/-98      0...1 1544826us : blk_mq_free_request: complete: rq -1 21
[   17.523626]  systemd-1       0...1 1545342us : blk_mq_make_request: make rq -1 21
[   17.542439]  systemd-1       0.... 1545473us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.561259]  systemd-1       0.... 1545479us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.580399] kworker/-98      0...1 1546508us : blk_mq_free_request: complete: rq -1 21
[   17.599433]  systemd-1       0...1 1546605us : blk_mq_make_request: make rq -1 21
[   17.618246]  systemd-1       0.... 1546705us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.637039]  systemd-1       0.... 1546711us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.656165] kworker/-98      0...1 1547486us : blk_mq_free_request: complete: rq -1 21
[   17.675196]  systemd-1       0...1 1547826us : blk_mq_make_request: make rq -1 21
[   17.693987]  systemd-1       0.... 1548140us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.712769]  systemd-1       0.... 1548146us : blk_mq_try_issue_list_directly: issue direct: rq -1 21, ret 0
[   17.731887] kworker/-98      0...1 1551279us : blk_mq_free_request: complete: rq -1 21
[   17.750908]  systemd-1       0...1 1551531us : blk_mq_make_request: make rq -1 21
[   17.769692]  systemd-1       0.... 1551620us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.788473]  systemd-1       0...1 1551663us : blk_mq_make_request: make rq -1 22
[   17.807259]  systemd-1       0...1 1552456us : blk_mq_free_request: complete: rq -1 21
[   17.825887]  systemd-1       0.... 1552466us : mmc_mq_queue_rq: queue rq -1 22, 0
[   17.844278]  systemd-1       0...1 1552508us : blk_mq_make_request: make rq -1 21
[   17.862678]  systemd-1       0...1 1553078us : blk_mq_free_request: complete: rq -1 22
[   17.881030]  systemd-1       0.... 1553087us : mmc_mq_queue_rq: queue rq -1 21, 0
[   17.899233]  systemd-1       0...1 1553129us : blk_mq_make_request: make rq -1 22
[   17.917229]  systemd-1       0...1 1553697us : blk_mq_free_request: complete: rq -1 21
[   17.935183]  systemd-1       0.... 1553707us : mmc_mq_queue_rq: queue rq -1 22, 0
[   17.953109]  systemd-1       0...1 1553764us : blk_mq_make_request: make rq -1 21
[   17.970896]  systemd-1       0...1 1554324us : blk_mq_free_request: complete: rq -1 22
[   17.988439]  systemd-1       0.... 1554333us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.005962]  systemd-1       0...1 1554374us : blk_mq_make_request: make rq -1 22
[   18.023507]  systemd-1       0...1 1554972us : blk_mq_free_request: complete: rq -1 21
[   18.040874]  systemd-1       0.... 1554981us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.058020]  systemd-1       0...1 1555040us : blk_mq_make_request: make rq -1 21
[   18.075177]  systemd-1       0...1 1555614us : blk_mq_free_request: complete: rq -1 22
[   18.092308]  systemd-1       0.... 1555623us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.109294]  systemd-1       0...1 1555664us : blk_mq_make_request: make rq -1 22
[   18.126075]  systemd-1       0...1 1556261us : blk_mq_free_request: complete: rq -1 21
[   18.142825]  systemd-1       0.... 1556270us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.159558]  systemd-1       0...1 1556313us : blk_mq_make_request: make rq -1 21
[   18.176157]  systemd-1       0...1 1556909us : blk_mq_free_request: complete: rq -1 22
[   18.192517]  systemd-1       0.... 1556918us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.208852]  systemd-1       0...1 1556960us : blk_mq_make_request: make rq -1 22
[   18.225208]  systemd-1       0...1 1557532us : blk_mq_free_request: complete: rq -1 21
[   18.241393]  systemd-1       0.... 1557541us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.257348]  systemd-1       0...1 1557583us : blk_mq_make_request: make rq -1 21
[   18.273316]  systemd-1       0...1 1558152us : blk_mq_free_request: complete: rq -1 22
[   18.289254]  systemd-1       0.... 1558161us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.305041]  systemd-1       0...1 1558202us : blk_mq_make_request: make rq -1 22
[   18.320643]  systemd-1       0...1 1558780us : blk_mq_free_request: complete: rq -1 21
[   18.336205]  systemd-1       0.... 1558789us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.351746]  systemd-1       0...1 1558832us : blk_mq_make_request: make rq -1 21
[   18.367160]  systemd-1       0...1 1559424us : blk_mq_free_request: complete: rq -1 22
[   18.382331]  systemd-1       0.... 1559433us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.397480]  systemd-1       0...1 1559475us : blk_mq_make_request: make rq -1 22
[   18.412630]  systemd-1       0...1 1560066us : blk_mq_free_request: complete: rq -1 21
[   18.427636]  systemd-1       0.... 1560075us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.442410]  systemd-1       0...1 1560117us : blk_mq_make_request: make rq -1 21
[   18.457188]  systemd-1       0...1 1560751us : blk_mq_free_request: complete: rq -1 22
[   18.471937]  systemd-1       0.... 1560761us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.486527]  systemd-1       0...1 1560802us : blk_mq_make_request: make rq -1 22
[   18.500906]  systemd-1       0...1 1561397us : blk_mq_free_request: complete: rq -1 21
[   18.515269]  systemd-1       0.... 1561407us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.529619]  systemd-1       0...1 1561449us : blk_mq_make_request: make rq -1 21
[   18.543822]  systemd-1       0...1 1562017us : blk_mq_free_request: complete: rq -1 22
[   18.557780]  systemd-1       0.... 1562027us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.571707]  systemd-1       0...1 1562068us : blk_mq_make_request: make rq -1 22
[   18.585641]  systemd-1       0...1 1562641us : blk_mq_free_request: complete: rq -1 21
[   18.599550]  systemd-1       0.... 1562650us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.613494]  systemd-1       0...1 1562692us : blk_mq_make_request: make rq -1 21
[   18.627429]  systemd-1       0...1 1563260us : blk_mq_free_request: complete: rq -1 22
[   18.641342]  systemd-1       0.... 1563269us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.655297]  systemd-1       0...1 1563311us : blk_mq_make_request: make rq -1 22
[   18.669239]  systemd-1       0...1 1563886us : blk_mq_free_request: complete: rq -1 21
[   18.683154]  systemd-1       0.... 1563895us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.697110]  systemd-1       0...1 1563937us : blk_mq_make_request: make rq -1 21
[   18.711054]  systemd-1       0...1 1564545us : blk_mq_free_request: complete: rq -1 22
[   18.724986]  systemd-1       0.... 1564554us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.738960]  systemd-1       0...1 1564612us : blk_mq_make_request: make rq -1 22
[   18.752915]  systemd-1       0...1 1565188us : blk_mq_free_request: complete: rq -1 21
[   18.766831]  systemd-1       0.... 1565198us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.780799]  systemd-1       0...1 1565239us : blk_mq_make_request: make rq -1 21
[   18.794747]  systemd-1       0...1 1565835us : blk_mq_free_request: complete: rq -1 22
[   18.808650]  systemd-1       0.... 1565844us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.822611]  systemd-1       0...1 1565885us : blk_mq_make_request: make rq -1 22
[   18.836544]  systemd-1       0...1 1566481us : blk_mq_free_request: complete: rq -1 21
[   18.850457]  systemd-1       0.... 1566490us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.864409]  systemd-1       0...1 1566531us : blk_mq_make_request: make rq -1 21
[   18.878353]  systemd-1       0...1 1567101us : blk_mq_free_request: complete: rq -1 22
[   18.892263]  systemd-1       0.... 1567110us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.906210]  systemd-1       0...1 1567152us : blk_mq_make_request: make rq -1 22
[   18.920157]  systemd-1       0...1 1567722us : blk_mq_free_request: complete: rq -1 21
[   18.934064]  systemd-1       0.... 1567731us : mmc_mq_queue_rq: queue rq -1 22, 0
[   18.948008]  systemd-1       0...1 1567774us : blk_mq_make_request: make rq -1 21
[   18.961928]  systemd-1       0...1 1568493us : blk_mq_free_request: complete: rq -1 22
[   18.975818]  systemd-1       0.... 1568503us : mmc_mq_queue_rq: queue rq -1 21, 0
[   18.989749]  systemd-1       0...1 1568547us : blk_mq_make_request: make rq -1 22
[   19.003658]  systemd-1       0...1 1569129us : blk_mq_free_request: complete: rq -1 21
[   19.017552]  systemd-1       0.... 1569138us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.031501]  systemd-1       0...1 1569180us : blk_mq_make_request: make rq -1 21
[   19.045425]  systemd-1       0...1 1569773us : blk_mq_free_request: complete: rq -1 22
[   19.059320]  systemd-1       0.... 1569782us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.073251]  systemd-1       0...1 1569823us : blk_mq_make_request: make rq -1 22
[   19.087165]  systemd-1       0...1 1570416us : blk_mq_free_request: complete: rq -1 21
[   19.101071]  systemd-1       0.... 1570425us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.115018]  systemd-1       0...1 1570466us : blk_mq_make_request: make rq -1 21
[   19.128952]  systemd-1       0...1 1571062us : blk_mq_free_request: complete: rq -1 22
[   19.142854]  systemd-1       0.... 1571070us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.156796]  systemd-1       0...1 1571113us : blk_mq_make_request: make rq -1 22
[   19.170742]  systemd-1       0...1 1571709us : blk_mq_free_request: complete: rq -1 21
[   19.184657]  systemd-1       0.... 1571718us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.198605]  systemd-1       0...1 1571738us : blk_mq_make_request: make rq -1 21
[   19.212526]  systemd-1       0...1 1572331us : blk_mq_free_request: complete: rq -1 22
[   19.226433]  systemd-1       0.... 1572340us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.240391] kworker/-98      0...1 1572940us : blk_mq_free_request: complete: rq -1 21
[   19.254437]  systemd-1       0...1 1573049us : blk_mq_make_request: make rq -1 21
[   19.268476]  systemd-1       0.... 1573134us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.282585] kworker/-98      0...1 1573791us : blk_mq_free_request: complete: rq -1 21
[   19.296792]  systemd-1       0...1 1573929us : blk_mq_make_request: make rq -1 21
[   19.310977]  systemd-1       0.... 1574012us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.325213]  systemd-1       0...1 1574055us : blk_mq_make_request: make rq -1 22
[   19.339441]  systemd-1       0...1 1574655us : blk_mq_free_request: complete: rq -1 21
[   19.353623]  systemd-1       0.... 1574664us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.367852]  systemd-1       0...1 1574722us : blk_mq_make_request: make rq -1 21
[   19.382065]  systemd-1       0...1 1575276us : blk_mq_free_request: complete: rq -1 22
[   19.396258]  systemd-1       0.... 1575285us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.410488]  systemd-1       0...1 1575326us : blk_mq_make_request: make rq -1 22
[   19.424701]  systemd-1       0...1 1575899us : blk_mq_free_request: complete: rq -1 21
[   19.438886]  systemd-1       0.... 1575908us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.453125]  systemd-1       0...1 1575951us : blk_mq_make_request: make rq -1 21
[   19.467348]  systemd-1       0...1 1576544us : blk_mq_free_request: complete: rq -1 22
[   19.481537]  systemd-1       0.... 1576553us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.495785]  systemd-1       0...1 1576595us : blk_mq_make_request: make rq -1 22
[   19.510001]  systemd-1       0...1 1577191us : blk_mq_free_request: complete: rq -1 21
[   19.524203]  systemd-1       0.... 1577200us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.538450]  systemd-1       0...1 1577241us : blk_mq_make_request: make rq -1 21
[   19.552676]  systemd-1       0...1 1577831us : blk_mq_free_request: complete: rq -1 22
[   19.566864]  systemd-1       0.... 1577840us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.581105]  systemd-1       0...1 1577883us : blk_mq_make_request: make rq -1 22
[   19.595323]  systemd-1       0...1 1578485us : blk_mq_free_request: complete: rq -1 21
[   19.609518]  systemd-1       0.... 1578495us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.623767]  systemd-1       0...1 1578538us : blk_mq_make_request: make rq -1 21
[   19.638006]  systemd-1       0...1 1579101us : blk_mq_free_request: complete: rq -1 22
[   19.652224]  systemd-1       0.... 1579110us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.666484]  systemd-1       0...1 1579152us : blk_mq_make_request: make rq -1 22
[   19.680723]  systemd-1       0...1 1579720us : blk_mq_free_request: complete: rq -1 21
[   19.694937]  systemd-1       0.... 1579729us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.709170]  systemd-1       0...1 1579770us : blk_mq_make_request: make rq -1 21
[   19.723398]  systemd-1       0...1 1580341us : blk_mq_free_request: complete: rq -1 22
[   19.737612]  systemd-1       0.... 1580350us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.751868]  systemd-1       0...1 1580393us : blk_mq_make_request: make rq -1 22
[   19.766108]  systemd-1       0...1 1580965us : blk_mq_free_request: complete: rq -1 21
[   19.780306]  systemd-1       0.... 1580974us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.794536]  systemd-1       0...1 1581015us : blk_mq_make_request: make rq -1 21
[   19.808747]  systemd-1       0...1 1581646us : blk_mq_free_request: complete: rq -1 22
[   19.822939]  systemd-1       0.... 1581656us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.837170]  systemd-1       0...1 1581698us : blk_mq_make_request: make rq -1 22
[   19.851378]  systemd-1       0...1 1582293us : blk_mq_free_request: complete: rq -1 21
[   19.865564]  systemd-1       0.... 1582302us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.879794]  systemd-1       0...1 1582344us : blk_mq_make_request: make rq -1 21
[   19.894000]  systemd-1       0...1 1582933us : blk_mq_free_request: complete: rq -1 22
[   19.908188]  systemd-1       0.... 1582942us : mmc_mq_queue_rq: queue rq -1 21, 0
[   19.922426]  systemd-1       0...1 1582983us : blk_mq_make_request: make rq -1 22
[   19.936634]  systemd-1       0...1 1583582us : blk_mq_free_request: complete: rq -1 21
[   19.950729]  systemd-1       0.... 1583591us : mmc_mq_queue_rq: queue rq -1 22, 0
[   19.964799]  systemd-1       0...1 1583633us : blk_mq_make_request: make rq -1 21
[   19.978874]  systemd-1       0...1 1584200us : blk_mq_free_request: complete: rq -1 22
[   19.992823]  systemd-1       0.... 1584209us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.006743]  systemd-1       0...1 1584267us : blk_mq_make_request: make rq -1 22
[   20.020676]  systemd-1       0...1 1584822us : blk_mq_free_request: complete: rq -1 21
[   20.034580]  systemd-1       0.... 1584831us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.048545]  systemd-1       0...1 1584873us : blk_mq_make_request: make rq -1 21
[   20.062490]  systemd-1       0...1 1585441us : blk_mq_free_request: complete: rq -1 22
[   20.076409]  systemd-1       0.... 1585450us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.090360]  systemd-1       0...1 1585492us : blk_mq_make_request: make rq -1 22
[   20.104289]  systemd-1       0...1 1586064us : blk_mq_free_request: complete: rq -1 21
[   20.118202]  systemd-1       0.... 1586073us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.132167]  systemd-1       0...1 1586114us : blk_mq_make_request: make rq -1 21
[   20.146107]  systemd-1       0...1 1586710us : blk_mq_free_request: complete: rq -1 22
[   20.160005]  systemd-1       0.... 1586719us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.173933]  systemd-1       0...1 1586761us : blk_mq_make_request: make rq -1 22
[   20.187844]  systemd-1       0...1 1587353us : blk_mq_free_request: complete: rq -1 21
[   20.201734]  systemd-1       0.... 1587362us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.215661]  systemd-1       0...1 1587404us : blk_mq_make_request: make rq -1 21
[   20.229573]  systemd-1       0...1 1587998us : blk_mq_free_request: complete: rq -1 22
[   20.243459]  systemd-1       0.... 1588007us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.257410]  systemd-1       0...1 1588048us : blk_mq_make_request: make rq -1 22
[   20.271334]  systemd-1       0...1 1588647us : blk_mq_free_request: complete: rq -1 21
[   20.285228]  systemd-1       0.... 1588656us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.299167]  systemd-1       0...1 1588699us : blk_mq_make_request: make rq -1 21
[   20.313089]  systemd-1       0...1 1589265us : blk_mq_free_request: complete: rq -1 22
[   20.326983]  systemd-1       0.... 1589274us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.340919]  systemd-1       0...1 1589316us : blk_mq_make_request: make rq -1 22
[   20.354836]  systemd-1       0...1 1589887us : blk_mq_free_request: complete: rq -1 21
[   20.368744]  systemd-1       0.... 1589897us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.382690]  systemd-1       0...1 1589938us : blk_mq_make_request: make rq -1 21
[   20.396626]  systemd-1       0...1 1590506us : blk_mq_free_request: complete: rq -1 22
[   20.410536]  systemd-1       0.... 1590515us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.424482]  systemd-1       0...1 1590556us : blk_mq_make_request: make rq -1 22
[   20.438402]  systemd-1       0...1 1591148us : blk_mq_free_request: complete: rq -1 21
[   20.452299]  systemd-1       0.... 1591157us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.466255]  systemd-1       0...1 1591199us : blk_mq_make_request: make rq -1 21
[   20.480191]  systemd-1       0...1 1591791us : blk_mq_free_request: complete: rq -1 22
[   20.494090]  systemd-1       0.... 1591800us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.508025]  systemd-1       0...1 1591841us : blk_mq_make_request: make rq -1 22
[   20.521954]  systemd-1       0...1 1592450us : blk_mq_free_request: complete: rq -1 21
[   20.535863]  systemd-1       0.... 1592459us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.549811]  systemd-1       0...1 1592500us : blk_mq_make_request: make rq -1 21
[   20.563743]  systemd-1       0...1 1593094us : blk_mq_free_request: complete: rq -1 22
[   20.577662]  systemd-1       0.... 1593103us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.591629]  systemd-1       0...1 1593145us : blk_mq_make_request: make rq -1 22
[   20.605562]  systemd-1       0...1 1593738us : blk_mq_free_request: complete: rq -1 21
[   20.619478]  systemd-1       0.... 1593747us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.633439]  systemd-1       0...1 1593767us : blk_mq_make_request: make rq -1 21
[   20.647370]  systemd-1       0...1 1594358us : blk_mq_free_request: complete: rq -1 22
[   20.661281]  systemd-1       0.... 1594367us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.675246] kworker/-98      0...1 1594968us : blk_mq_free_request: complete: rq -1 21
[   20.689314]  systemd-1       0...1 1595094us : blk_mq_make_request: make rq -1 21
[   20.703349]  systemd-1       0.... 1595178us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.717463] kworker/-98      0...1 1595833us : blk_mq_free_request: complete: rq -1 21
[   20.731679]  systemd-1       0...1 1596027us : blk_mq_make_request: make rq -1 21
[   20.745874]  systemd-1       0.... 1596118us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.760132] kworker/-98      0...1 1596879us : blk_mq_free_request: complete: rq -1 21
[   20.774490]  systemd-1       0...1 1597037us : blk_mq_make_request: make rq -1 21
[   20.788829]  systemd-1       0.... 1597122us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.803238] kworker/-98      0...1 1597756us : blk_mq_free_request: complete: rq -1 21
[   20.817750]  systemd-1       0...1 1597834us : blk_mq_make_request: make rq -1 21
[   20.832227]  systemd-1       0.... 1597918us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.846791] kworker/-98      0...1 1598558us : blk_mq_free_request: complete: rq -1 21
[   20.861466]  systemd-1       0...1 1598706us : blk_mq_make_request: make rq -1 21
[   20.876119]  systemd-1       0.... 1598790us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.890812]  systemd-1       0...1 1598832us : blk_mq_make_request: make rq -1 22
[   20.905493]  systemd-1       0...1 1599435us : blk_mq_free_request: complete: rq -1 21
[   20.920149]  systemd-1       0.... 1599444us : mmc_mq_queue_rq: queue rq -1 22, 0
[   20.934858]  systemd-1       0...1 1599487us : blk_mq_make_request: make rq -1 21
[   20.949529]  systemd-1       0...1 1600054us : blk_mq_free_request: complete: rq -1 22
[   20.964196]  systemd-1       0.... 1600063us : mmc_mq_queue_rq: queue rq -1 21, 0
[   20.978913]  systemd-1       0...1 1600105us : blk_mq_make_request: make rq -1 22
[   20.993615]  systemd-1       0...1 1600677us : blk_mq_free_request: complete: rq -1 21
[   21.008288]  systemd-1       0.... 1600687us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.023001]  systemd-1       0...1 1600728us : blk_mq_make_request: make rq -1 21
[   21.037701]  systemd-1       0...1 1601323us : blk_mq_free_request: complete: rq -1 22
[   21.052367]  systemd-1       0.... 1601332us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.067077]  systemd-1       0...1 1601374us : blk_mq_make_request: make rq -1 22
[   21.081766]  systemd-1       0...1 1601968us : blk_mq_free_request: complete: rq -1 21
[   21.096419]  systemd-1       0.... 1601977us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.111113]  systemd-1       0...1 1602019us : blk_mq_make_request: make rq -1 21
[   21.125801]  systemd-1       0...1 1602648us : blk_mq_free_request: complete: rq -1 22
[   21.140463]  systemd-1       0.... 1602658us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.155165]  systemd-1       0...1 1602699us : blk_mq_make_request: make rq -1 22
[   21.169843]  systemd-1       0...1 1603312us : blk_mq_free_request: complete: rq -1 21
[   21.184508]  systemd-1       0.... 1603321us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.199219]  systemd-1       0...1 1603362us : blk_mq_make_request: make rq -1 21
[   21.213907]  systemd-1       0...1 1603932us : blk_mq_free_request: complete: rq -1 22
[   21.228568]  systemd-1       0.... 1603941us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.243267]  systemd-1       0...1 1603983us : blk_mq_make_request: make rq -1 22
[   21.257950]  systemd-1       0...1 1604554us : blk_mq_free_request: complete: rq -1 21
[   21.272613]  systemd-1       0.... 1604563us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.287308]  systemd-1       0...1 1604622us : blk_mq_make_request: make rq -1 21
[   21.301986]  systemd-1       0...1 1605174us : blk_mq_free_request: complete: rq -1 22
[   21.316659]  systemd-1       0.... 1605183us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.331367]  systemd-1       0...1 1605226us : blk_mq_make_request: make rq -1 22
[   21.346062]  systemd-1       0...1 1605800us : blk_mq_free_request: complete: rq -1 21
[   21.360738]  systemd-1       0.... 1605809us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.375441]  systemd-1       0...1 1605851us : blk_mq_make_request: make rq -1 21
[   21.390130]  systemd-1       0...1 1606442us : blk_mq_free_request: complete: rq -1 22
[   21.404696]  systemd-1       0.... 1606451us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.419243]  systemd-1       0...1 1606493us : blk_mq_make_request: make rq -1 22
[   21.433795]  systemd-1       0...1 1607089us : blk_mq_free_request: complete: rq -1 21
[   21.448216]  systemd-1       0.... 1607097us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.462604]  systemd-1       0...1 1607139us : blk_mq_make_request: make rq -1 21
[   21.477014]  systemd-1       0...1 1607601us : blk_mq_free_request: complete: rq -1 22
[   21.491284]  systemd-1       0.... 1607610us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.505517]  systemd-1       0...1 1607652us : blk_mq_make_request: make rq -1 22
[   21.519762]  systemd-1       0...1 1608250us : blk_mq_free_request: complete: rq -1 21
[   21.533872]  systemd-1       0.... 1608259us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.547952]  systemd-1       0...1 1608396us : blk_mq_make_request: make rq -1 21
[   21.562033]  systemd-1       0...1 1608875us : blk_mq_free_request: complete: rq -1 22
[   21.575982]  systemd-1       0.... 1608884us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.589911]  systemd-1       0...1 1608926us : blk_mq_make_request: make rq -1 22
[   21.603860]  systemd-1       0...1 1609495us : blk_mq_free_request: complete: rq -1 21
[   21.617784]  systemd-1       0.... 1609504us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.631752]  systemd-1       0...1 1609563us : blk_mq_make_request: make rq -1 21
[   21.645707]  systemd-1       0...1 1610119us : blk_mq_free_request: complete: rq -1 22
[   21.659640]  systemd-1       0.... 1610129us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.673597]  systemd-1       0...1 1610171us : blk_mq_make_request: make rq -1 22
[   21.687533]  systemd-1       0...1 1610741us : blk_mq_free_request: complete: rq -1 21
[   21.701424]  systemd-1       0.... 1610750us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.715375]  systemd-1       0...1 1610791us : blk_mq_make_request: make rq -1 21
[   21.729304]  systemd-1       0...1 1611385us : blk_mq_free_request: complete: rq -1 22
[   21.743194]  systemd-1       0.... 1611394us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.757135]  systemd-1       0...1 1611435us : blk_mq_make_request: make rq -1 22
[   21.771062]  systemd-1       0...1 1612031us : blk_mq_free_request: complete: rq -1 21
[   21.784973]  systemd-1       0.... 1612040us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.798927]  systemd-1       0...1 1612086us : blk_mq_make_request: make rq -1 21
[   21.812862]  systemd-1       0...1 1612676us : blk_mq_free_request: complete: rq -1 22
[   21.826755]  systemd-1       0.... 1612685us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.840691]  systemd-1       0...1 1612727us : blk_mq_make_request: make rq -1 22
[   21.854619]  systemd-1       0...1 1613191us : blk_mq_free_request: complete: rq -1 21
[   21.868528]  systemd-1       0.... 1613200us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.882483]  systemd-1       0...1 1613242us : blk_mq_make_request: make rq -1 21
[   21.896424]  systemd-1       0...1 1613812us : blk_mq_free_request: complete: rq -1 22
[   21.910326]  systemd-1       0.... 1613821us : mmc_mq_queue_rq: queue rq -1 21, 0
[   21.924282]  systemd-1       0...1 1613879us : blk_mq_make_request: make rq -1 22
[   21.938215]  systemd-1       0...1 1614432us : blk_mq_free_request: complete: rq -1 21
[   21.952132]  systemd-1       0.... 1614441us : mmc_mq_queue_rq: queue rq -1 22, 0
[   21.966090]  systemd-1       0...1 1614483us : blk_mq_make_request: make rq -1 21
[   21.980031]  systemd-1       0...1 1615058us : blk_mq_free_request: complete: rq -1 22
[   21.993940]  systemd-1       0.... 1615067us : mmc_mq_queue_rq: queue rq -1 21, 0
[   22.007881]  systemd-1       0...1 1615109us : blk_mq_make_request: make rq -1 22
[   22.021827]  systemd-1       0...1 1615702us : blk_mq_free_request: complete: rq -1 21
[   22.035730]  systemd-1       0.... 1615711us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.049683]  systemd-1       0...1 1615752us : blk_mq_make_request: make rq -1 21
[   22.063627]  systemd-1       0...1 1616349us : blk_mq_free_request: complete: rq -1 22
[   22.077551]  systemd-1       0.... 1616359us : mmc_mq_queue_rq: queue rq -1 21, 0
[   22.091509]  systemd-1       0...1 1616400us : blk_mq_make_request: make rq -1 22
[   22.105441]  systemd-1       0...1 1616994us : blk_mq_free_request: complete: rq -1 21
[   22.119357]  systemd-1       0.... 1617003us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.133322]  systemd-1       0...1 1617045us : blk_mq_make_request: make rq -1 21
[   22.147272]  systemd-1       0...1 1617642us : blk_mq_free_request: complete: rq -1 22
[   22.161174]  systemd-1       0.... 1617651us : mmc_mq_queue_rq: queue rq -1 21, 0
[   22.175124]  systemd-1       0...1 1617670us : blk_mq_make_request: make rq -1 22
[   22.189050]  systemd-1       0...1 1618265us : blk_mq_free_request: complete: rq -1 21
[   22.202946]  systemd-1       0.... 1618368us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.216912] kworker/-98      0...1 1618905us : blk_mq_free_request: complete: rq -1 22
[   22.230988]  systemd-1       0...1 1619018us : blk_mq_make_request: make rq -1 22
[   22.245047]  systemd-1       0.... 1619102us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.259180] kworker/-98      0...1 1619737us : blk_mq_free_request: complete: rq -1 22
[   22.273409]  systemd-1       0...1 1619924us : blk_mq_make_request: make rq -1 22
[   22.287612]  systemd-1       0.... 1620050us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.301875]  systemd-1       0.... 1620056us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.316448] kworker/-98      0...1 1621326us : blk_mq_free_request: complete: rq -1 22
[   22.331069]  systemd-1       0...1 1621412us : blk_mq_make_request: make rq -1 22
[   22.345716]  systemd-1       0.... 1621501us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.360352]  systemd-1       0.... 1621508us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.375317] kworker/-98      0...1 1622116us : blk_mq_free_request: complete: rq -1 22
[   22.390400]  systemd-1       0...1 1622667us : blk_mq_make_request: make rq -1 22
[   22.405426]  systemd-1       0.... 1622797us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.420465]  systemd-1       0.... 1622804us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.435895] kworker/-98      0...1 1623796us : blk_mq_free_request: complete: rq -1 22
[   22.451352]  systemd-1       0...1 1623885us : blk_mq_make_request: make rq -1 22
[   22.466784]  systemd-1       0.... 1623975us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.482268]  systemd-1       0.... 1623981us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.498071] kworker/-98      0...1 1624845us : blk_mq_free_request: complete: rq -1 22
[   22.513928]  systemd-1       0...1 1625166us : blk_mq_make_request: make rq -1 22
[   22.529833]  systemd-1       0.... 1625449us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.545716]  systemd-1       0.... 1625455us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.561936] kworker/-98      0...1 1628168us : blk_mq_free_request: complete: rq -1 22
[   22.578257]  systemd-1       0...1 1628597us : blk_mq_make_request: make rq -1 22
[   22.594522]  systemd-1       0.... 1628984us : mmc_mq_queue_rq: queue rq -1 22, 0
[   22.610786]  systemd-1       0.... 1628990us : blk_mq_try_issue_list_directly: issue direct: rq -1 22, ret 0
[   22.627451]  systemd-1       0...1 1629212us : blk_mq_make_request: make rq -1 23
[   22.644060]  systemd-1       0...1 1632870us : blk_mq_free_request: complete: rq -1 22
[   22.660660]  systemd-1       0.... 1632879us : mmc_mq_queue_rq: queue rq -1 23, 0
[   22.677279]  systemd-1       0.... 1632884us : blk_mq_try_issue_list_directly: issue direct: rq -1 23, ret 0
[   22.694218] kworker/-98      0...1 1633778us : blk_mq_free_request: complete: rq -1 23
[   22.711209]  systemd-1       0...1 1633875us : blk_mq_make_request: make rq -1 23
[   22.728226]  systemd-1       0.... 1633965us : mmc_mq_queue_rq: queue rq -1 23, 0
[   22.745210]  systemd-1       0.... 1633972us : blk_mq_try_issue_list_directly: issue direct: rq -1 23, ret 0
[   22.762526] kworker/-98      0...1 1634610us : blk_mq_free_request: complete: rq -1 23
[   22.779951]  systemd-1       0...1 1634932us : blk_mq_make_request: make rq -1 23
[   22.797322]  systemd-1       0.... 1635215us : mmc_mq_queue_rq: queue rq -1 23, 0
[   22.814708]  systemd-1       0.... 1635221us : blk_mq_try_issue_list_directly: issue direct: rq -1 23, ret 0
[   22.832496] kworker/-98      0...1 1637974us : blk_mq_free_request: complete: rq -1 23
[   22.850317]  systemd-1       0...1 1638207us : blk_mq_make_request: make rq -1 23
[   22.868121]  systemd-1       0.... 1638438us : mmc_mq_queue_rq: queue rq -1 23, 0
[   22.885980]  systemd-1       0.... 1638445us : blk_mq_try_issue_list_directly: issue direct: rq -1 23, ret 0
[   22.904117]  systemd-1       0...1 1638612us : blk_mq_make_request: make rq -1 24
[   22.922242]  systemd-1       0...1 1639438us : blk_mq_free_request: complete: rq -1 23
[   22.940413]  systemd-1       0.... 1639448us : mmc_mq_queue_rq: queue rq -1 24, 0
[   22.958551] kworker/-98      0...1 1640045us : blk_mq_free_request: complete: rq -1 24
[   22.976836]  systemd-1       0...1 1640227us : blk_mq_make_request: make rq -1 24
[   22.995147]  systemd-1       0.... 1640351us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.013427]  systemd-1       0.... 1640358us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.031953] kworker/-98      0...1 1641370us : blk_mq_free_request: complete: rq -1 24
[   23.050514]  systemd-1       0...1 1641457us : blk_mq_make_request: make rq -1 24
[   23.069044]  systemd-1       0.... 1641546us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.087474]  systemd-1       0.... 1641552us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.106232] kworker/-98      0...1 1642200us : blk_mq_free_request: complete: rq -1 24
[   23.125033]  systemd-1       0...1 1642519us : blk_mq_make_request: make rq -1 24
[   23.143651]  systemd-1       0.... 1642755us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.162076]  systemd-1       0.... 1642761us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.180829] kworker/-98      0...1 1645075us : blk_mq_free_request: complete: rq -1 24
[   23.199629]  systemd-1       0...1 1646260us : blk_mq_make_request: make rq -1 24
[   23.218261]  systemd-1       0.... 1646432us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.236694]  systemd-1       0.... 1646441us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.255460] kworker/-98      0...1 1647483us : blk_mq_free_request: complete: rq -1 24
[   23.274269]  systemd-1       0...1 1647603us : blk_mq_make_request: make rq -1 24
[   23.292891]  systemd-1       0.... 1647721us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.311316]  systemd-1       0.... 1647729us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.330065] kworker/-98      0...1 1648605us : blk_mq_free_request: complete: rq -1 24
[   23.348870]  systemd-1       0...1 1648728us : blk_mq_make_request: make rq -1 24
[   23.367499]  systemd-1       0.... 1648844us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.385929]  systemd-1       0.... 1648852us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.404668] kworker/-98      0...1 1649516us : blk_mq_free_request: complete: rq -1 24
[   23.423461]  systemd-1       0...1 1649944us : blk_mq_make_request: make rq -1 24
[   23.442081]  systemd-1       0.... 1650254us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.460503]  systemd-1       0.... 1650262us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.479234]  systemd-1       0...1 1650376us : blk_mq_make_request: make rq -1 25
[   23.497932]  systemd-1       0...1 1652639us : blk_mq_free_request: complete: rq -1 24
[   23.516450]  systemd-1       0.... 1652652us : mmc_mq_queue_rq: queue rq -1 25, 0
[   23.534822]  systemd-1       0.... 1652659us : blk_mq_try_issue_list_directly: issue direct: rq -1 25, ret 0
[   23.553558]  systemd-1       0...1 1653166us : blk_mq_make_request: make rq -1 24
[   23.572257]  systemd-1       0...1 1654072us : blk_mq_free_request: complete: rq -1 25
[   23.590786]  systemd-1       0.... 1654085us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.609103]  systemd-1       0.... 1654094us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.627756] kworker/-98      0...1 1654972us : blk_mq_free_request: complete: rq -1 24
[   23.646450]  systemd-1       0...1 1655090us : blk_mq_make_request: make rq -1 24
[   23.664980]  systemd-1       0.... 1655209us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.683297]  systemd-1       0.... 1655217us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.701945] kworker/-98      0...1 1655856us : blk_mq_free_request: complete: rq -1 24
[   23.720633]  systemd-1       0...1 1656293us : blk_mq_make_request: make rq -1 24
[   23.739149]  systemd-1       0.... 1656670us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.757458]  systemd-1       0.... 1656678us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.776085] kworker/-98      0...1 1659474us : blk_mq_free_request: complete: rq -1 24
[   23.794765]  systemd-1       0...1 1659919us : blk_mq_make_request: make rq -1 24
[   23.813264]  systemd-1       0.... 1660076us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.831638]  systemd-1       0.... 1660085us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.850399] kworker/-98      0...1 1661314us : blk_mq_free_request: complete: rq -1 24
[   23.869188]  systemd-1       0...1 1662055us : blk_mq_make_request: make rq -1 24
[   23.887848]  systemd-1       0.... 1662226us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.906500]  systemd-1       0.... 1662235us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   23.925497] kworker/-98      0...1 1663577us : blk_mq_free_request: complete: rq -1 24
[   23.944398]  systemd-1       0...1 1663695us : blk_mq_make_request: make rq -1 24
[   23.963061]  systemd-1       0.... 1663813us : mmc_mq_queue_rq: queue rq -1 24, 0
[   23.981719]  systemd-1       0.... 1663822us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.000714] kworker/-98      0...1 1664486us : blk_mq_free_request: complete: rq -1 24
[   24.019630]  systemd-1       0...1 1664817us : blk_mq_make_request: make rq -1 24
[   24.038304]  systemd-1       0.... 1664938us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.056981]  systemd-1       0.... 1664947us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.075994] kworker/-98      0...1 1665629us : blk_mq_free_request: complete: rq -1 24
[   24.094901]  systemd-1       0...1 1666613us : blk_mq_make_request: make rq -1 24
[   24.113581]  systemd-1       0.... 1666745us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.132261]  systemd-1       0.... 1666751us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.151272] kworker/-98      0...1 1667850us : blk_mq_free_request: complete: rq -1 24
[   24.170179]  systemd-1       0...1 1668492us : blk_mq_make_request: make rq -1 24
[   24.188851]  systemd-1       0.... 1668630us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.207530]  systemd-1       0.... 1668637us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.226545] kworker/-98      0...1 1669864us : blk_mq_free_request: complete: rq -1 24
[   24.245456]  systemd-1       0...1 1670347us : blk_mq_make_request: make rq -1 24
[   24.264148]  systemd-1       0.... 1670476us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.282837]  systemd-1       0.... 1670482us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.301866] kworker/-98      0...1 1671685us : blk_mq_free_request: complete: rq -1 24
[   24.320811]  systemd-1       0...1 1671784us : blk_mq_make_request: make rq -1 24
[   24.339501]  systemd-1       0.... 1671884us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.358169]  systemd-1       0.... 1671890us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.377168] kworker/-98      0...1 1672642us : blk_mq_free_request: complete: rq -1 24
[   24.396063]  systemd-1       0...1 1673032us : blk_mq_make_request: make rq -1 24
[   24.414797]  systemd-1       0.... 1673338us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.433592]  systemd-1       0.... 1673344us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.452690] kworker/-98      0...1 1676329us : blk_mq_free_request: complete: rq -1 24
[   24.471697]  systemd-1       0...1 1676680us : blk_mq_make_request: make rq -1 24
[   24.490532]  systemd-1       0.... 1677083us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.509433]  systemd-1       0.... 1677090us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.528645] kworker/-98      0...1 1681137us : blk_mq_free_request: complete: rq -1 24
[   24.547758]  systemd-1       0...1 1681331us : blk_mq_make_request: make rq -1 24
[   24.566646]  systemd-1       0.... 1681417us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.585530] kworker/-98      0...1 1682290us : blk_mq_free_request: complete: rq -1 24
[   24.604547]  systemd-1       0...1 1682524us : blk_mq_make_request: make rq -1 24
[   24.623393]  systemd-1       0.... 1682652us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.642037]  systemd-1       0.... 1682658us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.660995] kworker/-98      0...1 1683931us : blk_mq_free_request: complete: rq -1 24
[   24.680003]  systemd-1       0...1 1684021us : blk_mq_make_request: make rq -1 24
[   24.698838]  systemd-1       0.... 1684111us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.717463]  systemd-1       0.... 1684118us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.736426] kworker/-98      0...1 1684725us : blk_mq_free_request: complete: rq -1 24
[   24.755414]  systemd-1       0...1 1684994us : blk_mq_make_request: make rq -1 24
[   24.774230]  systemd-1       0.... 1685097us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.792851]  systemd-1       0.... 1685104us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.811795] kworker/-98      0...1 1685976us : blk_mq_free_request: complete: rq -1 24
[   24.830793]  systemd-1       0...1 1686354us : blk_mq_make_request: make rq -1 24
[   24.849611]  systemd-1       0.... 1686482us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.868222]  systemd-1       0.... 1686489us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.887155] kworker/-98      0...1 1687564us : blk_mq_free_request: complete: rq -1 24
[   24.906138]  systemd-1       0...1 1687652us : blk_mq_make_request: make rq -1 24
[   24.924959]  systemd-1       0.... 1687742us : mmc_mq_queue_rq: queue rq -1 24, 0
[   24.943559]  systemd-1       0.... 1687749us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   24.962467] kworker/-98      0...1 1688463us : blk_mq_free_request: complete: rq -1 24
[   24.981423]  systemd-1       0...1 1688720us : blk_mq_make_request: make rq -1 24
[   25.000207]  systemd-1       0.... 1688833us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.018798]  systemd-1       0.... 1688840us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.037722] kworker/-98      0...1 1689717us : blk_mq_free_request: complete: rq -1 24
[   25.056687]  systemd-1       0...1 1690121us : blk_mq_make_request: make rq -1 24
[   25.075499]  systemd-1       0.... 1690250us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.094115]  systemd-1       0.... 1690257us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.113040] kworker/-98      0...1 1691464us : blk_mq_free_request: complete: rq -1 24
[   25.132024]  systemd-1       0...1 1691553us : blk_mq_make_request: make rq -1 24
[   25.150837]  systemd-1       0.... 1691641us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.169455]  systemd-1       0.... 1691648us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.188378] kworker/-98      0...1 1692255us : blk_mq_free_request: complete: rq -1 24
[   25.207351]  systemd-1       0...1 1692539us : blk_mq_make_request: make rq -1 24
[   25.226149]  systemd-1       0.... 1692721us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.244744]  systemd-1       0.... 1692727us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.263665] kworker/-98      0...1 1694394us : blk_mq_free_request: complete: rq -1 24
[   25.282648]  systemd-1       0...1 1694899us : blk_mq_make_request: make rq -1 24
[   25.301456]  systemd-1       0.... 1695027us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.320083]  systemd-1       0.... 1695034us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.339037] kworker/-98      0...1 1696240us : blk_mq_free_request: complete: rq -1 24
[   25.358035]  systemd-1       0...1 1696330us : blk_mq_make_request: make rq -1 24
[   25.376851]  systemd-1       0.... 1696417us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.395461]  systemd-1       0.... 1696423us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.414409] kworker/-98      0...1 1697061us : blk_mq_free_request: complete: rq -1 24
[   25.433408]  systemd-1       0...1 1697378us : blk_mq_make_request: make rq -1 24
[   25.452218]  systemd-1       0.... 1697637us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.470813]  systemd-1       0.... 1697644us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.489738] kworker/-98      0...1 1700110us : blk_mq_free_request: complete: rq -1 24
[   25.508725]  systemd-1       0...1 1700557us : blk_mq_make_request: make rq -1 24
[   25.527582]  systemd-1       0.... 1700687us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.546415]  systemd-1       0.... 1700693us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.565587] kworker/-98      0...1 1701679us : blk_mq_free_request: complete: rq -1 24
[   25.584670]  systemd-1       0...1 1701769us : blk_mq_make_request: make rq -1 24
[   25.603515]  systemd-1       0.... 1701856us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.622365]  systemd-1       0.... 1701863us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.641549] kworker/-98      0...1 1702615us : blk_mq_free_request: complete: rq -1 24
[   25.660640]  systemd-1       0...1 1702943us : blk_mq_make_request: make rq -1 24
[   25.679499]  systemd-1       0.... 1703226us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.698361]  systemd-1       0.... 1703232us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.717557] kworker/-98      0...1 1705855us : blk_mq_free_request: complete: rq -1 24
[   25.736654]  systemd-1       0...1 1706282us : blk_mq_make_request: make rq -1 24
[   25.755513]  systemd-1       0.... 1706688us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.774374]  systemd-1       0.... 1706695us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.793575] kworker/-98      0...1 1710724us : blk_mq_free_request: complete: rq -1 24
[   25.812689]  systemd-1       0...1 1711832us : blk_mq_make_request: make rq -1 24
[   25.831569]  systemd-1       0.... 1712290us : mmc_mq_queue_rq: queue rq -1 24, 0
[   25.850455]  systemd-1       0.... 1712297us : blk_mq_try_issue_list_directly: issue direct: rq -1 24, ret 0
[   25.869656]  systemd-1       0...1 1712731us : blk_mq_make_request: make rq -1 25
[   25.888692]  systemd-1       0...1 1716852us : blk_mq_free_request: complete: rq -1 24
[   25.907490]  systemd-1       0.... 1716862us : mmc_mq_queue_rq: queue rq -1 25, 0
[   25.926268]  systemd-1       0.... 1716867us : blk_mq_try_issue_list_directly: issue direct: rq -1 25, ret 0
[   25.945360] kworker/-98      0...1 1721004us : blk_mq_free_request: complete: rq -1 25
[   25.964360]  systemd-1       0...1 1721376us : blk_mq_make_request: make rq -1 25
[   25.983111]  systemd-1       0.... 1721839us : mmc_mq_queue_rq: queue rq -1 25, 0
[   26.001844]  systemd-1       0.... 1721845us : blk_mq_try_issue_list_directly: issue direct: rq -1 25, ret 0
[   26.020917]  systemd-1       0...1 1722026us : blk_mq_make_request: make rq -1 26
[   26.039820]  systemd-1       0...1 1726391us : blk_mq_free_request: complete: rq -1 25
[   26.058482]  systemd-1       0.... 1726401us : mmc_mq_queue_rq: queue rq -1 26, 0
[   26.077126]  systemd-1       0.... 1726406us : blk_mq_try_issue_list_directly: issue direct: rq -1 26, ret 0
[   26.096085]  systemd-1       0...1 1726594us : blk_mq_make_request: make rq -1 25
[   26.114866]  systemd-1       0...1 1728115us : blk_mq_free_request: complete: rq -1 26
[   26.133420]  systemd-1       0.... 1728128us : mmc_mq_queue_rq: queue rq -1 25, 0
[   26.151958]  systemd-1       0.... 1728135us : blk_mq_try_issue_list_directly: issue direct: rq -1 25, ret 0
[   26.170814]  systemd-1       0...1 1729902us : blk_mq_make_request: make rq -1 26
[   26.189510]  systemd-1       0...1 1731316us : blk_mq_free_request: complete: rq -1 25
[   26.207973]  systemd-1       0.... 1731330us : mmc_mq_queue_rq: queue rq -1 26, 0
[   26.226424]  systemd-1       0.... 1731337us : blk_mq_try_issue_list_directly: issue direct: rq -1 26, ret 0
[   26.245197] kworker/-98      0...1 1731776us : blk_mq_free_request: complete: rq -1 26
[   26.263862]  systemd-1       0...1 1732240us : blk_mq_make_request: make rq -1 26
[   26.282305]  systemd-1       0.... 1732706us : mmc_mq_queue_rq: queue rq -1 26, 0
[   26.300762]  systemd-1       0.... 1732714us : blk_mq_try_issue_list_directly: issue direct: rq -1 26, ret 0
[   26.319545]  systemd-1       0...1 1734085us : blk_mq_make_request: make rq -1 27
[   26.338156]  systemd-1       0...1 1736463us : blk_mq_free_request: complete: rq -1 26
[   26.356529]  systemd-1       0.... 1736477us : mmc_mq_queue_rq: queue rq -1 27, 0
[   26.374900]  systemd-1       0.... 1736484us : blk_mq_try_issue_list_directly: issue direct: rq -1 27, ret 0
[   26.393608] kworker/-98      0...1 1740284us : blk_mq_free_request: complete: rq -1 27
[   26.412212]  systemd-1       0...1 1740847us : blk_mq_make_request: make rq -1 27
[   26.430580]  systemd-1       0.... 1741461us : mmc_mq_queue_rq: queue rq -1 27, 0
[   26.448938]  systemd-1       0.... 1741470us : blk_mq_try_issue_list_directly: issue direct: rq -1 27, ret 0
[   26.467626]  systemd-1       0...1 1742577us : blk_mq_make_request: make rq -1 28
[   26.486138]  systemd-1       0...1 1746243us : blk_mq_free_request: complete: rq -1 27
[   26.504420]  systemd-1       0.... 1746257us : mmc_mq_queue_rq: queue rq -1 28, 0
[   26.522698]  systemd-1       0.... 1746264us : blk_mq_try_issue_list_directly: issue direct: rq -1 28, ret 0
[   26.541308] kworker/-98      0...1 1749598us : blk_mq_free_request: complete: rq -1 28
[   26.559811]  systemd-1       0...1 1749839us : blk_mq_make_request: make rq -1 28
[   26.578081]  systemd-1       0.... 1750134us : mmc_mq_queue_rq: queue rq -1 28, 0
[   26.596352]  systemd-1       0.... 1750139us : blk_mq_try_issue_list_directly: issue direct: rq -1 28, ret 0
[   26.614948] kworker/-98      0...1 1753919us : blk_mq_free_request: complete: rq -1 28
[   26.633447]  systemd-1       0...1 1754195us : blk_mq_make_request: make rq -1 28
[   26.651711]  systemd-1       0.... 1754299us : mmc_mq_queue_rq: queue rq -1 28, 0
[   26.669958]  systemd-1       0.... 1754304us : blk_mq_try_issue_list_directly: issue direct: rq -1 28, ret 0
[   26.688535]  systemd-1       0...1 1754526us : blk_mq_make_request: make rq -1 29
[   26.706939]  systemd-1       0...1 1755494us : blk_mq_free_request: complete: rq -1 28
[   26.725105]  systemd-1       0.... 1755502us : mmc_mq_queue_rq: queue rq -1 29, 0
[   26.743247]  systemd-1       0.... 1755506us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   26.761722] kworker/-98      0...1 1757441us : blk_mq_free_request: complete: rq -1 29
[   26.780111]  systemd-1       0...1 1758026us : blk_mq_make_request: make rq -1 29
[   26.798341]  systemd-1       0.... 1758452us : mmc_mq_queue_rq: queue rq -1 29, 0
[   26.816628]  systemd-1       0.... 1758457us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   26.835231] kworker/-98      0...1 1763031us : blk_mq_free_request: complete: rq -1 29
[   26.853744]  systemd-1       0...1 1764855us : blk_mq_make_request: make rq -1 29
[   26.872029]  systemd-1       0.... 1765186us : mmc_mq_queue_rq: queue rq -1 29, 0
[   26.890323]  systemd-1       0.... 1765191us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   26.908959] kworker/-98      0...1 1769481us : blk_mq_free_request: complete: rq -1 29
[   26.927483]  systemd-1       0...1 1770822us : blk_mq_make_request: make rq -1 29
[   26.945853]  systemd-1       0.... 1771302us : mmc_mq_queue_rq: queue rq -1 29, 0
[   26.964273]  systemd-1       0.... 1771309us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   26.982969]  systemd-1       0...1 1774151us : blk_mq_make_request: make rq -1 30
[   27.001508]  systemd-1       0...1 1775906us : blk_mq_free_request: complete: rq -1 29
[   27.019898]  systemd-1       0.... 1775918us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.038326]  systemd-1       0.... 1775924us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   27.057036]  systemd-1       0...1 1777023us : blk_mq_make_request: make rq -1 29
[   27.075573]  systemd-1       0...1 1779133us : blk_mq_free_request: complete: rq -1 30
[   27.093938]  systemd-1       0.... 1779144us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.112347]  systemd-1       0.... 1779149us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   27.131062] kworker/-98      0...1 1783688us : blk_mq_free_request: complete: rq -1 29
[   27.149689]  systemd-1       0...1 1784183us : blk_mq_make_request: make rq -1 29
[   27.168090]  systemd-1       0.... 1784656us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.186481]  systemd-1       0.... 1784663us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   27.205207] kworker/-98      0...1 1789178us : blk_mq_free_request: complete: rq -1 29
[   27.223837]  systemd-1       0...1 1790502us : blk_mq_make_request: make rq -1 29
[   27.242301]  systemd-1       0.... 1790822us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.260819]  systemd-1       0.... 1790827us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   27.279641] kworker/-98      0...1 1794579us : blk_mq_free_request: complete: rq -1 29
[   27.298376]  systemd-1       0...1 1794861us : blk_mq_make_request: make rq -1 29
[   27.316882]  systemd-1       0.... 1794935us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.335374]  systemd-1       0...1 1794969us : blk_mq_make_request: make rq -1 30
[   27.353861]  systemd-1       0...1 1795767us : blk_mq_free_request: complete: rq -1 29
[   27.372168]  systemd-1       0.... 1795775us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.390321]  systemd-1       0...1 1795810us : blk_mq_make_request: make rq -1 29
[   27.408543]  systemd-1       0...1 1796385us : blk_mq_free_request: complete: rq -1 30
[   27.426709]  systemd-1       0.... 1796392us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.444721]  systemd-1       0...1 1796426us : blk_mq_make_request: make rq -1 30
[   27.462534]  systemd-1       0...1 1797005us : blk_mq_free_request: complete: rq -1 29
[   27.480311]  systemd-1       0.... 1797013us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.498070]  systemd-1       0...1 1797046us : blk_mq_make_request: make rq -1 29
[   27.515697]  systemd-1       0...1 1797599us : blk_mq_free_request: complete: rq -1 30
[   27.533089]  systemd-1       0.... 1797606us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.550459]  systemd-1       0...1 1797640us : blk_mq_make_request: make rq -1 30
[   27.567829]  systemd-1       0...1 1798193us : blk_mq_free_request: complete: rq -1 29
[   27.585016]  systemd-1       0.... 1798200us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.602055]  systemd-1       0...1 1798233us : blk_mq_make_request: make rq -1 29
[   27.619160]  systemd-1       0...1 1798790us : blk_mq_free_request: complete: rq -1 30
[   27.636198]  systemd-1       0.... 1798798us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.653079]  systemd-1       0...1 1798832us : blk_mq_make_request: make rq -1 30
[   27.669749]  systemd-1       0...1 1799387us : blk_mq_free_request: complete: rq -1 29
[   27.686377]  systemd-1       0.... 1799394us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.702994]  systemd-1       0...1 1799442us : blk_mq_make_request: make rq -1 29
[   27.719490]  systemd-1       0...1 1800002us : blk_mq_free_request: complete: rq -1 30
[   27.735747]  systemd-1       0.... 1800009us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.751965]  systemd-1       0...1 1800043us : blk_mq_make_request: make rq -1 30
[   27.768182]  systemd-1       0...1 1800622us : blk_mq_free_request: complete: rq -1 29
[   27.784220]  systemd-1       0.... 1800629us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.800027]  systemd-1       0...1 1800663us : blk_mq_make_request: make rq -1 29
[   27.815819]  systemd-1       0...1 1801237us : blk_mq_free_request: complete: rq -1 30
[   27.831592]  systemd-1       0.... 1801244us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.847219]  systemd-1       0...1 1801278us : blk_mq_make_request: make rq -1 30
[   27.862703]  systemd-1       0...1 1801860us : blk_mq_free_request: complete: rq -1 29
[   27.878194]  systemd-1       0.... 1801867us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.893642]  systemd-1       0...1 1801900us : blk_mq_make_request: make rq -1 29
[   27.908961]  systemd-1       0...1 1802452us : blk_mq_free_request: complete: rq -1 30
[   27.924121]  systemd-1       0.... 1802459us : mmc_mq_queue_rq: queue rq -1 29, 0
[   27.939324]  systemd-1       0...1 1802492us : blk_mq_make_request: make rq -1 30
[   27.954493]  systemd-1       0...1 1803045us : blk_mq_free_request: complete: rq -1 29
[   27.969492]  systemd-1       0.... 1803053us : mmc_mq_queue_rq: queue rq -1 30, 0
[   27.984250]  systemd-1       0...1 1803086us : blk_mq_make_request: make rq -1 29
[   27.999005]  systemd-1       0...1 1803638us : blk_mq_free_request: complete: rq -1 30
[   28.013732]  systemd-1       0.... 1803645us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.028311]  systemd-1       0...1 1803679us : blk_mq_make_request: make rq -1 30
[   28.042673]  systemd-1       0...1 1804236us : blk_mq_free_request: complete: rq -1 29
[   28.056997]  systemd-1       0.... 1804243us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.071309]  systemd-1       0...1 1804276us : blk_mq_make_request: make rq -1 29
[   28.085495]  systemd-1       0...1 1804853us : blk_mq_free_request: complete: rq -1 30
[   28.099435]  systemd-1       0.... 1804861us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.113346]  systemd-1       0...1 1804894us : blk_mq_make_request: make rq -1 30
[   28.127255]  systemd-1       0...1 1805472us : blk_mq_free_request: complete: rq -1 29
[   28.141148]  systemd-1       0.... 1805479us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.155074]  systemd-1       0...1 1805513us : blk_mq_make_request: make rq -1 29
[   28.168991]  systemd-1       0...1 1806089us : blk_mq_free_request: complete: rq -1 30
[   28.182888]  systemd-1       0.... 1806096us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.196814]  systemd-1       0...1 1806130us : blk_mq_make_request: make rq -1 30
[   28.210717]  systemd-1       0...1 1806714us : blk_mq_free_request: complete: rq -1 29
[   28.219139] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [kworker/1:1:84]
[   28.224592]  systemd-1       0.... 1806721us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.238525] Modules linked in:
[   28.252805]  systemd-1       0...1 1806754us : blk_mq_make_request: make rq -1 29
[   28.266801] CPU: 1 PID: 84 Comm: kworker/1:1 Tainted: G        W         4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   28.281502]  systemd-1       0...1 1807302us : blk_mq_free_request: complete: rq -1 30
[   28.296801] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   28.312490]  systemd-1       0.... 1807310us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.328188] Workqueue: events dbs_work_handler
[   28.344284]  systemd-1       0...1 1807343us : blk_mq_make_request: make rq -1 30
[   28.360250] PC is at smp_call_function_single+0x144/0x1b4
[   28.376807]  systemd-1       0...1 1807898us : blk_mq_free_request: complete: rq -1 29
[   28.393245] LR is at cpumask_next+0x20/0x24
[   28.410254]  systemd-1       0.... 1807905us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.427119] pc : [<c01c3240>]    lr : [<c0876904>]    psr: 20070013
[   28.444552]  systemd-1       0...1 1807939us : blk_mq_make_request: make rq -1 29
[   28.461947] sp : ed8c5c40  ip : 00000001  fp : ed8c5c8c
[   28.479844]  systemd-1       0...1 1808493us : blk_mq_free_request: complete: rq -1 30
[   28.497553] r10: ed8c5d98  r9 : c0d04d08  r8 : ed8c5d98
[   28.515842]  systemd-1       0.... 1808501us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.534045] r7 : c01113d0  r6 : 00000000  r5 : 00000001  r4 : ed8c5c40
[   28.552728]  systemd-1       0...1 1808548us : blk_mq_make_request: make rq -1 30
[   28.571377] r3 : 00000003  r2 : 00000008  r1 : 00000002  r0 : 00000000
[   28.590485]  systemd-1       0...1 1809092us : blk_mq_free_request: complete: rq -1 29
[   28.609509] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   28.629021]  systemd-1       0.... 1809099us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.648606] Control: 10c5387d  Table: 2dbe404a  DAC: 00000051
[   28.668549]  systemd-1       0...1 1809133us : blk_mq_make_request: make rq -1 29
[   28.688417] CPU: 1 PID: 84 Comm: kworker/1:1 Tainted: G        W         4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   28.708803]  systemd-1       0...1 1809707us : blk_mq_free_request: complete: rq -1 30
[   28.729806] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   28.751210]  systemd-1       0.... 1809715us : mmc_mq_queue_rq: queue rq -1 29, 0
[   28.772610] Workqueue: events dbs_work_handler
[   28.794417]  systemd-1       0...1 1809748us : blk_mq_make_request: make rq -1 30
[   28.816108] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   28.838336]  systemd-1       0...1 1810965us : blk_mq_free_request: complete: rq -1 29
[   28.860688] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   28.883408]  systemd-1       0.... 1810981us : mmc_mq_queue_rq: queue rq -1 30, 0
[   28.906275] [<c0876db8>] (dump_stack) from [<c010a040>] (show_regs+0x1c/0x20)
[   28.929393]  systemd-1       0...1 1811059us : blk_mq_make_request: make rq -1 29
[   28.952654] [<c010a040>] (show_regs) from [<c01ef550>] (watchdog_timer_fn+0x204/0x2a0)
[   28.976257]  systemd-1       0...1 1811610us : blk_mq_free_request: complete: rq -1 30
[   29.000052] [<c01ef550>] (watchdog_timer_fn) from [<c01ac388>] (__hrtimer_run_queues+0x1e0/0x3a0)
[   29.024141]  systemd-1       0.... 1811622us : mmc_mq_queue_rq: queue rq -1 29, 0
[   29.048631] [<c01ac388>] (__hrtimer_run_queues) from [<c01ad20c>] (hrtimer_interrupt+0x128/0x2a8)
[   29.073335]  systemd-1       0...1 1811678us : blk_mq_make_request: make rq -1 30
[   29.098411] [<c01ad20c>] (hrtimer_interrupt) from [<c01113c4>] (twd_handler+0x3c/0x48)
[   29.123782]  systemd-1       0...1 1812260us : blk_mq_free_request: complete: rq -1 29
[   29.149329] [<c01113c4>] (twd_handler) from [<c018cda4>] (handle_percpu_devid_irq+0xc4/0x2ac)
[   29.175178]  systemd-1       0.... 1812272us : mmc_mq_queue_rq: queue rq -1 30, 0
[   29.201362] [<c018cda4>] (handle_percpu_devid_irq) from [<c0187590>] (generic_handle_irq+0x28/0x38)
[   29.227554]  systemd-1       0...1 1812328us : blk_mq_make_request: make rq -1 29
[   29.253959] [<c0187590>] (generic_handle_irq) from [<c0187c58>] (__handle_domain_irq+0xb0/0xc4)
[   29.280413]  systemd-1       0...1 1812880us : blk_mq_free_request: complete: rq -1 30
[   29.306989] [<c0187c58>] (__handle_domain_irq) from [<c010225c>] (gic_handle_irq+0x5c/0x88)
[   29.333387]  systemd-1       0.... 1812892us : mmc_mq_queue_rq: queue rq -1 29, 0
[   29.359511] [<c010225c>] (gic_handle_irq) from [<c0101a10>] (__irq_svc+0x70/0xb0)
[   29.385696]  systemd-1       0...1 1812948us : blk_mq_make_request: make rq -1 30
[   29.411772] Exception stack(0xed8c5bf0 to 0xed8c5c38)
[   29.438007]  systemd-1       0...1 1813503us : blk_mq_free_request: complete: rq -1 29
[   29.463889] 5be0:                                     00000000 00000002 00000008 00000003
[   29.490196]  systemd-1       0.... 1813515us : mmc_mq_queue_rq: queue rq -1 30, 0
[   29.516361] 5c00: ed8c5c40 00000001 00000000 c01113d0 ed8c5d98 c0d04d08 ed8c5d98 ed8c5c8c
[   29.542580]  systemd-1       0...1 1813601us : blk_mq_make_request: make rq -1 29
[   29.568784] 5c20: 00000001 ed8c5c40 c0876904 c01c3240 20070013 ffffffff
[   29.595132]  systemd-1       0...1 1814126us : blk_mq_free_request: complete: rq -1 30
[   29.621279] [<c0101a10>] (__irq_svc) from [<c01c3240>] (smp_call_function_single+0x144/0x1b4)
[   29.647683]  systemd-1       0.... 1814138us : mmc_mq_queue_rq: queue rq -1 29, 0
[   29.674134] [<c01c3240>] (smp_call_function_single) from [<c01c35ec>] (smp_call_function_many+0x140/0x2e8)
[   29.700647]  systemd-1       0...1 1814195us : blk_mq_make_request: make rq -1 30
[   29.727433] [<c01c35ec>] (smp_call_function_many) from [<c01c37d8>] (smp_call_function+0x44/0x80)
[   29.754328]  systemd-1       0...1 1814752us : blk_mq_free_request: complete: rq -1 29
[   29.781354] [<c01c37d8>] (smp_call_function) from [<c01c384c>] (on_each_cpu+0x38/0xa4)
[   29.808518]  systemd-1       0.... 1814764us : mmc_mq_queue_rq: queue rq -1 30, 0
[   29.835634] [<c01c384c>] (on_each_cpu) from [<c0111734>] (twd_rate_change+0x30/0x3c)
[   29.862784]  systemd-1       0...1 1814790us : blk_mq_make_request: make rq -1 29
[   29.889941] [<c0111734>] (twd_rate_change) from [<c014f380>] (notifier_call_chain+0x50/0x74)
[   29.917145]  systemd-1       0...1 1815400us : blk_mq_free_request: complete: rq -1 30
[   29.944431] [<c014f380>] (notifier_call_chain) from [<c014f858>] (__srcu_notifier_call_chain+0x54/0x70)
[   29.971537]  systemd-1       0.... 1815412us : mmc_mq_queue_rq: queue rq -1 29, 0
[   29.998549] [<c014f858>] (__srcu_notifier_call_chain) from [<c014f89c>] (srcu_notifier_call_chain+0x28/0x30)
[   30.025590] kworker/-98      0...1 1816030us : blk_mq_free_request: complete: rq -1 29
[   30.052914] [<c014f89c>] (srcu_notifier_call_chain) from [<c051e9ac>] (__clk_notify+0x88/0xac)
[   30.080360]  systemd-1       0...1 1816188us : blk_mq_make_request: make rq -1 29
[   30.107885] [<c051e9ac>] (__clk_notify) from [<c051f49c>] (__clk_recalc_rates+0x58/0x84)
[   30.135455]  systemd-1       0.... 1816301us : mmc_mq_queue_rq: queue rq -1 29, 0
[   30.163002] [<c051f49c>] (__clk_recalc_rates) from [<c051f4c0>] (__clk_recalc_rates+0x7c/0x84)
[   30.190604] kworker/-98      0...1 1817198us : blk_mq_free_request: complete: rq -1 29
[   30.218275] [<c051f4c0>] (__clk_recalc_rates) from [<c0521e70>] (clk_core_set_parent_nolock+0x304/0x334)
[   30.246047]  systemd-1       0...1 1817540us : blk_mq_make_request: make rq -1 29
[   30.274024] [<c0521e70>] (clk_core_set_parent_nolock) from [<c0521ef0>] (clk_set_parent+0x50/0x74)
[   30.302027]  systemd-1       0.... 1817750us : mmc_mq_queue_rq: queue rq -1 29, 0
[   30.330151] [<c0521ef0>] (clk_set_parent) from [<c07140c0>] (tegra_target_intermediate+0x54/0x80)
[   30.358216]  systemd-1       0.... 1817759us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   30.386345] [<c07140c0>] (tegra_target_intermediate) from [<c070f9d4>] (__cpufreq_driver_target+0x3cc/0x530)
[   30.414656] kworker/-98      0...1 1819206us : blk_mq_free_request: complete: rq -1 29
[   30.442972] [<c070f9d4>] (__cpufreq_driver_target) from [<c0712cc0>] (od_dbs_update+0xdc/0x168)
[   30.471355]  systemd-1       0...1 1819438us : blk_mq_make_request: make rq -1 29
[   30.499787] [<c0712cc0>] (od_dbs_update) from [<c071342c>] (dbs_work_handler+0x3c/0x64)
[   30.528228]  systemd-1       0.... 1819554us : mmc_mq_queue_rq: queue rq -1 29, 0
[   30.556593] [<c071342c>] (dbs_work_handler) from [<c014741c>] (process_one_work+0x228/0x478)
[   30.584899]  systemd-1       0...1 1819611us : blk_mq_make_request: make rq -1 30
[   30.613189] [<c014741c>] (process_one_work) from [<c014878c>] (worker_thread+0x29c/0x404)
[   30.641450]  systemd-1       0...1 1820423us : blk_mq_free_request: complete: rq -1 29
[   30.669651] [<c014878c>] (worker_thread) from [<c014d7c0>] (kthread+0x150/0x168)
[   30.697903]  systemd-1       0.... 1820436us : mmc_mq_queue_rq: queue rq -1 30, 0
[   30.725997] [<c014d7c0>] (kthread) from [<c01010b4>] (ret_from_fork+0x14/0x20)
[   30.754191]  systemd-1       0...1 1820493us : blk_mq_make_request: make rq -1 29
[   30.782251] Exception stack(0xed8c5fb0 to 0xed8c5ff8)
[   30.810470]  systemd-1       0...1 1820945us : blk_mq_free_request: complete: rq -1 30
[   30.838289] 5fa0:                                     00000000 00000000 00000000 00000000
[   30.866532]  systemd-1       0.... 1820957us : mmc_mq_queue_rq: queue rq -1 29, 0
[   30.894638] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   30.922787]  systemd-1       0...1 1821012us : blk_mq_make_request: make rq -1 30
[   30.950846] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   30.979079]  systemd-1       0...1 1821595us : blk_mq_free_request: complete: rq -1 29
[   31.035196]  systemd-1       0.... 1821606us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.063122]  systemd-1       0...1 1821662us : blk_mq_make_request: make rq -1 29
[   31.090693]  systemd-1       0...1 1822213us : blk_mq_free_request: complete: rq -1 30
[   31.117871]  systemd-1       0.... 1822225us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.144734]  systemd-1       0...1 1822281us : blk_mq_make_request: make rq -1 30
[   31.171303]  systemd-1       0...1 1822841us : blk_mq_free_request: complete: rq -1 29
[   31.197599]  systemd-1       0.... 1822853us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.223635]  systemd-1       0...1 1822907us : blk_mq_make_request: make rq -1 29
[   31.249481]  systemd-1       0...1 1823455us : blk_mq_free_request: complete: rq -1 30
[   31.275076]  systemd-1       0.... 1823467us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.300385]  systemd-1       0...1 1823522us : blk_mq_make_request: make rq -1 30
[   31.325433]  systemd-1       0...1 1824076us : blk_mq_free_request: complete: rq -1 29
[   31.350111]  systemd-1       0.... 1824088us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.374437]  systemd-1       0...1 1824143us : blk_mq_make_request: make rq -1 29
[   31.398401]  systemd-1       0...1 1824720us : blk_mq_free_request: complete: rq -1 30
[   31.421949]  systemd-1       0.... 1824732us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.445201]  systemd-1       0...1 1824788us : blk_mq_make_request: make rq -1 30
[   31.468171]  systemd-1       0...1 1825373us : blk_mq_free_request: complete: rq -1 29
[   31.490849]  systemd-1       0.... 1825384us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.513280]  systemd-1       0...1 1825440us : blk_mq_make_request: make rq -1 29
[   31.535445]  systemd-1       0...1 1826018us : blk_mq_free_request: complete: rq -1 30
[   31.557307]  systemd-1       0.... 1826030us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.578792]  systemd-1       0...1 1826085us : blk_mq_make_request: make rq -1 30
[   31.599937]  systemd-1       0...1 1826664us : blk_mq_free_request: complete: rq -1 29
[   31.620738]  systemd-1       0.... 1826676us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.641218]  systemd-1       0...1 1826754us : blk_mq_make_request: make rq -1 29
[   31.661409]  systemd-1       0...1 1827283us : blk_mq_free_request: complete: rq -1 30
[   31.681209]  systemd-1       0.... 1827295us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.700597]  systemd-1       0...1 1827350us : blk_mq_make_request: make rq -1 30
[   31.719636]  systemd-1       0...1 1827905us : blk_mq_free_request: complete: rq -1 29
[   31.738344]  systemd-1       0.... 1827917us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.756742]  systemd-1       0...1 1827972us : blk_mq_make_request: make rq -1 29
[   31.774903]  systemd-1       0...1 1828532us : blk_mq_free_request: complete: rq -1 30
[   31.792782]  systemd-1       0.... 1828544us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.810367]  systemd-1       0...1 1828600us : blk_mq_make_request: make rq -1 30
[   31.827703]  systemd-1       0...1 1829155us : blk_mq_free_request: complete: rq -1 29
[   31.844751]  systemd-1       0.... 1829167us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.861521]  systemd-1       0...1 1829223us : blk_mq_make_request: make rq -1 29
[   31.878075]  systemd-1       0...1 1829798us : blk_mq_free_request: complete: rq -1 30
[   31.894392]  systemd-1       0.... 1829810us : mmc_mq_queue_rq: queue rq -1 29, 0
[   31.910486]  systemd-1       0...1 1829865us : blk_mq_make_request: make rq -1 30
[   31.926389]  systemd-1       0...1 1830441us : blk_mq_free_request: complete: rq -1 29
[   31.942073]  systemd-1       0.... 1830453us : mmc_mq_queue_rq: queue rq -1 30, 0
[   31.957506]  systemd-1       0...1 1830508us : blk_mq_make_request: make rq -1 29
[   31.972739]  systemd-1       0...1 1831690us : blk_mq_free_request: complete: rq -1 30
[   31.987732]  systemd-1       0.... 1831700us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.002462]  systemd-1       0...1 1831744us : blk_mq_make_request: make rq -1 30
[   32.016936]  systemd-1       0...1 1832319us : blk_mq_free_request: complete: rq -1 29
[   32.031193]  systemd-1       0.... 1832328us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.045202]  systemd-1       0...1 1832370us : blk_mq_make_request: make rq -1 29
[   32.059168]  systemd-1       0...1 1832923us : blk_mq_free_request: complete: rq -1 30
[   32.073110]  systemd-1       0.... 1832932us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.087090]  systemd-1       0...1 1832973us : blk_mq_make_request: make rq -1 30
[   32.101033]  systemd-1       0...1 1833528us : blk_mq_free_request: complete: rq -1 29
[   32.114960]  systemd-1       0.... 1833538us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.128933]  systemd-1       0...1 1833579us : blk_mq_make_request: make rq -1 29
[   32.142887]  systemd-1       0...1 1834134us : blk_mq_free_request: complete: rq -1 30
[   32.156808]  systemd-1       0.... 1834143us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.170770]  systemd-1       0...1 1834184us : blk_mq_make_request: make rq -1 30
[   32.184705]  systemd-1       0...1 1834740us : blk_mq_free_request: complete: rq -1 29
[   32.198604]  systemd-1       0.... 1834749us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.212535]  systemd-1       0...1 1834791us : blk_mq_make_request: make rq -1 29
[   32.226456]  systemd-1       0...1 1835248us : blk_mq_free_request: complete: rq -1 30
[   32.240344]  systemd-1       0.... 1835257us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.254284]  systemd-1       0...1 1835300us : blk_mq_make_request: make rq -1 30
[   32.268195]  systemd-1       0...1 1835878us : blk_mq_free_request: complete: rq -1 29
[   32.282088]  systemd-1       0.... 1835887us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.296023]  systemd-1       0...1 1835928us : blk_mq_make_request: make rq -1 29
[   32.309942]  systemd-1       0...1 1836510us : blk_mq_free_request: complete: rq -1 30
[   32.323832]  systemd-1       0.... 1836519us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.337747]  systemd-1       0...1 1836577us : blk_mq_make_request: make rq -1 30
[   32.351640]  systemd-1       0...1 1837138us : blk_mq_free_request: complete: rq -1 29
[   32.365521]  systemd-1       0.... 1837147us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.379445]  systemd-1       0...1 1837189us : blk_mq_make_request: make rq -1 29
[   32.393352]  systemd-1       0...1 1837742us : blk_mq_free_request: complete: rq -1 30
[   32.407222]  systemd-1       0.... 1837751us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.421137]  systemd-1       0...1 1837793us : blk_mq_make_request: make rq -1 30
[   32.435049]  systemd-1       0...1 1838466us : blk_mq_free_request: complete: rq -1 29
[   32.448926]  systemd-1       0.... 1838475us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.462854]  systemd-1       0...1 1838519us : blk_mq_make_request: make rq -1 29
[   32.476766]  systemd-1       0...1 1839068us : blk_mq_free_request: complete: rq -1 30
[   32.490659]  systemd-1       0.... 1839078us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.504586]  systemd-1       0...1 1839120us : blk_mq_make_request: make rq -1 30
[   32.518502]  systemd-1       0...1 1839679us : blk_mq_free_request: complete: rq -1 29
[   32.532393]  systemd-1       0.... 1839688us : mmc_mq_queue_rq: queue rq -1 30, 0
[   32.546314]  systemd-1       0...1 1839708us : blk_mq_make_request: make rq -1 29
[   32.560225]  systemd-1       0...1 1840305us : blk_mq_free_request: complete: rq -1 30
[   32.574116]  systemd-1       0.... 1840314us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.588066] kworker/-98      0...1 1840937us : blk_mq_free_request: complete: rq -1 29
[   32.602098]  systemd-1       0...1 1841053us : blk_mq_make_request: make rq -1 29
[   32.616121]  systemd-1       0.... 1841137us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.630204] kworker/-98      0...1 1841754us : blk_mq_free_request: complete: rq -1 29
[   32.644388]  systemd-1       0...1 1842035us : blk_mq_make_request: make rq -1 29
[   32.658553]  systemd-1       0.... 1842121us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.672785] kworker/-98      0...1 1842971us : blk_mq_free_request: complete: rq -1 29
[   32.687117]  systemd-1       0...1 1843627us : blk_mq_make_request: make rq -1 29
[   32.701429]  systemd-1       0.... 1844095us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.715812]  systemd-1       0.... 1844101us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   32.730513] kworker/-98      0...1 1848826us : blk_mq_free_request: complete: rq -1 29
[   32.745262]  systemd-1       0...1 1849217us : blk_mq_make_request: make rq -1 29
[   32.760055]  systemd-1       0.... 1849599us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.774826]  systemd-1       0.... 1849606us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   32.789961] kworker/-98      0...1 1853716us : blk_mq_free_request: complete: rq -1 29
[   32.805193]  systemd-1       0...1 1853940us : blk_mq_make_request: make rq -1 29
[   32.820383]  systemd-1       0.... 1854129us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.835586]  systemd-1       0.... 1854136us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   32.851180] kworker/-98      0...1 1855923us : blk_mq_free_request: complete: rq -1 29
[   32.866807]  systemd-1       0...1 1856137us : blk_mq_make_request: make rq -1 29
[   32.882418]  systemd-1       0.... 1856370us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.898090]  systemd-1       0.... 1856376us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   32.914078] kworker/-98      0...1 1858915us : blk_mq_free_request: complete: rq -1 29
[   32.930116]  systemd-1       0...1 1859218us : blk_mq_make_request: make rq -1 29
[   32.946186]  systemd-1       0.... 1859678us : mmc_mq_queue_rq: queue rq -1 29, 0
[   32.962221]  systemd-1       0.... 1859685us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   32.978606] kworker/-98      0...1 1864544us : blk_mq_free_request: complete: rq -1 29
[   32.995105]  systemd-1       0...1 1864835us : blk_mq_make_request: make rq -1 29
[   33.011548]  systemd-1       0.... 1865159us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.028020]  systemd-1       0.... 1865166us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.044879] kworker/-98      0...1 1868452us : blk_mq_free_request: complete: rq -1 29
[   33.061773]  systemd-1       0...1 1868841us : blk_mq_make_request: make rq -1 29
[   33.078648]  systemd-1       0.... 1869126us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.095586]  systemd-1       0.... 1869132us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.112845] kworker/-98      0...1 1871836us : blk_mq_free_request: complete: rq -1 29
[   33.130165]  systemd-1       0...1 1872196us : blk_mq_make_request: make rq -1 29
[   33.147514]  systemd-1       0.... 1872656us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.164832]  systemd-1       0.... 1872663us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.182498] kworker/-98      0...1 1877213us : blk_mq_free_request: complete: rq -1 29
[   33.200270]  systemd-1       0...1 1878440us : blk_mq_make_request: make rq -1 29
[   33.217997]  systemd-1       0.... 1879059us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.235730]  systemd-1       0.... 1879068us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.253858] kworker/-98      0...1 1883852us : blk_mq_free_request: complete: rq -1 29
[   33.272018]  systemd-1       0...1 1884459us : blk_mq_make_request: make rq -1 29
[   33.290149]  systemd-1       0.... 1884895us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.308351]  systemd-1       0.... 1884904us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.326872] kworker/-98      0...1 1888254us : blk_mq_free_request: complete: rq -1 29
[   33.345445]  systemd-1       0...1 1889695us : blk_mq_make_request: make rq -1 29
[   33.364048]  systemd-1       0.... 1889855us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.382621]  systemd-1       0.... 1889864us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.401436] kworker/-98      0...1 1890782us : blk_mq_free_request: complete: rq -1 29
[   33.420293]  systemd-1       0...1 1893214us : blk_mq_make_request: make rq -1 29
[   33.439126]  systemd-1       0.... 1893708us : mmc_mq_queue_rq: queue rq -1 29, 0
[   33.457866]  systemd-1       0.... 1893717us : blk_mq_try_issue_list_directly: issue direct: rq -1 29, ret 0
[   33.476905]  systemd-1       0...1 1894191us : blk_mq_make_request: make rq -1 30
[   33.495920]  systemd-1       0...1 1897873us : blk_mq_free_request: complete: rq -1 29
[   33.514809]  systemd-1       0.... 1897883us : mmc_mq_queue_rq: queue rq -1 30, 0
[   33.533683]  systemd-1       0.... 1897887us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   33.552868] kworker/-98      0...1 1902233us : blk_mq_free_request: complete: rq -1 30
[   33.571963]  systemd-1       0...1 1903389us : blk_mq_make_request: make rq -1 30
[   33.590829]  systemd-1       0.... 1903474us : mmc_mq_queue_rq: queue rq -1 30, 0
[   33.609676]  systemd-1       0...1 1903510us : blk_mq_make_request: make rq -1 31
[   33.628541]  systemd-1       0...1 1904127us : blk_mq_free_request: complete: rq -1 30
[   33.647224]  systemd-1       0.... 1904136us : mmc_mq_queue_rq: queue rq -1 31, 0
[   33.665688]  systemd-1       0...1 1904171us : blk_mq_make_request: make rq -1 30
[   33.684136]  systemd-1       0...1 1904755us : blk_mq_free_request: complete: rq -1 31
[   33.702550]  systemd-1       0.... 1904762us : mmc_mq_queue_rq: queue rq -1 30, 0
[   33.720817]  systemd-1       0...1 1904797us : blk_mq_make_request: make rq -1 31
[   33.738877]  systemd-1       0...1 1905383us : blk_mq_free_request: complete: rq -1 30
[   33.756885]  systemd-1       0.... 1905391us : mmc_mq_queue_rq: queue rq -1 31, 0
[   33.774873]  systemd-1       0...1 1905424us : blk_mq_make_request: make rq -1 30
[   33.792729]  systemd-1       0...1 1906028us : blk_mq_free_request: complete: rq -1 31
[   33.810339]  systemd-1       0.... 1906035us : mmc_mq_queue_rq: queue rq -1 30, 0
[   33.827931]  systemd-1       0...1 1906071us : blk_mq_make_request: make rq -1 31
[   33.845534]  systemd-1       0...1 1906634us : blk_mq_free_request: complete: rq -1 30
[   33.862963]  systemd-1       0.... 1906642us : mmc_mq_queue_rq: queue rq -1 31, 0
[   33.880158]  systemd-1       0...1 1906676us : blk_mq_make_request: make rq -1 30
[   33.897346]  systemd-1       0...1 1907235us : blk_mq_free_request: complete: rq -1 31
[   33.914481]  systemd-1       0.... 1907243us : mmc_mq_queue_rq: queue rq -1 30, 0
[   33.931467]  systemd-1       0...1 1907277us : blk_mq_make_request: make rq -1 31
[   33.948245]  systemd-1       0...1 1907844us : blk_mq_free_request: complete: rq -1 30
[   33.964993]  systemd-1       0.... 1907851us : mmc_mq_queue_rq: queue rq -1 31, 0
[   33.981716]  systemd-1       0...1 1907884us : blk_mq_make_request: make rq -1 30
[   33.998297]  systemd-1       0...1 1908476us : blk_mq_free_request: complete: rq -1 31
[   34.014619]  systemd-1       0.... 1908484us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.030944]  systemd-1       0...1 1908533us : blk_mq_make_request: make rq -1 31
[   34.047295]  systemd-1       0...1 1909102us : blk_mq_free_request: complete: rq -1 30
[   34.063469]  systemd-1       0.... 1909109us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.079418]  systemd-1       0...1 1909143us : blk_mq_make_request: make rq -1 30
[   34.095344]  systemd-1       0...1 1909730us : blk_mq_free_request: complete: rq -1 31
[   34.111226]  systemd-1       0.... 1909737us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.126951]  systemd-1       0...1 1909770us : blk_mq_make_request: make rq -1 31
[   34.142467]  systemd-1       0...1 1910360us : blk_mq_free_request: complete: rq -1 30
[   34.157952]  systemd-1       0.... 1910367us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.173419]  systemd-1       0...1 1910400us : blk_mq_make_request: make rq -1 30
[   34.188723]  systemd-1       0...1 1910965us : blk_mq_free_request: complete: rq -1 31
[   34.203798]  systemd-1       0.... 1910972us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.218844]  systemd-1       0...1 1911006us : blk_mq_make_request: make rq -1 31
[   34.233921]  systemd-1       0...1 1911568us : blk_mq_free_request: complete: rq -1 30
[   34.248825]  systemd-1       0.... 1911576us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.263491]  systemd-1       0...1 1911609us : blk_mq_make_request: make rq -1 30
[   34.278138]  systemd-1       0...1 1912171us : blk_mq_free_request: complete: rq -1 31
[   34.292755]  systemd-1       0.... 1912178us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.307219]  systemd-1       0...1 1912211us : blk_mq_make_request: make rq -1 31
[   34.321559]  systemd-1       0...1 1912778us : blk_mq_free_request: complete: rq -1 30
[   34.335913]  systemd-1       0.... 1912785us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.350231]  systemd-1       0...1 1912818us : blk_mq_make_request: make rq -1 30
[   34.364420]  systemd-1       0...1 1913405us : blk_mq_free_request: complete: rq -1 31
[   34.378355]  systemd-1       0.... 1913412us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.392265]  systemd-1       0...1 1913446us : blk_mq_make_request: make rq -1 31
[   34.406180]  systemd-1       0...1 1914033us : blk_mq_free_request: complete: rq -1 30
[   34.420072]  systemd-1       0.... 1914040us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.433996]  systemd-1       0...1 1914074us : blk_mq_make_request: make rq -1 30
[   34.447893]  systemd-1       0...1 1914659us : blk_mq_free_request: complete: rq -1 31
[   34.461770]  systemd-1       0.... 1914667us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.475693]  systemd-1       0...1 1914700us : blk_mq_make_request: make rq -1 31
[   34.489599]  systemd-1       0...1 1915294us : blk_mq_free_request: complete: rq -1 30
[   34.503478]  systemd-1       0.... 1915301us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.517419]  systemd-1       0...1 1915334us : blk_mq_make_request: make rq -1 30
[   34.531335]  systemd-1       0...1 1915894us : blk_mq_free_request: complete: rq -1 31
[   34.545218]  systemd-1       0.... 1915901us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.559148]  systemd-1       0...1 1915947us : blk_mq_make_request: make rq -1 31
[   34.573059]  systemd-1       0...1 1916498us : blk_mq_free_request: complete: rq -1 30
[   34.586949]  systemd-1       0.... 1916505us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.600885]  systemd-1       0...1 1916539us : blk_mq_make_request: make rq -1 30
[   34.614803]  systemd-1       0...1 1917742us : blk_mq_free_request: complete: rq -1 31
[   34.628706]  systemd-1       0.... 1917754us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.642649]  systemd-1       0...1 1917813us : blk_mq_make_request: make rq -1 31
[   34.656578]  systemd-1       0...1 1918524us : blk_mq_free_request: complete: rq -1 30
[   34.670482]  systemd-1       0.... 1918537us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.684435]  systemd-1       0...1 1918647us : blk_mq_make_request: make rq -1 30
[   34.698350]  systemd-1       0...1 1919182us : blk_mq_free_request: complete: rq -1 31
[   34.712253]  systemd-1       0.... 1919194us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.726207]  systemd-1       0...1 1919250us : blk_mq_make_request: make rq -1 31
[   34.740125]  systemd-1       0...1 1919835us : blk_mq_free_request: complete: rq -1 30
[   34.754010]  systemd-1       0.... 1919848us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.767935]  systemd-1       0...1 1919903us : blk_mq_make_request: make rq -1 30
[   34.781844]  systemd-1       0...1 1920489us : blk_mq_free_request: complete: rq -1 31
[   34.795749]  systemd-1       0.... 1920502us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.809703]  systemd-1       0...1 1920557us : blk_mq_make_request: make rq -1 31
[   34.823643]  systemd-1       0...1 1921151us : blk_mq_free_request: complete: rq -1 30
[   34.837552]  systemd-1       0.... 1921164us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.851501]  systemd-1       0...1 1921219us : blk_mq_make_request: make rq -1 30
[   34.865441]  systemd-1       0...1 1921781us : blk_mq_free_request: complete: rq -1 31
[   34.879342]  systemd-1       0.... 1921793us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.893288]  systemd-1       0...1 1921848us : blk_mq_make_request: make rq -1 31
[   34.907222]  systemd-1       0...1 1922415us : blk_mq_free_request: complete: rq -1 30
[   34.921131]  systemd-1       0.... 1922427us : mmc_mq_queue_rq: queue rq -1 31, 0
[   34.935080]  systemd-1       0...1 1922482us : blk_mq_make_request: make rq -1 30
[   34.949007]  systemd-1       0...1 1923048us : blk_mq_free_request: complete: rq -1 31
[   34.962913]  systemd-1       0.... 1923060us : mmc_mq_queue_rq: queue rq -1 30, 0
[   34.976858]  systemd-1       0...1 1923114us : blk_mq_make_request: make rq -1 31
[   34.990797]  systemd-1       0...1 1923679us : blk_mq_free_request: complete: rq -1 30
[   35.004695]  systemd-1       0.... 1923691us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.018659]  systemd-1       0...1 1923717us : blk_mq_make_request: make rq -1 30
[   35.032601]  systemd-1       0...1 1924334us : blk_mq_free_request: complete: rq -1 31
[   35.046522]  systemd-1       0.... 1924346us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.060498] kworker/-98      0...1 1924952us : blk_mq_free_request: complete: rq -1 30
[   35.074572]  systemd-1       0...1 1925212us : blk_mq_make_request: make rq -1 30
[   35.088630]  systemd-1       0.... 1925329us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.102742] kworker/-98      0...1 1925989us : blk_mq_free_request: complete: rq -1 30
[   35.116951]  systemd-1       0...1 1926421us : blk_mq_make_request: make rq -1 30
[   35.131149]  systemd-1       0.... 1926539us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.145427] kworker/-98      0...1 1927420us : blk_mq_free_request: complete: rq -1 30
[   35.159801]  systemd-1       0...1 1928219us : blk_mq_make_request: make rq -1 30
[   35.174152]  systemd-1       0.... 1928477us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.188556]  systemd-1       0...1 1928538us : blk_mq_make_request: make rq -1 31
[   35.202931]  systemd-1       0...1 1929224us : blk_mq_free_request: complete: rq -1 30
[   35.217299]  systemd-1       0.... 1929237us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.231731]  systemd-1       0...1 1929294us : blk_mq_make_request: make rq -1 30
[   35.246122]  systemd-1       0...1 1929877us : blk_mq_free_request: complete: rq -1 31
[   35.260494]  systemd-1       0.... 1929890us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.274899]  systemd-1       0...1 1929969us : blk_mq_make_request: make rq -1 31
[   35.289288]  systemd-1       0...1 1930535us : blk_mq_free_request: complete: rq -1 30
[   35.303668]  systemd-1       0.... 1930547us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.318094]  systemd-1       0...1 1930603us : blk_mq_make_request: make rq -1 30
[   35.332499]  systemd-1       0...1 1931161us : blk_mq_free_request: complete: rq -1 31
[   35.346869]  systemd-1       0.... 1931173us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.361275]  systemd-1       0...1 1931228us : blk_mq_make_request: make rq -1 31
[   35.375672]  systemd-1       0...1 1931793us : blk_mq_free_request: complete: rq -1 30
[   35.390048]  systemd-1       0.... 1931805us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.404471]  systemd-1       0...1 1931861us : blk_mq_make_request: make rq -1 30
[   35.418867]  systemd-1       0...1 1932413us : blk_mq_free_request: complete: rq -1 31
[   35.433246]  systemd-1       0.... 1932426us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.447666]  systemd-1       0...1 1932481us : blk_mq_make_request: make rq -1 31
[   35.462064]  systemd-1       0...1 1933044us : blk_mq_free_request: complete: rq -1 30
[   35.476441]  systemd-1       0.... 1933056us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.490846]  systemd-1       0...1 1933111us : blk_mq_make_request: make rq -1 30
[   35.505225]  systemd-1       0...1 1933696us : blk_mq_free_request: complete: rq -1 31
[   35.519580]  systemd-1       0.... 1933707us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.533983]  systemd-1       0...1 1933762us : blk_mq_make_request: make rq -1 31
[   35.548364]  systemd-1       0...1 1934346us : blk_mq_free_request: complete: rq -1 30
[   35.562731]  systemd-1       0.... 1934358us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.577152]  systemd-1       0...1 1934412us : blk_mq_make_request: make rq -1 30
[   35.591554]  systemd-1       0...1 1934999us : blk_mq_free_request: complete: rq -1 31
[   35.605920]  systemd-1       0.... 1935011us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.620338]  systemd-1       0...1 1935066us : blk_mq_make_request: make rq -1 31
[   35.634740]  systemd-1       0...1 1935654us : blk_mq_free_request: complete: rq -1 30
[   35.649123]  systemd-1       0.... 1935666us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.663550]  systemd-1       0...1 1935720us : blk_mq_make_request: make rq -1 30
[   35.677955]  systemd-1       0...1 1936280us : blk_mq_free_request: complete: rq -1 31
[   35.692322]  systemd-1       0.... 1936292us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.706742]  systemd-1       0...1 1936347us : blk_mq_make_request: make rq -1 31
[   35.721135]  systemd-1       0...1 1936909us : blk_mq_free_request: complete: rq -1 30
[   35.735502]  systemd-1       0.... 1936921us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.749910]  systemd-1       0...1 1936976us : blk_mq_make_request: make rq -1 30
[   35.764288]  systemd-1       0...1 1937538us : blk_mq_free_request: complete: rq -1 31
[   35.778541]  systemd-1       0.... 1937549us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.792769]  systemd-1       0...1 1937604us : blk_mq_make_request: make rq -1 31
[   35.807012]  systemd-1       0...1 1938850us : blk_mq_free_request: complete: rq -1 30
[   35.821141]  systemd-1       0.... 1938860us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.835232]  systemd-1       0...1 1938906us : blk_mq_make_request: make rq -1 30
[   35.849335]  systemd-1       0...1 1939479us : blk_mq_free_request: complete: rq -1 31
[   35.863300]  systemd-1       0.... 1939489us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.877227]  systemd-1       0...1 1939531us : blk_mq_make_request: make rq -1 31
[   35.891172]  systemd-1       0...1 1940117us : blk_mq_free_request: complete: rq -1 30
[   35.905100]  systemd-1       0.... 1940127us : mmc_mq_queue_rq: queue rq -1 31, 0
[   35.919060]  systemd-1       0...1 1940185us : blk_mq_make_request: make rq -1 30
[   35.932988]  systemd-1       0...1 1940754us : blk_mq_free_request: complete: rq -1 31
[   35.946894]  systemd-1       0.... 1940763us : mmc_mq_queue_rq: queue rq -1 30, 0
[   35.960848]  systemd-1       0...1 1940805us : blk_mq_make_request: make rq -1 31
[   35.974788]  systemd-1       0...1 1941395us : blk_mq_free_request: complete: rq -1 30
[   35.988689]  systemd-1       0.... 1941404us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.002629]  systemd-1       0...1 1941445us : blk_mq_make_request: make rq -1 30
[   36.016546]  systemd-1       0...1 1942007us : blk_mq_free_request: complete: rq -1 31
[   36.030453]  systemd-1       0.... 1942016us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.044397]  systemd-1       0...1 1942057us : blk_mq_make_request: make rq -1 31
[   36.058331]  systemd-1       0...1 1942619us : blk_mq_free_request: complete: rq -1 30
[   36.072227]  systemd-1       0.... 1942628us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.086177]  systemd-1       0...1 1942669us : blk_mq_make_request: make rq -1 30
[   36.100088]  systemd-1       0...1 1943232us : blk_mq_free_request: complete: rq -1 31
[   36.113977]  systemd-1       0.... 1943241us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.127903]  systemd-1       0...1 1943282us : blk_mq_make_request: make rq -1 31
[   36.141816]  systemd-1       0...1 1943847us : blk_mq_free_request: complete: rq -1 30
[   36.155705]  systemd-1       0.... 1943856us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.169637]  systemd-1       0...1 1943897us : blk_mq_make_request: make rq -1 30
[   36.183544]  systemd-1       0...1 1944484us : blk_mq_free_request: complete: rq -1 31
[   36.197434]  systemd-1       0.... 1944493us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.211360]  systemd-1       0...1 1944534us : blk_mq_make_request: make rq -1 31
[   36.225269]  systemd-1       0...1 1945120us : blk_mq_free_request: complete: rq -1 30
[   36.239156]  systemd-1       0.... 1945129us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.253077]  systemd-1       0...1 1945170us : blk_mq_make_request: make rq -1 30
[   36.266973]  systemd-1       0...1 1945760us : blk_mq_free_request: complete: rq -1 31
[   36.280841]  systemd-1       0.... 1945769us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.294743]  systemd-1       0...1 1945810us : blk_mq_make_request: make rq -1 31
[   36.308609]  systemd-1       0...1 1946399us : blk_mq_free_request: complete: rq -1 30
[   36.322461]  systemd-1       0.... 1946407us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.336368]  systemd-1       0...1 1946448us : blk_mq_make_request: make rq -1 30
[   36.350242]  systemd-1       0...1 1947010us : blk_mq_free_request: complete: rq -1 31
[   36.364100]  systemd-1       0.... 1947019us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.377994]  systemd-1       0...1 1947060us : blk_mq_make_request: make rq -1 31
[   36.391875]  systemd-1       0...1 1947637us : blk_mq_free_request: complete: rq -1 30
[   36.405724]  systemd-1       0.... 1947646us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.419626]  systemd-1       0...1 1947687us : blk_mq_make_request: make rq -1 30
[   36.433495]  systemd-1       0...1 1948236us : blk_mq_free_request: complete: rq -1 31
[   36.447354]  systemd-1       0.... 1948245us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.461253]  systemd-1       0...1 1948382us : blk_mq_make_request: make rq -1 31
[   36.475134]  systemd-1       0...1 1948852us : blk_mq_free_request: complete: rq -1 30
[   36.488980]  systemd-1       0.... 1948861us : mmc_mq_queue_rq: queue rq -1 31, 0
[   36.502856]  systemd-1       0...1 1948881us : blk_mq_make_request: make rq -1 30
[   36.516710]  systemd-1       0...1 1949490us : blk_mq_free_request: complete: rq -1 31
[   36.530541]  systemd-1       0.... 1949499us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.544430] kworker/-98      0...1 1949988us : blk_mq_free_request: complete: rq -1 30
[   36.558419]  systemd-1       0...1 1950101us : blk_mq_make_request: make rq -1 30
[   36.572393]  systemd-1       0.... 1950186us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.586413] kworker/-98      0...1 1950857us : blk_mq_free_request: complete: rq -1 30
[   36.600528]  systemd-1       0...1 1951116us : blk_mq_make_request: make rq -1 30
[   36.614643]  systemd-1       0.... 1951202us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.628833] kworker/-98      0...1 1951864us : blk_mq_free_request: complete: rq -1 30
[   36.643111]  systemd-1       0...1 1952254us : blk_mq_make_request: make rq -1 30
[   36.657367]  systemd-1       0.... 1952349us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.671683]  systemd-1       0.... 1952356us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.686308] kworker/-98      0...1 1953199us : blk_mq_free_request: complete: rq -1 30
[   36.700992]  systemd-1       0...1 1953419us : blk_mq_make_request: make rq -1 30
[   36.715704]  systemd-1       0.... 1953522us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.730387]  systemd-1       0.... 1953529us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.745403] kworker/-98      0...1 1954367us : blk_mq_free_request: complete: rq -1 30
[   36.760531]  systemd-1       0...1 1954714us : blk_mq_make_request: make rq -1 30
[   36.775609]  systemd-1       0.... 1954806us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.790701]  systemd-1       0.... 1954812us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.806180] kworker/-98      0...1 1955463us : blk_mq_free_request: complete: rq -1 30
[   36.821685]  systemd-1       0...1 1955627us : blk_mq_make_request: make rq -1 30
[   36.837166]  systemd-1       0.... 1955716us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.852708]  systemd-1       0.... 1955722us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.868562] kworker/-98      0...1 1956384us : blk_mq_free_request: complete: rq -1 30
[   36.884482]  systemd-1       0...1 1956557us : blk_mq_make_request: make rq -1 30
[   36.900424]  systemd-1       0.... 1956646us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.916352]  systemd-1       0.... 1956655us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.932602] kworker/-98      0...1 1957275us : blk_mq_free_request: complete: rq -1 30
[   36.948949]  systemd-1       0...1 1957555us : blk_mq_make_request: make rq -1 30
[   36.965240]  systemd-1       0.... 1957644us : mmc_mq_queue_rq: queue rq -1 30, 0
[   36.981554]  systemd-1       0.... 1957650us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   36.998267] kworker/-98      0...1 1958369us : blk_mq_free_request: complete: rq -1 30
[   37.015008]  systemd-1       0...1 1958630us : blk_mq_make_request: make rq -1 30
[   37.031741]  systemd-1       0.... 1958724us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.048516]  systemd-1       0.... 1958730us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   37.065605] kworker/-98      0...1 1959548us : blk_mq_free_request: complete: rq -1 30
[   37.082756]  systemd-1       0...1 1959909us : blk_mq_make_request: make rq -1 30
[   37.099937]  systemd-1       0.... 1959999us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.117084]  systemd-1       0.... 1960005us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   37.134597] kworker/-98      0...1 1960631us : blk_mq_free_request: complete: rq -1 30
[   37.152208]  systemd-1       0...1 1960832us : blk_mq_make_request: make rq -1 30
[   37.169764]  systemd-1       0.... 1960922us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.187325]  systemd-1       0.... 1960928us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   37.205272] kworker/-98      0...1 1961553us : blk_mq_free_request: complete: rq -1 30
[   37.223248]  systemd-1       0...1 1961802us : blk_mq_make_request: make rq -1 30
[   37.241203]  systemd-1       0.... 1961892us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.259203]  systemd-1       0.... 1961899us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   37.277486] kworker/-98      0...1 1962748us : blk_mq_free_request: complete: rq -1 30
[   37.295840]  systemd-1       0...1 1962964us : blk_mq_make_request: make rq -1 30
[   37.314221]  systemd-1       0.... 1963054us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.332585]  systemd-1       0.... 1963060us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   37.351187] kworker/-98      0...1 1963688us : blk_mq_free_request: complete: rq -1 30
[   37.369816]  systemd-1       0...1 1963885us : blk_mq_make_request: make rq -1 30
[   37.388429]  systemd-1       0.... 1963971us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.406933]  systemd-1       0...1 1964032us : blk_mq_make_request: make rq -1 31
[   37.425448]  systemd-1       0...1 1964650us : blk_mq_free_request: complete: rq -1 30
[   37.443929]  systemd-1       0.... 1964660us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.462301]  systemd-1       0...1 1964702us : blk_mq_make_request: make rq -1 30
[   37.480664]  systemd-1       0...1 1965298us : blk_mq_free_request: complete: rq -1 31
[   37.499004]  systemd-1       0.... 1965307us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.517191]  systemd-1       0...1 1965349us : blk_mq_make_request: make rq -1 31
[   37.535173]  systemd-1       0...1 1965952us : blk_mq_free_request: complete: rq -1 30
[   37.553113]  systemd-1       0.... 1965961us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.571037]  systemd-1       0...1 1966002us : blk_mq_make_request: make rq -1 30
[   37.588825]  systemd-1       0...1 1966578us : blk_mq_free_request: complete: rq -1 31
[   37.606384]  systemd-1       0.... 1966588us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.623924]  systemd-1       0...1 1966629us : blk_mq_make_request: make rq -1 31
[   37.641467]  systemd-1       0...1 1967204us : blk_mq_free_request: complete: rq -1 30
[   37.658840]  systemd-1       0.... 1967213us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.675985]  systemd-1       0...1 1967255us : blk_mq_make_request: make rq -1 30
[   37.693124]  systemd-1       0...1 1967829us : blk_mq_free_request: complete: rq -1 31
[   37.710234]  systemd-1       0.... 1967838us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.727182]  systemd-1       0...1 1967879us : blk_mq_make_request: make rq -1 31
[   37.743930]  systemd-1       0...1 1968460us : blk_mq_free_request: complete: rq -1 30
[   37.760651]  systemd-1       0.... 1968469us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.777353]  systemd-1       0...1 1968512us : blk_mq_make_request: make rq -1 30
[   37.793908]  systemd-1       0...1 1969107us : blk_mq_free_request: complete: rq -1 31
[   37.810240]  systemd-1       0.... 1969116us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.826559]  systemd-1       0...1 1969157us : blk_mq_make_request: make rq -1 31
[   37.842892]  systemd-1       0...1 1969758us : blk_mq_free_request: complete: rq -1 30
[   37.859044]  systemd-1       0.... 1969767us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.874977]  systemd-1       0...1 1969809us : blk_mq_make_request: make rq -1 30
[   37.890887]  systemd-1       0...1 1970409us : blk_mq_free_request: complete: rq -1 31
[   37.906768]  systemd-1       0.... 1970418us : mmc_mq_queue_rq: queue rq -1 30, 0
[   37.922493]  systemd-1       0...1 1970460us : blk_mq_make_request: make rq -1 31
[   37.938011]  systemd-1       0...1 1971062us : blk_mq_free_request: complete: rq -1 30
[   37.953497]  systemd-1       0.... 1971071us : mmc_mq_queue_rq: queue rq -1 31, 0
[   37.968987]  systemd-1       0...1 1971112us : blk_mq_make_request: make rq -1 30
[   37.984305]  systemd-1       0...1 1971689us : blk_mq_free_request: complete: rq -1 31
[   37.999387]  systemd-1       0.... 1971698us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.014438]  systemd-1       0...1 1971739us : blk_mq_make_request: make rq -1 31
[   38.029536]  systemd-1       0...1 1972314us : blk_mq_free_request: complete: rq -1 30
[   38.044468]  systemd-1       0.... 1972323us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.059166]  systemd-1       0...1 1972365us : blk_mq_make_request: make rq -1 30
[   38.073855]  systemd-1       0...1 1972940us : blk_mq_free_request: complete: rq -1 31
[   38.088532]  systemd-1       0.... 1972949us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.103066]  systemd-1       0...1 1973003us : blk_mq_make_request: make rq -1 31
[   38.117417]  systemd-1       0...1 1973571us : blk_mq_free_request: complete: rq -1 30
[   38.131728]  systemd-1       0.... 1973580us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.146023]  systemd-1       0...1 1973638us : blk_mq_make_request: make rq -1 30
[   38.160172]  systemd-1       0...1 1974222us : blk_mq_free_request: complete: rq -1 31
[   38.174105]  systemd-1       0.... 1974231us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.188008]  systemd-1       0...1 1974297us : blk_mq_make_request: make rq -1 31
[   38.201924]  systemd-1       0...1 1974874us : blk_mq_free_request: complete: rq -1 30
[   38.215802]  systemd-1       0.... 1974883us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.229722]  systemd-1       0...1 1974925us : blk_mq_make_request: make rq -1 30
[   38.243621]  systemd-1       0...1 1975532us : blk_mq_free_request: complete: rq -1 31
[   38.257491]  systemd-1       0.... 1975541us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.271411]  systemd-1       0...1 1975582us : blk_mq_make_request: make rq -1 31
[   38.285294]  systemd-1       0...1 1976185us : blk_mq_free_request: complete: rq -1 30
[   38.299146]  systemd-1       0.... 1976193us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.313045]  systemd-1       0...1 1976235us : blk_mq_make_request: make rq -1 30
[   38.326938]  systemd-1       0...1 1976812us : blk_mq_free_request: complete: rq -1 31
[   38.340799]  systemd-1       0.... 1976821us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.354706]  systemd-1       0...1 1976862us : blk_mq_make_request: make rq -1 31
[   38.368594]  systemd-1       0...1 1977437us : blk_mq_free_request: complete: rq -1 30
[   38.382461]  systemd-1       0.... 1977446us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.396372]  systemd-1       0...1 1977488us : blk_mq_make_request: make rq -1 30
[   38.410252]  systemd-1       0...1 1978068us : blk_mq_free_request: complete: rq -1 31
[   38.424110]  systemd-1       0.... 1978077us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.438016]  systemd-1       0...1 1978119us : blk_mq_make_request: make rq -1 31
[   38.451909]  systemd-1       0...1 1978698us : blk_mq_free_request: complete: rq -1 30
[   38.465774]  systemd-1       0.... 1978707us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.479681]  systemd-1       0...1 1978750us : blk_mq_make_request: make rq -1 30
[   38.493568]  systemd-1       0...1 1979344us : blk_mq_free_request: complete: rq -1 31
[   38.507436]  systemd-1       0.... 1979353us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.521358]  systemd-1       0...1 1979396us : blk_mq_make_request: make rq -1 31
[   38.535255]  systemd-1       0...1 1979995us : blk_mq_free_request: complete: rq -1 30
[   38.549116]  systemd-1       0.... 1980004us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.563050]  systemd-1       0...1 1980046us : blk_mq_make_request: make rq -1 30
[   38.576951]  systemd-1       0...1 1980643us : blk_mq_free_request: complete: rq -1 31
[   38.590822]  systemd-1       0.... 1980652us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.604748]  systemd-1       0...1 1980694us : blk_mq_make_request: make rq -1 31
[   38.618660]  systemd-1       0...1 1981299us : blk_mq_free_request: complete: rq -1 30
[   38.632543]  systemd-1       0.... 1981308us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.646470]  systemd-1       0...1 1981350us : blk_mq_make_request: make rq -1 30
[   38.660373]  systemd-1       0...1 1981925us : blk_mq_free_request: complete: rq -1 31
[   38.674258]  systemd-1       0.... 1981934us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.688181]  systemd-1       0...1 1981976us : blk_mq_make_request: make rq -1 31
[   38.702090]  systemd-1       0...1 1982550us : blk_mq_free_request: complete: rq -1 30
[   38.715962]  systemd-1       0.... 1982559us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.729872]  systemd-1       0...1 1982601us : blk_mq_make_request: make rq -1 30
[   38.743756]  systemd-1       0...1 1983176us : blk_mq_free_request: complete: rq -1 31
[   38.757624]  systemd-1       0.... 1983185us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.771541]  systemd-1       0...1 1983244us : blk_mq_make_request: make rq -1 31
[   38.785449]  systemd-1       0...1 1983804us : blk_mq_free_request: complete: rq -1 30
[   38.799302]  systemd-1       0.... 1983813us : mmc_mq_queue_rq: queue rq -1 31, 0
[   38.813205]  systemd-1       0...1 1983833us : blk_mq_make_request: make rq -1 30
[   38.827079]  systemd-1       0...1 1984454us : blk_mq_free_request: complete: rq -1 31
[   38.840932]  systemd-1       0.... 1984463us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.854845] kworker/-98      0...1 1985094us : blk_mq_free_request: complete: rq -1 30
[   38.868859]  systemd-1       0...1 1985209us : blk_mq_make_request: make rq -1 30
[   38.882854]  systemd-1       0.... 1985290us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.896890] kworker/-98      0...1 1985814us : blk_mq_free_request: complete: rq -1 30
[   38.911032]  systemd-1       0...1 1986000us : blk_mq_make_request: make rq -1 30
[   38.925173]  systemd-1       0.... 1986092us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.939357]  systemd-1       0.... 1986099us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   38.953856] kworker/-98      0...1 1986935us : blk_mq_free_request: complete: rq -1 30
[   38.968412]  systemd-1       0...1 1996889us : blk_mq_make_request: make rq -1 30
[   38.983006]  systemd-1       0.... 1997253us : mmc_mq_queue_rq: queue rq -1 30, 0
[   38.997579]  systemd-1       0.... 1997260us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   39.012489] kworker/-98      0...1 2000815us : blk_mq_free_request: complete: rq -1 30
[   39.027537]  systemd-1       0...1 2001848us : blk_mq_make_request: make rq -1 30
[   39.042538]  systemd-1       0.... 2001973us : mmc_mq_queue_rq: queue rq -1 30, 0
[   39.057541]  systemd-1       0.... 2001980us : blk_mq_try_issue_list_directly: issue direct: rq -1 30, ret 0
[   39.072914]  systemd-1       0...1 2002568us : blk_mq_make_request: make rq -1 31
[   39.088230]  systemd-1       0...1 2003648us : blk_mq_free_request: complete: rq -1 30
[   39.103528]  systemd-1       0.... 2003656us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.118892] kworker/-98      0...1 2004269us : blk_mq_free_request: complete: rq -1 31
[   39.134360]  systemd-1       0...1 2004459us : blk_mq_make_request: make rq -1 31
[   39.149795]  systemd-1       0.... 2004528us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.165302] kworker/-98      0...1 2005182us : blk_mq_free_request: complete: rq -1 31
[   39.180908]  systemd-1       0...1 2005450us : blk_mq_make_request: make rq -1 31
[   39.196497]  systemd-1       0.... 2005517us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.212133]  systemd-1       0...1 2005550us : blk_mq_make_request: make rq -1 32
[   39.227756]  systemd-1       0...1 2006141us : blk_mq_free_request: complete: rq -1 31
[   39.243352]  systemd-1       0.... 2006148us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.258996]  systemd-1       0...1 2006181us : blk_mq_make_request: make rq -1 31
[   39.274603]  systemd-1       0...1 2006743us : blk_mq_free_request: complete: rq -1 32
[   39.290185]  systemd-1       0.... 2006750us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.305824]  systemd-1       0...1 2006782us : blk_mq_make_request: make rq -1 32
[   39.321448]  systemd-1       0...1 2007348us : blk_mq_free_request: complete: rq -1 31
[   39.337042]  systemd-1       0.... 2007354us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.352673]  systemd-1       0...1 2007386us : blk_mq_make_request: make rq -1 31
[   39.368283]  systemd-1       0...1 2007958us : blk_mq_free_request: complete: rq -1 32
[   39.383867]  systemd-1       0.... 2007964us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.399496]  systemd-1       0...1 2007995us : blk_mq_make_request: make rq -1 32
[   39.415107]  systemd-1       0...1 2008600us : blk_mq_free_request: complete: rq -1 31
[   39.430705]  systemd-1       0.... 2008608us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.446326]  systemd-1       0...1 2008639us : blk_mq_make_request: make rq -1 31
[   39.461937]  systemd-1       0...1 2009226us : blk_mq_free_request: complete: rq -1 32
[   39.477531]  systemd-1       0.... 2009233us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.493166]  systemd-1       0...1 2009264us : blk_mq_make_request: make rq -1 32
[   39.508775]  systemd-1       0...1 2009854us : blk_mq_free_request: complete: rq -1 31
[   39.524348]  systemd-1       0.... 2009861us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.539984]  systemd-1       0...1 2009892us : blk_mq_make_request: make rq -1 31
[   39.555599]  systemd-1       0...1 2010486us : blk_mq_free_request: complete: rq -1 32
[   39.571212]  systemd-1       0.... 2010493us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.586865]  systemd-1       0...1 2010537us : blk_mq_make_request: make rq -1 32
[   39.602507]  systemd-1       0...1 2011088us : blk_mq_free_request: complete: rq -1 31
[   39.618018]  systemd-1       0.... 2011095us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.633506]  systemd-1       0...1 2011126us : blk_mq_make_request: make rq -1 31
[   39.649028]  systemd-1       0...1 2011693us : blk_mq_free_request: complete: rq -1 32
[   39.664420]  systemd-1       0.... 2011699us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.679765]  systemd-1       0...1 2011730us : blk_mq_make_request: make rq -1 32
[   39.695134]  systemd-1       0...1 2012295us : blk_mq_free_request: complete: rq -1 31
[   39.710339]  systemd-1       0.... 2012302us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.725342]  systemd-1       0...1 2012334us : blk_mq_make_request: make rq -1 31
[   39.740326]  systemd-1       0...1 2012899us : blk_mq_free_request: complete: rq -1 32
[   39.755271]  systemd-1       0.... 2012906us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.770067]  systemd-1       0...1 2012937us : blk_mq_make_request: make rq -1 32
[   39.784634]  systemd-1       0...1 2013526us : blk_mq_free_request: complete: rq -1 31
[   39.799160]  systemd-1       0.... 2013533us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.813687]  systemd-1       0...1 2013564us : blk_mq_make_request: make rq -1 31
[   39.828079]  systemd-1       0...1 2014153us : blk_mq_free_request: complete: rq -1 32
[   39.842304]  systemd-1       0.... 2014160us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.856577]  systemd-1       0...1 2014190us : blk_mq_make_request: make rq -1 32
[   39.870810]  systemd-1       0...1 2014780us : blk_mq_free_request: complete: rq -1 31
[   39.884904]  systemd-1       0.... 2014786us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.898970]  systemd-1       0...1 2014817us : blk_mq_make_request: make rq -1 31
[   39.913051]  systemd-1       0...1 2015410us : blk_mq_free_request: complete: rq -1 32
[   39.927001]  systemd-1       0.... 2015417us : mmc_mq_queue_rq: queue rq -1 31, 0
[   39.940916]  systemd-1       0...1 2015448us : blk_mq_make_request: make rq -1 32
[   39.954840]  systemd-1       0...1 2016012us : blk_mq_free_request: complete: rq -1 31
[   39.968738]  systemd-1       0.... 2016019us : mmc_mq_queue_rq: queue rq -1 32, 0
[   39.982669]  systemd-1       0...1 2016050us : blk_mq_make_request: make rq -1 31
[   39.996597]  systemd-1       0...1 2016616us : blk_mq_free_request: complete: rq -1 32
[   40.010487]  systemd-1       0.... 2016623us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.024454]  systemd-1       0...1 2016654us : blk_mq_make_request: make rq -1 32
[   40.038389]  systemd-1       0...1 2017219us : blk_mq_free_request: complete: rq -1 31
[   40.052304]  systemd-1       0.... 2017226us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.066254]  systemd-1       0...1 2017256us : blk_mq_make_request: make rq -1 31
[   40.080178]  systemd-1       0...1 2017826us : blk_mq_free_request: complete: rq -1 32
[   40.094064]  systemd-1       0.... 2017833us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.108001]  systemd-1       0...1 2017864us : blk_mq_make_request: make rq -1 32
[   40.121919]  systemd-1       0...1 2018457us : blk_mq_free_request: complete: rq -1 31
[   40.135819]  systemd-1       0.... 2018465us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.149740]  systemd-1       0...1 2018497us : blk_mq_make_request: make rq -1 31
[   40.163658]  systemd-1       0...1 2019082us : blk_mq_free_request: complete: rq -1 32
[   40.177555]  systemd-1       0.... 2019089us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.191485]  systemd-1       0...1 2019120us : blk_mq_make_request: make rq -1 32
[   40.205393]  systemd-1       0...1 2019711us : blk_mq_free_request: complete: rq -1 31
[   40.219279]  systemd-1       0.... 2019718us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.233204]  systemd-1       0...1 2019772us : blk_mq_make_request: make rq -1 31
[   40.247106]  systemd-1       0...1 2020342us : blk_mq_free_request: complete: rq -1 32
[   40.260990]  systemd-1       0.... 2020348us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.274900]  systemd-1       0...1 2020380us : blk_mq_make_request: make rq -1 32
[   40.288778]  systemd-1       0...1 2021556us : blk_mq_free_request: complete: rq -1 31
[   40.302628]  systemd-1       0.... 2021566us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.316509]  systemd-1       0...1 2021610us : blk_mq_make_request: make rq -1 31
[   40.330374]  systemd-1       0...1 2022172us : blk_mq_free_request: complete: rq -1 32
[   40.344213]  systemd-1       0.... 2022181us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.358097]  systemd-1       0...1 2022223us : blk_mq_make_request: make rq -1 32
[   40.371980]  systemd-1       0...1 2022792us : blk_mq_free_request: complete: rq -1 31
[   40.385827]  systemd-1       0.... 2022802us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.399715]  systemd-1       0...1 2022847us : blk_mq_make_request: make rq -1 31
[   40.413579]  systemd-1       0...1 2023414us : blk_mq_free_request: complete: rq -1 32
[   40.427426]  systemd-1       0.... 2023423us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.441328]  systemd-1       0...1 2023465us : blk_mq_make_request: make rq -1 32
[   40.455196]  systemd-1       0...1 2024061us : blk_mq_free_request: complete: rq -1 31
[   40.469041]  systemd-1       0.... 2024070us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.482927]  systemd-1       0...1 2024112us : blk_mq_make_request: make rq -1 31
[   40.496801]  systemd-1       0...1 2024702us : blk_mq_free_request: complete: rq -1 32
[   40.510631]  systemd-1       0.... 2024711us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.524503]  systemd-1       0...1 2024752us : blk_mq_make_request: make rq -1 32
[   40.538350]  systemd-1       0...1 2025350us : blk_mq_free_request: complete: rq -1 31
[   40.552184]  systemd-1       0.... 2025359us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.566069]  systemd-1       0...1 2025379us : blk_mq_make_request: make rq -1 31
[   40.579933]  systemd-1       0...1 2025971us : blk_mq_free_request: complete: rq -1 32
[   40.593764]  systemd-1       0.... 2025980us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.607642] kworker/-98      0...1 2026603us : blk_mq_free_request: complete: rq -1 31
[   40.621642]  systemd-1       0...1 2026765us : blk_mq_make_request: make rq -1 31
[   40.635605]  systemd-1       0.... 2026850us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.649630] kworker/-98      0...1 2027701us : blk_mq_free_request: complete: rq -1 31
[   40.663769]  systemd-1       0...1 2027841us : blk_mq_make_request: make rq -1 31
[   40.677880]  systemd-1       0.... 2027924us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.692043]  systemd-1       0...1 2027966us : blk_mq_make_request: make rq -1 32
[   40.706172]  systemd-1       0...1 2028737us : blk_mq_free_request: complete: rq -1 31
[   40.720291]  systemd-1       0.... 2028747us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.734441]  systemd-1       0...1 2028790us : blk_mq_make_request: make rq -1 31
[   40.748565]  systemd-1       0...1 2029336us : blk_mq_free_request: complete: rq -1 32
[   40.762686]  systemd-1       0.... 2029346us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.776850]  systemd-1       0...1 2029388us : blk_mq_make_request: make rq -1 32
[   40.790990]  systemd-1       0...1 2029935us : blk_mq_free_request: complete: rq -1 31
[   40.805094]  systemd-1       0.... 2029944us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.819248]  systemd-1       0...1 2029986us : blk_mq_make_request: make rq -1 31
[   40.833393]  systemd-1       0...1 2030539us : blk_mq_free_request: complete: rq -1 32
[   40.847522]  systemd-1       0.... 2030548us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.861690]  systemd-1       0...1 2030606us : blk_mq_make_request: make rq -1 32
[   40.875857]  systemd-1       0...1 2031161us : blk_mq_free_request: complete: rq -1 31
[   40.890006]  systemd-1       0.... 2031170us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.904193]  systemd-1       0...1 2031212us : blk_mq_make_request: make rq -1 31
[   40.918378]  systemd-1       0...1 2031782us : blk_mq_free_request: complete: rq -1 32
[   40.932535]  systemd-1       0.... 2031791us : mmc_mq_queue_rq: queue rq -1 31, 0
[   40.946734]  systemd-1       0...1 2031835us : blk_mq_make_request: make rq -1 32
[   40.960917]  systemd-1       0...1 2032407us : blk_mq_free_request: complete: rq -1 31
[   40.975101]  systemd-1       0.... 2032416us : mmc_mq_queue_rq: queue rq -1 32, 0
[   40.989319]  systemd-1       0...1 2032458us : blk_mq_make_request: make rq -1 31
[   41.003523]  systemd-1       0...1 2033005us : blk_mq_free_request: complete: rq -1 32
[   41.017715]  systemd-1       0.... 2033013us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.031950]  systemd-1       0...1 2033069us : blk_mq_make_request: make rq -1 32
[   41.046161]  systemd-1       0...1 2033607us : blk_mq_free_request: complete: rq -1 31
[   41.060340]  systemd-1       0.... 2033616us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.074570]  systemd-1       0...1 2033684us : blk_mq_make_request: make rq -1 31
[   41.088772]  systemd-1       0...1 2034207us : blk_mq_free_request: complete: rq -1 32
[   41.102950]  systemd-1       0.... 2034217us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.117161]  systemd-1       0...1 2034258us : blk_mq_make_request: make rq -1 32
[   41.131353]  systemd-1       0...1 2034810us : blk_mq_free_request: complete: rq -1 31
[   41.145523]  systemd-1       0.... 2034819us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.159721]  systemd-1       0...1 2034861us : blk_mq_make_request: make rq -1 31
[   41.173894]  systemd-1       0...1 2035437us : blk_mq_free_request: complete: rq -1 32
[   41.188042]  systemd-1       0.... 2035446us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.202245]  systemd-1       0...1 2035488us : blk_mq_make_request: make rq -1 32
[   41.216430]  systemd-1       0...1 2036066us : blk_mq_free_request: complete: rq -1 31
[   41.230598]  systemd-1       0.... 2036075us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.244807]  systemd-1       0...1 2036117us : blk_mq_make_request: make rq -1 31
[   41.259011]  systemd-1       0...1 2036689us : blk_mq_free_request: complete: rq -1 32
[   41.273193]  systemd-1       0.... 2036698us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.287426]  systemd-1       0...1 2036739us : blk_mq_make_request: make rq -1 32
[   41.301641]  systemd-1       0...1 2037315us : blk_mq_free_request: complete: rq -1 31
[   41.315727]  systemd-1       0.... 2037324us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.329809]  systemd-1       0...1 2037365us : blk_mq_make_request: make rq -1 31
[   41.343903]  systemd-1       0...1 2037913us : blk_mq_free_request: complete: rq -1 32
[   41.357853]  systemd-1       0.... 2037921us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.371780]  systemd-1       0...1 2037963us : blk_mq_make_request: make rq -1 32
[   41.385711]  systemd-1       0...1 2038524us : blk_mq_free_request: complete: rq -1 31
[   41.399623]  systemd-1       0.... 2038533us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.413567]  systemd-1       0...1 2038578us : blk_mq_make_request: make rq -1 31
[   41.427506]  systemd-1       0...1 2039118us : blk_mq_free_request: complete: rq -1 32
[   41.441425]  systemd-1       0.... 2039127us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.455384]  systemd-1       0...1 2039170us : blk_mq_make_request: make rq -1 32
[   41.469326]  systemd-1       0...1 2039722us : blk_mq_free_request: complete: rq -1 31
[   41.483244]  systemd-1       0.... 2039732us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.497202]  systemd-1       0...1 2039791us : blk_mq_make_request: make rq -1 31
[   41.511141]  systemd-1       0...1 2040344us : blk_mq_free_request: complete: rq -1 32
[   41.525067]  systemd-1       0.... 2040354us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.539026]  systemd-1       0...1 2040395us : blk_mq_make_request: make rq -1 32
[   41.552963]  systemd-1       0...1 2041006us : blk_mq_free_request: complete: rq -1 31
[   41.566873]  systemd-1       0.... 2041015us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.580818]  systemd-1       0...1 2041057us : blk_mq_make_request: make rq -1 31
[   41.594736]  systemd-1       0...1 2041627us : blk_mq_free_request: complete: rq -1 32
[   41.608614]  systemd-1       0.... 2041637us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.622545]  systemd-1       0...1 2041678us : blk_mq_make_request: make rq -1 32
[   41.636451]  systemd-1       0...1 2042254us : blk_mq_free_request: complete: rq -1 31
[   41.650333]  systemd-1       0.... 2042264us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.664252]  systemd-1       0...1 2042305us : blk_mq_make_request: make rq -1 31
[   41.678157]  systemd-1       0...1 2042854us : blk_mq_free_request: complete: rq -1 32
[   41.692031]  systemd-1       0.... 2042863us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.705933]  systemd-1       0...1 2042905us : blk_mq_make_request: make rq -1 32
[   41.719821]  systemd-1       0...1 2043453us : blk_mq_free_request: complete: rq -1 31
[   41.733693]  systemd-1       0.... 2043463us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.747600]  systemd-1       0...1 2043505us : blk_mq_make_request: make rq -1 31
[   41.761495]  systemd-1       0...1 2044054us : blk_mq_free_request: complete: rq -1 32
[   41.775373]  systemd-1       0.... 2044063us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.789294]  systemd-1       0...1 2044105us : blk_mq_make_request: make rq -1 32
[   41.803198]  systemd-1       0...1 2044655us : blk_mq_free_request: complete: rq -1 31
[   41.817081]  systemd-1       0.... 2044664us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.831009]  systemd-1       0...1 2044707us : blk_mq_make_request: make rq -1 31
[   41.844934]  systemd-1       0...1 2045286us : blk_mq_free_request: complete: rq -1 32
[   41.858839]  systemd-1       0.... 2045295us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.872782]  systemd-1       0...1 2045337us : blk_mq_make_request: make rq -1 32
[   41.886718]  systemd-1       0...1 2045910us : blk_mq_free_request: complete: rq -1 31
[   41.900614]  systemd-1       0.... 2045919us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.914548]  systemd-1       0...1 2045961us : blk_mq_make_request: make rq -1 31
[   41.928468]  systemd-1       0...1 2046540us : blk_mq_free_request: complete: rq -1 32
[   41.942353]  systemd-1       0.... 2046549us : mmc_mq_queue_rq: queue rq -1 31, 0
[   41.956277]  systemd-1       0...1 2046591us : blk_mq_make_request: make rq -1 32
[   41.970182]  systemd-1       0...1 2047168us : blk_mq_free_request: complete: rq -1 31
[   41.984061]  systemd-1       0.... 2047177us : mmc_mq_queue_rq: queue rq -1 32, 0
[   41.997969]  systemd-1       0...1 2047197us : blk_mq_make_request: make rq -1 31
[   42.011854]  systemd-1       0...1 2047765us : blk_mq_free_request: complete: rq -1 32
[   42.025725]  systemd-1       0.... 2047774us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.039660] kworker/-98      0...1 2048456us : blk_mq_free_request: complete: rq -1 31
[   42.053697]  systemd-1       0...1 2048619us : blk_mq_make_request: make rq -1 31
[   42.067713]  systemd-1       0.... 2048709us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.081797] kworker/-98      0...1 2049344us : blk_mq_free_request: complete: rq -1 31
[   42.095983]  systemd-1       0...1 2049619us : blk_mq_make_request: make rq -1 31
[   42.110136]  systemd-1       0.... 2049705us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.124350]  systemd-1       0...1 2049764us : blk_mq_make_request: make rq -1 32
[   42.138547]  systemd-1       0...1 2050330us : blk_mq_free_request: complete: rq -1 31
[   42.152733]  systemd-1       0.... 2050340us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.166960]  systemd-1       0...1 2050383us : blk_mq_make_request: make rq -1 31
[   42.181174]  systemd-1       0...1 2050931us : blk_mq_free_request: complete: rq -1 32
[   42.195360]  systemd-1       0.... 2050941us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.209565]  systemd-1       0...1 2050983us : blk_mq_make_request: make rq -1 32
[   42.223760]  systemd-1       0...1 2051530us : blk_mq_free_request: complete: rq -1 31
[   42.237936]  systemd-1       0.... 2051539us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.252148]  systemd-1       0...1 2051581us : blk_mq_make_request: make rq -1 31
[   42.266347]  systemd-1       0...1 2052135us : blk_mq_free_request: complete: rq -1 32
[   42.280528]  systemd-1       0.... 2052143us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.294758]  systemd-1       0...1 2052185us : blk_mq_make_request: make rq -1 32
[   42.308969]  systemd-1       0...1 2052769us : blk_mq_free_request: complete: rq -1 31
[   42.323156]  systemd-1       0.... 2052778us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.337376]  systemd-1       0...1 2052819us : blk_mq_make_request: make rq -1 31
[   42.351591]  systemd-1       0...1 2053397us : blk_mq_free_request: complete: rq -1 32
[   42.365778]  systemd-1       0.... 2053406us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.380027]  systemd-1       0...1 2053447us : blk_mq_make_request: make rq -1 32
[   42.394248]  systemd-1       0...1 2054019us : blk_mq_free_request: complete: rq -1 31
[   42.408437]  systemd-1       0.... 2054028us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.422667]  systemd-1       0...1 2054072us : blk_mq_make_request: make rq -1 31
[   42.436888]  systemd-1       0...1 2054665us : blk_mq_free_request: complete: rq -1 32
[   42.451072]  systemd-1       0.... 2054674us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.465297]  systemd-1       0...1 2054715us : blk_mq_make_request: make rq -1 32
[   42.479507]  systemd-1       0...1 2055266us : blk_mq_free_request: complete: rq -1 31
[   42.493690]  systemd-1       0.... 2055275us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.507920]  systemd-1       0...1 2055316us : blk_mq_make_request: make rq -1 31
[   42.522138]  systemd-1       0...1 2055866us : blk_mq_free_request: complete: rq -1 32
[   42.536315]  systemd-1       0.... 2055875us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.550532]  systemd-1       0...1 2055917us : blk_mq_make_request: make rq -1 32
[   42.564736]  systemd-1       0...1 2056472us : blk_mq_free_request: complete: rq -1 31
[   42.578914]  systemd-1       0.... 2056481us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.593142]  systemd-1       0...1 2056522us : blk_mq_make_request: make rq -1 31
[   42.607359]  systemd-1       0...1 2057096us : blk_mq_free_request: complete: rq -1 32
[   42.621562]  systemd-1       0.... 2057105us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.635815]  systemd-1       0...1 2057146us : blk_mq_make_request: make rq -1 32
[   42.650058]  systemd-1       0...1 2057723us : blk_mq_free_request: complete: rq -1 31
[   42.664275]  systemd-1       0.... 2057732us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.678532]  systemd-1       0...1 2057773us : blk_mq_make_request: make rq -1 31
[   42.692770]  systemd-1       0...1 2058471us : blk_mq_free_request: complete: rq -1 32
[   42.706995]  systemd-1       0.... 2058481us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.721248]  systemd-1       0...1 2058524us : blk_mq_make_request: make rq -1 32
[   42.735489]  systemd-1       0...1 2059096us : blk_mq_free_request: complete: rq -1 31
[   42.749592]  systemd-1       0.... 2059105us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.763684]  systemd-1       0...1 2059164us : blk_mq_make_request: make rq -1 31
[   42.777791]  systemd-1       0...1 2059698us : blk_mq_free_request: complete: rq -1 32
[   42.791759]  systemd-1       0.... 2059707us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.805706]  systemd-1       0...1 2059750us : blk_mq_make_request: make rq -1 32
[   42.819665]  systemd-1       0...1 2060298us : blk_mq_free_request: complete: rq -1 31
[   42.833608]  systemd-1       0.... 2060307us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.847587]  systemd-1       0...1 2060364us : blk_mq_make_request: make rq -1 31
[   42.861557]  systemd-1       0...1 2060901us : blk_mq_free_request: complete: rq -1 32
[   42.875487]  systemd-1       0.... 2060910us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.889460]  systemd-1       0...1 2060952us : blk_mq_make_request: make rq -1 32
[   42.903419]  systemd-1       0...1 2061504us : blk_mq_free_request: complete: rq -1 31
[   42.917361]  systemd-1       0.... 2061513us : mmc_mq_queue_rq: queue rq -1 32, 0
[   42.931343]  systemd-1       0...1 2061555us : blk_mq_make_request: make rq -1 31
[   42.945312]  systemd-1       0...1 2062147us : blk_mq_free_request: complete: rq -1 32
[   42.959262]  systemd-1       0.... 2062156us : mmc_mq_queue_rq: queue rq -1 31, 0
[   42.973240]  systemd-1       0...1 2062198us : blk_mq_make_request: make rq -1 32
[   42.987198]  systemd-1       0...1 2062770us : blk_mq_free_request: complete: rq -1 31
[   43.001138]  systemd-1       0.... 2062779us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.015114]  systemd-1       0...1 2062820us : blk_mq_make_request: make rq -1 31
[   43.029091]  systemd-1       0...1 2063396us : blk_mq_free_request: complete: rq -1 32
[   43.043039]  systemd-1       0.... 2063405us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.057032]  systemd-1       0...1 2063447us : blk_mq_make_request: make rq -1 32
[   43.070988]  systemd-1       0...1 2064023us : blk_mq_free_request: complete: rq -1 31
[   43.084921]  systemd-1       0.... 2064032us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.098885]  systemd-1       0...1 2064074us : blk_mq_make_request: make rq -1 31
[   43.112831]  systemd-1       0...1 2064624us : blk_mq_free_request: complete: rq -1 32
[   43.126754]  systemd-1       0.... 2064633us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.140728]  systemd-1       0...1 2064675us : blk_mq_make_request: make rq -1 32
[   43.154676]  systemd-1       0...1 2065223us : blk_mq_free_request: complete: rq -1 31
[   43.168597]  systemd-1       0.... 2065232us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.182568]  systemd-1       0...1 2065274us : blk_mq_make_request: make rq -1 31
[   43.196522]  systemd-1       0...1 2065825us : blk_mq_free_request: complete: rq -1 32
[   43.210438]  systemd-1       0.... 2065834us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.224414]  systemd-1       0...1 2065875us : blk_mq_make_request: make rq -1 32
[   43.238358]  systemd-1       0...1 2066428us : blk_mq_free_request: complete: rq -1 31
[   43.252284]  systemd-1       0.... 2066437us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.266244]  systemd-1       0...1 2066479us : blk_mq_make_request: make rq -1 31
[   43.280185]  systemd-1       0...1 2067066us : blk_mq_free_request: complete: rq -1 32
[   43.294092]  systemd-1       0.... 2067075us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.308036]  systemd-1       0...1 2067116us : blk_mq_make_request: make rq -1 32
[   43.321967]  systemd-1       0...1 2067690us : blk_mq_free_request: complete: rq -1 31
[   43.335878]  systemd-1       0.... 2067698us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.349821]  systemd-1       0...1 2067740us : blk_mq_make_request: make rq -1 31
[   43.363753]  systemd-1       0...1 2068407us : blk_mq_free_request: complete: rq -1 32
[   43.377658]  systemd-1       0.... 2068416us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.391604]  systemd-1       0...1 2068475us : blk_mq_make_request: make rq -1 32
[   43.405531]  systemd-1       0...1 2068970us : blk_mq_free_request: complete: rq -1 31
[   43.419431]  systemd-1       0.... 2068979us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.433350]  systemd-1       0...1 2068999us : blk_mq_make_request: make rq -1 31
[   43.447239]  systemd-1       0...1 2069570us : blk_mq_free_request: complete: rq -1 32
[   43.461103]  systemd-1       0.... 2069579us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.475022] kworker/-98      0...1 2070161us : blk_mq_free_request: complete: rq -1 31
[   43.489044]  systemd-1       0...1 2070321us : blk_mq_make_request: make rq -1 31
[   43.503030]  systemd-1       0.... 2070405us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.517080] kworker/-98      0...1 2071251us : blk_mq_free_request: complete: rq -1 31
[   43.531221]  systemd-1       0...1 2071789us : blk_mq_make_request: make rq -1 31
[   43.545341]  systemd-1       0.... 2071879us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.559511]  systemd-1       0...1 2071922us : blk_mq_make_request: make rq -1 32
[   43.573673]  systemd-1       0...1 2072547us : blk_mq_free_request: complete: rq -1 31
[   43.587811]  systemd-1       0.... 2072557us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.601981]  systemd-1       0...1 2072601us : blk_mq_make_request: make rq -1 31
[   43.616143]  systemd-1       0...1 2073205us : blk_mq_free_request: complete: rq -1 32
[   43.630271]  systemd-1       0.... 2073214us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.644443]  systemd-1       0...1 2073256us : blk_mq_make_request: make rq -1 32
[   43.658606]  systemd-1       0...1 2073820us : blk_mq_free_request: complete: rq -1 31
[   43.672753]  systemd-1       0.... 2073829us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.686933]  systemd-1       0...1 2073870us : blk_mq_make_request: make rq -1 31
[   43.701087]  systemd-1       0...1 2074438us : blk_mq_free_request: complete: rq -1 32
[   43.715223]  systemd-1       0.... 2074447us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.729400]  systemd-1       0...1 2074526us : blk_mq_make_request: make rq -1 32
[   43.743557]  systemd-1       0...1 2075055us : blk_mq_free_request: complete: rq -1 31
[   43.757702]  systemd-1       0.... 2075064us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.771887]  systemd-1       0...1 2075106us : blk_mq_make_request: make rq -1 31
[   43.786060]  systemd-1       0...1 2075674us : blk_mq_free_request: complete: rq -1 32
[   43.800210]  systemd-1       0.... 2075683us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.814403]  systemd-1       0...1 2075725us : blk_mq_make_request: make rq -1 32
[   43.828584]  systemd-1       0...1 2076319us : blk_mq_free_request: complete: rq -1 31
[   43.842742]  systemd-1       0.... 2076328us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.856943]  systemd-1       0...1 2076370us : blk_mq_make_request: make rq -1 31
[   43.871129]  systemd-1       0...1 2076954us : blk_mq_free_request: complete: rq -1 32
[   43.885282]  systemd-1       0.... 2076963us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.899486]  systemd-1       0...1 2077005us : blk_mq_make_request: make rq -1 32
[   43.913667]  systemd-1       0...1 2077597us : blk_mq_free_request: complete: rq -1 31
[   43.927834]  systemd-1       0.... 2077606us : mmc_mq_queue_rq: queue rq -1 32, 0
[   43.942043]  systemd-1       0...1 2077648us : blk_mq_make_request: make rq -1 31
[   43.956240]  systemd-1       0...1 2078239us : blk_mq_free_request: complete: rq -1 32
[   43.970421]  systemd-1       0.... 2078248us : mmc_mq_queue_rq: queue rq -1 31, 0
[   43.984636]  systemd-1       0...1 2078403us : blk_mq_make_request: make rq -1 32
[   43.998846]  systemd-1       0...1 2078857us : blk_mq_free_request: complete: rq -1 31
[   44.013007]  systemd-1       0.... 2078866us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.027228]  systemd-1       0...1 2078909us : blk_mq_make_request: make rq -1 31
[   44.041448]  systemd-1       0...1 2079475us : blk_mq_free_request: complete: rq -1 32
[   44.055632]  systemd-1       0.... 2079484us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.069858]  systemd-1       0...1 2079526us : blk_mq_make_request: make rq -1 32
[   44.084073]  systemd-1       0...1 2080090us : blk_mq_free_request: complete: rq -1 31
[   44.098277]  systemd-1       0.... 2080099us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.112519]  systemd-1       0...1 2080141us : blk_mq_make_request: make rq -1 31
[   44.126768]  systemd-1       0...1 2080711us : blk_mq_free_request: complete: rq -1 32
[   44.140993]  systemd-1       0.... 2080720us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.155257]  systemd-1       0...1 2080762us : blk_mq_make_request: make rq -1 32
[   44.169509]  systemd-1       0...1 2081350us : blk_mq_free_request: complete: rq -1 31
[   44.183619]  systemd-1       0.... 2081359us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.197701]  systemd-1       0...1 2081400us : blk_mq_make_request: make rq -1 31
[   44.211798]  systemd-1       0...1 2081989us : blk_mq_free_request: complete: rq -1 32
[   44.225771]  systemd-1       0.... 2081998us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.239718]  systemd-1       0...1 2082040us : blk_mq_make_request: make rq -1 32
[   44.253697]  systemd-1       0...1 2082668us : blk_mq_free_request: complete: rq -1 31
[   44.267646]  systemd-1       0.... 2082678us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.281622]  systemd-1       0...1 2082720us : blk_mq_make_request: make rq -1 31
[   44.295598]  systemd-1       0...1 2083311us : blk_mq_free_request: complete: rq -1 32
[   44.309544]  systemd-1       0.... 2083320us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.323534]  systemd-1       0...1 2083362us : blk_mq_make_request: make rq -1 32
[   44.337492]  systemd-1       0...1 2083929us : blk_mq_free_request: complete: rq -1 31
[   44.351425]  systemd-1       0.... 2083937us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.365405]  systemd-1       0...1 2083979us : blk_mq_make_request: make rq -1 31
[   44.379370]  systemd-1       0...1 2084545us : blk_mq_free_request: complete: rq -1 32
[   44.393316]  systemd-1       0.... 2084553us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.407294]  systemd-1       0...1 2084595us : blk_mq_make_request: make rq -1 32
[   44.421261]  systemd-1       0...1 2085159us : blk_mq_free_request: complete: rq -1 31
[   44.435197]  systemd-1       0.... 2085168us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.449174]  systemd-1       0...1 2085209us : blk_mq_make_request: make rq -1 31
[   44.463133]  systemd-1       0...1 2085779us : blk_mq_free_request: complete: rq -1 32
[   44.477051]  systemd-1       0.... 2085789us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.491006]  systemd-1       0...1 2085830us : blk_mq_make_request: make rq -1 32
[   44.504949]  systemd-1       0...1 2086419us : blk_mq_free_request: complete: rq -1 31
[   44.518871]  systemd-1       0.... 2086428us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.532830]  systemd-1       0...1 2086470us : blk_mq_make_request: make rq -1 31
[   44.546773]  systemd-1       0...1 2087061us : blk_mq_free_request: complete: rq -1 32
[   44.560699]  systemd-1       0.... 2087070us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.574669]  systemd-1       0...1 2087111us : blk_mq_make_request: make rq -1 32
[   44.588617]  systemd-1       0...1 2087700us : blk_mq_free_request: complete: rq -1 31
[   44.602530]  systemd-1       0.... 2087710us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.616479]  systemd-1       0...1 2087768us : blk_mq_make_request: make rq -1 31
[   44.630406]  systemd-1       0...1 2088485us : blk_mq_free_request: complete: rq -1 32
[   44.644309]  systemd-1       0.... 2088494us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.658253]  systemd-1       0...1 2088537us : blk_mq_make_request: make rq -1 32
[   44.672176]  systemd-1       0...1 2089100us : blk_mq_free_request: complete: rq -1 31
[   44.686082]  systemd-1       0.... 2089109us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.700037]  systemd-1       0...1 2089152us : blk_mq_make_request: make rq -1 31
[   44.713958]  systemd-1       0...1 2089719us : blk_mq_free_request: complete: rq -1 32
[   44.727845]  systemd-1       0.... 2089728us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.741781]  systemd-1       0...1 2089769us : blk_mq_make_request: make rq -1 32
[   44.755686]  systemd-1       0...1 2090331us : blk_mq_free_request: complete: rq -1 31
[   44.769574]  systemd-1       0.... 2090340us : mmc_mq_queue_rq: queue rq -1 32, 0
[   44.783494]  systemd-1       0...1 2090367us : blk_mq_make_request: make rq -1 31
[   44.797396]  systemd-1       0...1 2090951us : blk_mq_free_request: complete: rq -1 32
[   44.811260]  systemd-1       0.... 2090960us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.825201] kworker/-98      0...1 2091601us : blk_mq_free_request: complete: rq -1 31
[   44.839238]  systemd-1       0...1 2091769us : blk_mq_make_request: make rq -1 31
[   44.853257]  systemd-1       0.... 2091860us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.867327]  systemd-1       0.... 2091867us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   44.881706] kworker/-98      0...1 2092495us : blk_mq_free_request: complete: rq -1 31
[   44.896134]  systemd-1       0...1 2093010us : blk_mq_make_request: make rq -1 31
[   44.910599]  systemd-1       0.... 2093115us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.925041]  systemd-1       0.... 2093122us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   44.939826] kworker/-98      0...1 2094119us : blk_mq_free_request: complete: rq -1 31
[   44.954710]  systemd-1       0...1 2109072us : blk_mq_make_request: make rq -1 31
[   44.969571]  systemd-1       0.... 2109171us : mmc_mq_queue_rq: queue rq -1 31, 0
[   44.984433]  systemd-1       0.... 2109178us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   44.999676] kworker/-98      0...1 2110008us : blk_mq_free_request: complete: rq -1 31
[   45.014931]  systemd-1       0...1 2110617us : blk_mq_make_request: make rq -1 31
[   45.030202]  systemd-1       0.... 2110676us : mmc_mq_queue_rq: queue rq -1 31, 0
[   45.045532]  systemd-1       0.... 2110699us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   45.061164] kworker/-98      0...1 2111336us : blk_mq_free_request: complete: rq -1 31
[   45.076859]  systemd-1       0...1 2111621us : blk_mq_make_request: make rq -1 31
[   45.092581]  systemd-1       0.... 2111685us : mmc_mq_queue_rq: queue rq -1 31, 0
[   45.108269]  systemd-1       0.... 2111690us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   45.124313] kworker/-98      0...1 2112320us : blk_mq_free_request: complete: rq -1 31
[   45.140458]  systemd-1       0...1 2112448us : blk_mq_make_request: make rq -1 31
[   45.156546]  systemd-1       0.... 2112565us : mmc_mq_queue_rq: queue rq -1 31, 0
[   45.172640]  systemd-1       0.... 2112569us : blk_mq_try_issue_list_directly: issue direct: rq -1 31, ret 0
[   45.189104]  systemd-1       0...1 2114006us : blk_mq_make_request: make rq -1 32
[   45.205526]  systemd-1       0...1 2114238us : blk_mq_free_request: complete: rq -1 31
[   45.221931]  systemd-1       0.... 2114246us : mmc_mq_queue_rq: queue rq -1 32, 0
[   45.238378] kworker/-98      0...1 2114701us : blk_mq_free_request: complete: rq -1 32
[   45.254923]  systemd-1       0...1 2114839us : blk_mq_make_request: make rq -1 32
[   45.271447]  systemd-1       0.... 2114904us : mmc_mq_queue_rq: queue rq -1 32, 0
[   45.288029]  systemd-1       0.... 2114909us : blk_mq_try_issue_list_directly: issue direct: rq -1 32, ret 0
[   45.304918] kworker/-98      0...1 2115544us : blk_mq_free_request: complete: rq -1 32
[   45.321870] (sd-exec-101     1...1 2123858us : blk_mq_make_request: make rq -1 54
[   45.338887] (sd-exec-101     1.... 2123940us : mmc_mq_queue_rq: queue rq -1 54, 0
[   45.355895]   <idle>-0       1dnh1 2124838us : blk_mq_free_request: complete: rq -1 54
[   45.373057] (direxec-102     0...1 2127339us : blk_mq_make_request: make rq -1 32
[   45.390287] (direxec-102     0.... 2127484us : mmc_mq_queue_rq: queue rq -1 32, 0
[   45.407492] (direxec-102     0.... 2127490us : blk_mq_try_issue_list_directly: issue direct: rq -1 32, ret 0
[   45.425044] kworker/-98      0...1 2128804us : blk_mq_free_request: complete: rq -1 32
[   45.442707] systemd--103     0...1 2133510us : blk_mq_make_request: make rq -1 32
[   45.460352] systemd--103     0.... 2133711us : mmc_mq_queue_rq: queue rq -1 32, 0
[   45.477989] systemd--103     0.... 2133717us : blk_mq_try_issue_list_directly: issue direct: rq -1 32, ret 0
[   45.496023] kworker/-98      0...1 2134883us : blk_mq_free_request: complete: rq -1 32
[   45.514081] systemd--103     0...1 2136212us : blk_mq_make_request: make rq -1 32
[   45.532141] systemd--103     0.... 2136325us : mmc_mq_queue_rq: queue rq -1 32, 0
[   45.550253] systemd--103     0.... 2136330us : blk_mq_try_issue_list_directly: issue direct: rq -1 32, ret 0
[   45.568655] systemd--104     0...1 2136412us : blk_mq_make_request: make rq -1 33
[   45.587030] systemd--108     0...1 2137516us : blk_mq_make_request: make rq -1 34
[   45.605311] systemd--108     0.n.1 2137711us : blk_mq_free_request: complete: rq -1 32
[   45.623542] kworker/-98      0...1 2138591us : blk_mq_free_request: complete: rq -1 34
[   45.641560] systemd--105     1...1 2139408us : blk_mq_make_request: make rq -1 54
[   45.659566] systemd--105     1.... 2139526us : mmc_mq_queue_rq: queue rq -1 54, 0
[   45.677572] systemd--105     1.... 2139531us : blk_mq_try_issue_list_directly: issue direct: rq -1 54, ret 0
[   45.695766] (direxec-106     1...1 2140531us : blk_mq_make_request: make rq -1 55
[   45.713773] (direxec-106     1d.h1 2140681us : blk_mq_free_request: complete: rq -1 54
[   45.731751] systemd--104     0.... 2140692us : mmc_mq_queue_rq: queue rq -1 33, 0
[   45.749796] (direxec-106     1.... 2140698us : mmc_mq_queue_rq: queue rq -1 55, 0
[   45.767577] (direxec-106     1.... 2140701us : blk_mq_try_issue_list_directly: issue direct: rq -1 55, ret 0
[   45.785483] systemd--104     0.... 2140707us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   45.803234] systemd--107     1...1 2141708us : blk_mq_make_request: make rq -1 54
[   45.820985] kworker/-98      0...1 2141714us : blk_mq_free_request: complete: rq -1 33
[   45.838644] systemd--107     1.... 2141812us : mmc_mq_queue_rq: queue rq -1 54, 0
[   45.856174] systemd--107     1.... 2141816us : blk_mq_try_issue_list_directly: issue direct: rq -1 54, ret 0
[   45.873989] systemd--105     1...1 2143225us : blk_mq_make_request: make rq -1 56
[   45.891784] systemd--105     1.... 2143349us : mmc_mq_queue_rq: queue rq -1 56, 0
[   45.909428] systemd--105     1.... 2143355us : blk_mq_try_issue_list_directly: issue direct: rq -1 56, ret 0
[   45.927197] systemd--109     1...1 2144373us : blk_mq_make_request: make rq -1 57
[   45.944928] systemd--108     0.... 2144419us : mmc_mq_queue_rq: queue rq -1 34, 0
[   45.962694] systemd--108     0.... 2144425us : blk_mq_try_issue_list_directly: issue direct: rq -1 34, ret 0
[   45.980649] systemd--109     1d.h1 2144430us : blk_mq_free_request: complete: rq -1 56
[   45.998398] systemd--109     1.... 2144512us : mmc_mq_queue_rq: queue rq -1 57, 0
[   46.016158] systemd--109     1.... 2144516us : blk_mq_try_issue_list_directly: issue direct: rq -1 57, ret 0
[   46.034255] systemd--105     1d.h. 2145306us : blk_mq_free_request: complete: rq -1 57
[   46.052214] kworker/-20      1.... 2156370us : mmc_mq_queue_rq: queue rq -1 54, 0
[   46.070128] (sd-exec-101     1dnh2 2157473us : blk_mq_free_request: complete: rq -1 54
[   46.088250] systemd--107     1...1 2158768us : blk_mq_make_request: make rq -1 54
[   46.106345] systemd--107     1.... 2158864us : mmc_mq_queue_rq: queue rq -1 54, 0
[   46.124346] systemd--107     1.... 2158869us : blk_mq_try_issue_list_directly: issue direct: rq -1 54, ret 0
[   46.142655] systemd--109     1d.h. 2159590us : blk_mq_free_request: complete: rq -1 54
[   46.160960] systemd--110     1...1 2169960us : blk_mq_make_request: make rq -1 54
[   46.179086] systemd--110     1.... 2170118us : mmc_mq_queue_rq: queue rq -1 54, 0
[   46.197005] systemd--110     1.... 2170122us : blk_mq_try_issue_list_directly: issue direct: rq -1 54, ret 0
[   46.215224] systemd--109     1dnh1 2171218us : blk_mq_free_request: complete: rq -1 54
[   46.233466] systemd--111     0...1 2171641us : blk_mq_make_request: make rq -1 33
[   46.251535] systemd--111     0.... 2171750us : mmc_mq_queue_rq: queue rq -1 33, 0
[   46.269564] systemd--111     0.... 2171754us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   46.287931] kworker/-98      0...1 2172883us : blk_mq_free_request: complete: rq -1 33
[   46.306206] systemd--111     0...1 2174085us : blk_mq_make_request: make rq -1 33
[   46.324245] systemd--111     0.... 2174185us : mmc_mq_queue_rq: queue rq -1 33, 0
[   46.342247] systemd--111     0.... 2174189us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   46.360571] kworker/-98      0...1 2174959us : blk_mq_free_request: complete: rq -1 33
[   46.378805] (direxec-113     0...1 2178726us : blk_mq_make_request: make rq -1 33
[   46.396802] (direxec-113     0.... 2178870us : mmc_mq_queue_rq: queue rq -1 33, 0
[   46.414768] (direxec-113     0.... 2178874us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   46.433081] kworker/-98      0...1 2179897us : blk_mq_free_request: complete: rq -1 33
[   46.451298] systemd--104     0...1 2193833us : blk_mq_make_request: make rq -1 33
[   46.469363] systemd--107     1...1 2194215us : blk_mq_make_request: make rq -1 54
[   46.487449] systemd--104     0.... 2194254us : mmc_mq_queue_rq: queue rq -1 33, 0
[   46.505601] systemd--104     0.... 2194258us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   46.524176] systemd--105     1...1 2200158us : blk_mq_make_request: make rq -1 56
[   46.542700] systemd--105     1.... 2200494us : mmc_mq_queue_rq: queue rq -1 56, 0
[   46.561230] systemd--105     1...1 2200529us : blk_mq_make_request: make rq -1 57
[   46.579626] systemd--108     0dnh. 2200553us : blk_mq_free_request: complete: rq -1 33
[   46.597833] systemd--103     0...1 2200987us : blk_mq_make_request: make rq -1 33
[   46.616025] systemd--103     0.... 2201194us : mmc_mq_queue_rq: queue rq -1 33, 0
[   46.634132] systemd--103     0.... 2201197us : blk_mq_try_issue_list_directly: issue direct: rq -1 33, ret 0
[   46.652687] systemd--110     1d.h. 2201204us : blk_mq_free_request: complete: rq -1 56
[   46.671103] systemd--109     1...1 2204184us : blk_mq_make_request: make rq -1 56
[   46.689585] systemd--105     1.... 2204508us : mmc_mq_queue_rq: queue rq -1 57, 0
[   46.707936] systemd--111     0dnh. 2204549us : blk_mq_free_request: complete: rq -1 33
[   46.726361] systemd--105     1...1 2204552us : blk_mq_make_request: make rq -1 58
[   46.744633] systemd--107     1...1 2204946us : blk_mq_free_request: complete: rq -1 57
[   46.762746] systemd--107     1.... 2204952us : mmc_mq_queue_rq: queue rq -1 54, 0
[   46.780702] systemd--107     1.... 2204956us : blk_mq_try_issue_list_directly: issue direct: rq -1 54, ret 0
[   46.798984] systemd--105     1...1 2205851us : blk_mq_free_request: complete: rq -1 54
[   46.817105] systemd--105     1.... 2205859us : mmc_mq_queue_rq: queue rq -1 58, 0
[   46.835065] systemd--105     1...1 2205902us : blk_mq_make_request: make rq -1 54
[   46.852992] systemd--107     1...1 2206055us : blk_mq_make_request: make rq -1 57
[   46.870625] systemd--107     1...1 2206483us : blk_mq_free_request: complete: rq -1 58
[   46.888060] systemd--107     1.... 2206490us : mmc_mq_queue_rq: queue rq -1 57, 0
[   46.905437] systemd--107     1.... 2206493us : blk_mq_try_issue_list_directly: issue direct: rq -1 57, ret 0
[   46.923002] systemd--105     1...1 2207082us : blk_mq_free_request: complete: rq -1 57
[   46.940408] systemd--105     1.... 2207088us : mmc_mq_queue_rq: queue rq -1 54, 0
[   46.957665] systemd--105     1...1 2207124us : blk_mq_make_request: make rq -1 57
[   46.974791] systemd--107     1...1 2207214us : blk_mq_make_request: make rq -1 58
[   46.991720] systemd--105     1...1 2207679us : blk_mq_free_request: complete: rq -1 54
[   47.008622] systemd--105     1.... 2207685us : mmc_mq_queue_rq: queue rq -1 57, 0
[   47.025393] systemd--105     1...1 2207715us : blk_mq_make_request: make rq -1 54
[   47.042006] systemd--105     1...1 2208427us : blk_mq_free_request: complete: rq -1 57
[   47.058608] systemd--105     1.... 2208434us : mmc_mq_queue_rq: queue rq -1 54, 0
[   47.075178] systemd--105     1...1 2208471us : blk_mq_make_request: make rq -1 57
[   47.091600] systemd--105     1...1 2208932us : blk_mq_free_request: complete: rq -1 54
[   47.107813] systemd--105     1.... 2208938us : mmc_mq_queue_rq: queue rq -1 57, 0
[   47.124019] systemd--105     1...1 2208966us : blk_mq_make_request: make rq -1 54
[   47.140223] systemd--105     1...1 2209583us : blk_mq_free_request: complete: rq -1 57
[   47.156271] systemd--105     1.... 2209590us : mmc_mq_queue_rq: queue rq -1 54, 0
[   47.172083] systemd--105     1...1 2209620us : blk_mq_make_request: make rq -1 57
[   47.187884] systemd--105     1...1 2210213us : blk_mq_free_request: complete: rq -1 54
[   47.203671] systemd--105     1.... 2210219us : mmc_mq_queue_rq: queue rq -1 57, 0
[   47.219313] systemd--105     1...1 2210247us : blk_mq_make_request: make rq -1 54
[   47.234757] systemd--105     1...1 2210850us : blk_mq_free_request: complete: rq -1 57
[   47.250149] systemd--105     1.... 2210857us : mmc_mq_queue_rq: queue rq -1 54, 0
[   47.265524] systemd--105     1...1 2210895us : blk_mq_make_request: make rq -1 57
[   47.280766] systemd--105     1...1 2211510us : blk_mq_free_request: complete: rq -1 54
[   47.295763] systemd--105     1.... 2211517us : mmc_mq_queue_rq: queue rq -1 57, 0
[   47.310699] systemd--105     1...1 2211555us : blk_mq_make_request: make rq -1 54
[   47.325810] systemd--105     1...1 2212138us : blk_mq_free_request: complete: rq -1 57
[   47.340882] systemd--105     1.... 2212145us : mmc_mq_queue_rq: queue rq -1 54, 0
[   47.355795] systemd--105     1...1 2212175us : blk_mq_make_request: make rq -1 57
[   47.370549] systemd--105     1...1 2212752us : blk_mq_free_request: complete: rq -1 54
[   47.385264] systemd--105     1.... 2212760us : mmc_mq_queue_rq: queue rq -1 57, 0
[   47.399968] systemd--111     0...1 2212766us : blk_mq_make_request: make rq -1 33
[   47.414707] systemd--105     1...1 2212786us : blk_mq_make_request: make rq -1 54
[   47.429319] systemd--107     1...1 2213355us : blk_mq_free_request: complete: rq -1 57
[   47.443898] systemd--107     1.... 2213361us : mmc_mq_queue_rq: queue rq -1 58, 0
[   47.458326] systemd--107     1.... 2213364us : blk_mq_try_issue_list_directly: issue direct: rq -1 58, ret 0
[   47.472925] systemd--105     1...1 2214169us : blk_mq_free_request: complete: rq -1 58
[   47.487523] systemd--105     1.... 2214178us : mmc_mq_queue_rq: queue rq -1 54, 0
[   47.502095] systemd--105     1...1 2214218us : blk_mq_make_request: make rq -1 58
[   47.516600] systemd--107     1...1 2214344us : blk_mq_make_request: make rq -1 59
[   47.530955] systemd--107     1...1 2214775us : blk_mq_free_request: complete: rq -1 54
[   47.545328] systemd--107     1.... 2214782us : mmc_mq_queue_rq: queue rq -1 59, 0
[   47.559667] systemd--107     1.... 2214785us : blk_mq_try_issue_list_directly: issue direct: rq -1 59, ret 0
[   47.574201] systemd--105     1...1 2215364us : blk_mq_free_request: complete: rq -1 59
[   47.588578] systemd--105     1.... 2215370us : mmc_mq_queue_rq: queue rq -1 58, 0
[   47.602917] systemd--105     1...1 2215405us : blk_mq_make_request: make rq -1 59
[   47.617265] systemd--107     1...1 2215493us : blk_mq_make_request: make rq -1 60
[   47.631621] systemd--105     1...1 2215969us : blk_mq_free_request: complete: rq -1 58
[   47.646016] systemd--105     1.... 2215976us : mmc_mq_queue_rq: queue rq -1 59, 0
[   47.660372] systemd--105     1...1 2216006us : blk_mq_make_request: make rq -1 58
[   47.674596] systemd--107     1...1 2216587us : blk_mq_free_request: complete: rq -1 59
[   47.688643] systemd--107     1.... 2216593us : mmc_mq_queue_rq: queue rq -1 60, 0
[   47.702675] systemd--107     1.... 2216596us : blk_mq_try_issue_list_directly: issue direct: rq -1 60, ret 0
[   47.717037] systemd--105     1...1 2217181us : blk_mq_free_request: complete: rq -1 60
[   47.731576] systemd--105     1.... 2217188us : mmc_mq_queue_rq: queue rq -1 58, 0
[   47.746148] systemd--105     1...1 2217220us : blk_mq_make_request: make rq -1 60
[   47.760669] systemd--107     1...1 2217332us : blk_mq_make_request: make rq -1 61
[   47.775031] systemd--107     1...1 2217797us : blk_mq_free_request: complete: rq -1 58
[   47.789416] systemd--107     1.... 2217804us : mmc_mq_queue_rq: queue rq -1 61, 0
[   47.803778] systemd--107     1.... 2217807us : blk_mq_try_issue_list_directly: issue direct: rq -1 61, ret 0
[   47.818485] systemd--109     1...1 2218662us : blk_mq_free_request: complete: rq -1 61
[   47.833252] systemd--109     1.... 2218670us : mmc_mq_queue_rq: queue rq -1 56, 0
[   47.847978] systemd--109     1...1 2218710us : blk_mq_make_request: make rq -1 61
[   47.862700] systemd--107     1...1 2218840us : blk_mq_make_request: make rq -1 62
[   47.877302] systemd--105     1...1 2219446us : blk_mq_free_request: complete: rq -1 56
[   47.891868] systemd--105     1.... 2219453us : mmc_mq_queue_rq: queue rq -1 60, 0
[   47.906419] systemd--105     1...1 2219483us : blk_mq_make_request: make rq -1 56
[   47.921037] systemd--109     1...1 2220078us : blk_mq_free_request: complete: rq -1 60
[   47.935614] systemd--109     1.... 2220084us : mmc_mq_queue_rq: queue rq -1 61, 0
[   47.950180] systemd--109     1...1 2220115us : blk_mq_make_request: make rq -1 60
[   47.964799] systemd--111     0.... 2220695us : mmc_mq_queue_rq: queue rq -1 33, 0
[   47.979430]   <idle>-0       1d.h2 2220703us : blk_mq_free_request: complete: rq -1 61
[   47.994221] systemd--107     1.... 2221396us : mmc_mq_queue_rq: queue rq -1 62, 0
[   48.009166] systemd--107     1.... 2221401us : blk_mq_try_issue_list_directly: issue direct: rq -1 62, ret 0
[   48.024463]   <idle>-0       0dnh1 2221412us : blk_mq_free_request: complete: rq -1 33
[   48.039827] systemd--111     0...1 2221817us : blk_mq_make_request: make rq -1 33
[   48.055243] systemd--111     0.... 2222077us : mmc_mq_queue_rq: queue rq -1 33, 0
[   48.070649]   <idle>-0       1dnh1 2222095us : blk_mq_free_request: complete: rq -1 62
[   48.086213] systemd--107     1...1 2222150us : blk_mq_make_request: make rq -1 62
[   48.101850] systemd--105     1.... 2222562us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.117483]   <idle>-0       0dnh1 2222578us : blk_mq_free_request: complete: rq -1 33
[   48.133256] systemd--105     1...1 2222592us : blk_mq_make_request: make rq -1 0
[   48.149184] systemd--111     0...1 2222739us : blk_mq_make_request: make rq -1 33
[   48.165009] systemd--111     0.... 2223172us : mmc_mq_queue_rq: queue rq -1 33, 0
[   48.180830]   <idle>-0       1d.h2 2223182us : blk_mq_free_request: complete: rq -1 56
[   48.196663] systemd--109     1.... 2223979us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.212446]   <idle>-0       0dnh1 2223991us : blk_mq_free_request: complete: rq -1 33
[   48.228356] systemd--109     1...1 2224005us : blk_mq_make_request: make rq -1 56
[   48.244274] systemd--111     0...1 2224072us : blk_mq_make_request: make rq -1 33
[   48.260214] systemd--111     0.... 2224780us : mmc_mq_queue_rq: queue rq -1 33, 0
[   48.276216]   <idle>-0       1d.h2 2224788us : blk_mq_free_request: complete: rq -1 60
[   48.292330] systemd--105     1.... 2225399us : mmc_mq_queue_rq: queue rq -1 0, 0
[   48.308402]   <idle>-0       0dnh1 2225415us : blk_mq_free_request: complete: rq -1 33
[   48.324490] systemd--105     1...1 2225424us : blk_mq_make_request: make rq -1 60
[   48.340548] systemd--111     0...1 2225455us : blk_mq_make_request: make rq -1 33
[   48.356454] systemd--111     0.... 2226001us : mmc_mq_queue_rq: queue rq -1 33, 0
[   48.372550]   <idle>-0       1d.h2 2226011us : blk_mq_free_request: complete: rq -1 0
[   48.388827] systemd--107     1.... 2226599us : mmc_mq_queue_rq: queue rq -1 62, 0
[   48.405165] systemd--107     1.... 2226603us : blk_mq_try_issue_list_directly: issue direct: rq -1 62, ret 0
[   48.421849]   <idle>-0       0dnh1 2226613us : blk_mq_free_request: complete: rq -1 33
[   48.438658] systemd--111     0...1 2227184us : blk_mq_make_request: make rq -1 33
[   48.455446] systemd--111     0.... 2227296us : mmc_mq_queue_rq: queue rq -1 33, 0
[   48.472105]   <idle>-0       1dnh2 2227311us : blk_mq_free_request: complete: rq -1 62
[   48.488767] systemd--107     1...1 2227369us : blk_mq_make_request: make rq -1 62
[   48.505422] systemd--109     1.... 2227910us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.522106]   <idle>-0       0dnh1 2227925us : blk_mq_free_request: complete: rq -1 33
[   48.539119] systemd--109     1...1 2227936us : blk_mq_make_request: make rq -1 0
[   48.556184] systemd--111     0...1 2228454us : blk_mq_make_request: make rq -1 33
[   48.573077] systemd--105     1...1 2228530us : blk_mq_free_request: complete: rq -1 56
[   48.589823] systemd--105     1.... 2228536us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.606396] systemd--105     1...1 2228562us : blk_mq_make_request: make rq -1 56
[   48.622962] systemd--105     1...1 2229153us : blk_mq_free_request: complete: rq -1 60
[   48.639507] systemd--105     1.... 2229158us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.656217] systemd--105     1...1 2229182us : blk_mq_make_request: make rq -1 60
[   48.672965] systemd--105     1...1 2229758us : blk_mq_free_request: complete: rq -1 56
[   48.689660] systemd--105     1.... 2229763us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.706339] systemd--105     1...1 2229786us : blk_mq_make_request: make rq -1 56
[   48.723069] systemd--105     1...1 2230479us : blk_mq_free_request: complete: rq -1 60
[   48.739749] systemd--105     1.... 2230486us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.756415] systemd--105     1...1 2230518us : blk_mq_make_request: make rq -1 60
[   48.773071] systemd--105     1...1 2231117us : blk_mq_free_request: complete: rq -1 56
[   48.789566] systemd--105     1.... 2231124us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.805915] systemd--105     1...1 2231153us : blk_mq_make_request: make rq -1 56
[   48.822116] systemd--105     1...1 2231757us : blk_mq_free_request: complete: rq -1 60
[   48.838044] systemd--105     1.... 2231764us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.853925] systemd--105     1...1 2231794us : blk_mq_make_request: make rq -1 60
[   48.869799] systemd--105     1...1 2232394us : blk_mq_free_request: complete: rq -1 56
[   48.885506] systemd--105     1.... 2232400us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.901167] systemd--105     1...1 2232429us : blk_mq_make_request: make rq -1 56
[   48.916825] systemd--105     1...1 2233008us : blk_mq_free_request: complete: rq -1 60
[   48.932325] systemd--105     1.... 2233014us : mmc_mq_queue_rq: queue rq -1 56, 0
[   48.947767] systemd--105     1...1 2233044us : blk_mq_make_request: make rq -1 60
[   48.963355] systemd--105     1...1 2233609us : blk_mq_free_request: complete: rq -1 56
[   48.978906] systemd--105     1.... 2233616us : mmc_mq_queue_rq: queue rq -1 60, 0
[   48.994327] systemd--105     1...1 2233645us : blk_mq_make_request: make rq -1 56
[   49.009624] systemd--105     1...1 2234210us : blk_mq_free_request: complete: rq -1 60
[   49.024776] systemd--105     1.... 2234216us : mmc_mq_queue_rq: queue rq -1 56, 0
[   49.039856] systemd--105     1...1 2234235us : blk_mq_make_request: make rq -1 60
[   49.055098] systemd--105     1...1 2234816us : blk_mq_free_request: complete: rq -1 56
[   49.070310] systemd--105     1.... 2234823us : mmc_mq_queue_rq: queue rq -1 60, 0
[   49.085399] systemd--109     0.... 2235455us : mmc_mq_queue_rq: queue rq -1 0, 0
[   49.100233]   <idle>-0       1dnh1 2235470us : blk_mq_free_request: complete: rq -1 60
[   49.115087] systemd--109     0...1 2235489us : blk_mq_make_request: make rq -1 34
[   49.129906] systemd--105     1...1 2235624us : blk_mq_make_request: make rq -1 60
[   49.144739] systemd--105     1...1 2236085us : blk_mq_free_request: complete: rq -1 0
[   49.159524] systemd--105     1.... 2236092us : mmc_mq_queue_rq: queue rq -1 60, 0
[   49.174187] systemd--105     1.... 2236096us : blk_mq_try_issue_list_directly: issue direct: rq -1 60, ret 0
[   49.189050] systemd--107     0.... 2236899us : mmc_mq_queue_rq: queue rq -1 62, 0
[   49.203742] systemd--107     0.... 2236904us : blk_mq_try_issue_list_directly: issue direct: rq -1 62, ret 0
[   49.218555]   <idle>-0       1dnh1 2236918us : blk_mq_free_request: complete: rq -1 60
[   49.233398] systemd--105     1...1 2237411us : blk_mq_make_request: make rq -1 60
[   49.248160] ---------------------------------
[   49.262723] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   49.277550] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   49.292413] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   49.307053] mmc3: sdhci: Argument:  0x00504300 | Trn mode: 0x00000033
[   49.321594] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   49.336223] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   49.350824] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   49.365311] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   49.379701] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   49.394106] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   49.408447] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   49.422769] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   49.437074] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   49.451323] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   49.465441] mmc3: sdhci: Host ctl2: 0x00000000
[   49.479467] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   49.493596] mmc3: sdhci: ============================================
[   49.508002] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[   49.511090] rcu: 	(detected by 0, t=4728 jiffies, g=-895, q=355)
[   49.513717] rcu: All QSes seen, last rcu_preempt kthread activity 4728 (-25051--29779), jiffies_till_next_fqs=1, root ->qsmask 0x0
[   49.516497] systemd-rc-loca R  running task        0   109    101 0x00000002
[   49.519333] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   49.522207] [<c010dc90>] (show_stack) from [<c0156920>] (sched_show_task+0xd4/0x108)
[   49.525111] [<c0156920>] (sched_show_task) from [<c019fa78>] (rcu_check_callbacks+0x7d8/0x8fc)
[   49.528076] [<c019fa78>] (rcu_check_callbacks) from [<c01ab64c>] (update_process_times+0x40/0x6c)
[   49.531080] [<c01ab64c>] (update_process_times) from [<c01bdf70>] (tick_sched_handle+0x70/0x7c)
[   49.534122] [<c01bdf70>] (tick_sched_handle) from [<c01be1cc>] (tick_sched_timer+0x58/0xa8)
[   49.537212] [<c01be1cc>] (tick_sched_timer) from [<c01ac388>] (__hrtimer_run_queues+0x1e0/0x3a0)
[   49.540340] [<c01ac388>] (__hrtimer_run_queues) from [<c01ad20c>] (hrtimer_interrupt+0x128/0x2a8)
[   49.543516] [<c01ad20c>] (hrtimer_interrupt) from [<c01113c4>] (twd_handler+0x3c/0x48)
[   49.546733] [<c01113c4>] (twd_handler) from [<c018cda4>] (handle_percpu_devid_irq+0xc4/0x2ac)
[   49.549997] [<c018cda4>] (handle_percpu_devid_irq) from [<c0187590>] (generic_handle_irq+0x28/0x38)
[   49.553312] [<c0187590>] (generic_handle_irq) from [<c0187c58>] (__handle_domain_irq+0xb0/0xc4)
[   49.556675] [<c0187c58>] (__handle_domain_irq) from [<c010225c>] (gic_handle_irq+0x5c/0x88)
[   49.560069] [<c010225c>] (gic_handle_irq) from [<c0101a10>] (__irq_svc+0x70/0xb0)
[   49.563485] Exception stack(0xedb8d5c0 to 0xedb8d608)
[   49.566916] d5c0: 00000000 2ea40000 20070193 c0c80b50 edb8c000 00000000 c0c831fc 00000040
[   49.570429] d5e0: ef235800 c0c83240 c0d03080 edb8d65c edb8d610 edb8d610 c0102340 c0102344
[   49.573985] d600: 20070113 ffffffff
[   49.577498] [<c0101a10>] (__irq_svc) from [<c0102344>] (__do_softirq+0xbc/0x42c)
[   49.581097] [<c0102344>] (__do_softirq) from [<c0132aa8>] (irq_exit+0x74/0xf8)
[   49.584747] [<c0132aa8>] (irq_exit) from [<c0187c38>] (__handle_domain_irq+0x90/0xc4)
[   49.588447] [<c0187c38>] (__handle_domain_irq) from [<c010225c>] (gic_handle_irq+0x5c/0x88)
[   49.592186] [<c010225c>] (gic_handle_irq) from [<c0101a10>] (__irq_svc+0x70/0xb0)
[   49.595918] Exception stack(0xedb8d6c0 to 0xedb8d708)
[   49.599623] d6c0: 00000000 2ea40000 20070093 c0c80b50 60070013 ee81e680 c0e3a0c0 c0e418c8
[   49.603381] d6e0: 20070093 c0e9cc00 c0d17fb4 edb8d724 edb8d710 edb8d710 c08937e4 c08937e8
[   49.607124] d700: 20070013 ffffffff
[   49.610835] [<c0101a10>] (__irq_svc) from [<c08937e8>] (_raw_spin_unlock_irqrestore+0x7c/0x80)
[   49.614642] [<c08937e8>] (_raw_spin_unlock_irqrestore) from [<c01a4c3c>] (check_unmap+0x724/0x8a4)
[   49.618475] [<c01a4c3c>] (check_unmap) from [<c01a5000>] (debug_dma_unmap_sg+0xf0/0x160)
[   49.622332] [<c01a5000>] (debug_dma_unmap_sg) from [<c07303c8>] (sdhci_post_req+0x78/0xb4)
[   49.626244] [<c07303c8>] (sdhci_post_req) from [<c072bdcc>] (mmc_blk_mq_post_req+0x40/0xc8)
[   49.630209] [<c072bdcc>] (mmc_blk_mq_post_req) from [<c072da74>] (mmc_blk_mq_issue_rq+0x634/0x788)
[   49.634235] [<c072da74>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   49.638276] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   49.642384] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   49.646580] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   49.650833] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   49.655129] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   49.659468] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   49.663845] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   49.668246] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   49.672684] [<c0310684>] (ll_rw_block) from [<c03107a0>] (__breadahead+0x58/0x88)
[   49.677155] [<c03107a0>] (__breadahead) from [<c039e460>] (__ext4_get_inode_loc+0x3c0/0x57c)
[   49.681681] [<c039e460>] (__ext4_get_inode_loc) from [<c03a1304>] (ext4_iget+0x64/0xbd8)
[   49.686226] [<c03a1304>] (ext4_iget) from [<c03a1ea4>] (ext4_iget_normal+0x2c/0x38)
[   49.690777] [<c03a1ea4>] (ext4_iget_normal) from [<c03bb9d4>] (ext4_lookup+0x12c/0x204)
[   49.695336] [<c03bb9d4>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   49.699825] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   49.704243] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   49.708659] [<c02deaa4>] (walk_component) from [<c02e0ec0>] (link_path_walk.part.4+0x1b8/0x448)
[   49.713101] [<c02e0ec0>] (link_path_walk.part.4) from [<c02e173c>] (path_lookupat+0xec/0x208)
[   49.717544] [<c02e173c>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[   49.721971] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[   49.726401] [<c02e1df4>] (user_path_at_empty) from [<c02cfaf8>] (do_faccessat+0xd4/0x1fc)
[   49.730819] [<c02cfaf8>] (do_faccessat) from [<c02cfc60>] (sys_access+0x24/0x28)
[   49.735230] [<c02cfc60>] (sys_access) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   49.739613] Exception stack(0xedb8dfa8 to 0xedb8dff0)
[   49.743953] dfa0:                   00000000 00000000 0047cdb0 00000001 b6fb27c0 00000010
[   49.748332] dfc0: 00000000 00000000 00000000 00000021 00000000 00000000 0048cf88 00000000
[   49.752676] dfe0: 00000021 bee85cd4 b6f0dd9b b6e98206
[   49.756963] rcu: rcu_preempt kthread starved for 4728 jiffies! g-895 f0x2 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=0
[   49.761345] rcu: RCU grace-period kthread stack dump:
[   49.765680] rcu_preempt     R  running task        0    10      2 0x00000000
[   49.770047] [<c088d9e4>] (__schedule) from [<c088dbf8>] (schedule+0xb0/0xe0)
[   49.774394] [<c088dbf8>] (schedule) from [<c089243c>] (schedule_timeout+0x324/0x3f8)
[   49.778754] [<c089243c>] (schedule_timeout) from [<c019b480>] (rcu_gp_kthread+0x9d8/0x1320)
[   49.783108] [<c019b480>] (rcu_gp_kthread) from [<c014d7c0>] (kthread+0x150/0x168)
[   49.787453] [<c014d7c0>] (kthread) from [<c01010b4>] (ret_from_fork+0x14/0x20)
[   49.791790] Exception stack(0xef2bffb0 to 0xef2bfff8)
[   49.796098] ffa0:                                     00000000 00000000 00000000 00000000
[   49.800459] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   49.804781] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   49.821475] ------------[ cut here ]------------
[   49.837712] WARNING: CPU: 0 PID: 111 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   49.854173] Modules linked in:
[   49.870422] CPU: 0 PID: 111 Comm: systemd-sysv-ge Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   49.887222] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   49.903906] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   49.920642] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   49.937337] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   49.953880] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   49.970412] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   49.987117] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   50.003717] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   50.020222] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   50.036680] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   50.053121] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   50.069538] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   50.086016] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   50.102676] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   50.119479] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   50.136331] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   50.153177] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   50.169991] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   50.186741] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   50.203475] [<c0310684>] (ll_rw_block) from [<c03a0b88>] (ext4_bread+0x5c/0xc4)
[   50.220205] [<c03a0b88>] (ext4_bread) from [<c03b98c4>] (__ext4_read_dirblock+0x3c/0x390)
[   50.237034] [<c03b98c4>] (__ext4_read_dirblock) from [<c03bb4f0>] (ext4_find_entry+0x1e4/0x59c)
[   50.253932] [<c03bb4f0>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[   50.270791] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   50.287567] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   50.304251] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   50.320927] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[   50.337601] [<c02e1788>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[   50.354257] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[   50.370996] [<c02e1df4>] (user_path_at_empty) from [<c02d8138>] (vfs_statx+0x78/0xdc)
[   50.387707] [<c02d8138>] (vfs_statx) from [<c02d8a8c>] (sys_lstat64+0x44/0x78)
[   50.404336] [<c02d8a8c>] (sys_lstat64) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   50.421068] Exception stack(0xedbd9fa8 to 0xedbd9ff0)
[   50.437681] 9fa0:                   00cab670 bea6f9a0 00cb5a68 bea6f9a0 bea6f9a0 00000000
[   50.454374] 9fc0: 00cab670 bea6f9a0 00cb5a68 000000c4 bea6fba4 00000000 00000000 00000000
[   50.470899] 9fe0: 000000c4 bea6f97c b6f130b7 b6e9e206
[   50.487300] ---[ end trace 349aac7f62021f8f ]---
[   50.506177] ------------[ cut here ]------------
[   50.510445] WARNING: CPU: 0 PID: 111 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   50.514765] Modules linked in:
[   50.519019] CPU: 0 PID: 111 Comm: systemd-sysv-ge Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   50.523440] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   50.527849] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   50.532272] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   50.536716] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   50.541177] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   50.545651] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   50.550124] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   50.554556] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   50.558942] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   50.563286] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   50.567628] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   50.571976] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   50.576373] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   50.580808] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   50.585245] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   50.589706] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   50.594167] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   50.598615] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   50.603041] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   50.607446] [<c0310684>] (ll_rw_block) from [<c03a0b88>] (ext4_bread+0x5c/0xc4)
[   50.611827] [<c03a0b88>] (ext4_bread) from [<c03b98c4>] (__ext4_read_dirblock+0x3c/0x390)
[   50.616191] [<c03b98c4>] (__ext4_read_dirblock) from [<c03bb4f0>] (ext4_find_entry+0x1e4/0x59c)
[   50.620545] [<c03bb4f0>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[   50.624889] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   50.629203] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   50.633491] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   50.637792] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[   50.642114] [<c02e1788>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[   50.646439] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[   50.650778] [<c02e1df4>] (user_path_at_empty) from [<c02d8138>] (vfs_statx+0x78/0xdc)
[   50.655103] [<c02d8138>] (vfs_statx) from [<c02d8a8c>] (sys_lstat64+0x44/0x78)
[   50.659407] [<c02d8a8c>] (sys_lstat64) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   50.663713] Exception stack(0xedbd9fa8 to 0xedbd9ff0)
[   50.668004] 9fa0:                   00cab670 bea6f9a0 00cb60a8 bea6f9a0 bea6f9a0 00000000
[   50.672352] 9fc0: 00cab670 bea6f9a0 00cb60a8 000000c4 bea6fba4 00000000 00000000 00000000
[   50.676689] 9fe0: 000000c4 bea6f97c b6f130b7 b6e9e206
[   50.680980] ---[ end trace 349aac7f62021f90 ]---
[   92.132886] systemd[1]: (sd-executor) terminated by signal ALRM.
[   92.295852] random: crng init done
[   92.576106] systemd[1]: Reached target Remote File Systems.
[   92.588238] systemd[1]: Reached target User and Group Name Lookups.
[   92.598076] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   92.609067] systemd[1]: Created slice System Slice.
[   92.618123] systemd[1]: Listening on udev Kernel Socket.
[   92.627048] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   92.635869] systemd[1]: Listening on udev Control Socket.
[   92.644605] systemd[1]: Listening on fsck to fsckd communication Socket.
[   92.653925] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   92.819812] ------------[ cut here ]------------
[   92.819836] WARNING: CPU: 1 PID: 119 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   92.819839] Modules linked in:
[   92.819851] CPU: 1 PID: 119 Comm: udevadm Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   92.819854] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   92.819877] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   92.819888] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   92.819903] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   92.819914] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   92.819924] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   92.819935] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   92.819951] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   92.819962] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   92.819973] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   92.819982] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   92.819993] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   92.820004] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   92.820012] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   92.820021] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   92.820030] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   92.820040] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   92.820049] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   92.820058] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   92.820075] [<c0310684>] (ll_rw_block) from [<c03a0cd0>] (ext4_bread_batch+0xe0/0x144)
[   92.820090] [<c03a0cd0>] (ext4_bread_batch) from [<c03bb640>] (ext4_find_entry+0x334/0x59c)
[   92.820101] [<c03bb640>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[   92.820114] [<c03bb910>] (ext4_lookup) from [<c02e2c98>] (path_openat+0x4b8/0xd9c)
[   92.820124] [<c02e2c98>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[   92.820140] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[   92.820152] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[   92.820162] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   92.820167] Exception stack(0xed01dfa8 to 0xed01dff0)
[   92.820175] dfa0:                   b6ecb000 b6f10968 ffffff9c 0043f844 000a0000 00000000
[   92.820184] dfc0: b6ecb000 b6f10968 00000000 00000142 00000000 00000000 0046abac 00000000
[   92.820190] dfe0: 00000142 befa7a00 b6e63585 b6dee206
[   92.820195] ---[ end trace 349aac7f62021f91 ]---
[   92.821213] mmc3: Got command interrupt 0x00000001 even though no command operation was in progress.
[   92.821221] Dumping ftrace buffer:
[   92.821229]    (ftrace buffer empty)
[   92.821233] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   92.821237] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   92.821242] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000008
[   92.821247] mmc3: sdhci: Argument:  0x02102ac0 | Trn mode: 0x00000033
[   92.821251] mmc3: sdhci: Present:   0x1ff70206 | Host ctl: 0x00000031
[   92.821255] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   92.821259] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   92.821263] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000000
[   92.821268] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   92.821272] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   92.821276] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   92.821280] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   92.821285] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   92.821289] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   92.821292] mmc3: sdhci: Host ctl2: 0x00000000
[   92.821297] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   92.821300] mmc3: sdhci: ============================================
[   93.259314] EXT4-fs (mmcblk3p10): re-mounted. Opts: errors=remount-ro
[   93.313561] ------------[ cut here ]------------
[   93.313585] WARNING: CPU: 1 PID: 1 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   93.313590] Modules linked in:
[   93.313604] CPU: 1 PID: 1 Comm: systemd Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   93.313608] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   93.313631] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   93.313643] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   93.313658] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   93.313670] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   93.313682] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   93.313694] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   93.313711] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   93.313723] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   93.313735] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   93.313746] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   93.313758] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   93.313769] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   93.313779] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   93.313790] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   93.313799] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   93.313810] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   93.313821] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   93.313830] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   93.313849] [<c0310684>] (ll_rw_block) from [<c03a0cd0>] (ext4_bread_batch+0xe0/0x144)
[   93.313865] [<c03a0cd0>] (ext4_bread_batch) from [<c03bb640>] (ext4_find_entry+0x334/0x59c)
[   93.313877] [<c03bb640>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[   93.313889] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   93.313899] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   93.313909] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   93.313920] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[   93.313931] [<c02e1788>] (path_lookupat) from [<c02e296c>] (path_openat+0x18c/0xd9c)
[   93.313941] [<c02e296c>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[   93.313958] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[   93.313971] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[   93.313983] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   93.313988] Exception stack(0xef2a1fa8 to 0xef2a1ff0)
[   93.313998] 1fa0:                   b6f1f000 b6f64968 00000025 00e17661 002a8000 00000000
[   93.314007] 1fc0: b6f1f000 b6f64968 00000025 00000142 b6db57d8 00000000 00000000 00000025
[   93.314014] 1fe0: 00000142 beee1780 b6eb7a07 b6e42206
[   93.314021] ---[ end trace 349aac7f62021f92 ]---
[   93.315039] mmc3: Got command interrupt 0x00000001 even though no command operation was in progress.
[   93.318045] Dumping ftrace buffer:
[   93.320980]    (ftrace buffer empty)
[   93.323875] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   93.326812] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   93.329735] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   93.332607] mmc3: sdhci: Argument:  0x01d07f18 | Trn mode: 0x00000033
[   93.335424] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   93.338219] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   93.340965] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   93.343690] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   93.346339] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   93.348934] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   93.351535] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   93.354109] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   93.356658] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   93.359220] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   93.361771] mmc3: sdhci: Host ctl2: 0x00000000
[   93.364317] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   93.366898] mmc3: sdhci: ============================================
[   93.439167] ------------[ cut here ]------------
[   93.439192] WARNING: CPU: 1 PID: 135 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   93.439197] Modules linked in:
[   93.439211] CPU: 1 PID: 135 Comm: mount Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   93.439216] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   93.439239] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   93.439251] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   93.439267] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   93.439279] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   93.439291] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   93.439303] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   93.439321] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   93.439333] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   93.439344] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   93.439355] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   93.439367] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   93.439379] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   93.439388] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   93.439399] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   93.439409] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   93.439420] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   93.439430] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   93.439440] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   93.439449] [<c0310684>] (ll_rw_block) from [<c03107a0>] (__breadahead+0x58/0x88)
[   93.439467] [<c03107a0>] (__breadahead) from [<c039e460>] (__ext4_get_inode_loc+0x3c0/0x57c)
[   93.439481] [<c039e460>] (__ext4_get_inode_loc) from [<c03a1304>] (ext4_iget+0x64/0xbd8)
[   93.439494] [<c03a1304>] (ext4_iget) from [<c03a1ea4>] (ext4_iget_normal+0x2c/0x38)
[   93.439509] [<c03a1ea4>] (ext4_iget_normal) from [<c03bb9d4>] (ext4_lookup+0x12c/0x204)
[   93.439523] [<c03bb9d4>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   93.439533] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   93.439543] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   93.439553] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[   93.439564] [<c02e1788>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[   93.439575] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[   93.439590] [<c02e1df4>] (user_path_at_empty) from [<c02d8138>] (vfs_statx+0x78/0xdc)
[   93.439602] [<c02d8138>] (vfs_statx) from [<c02d8a8c>] (sys_lstat64+0x44/0x78)
[   93.439614] [<c02d8a8c>] (sys_lstat64) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   93.439619] Exception stack(0xed08ffa8 to 0xed08fff0)
[   93.439629] ffa0:                   01e5b4f6 01e5b56e 01e5b560 bed14a20 bed14a20 70616e73
[   93.439638] ffc0: 01e5b4f6 01e5b56e 01e5c560 000000c4 01e5b560 0000002f 00000000 01e5b4f1
[   93.439645] ffe0: 000000c4 bed149f4 b6e580b7 b6de3206
[   93.439651] ---[ end trace 349aac7f62021f93 ]---
[   93.440670] mmc3: Got command interrupt 0x00000001 even though no command operation was in progress.
[   93.443470] Dumping ftrace buffer:
[   93.446219]    (ftrace buffer empty)
[   93.448970] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   93.451797] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   93.454656] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   93.457497] mmc3: sdhci: Argument:  0x024f3938 | Trn mode: 0x00000033
[   93.460343] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   93.463171] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   93.465953] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   93.468718] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   93.471466] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   93.474209] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   93.476947] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   93.479672] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   93.482356] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   93.485011] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   93.487637] mmc3: sdhci: Host ctl2: 0x00000000
[   93.490243] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   93.492863] mmc3: sdhci: ============================================
[   93.551754] ------------[ cut here ]------------
[   93.551780] WARNING: CPU: 1 PID: 135 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   93.551784] Modules linked in:
[   93.551798] CPU: 1 PID: 135 Comm: mount Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   93.551802] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   93.551825] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   93.551837] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   93.551853] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   93.551865] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   93.551876] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   93.551889] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   93.551906] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   93.551919] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   93.551930] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   93.551941] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   93.551953] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   93.551964] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c04911d0>] (blk_mq_try_issue_directly+0x4c/0xb0)
[   93.551974] [<c04911d0>] (blk_mq_try_issue_directly) from [<c0491828>] (blk_mq_make_request+0x5f4/0x6ec)
[   93.551984] [<c0491828>] (blk_mq_make_request) from [<c0484020>] (generic_make_request+0x244/0x374)
[   93.551994] [<c0484020>] (generic_make_request) from [<c048427c>] (submit_bio+0x12c/0x19c)
[   93.552006] [<c048427c>] (submit_bio) from [<c030f9b4>] (submit_bh_wbc+0x1c4/0x1d4)
[   93.552016] [<c030f9b4>] (submit_bh_wbc) from [<c03100c4>] (submit_bh+0x24/0x2c)
[   93.552026] [<c03100c4>] (submit_bh) from [<c0310684>] (ll_rw_block+0x104/0x120)
[   93.552043] [<c0310684>] (ll_rw_block) from [<c03a0cd0>] (ext4_bread_batch+0xe0/0x144)
[   93.552060] [<c03a0cd0>] (ext4_bread_batch) from [<c03bb640>] (ext4_find_entry+0x334/0x59c)
[   93.552071] [<c03bb640>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[   93.552084] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[   93.552095] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[   93.552104] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[   93.552115] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[   93.552126] [<c02e1788>] (path_lookupat) from [<c02e1c78>] (filename_lookup+0x7c/0xe8)
[   93.552136] [<c02e1c78>] (filename_lookup) from [<c02e1df4>] (user_path_at_empty+0x50/0x58)
[   93.552150] [<c02e1df4>] (user_path_at_empty) from [<c02d8138>] (vfs_statx+0x78/0xdc)
[   93.552163] [<c02d8138>] (vfs_statx) from [<c02d8a8c>] (sys_lstat64+0x44/0x78)
[   93.552174] [<c02d8a8c>] (sys_lstat64) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[   93.552180] Exception stack(0xed08ffa8 to 0xed08fff0)
[   93.552189] ffa0:                   01e5b50b 01e5b583 01e5b560 bed14a20 bed14a20 00007061
[   93.552199] ffc0: 01e5b50b 01e5b583 01e5c560 000000c4 01e5b560 0000002f 00000000 01e5b4fd
[   93.552206] ffe0: 000000c4 bed149f4 b6e580b7 b6de3206
[   93.552212] ---[ end trace 349aac7f62021f94 ]---
[   93.553230] mmc3: Got command interrupt 0x00000001 even though no command operation was in progress.
[   93.556032] Dumping ftrace buffer:
[   93.558748]    (ftrace buffer empty)
[   93.561445] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   93.564211] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   93.566975] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   93.569716] mmc3: sdhci: Argument:  0x02503430 | Trn mode: 0x00000033
[   93.572372] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   93.574973] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   93.577574] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   93.580138] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   93.582669] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   93.585210] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   93.587754] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   93.590296] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   93.592838] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   93.595390] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   93.597943] mmc3: sdhci: Host ctl2: 0x00000000
[   93.600496] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   93.603121] mmc3: sdhci: ============================================
[   93.853288] systemd-journald[124]: Received request to flush runtime journal from PID 1
[   94.941300] ------------[ cut here ]------------
[   94.941385] WARNING: CPU: 0 PID: 124 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[   94.941403] Modules linked in:
[   94.941450] CPU: 0 PID: 124 Comm: systemd-journal Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[   94.941466] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[   94.941530] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[   94.941571] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[   94.941619] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[   94.941663] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[   94.941707] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[   94.941749] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[   94.941804] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[   94.941850] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[   94.941893] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[   94.941932] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[   94.941974] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[   94.942016] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c049242c>] (blk_mq_request_issue_directly+0x64/0x98)
[   94.942055] [<c049242c>] (blk_mq_request_issue_directly) from [<c04924b4>] (blk_mq_try_issue_list_directly+0x54/0xc4)
[   94.942100] [<c04924b4>] (blk_mq_try_issue_list_directly) from [<c0496130>] (blk_mq_sched_insert_requests+0xa8/0xec)
[   94.942142] [<c0496130>] (blk_mq_sched_insert_requests) from [<c0492320>] (blk_mq_flush_plug_list+0x228/0x2d0)
[   94.942181] [<c0492320>] (blk_mq_flush_plug_list) from [<c048602c>] (blk_flush_plug_list+0x74/0x208)
[   94.942219] [<c048602c>] (blk_flush_plug_list) from [<c0486724>] (blk_finish_plug+0x38/0x54)
[   94.942256] [<c0486724>] (blk_finish_plug) from [<c027205c>] (read_pages+0x78/0x164)
[   94.942294] [<c027205c>] (read_pages) from [<c027223c>] (__do_page_cache_readahead+0xf4/0x1d0)
[   94.942331] [<c027223c>] (__do_page_cache_readahead) from [<c02724b0>] (ondemand_readahead+0x198/0x288)
[   94.942367] [<c02724b0>] (ondemand_readahead) from [<c0272848>] (page_cache_sync_readahead+0xd8/0xdc)
[   94.942409] [<c0272848>] (page_cache_sync_readahead) from [<c0261c60>] (generic_file_read_iter+0x294/0xa54)
[   94.942456] [<c0261c60>] (generic_file_read_iter) from [<c03916ac>] (ext4_file_read_iter+0x40/0x54)
[   94.942498] [<c03916ac>] (ext4_file_read_iter) from [<c02d2d90>] (__vfs_read+0x134/0x164)
[   94.942534] [<c02d2d90>] (__vfs_read) from [<c02d2e60>] (vfs_read+0xa0/0x158)
[   94.942568] [<c02d2e60>] (vfs_read) from [<c02d35c0>] (ksys_pread64+0x68/0x84)
[   94.942604] [<c02d35c0>] (ksys_pread64) from [<c02d3600>] (sys_pread64+0x24/0x2c)
[   94.942642] [<c02d3600>] (sys_pread64) from [<c01011a4>] (__sys_trace_return+0x0/0x10)
[   94.942662] Exception stack(0xedb89fa8 to 0xedb89ff0)
[   94.942695] 9fa0:                   00000098 00000000 00000014 bebdf608 00000008 00000000
[   94.942731] 9fc0: 00000098 00000000 bebdf608 000000b4 00000014 00000000 b6fb57d0 bebdf610
[   94.942757] 9fe0: 000000b4 bebdf538 b6f0f46b b6e9b206
[   94.942778] ---[ end trace 349aac7f62021f95 ]---
[  183.444070] ------------[ cut here ]------------
[  183.444110] WARNING: CPU: 0 PID: 147 at drivers/mmc/host/sdhci.c:1203 sdhci_send_command+0x44/0xda4
[  183.444117] Modules linked in:
[  183.444146] CPU: 0 PID: 147 Comm: plymouth Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[  183.444156] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[  183.444208] [<c0113194>] (unwind_backtrace) from [<c010dc90>] (show_stack+0x20/0x24)
[  183.444236] [<c010dc90>] (show_stack) from [<c0876db8>] (dump_stack+0xa8/0xdc)
[  183.444267] [<c0876db8>] (dump_stack) from [<c012bcbc>] (__warn+0xfc/0x118)
[  183.444294] [<c012bcbc>] (__warn) from [<c012be0c>] (warn_slowpath_null+0x4c/0x58)
[  183.444322] [<c012be0c>] (warn_slowpath_null) from [<c07339bc>] (sdhci_send_command+0x44/0xda4)
[  183.444345] [<c07339bc>] (sdhci_send_command) from [<c0734b64>] (sdhci_request+0x13c/0x148)
[  183.444377] [<c0734b64>] (sdhci_request) from [<c0719a10>] (__mmc_start_request+0x138/0x1b8)
[  183.444400] [<c0719a10>] (__mmc_start_request) from [<c0719b30>] (mmc_start_request+0xa0/0xb4)
[  183.444423] [<c0719b30>] (mmc_start_request) from [<c072da5c>] (mmc_blk_mq_issue_rq+0x61c/0x788)
[  183.444443] [<c072da5c>] (mmc_blk_mq_issue_rq) from [<c072e098>] (mmc_mq_queue_rq+0x1bc/0x2bc)
[  183.444465] [<c072e098>] (mmc_mq_queue_rq) from [<c04910c0>] (__blk_mq_try_issue_directly+0xe8/0x1ac)
[  183.444487] [<c04910c0>] (__blk_mq_try_issue_directly) from [<c049242c>] (blk_mq_request_issue_directly+0x64/0x98)
[  183.444507] [<c049242c>] (blk_mq_request_issue_directly) from [<c04924b4>] (blk_mq_try_issue_list_directly+0x54/0xc4)
[  183.444531] [<c04924b4>] (blk_mq_try_issue_list_directly) from [<c0496130>] (blk_mq_sched_insert_requests+0xa8/0xec)
[  183.444552] [<c0496130>] (blk_mq_sched_insert_requests) from [<c0492320>] (blk_mq_flush_plug_list+0x228/0x2d0)
[  183.444573] [<c0492320>] (blk_mq_flush_plug_list) from [<c048602c>] (blk_flush_plug_list+0x74/0x208)
[  183.444593] [<c048602c>] (blk_flush_plug_list) from [<c0486724>] (blk_finish_plug+0x38/0x54)
[  183.444613] [<c0486724>] (blk_finish_plug) from [<c027205c>] (read_pages+0x78/0x164)
[  183.444633] [<c027205c>] (read_pages) from [<c027228c>] (__do_page_cache_readahead+0x144/0x1d0)
[  183.444655] [<c027228c>] (__do_page_cache_readahead) from [<c0262d44>] (filemap_fault+0x230/0x6a0)
[  183.444677] [<c0262d44>] (filemap_fault) from [<c03a9504>] (ext4_filemap_fault+0x38/0x4c)
[  183.444704] [<c03a9504>] (ext4_filemap_fault) from [<c0298f9c>] (__do_fault+0x38/0xe8)
[  183.444728] [<c0298f9c>] (__do_fault) from [<c029d66c>] (handle_mm_fault+0x740/0xcd8)
[  183.444751] [<c029d66c>] (handle_mm_fault) from [<c0893fe4>] (do_page_fault+0x24c/0x3b8)
[  183.444776] [<c0893fe4>] (do_page_fault) from [<c01176dc>] (do_DataAbort+0x54/0xf8)
[  183.444799] [<c01176dc>] (do_DataAbort) from [<c0101da4>] (__dabt_usr+0x44/0x60)
[  183.444809] Exception stack(0xed0a9fb0 to 0xed0a9ff8)
[  183.444824] 9fa0:                                     b6ed7180 b6eb9000 b6ed6f00 0001df00
[  183.444844] 9fc0: b6f17118 bea255c8 b6ed79a4 bea25630 b6ed7180 bea25794 bea25598 00000003
[  183.444860] 9fe0: 00000000 bea25608 b6ef5719 b6ef57ec a0000030 ffffffff
[  183.444871] ---[ end trace 349aac7f62021f96 ]---
[  303.916085] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
[  303.916686] systemd[1]: networking.service: Failed with result 'exit-code'.
[  303.918239] systemd[1]: Failed to start Raise network interfaces.
[  364.051115] systemd[1]: systemd-udevd.service: Start operation timed out. Terminating.
[  364.051821] systemd[1]: systemd-journald.service: State 'stop-sigabrt' timed out. Terminating.
[  364.090428] systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
[  364.094486] systemd[1]: Failed to start udev Kernel Device Manager.
[  364.106820] systemd[1]: systemd-udevd.service: Service has no hold-off time, scheduling restart.
[  364.107066] systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 3.
[  364.107249] systemd[1]: Stopped udev Kernel Device Manager.
[  364.113450] systemd[1]: Starting udev Kernel Device Manager...
[  366.568580] INFO: task systemd-tmpfile:146 blocked for more than 120 seconds.
[  366.585112]       Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[  366.589477] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  366.593883] systemd-tmpfile D    0   146      1 0x00000000
[  366.593930] [<c088d9e4>] (__schedule) from [<c088dbf8>] (schedule+0xb0/0xe0)
[  366.593949] [<c088dbf8>] (schedule) from [<c015b930>] (io_schedule+0x20/0x2c)
[  366.593967] [<c015b930>] (io_schedule) from [<c088e544>] (bit_wait_io+0x1c/0x6c)
[  366.593985] [<c088e544>] (bit_wait_io) from [<c088e17c>] (__wait_on_bit+0x70/0xb8)
[  366.594002] [<c088e17c>] (__wait_on_bit) from [<c088e254>] (out_of_line_wait_on_bit+0x90/0xb4)
[  366.594028] [<c088e254>] (out_of_line_wait_on_bit) from [<c030c690>] (__wait_on_buffer+0x30/0x38)
[  366.594052] [<c030c690>] (__wait_on_buffer) from [<c03bb6fc>] (ext4_find_entry+0x3f0/0x59c)
[  366.594070] [<c03bb6fc>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[  366.594087] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[  366.594103] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[  366.594118] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[  366.594133] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[  366.594149] [<c02e1788>] (path_lookupat) from [<c02e296c>] (path_openat+0x18c/0xd9c)
[  366.594165] [<c02e296c>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[  366.594188] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[  366.594207] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[  366.594224] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[  366.594233] Exception stack(0xed08ffa8 to 0xed08fff0)
[  366.594247] ffa0:                   b6ec9000 b6f0e968 00000004 0090e9f9 002a8000 00000000
[  366.594261] ffc0: b6ec9000 b6f0e968 00000004 00000142 b6d5f7d8 00000000 00000000 00000004
[  366.594272] ffe0: 00000142 be8c9ac0 b6e61a07 b6dec206
[  454.301081] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing.
[  454.301466] systemd[1]: systemd-journald.service: Killing process 124 (systemd-journal) with signal SIGKILL.
[  454.302220] systemd[1]: systemd-journald.service: Killing process 143 (journal-offline) with signal SIGKILL.
[  454.303644] systemd[1]: systemd-udevd.service: Start operation timed out. Terminating.
[  454.340778] systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
[  454.346667] systemd[1]: Failed to start udev Kernel Device Manager.
[  454.365088] systemd[1]: systemd-udevd.service: Service has no hold-off time, scheduling restart.
[  454.365263] systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 4.
[  454.365391] systemd[1]: Stopped udev Kernel Device Manager.
[  454.369972] systemd[1]: Starting udev Kernel Device Manager...
[  489.448539] INFO: task systemd-tmpfile:146 blocked for more than 120 seconds.
[  489.461038]       Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[  489.466073] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  489.471197] systemd-tmpfile D    0   146      1 0x00000000
[  489.471245] [<c088d9e4>] (__schedule) from [<c088dbf8>] (schedule+0xb0/0xe0)
[  489.471266] [<c088dbf8>] (schedule) from [<c015b930>] (io_schedule+0x20/0x2c)
[  489.471285] [<c015b930>] (io_schedule) from [<c088e544>] (bit_wait_io+0x1c/0x6c)
[  489.471303] [<c088e544>] (bit_wait_io) from [<c088e17c>] (__wait_on_bit+0x70/0xb8)
[  489.471323] [<c088e17c>] (__wait_on_bit) from [<c088e254>] (out_of_line_wait_on_bit+0x90/0xb4)
[  489.471349] [<c088e254>] (out_of_line_wait_on_bit) from [<c030c690>] (__wait_on_buffer+0x30/0x38)
[  489.471374] [<c030c690>] (__wait_on_buffer) from [<c03bb6fc>] (ext4_find_entry+0x3f0/0x59c)
[  489.471393] [<c03bb6fc>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[  489.471411] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[  489.471428] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[  489.471443] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[  489.471460] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[  489.471478] [<c02e1788>] (path_lookupat) from [<c02e296c>] (path_openat+0x18c/0xd9c)
[  489.471494] [<c02e296c>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[  489.471519] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[  489.471538] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[  489.471557] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[  489.471566] Exception stack(0xed08ffa8 to 0xed08fff0)
[  489.471580] ffa0:                   b6ec9000 b6f0e968 00000004 0090e9f9 002a8000 00000000
[  489.471596] ffc0: b6ec9000 b6f0e968 00000004 00000142 b6d5f7d8 00000000 00000000 00000004
[  489.471607] ffe0: 00000142 be8c9ac0 b6e61a07 b6dec206
[  544.551119] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring.
[  544.554277] systemd[1]: systemd-udevd.service: Start operation timed out. Terminating.
[  544.591160] systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
[  544.597322] systemd[1]: Failed to start udev Kernel Device Manager.
[  544.610964] systemd[1]: systemd-udevd.service: Service has no hold-off time, scheduling restart.
[  544.611109] systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 5.
[  544.611234] systemd[1]: Stopped udev Kernel Device Manager.
[  544.615719] systemd[1]: Starting udev Kernel Device Manager...
[  612.328536] INFO: task systemd-tmpfile:146 blocked for more than 120 seconds.
[  612.341870]       Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[  612.348683] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  612.355538] systemd-tmpfile D    0   146      1 0x00000000
[  612.355596] [<c088d9e4>] (__schedule) from [<c088dbf8>] (schedule+0xb0/0xe0)
[  612.355621] [<c088dbf8>] (schedule) from [<c015b930>] (io_schedule+0x20/0x2c)
[  612.355645] [<c015b930>] (io_schedule) from [<c088e544>] (bit_wait_io+0x1c/0x6c)
[  612.355668] [<c088e544>] (bit_wait_io) from [<c088e17c>] (__wait_on_bit+0x70/0xb8)
[  612.355691] [<c088e17c>] (__wait_on_bit) from [<c088e254>] (out_of_line_wait_on_bit+0x90/0xb4)
[  612.355723] [<c088e254>] (out_of_line_wait_on_bit) from [<c030c690>] (__wait_on_buffer+0x30/0x38)
[  612.355755] [<c030c690>] (__wait_on_buffer) from [<c03bb6fc>] (ext4_find_entry+0x3f0/0x59c)
[  612.355778] [<c03bb6fc>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[  612.355801] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[  612.355821] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[  612.355841] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[  612.355862] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[  612.355883] [<c02e1788>] (path_lookupat) from [<c02e296c>] (path_openat+0x18c/0xd9c)
[  612.355904] [<c02e296c>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[  612.355934] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[  612.355958] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[  612.355982] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[  612.355993] Exception stack(0xed08ffa8 to 0xed08fff0)
[  612.356012] ffa0:                   b6ec9000 b6f0e968 00000004 0090e9f9 002a8000 00000000
[  612.356031] ffc0: b6ec9000 b6f0e968 00000004 00000142 b6d5f7d8 00000000 00000000 00000004
[  612.356046] ffe0: 00000142 be8c9ac0 b6e61a07 b6dec206
[  634.801122] systemd[1]: systemd-journald.service: State 'stop-final-sigterm' timed out. Killing.
[  634.801503] systemd[1]: systemd-journald.service: Killing process 124 (systemd-journal) with signal SIGKILL.
[  634.802224] systemd[1]: systemd-journald.service: Killing process 143 (journal-offline) with signal SIGKILL.
[  634.803634] systemd[1]: systemd-udevd.service: Start operation timed out. Terminating.
[  634.841162] systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
[  634.847265] systemd[1]: Failed to start udev Kernel Device Manager.
[  634.861147] systemd[1]: systemd-udevd.service: Service has no hold-off time, scheduling restart.
[  634.861322] systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 6.
[  634.861450] systemd[1]: Stopped udev Kernel Device Manager.
[  634.866045] systemd[1]: Starting udev Kernel Device Manager...
[  721.568490] usb 2-1: new low-speed USB device number 2 using ci_hdrc
[  722.001338] usb 2-1: New USB device found, idVendor=1a2c, idProduct=0c21, bcdDevice= 1.10
[  722.001375] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  722.001401] usb 2-1: Product: USB Keyboard
[  722.001425] usb 2-1: Manufacturer: USB
[  722.009155] input: USB USB Keyboard as /devices/soc0/c5000000.usb/ci_hdrc.0/usb2/2-1/2-1:1.0/0003:1A2C:0C21.0001/input/input2
[  722.079718] hid-generic 0003:1A2C:0C21.0001: input,hidraw0: USB HID v1.10 Keyboard [USB USB Keyboard] on usb-ci_hdrc.0-1/input0
[  722.093180] input: USB USB Keyboard Mouse as /devices/soc0/c5000000.usb/ci_hdrc.0/usb2/2-1/2-1:1.1/0003:1A2C:0C21.0002/input/input3
[  722.095015] input: USB USB Keyboard System Control as /devices/soc0/c5000000.usb/ci_hdrc.0/usb2/2-1/2-1:1.1/0003:1A2C:0C21.0002/input/input4
[  722.160160] input: USB USB Keyboard Consumer Control as /devices/soc0/c5000000.usb/ci_hdrc.0/usb2/2-1/2-1:1.1/0003:1A2C:0C21.0002/input/input5
[  722.161460] hid-generic 0003:1A2C:0C21.0002: input,hidraw1: USB HID v1.10 Mouse [USB USB Keyboard] on usb-ci_hdrc.0-1/input1
[  725.051087] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode.
[  725.051178] systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
[  725.053508] systemd[1]: systemd-udevd.service: Start operation timed out. Terminating.
[  725.053900] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
[  725.055419] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[  725.055900] systemd[1]: Stopped Flush Journal to Persistent Storage.
[  725.056131] systemd[1]: Stopping Flush Journal to Persistent Storage...
[  725.057273] systemd[1]: Stopped Journal Service.
[  725.059863] systemd[1]: systemd-journald.service: Found left-over process 143 (journal-offline) in control group while starting unit. Ignoring.
[  725.059892] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
[  735.208630] INFO: task systemd-tmpfile:146 blocked for more than 120 seconds.
[  735.229725]       Tainted: G        W    L    4.18.0-rc6-next-20180730-10718-g3f0395869d40-dirty #116
[  735.233448] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.237196] systemd-tmpfile D    0   146      1 0x00000000
[  735.237231] [<c088d9e4>] (__schedule) from [<c088dbf8>] (schedule+0xb0/0xe0)
[  735.237245] [<c088dbf8>] (schedule) from [<c015b930>] (io_schedule+0x20/0x2c)
[  735.237258] [<c015b930>] (io_schedule) from [<c088e544>] (bit_wait_io+0x1c/0x6c)
[  735.237270] [<c088e544>] (bit_wait_io) from [<c088e17c>] (__wait_on_bit+0x70/0xb8)
[  735.237283] [<c088e17c>] (__wait_on_bit) from [<c088e254>] (out_of_line_wait_on_bit+0x90/0xb4)
[  735.237302] [<c088e254>] (out_of_line_wait_on_bit) from [<c030c690>] (__wait_on_buffer+0x30/0x38)
[  735.237321] [<c030c690>] (__wait_on_buffer) from [<c03bb6fc>] (ext4_find_entry+0x3f0/0x59c)
[  735.237334] [<c03bb6fc>] (ext4_find_entry) from [<c03bb910>] (ext4_lookup+0x68/0x204)
[  735.237346] [<c03bb910>] (ext4_lookup) from [<c02de3c8>] (__lookup_slow+0x108/0x158)
[  735.237358] [<c02de3c8>] (__lookup_slow) from [<c02de458>] (lookup_slow+0x40/0x54)
[  735.237368] [<c02de458>] (lookup_slow) from [<c02deaa4>] (walk_component+0x108/0x2a0)
[  735.237379] [<c02deaa4>] (walk_component) from [<c02e1788>] (path_lookupat+0x138/0x208)
[  735.237390] [<c02e1788>] (path_lookupat) from [<c02e296c>] (path_openat+0x18c/0xd9c)
[  735.237401] [<c02e296c>] (path_openat) from [<c02e35c8>] (do_filp_open+0x4c/0xb0)
[  735.237419] [<c02e35c8>] (do_filp_open) from [<c02d05c0>] (do_sys_open+0x11c/0x1e4)
[  735.237432] [<c02d05c0>] (do_sys_open) from [<c02d06d0>] (sys_openat+0x1c/0x20)
[  735.237444] [<c02d06d0>] (sys_openat) from [<c0101000>] (ret_fast_syscall+0x0/0x28)
[  735.237450] Exception stack(0xed08ffa8 to 0xed08fff0)
[  735.237459] ffa0:                   b6ec9000 b6f0e968 00000004 0090e9f9 002a8000 00000000
[  735.237470] ffc0: b6ec9000 b6f0e968 00000004 00000142 b6d5f7d8 00000000 00000000 00000004
[  735.237477] ffe0: 00000142 be8c9ac0 b6e61a07 b6dec206
[  743.195091] EXT4-fs (mmcblk2p1): warning: maximal mount count reached, running e2fsck is recommended
[  743.201539] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)

[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux