All of lore.kernel.org
 help / color / mirror / Atom feed
* [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
@ 2018-07-25 17:28 Peter Geis
  2018-07-25 18:17 ` Jens Axboe
  0 siblings, 1 reply; 19+ messages in thread
From: Peter Geis @ 2018-07-25 17:28 UTC (permalink / raw)
  To: ming.lei; +Cc: linux-block, linux-tegra, axboe

Good Afternoon,

I have encountered an issue on both Tegra 2 and Tegra 3 devices 
accessing emmc following the 25 July 2018 remote tracking merge.

The offending commit is:
6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
blk-mq: issue directly if hw queue isn't busy in case of 'none'.

Reverting this commit corrects the issue, but the issue has left the 
file system in a corrupted state.

The issue causes the following error message when the file system is 
remounted RW:
[    3.173189] ------------[ cut here ]------------
[    3.177907] WARNING: CPU: 0 PID: 114 at drivers/mmc/host/sdhci.c:1203 
sdhci_send_command+0x6d0/0xeb4
[    3.187059] Modules linked in: ip_tables x_tables autofs4
[    3.192503] CPU: 0 PID: 114 Comm: (direxec) Not tainted 
4.18.0-rc6-next-20180723+ #9
[    3.200228] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[    3.206511] [<c0114828>] (unwind_backtrace) from [<c010eae0>] 
(show_stack+0x20/0x24)
[    3.214248] [<c010eae0>] (show_stack) from [<c09e30cc>] 
(dump_stack+0x80/0x94)
[    3.221468] [<c09e30cc>] (dump_stack) from [<c012f56c>] 
(__warn+0xf0/0x108)
[    3.228420] [<c012f56c>] (__warn) from [<c012f6bc>] 
(warn_slowpath_null+0x50/0x58)
[    3.235981] [<c012f6bc>] (warn_slowpath_null) from [<c078dec8>] 
(sdhci_send_command+0x6d0/0xeb4)
[    3.244754] [<c078dec8>] (sdhci_send_command) from [<c078ea5c>] 
(sdhci_request+0x84/0xe0)
[    3.252924] [<c078ea5c>] (sdhci_request) from [<c076a084>] 
(__mmc_start_request+0x88/0x1c4)
[    3.261263] [<c076a084>] (__mmc_start_request) from [<c076adcc>] 
(mmc_start_request+0xa4/0xc8)
[    3.269871] [<c076adcc>] (mmc_start_request) from [<c077f648>] 
(mmc_blk_mq_issue_rq+0x648/0x8c8)
[    3.278644] [<c077f648>] (mmc_blk_mq_issue_rq) from [<c077fd5c>] 
(mmc_mq_queue_rq+0x124/0x218)
[    3.287247] [<c077fd5c>] (mmc_mq_queue_rq) from [<c0508864>] 
(__blk_mq_try_issue_directly+0x148/0x1dc)
[    3.296538] [<c0508864>] (__blk_mq_try_issue_directly) from 
[<c0509cf0>] (blk_mq_request_issue_directly+0x68/0x98)
[    3.306869] [<c0509cf0>] (blk_mq_request_issue_directly) from 
[<c0509d68>] (blk_mq_try_issue_list_directly+0x48/0x80)
[    3.317466] [<c0509d68>] (blk_mq_try_issue_list_directly) from 
[<c050dedc>] (blk_mq_sched_insert_requests+0x9c/0xbc)
[    3.327971] [<c050dedc>] (blk_mq_sched_insert_requests) from 
[<c0509bb0>] (blk_mq_flush_plug_list+0x258/0x330)
[    3.337960] [<c0509bb0>] (blk_mq_flush_plug_list) from [<c04fcb90>] 
(blk_flush_plug_list+0xec/0x22c)
[    3.347078] [<c04fcb90>] (blk_flush_plug_list) from [<c04fd22c>] 
(blk_finish_plug+0x3c/0x54)
[    3.355507] [<c04fd22c>] (blk_finish_plug) from [<c02b0c00>] 
(read_pages+0x78/0x17c)
[    3.363240] [<c02b0c00>] (read_pages) from [<c02b0ef8>] 
(__do_page_cache_readahead+0x1f4/0x214)
[    3.371925] [<c02b0ef8>] (__do_page_cache_readahead) from 
[<c02b1078>] (ondemand_readahead+0x160/0x298)
[    3.381302] [<c02b1078>] (ondemand_readahead) from [<c02b1474>] 
(page_cache_sync_readahead+0xb4/0x104)
[    3.390598] [<c02b1474>] (page_cache_sync_readahead) from 
[<c02a03b4>] (generic_file_read_iter+0x7d0/0xb28)
[    3.400336] [<c02a03b4>] (generic_file_read_iter) from [<c03c9528>] 
(ext4_file_read_iter+0x48/0x54)
[    3.409373] [<c03c9528>] (ext4_file_read_iter) from [<c031b45c>] 
(__vfs_read+0x10c/0x16c)
[    3.417538] [<c031b45c>] (__vfs_read) from [<c031b558>] 
(vfs_read+0x9c/0x168)
[    3.424659] [<c031b558>] (vfs_read) from [<c031b658>] 
(kernel_read+0x34/0x44)
[    3.431784] [<c031b658>] (kernel_read) from [<c0322bd8>] 
(prepare_binprm+0xf4/0x198)
[    3.439515] [<c0322bd8>] (prepare_binprm) from [<c0324250>] 
(__do_execve_file+0x5d0/0x894)
[    3.447766] [<c0324250>] (__do_execve_file) from [<c03247e4>] 
(sys_execve+0x44/0x4c)
[    3.455495] [<c03247e4>] (sys_execve) from [<c0101000>] 
(ret_fast_syscall+0x0/0x54)
[    3.463134] Exception stack(0xeda61fa8 to 0xeda61ff0)
[    3.468176] 1fa0:                   b67c64e0 ffffffff 008078c0 
bef74b60 bef74f0c b6f9cb94
[    3.476335] 1fc0: b67c64e0 ffffffff 00000000 0000000b 008052f0 
008078c0 00000000 ffffffff
[    3.484494] 1fe0: b6ea3b08 bef74ae4 b6dd7313 b6f1aba8
[    3.489535] ---[ end trace 4eb4571f10ae8bad ]---

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-25 17:28 [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra Peter Geis
@ 2018-07-25 18:17 ` Jens Axboe
  2018-07-25 18:29   ` Peter Geis
  0 siblings, 1 reply; 19+ messages in thread
From: Jens Axboe @ 2018-07-25 18:17 UTC (permalink / raw)
  To: Peter Geis, ming.lei; +Cc: linux-block, linux-tegra

On 7/25/18 10:28 AM, Peter Geis wrote:
> Good Afternoon,
> 
> I have encountered an issue on both Tegra 2 and Tegra 3 devices 
> accessing emmc following the 25 July 2018 remote tracking merge.
> 
> The offending commit is:
> 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
> blk-mq: issue directly if hw queue isn't busy in case of 'none'.

Can you try my current for-next? This should fix it:

commit 8824f62246bef288173a6624a363352f0d4d3b09
Author: Ming Lei <ming.lei@redhat.com>
Date:   Sun Jul 22 14:10:15 2018 +0800

    blk-mq: fail the request in case issue failure


-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-25 18:17 ` Jens Axboe
@ 2018-07-25 18:29   ` Peter Geis
  2018-07-27 19:31     ` Jens Axboe
  2018-07-28 13:37     ` Ming Lei
  0 siblings, 2 replies; 19+ messages in thread
From: Peter Geis @ 2018-07-25 18:29 UTC (permalink / raw)
  To: Jens Axboe, ming.lei; +Cc: linux-block, linux-tegra

On 07/25/2018 02:17 PM, Jens Axboe wrote:
> On 7/25/18 10:28 AM, Peter Geis wrote:
>> Good Afternoon,
>>
>> I have encountered an issue on both Tegra 2 and Tegra 3 devices
>> accessing emmc following the 25 July 2018 remote tracking merge.
>>
>> The offending commit is:
>> 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
>> blk-mq: issue directly if hw queue isn't busy in case of 'none'.
> 
> Can you try my current for-next? This should fix it:
> 
> commit 8824f62246bef288173a6624a363352f0d4d3b09
> Author: Ming Lei <ming.lei@redhat.com>
> Date:   Sun Jul 22 14:10:15 2018 +0800
> 
>      blk-mq: fail the request in case issue failure
> 

That commit made the current merge window, it must be reverted before 
reverting the offending commit.

With that patch, the bug triggers then the kernel waits for the mmc to 
recover. It seems however that the bug leaves the mmc in a zombie state, 
where it is processing the previous command but the kernel has no 
control over it.

[    4.233073] mmc0: Got command interrupt 0x00000001 even though no 
command operation was in progress.
[    4.242189] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[    4.248616] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[    4.255041] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[    4.261465] mmc0: sdhci: Argument:  0x002e3b10 | Trn mode: 0x00000033
[    4.267890] mmc0: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[    4.274314] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[    4.280737] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[    4.287162] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[    4.293586] mmc0: sdhci: Int enab:  0x02ff000b | Sig enab: 0x02fc000b
[    4.300010] mmc0: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
[    4.306433] mmc0: sdhci: Caps:      0xe7ffd080 | Caps_1:   0x00000074
[    4.312857] mmc0: sdhci: Cmd:       0x0000123a | Max curr: 0x00969696
[    4.319281] mmc0: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[    4.325705] mmc0: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[    4.332128] mmc0: sdhci: Host ctl2: 0x00000000
[    4.336560] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0xae2f9220
[    4.342981] mmc0: sdhci: ============================================

Without that patch, it goes into a constant loop between reading/writing 
and dumping errors until it finishes booting.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-25 18:29   ` Peter Geis
@ 2018-07-27 19:31     ` Jens Axboe
  2018-07-28  6:22       ` Ming Lei
  2018-07-28 13:37     ` Ming Lei
  1 sibling, 1 reply; 19+ messages in thread
From: Jens Axboe @ 2018-07-27 19:31 UTC (permalink / raw)
  To: Peter Geis, ming.lei; +Cc: linux-block, linux-tegra

On 7/25/18 12:29 PM, Peter Geis wrote:
> On 07/25/2018 02:17 PM, Jens Axboe wrote:
>> On 7/25/18 10:28 AM, Peter Geis wrote:
>>> Good Afternoon,
>>>
>>> I have encountered an issue on both Tegra 2 and Tegra 3 devices
>>> accessing emmc following the 25 July 2018 remote tracking merge.
>>>
>>> The offending commit is:
>>> 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
>>> blk-mq: issue directly if hw queue isn't busy in case of 'none'.
>>
>> Can you try my current for-next? This should fix it:
>>
>> commit 8824f62246bef288173a6624a363352f0d4d3b09
>> Author: Ming Lei <ming.lei@redhat.com>
>> Date:   Sun Jul 22 14:10:15 2018 +0800
>>
>>      blk-mq: fail the request in case issue failure
>>
> 
> That commit made the current merge window, it must be reverted before 
> reverting the offending commit.
> 
> With that patch, the bug triggers then the kernel waits for the mmc to 
> recover. It seems however that the bug leaves the mmc in a zombie state, 
> where it is processing the previous command but the kernel has no 
> control over it.
> 
> [    4.233073] mmc0: Got command interrupt 0x00000001 even though no 
> command operation was in progress.
> [    4.242189] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
> [    4.248616] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
> [    4.255041] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
> [    4.261465] mmc0: sdhci: Argument:  0x002e3b10 | Trn mode: 0x00000033
> [    4.267890] mmc0: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
> [    4.274314] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
> [    4.280737] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
> [    4.287162] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
> [    4.293586] mmc0: sdhci: Int enab:  0x02ff000b | Sig enab: 0x02fc000b
> [    4.300010] mmc0: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
> [    4.306433] mmc0: sdhci: Caps:      0xe7ffd080 | Caps_1:   0x00000074
> [    4.312857] mmc0: sdhci: Cmd:       0x0000123a | Max curr: 0x00969696
> [    4.319281] mmc0: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
> [    4.325705] mmc0: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
> [    4.332128] mmc0: sdhci: Host ctl2: 0x00000000
> [    4.336560] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0xae2f9220
> [    4.342981] mmc0: sdhci: ============================================
> 
> Without that patch, it goes into a constant loop between reading/writing 
> and dumping errors until it finishes booting.

Ming??


-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-27 19:31     ` Jens Axboe
@ 2018-07-28  6:22       ` Ming Lei
  0 siblings, 0 replies; 19+ messages in thread
From: Ming Lei @ 2018-07-28  6:22 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Peter Geis, Ming Lei, linux-block, linux-tegra

On Sat, Jul 28, 2018 at 3:31 AM, Jens Axboe <axboe@kernel.dk> wrote:
> On 7/25/18 12:29 PM, Peter Geis wrote:
>> On 07/25/2018 02:17 PM, Jens Axboe wrote:
>>> On 7/25/18 10:28 AM, Peter Geis wrote:
>>>> Good Afternoon,
>>>>
>>>> I have encountered an issue on both Tegra 2 and Tegra 3 devices
>>>> accessing emmc following the 25 July 2018 remote tracking merge.
>>>>
>>>> The offending commit is:
>>>> 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
>>>> blk-mq: issue directly if hw queue isn't busy in case of 'none'.
>>>
>>> Can you try my current for-next? This should fix it:
>>>
>>> commit 8824f62246bef288173a6624a363352f0d4d3b09
>>> Author: Ming Lei <ming.lei@redhat.com>
>>> Date:   Sun Jul 22 14:10:15 2018 +0800
>>>
>>>      blk-mq: fail the request in case issue failure
>>>
>>
>> That commit made the current merge window, it must be reverted before
>> reverting the offending commit.
>>
>> With that patch, the bug triggers then the kernel waits for the mmc to
>> recover. It seems however that the bug leaves the mmc in a zombie state,
>> where it is processing the previous command but the kernel has no
>> control over it.
>>
>> [    4.233073] mmc0: Got command interrupt 0x00000001 even though no
>> command operation was in progress.
>> [    4.242189] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
>> [    4.248616] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
>> [    4.255041] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
>> [    4.261465] mmc0: sdhci: Argument:  0x002e3b10 | Trn mode: 0x00000033
>> [    4.267890] mmc0: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
>> [    4.274314] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
>> [    4.280737] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
>> [    4.287162] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
>> [    4.293586] mmc0: sdhci: Int enab:  0x02ff000b | Sig enab: 0x02fc000b
>> [    4.300010] mmc0: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
>> [    4.306433] mmc0: sdhci: Caps:      0xe7ffd080 | Caps_1:   0x00000074
>> [    4.312857] mmc0: sdhci: Cmd:       0x0000123a | Max curr: 0x00969696
>> [    4.319281] mmc0: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
>> [    4.325705] mmc0: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
>> [    4.332128] mmc0: sdhci: Host ctl2: 0x00000000
>> [    4.336560] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0xae2f9220
>> [    4.342981] mmc0: sdhci: ============================================
>>
>> Without that patch, it goes into a constant loop between reading/writing
>> and dumping errors until it finishes booting.
>
> Ming??

I am just back for vocation, will take a look soon.

Thanks,
Ming Lei

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-25 18:29   ` Peter Geis
  2018-07-27 19:31     ` Jens Axboe
@ 2018-07-28 13:37     ` Ming Lei
  2018-07-30 18:55       ` Peter Geis
  1 sibling, 1 reply; 19+ messages in thread
From: Ming Lei @ 2018-07-28 13:37 UTC (permalink / raw)
  To: Peter Geis; +Cc: Jens Axboe, linux-block, linux-tegra

On Wed, Jul 25, 2018 at 02:29:30PM -0400, Peter Geis wrote:
> On 07/25/2018 02:17 PM, Jens Axboe wrote:
> > On 7/25/18 10:28 AM, Peter Geis wrote:
> > > Good Afternoon,
> > > 
> > > I have encountered an issue on both Tegra 2 and Tegra 3 devices
> > > accessing emmc following the 25 July 2018 remote tracking merge.
> > > 
> > > The offending commit is:
> > > 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
> > > blk-mq: issue directly if hw queue isn't busy in case of 'none'.
> > 
> > Can you try my current for-next? This should fix it:
> > 
> > commit 8824f62246bef288173a6624a363352f0d4d3b09
> > Author: Ming Lei <ming.lei@redhat.com>
> > Date:   Sun Jul 22 14:10:15 2018 +0800
> > 
> >      blk-mq: fail the request in case issue failure
> > 
> 
> That commit made the current merge window, it must be reverted before
> reverting the offending commit.
> 
> With that patch, the bug triggers then the kernel waits for the mmc to
> recover. It seems however that the bug leaves the mmc in a zombie state,
> where it is processing the previous command but the kernel has no control
> over it.
> 
> [    4.233073] mmc0: Got command interrupt 0x00000001 even though no command
> operation was in progress.
> [    4.242189] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
> [    4.248616] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
> [    4.255041] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
> [    4.261465] mmc0: sdhci: Argument:  0x002e3b10 | Trn mode: 0x00000033
> [    4.267890] mmc0: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
> [    4.274314] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
> [    4.280737] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
> [    4.287162] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
> [    4.293586] mmc0: sdhci: Int enab:  0x02ff000b | Sig enab: 0x02fc000b
> [    4.300010] mmc0: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
> [    4.306433] mmc0: sdhci: Caps:      0xe7ffd080 | Caps_1:   0x00000074
> [    4.312857] mmc0: sdhci: Cmd:       0x0000123a | Max curr: 0x00969696
> [    4.319281] mmc0: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
> [    4.325705] mmc0: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
> [    4.332128] mmc0: sdhci: Host ctl2: 0x00000000
> [    4.336560] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0xae2f9220
> [    4.342981] mmc0: sdhci: ============================================

Not found issue in the two merged patches, and it might be one mmc
internal issue, could you apply the following debug patch and post
the console log?

diff --git a/block/blk-mq-sched.c b/block/blk-mq-sched.c
index cf9c66c6d35a..6573684b07e5 100644
--- a/block/blk-mq-sched.c
+++ b/block/blk-mq-sched.c
@@ -415,6 +415,8 @@ void blk_mq_sched_insert_requests(struct request_queue *q,
 			blk_mq_try_issue_list_directly(hctx, list);
 			if (list_empty(list))
 				return;
+			if (blk_queue_debug(q))
+				trace_printk("issue direct: partial done\n");
 		}
 		blk_mq_insert_requests(hctx, ctx, list);
 	}
diff --git a/block/blk-mq.c b/block/blk-mq.c
index e13bdc2707ce..efb898323e2d 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -488,6 +488,9 @@ void blk_mq_free_request(struct request *rq)
 	struct blk_mq_ctx *ctx = rq->mq_ctx;
 	struct blk_mq_hw_ctx *hctx = blk_mq_map_queue(q, ctx->cpu);
 
+	if (blk_queue_debug(q))
+		trace_printk("complete: rq %d\n", rq->internal_tag);
+
 	if (rq->rq_flags & RQF_ELVPRIV) {
 		if (e && e->type->ops.mq.finish_request)
 			e->type->ops.mq.finish_request(rq);
@@ -1793,6 +1796,9 @@ void blk_mq_try_issue_list_directly(struct blk_mq_hw_ctx *hctx,
 
 		list_del_init(&rq->queuelist);
 		ret = blk_mq_request_issue_directly(rq);
+		if (blk_queue_debug(rq->q))
+			trace_printk("issue direct: rq %d, ret %d\n",
+					rq->internal_tag, (int)ret);
 		if (ret != BLK_STS_OK) {
 			if (ret == BLK_STS_RESOURCE ||
 					ret == BLK_STS_DEV_RESOURCE) {
@@ -1841,6 +1847,8 @@ static blk_qc_t blk_mq_make_request(struct request_queue *q, struct bio *bio)
 		return BLK_QC_T_NONE;
 	}
 
+	 if (blk_queue_debug(q))
+		 trace_printk("make rq %d\n", rq->internal_tag);
 	rq_qos_track(q, rq, bio);
 
 	cookie = request_to_qc_t(data.hctx, rq);
diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index 648eb6743ed5..90745829cf9a 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -257,6 +257,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mmc_card_removed(mq->card)) {
 		req->rq_flags |= RQF_QUIET;
+
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d, %s\n", req->internal_tag, "io err");
 		return BLK_STS_IOERR;
 	}
 
@@ -266,6 +269,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mq->recovery_needed) {
 		spin_unlock_irq(q->queue_lock);
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d, %s\n", req->internal_tag,
+					"resource");
 		return BLK_STS_RESOURCE;
 	}
 
@@ -274,6 +280,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		if (mmc_cqe_dcmd_busy(mq)) {
 			mq->cqe_busy |= MMC_CQE_DCMD_BUSY;
 			spin_unlock_irq(q->queue_lock);
+			if (blk_queue_debug(q))
+				trace_printk("queue rq %d, %s\n", req->internal_tag,
+					"resource");
 			return BLK_STS_RESOURCE;
 		}
 		break;
@@ -326,6 +335,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		break;
 	}
 
+	if (blk_queue_debug(q))
+		trace_printk("queue rq %d, %d\n", req->internal_tag, (int)ret);
 	if (issued != MMC_REQ_STARTED) {
 		bool put_card = false;
 
@@ -404,6 +415,8 @@ static int mmc_mq_init_queue(struct mmc_queue *mq, int q_depth,
 	mq->queue->queue_lock = lock;
 	mq->queue->queuedata = mq;
 
+	blk_queue_flag_set(31, mq->queue);
+
 	return 0;
 
 free_tag_set:
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 1c828e0e9905..b2b471c2f5f6 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -2640,6 +2640,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
 			return;
 		pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
 		       mmc_hostname(host->mmc), (unsigned)intmask);
+		ftrace_dump(DUMP_ALL);
 		sdhci_dumpregs(host);
 		return;
 	}
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 050d599f5ea9..29be3a6d5903 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -741,6 +741,7 @@ bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q);
 #define blk_queue_preempt_only(q)				\
 	test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags)
 #define blk_queue_fua(q)	test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags)
+#define blk_queue_debug(q)	test_bit(31, &(q)->queue_flags)
 
 extern int blk_set_preempt_only(struct request_queue *q);
 extern void blk_clear_preempt_only(struct request_queue *q);

Thanks,
Ming

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-28 13:37     ` Ming Lei
@ 2018-07-30 18:55       ` Peter Geis
  2018-07-31  1:38         ` Ming Lei
  0 siblings, 1 reply; 19+ messages in thread
From: Peter Geis @ 2018-07-30 18:55 UTC (permalink / raw)
  To: Ming Lei; +Cc: Jens Axboe, linux-block, linux-tegra



On 07/28/2018 09:37 AM, Ming Lei wrote:
> On Wed, Jul 25, 2018 at 02:29:30PM -0400, Peter Geis wrote:
>> On 07/25/2018 02:17 PM, Jens Axboe wrote:
>>> On 7/25/18 10:28 AM, Peter Geis wrote:
>>>> Good Afternoon,
>>>>
>>>> I have encountered an issue on both Tegra 2 and Tegra 3 devices
>>>> accessing emmc following the 25 July 2018 remote tracking merge.
>>>>
>>>> The offending commit is:
>>>> 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8
>>>> blk-mq: issue directly if hw queue isn't busy in case of 'none'.
>>>
>>> Can you try my current for-next? This should fix it:
>>>
>>> commit 8824f62246bef288173a6624a363352f0d4d3b09
>>> Author: Ming Lei <ming.lei@redhat.com>
>>> Date:   Sun Jul 22 14:10:15 2018 +0800
>>>
>>>       blk-mq: fail the request in case issue failure
>>>
>>
>> That commit made the current merge window, it must be reverted before
>> reverting the offending commit.
>>
>> With that patch, the bug triggers then the kernel waits for the mmc to
>> recover. It seems however that the bug leaves the mmc in a zombie state,
>> where it is processing the previous command but the kernel has no control
>> over it.
>>
>> [    4.233073] mmc0: Got command interrupt 0x00000001 even though no command
>> operation was in progress.
>> [    4.242189] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
>> [    4.248616] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
>> [    4.255041] mmc0: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
>> [    4.261465] mmc0: sdhci: Argument:  0x002e3b10 | Trn mode: 0x00000033
>> [    4.267890] mmc0: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
>> [    4.274314] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
>> [    4.280737] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
>> [    4.287162] mmc0: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
>> [    4.293586] mmc0: sdhci: Int enab:  0x02ff000b | Sig enab: 0x02fc000b
>> [    4.300010] mmc0: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
>> [    4.306433] mmc0: sdhci: Caps:      0xe7ffd080 | Caps_1:   0x00000074
>> [    4.312857] mmc0: sdhci: Cmd:       0x0000123a | Max curr: 0x00969696
>> [    4.319281] mmc0: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
>> [    4.325705] mmc0: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
>> [    4.332128] mmc0: sdhci: Host ctl2: 0x00000000
>> [    4.336560] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0xae2f9220
>> [    4.342981] mmc0: sdhci: ============================================
> 
> Not found issue in the two merged patches, and it might be one mmc
> internal issue, could you apply the following debug patch and post
> the console log?
> 
> diff --git a/block/blk-mq-sched.c b/block/blk-mq-sched.c
> index cf9c66c6d35a..6573684b07e5 100644
> --- a/block/blk-mq-sched.c
> +++ b/block/blk-mq-sched.c
> @@ -415,6 +415,8 @@ void blk_mq_sched_insert_requests(struct request_queue *q,
>   			blk_mq_try_issue_list_directly(hctx, list);
>   			if (list_empty(list))
>   				return;
> +			if (blk_queue_debug(q))
> +				trace_printk("issue direct: partial done\n");
>   		}
>   		blk_mq_insert_requests(hctx, ctx, list);
>   	}
> diff --git a/block/blk-mq.c b/block/blk-mq.c
> index e13bdc2707ce..efb898323e2d 100644
> --- a/block/blk-mq.c
> +++ b/block/blk-mq.c
> @@ -488,6 +488,9 @@ void blk_mq_free_request(struct request *rq)
>   	struct blk_mq_ctx *ctx = rq->mq_ctx;
>   	struct blk_mq_hw_ctx *hctx = blk_mq_map_queue(q, ctx->cpu);
>   
> +	if (blk_queue_debug(q))
> +		trace_printk("complete: rq %d\n", rq->internal_tag);
> +
>   	if (rq->rq_flags & RQF_ELVPRIV) {
>   		if (e && e->type->ops.mq.finish_request)
>   			e->type->ops.mq.finish_request(rq);
> @@ -1793,6 +1796,9 @@ void blk_mq_try_issue_list_directly(struct blk_mq_hw_ctx *hctx,
>   
>   		list_del_init(&rq->queuelist);
>   		ret = blk_mq_request_issue_directly(rq);
> +		if (blk_queue_debug(rq->q))
> +			trace_printk("issue direct: rq %d, ret %d\n",
> +					rq->internal_tag, (int)ret);
>   		if (ret != BLK_STS_OK) {
>   			if (ret == BLK_STS_RESOURCE ||
>   					ret == BLK_STS_DEV_RESOURCE) {
> @@ -1841,6 +1847,8 @@ static blk_qc_t blk_mq_make_request(struct request_queue *q, struct bio *bio)
>   		return BLK_QC_T_NONE;
>   	}
>   
> +	 if (blk_queue_debug(q))
> +		 trace_printk("make rq %d\n", rq->internal_tag);
>   	rq_qos_track(q, rq, bio);
>   
>   	cookie = request_to_qc_t(data.hctx, rq);
> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> index 648eb6743ed5..90745829cf9a 100644
> --- a/drivers/mmc/core/queue.c
> +++ b/drivers/mmc/core/queue.c
> @@ -257,6 +257,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>   
>   	if (mmc_card_removed(mq->card)) {
>   		req->rq_flags |= RQF_QUIET;
> +
> +		if (blk_queue_debug(q))
> +			trace_printk("queue rq %d, %s\n", req->internal_tag, "io err");
>   		return BLK_STS_IOERR;
>   	}
>   
> @@ -266,6 +269,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>   
>   	if (mq->recovery_needed) {
>   		spin_unlock_irq(q->queue_lock);
> +		if (blk_queue_debug(q))
> +			trace_printk("queue rq %d, %s\n", req->internal_tag,
> +					"resource");
>   		return BLK_STS_RESOURCE;
>   	}
>   
> @@ -274,6 +280,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>   		if (mmc_cqe_dcmd_busy(mq)) {
>   			mq->cqe_busy |= MMC_CQE_DCMD_BUSY;
>   			spin_unlock_irq(q->queue_lock);
> +			if (blk_queue_debug(q))
> +				trace_printk("queue rq %d, %s\n", req->internal_tag,
> +					"resource");
>   			return BLK_STS_RESOURCE;
>   		}
>   		break;
> @@ -326,6 +335,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>   		break;
>   	}
>   
> +	if (blk_queue_debug(q))
> +		trace_printk("queue rq %d, %d\n", req->internal_tag, (int)ret);
>   	if (issued != MMC_REQ_STARTED) {
>   		bool put_card = false;
>   
> @@ -404,6 +415,8 @@ static int mmc_mq_init_queue(struct mmc_queue *mq, int q_depth,
>   	mq->queue->queue_lock = lock;
>   	mq->queue->queuedata = mq;
>   
> +	blk_queue_flag_set(31, mq->queue);
> +
>   	return 0;
>   
>   free_tag_set:
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 1c828e0e9905..b2b471c2f5f6 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -2640,6 +2640,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
>   			return;
>   		pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
>   		       mmc_hostname(host->mmc), (unsigned)intmask);
> +		ftrace_dump(DUMP_ALL);
>   		sdhci_dumpregs(host);
>   		return;
>   	}
> diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
> index 050d599f5ea9..29be3a6d5903 100644
> --- a/include/linux/blkdev.h
> +++ b/include/linux/blkdev.h
> @@ -741,6 +741,7 @@ bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q);
>   #define blk_queue_preempt_only(q)				\
>   	test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags)
>   #define blk_queue_fua(q)	test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags)
> +#define blk_queue_debug(q)	test_bit(31, &(q)->queue_flags)
>   
>   extern int blk_set_preempt_only(struct request_queue *q);
>   extern void blk_clear_preempt_only(struct request_queue *q);
> 
> Thanks,
> Ming
> 


Apologies for the long message, but that was a heck of a long log.

[    1.129076] mmc3: new high speed MMC card at address 0001
[    1.130103] mmcblk3: mmc3:0001 SEM32G 29.7 GiB
[    1.130737] mmcblk3boot0: mmc3:0001 SEM32G partition 1 1.00 MiB
[    1.131381] mmcblk3boot1: mmc3:0001 SEM32G partition 2 1.00 MiB
[    1.132976] tegra-dc 54240000.dc: Linked as a consumer to 54200000.dc
[    1.133050] tegra-dc 54240000.dc: coupled to 54200000.dc
[    1.138845] Primary GPT is invalid, using alternate GPT.
[    1.138973]  mmcblk3: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10
[    1.142447] usb 1-1: New USB device found, idVendor=22b8, 
idProduct=2a70, bcdDevice= 0.00
[    1.142530] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    1.142587] usb 1-1: Product: Flash MZ600
[    1.142630] usb 1-1: Manufacturer: Motorola, Incorporated
[    1.144277] drm drm: Linked as a consumer to panel
[    1.144679] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.144735] [drm] No driver support for vblank timestamp query.
[    1.260904] Console: switching to colour frame buffer device 160x50
[    1.281076] drm drm: fb0:  frame buffer device
[    1.281265] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0
[    1.282801] input: gpio-keys as /devices/soc0/gpio-keys/input/input1
[    1.284768] cpcap-rtc 7000d600.spi:pmic@0:rtc: setting system clock 
to 2018-07-30 18:30:24 UTC (1532975424)
[    1.293027] EXT4-fs (mmcblk3p10): INFO: recovery required on readonly 
filesystem
[    1.293230] EXT4-fs (mmcblk3p10): write access will be enabled during 
recovery
[    1.516755] EXT4-fs (mmcblk3p10): recovery complete
[    1.520397] EXT4-fs (mmcblk3p10): mounted filesystem with ordered 
data mode. Opts: (null)
[    1.520678] VFS: Mounted root (ext4 filesystem) readonly on device 
179:26.
[    1.533204] devtmpfs: mounted
[    1.539896] Freeing unused kernel memory: 1024K
[    1.541164] Checked W+X mappings: passed, no W+X pages found
[    2.313488] 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.314953] systemd[1]: Detected architecture arm.
[    2.334923] systemd[1]: Set hostname to <MotoXoom>.
[    2.415408] ------------[ cut here ]------------
[    2.419130] WARNING: CPU: 1 PID: 111 at drivers/mmc/host/sdhci.c:1203 
sdhci_send_command+0x44/0xda4
[    2.422877] Modules linked in:
[    2.426573] CPU: 1 PID: 111 Comm: (direxec) Not tainted 
4.18.0-rc6-next-20180725-00003-g8fb10381dd8a-dirty #112
[    2.430394] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[    2.434204] [<c0113174>] (unwind_backtrace) from [<c010dc74>] 
(show_stack+0x20/0x24)
[    2.438038] [<c010dc74>] (show_stack) from [<c08756d8>] 
(dump_stack+0xa8/0xdc)
[    2.441895] [<c08756d8>] (dump_stack) from [<c012bc94>] 
(__warn+0xfc/0x118)
[    2.445752] [<c012bc94>] (__warn) from [<c012bde4>] 
(warn_slowpath_null+0x4c/0x58)
[    2.449662] [<c012bde4>] (warn_slowpath_null) from [<c073257c>] 
(sdhci_send_command+0x44/0xda4)
[    2.453581] [<c073257c>] (sdhci_send_command) from [<c0733724>] 
(sdhci_request+0x13c/0x148)
[    2.457498] [<c0733724>] (sdhci_request) from [<c07185f8>] 
(__mmc_start_request+0x138/0x1b8)
[    2.461422] [<c07185f8>] (__mmc_start_request) from [<c0718718>] 
(mmc_start_request+0xa0/0xb4)
[    2.465380] [<c0718718>] (mmc_start_request) from [<c072c644>] 
(mmc_blk_mq_issue_rq+0x61c/0x788)
[    2.469357] [<c072c644>] (mmc_blk_mq_issue_rq) from [<c072cc70>] 
(mmc_mq_queue_rq+0x1ac/0x2a0)
[    2.473365] [<c072cc70>] (mmc_mq_queue_rq) from [<c0490b24>] 
(__blk_mq_try_issue_directly+0xe8/0x1ac)
[    2.477419] [<c0490b24>] (__blk_mq_try_issue_directly) from 
[<c0491e8c>] (blk_mq_request_issue_directly+0x64/0x98)
[    2.481587] [<c0491e8c>] (blk_mq_request_issue_directly) from 
[<c0491f10>] (blk_mq_try_issue_list_directly+0x50/0xb8)
[    2.485809] [<c0491f10>] (blk_mq_try_issue_list_directly) from 
[<c0495b84>] (blk_mq_sched_insert_requests+0xa8/0xec)
[    2.490089] [<c0495b84>] (blk_mq_sched_insert_requests) from 
[<c0491d80>] (blk_mq_flush_plug_list+0x228/0x2d0)
[    2.494408] [<c0491d80>] (blk_mq_flush_plug_list) from [<c0485a90>] 
(blk_flush_plug_list+0x74/0x208)
[    2.498759] [<c0485a90>] (blk_flush_plug_list) from [<c0486188>] 
(blk_finish_plug+0x38/0x54)
[    2.503108] [<c0486188>] (blk_finish_plug) from [<c0271fec>] 
(read_pages+0x78/0x164)
[    2.507441] [<c0271fec>] (read_pages) from [<c02721c0>] 
(__do_page_cache_readahead+0xe8/0x1d0)
[    2.511786] [<c02721c0>] (__do_page_cache_readahead) from 
[<c0272430>] (ondemand_readahead+0x188/0x278)
[    2.516171] [<c0272430>] (ondemand_readahead) from [<c02727c8>] 
(page_cache_sync_readahead+0xd8/0xdc)
[    2.520591] [<c02727c8>] (page_cache_sync_readahead) from 
[<c0262878>] (generic_file_read_iter+0x294/0xa54)
[    2.525070] [<c0262878>] (generic_file_read_iter) from [<c039112c>] 
(ext4_file_read_iter+0x40/0x54)
[    2.529565] [<c039112c>] (ext4_file_read_iter) from [<c02d29e0>] 
(__vfs_read+0x134/0x164)
[    2.534077] [<c02d29e0>] (__vfs_read) from [<c02d2ab0>] 
(vfs_read+0xa0/0x158)
[    2.538589] [<c02d2ab0>] (vfs_read) from [<c02d2b98>] 
(kernel_read+0x30/0x44)
[    2.543107] [<c02d2b98>] (kernel_read) from [<c02d98d8>] 
(prepare_binprm+0x170/0x194)
[    2.547647] [<c02d98d8>] (prepare_binprm) from [<c02dacfc>] 
(__do_execve_file+0x328/0x76c)
[    2.552202] [<c02dacfc>] (__do_execve_file) from [<c02db1b8>] 
(do_execve+0x38/0x40)
[    2.556710] [<c02db1b8>] (do_execve) from [<c02db3f0>] 
(sys_execve+0x2c/0x30)
[    2.561171] [<c02db3f0>] (sys_execve) from [<c0101000>] 
(ret_fast_syscall+0x0/0x28)
[    2.565652] Exception stack(0xedbb1fa8 to 0xedbb1ff0)
[    2.570123] 1fa0:                   b6f764e0 ffffffff 01e2e8d8 
beaa8b60 beaa8f0c b6f3cb94
[    2.574663] 1fc0: b6f764e0 ffffffff 00000000 0000000b 01e2e744 
01e2e8d8 00000000 ffffffff
[    2.579190] 1fe0: b6e43b08 beaa8ae4 b6d77313 b6ebaba8
[    2.583679] ---[ end trace ade625438f6a48ce ]---
[    2.589234] mmc3: Got command interrupt 0x00000001 even though no 
command operation was in progress.
[    2.594158] Dumping ftrace buffer:
[    2.599091] ---------------------------------
[    2.599139] kworker/-5       0.n.1 808954us : blk_mq_make_request: 
make rq -1
[    2.599160] kworker/-5       0.... 809247us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599183] kworker/-6       0.n.1 824140us : blk_mq_free_request: 
complete: rq -1
[    2.599198] kworker/-5       0.n.1 824386us : blk_mq_make_request: 
make rq -1
[    2.599213] kworker/-5       0.... 824685us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599229] kworker/-98      0.n.1 825920us : blk_mq_free_request: 
complete: rq -1
[    2.599243] kworker/-5       0...1 1132313us : blk_mq_make_request: 
make rq -1
[    2.599258] kworker/-5       0.... 1132491us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599274] kworker/-98      0...1 1134626us : blk_mq_free_request: 
complete: rq -1
[    2.599289] kworker/-5       0...1 1134748us : blk_mq_make_request: 
make rq -1
[    2.599304] kworker/-5       0.... 1134858us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599320] kworker/-98      0...1 1135728us : blk_mq_free_request: 
complete: rq -1
[    2.599334] kworker/-5       0...1 1135813us : blk_mq_make_request: 
make rq -1
[    2.599349] kworker/-5       0.... 1135916us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599364] kworker/-98      0...1 1136952us : blk_mq_free_request: 
complete: rq -1
[    2.599379] kworker/-5       0...1 1137042us : blk_mq_make_request: 
make rq -1
[    2.599393] kworker/-5       0.... 1137148us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599409] kworker/-98      0...1 1137872us : blk_mq_free_request: 
complete: rq -1
[    2.599423] kworker/-5       0...1 1137967us : blk_mq_make_request: 
make rq -1
[    2.599437] kworker/-5       0.... 1138070us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599463] kworker/-98      0...1 1138758us : blk_mq_free_request: 
complete: rq -1
[    2.599491]  systemd-1       1...1 1288178us : blk_mq_make_request: 
make rq -1
[    2.599507]  systemd-1       1.... 1288272us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599524]   <idle>-0       1dnh1 1288745us : blk_mq_free_request: 
complete: rq -1
[    2.599538]  systemd-1       1...1 1289027us : blk_mq_make_request: 
make rq -1
[    2.599553]  systemd-1       1.... 1289080us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599568]   <idle>-0       1dnh1 1289526us : blk_mq_free_request: 
complete: rq -1
[    2.599583]  systemd-1       1...1 1289621us : blk_mq_make_request: 
make rq -1
[    2.599597]  systemd-1       1.... 1289686us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599613]   <idle>-0       1dnh1 1290209us : blk_mq_free_request: 
complete: rq -1
[    2.599627]  systemd-1       1...1 1290282us : blk_mq_make_request: 
make rq -1
[    2.599642]  systemd-1       1.... 1290334us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599656]  systemd-1       1...1 1290367us : blk_mq_make_request: 
make rq -1
[    2.599671]  systemd-1       1...1 1290856us : blk_mq_free_request: 
complete: rq -1
[    2.599685]  systemd-1       1.... 1290864us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599699]  systemd-1       1...1 1290896us : blk_mq_make_request: 
make rq -1
[    2.599714]  systemd-1       1...1 1291438us : blk_mq_free_request: 
complete: rq -1
[    2.599728]  systemd-1       1.... 1291445us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599742]  systemd-1       1...1 1291477us : blk_mq_make_request: 
make rq -1
[    2.599758]  systemd-1       1...1 1291928us : blk_mq_free_request: 
complete: rq -1
[    2.599772]  systemd-1       1.... 1291935us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599787]   <idle>-0       1dnh1 1292516us : blk_mq_free_request: 
complete: rq -1
[    2.599801]  systemd-1       1...1 1293496us : blk_mq_make_request: 
make rq -1
[    2.599816]  systemd-1       1.... 1293564us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599830]  systemd-1       1...1 1293599us : blk_mq_make_request: 
make rq -1
[    2.599845]  systemd-1       1...1 1294206us : blk_mq_free_request: 
complete: rq -1
[    2.599860]  systemd-1       1.... 1294214us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599874]  systemd-1       1...1 1294248us : blk_mq_make_request: 
make rq -1
[    2.599889]  systemd-1       1...1 1294818us : blk_mq_free_request: 
complete: rq -1
[    2.599903]  systemd-1       1.... 1294825us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599917]  systemd-1       1...1 1294858us : blk_mq_make_request: 
make rq -1
[    2.599932]  systemd-1       1...1 1295404us : blk_mq_free_request: 
complete: rq -1
[    2.599947]  systemd-1       1.... 1295411us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.599962]  systemd-1       1...1 1295443us : blk_mq_make_request: 
make rq -1
[    2.599998]  systemd-1       1...1 1295990us : blk_mq_free_request: 
complete: rq -1
[    2.600019]  systemd-1       1.... 1295997us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600053]  systemd-1       1...1 1296029us : blk_mq_make_request: 
make rq -1
[    2.600075]  systemd-1       1...1 1296572us : blk_mq_free_request: 
complete: rq -1
[    2.600091]  systemd-1       1.... 1296579us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600105]  systemd-1       1...1 1296612us : blk_mq_make_request: 
make rq -1
[    2.600121]  systemd-1       1...1 1297162us : blk_mq_free_request: 
complete: rq -1
[    2.600135]  systemd-1       1.... 1297169us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600149]  systemd-1       1...1 1297202us : blk_mq_make_request: 
make rq -1
[    2.600165]  systemd-1       1...1 1297769us : blk_mq_free_request: 
complete: rq -1
[    2.600179]  systemd-1       1.... 1297776us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600194]  systemd-1       1...1 1297822us : blk_mq_make_request: 
make rq -1
[    2.600209]  systemd-1       1...1 1298387us : blk_mq_free_request: 
complete: rq -1
[    2.600224]  systemd-1       1.... 1298395us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600238]  systemd-1       1...1 1298430us : blk_mq_make_request: 
make rq -1
[    2.600253]  systemd-1       1...1 1298992us : blk_mq_free_request: 
complete: rq -1
[    2.600267]  systemd-1       1.... 1298999us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600281]  systemd-1       1...1 1299032us : blk_mq_make_request: 
make rq -1
[    2.600296]  systemd-1       1...1 1299605us : blk_mq_free_request: 
complete: rq -1
[    2.600311]  systemd-1       1.... 1299612us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600325]  systemd-1       1...1 1299644us : blk_mq_make_request: 
make rq -1
[    2.600342]  systemd-1       1...1 1300189us : blk_mq_free_request: 
complete: rq -1
[    2.600356]  systemd-1       1.... 1300196us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600370]  systemd-1       1...1 1300228us : blk_mq_make_request: 
make rq -1
[    2.600385]  systemd-1       1...1 1300773us : blk_mq_free_request: 
complete: rq -1
[    2.600400]  systemd-1       1.... 1300780us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600414]  systemd-1       1...1 1300812us : blk_mq_make_request: 
make rq -1
[    2.600429]  systemd-1       1...1 1301359us : blk_mq_free_request: 
complete: rq -1
[    2.600444]  systemd-1       1.... 1301366us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600457]  systemd-1       1...1 1301397us : blk_mq_make_request: 
make rq -1
[    2.600472]  systemd-1       1...1 1301947us : blk_mq_free_request: 
complete: rq -1
[    2.600487]  systemd-1       1.... 1301954us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600500]  systemd-1       1...1 1301986us : blk_mq_make_request: 
make rq -1
[    2.600516]  systemd-1       1...1 1302605us : blk_mq_free_request: 
complete: rq -1
[    2.600530]  systemd-1       1.... 1302612us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600543]  systemd-1       1...1 1302645us : blk_mq_make_request: 
make rq -1
[    2.600559]  systemd-1       1...1 1303214us : blk_mq_free_request: 
complete: rq -1
[    2.600573]  systemd-1       1.... 1303221us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600586]  systemd-1       1...1 1303253us : blk_mq_make_request: 
make rq -1
[    2.600601]  systemd-1       1...1 1303837us : blk_mq_free_request: 
complete: rq -1
[    2.600615]  systemd-1       1.... 1303844us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600629]  systemd-1       1...1 1303876us : blk_mq_make_request: 
make rq -1
[    2.600644]  systemd-1       1...1 1304449us : blk_mq_free_request: 
complete: rq -1
[    2.600658]  systemd-1       1.... 1304456us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600672]  systemd-1       1...1 1304489us : blk_mq_make_request: 
make rq -1
[    2.600687]  systemd-1       1...1 1305033us : blk_mq_free_request: 
complete: rq -1
[    2.600702]  systemd-1       1.... 1305040us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600715]  systemd-1       1...1 1305072us : blk_mq_make_request: 
make rq -1
[    2.600730]  systemd-1       1...1 1305619us : blk_mq_free_request: 
complete: rq -1
[    2.600744]  systemd-1       1.... 1305626us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600758]  systemd-1       1...1 1305658us : blk_mq_make_request: 
make rq -1
[    2.600773]  systemd-1       1...1 1306202us : blk_mq_free_request: 
complete: rq -1
[    2.600788]  systemd-1       1.... 1306210us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600801]  systemd-1       1...1 1306242us : blk_mq_make_request: 
make rq -1
[    2.600816]  systemd-1       1...1 1306792us : blk_mq_free_request: 
complete: rq -1
[    2.600831]  systemd-1       1.... 1306799us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600845]  systemd-1       1...1 1306845us : blk_mq_make_request: 
make rq -1
[    2.600859]  systemd-1       1...1 1307408us : blk_mq_free_request: 
complete: rq -1
[    2.600874]  systemd-1       1.... 1307415us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600887]  systemd-1       1...1 1307448us : blk_mq_make_request: 
make rq -1
[    2.600902]  systemd-1       1...1 1308020us : blk_mq_free_request: 
complete: rq -1
[    2.600917]  systemd-1       1.... 1308026us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600930]  systemd-1       1...1 1308059us : blk_mq_make_request: 
make rq -1
[    2.600946]  systemd-1       1...1 1308633us : blk_mq_free_request: 
complete: rq -1
[    2.600960]  systemd-1       1.... 1308641us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.600974]  systemd-1       1...1 1308675us : blk_mq_make_request: 
make rq -1
[    2.600989]  systemd-1       1...1 1309244us : blk_mq_free_request: 
complete: rq -1
[    2.601004]  systemd-1       1.... 1309251us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601018]  systemd-1       1...1 1309283us : blk_mq_make_request: 
make rq -1
[    2.601033]  systemd-1       1...1 1309830us : blk_mq_free_request: 
complete: rq -1
[    2.601048]  systemd-1       1.... 1309837us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601062]  systemd-1       1...1 1309870us : blk_mq_make_request: 
make rq -1
[    2.601077]  systemd-1       1...1 1310415us : blk_mq_free_request: 
complete: rq -1
[    2.601091]  systemd-1       1.... 1310422us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601105]  systemd-1       1...1 1310455us : blk_mq_make_request: 
make rq -1
[    2.601120]  systemd-1       1...1 1311001us : blk_mq_free_request: 
complete: rq -1
[    2.601134]  systemd-1       1.... 1311008us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601148]  systemd-1       1...1 1311040us : blk_mq_make_request: 
make rq -1
[    2.601163]  systemd-1       1...1 1311588us : blk_mq_free_request: 
complete: rq -1
[    2.601177]  systemd-1       1.... 1311594us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601191]  systemd-1       1...1 1311627us : blk_mq_make_request: 
make rq -1
[    2.601207]  systemd-1       1...1 1312196us : blk_mq_free_request: 
complete: rq -1
[    2.601221]  systemd-1       1.... 1312203us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601235]  systemd-1       1...1 1312218us : blk_mq_make_request: 
make rq -1
[    2.601250]  systemd-1       1...1 1312804us : blk_mq_free_request: 
complete: rq -1
[    2.601264]  systemd-1       1.... 1312811us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601280]   <idle>-0       1dnh1 1313298us : blk_mq_free_request: 
complete: rq -1
[    2.601294]  systemd-1       1...1 1313448us : blk_mq_make_request: 
make rq -1
[    2.601308]  systemd-1       1.... 1313502us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601323]   <idle>-0       1dnh1 1314221us : blk_mq_free_request: 
complete: rq -1
[    2.601338]  systemd-1       1...1 1314432us : blk_mq_make_request: 
make rq -1
[    2.601352]  systemd-1       1.... 1314494us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601366]  systemd-1       1...1 1314511us : blk_mq_make_request: 
make rq -1
[    2.601381]  systemd-1       1...1 1315019us : blk_mq_free_request: 
complete: rq -1
[    2.601395]  systemd-1       1.... 1315026us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601409]  systemd-1       1...1 1315041us : blk_mq_make_request: 
make rq -1
[    2.601424]  systemd-1       1...1 1315514us : blk_mq_free_request: 
complete: rq -1
[    2.601438]  systemd-1       1.... 1315521us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601452]  systemd-1       1...1 1315536us : blk_mq_make_request: 
make rq -1
[    2.601467]  systemd-1       1...1 1316008us : blk_mq_free_request: 
complete: rq -1
[    2.601481]  systemd-1       1.... 1316014us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601495]  systemd-1       1...1 1316029us : blk_mq_make_request: 
make rq -1
[    2.601510]  systemd-1       1...1 1316590us : blk_mq_free_request: 
complete: rq -1
[    2.601524]  systemd-1       1.... 1316597us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601538]  systemd-1       1...1 1316612us : blk_mq_make_request: 
make rq -1
[    2.601553]  systemd-1       1...1 1317176us : blk_mq_free_request: 
complete: rq -1
[    2.601567]  systemd-1       1.... 1317182us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601581]  systemd-1       1...1 1317197us : blk_mq_make_request: 
make rq -1
[    2.601596]  systemd-1       1...1 1317758us : blk_mq_free_request: 
complete: rq -1
[    2.601610]  systemd-1       1.... 1317765us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601624]  systemd-1       1...1 1317780us : blk_mq_make_request: 
make rq -1
[    2.601639]  systemd-1       1...1 1318353us : blk_mq_free_request: 
complete: rq -1
[    2.601654]  systemd-1       1.... 1318361us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601668]  systemd-1       1...1 1318511us : blk_mq_make_request: 
make rq -1
[    2.601683]  systemd-1       1...1 1318937us : blk_mq_free_request: 
complete: rq -1
[    2.601697]  systemd-1       1.... 1318944us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601711]  systemd-1       1...1 1318959us : blk_mq_make_request: 
make rq -1
[    2.601726]  systemd-1       1...1 1319523us : blk_mq_free_request: 
complete: rq -1
[    2.601740]  systemd-1       1.... 1319530us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601754]  systemd-1       1...1 1319544us : blk_mq_make_request: 
make rq -1
[    2.601769]  systemd-1       1...1 1320105us : blk_mq_free_request: 
complete: rq -1
[    2.601784]  systemd-1       1.... 1320112us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601797]  systemd-1       1...1 1320127us : blk_mq_make_request: 
make rq -1
[    2.601813]  systemd-1       1...1 1320694us : blk_mq_free_request: 
complete: rq -1
[    2.601827]  systemd-1       1.... 1320701us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601841]  systemd-1       1...1 1320716us : blk_mq_make_request: 
make rq -1
[    2.601856]  systemd-1       1...1 1321302us : blk_mq_free_request: 
complete: rq -1
[    2.601871]  systemd-1       1.... 1321312us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601885]  systemd-1       1...1 1321327us : blk_mq_make_request: 
make rq -1
[    2.601901]  systemd-1       1...1 1321910us : blk_mq_free_request: 
complete: rq -1
[    2.601915]  systemd-1       1.... 1321917us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601929]  systemd-1       1...1 1321932us : blk_mq_make_request: 
make rq -1
[    2.601944]  systemd-1       1...1 1322519us : blk_mq_free_request: 
complete: rq -1
[    2.601959]  systemd-1       1.... 1322526us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.601973]  systemd-1       1...1 1322541us : blk_mq_make_request: 
make rq -1
[    2.601988]  systemd-1       1...1 1323130us : blk_mq_free_request: 
complete: rq -1
[    2.602002]  systemd-1       1.... 1323136us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602016]  systemd-1       1...1 1323316us : blk_mq_make_request: 
make rq -1
[    2.602032]  systemd-1       1...1 1324064us : blk_mq_free_request: 
complete: rq -1
[    2.602046]  systemd-1       1.... 1324076us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602060]  systemd-1       1...1 1324103us : blk_mq_make_request: 
make rq -1
[    2.602075]  systemd-1       1...1 1324678us : blk_mq_free_request: 
complete: rq -1
[    2.602090]  systemd-1       1.... 1324689us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602104]  systemd-1       1...1 1324714us : blk_mq_make_request: 
make rq -1
[    2.602120]  systemd-1       1...1 1325291us : blk_mq_free_request: 
complete: rq -1
[    2.602134]  systemd-1       1.... 1325302us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602148]  systemd-1       1...1 1325327us : blk_mq_make_request: 
make rq -1
[    2.602190]  systemd-1       1...1 1325911us : blk_mq_free_request: 
complete: rq -1
[    2.602226]  systemd-1       1.... 1325922us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602244]  systemd-1       1...1 1325947us : blk_mq_make_request: 
make rq -1
[    2.602261]  systemd-1       1...1 1326550us : blk_mq_free_request: 
complete: rq -1
[    2.602284]  systemd-1       1.... 1326561us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602318]  systemd-1       1...1 1326586us : blk_mq_make_request: 
make rq -1
[    2.602349]  systemd-1       1...1 1327186us : blk_mq_free_request: 
complete: rq -1
[    2.602371]  systemd-1       1.... 1327197us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602404]  systemd-1       1...1 1327222us : blk_mq_make_request: 
make rq -1
[    2.602422]  systemd-1       1...1 1327827us : blk_mq_free_request: 
complete: rq -1
[    2.602437]  systemd-1       1.... 1327838us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602452]  systemd-1       1...1 1327863us : blk_mq_make_request: 
make rq -1
[    2.602467]  systemd-1       1...1 1328479us : blk_mq_free_request: 
complete: rq -1
[    2.602481]  systemd-1       1.... 1328491us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602496]  systemd-1       1...1 1328776us : blk_mq_make_request: 
make rq -1
[    2.602511]  systemd-1       1...1 1329096us : blk_mq_free_request: 
complete: rq -1
[    2.602526]  systemd-1       1.... 1329108us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602540]  systemd-1       1...1 1329133us : blk_mq_make_request: 
make rq -1
[    2.602561]  systemd-1       1...1 1329710us : blk_mq_free_request: 
complete: rq -1
[    2.602593]  systemd-1       1.... 1329722us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602628]  systemd-1       1...1 1329747us : blk_mq_make_request: 
make rq -1
[    2.602657]  systemd-1       1...1 1330324us : blk_mq_free_request: 
complete: rq -1
[    2.602682]  systemd-1       1.... 1330336us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602710]  systemd-1       1...1 1330359us : blk_mq_make_request: 
make rq -1
[    2.602727]  systemd-1       1...1 1330943us : blk_mq_free_request: 
complete: rq -1
[    2.602742]  systemd-1       1.... 1330954us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602756]  systemd-1       1...1 1330979us : blk_mq_make_request: 
make rq -1
[    2.602772]  systemd-1       1...1 1331579us : blk_mq_free_request: 
complete: rq -1
[    2.602786]  systemd-1       1.... 1331591us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602800]  systemd-1       1...1 1331616us : blk_mq_make_request: 
make rq -1
[    2.602816]  systemd-1       1...1 1332219us : blk_mq_free_request: 
complete: rq -1
[    2.602830]  systemd-1       1.... 1332231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602844]  systemd-1       1...1 1332255us : blk_mq_make_request: 
make rq -1
[    2.602860]  systemd-1       1...1 1332860us : blk_mq_free_request: 
complete: rq -1
[    2.602897]  systemd-1       1.... 1332871us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.602915]  systemd-1       1...1 1332895us : blk_mq_make_request: 
make rq -1
[    2.602940]  systemd-1       1...1 1333499us : blk_mq_free_request: 
complete: rq -1
[    2.602975]  systemd-1       1.... 1333511us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603011]  systemd-1       1d.h. 1334109us : blk_mq_free_request: 
complete: rq -1
[    2.603044]  systemd-1       1...1 1334149us : blk_mq_make_request: 
make rq -1
[    2.603081]  systemd-1       1.... 1334237us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603099]  systemd-1       1...1 1334263us : blk_mq_make_request: 
make rq -1
[    2.603116]  systemd-1       1...1 1334904us : blk_mq_free_request: 
complete: rq -1
[    2.603134]  systemd-1       1.... 1334916us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603166]  systemd-1       1...1 1334941us : blk_mq_make_request: 
make rq -1
[    2.603185]  systemd-1       1...1 1335543us : blk_mq_free_request: 
complete: rq -1
[    2.603200]  systemd-1       1.... 1335555us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603214]  systemd-1       1...1 1335580us : blk_mq_make_request: 
make rq -1
[    2.603231]  systemd-1       1...1 1336192us : blk_mq_free_request: 
complete: rq -1
[    2.603265]  systemd-1       1.... 1336203us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603301]  systemd-1       1...1 1336227us : blk_mq_make_request: 
make rq -1
[    2.603321]  systemd-1       1...1 1336831us : blk_mq_free_request: 
complete: rq -1
[    2.603341]  systemd-1       1.... 1336843us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603374]  systemd-1       1...1 1336868us : blk_mq_make_request: 
make rq -1
[    2.603392]  systemd-1       1...1 1337476us : blk_mq_free_request: 
complete: rq -1
[    2.603408]  systemd-1       1.... 1337487us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603422]  systemd-1       1...1 1337512us : blk_mq_make_request: 
make rq -1
[    2.603438]  systemd-1       1.n.1 1338203us : blk_mq_free_request: 
complete: rq -1
[    2.603453]  systemd-1       1.... 1338366us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603467]  systemd-1       1...1 1338395us : blk_mq_make_request: 
make rq -1
[    2.603482]  systemd-1       1...1 1338717us : blk_mq_free_request: 
complete: rq -1
[    2.603497]  systemd-1       1.... 1338729us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603511]  systemd-1       1...1 1338985us : blk_mq_make_request: 
make rq -1
[    2.603526]  systemd-1       1...1 1339337us : blk_mq_free_request: 
complete: rq -1
[    2.603541]  systemd-1       1.... 1339349us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603555]  systemd-1       1...1 1339374us : blk_mq_make_request: 
make rq -1
[    2.603570]  systemd-1       1...1 1339953us : blk_mq_free_request: 
complete: rq -1
[    2.603584]  systemd-1       1.... 1339964us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603599]  systemd-1       1...1 1339989us : blk_mq_make_request: 
make rq -1
[    2.603614]  systemd-1       1...1 1340593us : blk_mq_free_request: 
complete: rq -1
[    2.603628]  systemd-1       1.... 1340604us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603642]  systemd-1       1...1 1340629us : blk_mq_make_request: 
make rq -1
[    2.603657]  systemd-1       1...1 1341232us : blk_mq_free_request: 
complete: rq -1
[    2.603672]  systemd-1       1.... 1341244us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603686]  systemd-1       1...1 1341267us : blk_mq_make_request: 
make rq -1
[    2.603719]  systemd-1       1...1 1341869us : blk_mq_free_request: 
complete: rq -1
[    2.603746]  systemd-1       1.... 1341880us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603775]  systemd-1       1...1 1341904us : blk_mq_make_request: 
make rq -1
[    2.603801]  systemd-1       1...1 1342511us : blk_mq_free_request: 
complete: rq -1
[    2.603830]  systemd-1       1.... 1342523us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603852]  systemd-1       1...1 1342547us : blk_mq_make_request: 
make rq -1
[    2.603888]  systemd-1       1...1 1343124us : blk_mq_free_request: 
complete: rq -1
[    2.603906]  systemd-1       1.... 1343136us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603921]  systemd-1       1...1 1343160us : blk_mq_make_request: 
make rq -1
[    2.603938]  systemd-1       1...1 1344330us : blk_mq_free_request: 
complete: rq -1
[    2.603974]  systemd-1       1.... 1344339us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.603992]  systemd-1       1...1 1344551us : blk_mq_make_request: 
make rq -1
[    2.604008]  systemd-1       1...1 1344927us : blk_mq_free_request: 
complete: rq -1
[    2.604023]  systemd-1       1.... 1344937us : mmc_mq_queue_rq: queue 
rq -1, 0
[    2.604049]  systemd-1       1...1 1344955us : blk_mq_make_request: 
make rq -1
[    2.604068]  systemd-1       1...1 1345526us : blk_mq_free_request: 
complete: rq -1
[    2.604088]  systemd-1       1.... 1345535us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.322137]  systemd-1       1...1 1345553us : blk_mq_make_request: 
make rq -1
[    3.324380]  systemd-1       1...1 1346143us : blk_mq_free_request: 
complete: rq -1
[    3.326617]  systemd-1       1.... 1346152us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.328863]  systemd-1       1...1 1346170us : blk_mq_make_request: 
make rq -1
[    3.331106]  systemd-1       1...1 1346763us : blk_mq_free_request: 
complete: rq -1
[    3.333344]  systemd-1       1.... 1346772us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.335592]  systemd-1       1...1 1346790us : blk_mq_make_request: 
make rq -1
[    3.337837]  systemd-1       1...1 1347384us : blk_mq_free_request: 
complete: rq -1
[    3.340079]  systemd-1       1.... 1347392us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.342332]  systemd-1       1...1 1347410us : blk_mq_make_request: 
make rq -1
[    3.344585]  systemd-1       1...1 1348005us : blk_mq_free_request: 
complete: rq -1
[    3.346840]  systemd-1       1.... 1348014us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.349105]  systemd-1       1...1 1348032us : blk_mq_make_request: 
make rq -1
[    3.351370]  systemd-1       1...1 1348610us : blk_mq_free_request: 
complete: rq -1
[    3.353629]  systemd-1       1.... 1348619us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.355896]  systemd-1       1...1 1348638us : blk_mq_make_request: 
make rq -1
[    3.358159]  systemd-1       1...1 1349206us : blk_mq_free_request: 
complete: rq -1
[    3.360421]  systemd-1       1.... 1349215us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.362693]  systemd-1       1...1 1349405us : blk_mq_make_request: 
make rq -1
[    3.364964]  systemd-1       1...1 1349803us : blk_mq_free_request: 
complete: rq -1
[    3.367231]  systemd-1       1.... 1349812us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.369503]  systemd-1       1...1 1349831us : blk_mq_make_request: 
make rq -1
[    3.371777]  systemd-1       1...1 1350400us : blk_mq_free_request: 
complete: rq -1
[    3.374048]  systemd-1       1.... 1350409us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.376329]  systemd-1       1...1 1350427us : blk_mq_make_request: 
make rq -1
[    3.378611]  systemd-1       1...1 1351021us : blk_mq_free_request: 
complete: rq -1
[    3.380885]  systemd-1       1.... 1351030us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.383177]  systemd-1       1...1 1351048us : blk_mq_make_request: 
make rq -1
[    3.385464]  systemd-1       1...1 1351639us : blk_mq_free_request: 
complete: rq -1
[    3.387748]  systemd-1       1.... 1351648us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.390041]  systemd-1       1...1 1351666us : blk_mq_make_request: 
make rq -1
[    3.392336]  systemd-1       1...1 1352259us : blk_mq_free_request: 
complete: rq -1
[    3.394627]  systemd-1       1.... 1352267us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.396922]  systemd-1       1...1 1352286us : blk_mq_make_request: 
make rq -1
[    3.399219]  systemd-1       1...1 1352884us : blk_mq_free_request: 
complete: rq -1
[    3.401514]  systemd-1       1.... 1352892us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.403824]  systemd-1       1...1 1352911us : blk_mq_make_request: 
make rq -1
[    3.406128]  systemd-1       1...1 1353478us : blk_mq_free_request: 
complete: rq -1
[    3.408433]  systemd-1       1.... 1353486us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.410746]  systemd-1       1...1 1353504us : blk_mq_make_request: 
make rq -1
[    3.413047]  systemd-1       1...1 1354076us : blk_mq_free_request: 
complete: rq -1
[    3.415353]  systemd-1       1.... 1354084us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.417674]  systemd-1       1...1 1354572us : blk_mq_make_request: 
make rq -1
[    3.419996]  systemd-1       1...1 1354668us : blk_mq_free_request: 
complete: rq -1
[    3.422314]  systemd-1       1.... 1354678us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.424641]  systemd-1       1...1 1354696us : blk_mq_make_request: 
make rq -1
[    3.426966]  systemd-1       1...1 1355274us : blk_mq_free_request: 
complete: rq -1
[    3.429284]  systemd-1       1.... 1355282us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.431617]  systemd-1       1...1 1355301us : blk_mq_make_request: 
make rq -1
[    3.433953]  systemd-1       1...1 1355900us : blk_mq_free_request: 
complete: rq -1
[    3.436280]  systemd-1       1.... 1355908us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.438610]  systemd-1       1...1 1355927us : blk_mq_make_request: 
make rq -1
[    3.440939]  systemd-1       1...1 1356516us : blk_mq_free_request: 
complete: rq -1
[    3.443265]  systemd-1       1.... 1356525us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.445595]  systemd-1       1...1 1356544us : blk_mq_make_request: 
make rq -1
[    3.447927]  systemd-1       1...1 1357137us : blk_mq_free_request: 
complete: rq -1
[    3.450252]  systemd-1       1.... 1357145us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.452586]  systemd-1       1...1 1357164us : blk_mq_make_request: 
make rq -1
[    3.454915]  systemd-1       1...1 1357758us : blk_mq_free_request: 
complete: rq -1
[    3.457238]  systemd-1       1.... 1357767us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.459565]  systemd-1       1...1 1357785us : blk_mq_make_request: 
make rq -1
[    3.461888]  systemd-1       1...1 1358363us : blk_mq_free_request: 
complete: rq -1
[    3.464213]  systemd-1       1.... 1358372us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.466545]  systemd-1       1...1 1358392us : blk_mq_make_request: 
make rq -1
[    3.468872]  systemd-1       1...1 1358959us : blk_mq_free_request: 
complete: rq -1
[    3.471197]  systemd-1       1.... 1358967us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.473525]  systemd-1       1...1 1359160us : blk_mq_make_request: 
make rq -1
[    3.475857]  systemd-1       1...1 1359556us : blk_mq_free_request: 
complete: rq -1
[    3.478183]  systemd-1       1.... 1359565us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.480512]  systemd-1       1...1 1359584us : blk_mq_make_request: 
make rq -1
[    3.482839]  systemd-1       1...1 1360157us : blk_mq_free_request: 
complete: rq -1
[    3.485163]  systemd-1       1.... 1360166us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.487498]  systemd-1       1...1 1360185us : blk_mq_make_request: 
make rq -1
[    3.489829]  systemd-1       1...1 1360775us : blk_mq_free_request: 
complete: rq -1
[    3.492154]  systemd-1       1.... 1360783us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.494485]  systemd-1       1...1 1360801us : blk_mq_make_request: 
make rq -1
[    3.496811]  systemd-1       1...1 1361396us : blk_mq_free_request: 
complete: rq -1
[    3.499133]  systemd-1       1.... 1361405us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.501470]  systemd-1       1...1 1361423us : blk_mq_make_request: 
make rq -1
[    3.503804]  systemd-1       1...1 1362014us : blk_mq_free_request: 
complete: rq -1
[    3.506134]  systemd-1       1.... 1362023us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.508469]  systemd-1       1...1 1362041us : blk_mq_make_request: 
make rq -1
[    3.510802]  systemd-1       1...1 1362637us : blk_mq_free_request: 
complete: rq -1
[    3.513131]  systemd-1       1.... 1362646us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.515473]  systemd-1       1...1 1362664us : blk_mq_make_request: 
make rq -1
[    3.517809]  systemd-1       1...1 1363234us : blk_mq_free_request: 
complete: rq -1
[    3.520138]  systemd-1       1.... 1363242us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.522471]  systemd-1       1...1 1363261us : blk_mq_make_request: 
make rq -1
[    3.524800]  systemd-1       1...1 1363828us : blk_mq_free_request: 
complete: rq -1
[    3.527126]  systemd-1       1.... 1363836us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.529460]  systemd-1       1...1 1364060us : blk_mq_make_request: 
make rq -1
[    3.531794]  systemd-1       1...1 1364465us : blk_mq_free_request: 
complete: rq -1
[    3.534118]  systemd-1       1.... 1364474us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.536454]  systemd-1       1...1 1364494us : blk_mq_make_request: 
make rq -1
[    3.538782]  systemd-1       1...1 1365062us : blk_mq_free_request: 
complete: rq -1
[    3.541104]  systemd-1       1.... 1365070us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.543440]  systemd-1       1...1 1365088us : blk_mq_make_request: 
make rq -1
[    3.545772]  systemd-1       1...1 1365680us : blk_mq_free_request: 
complete: rq -1
[    3.548098]  systemd-1       1.... 1365689us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.550433]  systemd-1       1...1 1365708us : blk_mq_make_request: 
make rq -1
[    3.552769]  systemd-1       1...1 1366308us : blk_mq_free_request: 
complete: rq -1
[    3.555099]  systemd-1       1.... 1366317us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.557433]  systemd-1       1...1 1366335us : blk_mq_make_request: 
make rq -1
[    3.559759]  systemd-1       1...1 1366928us : blk_mq_free_request: 
complete: rq -1
[    3.562085]  systemd-1       1.... 1366937us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.564418]  systemd-1       1...1 1366956us : blk_mq_make_request: 
make rq -1
[    3.566748]  systemd-1       1...1 1367551us : blk_mq_free_request: 
complete: rq -1
[    3.569071]  systemd-1       1.... 1367560us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.571401]  systemd-1       1...1 1367578us : blk_mq_make_request: 
make rq -1
[    3.573721]  systemd-1       0.... 1368242us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.576055] rcu_pree-10      1d.h1 1368254us : blk_mq_free_request: 
complete: rq -1
[    3.578420]  systemd-1       0...1 1368269us : blk_mq_make_request: 
make rq -1
[    3.580774]  systemd-1       0.... 1368838us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.583141]   <idle>-0       1d.h1 1368849us : blk_mq_free_request: 
complete: rq -1
[    3.585538]  systemd-1       0...1 1369053us : blk_mq_make_request: 
make rq -1
[    3.587934]  systemd-1       0...1 1369449us : blk_mq_free_request: 
complete: rq -1
[    3.590318]  systemd-1       0.... 1369458us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.592714]  systemd-1       0...1 1369477us : blk_mq_make_request: 
make rq -1
[    3.595107]  systemd-1       0...1 1370048us : blk_mq_free_request: 
complete: rq -1
[    3.597495]  systemd-1       0.... 1370057us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.599884]  systemd-1       0...1 1370075us : blk_mq_make_request: 
make rq -1
[    3.602277]  systemd-1       0...1 1370674us : blk_mq_free_request: 
complete: rq -1
[    3.604663]  systemd-1       0.... 1370682us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.607056]  systemd-1       0...1 1370701us : blk_mq_make_request: 
make rq -1
[    3.609454]  systemd-1       0...1 1371296us : blk_mq_free_request: 
complete: rq -1
[    3.611842]  systemd-1       0.... 1371305us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.614241]  systemd-1       0...1 1371323us : blk_mq_make_request: 
make rq -1
[    3.616630]  systemd-1       0...1 1371922us : blk_mq_free_request: 
complete: rq -1
[    3.619015]  systemd-1       0.... 1371931us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.621408]  systemd-1       0...1 1371949us : blk_mq_make_request: 
make rq -1
[    3.623799]  systemd-1       0...1 1372548us : blk_mq_free_request: 
complete: rq -1
[    3.626188]  systemd-1       0.... 1372556us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.628585]  systemd-1       0...1 1372575us : blk_mq_make_request: 
make rq -1
[    3.630974]  systemd-1       0...1 1373147us : blk_mq_free_request: 
complete: rq -1
[    3.633362]  systemd-1       0.... 1373155us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.635753]  systemd-1       0...1 1373174us : blk_mq_make_request: 
make rq -1
[    3.638138]  systemd-1       0...1 1373748us : blk_mq_free_request: 
complete: rq -1
[    3.640525]  systemd-1       0.... 1373756us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.642926] kworker/-98      0...1 1374337us : blk_mq_free_request: 
complete: rq -1
[    3.645338]  systemd-1       0...1 1374612us : blk_mq_make_request: 
make rq -1
[    3.647750]  systemd-1       0.... 1374698us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.650171]  systemd-1       0...1 1374717us : blk_mq_make_request: 
make rq -1
[    3.652585]  systemd-1       0...1 1375345us : blk_mq_free_request: 
complete: rq -1
[    3.655000]  systemd-1       0.... 1375354us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.657423]  systemd-1       0...1 1375373us : blk_mq_make_request: 
make rq -1
[    3.659843]  systemd-1       0...1 1375972us : blk_mq_free_request: 
complete: rq -1
[    3.662257]  systemd-1       0.... 1375980us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.664678]  systemd-1       0...1 1375999us : blk_mq_make_request: 
make rq -1
[    3.667099]  systemd-1       0...1 1376594us : blk_mq_free_request: 
complete: rq -1
[    3.669510]  systemd-1       0.... 1376602us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.671934]  systemd-1       0...1 1376621us : blk_mq_make_request: 
make rq -1
[    3.674359]  systemd-1       0...1 1377222us : blk_mq_free_request: 
complete: rq -1
[    3.676779]  systemd-1       0.... 1377231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.679207]  systemd-1       0...1 1377249us : blk_mq_make_request: 
make rq -1
[    3.681629]  systemd-1       0...1 1377821us : blk_mq_free_request: 
complete: rq -1
[    3.684046]  systemd-1       0.... 1377829us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.686467]  systemd-1       0...1 1377848us : blk_mq_make_request: 
make rq -1
[    3.688892]  systemd-1       0...1 1378422us : blk_mq_free_request: 
complete: rq -1
[    3.691310]  systemd-1       0.... 1378430us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.693724]  systemd-1       0...1 1378450us : blk_mq_make_request: 
make rq -1
[    3.696118]  systemd-1       0...1 1379021us : blk_mq_free_request: 
complete: rq -1
[    3.698497]  systemd-1       0.... 1379030us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.700881]  systemd-1       0...1 1379219us : blk_mq_make_request: 
make rq -1
[    3.703243]  systemd-1       0...1 1379626us : blk_mq_free_request: 
complete: rq -1
[    3.705600]  systemd-1       0.... 1379634us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.707958]  systemd-1       0...1 1379653us : blk_mq_make_request: 
make rq -1
[    3.710317]  systemd-1       0...1 1380250us : blk_mq_free_request: 
complete: rq -1
[    3.712677]  systemd-1       0.... 1380259us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.715038]  systemd-1       0...1 1380277us : blk_mq_make_request: 
make rq -1
[    3.717396]  systemd-1       0...1 1380889us : blk_mq_free_request: 
complete: rq -1
[    3.719749]  systemd-1       0.... 1380898us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.722109]  systemd-1       0...1 1380916us : blk_mq_make_request: 
make rq -1
[    3.724466]  systemd-1       0...1 1381524us : blk_mq_free_request: 
complete: rq -1
[    3.726819]  systemd-1       0.... 1381532us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.729175]  systemd-1       0...1 1381551us : blk_mq_make_request: 
make rq -1
[    3.731531]  systemd-1       0...1 1382153us : blk_mq_free_request: 
complete: rq -1
[    3.733879]  systemd-1       0.... 1382162us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.736240]  systemd-1       0...1 1382180us : blk_mq_make_request: 
make rq -1
[    3.738599]  systemd-1       0...1 1382762us : blk_mq_free_request: 
complete: rq -1
[    3.740951]  systemd-1       0.... 1382771us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.743311]  systemd-1       0...1 1382789us : blk_mq_make_request: 
make rq -1
[    3.745662]  systemd-1       0...1 1383371us : blk_mq_free_request: 
complete: rq -1
[    3.748014]  systemd-1       0.... 1383379us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.750373]  systemd-1       0...1 1383398us : blk_mq_make_request: 
make rq -1
[    3.752729]  systemd-1       0...1 1383973us : blk_mq_free_request: 
complete: rq -1
[    3.755077]  systemd-1       0.... 1383982us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.757437]  systemd-1       0...1 1384185us : blk_mq_make_request: 
make rq -1
[    3.759792]  systemd-1       0...1 1384592us : blk_mq_free_request: 
complete: rq -1
[    3.762125]  systemd-1       0.... 1384601us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.764449]  systemd-1       0...1 1384620us : blk_mq_make_request: 
make rq -1
[    3.766780]  systemd-1       0...1 1385203us : blk_mq_free_request: 
complete: rq -1
[    3.769099]  systemd-1       0.... 1385212us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.771426]  systemd-1       0...1 1385230us : blk_mq_make_request: 
make rq -1
[    3.773754]  systemd-1       0...1 1386060us : blk_mq_free_request: 
complete: rq -1
[    3.776080]  systemd-1       0.... 1386073us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.778417]  systemd-1       0...1 1386099us : blk_mq_make_request: 
make rq -1
[    3.780749]  systemd-1       0...1 1386701us : blk_mq_free_request: 
complete: rq -1
[    3.783069]  systemd-1       0.... 1386713us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.785397]  systemd-1       0...1 1386738us : blk_mq_make_request: 
make rq -1
[    3.787720]  systemd-1       0...1 1387343us : blk_mq_free_request: 
complete: rq -1
[    3.790043]  systemd-1       0.... 1387354us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.792376]  systemd-1       0...1 1387379us : blk_mq_make_request: 
make rq -1
[    3.794704]  systemd-1       0...1 1388002us : blk_mq_free_request: 
complete: rq -1
[    3.797029]  systemd-1       0.... 1388013us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.799356]  systemd-1       0...1 1388037us : blk_mq_make_request: 
make rq -1
[    3.801685]  systemd-1       0...1 1388667us : blk_mq_free_request: 
complete: rq -1
[    3.804007]  systemd-1       0.... 1388679us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.806341]  systemd-1       0...1 1388704us : blk_mq_make_request: 
make rq -1
[    3.808671]  systemd-1       0...1 1389323us : blk_mq_free_request: 
complete: rq -1
[    3.810999]  systemd-1       0.... 1389335us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.813336]  systemd-1       0...1 1389588us : blk_mq_make_request: 
make rq -1
[    3.815665]  systemd-1       0...1 1389987us : blk_mq_free_request: 
complete: rq -1
[    3.817985]  systemd-1       0.... 1389999us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.820318]  systemd-1       0...1 1390023us : blk_mq_make_request: 
make rq -1
[    3.822651]  systemd-1       0...1 1390630us : blk_mq_free_request: 
complete: rq -1
[    3.824978]  systemd-1       0.... 1390641us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.827312]  systemd-1       0...1 1390665us : blk_mq_make_request: 
make rq -1
[    3.829641]  systemd-1       0...1 1391269us : blk_mq_free_request: 
complete: rq -1
[    3.831970]  systemd-1       0.... 1391280us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.834308]  systemd-1       0...1 1391305us : blk_mq_make_request: 
make rq -1
[    3.836645]  systemd-1       0...1 1391911us : blk_mq_free_request: 
complete: rq -1
[    3.838974]  systemd-1       0.... 1391922us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.841309]  systemd-1       0...1 1391947us : blk_mq_make_request: 
make rq -1
[    3.843643]  systemd-1       0...1 1392554us : blk_mq_free_request: 
complete: rq -1
[    3.845971]  systemd-1       0.... 1392565us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.848304]  systemd-1       0...1 1392589us : blk_mq_make_request: 
make rq -1
[    3.850633]  systemd-1       0...1 1393212us : blk_mq_free_request: 
complete: rq -1
[    3.852958]  systemd-1       0.... 1393223us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.855298]  systemd-1       0...1 1393248us : blk_mq_make_request: 
make rq -1
[    3.857626]  systemd-1       0...1 1393874us : blk_mq_free_request: 
complete: rq -1
[    3.859953]  systemd-1       0.... 1393885us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.862289]  systemd-1       0...1 1393909us : blk_mq_make_request: 
make rq -1
[    3.864626]  systemd-1       0...1 1394533us : blk_mq_free_request: 
complete: rq -1
[    3.866956]  systemd-1       0.... 1394545us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.869295]  systemd-1       0...1 1394962us : blk_mq_make_request: 
make rq -1
[    3.871633]  systemd-1       0...1 1395203us : blk_mq_free_request: 
complete: rq -1
[    3.873961]  systemd-1       0.... 1395215us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.876298]  systemd-1       0...1 1395240us : blk_mq_make_request: 
make rq -1
[    3.878634]  systemd-1       0...1 1395725us : blk_mq_free_request: 
complete: rq -1
[    3.880966]  systemd-1       0.... 1395736us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.883305]  systemd-1       0...1 1395761us : blk_mq_make_request: 
make rq -1
[    3.885640]  systemd-1       0...1 1396249us : blk_mq_free_request: 
complete: rq -1
[    3.887971]  systemd-1       0.... 1396260us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.890311]  systemd-1       0...1 1396285us : blk_mq_make_request: 
make rq -1
[    3.892648]  systemd-1       0...1 1396780us : blk_mq_free_request: 
complete: rq -1
[    3.894980]  systemd-1       0.... 1396791us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.897318]  systemd-1       0...1 1396816us : blk_mq_make_request: 
make rq -1
[    3.899655]  systemd-1       0...1 1397304us : blk_mq_free_request: 
complete: rq -1
[    3.901988]  systemd-1       0.... 1397315us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.904326]  systemd-1       0...1 1397340us : blk_mq_make_request: 
make rq -1
[    3.906664]  systemd-1       0...1 1397829us : blk_mq_free_request: 
complete: rq -1
[    3.908994]  systemd-1       0.... 1397840us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.911334]  systemd-1       0...1 1397865us : blk_mq_make_request: 
make rq -1
[    3.913670]  systemd-1       0...1 1398355us : blk_mq_free_request: 
complete: rq -1
[    3.916001]  systemd-1       0.... 1398366us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.918334]  systemd-1       0...1 1398392us : blk_mq_make_request: 
make rq -1
[    3.920665]  systemd-1       0...1 1398875us : blk_mq_free_request: 
complete: rq -1
[    3.922994]  systemd-1       0.... 1398887us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.925329]  systemd-1       0...1 1399139us : blk_mq_make_request: 
make rq -1
[    3.927665]  systemd-1       0...1 1399401us : blk_mq_free_request: 
complete: rq -1
[    3.929995]  systemd-1       0.... 1399413us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.932334]  systemd-1       0...1 1399437us : blk_mq_make_request: 
make rq -1
[    3.934670]  systemd-1       0...1 1399925us : blk_mq_free_request: 
complete: rq -1
[    3.936996]  systemd-1       0.... 1399936us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.939327]  systemd-1       0...1 1399960us : blk_mq_make_request: 
make rq -1
[    3.941659]  systemd-1       0...1 1400452us : blk_mq_free_request: 
complete: rq -1
[    3.943979]  systemd-1       0.... 1400463us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.946311]  systemd-1       0...1 1400488us : blk_mq_make_request: 
make rq -1
[    3.948644]  systemd-1       0...1 1400973us : blk_mq_free_request: 
complete: rq -1
[    3.950971]  systemd-1       0.... 1400985us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.953304]  systemd-1       0...1 1401010us : blk_mq_make_request: 
make rq -1
[    3.955637]  systemd-1       0...1 1401498us : blk_mq_free_request: 
complete: rq -1
[    3.957966]  systemd-1       0.... 1401510us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.960297]  systemd-1       0...1 1401535us : blk_mq_make_request: 
make rq -1
[    3.962632]  systemd-1       0...1 1402022us : blk_mq_free_request: 
complete: rq -1
[    3.964965]  systemd-1       0.... 1402034us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.967305]  systemd-1       0...1 1402058us : blk_mq_make_request: 
make rq -1
[    3.969641]  systemd-1       0...1 1402547us : blk_mq_free_request: 
complete: rq -1
[    3.971974]  systemd-1       0.... 1402558us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.974308]  systemd-1       0...1 1402582us : blk_mq_make_request: 
make rq -1
[    3.976636]  systemd-1       0...1 1403069us : blk_mq_free_request: 
complete: rq -1
[    3.978967]  systemd-1       0.... 1403081us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.981307]  systemd-1       0...1 1403386us : blk_mq_make_request: 
make rq -1
[    3.983645]  systemd-1       0...1 1403606us : blk_mq_free_request: 
complete: rq -1
[    3.985974]  systemd-1       0.... 1403618us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.988307]  systemd-1       0...1 1403642us : blk_mq_make_request: 
make rq -1
[    3.990633]  systemd-1       0...1 1404130us : blk_mq_free_request: 
complete: rq -1
[    3.992955]  systemd-1       0.... 1404141us : mmc_mq_queue_rq: queue 
rq -1, 0
[    3.995292]  systemd-1       0...1 1404166us : blk_mq_make_request: 
make rq -1
[    3.997620]  systemd-1       0...1 1404654us : blk_mq_free_request: 
complete: rq -1
[    3.999946]  systemd-1       0.... 1404666us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.002280]  systemd-1       0...1 1404690us : blk_mq_make_request: 
make rq -1
[    4.004614]  systemd-1       0...1 1405178us : blk_mq_free_request: 
complete: rq -1
[    4.006944]  systemd-1       0.... 1405190us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.009285]  systemd-1       0...1 1405213us : blk_mq_make_request: 
make rq -1
[    4.011622]  systemd-1       0...1 1405702us : blk_mq_free_request: 
complete: rq -1
[    4.013949]  systemd-1       0.... 1405714us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.016289]  systemd-1       0...1 1405737us : blk_mq_make_request: 
make rq -1
[    4.018621]  systemd-1       0...1 1406881us : blk_mq_free_request: 
complete: rq -1
[    4.020950]  systemd-1       0.... 1406888us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.023288]  systemd-1       0...1 1406904us : blk_mq_make_request: 
make rq -1
[    4.025623]  systemd-1       0...1 1407472us : blk_mq_free_request: 
complete: rq -1
[    4.027949]  systemd-1       0.... 1407479us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.030285]  systemd-1       0...1 1407494us : blk_mq_make_request: 
make rq -1
[    4.032617]  systemd-1       0...1 1408064us : blk_mq_free_request: 
complete: rq -1
[    4.034948]  systemd-1       0.... 1408071us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.037286]  systemd-1       0...1 1408274us : blk_mq_make_request: 
make rq -1
[    4.039621]  systemd-1       0...1 1408683us : blk_mq_free_request: 
complete: rq -1
[    4.041952]  systemd-1       0.... 1408690us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.044289]  systemd-1       0...1 1408706us : blk_mq_make_request: 
make rq -1
[    4.046626]  systemd-1       0...1 1409296us : blk_mq_free_request: 
complete: rq -1
[    4.048955]  systemd-1       0.... 1409302us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.051294]  systemd-1       0...1 1409317us : blk_mq_make_request: 
make rq -1
[    4.053631]  systemd-1       0...1 1409909us : blk_mq_free_request: 
complete: rq -1
[    4.055959]  systemd-1       0.... 1409916us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.058294]  systemd-1       0...1 1409931us : blk_mq_make_request: 
make rq -1
[    4.060627]  systemd-1       0...1 1410543us : blk_mq_free_request: 
complete: rq -1
[    4.062958]  systemd-1       0.... 1410550us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.065298]  systemd-1       0...1 1410564us : blk_mq_make_request: 
make rq -1
[    4.067635]  systemd-1       0...1 1411131us : blk_mq_free_request: 
complete: rq -1
[    4.069966]  systemd-1       0.... 1411138us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.072303]  systemd-1       0...1 1411152us : blk_mq_make_request: 
make rq -1
[    4.074638]  systemd-1       0...1 1411720us : blk_mq_free_request: 
complete: rq -1
[    4.076963]  systemd-1       0.... 1411727us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.079294]  systemd-1       0...1 1411742us : blk_mq_make_request: 
make rq -1
[    4.081625]  systemd-1       0...1 1412309us : blk_mq_free_request: 
complete: rq -1
[    4.083952]  systemd-1       0.... 1412316us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.086288]  systemd-1       0...1 1412330us : blk_mq_make_request: 
make rq -1
[    4.088619]  systemd-1       0...1 1412901us : blk_mq_free_request: 
complete: rq -1
[    4.090944]  systemd-1       0.... 1412908us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.093281] kworker/-98      0...1 1413509us : blk_mq_free_request: 
complete: rq -1
[    4.095638]  systemd-1       0...1 1415983us : blk_mq_make_request: 
make rq -1
[    4.097988]  systemd-1       0.... 1416065us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.100350]  systemd-1       0...1 1416080us : blk_mq_make_request: 
make rq -1
[    4.102715]  systemd-1       0...1 1416682us : blk_mq_free_request: 
complete: rq -1
[    4.105063]  systemd-1       0.... 1416691us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.107425] kworker/-98      0...1 1417267us : blk_mq_free_request: 
complete: rq -1
[    4.109809]  systemd-1       0...1 1420198us : blk_mq_make_request: 
make rq -1
[    4.112189]  systemd-1       0.... 1420290us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.114585] kworker/-98      0...1 1420908us : blk_mq_free_request: 
complete: rq -1
[    4.116995]  systemd-1       0...1 1422850us : blk_mq_make_request: 
make rq -1
[    4.119397]  systemd-1       0.... 1422936us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.121812] kworker/-98      0...1 1423459us : blk_mq_free_request: 
complete: rq -1
[    4.124246]  systemd-1       0...1 1424226us : blk_mq_make_request: 
make rq -1
[    4.126674]  systemd-1       0...1 1424267us : blk_mq_make_request: 
make rq -1
[    4.129083]  systemd-1       0...1 1424287us : blk_mq_make_request: 
make rq -1
[    4.131447]  systemd-1       0...1 1424307us : blk_mq_make_request: 
make rq -1
[    4.133787]  systemd-1       0...1 1424325us : blk_mq_make_request: 
make rq -1
[    4.136096]  systemd-1       0...1 1424369us : blk_mq_make_request: 
make rq -1
[    4.138370]  systemd-1       0...1 1424402us : blk_mq_make_request: 
make rq -1
[    4.140612]  systemd-1       0...1 1424422us : blk_mq_make_request: 
make rq -1
[    4.142826]  systemd-1       0...1 1424442us : blk_mq_make_request: 
make rq -1
[    4.145007]  systemd-1       0...1 1424527us : blk_mq_make_request: 
make rq -1
[    4.147153]  systemd-1       0...1 1424549us : blk_mq_make_request: 
make rq -1
[    4.149279]  systemd-1       0...1 1424570us : blk_mq_make_request: 
make rq -1
[    4.151365]  systemd-1       0...1 1424602us : blk_mq_make_request: 
make rq -1
[    4.153413]  systemd-1       0...1 1424624us : blk_mq_make_request: 
make rq -1
[    4.155447]  systemd-1       0...1 1424644us : blk_mq_make_request: 
make rq -1
[    4.157435]  systemd-1       0...1 1424676us : blk_mq_make_request: 
make rq -1
[    4.159393] kworker/-98      0.... 1424839us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.161375] kworker/-98      0...1 1425799us : blk_mq_free_request: 
complete: rq -1
[    4.163368] kworker/-98      0.... 1425807us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.165354] kworker/-98      0...1 1427203us : blk_mq_free_request: 
complete: rq -1
[    4.167366] kworker/-98      0.... 1427211us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.169368] kworker/-98      0...1 1427996us : blk_mq_free_request: 
complete: rq -1
[    4.171384] kworker/-98      0.... 1428003us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.173410] kworker/-98      0...1 1428799us : blk_mq_free_request: 
complete: rq -1
[    4.175442] kworker/-98      0.... 1428806us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.177478] kworker/-98      0...1 1430252us : blk_mq_free_request: 
complete: rq -1
[    4.179532] kworker/-98      0.... 1430258us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.181581] kworker/-98      0...1 1431160us : blk_mq_free_request: 
complete: rq -1
[    4.183643] kworker/-98      0.... 1431166us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.185712] kworker/-98      0...1 1431961us : blk_mq_free_request: 
complete: rq -1
[    4.187794] kworker/-98      0.... 1431968us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.189871] kworker/-98      0...1 1432766us : blk_mq_free_request: 
complete: rq -1
[    4.191971] kworker/-98      0.... 1432772us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.194059] kworker/-98      0...1 1434912us : blk_mq_free_request: 
complete: rq -1
[    4.196163] kworker/-98      0.... 1434918us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.198275] kworker/-98      0...1 1435699us : blk_mq_free_request: 
complete: rq -1
[    4.200395] kworker/-98      0.... 1435718us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.202497]  systemd-1       0...1 1435793us : blk_mq_make_request: 
make rq -1
[    4.204609]  systemd-1       0...1 1435823us : blk_mq_make_request: 
make rq -1
[    4.206685]  systemd-1       0...1 1435843us : blk_mq_make_request: 
make rq -1
[    4.208724]  systemd-1       0...1 1435862us : blk_mq_make_request: 
make rq -1
[    4.210735]  systemd-1       0...1 1435881us : blk_mq_make_request: 
make rq -1
[    4.212712]  systemd-1       0...1 1435912us : blk_mq_make_request: 
make rq -1
[    4.214640]  systemd-1       0...1 1435930us : blk_mq_make_request: 
make rq -1
[    4.216529]  systemd-1       0...1 1435961us : blk_mq_make_request: 
make rq -1
[    4.218385]  systemd-1       0...1 1435979us : blk_mq_make_request: 
make rq -1
[    4.220193]  systemd-1       0...1 1435998us : blk_mq_make_request: 
make rq -1
[    4.221967] kworker/-98      0...1 1436513us : blk_mq_free_request: 
complete: rq -1
[    4.223746] kworker/-98      0.... 1436521us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.225508] kworker/-98      0...1 1437425us : blk_mq_free_request: 
complete: rq -1
[    4.227278] kworker/-98      0.... 1437432us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.229084] kworker/-98      0...1 1438261us : blk_mq_free_request: 
complete: rq -1
[    4.230932] kworker/-98      0.... 1438268us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.232816] kworker/-98      0...1 1439065us : blk_mq_free_request: 
complete: rq -1
[    4.234745] kworker/-98      0.... 1439072us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.236706] kworker/-98      0...1 1439982us : blk_mq_free_request: 
complete: rq -1
[    4.238708] kworker/-98      0.... 1439989us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.240742] kworker/-98      0...1 1440778us : blk_mq_free_request: 
complete: rq -1
[    4.242821] kworker/-98      0.... 1440785us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.244934] kworker/-98      0...1 1441582us : blk_mq_free_request: 
complete: rq -1
[    4.247088] kworker/-98      0.... 1441589us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.249278] kworker/-98      0...1 1442385us : blk_mq_free_request: 
complete: rq -1
[    4.251509] kworker/-98      0.... 1442391us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.253775] kworker/-98      0...1 1443190us : blk_mq_free_request: 
complete: rq -1
[    4.256082] kworker/-98      0.... 1443197us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.258426] kworker/-98      0...1 1444527us : blk_mq_free_request: 
complete: rq -1
[    4.260766] kworker/-98      0.... 1444544us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.263100]  systemd-1       0...1 1444593us : blk_mq_make_request: 
make rq -1
[    4.265438]  systemd-1       0...1 1444624us : blk_mq_make_request: 
make rq -1
[    4.267735]  systemd-1       0...1 1444644us : blk_mq_make_request: 
make rq -1
[    4.269996]  systemd-1       0...1 1444662us : blk_mq_make_request: 
make rq -1
[    4.272220]  systemd-1       0...1 1444701us : blk_mq_make_request: 
make rq -1
[    4.274407]  systemd-1       0...1 1444720us : blk_mq_make_request: 
make rq -1
[    4.276548]  systemd-1       0...1 1444739us : blk_mq_make_request: 
make rq -1
[    4.278653]  systemd-1       0...1 1444765us : blk_mq_make_request: 
make rq -1
[    4.280713]  systemd-1       0...1 1444815us : blk_mq_make_request: 
make rq -1
[    4.282740]  systemd-1       0...1 1444846us : blk_mq_make_request: 
make rq -1
[    4.284725] kworker/-98      0...1 1445870us : blk_mq_free_request: 
complete: rq -1
[    4.286715] kworker/-98      0.... 1445877us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.288703] kworker/-98      0...1 1490816us : blk_mq_free_request: 
complete: rq -1
[    4.290692] kworker/-98      0.... 1490844us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.292681] kworker/-98      0...1 1493028us : blk_mq_free_request: 
complete: rq -1
[    4.294676] kworker/-98      0.... 1493052us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.296665] kworker/-98      0...1 1494082us : blk_mq_free_request: 
complete: rq -1
[    4.298655] kworker/-98      0.... 1494106us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.300640] kworker/-98      0...1 1495057us : blk_mq_free_request: 
complete: rq -1
[    4.302630] kworker/-98      0.... 1495081us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.304609] kworker/-98      0...1 1496034us : blk_mq_free_request: 
complete: rq -1
[    4.306630] kworker/-98      0.... 1496058us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.308691] kworker/-98      0...1 1497007us : blk_mq_free_request: 
complete: rq -1
[    4.310796] kworker/-98      0.... 1497032us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.312936] kworker/-98      0...1 1498022us : blk_mq_free_request: 
complete: rq -1
[    4.315112] kworker/-98      0.... 1498048us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.317325] kworker/-98      0...1 1499010us : blk_mq_free_request: 
complete: rq -1
[    4.319584] kworker/-98      0.... 1499035us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.321873] kworker/-98      0...1 1500494us : blk_mq_free_request: 
complete: rq -1
[    4.324212] kworker/-98      0.... 1500564us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.326546]  systemd-1       0...1 1500743us : blk_mq_make_request: 
make rq -1
[    4.328887]  systemd-1       0...1 1500843us : blk_mq_make_request: 
make rq -1
[    4.331181]  systemd-1       0...1 1500946us : blk_mq_make_request: 
make rq -1
[    4.333444]  systemd-1       0...1 1501016us : blk_mq_make_request: 
make rq -1
[    4.335670]  systemd-1       0...1 1501084us : blk_mq_make_request: 
make rq -1
[    4.337861] kworker/-98      0...1 1501436us : blk_mq_free_request: 
complete: rq -1
[    4.340047] kworker/-98      0.... 1501461us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.342227]  systemd-1       0...1 1501764us : blk_mq_make_request: 
make rq -1
[    4.344421] kworker/-98      0...1 1502978us : blk_mq_free_request: 
complete: rq -1
[    4.346612] kworker/-98      0.... 1503004us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.348805] kworker/-98      0...1 1503972us : blk_mq_free_request: 
complete: rq -1
[    4.351001] kworker/-98      0.... 1503998us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.353192] kworker/-98      0...1 1505356us : blk_mq_free_request: 
complete: rq -1
[    4.355391] kworker/-98      0.... 1505381us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.357586] kworker/-98      0...1 1506420us : blk_mq_free_request: 
complete: rq -1
[    4.359782] kworker/-98      0.... 1506445us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.361975]  systemd-1       0...1 1508760us : blk_mq_free_request: 
complete: rq -1
[    4.364185]  systemd-1       0.... 1508786us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.366387]  systemd-1       0.... 1508799us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.368651]  systemd-1       0...1 1509623us : blk_mq_free_request: 
complete: rq -1
[    4.370899]  systemd-1       0.... 1509648us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.373175]  systemd-1       0.... 1509660us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.375546]  systemd-1       0...1 1511013us : blk_mq_free_request: 
complete: rq -1
[    4.377955]  systemd-1       0.... 1511021us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.380394]  systemd-1       0.... 1511024us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.382920]  systemd-1       0...1 1511828us : blk_mq_free_request: 
complete: rq -1
[    4.385475]  systemd-1       0.... 1511836us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.388067]  systemd-1       0.... 1511839us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.390751]  systemd-1       0...1 1512645us : blk_mq_free_request: 
complete: rq -1
[    4.393468]  systemd-1       0.... 1512652us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.396183]  systemd-1       0.... 1512656us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.398954]  systemd-1       0...1 1513575us : blk_mq_free_request: 
complete: rq -1
[    4.401715]  systemd-1       0.... 1513582us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.404471]  systemd-1       0.... 1513586us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    4.407279] kworker/-98      0...1 1514374us : blk_mq_free_request: 
complete: rq -1
[    4.410088]  systemd-1       0...1 1514413us : blk_mq_make_request: 
make rq -1
[    4.412896] kworker/-98      0d..1 1514466us : blk_mq_free_request: 
complete: rq -1
[    4.415704] kworker/-98      0.... 1514473us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.418504]  systemd-1       0...1 1516943us : blk_mq_make_request: 
make rq -1
[    4.421306] kworker/-98      0.... 1517065us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.424121] kworker/-98      0...1 1518790us : blk_mq_free_request: 
complete: rq -1
[    4.426944]  systemd-1       0...1 1518858us : blk_mq_make_request: 
make rq -1
[    4.429757] kworker/-98      0.... 1518948us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.432580] kworker/-98      0...1 1520361us : blk_mq_free_request: 
complete: rq -1
[    4.435415]  systemd-1       0...1 1520929us : blk_mq_make_request: 
make rq -1
[    4.438233]  systemd-1       0.... 1521003us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.441054] kworker/-98      0...1 1522663us : blk_mq_free_request: 
complete: rq -1
[    4.443888]  systemd-1       0...1 1522783us : blk_mq_make_request: 
make rq -1
[    4.446707]  systemd-1       0.... 1522854us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.449521]  systemd-1       0...1 1522892us : blk_mq_make_request: 
make rq -1
[    4.452329]  systemd-1       0...1 1523558us : blk_mq_free_request: 
complete: rq -1
[    4.455169]  systemd-1       0.... 1523565us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.458036]  systemd-1       0...1 1523599us : blk_mq_make_request: 
make rq -1
[    4.460939]  systemd-1       0...1 1524057us : blk_mq_free_request: 
complete: rq -1
[    4.463864]  systemd-1       0.... 1524065us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.466794]  systemd-1       0...1 1524097us : blk_mq_make_request: 
make rq -1
[    4.469709]  systemd-1       0...1 1524558us : blk_mq_free_request: 
complete: rq -1
[    4.472612]  systemd-1       0.... 1524565us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.475499]  systemd-1       0...1 1524597us : blk_mq_make_request: 
make rq -1
[    4.478395]  systemd-1       0...1 1525059us : blk_mq_free_request: 
complete: rq -1
[    4.481280]  systemd-1       0.... 1525066us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.484151]  systemd-1       0...1 1525099us : blk_mq_make_request: 
make rq -1
[    4.487018]  systemd-1       0...1 1525581us : blk_mq_free_request: 
complete: rq -1
[    4.489881]  systemd-1       0.... 1525587us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.492731]  systemd-1       0...1 1525620us : blk_mq_make_request: 
make rq -1
[    4.495580]  systemd-1       0...1 1526105us : blk_mq_free_request: 
complete: rq -1
[    4.498399]  systemd-1       0.... 1526112us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.501219]  systemd-1       0...1 1526145us : blk_mq_make_request: 
make rq -1
[    4.504014]  systemd-1       0...1 1526640us : blk_mq_free_request: 
complete: rq -1
[    4.506778]  systemd-1       0.... 1526647us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.509530]  systemd-1       0...1 1526680us : blk_mq_make_request: 
make rq -1
[    4.512260]  systemd-1       0...1 1527143us : blk_mq_free_request: 
complete: rq -1
[    4.514955]  systemd-1       0.... 1527150us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.517645]  systemd-1       0...1 1527186us : blk_mq_make_request: 
make rq -1
[    4.520309]  systemd-1       0...1 1527643us : blk_mq_free_request: 
complete: rq -1
[    4.522943]  systemd-1       0.... 1527650us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.525570]  systemd-1       0...1 1527683us : blk_mq_make_request: 
make rq -1
[    4.528175]  systemd-1       0...1 1528228us : blk_mq_free_request: 
complete: rq -1
[    4.530749]  systemd-1       0.... 1528235us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.533310]  systemd-1       0...1 1528270us : blk_mq_make_request: 
make rq -1
[    4.535856]  systemd-1       0...1 1528728us : blk_mq_free_request: 
complete: rq -1
[    4.538369]  systemd-1       0.... 1528736us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.540872]  systemd-1       0...1 1528796us : blk_mq_make_request: 
make rq -1
[    4.543346]  systemd-1       0...1 1529226us : blk_mq_free_request: 
complete: rq -1
[    4.545781]  systemd-1       0.... 1529233us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.548210]  systemd-1       0...1 1529272us : blk_mq_make_request: 
make rq -1
[    4.550636]  systemd-1       0...1 1529727us : blk_mq_free_request: 
complete: rq -1
[    4.553054]  systemd-1       0.... 1529734us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.555457]  systemd-1       0...1 1529767us : blk_mq_make_request: 
make rq -1
[    4.557850]  systemd-1       0...1 1530321us : blk_mq_free_request: 
complete: rq -1
[    4.560230]  systemd-1       0.... 1530328us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.562606]  systemd-1       0...1 1530361us : blk_mq_make_request: 
make rq -1
[    4.564973]  systemd-1       0...1 1530824us : blk_mq_free_request: 
complete: rq -1
[    4.567325]  systemd-1       0.... 1530831us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.569668]  systemd-1       0...1 1530863us : blk_mq_make_request: 
make rq -1
[    4.572008]  systemd-1       0...1 1531947us : blk_mq_free_request: 
complete: rq -1
[    4.574329]  systemd-1       0.... 1531956us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.576647]  systemd-1       0...1 1532003us : blk_mq_make_request: 
make rq -1
[    4.578968]  systemd-1       0...1 1532463us : blk_mq_free_request: 
complete: rq -1
[    4.581285]  systemd-1       0.... 1532472us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.583614] kworker/-98      0...1 1533079us : blk_mq_free_request: 
complete: rq -1
[    4.585959]  systemd-1       0...1 1541526us : blk_mq_make_request: 
make rq -1
[    4.588296]  systemd-1       0.... 1541653us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.590648]  systemd-1       0...1 1541697us : blk_mq_make_request: 
make rq -1
[    4.592998]  systemd-1       0...1 1542385us : blk_mq_free_request: 
complete: rq -1
[    4.595344]  systemd-1       0.... 1542397us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.597700]  systemd-1       0...1 1542441us : blk_mq_make_request: 
make rq -1
[    4.600051]  systemd-1       0...1 1542883us : blk_mq_free_request: 
complete: rq -1
[    4.602403]  systemd-1       0.... 1542891us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.604758]  systemd-1       0...1 1542933us : blk_mq_make_request: 
make rq -1
[    4.607112]  systemd-1       0...1 1543390us : blk_mq_free_request: 
complete: rq -1
[    4.609461]  systemd-1       0.... 1543398us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.611814]  systemd-1       0...1 1543439us : blk_mq_make_request: 
make rq -1
[    4.614166]  systemd-1       0...1 1543901us : blk_mq_free_request: 
complete: rq -1
[    4.616516]  systemd-1       0.... 1543910us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.618875]  systemd-1       0...1 1543950us : blk_mq_make_request: 
make rq -1
[    4.621223]  systemd-1       0...1 1544416us : blk_mq_free_request: 
complete: rq -1
[    4.623569]  systemd-1       0.... 1544425us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.625927]  systemd-1       0...1 1544465us : blk_mq_make_request: 
make rq -1
[    4.628282]  systemd-1       0...1 1544927us : blk_mq_free_request: 
complete: rq -1
[    4.630633]  systemd-1       0.... 1544935us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.632988]  systemd-1       0...1 1544975us : blk_mq_make_request: 
make rq -1
[    4.635341]  systemd-1       0...1 1545436us : blk_mq_free_request: 
complete: rq -1
[    4.637694]  systemd-1       0.... 1545445us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.640050]  systemd-1       0...1 1545486us : blk_mq_make_request: 
make rq -1
[    4.642402]  systemd-1       0...1 1545946us : blk_mq_free_request: 
complete: rq -1
[    4.644748]  systemd-1       0.... 1545954us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.647105]  systemd-1       0...1 1546015us : blk_mq_make_request: 
make rq -1
[    4.649456]  systemd-1       0...1 1546460us : blk_mq_free_request: 
complete: rq -1
[    4.651808]  systemd-1       0.... 1546469us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.654165]  systemd-1       0...1 1546509us : blk_mq_make_request: 
make rq -1
[    4.656518]  systemd-1       0...1 1547100us : blk_mq_free_request: 
complete: rq -1
[    4.658869]  systemd-1       0.... 1547108us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.661229]  systemd-1       0...1 1547149us : blk_mq_make_request: 
make rq -1
[    4.663582]  systemd-1       0...1 1547736us : blk_mq_free_request: 
complete: rq -1
[    4.665930]  systemd-1       0.... 1547745us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.668282]  systemd-1       0...1 1547785us : blk_mq_make_request: 
make rq -1
[    4.670635]  systemd-1       0...1 1548350us : blk_mq_free_request: 
complete: rq -1
[    4.672981]  systemd-1       0.... 1548359us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.675335]  systemd-1       0...1 1548402us : blk_mq_make_request: 
make rq -1
[    4.677686]  systemd-1       0...1 1548963us : blk_mq_free_request: 
complete: rq -1
[    4.680038]  systemd-1       0.... 1548972us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.682398]  systemd-1       0...1 1549013us : blk_mq_make_request: 
make rq -1
[    4.684750]  systemd-1       0...1 1549581us : blk_mq_free_request: 
complete: rq -1
[    4.687100]  systemd-1       0.... 1549590us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.689454]  systemd-1       0...1 1549631us : blk_mq_make_request: 
make rq -1
[    4.691805]  systemd-1       0...1 1550198us : blk_mq_free_request: 
complete: rq -1
[    4.694153]  systemd-1       0.... 1550207us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.696515]  systemd-1       0...1 1550248us : blk_mq_make_request: 
make rq -1
[    4.698871]  systemd-1       0...1 1550711us : blk_mq_free_request: 
complete: rq -1
[    4.701196]  systemd-1       0.... 1550720us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.703521]  systemd-1       0...1 1550760us : blk_mq_make_request: 
make rq -1
[    4.705849]  systemd-1       0...1 1551223us : blk_mq_free_request: 
complete: rq -1
[    4.708174]  systemd-1       0.... 1551231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.710505]  systemd-1       0...1 1551272us : blk_mq_make_request: 
make rq -1
[    4.712836]  systemd-1       0...1 1551731us : blk_mq_free_request: 
complete: rq -1
[    4.715160]  systemd-1       0.... 1551740us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.717490]  systemd-1       0...1 1551780us : blk_mq_make_request: 
make rq -1
[    4.719813]  systemd-1       0...1 1552860us : blk_mq_free_request: 
complete: rq -1
[    4.722133]  systemd-1       0.... 1552867us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.724452]  systemd-1       0...1 1552901us : blk_mq_make_request: 
make rq -1
[    4.726777]  systemd-1       0...1 1553457us : blk_mq_free_request: 
complete: rq -1
[    4.729090]  systemd-1       0.... 1553464us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.731412]  systemd-1       0...1 1553496us : blk_mq_make_request: 
make rq -1
[    4.733737]  systemd-1       0...1 1554056us : blk_mq_free_request: 
complete: rq -1
[    4.736054]  systemd-1       0.... 1554062us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.738380]  systemd-1       0...1 1554093us : blk_mq_make_request: 
make rq -1
[    4.740700]  systemd-1       0...1 1554651us : blk_mq_free_request: 
complete: rq -1
[    4.743019]  systemd-1       0.... 1554658us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.745340]  systemd-1       0...1 1554688us : blk_mq_make_request: 
make rq -1
[    4.747662]  systemd-1       0...1 1555254us : blk_mq_free_request: 
complete: rq -1
[    4.749980]  systemd-1       0.... 1555260us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.752304]  systemd-1       0...1 1555302us : blk_mq_make_request: 
make rq -1
[    4.754624]  systemd-1       0...1 1555874us : blk_mq_free_request: 
complete: rq -1
[    4.756941]  systemd-1       0.... 1555880us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.759263]  systemd-1       0...1 1555910us : blk_mq_make_request: 
make rq -1
[    4.761584]  systemd-1       0...1 1556496us : blk_mq_free_request: 
complete: rq -1
[    4.763898]  systemd-1       0.... 1556503us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.766225]  systemd-1       0...1 1556533us : blk_mq_make_request: 
make rq -1
[    4.768551]  systemd-1       0...1 1556990us : blk_mq_free_request: 
complete: rq -1
[    4.770869]  systemd-1       0.... 1556997us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.773196]  systemd-1       0...1 1557027us : blk_mq_make_request: 
make rq -1
[    4.775521]  systemd-1       0...1 1557486us : blk_mq_free_request: 
complete: rq -1
[    4.777836]  systemd-1       0.... 1557492us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.780163]  systemd-1       0...1 1557523us : blk_mq_make_request: 
make rq -1
[    4.782490]  systemd-1       0...1 1557980us : blk_mq_free_request: 
complete: rq -1
[    4.784814]  systemd-1       0.... 1557986us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.787141]  systemd-1       0...1 1558016us : blk_mq_make_request: 
make rq -1
[    4.789464]  systemd-1       0...1 1558581us : blk_mq_free_request: 
complete: rq -1
[    4.791785]  systemd-1       0.... 1558588us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.794114]  systemd-1       0...1 1558619us : blk_mq_make_request: 
make rq -1
[    4.796436]  systemd-1       0...1 1559176us : blk_mq_free_request: 
complete: rq -1
[    4.798752]  systemd-1       0.... 1559182us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.801081]  systemd-1       0...1 1559214us : blk_mq_make_request: 
make rq -1
[    4.803410]  systemd-1       0...1 1559705us : blk_mq_free_request: 
complete: rq -1
[    4.805731]  systemd-1       0.... 1559712us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.808057]  systemd-1       0...1 1559727us : blk_mq_make_request: 
make rq -1
[    4.810381]  systemd-1       0...1 1560325us : blk_mq_free_request: 
complete: rq -1
[    4.812701]  systemd-1       0.... 1560332us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.815033] kworker/-98      0...1 1560811us : blk_mq_free_request: 
complete: rq -1
[    4.817380]  systemd-1       0...1 1560918us : blk_mq_make_request: 
make rq -1
[    4.819726]  systemd-1       0.... 1560982us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.822081] kworker/-98      0...1 1561816us : blk_mq_free_request: 
complete: rq -1
[    4.824459]  systemd-1       0...1 1561884us : blk_mq_make_request: 
make rq -1
[    4.826830]  systemd-1       0.... 1561946us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.829211] kworker/-98      0...1 1562453us : blk_mq_free_request: 
complete: rq -1
[    4.831607]  systemd-1       0...1 1562627us : blk_mq_make_request: 
make rq -1
[    4.834006]  systemd-1       0.... 1562692us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.836419] kworker/-98      0...1 1563497us : blk_mq_free_request: 
complete: rq -1
[    4.838852]  systemd-1       0...1 1563618us : blk_mq_make_request: 
make rq -1
[    4.841278]  systemd-1       0.... 1563690us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.843712] kworker/-98      0...1 1564308us : blk_mq_free_request: 
complete: rq -1
[    4.846166]  systemd-1       0...1 1564370us : blk_mq_make_request: 
make rq -1
[    4.848611]  systemd-1       0.... 1564416us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.851076] kworker/-98      0...1 1565048us : blk_mq_free_request: 
complete: rq -1
[    4.853557]  systemd-1       0...1 1565151us : blk_mq_make_request: 
make rq -1
[    4.856039]  systemd-1       0.... 1565212us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.858532]  systemd-1       0...1 1565256us : blk_mq_make_request: 
make rq -1
[    4.861026]  systemd-1       0...1 1565734us : blk_mq_free_request: 
complete: rq -1
[    4.863515]  systemd-1       0.... 1565741us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.866011]  systemd-1       0...1 1565772us : blk_mq_make_request: 
make rq -1
[    4.868504]  systemd-1       0...1 1566350us : blk_mq_free_request: 
complete: rq -1
[    4.870984]  systemd-1       0.... 1566357us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.873471]  systemd-1       0...1 1566387us : blk_mq_make_request: 
make rq -1
[    4.875957]  systemd-1       0...1 1566968us : blk_mq_free_request: 
complete: rq -1
[    4.878435]  systemd-1       0.... 1566974us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.880927]  systemd-1       0...1 1567004us : blk_mq_make_request: 
make rq -1
[    4.883416]  systemd-1       0...1 1567585us : blk_mq_free_request: 
complete: rq -1
[    4.885899]  systemd-1       0.... 1567591us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.888385]  systemd-1       0...1 1567621us : blk_mq_make_request: 
make rq -1
[    4.890873]  systemd-1       0...1 1568125us : blk_mq_free_request: 
complete: rq -1
[    4.893359]  systemd-1       0.... 1568133us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.895847]  systemd-1       0...1 1568168us : blk_mq_make_request: 
make rq -1
[    4.898339]  systemd-1       0...1 1568682us : blk_mq_free_request: 
complete: rq -1
[    4.900824]  systemd-1       0.... 1568689us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.903314]  systemd-1       0...1 1568726us : blk_mq_make_request: 
make rq -1
[    4.905803]  systemd-1       0...1 1569186us : blk_mq_free_request: 
complete: rq -1
[    4.908281]  systemd-1       0.... 1569193us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.910770]  systemd-1       0...1 1569223us : blk_mq_make_request: 
make rq -1
[    4.913262]  systemd-1       0...1 1569804us : blk_mq_free_request: 
complete: rq -1
[    4.915744]  systemd-1       0.... 1569810us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.918228]  systemd-1       0...1 1569841us : blk_mq_make_request: 
make rq -1
[    4.920711]  systemd-1       0...1 1570423us : blk_mq_free_request: 
complete: rq -1
[    4.923191]  systemd-1       0.... 1570429us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.925678]  systemd-1       0...1 1570460us : blk_mq_make_request: 
make rq -1
[    4.928161]  systemd-1       0...1 1571016us : blk_mq_free_request: 
complete: rq -1
[    4.930642]  systemd-1       0.... 1571022us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.933133]  systemd-1       0...1 1571052us : blk_mq_make_request: 
make rq -1
[    4.935615]  systemd-1       0...1 1571608us : blk_mq_free_request: 
complete: rq -1
[    4.938073]  systemd-1       0.... 1571615us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.940527]  systemd-1       0...1 1571645us : blk_mq_make_request: 
make rq -1
[    4.942987]  systemd-1       0...1 1572114us : blk_mq_free_request: 
complete: rq -1
[    4.945413]  systemd-1       0.... 1572121us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.947841]  systemd-1       0...1 1572151us : blk_mq_make_request: 
make rq -1
[    4.950269]  systemd-1       0...1 1572710us : blk_mq_free_request: 
complete: rq -1
[    4.952669]  systemd-1       0.... 1572716us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.955060]  systemd-1       0...1 1572746us : blk_mq_make_request: 
make rq -1
[    4.957453]  systemd-1       0...1 1573961us : blk_mq_free_request: 
complete: rq -1
[    4.959821]  systemd-1       0.... 1573974us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.962187]  systemd-1       0...1 1574031us : blk_mq_make_request: 
make rq -1
[    4.964557]  systemd-1       0...1 1574606us : blk_mq_free_request: 
complete: rq -1
[    4.966901]  systemd-1       0.... 1574617us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.969245]  systemd-1       0...1 1574694us : blk_mq_make_request: 
make rq -1
[    4.971587]  systemd-1       0...1 1575256us : blk_mq_free_request: 
complete: rq -1
[    4.973911]  systemd-1       0.... 1575268us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.976227]  systemd-1       0...1 1575323us : blk_mq_make_request: 
make rq -1
[    4.978545]  systemd-1       0...1 1575905us : blk_mq_free_request: 
complete: rq -1
[    4.980863]  systemd-1       0.... 1575916us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.983185]  systemd-1       0...1 1575971us : blk_mq_make_request: 
make rq -1
[    4.985509]  systemd-1       0...1 1576546us : blk_mq_free_request: 
complete: rq -1
[    4.987825]  systemd-1       0.... 1576558us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.990144]  systemd-1       0...1 1576613us : blk_mq_make_request: 
make rq -1
[    4.992471]  systemd-1       0...1 1577168us : blk_mq_free_request: 
complete: rq -1
[    4.994793]  systemd-1       0.... 1577180us : mmc_mq_queue_rq: queue 
rq -1, 0
[    4.997125]  systemd-1       0...1 1577235us : blk_mq_make_request: 
make rq -1
[    4.999454]  systemd-1       0...1 1577808us : blk_mq_free_request: 
complete: rq -1
[    5.001769]  systemd-1       0.... 1577819us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.004102]  systemd-1       0...1 1577874us : blk_mq_make_request: 
make rq -1
[    5.006432]  systemd-1       0...1 1578423us : blk_mq_free_request: 
complete: rq -1
[    5.008752]  systemd-1       0.... 1578435us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.011082]  systemd-1       0...1 1578491us : blk_mq_make_request: 
make rq -1
[    5.013406]  systemd-1       0...1 1579064us : blk_mq_free_request: 
complete: rq -1
[    5.015726]  systemd-1       0.... 1579075us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.018051]  systemd-1       0...1 1579130us : blk_mq_make_request: 
make rq -1
[    5.020378]  systemd-1       0...1 1579710us : blk_mq_free_request: 
complete: rq -1
[    5.022691]  systemd-1       0.... 1579721us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.025019]  systemd-1       0...1 1579776us : blk_mq_make_request: 
make rq -1
[    5.027345]  systemd-1       0...1 1580359us : blk_mq_free_request: 
complete: rq -1
[    5.029663]  systemd-1       0.... 1580370us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.031989]  systemd-1       0...1 1580424us : blk_mq_make_request: 
make rq -1
[    5.034319]  systemd-1       0...1 1581019us : blk_mq_free_request: 
complete: rq -1
[    5.036640]  systemd-1       0.... 1581031us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.038965]  systemd-1       0...1 1581088us : blk_mq_make_request: 
make rq -1
[    5.041297]  systemd-1       0...1 1581642us : blk_mq_free_request: 
complete: rq -1
[    5.043619]  systemd-1       0.... 1581654us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.045950]  systemd-1       0...1 1581708us : blk_mq_make_request: 
make rq -1
[    5.048279]  systemd-1       0...1 1582266us : blk_mq_free_request: 
complete: rq -1
[    5.050607]  systemd-1       0.... 1582277us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.052941]  systemd-1       0...1 1582332us : blk_mq_make_request: 
make rq -1
[    5.055268]  systemd-1       0...1 1582888us : blk_mq_free_request: 
complete: rq -1
[    5.057594]  systemd-1       0.... 1582899us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.059931]  systemd-1       0...1 1582954us : blk_mq_make_request: 
make rq -1
[    5.062265]  systemd-1       0...1 1583516us : blk_mq_free_request: 
complete: rq -1
[    5.064600]  systemd-1       0.... 1583528us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.066943]  systemd-1       0...1 1583554us : blk_mq_make_request: 
make rq -1
[    5.069279]  systemd-1       0...1 1584162us : blk_mq_free_request: 
complete: rq -1
[    5.071617]  systemd-1       0.... 1584174us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.073967] kworker/-98      0...1 1584773us : blk_mq_free_request: 
complete: rq -1
[    5.076329]  systemd-1       0...1 1585064us : blk_mq_make_request: 
make rq -1
[    5.078688]  systemd-1       0.... 1585231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.081060]  systemd-1       0.... 1585239us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.083488] kworker/-98      0...1 1586473us : blk_mq_free_request: 
complete: rq -1
[    5.085927]  systemd-1       0...1 1586886us : blk_mq_make_request: 
make rq -1
[    5.088364]  systemd-1       0.... 1587002us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.090805] kworker/-98      0...1 1587879us : blk_mq_free_request: 
complete: rq -1
[    5.093270]  systemd-1       0...1 1587992us : blk_mq_make_request: 
make rq -1
[    5.095735]  systemd-1       0.... 1588197us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.098201] kworker/-98      0...1 1588790us : blk_mq_free_request: 
complete: rq -1
[    5.100688]  systemd-1       0...1 1588982us : blk_mq_make_request: 
make rq -1
[    5.103180]  systemd-1       0.... 1589093us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.105668]  systemd-1       0...1 1589149us : blk_mq_make_request: 
make rq -1
[    5.108156]  systemd-1       0...1 1589659us : blk_mq_free_request: 
complete: rq -1
[    5.110653]  systemd-1       0.... 1589671us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.113140]  systemd-1       0...1 1589734us : blk_mq_make_request: 
make rq -1
[    5.115632]  systemd-1       0...1 1590189us : blk_mq_free_request: 
complete: rq -1
[    5.118126]  systemd-1       0.... 1590201us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.120615]  systemd-1       0...1 1590255us : blk_mq_make_request: 
make rq -1
[    5.123107]  systemd-1       0...1 1590725us : blk_mq_free_request: 
complete: rq -1
[    5.125605]  systemd-1       0.... 1590736us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.128096]  systemd-1       0...1 1590790us : blk_mq_make_request: 
make rq -1
[    5.130587]  systemd-1       0...1 1591345us : blk_mq_free_request: 
complete: rq -1
[    5.133084]  systemd-1       0.... 1591356us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.135568]  systemd-1       0...1 1591411us : blk_mq_make_request: 
make rq -1
[    5.138058]  systemd-1       0...1 1591887us : blk_mq_free_request: 
complete: rq -1
[    5.140555]  systemd-1       0.... 1591898us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.143042]  systemd-1       0...1 1591953us : blk_mq_make_request: 
make rq -1
[    5.145540]  systemd-1       0...1 1592525us : blk_mq_free_request: 
complete: rq -1
[    5.148036]  systemd-1       0.... 1592536us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.150529]  systemd-1       0...1 1592591us : blk_mq_make_request: 
make rq -1
[    5.153020]  systemd-1       0...1 1593171us : blk_mq_free_request: 
complete: rq -1
[    5.155519]  systemd-1       0.... 1593183us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.158005]  systemd-1       0...1 1593264us : blk_mq_make_request: 
make rq -1
[    5.160499]  systemd-1       0...1 1593816us : blk_mq_free_request: 
complete: rq -1
[    5.162995]  systemd-1       0.... 1593827us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.165486]  systemd-1       0...1 1593904us : blk_mq_make_request: 
make rq -1
[    5.167971]  systemd-1       0...1 1594670us : blk_mq_free_request: 
complete: rq -1
[    5.170469]  systemd-1       0.... 1594680us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.172957]  systemd-1       0...1 1594725us : blk_mq_make_request: 
make rq -1
[    5.175447]  systemd-1       0...1 1595192us : blk_mq_free_request: 
complete: rq -1
[    5.177938]  systemd-1       0.... 1595201us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.180429]  systemd-1       0...1 1595242us : blk_mq_make_request: 
make rq -1
[    5.182921]  systemd-1       0...1 1595798us : blk_mq_free_request: 
complete: rq -1
[    5.185415]  systemd-1       0.... 1595807us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.187902]  systemd-1       0...1 1595849us : blk_mq_make_request: 
make rq -1
[    5.190392]  systemd-1       0...1 1596410us : blk_mq_free_request: 
complete: rq -1
[    5.192890]  systemd-1       0.... 1596419us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.195371]  systemd-1       0...1 1596460us : blk_mq_make_request: 
make rq -1
[    5.197842]  systemd-1       0...1 1596929us : blk_mq_free_request: 
complete: rq -1
[    5.200297]  systemd-1       0.... 1596937us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.202754]  systemd-1       0...1 1596978us : blk_mq_make_request: 
make rq -1
[    5.205189]  systemd-1       0...1 1597560us : blk_mq_free_request: 
complete: rq -1
[    5.207586]  systemd-1       0.... 1597568us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.209970]  systemd-1       0...1 1597613us : blk_mq_make_request: 
make rq -1
[    5.212359]  systemd-1       0...1 1598079us : blk_mq_free_request: 
complete: rq -1
[    5.214725]  systemd-1       0.... 1598203us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.217082]  systemd-1       0...1 1598246us : blk_mq_make_request: 
make rq -1
[    5.219446]  systemd-1       0...1 1598690us : blk_mq_free_request: 
complete: rq -1
[    5.221783]  systemd-1       0.... 1598699us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.224113]  systemd-1       0...1 1598740us : blk_mq_make_request: 
make rq -1
[    5.226447]  systemd-1       0...1 1599217us : blk_mq_free_request: 
complete: rq -1
[    5.228779]  systemd-1       0.... 1599225us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.231120]  systemd-1       0...1 1599270us : blk_mq_make_request: 
make rq -1
[    5.233458]  systemd-1       0...1 1599824us : blk_mq_free_request: 
complete: rq -1
[    5.235784]  systemd-1       0.... 1599833us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.238116]  systemd-1       0...1 1599873us : blk_mq_make_request: 
make rq -1
[    5.240448]  systemd-1       0...1 1600457us : blk_mq_free_request: 
complete: rq -1
[    5.242779]  systemd-1       0.... 1600466us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.245116]  systemd-1       0...1 1600506us : blk_mq_make_request: 
make rq -1
[    5.247452]  systemd-1       0...1 1601103us : blk_mq_free_request: 
complete: rq -1
[    5.249783]  systemd-1       0.... 1601112us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.252120]  systemd-1       0...1 1601152us : blk_mq_make_request: 
make rq -1
[    5.254454]  systemd-1       0...1 1601733us : blk_mq_free_request: 
complete: rq -1
[    5.256781]  systemd-1       0.... 1601741us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.259118]  systemd-1       0...1 1601782us : blk_mq_make_request: 
make rq -1
[    5.261447]  systemd-1       0...1 1602369us : blk_mq_free_request: 
complete: rq -1
[    5.263776]  systemd-1       0.... 1602378us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.266109]  systemd-1       0...1 1602434us : blk_mq_make_request: 
make rq -1
[    5.268445]  systemd-1       0...1 1603025us : blk_mq_free_request: 
complete: rq -1
[    5.270776]  systemd-1       0.... 1603033us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.273115]  systemd-1       0...1 1603074us : blk_mq_make_request: 
make rq -1
[    5.275454]  systemd-1       0...1 1603683us : blk_mq_free_request: 
complete: rq -1
[    5.277781]  systemd-1       0.... 1603691us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.280118]  systemd-1       0...1 1603732us : blk_mq_make_request: 
make rq -1
[    5.282452]  systemd-1       0...1 1604337us : blk_mq_free_request: 
complete: rq -1
[    5.284783]  systemd-1       0.... 1604346us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.287116]  systemd-1       0...1 1604370us : blk_mq_make_request: 
make rq -1
[    5.289448]  systemd-1       0...1 1604999us : blk_mq_free_request: 
complete: rq -1
[    5.291776]  systemd-1       0.... 1605007us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.294121] kworker/-98      0...1 1605504us : blk_mq_free_request: 
complete: rq -1
[    5.296472]  systemd-1       0...1 1605630us : blk_mq_make_request: 
make rq -1
[    5.298825]  systemd-1       0.... 1605749us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.301194]  systemd-1       0.... 1605755us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.303618] kworker/-98      0...1 1606989us : blk_mq_free_request: 
complete: rq -1
[    5.306053]  systemd-1       0...1 1607349us : blk_mq_make_request: 
make rq -1
[    5.308492]  systemd-1       0.... 1607616us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.310929]  systemd-1       0.... 1607622us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.313427] kworker/-98      0...1 1611464us : blk_mq_free_request: 
complete: rq -1
[    5.315941]  systemd-1       0...1 1611749us : blk_mq_make_request: 
make rq -1
[    5.318448]  systemd-1       0.... 1612025us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.320958]  systemd-1       0.... 1612031us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.323540] kworker/-98      0...1 1614862us : blk_mq_free_request: 
complete: rq -1
[    5.326127]  systemd-1       0...1 1615778us : blk_mq_make_request: 
make rq -1
[    5.328705]  systemd-1       0.... 1615951us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.331298]  systemd-1       0.... 1615959us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.333941] kworker/-98      0...1 1617202us : blk_mq_free_request: 
complete: rq -1
[    5.336598]  systemd-1       0...1 1617631us : blk_mq_make_request: 
make rq -1
[    5.339262]  systemd-1       0.... 1617748us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.341920]  systemd-1       0...1 1617804us : blk_mq_make_request: 
make rq -1
[    5.344583]  systemd-1       0...1 1618621us : blk_mq_free_request: 
complete: rq -1
[    5.347253]  systemd-1       0.... 1618634us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.349916]  systemd-1       0...1 1618713us : blk_mq_make_request: 
make rq -1
[    5.352578]  systemd-1       0...1 1619260us : blk_mq_free_request: 
complete: rq -1
[    5.355247]  systemd-1       0.... 1619272us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.357912]  systemd-1       0...1 1619328us : blk_mq_make_request: 
make rq -1
[    5.360576]  systemd-1       0...1 1619904us : blk_mq_free_request: 
complete: rq -1
[    5.363247]  systemd-1       0.... 1619917us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.365909]  systemd-1       0...1 1619972us : blk_mq_make_request: 
make rq -1
[    5.368575]  systemd-1       0...1 1620523us : blk_mq_free_request: 
complete: rq -1
[    5.371244]  systemd-1       0.... 1620534us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.373903]  systemd-1       0...1 1620588us : blk_mq_make_request: 
make rq -1
[    5.376571]  systemd-1       0...1 1621139us : blk_mq_free_request: 
complete: rq -1
[    5.379240]  systemd-1       0.... 1621151us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.381907]  systemd-1       0...1 1621206us : blk_mq_make_request: 
make rq -1
[    5.384571]  systemd-1       0...1 1621664us : blk_mq_free_request: 
complete: rq -1
[    5.387243]  systemd-1       0.... 1621675us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.389910]  systemd-1       0...1 1621729us : blk_mq_make_request: 
make rq -1
[    5.392581]  systemd-1       0...1 1622289us : blk_mq_free_request: 
complete: rq -1
[    5.395255]  systemd-1       0.... 1622300us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.397921]  systemd-1       0...1 1622355us : blk_mq_make_request: 
make rq -1
[    5.400583]  systemd-1       0...1 1622928us : blk_mq_free_request: 
complete: rq -1
[    5.403252]  systemd-1       0.... 1622940us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.405924]  systemd-1       0...1 1622994us : blk_mq_make_request: 
make rq -1
[    5.408592]  systemd-1       0...1 1623573us : blk_mq_free_request: 
complete: rq -1
[    5.411260]  systemd-1       0.... 1623585us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.413923]  systemd-1       0...1 1623639us : blk_mq_make_request: 
make rq -1
[    5.416594]  systemd-1       0...1 1624099us : blk_mq_free_request: 
complete: rq -1
[    5.419271]  systemd-1       0.... 1624110us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.421933]  systemd-1       0...1 1624164us : blk_mq_make_request: 
make rq -1
[    5.424585]  systemd-1       0...1 1624627us : blk_mq_free_request: 
complete: rq -1
[    5.427228]  systemd-1       0.... 1624639us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.429872]  systemd-1       0...1 1624694us : blk_mq_make_request: 
make rq -1
[    5.432482]  systemd-1       0...1 1625242us : blk_mq_free_request: 
complete: rq -1
[    5.435055]  systemd-1       0.... 1625256us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.437624]  systemd-1       0...1 1625311us : blk_mq_make_request: 
make rq -1
[    5.440189]  systemd-1       0...1 1625856us : blk_mq_free_request: 
complete: rq -1
[    5.442727]  systemd-1       0.... 1625867us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.445222]  systemd-1       0...1 1625921us : blk_mq_make_request: 
make rq -1
[    5.447718]  systemd-1       0...1 1626470us : blk_mq_free_request: 
complete: rq -1
[    5.450204]  systemd-1       0.... 1626482us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.452667]  systemd-1       0...1 1626537us : blk_mq_make_request: 
make rq -1
[    5.455098]  systemd-1       0...1 1627087us : blk_mq_free_request: 
complete: rq -1
[    5.457514]  systemd-1       0.... 1627098us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.459926]  systemd-1       0...1 1627153us : blk_mq_make_request: 
make rq -1
[    5.462321]  systemd-1       0...1 1627711us : blk_mq_free_request: 
complete: rq -1
[    5.464666]  systemd-1       0.... 1627722us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.467013]  systemd-1       0...1 1627798us : blk_mq_make_request: 
make rq -1
[    5.469359]  systemd-1       0...1 1628329us : blk_mq_free_request: 
complete: rq -1
[    5.471699]  systemd-1       0.... 1628341us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.474049]  systemd-1       0...1 1628397us : blk_mq_make_request: 
make rq -1
[    5.476390]  systemd-1       0...1 1628941us : blk_mq_free_request: 
complete: rq -1
[    5.478727]  systemd-1       0.... 1628952us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.481074]  systemd-1       0...1 1629007us : blk_mq_make_request: 
make rq -1
[    5.483413]  systemd-1       0...1 1629560us : blk_mq_free_request: 
complete: rq -1
[    5.485751]  systemd-1       0.... 1629571us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.488093]  systemd-1       0...1 1629625us : blk_mq_make_request: 
make rq -1
[    5.490435]  systemd-1       0...1 1630198us : blk_mq_free_request: 
complete: rq -1
[    5.492771]  systemd-1       0.... 1630209us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.495115]  systemd-1       0...1 1630264us : blk_mq_make_request: 
make rq -1
[    5.497462]  systemd-1       0...1 1630839us : blk_mq_free_request: 
complete: rq -1
[    5.499801]  systemd-1       0.... 1630851us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.502146]  systemd-1       0...1 1630905us : blk_mq_make_request: 
make rq -1
[    5.504492]  systemd-1       0...1 1631477us : blk_mq_free_request: 
complete: rq -1
[    5.506835]  systemd-1       0.... 1631489us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.509180]  systemd-1       0...1 1631543us : blk_mq_make_request: 
make rq -1
[    5.511526]  systemd-1       0...1 1632120us : blk_mq_free_request: 
complete: rq -1
[    5.513864]  systemd-1       0.... 1632131us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.516213]  systemd-1       0...1 1632186us : blk_mq_make_request: 
make rq -1
[    5.518553]  systemd-1       0...1 1632737us : blk_mq_free_request: 
complete: rq -1
[    5.520891]  systemd-1       0.... 1632748us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.523234]  systemd-1       0...1 1632803us : blk_mq_make_request: 
make rq -1
[    5.525578]  systemd-1       0...1 1633263us : blk_mq_free_request: 
complete: rq -1
[    5.527916]  systemd-1       0.... 1633275us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.530263]  systemd-1       0...1 1633328us : blk_mq_make_request: 
make rq -1
[    5.532610]  systemd-1       0...1 1633882us : blk_mq_free_request: 
complete: rq -1
[    5.534945]  systemd-1       0.... 1633893us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.537291]  systemd-1       0...1 1633947us : blk_mq_make_request: 
make rq -1
[    5.539637]  systemd-1       0...1 1634501us : blk_mq_free_request: 
complete: rq -1
[    5.541974]  systemd-1       0.... 1634512us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.544321]  systemd-1       0...1 1634566us : blk_mq_make_request: 
make rq -1
[    5.546665]  systemd-1       0...1 1635727us : blk_mq_free_request: 
complete: rq -1
[    5.549004]  systemd-1       0.... 1635736us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.551350]  systemd-1       0...1 1635780us : blk_mq_make_request: 
make rq -1
[    5.553696]  systemd-1       0...1 1636353us : blk_mq_free_request: 
complete: rq -1
[    5.556038]  systemd-1       0.... 1636362us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.558388]  systemd-1       0...1 1636404us : blk_mq_make_request: 
make rq -1
[    5.560731]  systemd-1       0...1 1636981us : blk_mq_free_request: 
complete: rq -1
[    5.563072]  systemd-1       0.... 1636990us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.565420]  systemd-1       0...1 1637032us : blk_mq_make_request: 
make rq -1
[    5.567766]  systemd-1       0...1 1637609us : blk_mq_free_request: 
complete: rq -1
[    5.570099]  systemd-1       0.... 1637617us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.572447]  systemd-1       0...1 1637637us : blk_mq_make_request: 
make rq -1
[    5.574792]  systemd-1       0...1 1638275us : blk_mq_free_request: 
complete: rq -1
[    5.577133]  systemd-1       0.... 1638284us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.579482] kworker/-98      0...1 1638773us : blk_mq_free_request: 
complete: rq -1
[    5.581844]  systemd-1       0...1 1638905us : blk_mq_make_request: 
make rq -1
[    5.584203]  systemd-1       0.... 1638988us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.586572] kworker/-98      0...1 1640152us : blk_mq_free_request: 
complete: rq -1
[    5.588967]  systemd-1       0...1 1640237us : blk_mq_make_request: 
make rq -1
[    5.591357]  systemd-1       0.... 1640319us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.593762] kworker/-98      0...1 1640836us : blk_mq_free_request: 
complete: rq -1
[    5.596183]  systemd-1       0...1 1641183us : blk_mq_make_request: 
make rq -1
[    5.598599]  systemd-1       0.... 1641557us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.601030]  systemd-1       0.... 1641563us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.603512] kworker/-98      0...1 1645780us : blk_mq_free_request: 
complete: rq -1
[    5.606008]  systemd-1       0...1 1646080us : blk_mq_make_request: 
make rq -1
[    5.608506]  systemd-1       0.... 1646163us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.610998] kworker/-98      0...1 1646991us : blk_mq_free_request: 
complete: rq -1
[    5.613517]  systemd-1       0...1 1647414us : blk_mq_make_request: 
make rq -1
[    5.616041]  systemd-1       0.... 1647501us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.618556]  systemd-1       0...1 1647543us : blk_mq_make_request: 
make rq -1
[    5.621077]  systemd-1       0...1 1648319us : blk_mq_free_request: 
complete: rq -1
[    5.623597]  systemd-1       0.... 1648328us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.626113]  systemd-1       0...1 1648371us : blk_mq_make_request: 
make rq -1
[    5.628629]  systemd-1       0...1 1648918us : blk_mq_free_request: 
complete: rq -1
[    5.631149]  systemd-1       0.... 1648927us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.633664]  systemd-1       0...1 1648968us : blk_mq_make_request: 
make rq -1
[    5.636181]  systemd-1       0...1 1649526us : blk_mq_free_request: 
complete: rq -1
[    5.638704]  systemd-1       0.... 1649534us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.641221]  systemd-1       0...1 1649576us : blk_mq_make_request: 
make rq -1
[    5.643734]  systemd-1       0...1 1650134us : blk_mq_free_request: 
complete: rq -1
[    5.646256]  systemd-1       0.... 1650142us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.648774]  systemd-1       0...1 1650183us : blk_mq_make_request: 
make rq -1
[    5.651290]  systemd-1       0...1 1650762us : blk_mq_free_request: 
complete: rq -1
[    5.653813]  systemd-1       0.... 1650771us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.656327]  systemd-1       0...1 1650812us : blk_mq_make_request: 
make rq -1
[    5.658845]  systemd-1       0...1 1651390us : blk_mq_free_request: 
complete: rq -1
[    5.661369]  systemd-1       0.... 1651398us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.663885]  systemd-1       0...1 1651439us : blk_mq_make_request: 
make rq -1
[    5.666398]  systemd-1       0...1 1652019us : blk_mq_free_request: 
complete: rq -1
[    5.668914]  systemd-1       0.... 1652027us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.671422]  systemd-1       0...1 1652068us : blk_mq_make_request: 
make rq -1
[    5.673937]  systemd-1       0...1 1652652us : blk_mq_free_request: 
complete: rq -1
[    5.676457]  systemd-1       0.... 1652660us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.678964]  systemd-1       0...1 1652702us : blk_mq_make_request: 
make rq -1
[    5.681473]  systemd-1       0...1 1653300us : blk_mq_free_request: 
complete: rq -1
[    5.683994]  systemd-1       0.... 1653309us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.686509]  systemd-1       0...1 1653349us : blk_mq_make_request: 
make rq -1
[    5.689015]  systemd-1       0...1 1653951us : blk_mq_free_request: 
complete: rq -1
[    5.691526]  systemd-1       0.... 1653960us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.694034]  systemd-1       0...1 1654001us : blk_mq_make_request: 
make rq -1
[    5.696547]  systemd-1       0...1 1654600us : blk_mq_free_request: 
complete: rq -1
[    5.699057]  systemd-1       0.... 1654609us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.701568]  systemd-1       0...1 1654665us : blk_mq_make_request: 
make rq -1
[    5.704065]  systemd-1       0...1 1655252us : blk_mq_free_request: 
complete: rq -1
[    5.706548]  systemd-1       0.... 1655261us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.709033]  systemd-1       0...1 1655302us : blk_mq_make_request: 
make rq -1
[    5.711501]  systemd-1       0...1 1655922us : blk_mq_free_request: 
complete: rq -1
[    5.713963]  systemd-1       0.... 1655931us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.716419]  systemd-1       0...1 1655973us : blk_mq_make_request: 
make rq -1
[    5.718854]  systemd-1       0...1 1656552us : blk_mq_free_request: 
complete: rq -1
[    5.721286]  systemd-1       0.... 1656561us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.723718]  systemd-1       0...1 1656602us : blk_mq_make_request: 
make rq -1
[    5.726121]  systemd-1       0...1 1657184us : blk_mq_free_request: 
complete: rq -1
[    5.728486]  systemd-1       0.... 1657193us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.730841]  systemd-1       0...1 1657234us : blk_mq_make_request: 
make rq -1
[    5.733199]  systemd-1       0...1 1657817us : blk_mq_free_request: 
complete: rq -1
[    5.735538]  systemd-1       0.... 1657826us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.737865]  systemd-1       0...1 1657867us : blk_mq_make_request: 
make rq -1
[    5.740199]  systemd-1       0...1 1658450us : blk_mq_free_request: 
complete: rq -1
[    5.742529]  systemd-1       0.... 1658459us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.744860]  systemd-1       0...1 1658502us : blk_mq_make_request: 
make rq -1
[    5.747188]  systemd-1       0...1 1659081us : blk_mq_free_request: 
complete: rq -1
[    5.749516]  systemd-1       0.... 1659090us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.751854]  systemd-1       0...1 1659131us : blk_mq_make_request: 
make rq -1
[    5.754193]  systemd-1       0...1 1659706us : blk_mq_free_request: 
complete: rq -1
[    5.756524]  systemd-1       0.... 1659715us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.758865]  systemd-1       0...1 1659756us : blk_mq_make_request: 
make rq -1
[    5.761200]  systemd-1       0...1 1660342us : blk_mq_free_request: 
complete: rq -1
[    5.763522]  systemd-1       0.... 1660350us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.765860]  systemd-1       0...1 1660391us : blk_mq_make_request: 
make rq -1
[    5.768196]  systemd-1       0...1 1660950us : blk_mq_free_request: 
complete: rq -1
[    5.770524]  systemd-1       0.... 1660958us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.772857]  systemd-1       0...1 1661000us : blk_mq_make_request: 
make rq -1
[    5.775195]  systemd-1       0...1 1661555us : blk_mq_free_request: 
complete: rq -1
[    5.777524]  systemd-1       0.... 1661563us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.779857]  systemd-1       0...1 1661605us : blk_mq_make_request: 
make rq -1
[    5.782193]  systemd-1       0...1 1662161us : blk_mq_free_request: 
complete: rq -1
[    5.784520]  systemd-1       0.... 1662170us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.786855]  systemd-1       0...1 1662211us : blk_mq_make_request: 
make rq -1
[    5.789192]  systemd-1       0...1 1662770us : blk_mq_free_request: 
complete: rq -1
[    5.791520]  systemd-1       0.... 1662778us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.793859]  systemd-1       0...1 1662820us : blk_mq_make_request: 
make rq -1
[    5.796198]  systemd-1       0...1 1663401us : blk_mq_free_request: 
complete: rq -1
[    5.798532]  systemd-1       0.... 1663409us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.800867]  systemd-1       0...1 1663450us : blk_mq_make_request: 
make rq -1
[    5.803207]  systemd-1       0...1 1663915us : blk_mq_free_request: 
complete: rq -1
[    5.805538]  systemd-1       0.... 1663924us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.807881]  systemd-1       0...1 1663980us : blk_mq_make_request: 
make rq -1
[    5.810215]  systemd-1       0...1 1664433us : blk_mq_free_request: 
complete: rq -1
[    5.812549]  systemd-1       0.... 1664442us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.814891]  systemd-1       0...1 1664496us : blk_mq_make_request: 
make rq -1
[    5.817229]  systemd-1       0...1 1664948us : blk_mq_free_request: 
complete: rq -1
[    5.819562]  systemd-1       0.... 1664957us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.821900]  systemd-1       0...1 1665003us : blk_mq_make_request: 
make rq -1
[    5.824240]  systemd-1       0...1 1665464us : blk_mq_free_request: 
complete: rq -1
[    5.826571]  systemd-1       0.... 1665473us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.828913]  systemd-1       0...1 1665514us : blk_mq_make_request: 
make rq -1
[    5.831254]  systemd-1       0...1 1665979us : blk_mq_free_request: 
complete: rq -1
[    5.833586]  systemd-1       0.... 1665988us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.835930]  systemd-1       0...1 1666028us : blk_mq_make_request: 
make rq -1
[    5.838266]  systemd-1       0...1 1666491us : blk_mq_free_request: 
complete: rq -1
[    5.840595]  systemd-1       0.... 1666500us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.842935]  systemd-1       0...1 1666519us : blk_mq_make_request: 
make rq -1
[    5.845274]  systemd-1       0...1 1667122us : blk_mq_free_request: 
complete: rq -1
[    5.847605]  systemd-1       0.... 1667131us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.849948] kworker/-98      0...1 1667630us : blk_mq_free_request: 
complete: rq -1
[    5.852308]  systemd-1       0...1 1667904us : blk_mq_make_request: 
make rq -1
[    5.854666]  systemd-1       0.... 1668299us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.857033]  systemd-1       0.... 1668306us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.859454] kworker/-98      0...1 1672272us : blk_mq_free_request: 
complete: rq -1
[    5.861890]  systemd-1       0...1 1672585us : blk_mq_make_request: 
make rq -1
[    5.864332]  systemd-1       0.... 1672706us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.866772]  systemd-1       0.... 1672712us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.869269] kworker/-98      0...1 1673683us : blk_mq_free_request: 
complete: rq -1
[    5.871782]  systemd-1       0...1 1673835us : blk_mq_make_request: 
make rq -1
[    5.874285]  systemd-1       0.... 1673933us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.876792]  systemd-1       0.... 1673939us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.879367] kworker/-98      0...1 1674876us : blk_mq_free_request: 
complete: rq -1
[    5.881947]  systemd-1       0...1 1674977us : blk_mq_make_request: 
make rq -1
[    5.884520]  systemd-1       0.... 1675065us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.887108]  systemd-1       0.... 1675071us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.889749] kworker/-98      0...1 1675699us : blk_mq_free_request: 
complete: rq -1
[    5.892393]  systemd-1       0...1 1676055us : blk_mq_make_request: 
make rq -1
[    5.895052]  systemd-1       0.... 1676322us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.897709]  systemd-1       0.... 1676328us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.900417]  systemd-1       0...1 1676366us : blk_mq_make_request: 
make rq -1
[    5.903129]  systemd-1       0...1 1679091us : blk_mq_free_request: 
complete: rq -1
[    5.905833]  systemd-1       0.... 1679104us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.908533]  systemd-1       0.... 1679110us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.911309] kworker/-98      0...1 1679468us : blk_mq_free_request: 
complete: rq -1
[    5.914095]  systemd-1       0...1 1679672us : blk_mq_make_request: 
make rq -1
[    5.916866]  systemd-1       0.... 1680194us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.919650]  systemd-1       0.... 1680203us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.922490] kworker/-98      0...1 1684599us : blk_mq_free_request: 
complete: rq -1
[    5.925346]  systemd-1       0...1 1684945us : blk_mq_make_request: 
make rq -1
[    5.928203]  systemd-1       0.... 1685102us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.931063]  systemd-1       0.... 1685110us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.933979] kworker/-98      0...1 1686368us : blk_mq_free_request: 
complete: rq -1
[    5.936919]  systemd-1       0...1 1686494us : blk_mq_make_request: 
make rq -1
[    5.939846]  systemd-1       0.... 1686624us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.942774]  systemd-1       0.... 1686631us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.945776] kworker/-98      0...1 1687414us : blk_mq_free_request: 
complete: rq -1
[    5.948779]  systemd-1       0...1 1687896us : blk_mq_make_request: 
make rq -1
[    5.951773]  systemd-1       0.... 1688369us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.954781]  systemd-1       0.... 1688377us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.957844] kworker/-98      0...1 1691146us : blk_mq_free_request: 
complete: rq -1
[    5.960917]  systemd-1       0...1 1691602us : blk_mq_make_request: 
make rq -1
[    5.964000]  systemd-1       0.... 1692177us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.967077]  systemd-1       0.... 1692185us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.970207] kworker/-98      0...1 1696855us : blk_mq_free_request: 
complete: rq -1
[    5.973357]  systemd-1       0...1 1697252us : blk_mq_make_request: 
make rq -1
[    5.976496]  systemd-1       0.... 1697367us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.979643] kworker/-98      0...1 1698369us : blk_mq_free_request: 
complete: rq -1
[    5.982826]  systemd-1       0...1 1698791us : blk_mq_make_request: 
make rq -1
[    5.986002]  systemd-1       0.... 1698911us : mmc_mq_queue_rq: queue 
rq -1, 0
[    5.989148]  systemd-1       0.... 1698917us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    5.992364] kworker/-98      0...1 1700207us : blk_mq_free_request: 
complete: rq -1
[    5.995585]  systemd-1       0...1 1700296us : blk_mq_make_request: 
make rq -1
[    5.998777]  systemd-1       0.... 1700384us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.001921]  systemd-1       0.... 1700390us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.005121] kworker/-98      0...1 1701019us : blk_mq_free_request: 
complete: rq -1
[    6.008334]  systemd-1       0...1 1701250us : blk_mq_make_request: 
make rq -1
[    6.011524]  systemd-1       0.... 1701339us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.014679]  systemd-1       0.... 1701345us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.017887] kworker/-98      0...1 1702003us : blk_mq_free_request: 
complete: rq -1
[    6.021100]  systemd-1       0...1 1702391us : blk_mq_make_request: 
make rq -1
[    6.024291]  systemd-1       0.... 1702528us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.027445]  systemd-1       0.... 1702534us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.030659] kworker/-98      0...1 1703734us : blk_mq_free_request: 
complete: rq -1
[    6.033879]  systemd-1       0...1 1703823us : blk_mq_make_request: 
make rq -1
[    6.037065]  systemd-1       0.... 1703910us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.040218]  systemd-1       0.... 1703916us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.043428] kworker/-98      0...1 1704577us : blk_mq_free_request: 
complete: rq -1
[    6.046644]  systemd-1       0...1 1704892us : blk_mq_make_request: 
make rq -1
[    6.049834]  systemd-1       0.... 1705153us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.053000]  systemd-1       0.... 1705159us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.056227] kworker/-98      0...1 1707853us : blk_mq_free_request: 
complete: rq -1
[    6.059456]  systemd-1       0...1 1708309us : blk_mq_make_request: 
make rq -1
[    6.062663]  systemd-1       0.... 1708435us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.065841]  systemd-1       0.... 1708441us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.069076] kworker/-98      0...1 1709442us : blk_mq_free_request: 
complete: rq -1
[    6.072312]  systemd-1       0...1 1709529us : blk_mq_make_request: 
make rq -1
[    6.075522]  systemd-1       0.... 1709616us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.078684]  systemd-1       0.... 1709622us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.081913] kworker/-98      0...1 1710448us : blk_mq_free_request: 
complete: rq -1
[    6.085149]  systemd-1       0...1 1710805us : blk_mq_make_request: 
make rq -1
[    6.088351]  systemd-1       0.... 1711070us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.091523]  systemd-1       0.... 1711076us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.094748] kworker/-98      0...1 1713730us : blk_mq_free_request: 
complete: rq -1
[    6.097987]  systemd-1       0...1 1714169us : blk_mq_make_request: 
make rq -1
[    6.101196]  systemd-1       0.... 1714294us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.104371]  systemd-1       0.... 1714300us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.107611] kworker/-98      0...1 1715507us : blk_mq_free_request: 
complete: rq -1
[    6.110860]  systemd-1       0...1 1715597us : blk_mq_make_request: 
make rq -1
[    6.114074]  systemd-1       0.... 1715683us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.117249]  systemd-1       0.... 1715689us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.120481] kworker/-98      0...1 1716249us : blk_mq_free_request: 
complete: rq -1
[    6.123722]  systemd-1       0...1 1716630us : blk_mq_make_request: 
make rq -1
[    6.126931]  systemd-1       0.... 1716897us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.130104]  systemd-1       0.... 1716903us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.133339] kworker/-98      0...1 1719439us : blk_mq_free_request: 
complete: rq -1
[    6.136582]  systemd-1       0...1 1719766us : blk_mq_make_request: 
make rq -1
[    6.139807]  systemd-1       0.... 1720144us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.143023]  systemd-1       0.... 1720150us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.146308] kworker/-98      0...1 1724172us : blk_mq_free_request: 
complete: rq -1
[    6.149569]  systemd-1       0...1 1724507us : blk_mq_make_request: 
make rq -1
[    6.152795]  systemd-1       0.... 1724627us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.156013]  systemd-1       0.... 1724634us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.159297] kworker/-98      0...1 1725646us : blk_mq_free_request: 
complete: rq -1
[    6.162553]  systemd-1       0...1 1725734us : blk_mq_make_request: 
make rq -1
[    6.165764]  systemd-1       0.... 1725821us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.168980]  systemd-1       0.... 1725827us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.172261] kworker/-98      0...1 1726460us : blk_mq_free_request: 
complete: rq -1
[    6.175527]  systemd-1       0...1 1726814us : blk_mq_make_request: 
make rq -1
[    6.178754]  systemd-1       0.... 1727078us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.181969]  systemd-1       0.... 1727084us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.185249] kworker/-98      0...1 1729768us : blk_mq_free_request: 
complete: rq -1
[    6.188514]  systemd-1       0...1 1730139us : blk_mq_make_request: 
make rq -1
[    6.191738]  systemd-1       0.... 1730261us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.194966]  systemd-1       0.... 1730267us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.198245] kworker/-98      0...1 1731569us : blk_mq_free_request: 
complete: rq -1
[    6.201514]  systemd-1       0...1 1731657us : blk_mq_make_request: 
make rq -1
[    6.204743]  systemd-1       0.... 1731748us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.207975]  systemd-1       0.... 1731755us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.211265] kworker/-98      0...1 1732427us : blk_mq_free_request: 
complete: rq -1
[    6.214531]  systemd-1       0...1 1732679us : blk_mq_make_request: 
make rq -1
[    6.217757]  systemd-1       0.... 1732799us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.220983]  systemd-1       0.... 1732805us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.224267] kworker/-98      0...1 1733897us : blk_mq_free_request: 
complete: rq -1
[    6.227543]  systemd-1       0...1 1734271us : blk_mq_make_request: 
make rq -1
[    6.230775]  systemd-1       0.... 1734393us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.234002]  systemd-1       0.... 1734400us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.237290] kworker/-98      0...1 1735381us : blk_mq_free_request: 
complete: rq -1
[    6.240568]  systemd-1       0...1 1735469us : blk_mq_make_request: 
make rq -1
[    6.243802]  systemd-1       0.... 1735555us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.247033]  systemd-1       0.... 1735562us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.250324] kworker/-98      0...1 1736118us : blk_mq_free_request: 
complete: rq -1
[    6.253605]  systemd-1       0...1 1736493us : blk_mq_make_request: 
make rq -1
[    6.256833]  systemd-1       0.... 1736759us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.260068]  systemd-1       0.... 1736764us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.263360] kworker/-98      0...1 1739373us : blk_mq_free_request: 
complete: rq -1
[    6.266631]  systemd-1       0...1 1739686us : blk_mq_make_request: 
make rq -1
[    6.269862]  systemd-1       0.... 1739847us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.273093]  systemd-1       0.... 1739855us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.276383]  systemd-1       0...1 1740210us : blk_mq_make_request: 
make rq -1
[    6.279647]  systemd-1       0...1 1740929us : blk_mq_free_request: 
complete: rq -1
[    6.282867]  systemd-1       0.... 1740942us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.286083]  systemd-1       0.... 1740948us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.289350] kworker/-98      0...1 1742188us : blk_mq_free_request: 
complete: rq -1
[    6.292597]  systemd-1       0...1 1742303us : blk_mq_make_request: 
make rq -1
[    6.295803]  systemd-1       0.... 1742419us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.299008]  systemd-1       0.... 1742427us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.302276] kworker/-98      0...1 1743108us : blk_mq_free_request: 
complete: rq -1
[    6.305529]  systemd-1       0...1 1743478us : blk_mq_make_request: 
make rq -1
[    6.308738]  systemd-1       0.... 1743730us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.311950]  systemd-1       0.... 1743738us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.315219] kworker/-98      0...1 1745618us : blk_mq_free_request: 
complete: rq -1
[    6.318464]  systemd-1       0...1 1746228us : blk_mq_make_request: 
make rq -1
[    6.321665]  systemd-1       0.... 1746389us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.324868]  systemd-1       0.... 1746397us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.328135] kworker/-98      0...1 1747420us : blk_mq_free_request: 
complete: rq -1
[    6.331387]  systemd-1       0...1 1747539us : blk_mq_make_request: 
make rq -1
[    6.334595]  systemd-1       0.... 1747653us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.337803]  systemd-1       0.... 1747662us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.341069] kworker/-98      0...1 1748369us : blk_mq_free_request: 
complete: rq -1
[    6.344314]  systemd-1       0...1 1748757us : blk_mq_make_request: 
make rq -1
[    6.347516]  systemd-1       0.... 1748954us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.350719]  systemd-1       0.... 1748962us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.353983] kworker/-98      0...1 1750373us : blk_mq_free_request: 
complete: rq -1
[    6.357234]  systemd-1       0...1 1750926us : blk_mq_make_request: 
make rq -1
[    6.360443]  systemd-1       0.... 1751088us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.363644]  systemd-1       0.... 1751096us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.366910] kworker/-98      0...1 1752433us : blk_mq_free_request: 
complete: rq -1
[    6.370162]  systemd-1       0...1 1752549us : blk_mq_make_request: 
make rq -1
[    6.373371]  systemd-1       0.... 1752665us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.376578]  systemd-1       0.... 1752673us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.379846] kworker/-98      0...1 1753360us : blk_mq_free_request: 
complete: rq -1
[    6.383095]  systemd-1       0...1 1753667us : blk_mq_make_request: 
make rq -1
[    6.386297]  systemd-1       0.... 1753786us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.389506]  systemd-1       0.... 1753794us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.392763] kworker/-98      0...1 1754489us : blk_mq_free_request: 
complete: rq -1
[    6.396016]  systemd-1       0...1 1755012us : blk_mq_make_request: 
make rq -1
[    6.399216]  systemd-1       0.... 1755172us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.402416]  systemd-1       0.... 1755180us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.405677] kworker/-98      0...1 1756414us : blk_mq_free_request: 
complete: rq -1
[    6.408921]  systemd-1       0...1 1756541us : blk_mq_make_request: 
make rq -1
[    6.412121]  systemd-1       0.... 1756668us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.415323]  systemd-1       0.... 1756676us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.418575] kworker/-98      0...1 1757376us : blk_mq_free_request: 
complete: rq -1
[    6.421813]  systemd-1       0...1 1757809us : blk_mq_make_request: 
make rq -1
[    6.425009]  systemd-1       0.... 1758241us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.428207]  systemd-1       0.... 1758251us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.431463] kworker/-98      0...1 1760807us : blk_mq_free_request: 
complete: rq -1
[    6.434709]  systemd-1       0...1 1761105us : blk_mq_make_request: 
make rq -1
[    6.437913]  systemd-1       0.... 1761203us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.441138]  systemd-1       0.... 1761209us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.444418] kworker/-98      0...1 1762152us : blk_mq_free_request: 
complete: rq -1
[    6.447679]  systemd-1       0...1 1762560us : blk_mq_make_request: 
make rq -1
[    6.450897]  systemd-1       0.... 1762659us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.454109]  systemd-1       0.... 1762664us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.457387] kworker/-98      0...1 1763857us : blk_mq_free_request: 
complete: rq -1
[    6.460647]  systemd-1       0...1 1763935us : blk_mq_make_request: 
make rq -1
[    6.463864]  systemd-1       0.... 1764013us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.467083]  systemd-1       0.... 1764018us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.470361] kworker/-98      0...1 1764784us : blk_mq_free_request: 
complete: rq -1
[    6.473625]  systemd-1       0...1 1765060us : blk_mq_make_request: 
make rq -1
[    6.476845]  systemd-1       0.... 1765298us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.480058]  systemd-1       0.... 1765303us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    6.483341] kworker/-98      0...1 1768394us : blk_mq_free_request: 
complete: rq -1
[    6.486603]  systemd-1       0...1 1768615us : blk_mq_make_request: 
make rq -1
[    6.489818]  systemd-1       0.... 1768688us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.493028]  systemd-1       0...1 1768722us : blk_mq_make_request: 
make rq -1
[    6.496248]  systemd-1       0...1 1769396us : blk_mq_free_request: 
complete: rq -1
[    6.499430]  systemd-1       0.... 1769403us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.502571]  systemd-1       0...1 1769438us : blk_mq_make_request: 
make rq -1
[    6.505715]  systemd-1       0...1 1769899us : blk_mq_free_request: 
complete: rq -1
[    6.508862]  systemd-1       0.... 1769906us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.511979]  systemd-1       0...1 1769939us : blk_mq_make_request: 
make rq -1
[    6.515052]  systemd-1       0...1 1770506us : blk_mq_free_request: 
complete: rq -1
[    6.518127]  systemd-1       0.... 1770513us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.521199]  systemd-1       0...1 1770546us : blk_mq_make_request: 
make rq -1
[    6.524245]  systemd-1       0...1 1771114us : blk_mq_free_request: 
complete: rq -1
[    6.527243]  systemd-1       0.... 1771121us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.530240]  systemd-1       0...1 1771155us : blk_mq_make_request: 
make rq -1
[    6.533236]  systemd-1       0...1 1771721us : blk_mq_free_request: 
complete: rq -1
[    6.536192]  systemd-1       0.... 1771728us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.539109]  systemd-1       0...1 1771775us : blk_mq_make_request: 
make rq -1
[    6.542029]  systemd-1       0...1 1772329us : blk_mq_free_request: 
complete: rq -1
[    6.544946]  systemd-1       0.... 1772336us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.547835]  systemd-1       0...1 1772368us : blk_mq_make_request: 
make rq -1
[    6.550687]  systemd-1       0...1 1772934us : blk_mq_free_request: 
complete: rq -1
[    6.553534]  systemd-1       0.... 1772941us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.556377]  systemd-1       0...1 1772975us : blk_mq_make_request: 
make rq -1
[    6.559197]  systemd-1       0...1 1773545us : blk_mq_free_request: 
complete: rq -1
[    6.561969]  systemd-1       0.... 1773552us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.564740]  systemd-1       0...1 1773585us : blk_mq_make_request: 
make rq -1
[    6.567513]  systemd-1       0...1 1774175us : blk_mq_free_request: 
complete: rq -1
[    6.570254]  systemd-1       0.... 1774182us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.572958]  systemd-1       0...1 1774215us : blk_mq_make_request: 
make rq -1
[    6.575663]  systemd-1       0...1 1774804us : blk_mq_free_request: 
complete: rq -1
[    6.578357]  systemd-1       0.... 1774811us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.581022]  systemd-1       0...1 1774844us : blk_mq_make_request: 
make rq -1
[    6.583658]  systemd-1       0...1 1775440us : blk_mq_free_request: 
complete: rq -1
[    6.586284]  systemd-1       0.... 1775447us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.588905]  systemd-1       0...1 1775480us : blk_mq_make_request: 
make rq -1
[    6.591500]  systemd-1       0...1 1776045us : blk_mq_free_request: 
complete: rq -1
[    6.594054]  systemd-1       0.... 1776052us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.596608]  systemd-1       0...1 1776084us : blk_mq_make_request: 
make rq -1
[    6.599158]  systemd-1       0...1 1776654us : blk_mq_free_request: 
complete: rq -1
[    6.601674]  systemd-1       0.... 1776661us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.604152]  systemd-1       0...1 1776693us : blk_mq_make_request: 
make rq -1
[    6.606631]  systemd-1       0...1 1777260us : blk_mq_free_request: 
complete: rq -1
[    6.609104]  systemd-1       0.... 1777267us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.611548]  systemd-1       0...1 1777301us : blk_mq_make_request: 
make rq -1
[    6.613953]  systemd-1       0...1 1777870us : blk_mq_free_request: 
complete: rq -1
[    6.616353]  systemd-1       0.... 1777877us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.618748]  systemd-1       0...1 1777910us : blk_mq_make_request: 
make rq -1
[    6.621121]  systemd-1       0...1 1779136us : blk_mq_free_request: 
complete: rq -1
[    6.623449]  systemd-1       0.... 1779148us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.625769]  systemd-1       0...1 1779209us : blk_mq_make_request: 
make rq -1
[    6.628097]  systemd-1       0...1 1779794us : blk_mq_free_request: 
complete: rq -1
[    6.630416]  systemd-1       0.... 1779805us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.632736]  systemd-1       0...1 1779861us : blk_mq_make_request: 
make rq -1
[    6.635057]  systemd-1       0...1 1780451us : blk_mq_free_request: 
complete: rq -1
[    6.637378]  systemd-1       0.... 1780462us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.639707]  systemd-1       0...1 1780517us : blk_mq_make_request: 
make rq -1
[    6.642026]  systemd-1       0...1 1781111us : blk_mq_free_request: 
complete: rq -1
[    6.644348]  systemd-1       0.... 1781122us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.646674]  systemd-1       0...1 1781178us : blk_mq_make_request: 
make rq -1
[    6.648989]  systemd-1       0...1 1781752us : blk_mq_free_request: 
complete: rq -1
[    6.651309]  systemd-1       0.... 1781763us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.653632]  systemd-1       0...1 1781840us : blk_mq_make_request: 
make rq -1
[    6.655954]  systemd-1       0...1 1782386us : blk_mq_free_request: 
complete: rq -1
[    6.658274]  systemd-1       0.... 1782398us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.660600]  systemd-1       0...1 1782453us : blk_mq_make_request: 
make rq -1
[    6.662929]  systemd-1       0...1 1783021us : blk_mq_free_request: 
complete: rq -1
[    6.665249]  systemd-1       0.... 1783033us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.667579]  systemd-1       0...1 1783087us : blk_mq_make_request: 
make rq -1
[    6.669900]  systemd-1       0...1 1783658us : blk_mq_free_request: 
complete: rq -1
[    6.672222]  systemd-1       0.... 1783669us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.674551]  systemd-1       0...1 1783724us : blk_mq_make_request: 
make rq -1
[    6.676877]  systemd-1       0...1 1784313us : blk_mq_free_request: 
complete: rq -1
[    6.679197]  systemd-1       0.... 1784325us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.681528]  systemd-1       0...1 1784380us : blk_mq_make_request: 
make rq -1
[    6.683856]  systemd-1       0...1 1784974us : blk_mq_free_request: 
complete: rq -1
[    6.686176]  systemd-1       0.... 1784986us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.688507]  systemd-1       0...1 1785040us : blk_mq_make_request: 
make rq -1
[    6.690833]  systemd-1       0...1 1785629us : blk_mq_free_request: 
complete: rq -1
[    6.693157]  systemd-1       0.... 1785641us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.695493]  systemd-1       0...1 1785695us : blk_mq_make_request: 
make rq -1
[    6.697821]  systemd-1       0...1 1786290us : blk_mq_free_request: 
complete: rq -1
[    6.700141]  systemd-1       0.... 1786301us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.702474]  systemd-1       0...1 1786355us : blk_mq_make_request: 
make rq -1
[    6.704801]  systemd-1       0...1 1786925us : blk_mq_free_request: 
complete: rq -1
[    6.707126]  systemd-1       0.... 1786937us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.709457]  systemd-1       0...1 1786991us : blk_mq_make_request: 
make rq -1
[    6.711784]  systemd-1       0...1 1787557us : blk_mq_free_request: 
complete: rq -1
[    6.714109]  systemd-1       0.... 1787569us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.716444]  systemd-1       0...1 1787624us : blk_mq_make_request: 
make rq -1
[    6.718776]  systemd-1       0...1 1788384us : blk_mq_free_request: 
complete: rq -1
[    6.721102]  systemd-1       0.... 1788396us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.723437]  systemd-1       0...1 1788454us : blk_mq_make_request: 
make rq -1
[    6.725770]  systemd-1       0...1 1789021us : blk_mq_free_request: 
complete: rq -1
[    6.728099]  systemd-1       0.... 1789033us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.730438]  systemd-1       0...1 1789058us : blk_mq_make_request: 
make rq -1
[    6.732776]  systemd-1       0...1 1789675us : blk_mq_free_request: 
complete: rq -1
[    6.735108]  systemd-1       0.... 1789686us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.737446] kworker/-98      0...1 1790321us : blk_mq_free_request: 
complete: rq -1
[    6.739808]  systemd-1       0...1 1790470us : blk_mq_make_request: 
make rq -1
[    6.742164]  systemd-1       0.... 1790581us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.744531] kworker/-98      0...1 1791265us : blk_mq_free_request: 
complete: rq -1
[    6.746917]  systemd-1       0...1 1791450us : blk_mq_make_request: 
make rq -1
[    6.749296]  systemd-1       0.... 1791559us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.751685]  systemd-1       0...1 1791615us : blk_mq_make_request: 
make rq -1
[    6.754078]  systemd-1       0...1 1792232us : blk_mq_free_request: 
complete: rq -1
[    6.756465]  systemd-1       0.... 1792244us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.758860]  systemd-1       0...1 1792320us : blk_mq_make_request: 
make rq -1
[    6.761250]  systemd-1       0...1 1792868us : blk_mq_free_request: 
complete: rq -1
[    6.763637]  systemd-1       0.... 1792880us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.766033]  systemd-1       0...1 1792934us : blk_mq_make_request: 
make rq -1
[    6.768425]  systemd-1       0...1 1793508us : blk_mq_free_request: 
complete: rq -1
[    6.770810]  systemd-1       0.... 1793520us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.773207]  systemd-1       0...1 1793574us : blk_mq_make_request: 
make rq -1
[    6.775601]  systemd-1       0...1 1794167us : blk_mq_free_request: 
complete: rq -1
[    6.777977]  systemd-1       0.... 1794179us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.780370]  systemd-1       0...1 1794234us : blk_mq_make_request: 
make rq -1
[    6.782759]  systemd-1       0...1 1794828us : blk_mq_free_request: 
complete: rq -1
[    6.785143]  systemd-1       0.... 1794840us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.787543]  systemd-1       0...1 1794895us : blk_mq_make_request: 
make rq -1
[    6.789935]  systemd-1       0...1 1795489us : blk_mq_free_request: 
complete: rq -1
[    6.792316]  systemd-1       0.... 1795501us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.794710]  systemd-1       0...1 1795555us : blk_mq_make_request: 
make rq -1
[    6.797099]  systemd-1       0...1 1796159us : blk_mq_free_request: 
complete: rq -1
[    6.799484]  systemd-1       0.... 1796171us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.801874]  systemd-1       0...1 1796226us : blk_mq_make_request: 
make rq -1
[    6.804271]  systemd-1       0...1 1796794us : blk_mq_free_request: 
complete: rq -1
[    6.806658]  systemd-1       0.... 1796806us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.809055]  systemd-1       0...1 1796860us : blk_mq_make_request: 
make rq -1
[    6.811447]  systemd-1       0...1 1797433us : blk_mq_free_request: 
complete: rq -1
[    6.813836]  systemd-1       0.... 1797444us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.816231]  systemd-1       0...1 1797498us : blk_mq_make_request: 
make rq -1
[    6.818626]  systemd-1       0...1 1798068us : blk_mq_free_request: 
complete: rq -1
[    6.821011]  systemd-1       0.... 1798079us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.823404]  systemd-1       0...1 1798204us : blk_mq_make_request: 
make rq -1
[    6.825798]  systemd-1       0...1 1799287us : blk_mq_free_request: 
complete: rq -1
[    6.828187]  systemd-1       0.... 1799296us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.830585]  systemd-1       0...1 1799340us : blk_mq_make_request: 
make rq -1
[    6.832979]  systemd-1       0...1 1799927us : blk_mq_free_request: 
complete: rq -1
[    6.835369]  systemd-1       0.... 1799936us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.837765]  systemd-1       0...1 1799978us : blk_mq_make_request: 
make rq -1
[    6.840152]  systemd-1       0...1 1800590us : blk_mq_free_request: 
complete: rq -1
[    6.842541]  systemd-1       0.... 1800599us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.844931]  systemd-1       0...1 1800640us : blk_mq_make_request: 
make rq -1
[    6.847323]  systemd-1       0...1 1801236us : blk_mq_free_request: 
complete: rq -1
[    6.849705]  systemd-1       0.... 1801245us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.852095]  systemd-1       0...1 1801285us : blk_mq_make_request: 
make rq -1
[    6.854490]  systemd-1       0...1 1801887us : blk_mq_free_request: 
complete: rq -1
[    6.856854]  systemd-1       0.... 1801895us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.859215]  systemd-1       0...1 1801936us : blk_mq_make_request: 
make rq -1
[    6.861572]  systemd-1       0...1 1802508us : blk_mq_free_request: 
complete: rq -1
[    6.863909]  systemd-1       0.... 1802517us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.866244]  systemd-1       0...1 1802575us : blk_mq_make_request: 
make rq -1
[    6.868576]  systemd-1       0...1 1803129us : blk_mq_free_request: 
complete: rq -1
[    6.870905]  systemd-1       0.... 1803138us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.873241]  systemd-1       0...1 1803195us : blk_mq_make_request: 
make rq -1
[    6.875574]  systemd-1       0...1 1803755us : blk_mq_free_request: 
complete: rq -1
[    6.877902]  systemd-1       0.... 1803763us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.880238]  systemd-1       0...1 1803804us : blk_mq_make_request: 
make rq -1
[    6.882572]  systemd-1       0...1 1804379us : blk_mq_free_request: 
complete: rq -1
[    6.884901]  systemd-1       0.... 1804388us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.887240]  systemd-1       0...1 1804429us : blk_mq_make_request: 
make rq -1
[    6.889570]  systemd-1       0...1 1805026us : blk_mq_free_request: 
complete: rq -1
[    6.891896]  systemd-1       0.... 1805035us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.894234]  systemd-1       0...1 1805076us : blk_mq_make_request: 
make rq -1
[    6.896567]  systemd-1       0...1 1805672us : blk_mq_free_request: 
complete: rq -1
[    6.898892]  systemd-1       0.... 1805680us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.901226]  systemd-1       0...1 1805721us : blk_mq_make_request: 
make rq -1
[    6.903555]  systemd-1       0...1 1806318us : blk_mq_free_request: 
complete: rq -1
[    6.905889]  systemd-1       0.... 1806326us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.908223]  systemd-1       0...1 1806368us : blk_mq_make_request: 
make rq -1
[    6.910557]  systemd-1       0...1 1806968us : blk_mq_free_request: 
complete: rq -1
[    6.912885]  systemd-1       0.... 1806977us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.915219]  systemd-1       0...1 1807033us : blk_mq_make_request: 
make rq -1
[    6.917552]  systemd-1       0...1 1807591us : blk_mq_free_request: 
complete: rq -1
[    6.919876]  systemd-1       0.... 1807600us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.922215]  systemd-1       0...1 1807642us : blk_mq_make_request: 
make rq -1
[    6.924551]  systemd-1       0...1 1808270us : blk_mq_free_request: 
complete: rq -1
[    6.926878]  systemd-1       0.... 1808280us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.929215]  systemd-1       0...1 1808322us : blk_mq_make_request: 
make rq -1
[    6.931548]  systemd-1       0...1 1808891us : blk_mq_free_request: 
complete: rq -1
[    6.933876]  systemd-1       0.... 1808899us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.936208]  systemd-1       0...1 1808941us : blk_mq_make_request: 
make rq -1
[    6.938541]  systemd-1       0...1 1809515us : blk_mq_free_request: 
complete: rq -1
[    6.940870]  systemd-1       0.... 1809524us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.943206]  systemd-1       0...1 1809565us : blk_mq_make_request: 
make rq -1
[    6.945538]  systemd-1       0...1 1810167us : blk_mq_free_request: 
complete: rq -1
[    6.947867]  systemd-1       0.... 1810176us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.950206]  systemd-1       0...1 1810217us : blk_mq_make_request: 
make rq -1
[    6.952542]  systemd-1       0...1 1810812us : blk_mq_free_request: 
complete: rq -1
[    6.954868]  systemd-1       0.... 1810821us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.957204]  systemd-1       0...1 1810862us : blk_mq_make_request: 
make rq -1
[    6.959540]  systemd-1       0...1 1811458us : blk_mq_free_request: 
complete: rq -1
[    6.961869]  systemd-1       0.... 1811467us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.964210]  systemd-1       0...1 1811509us : blk_mq_make_request: 
make rq -1
[    6.966548]  systemd-1       0...1 1812110us : blk_mq_free_request: 
complete: rq -1
[    6.968883]  systemd-1       0.... 1812119us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.971215]  systemd-1       0...1 1812138us : blk_mq_make_request: 
make rq -1
[    6.973555]  systemd-1       0...1 1812730us : blk_mq_free_request: 
complete: rq -1
[    6.975886]  systemd-1       0.... 1812738us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.978225] kworker/-98      0...1 1813236us : blk_mq_free_request: 
complete: rq -1
[    6.980581]  systemd-1       0...1 1813358us : blk_mq_make_request: 
make rq -1
[    6.982938]  systemd-1       0.... 1813442us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.985305] kworker/-98      0...1 1814099us : blk_mq_free_request: 
complete: rq -1
[    6.987692]  systemd-1       0...1 1814259us : blk_mq_make_request: 
make rq -1
[    6.990071]  systemd-1       0.... 1814343us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.992465] kworker/-98      0...1 1815107us : blk_mq_free_request: 
complete: rq -1
[    6.994875]  systemd-1       0...1 1815252us : blk_mq_make_request: 
make rq -1
[    6.997281]  systemd-1       0.... 1815336us : mmc_mq_queue_rq: queue 
rq -1, 0
[    6.999694] kworker/-98      0...1 1815970us : blk_mq_free_request: 
complete: rq -1
[    7.002127]  systemd-1       0...1 1816049us : blk_mq_make_request: 
make rq -1
[    7.004565]  systemd-1       0.... 1816130us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.007019] kworker/-98      0...1 1816765us : blk_mq_free_request: 
complete: rq -1
[    7.009485]  systemd-1       0...1 1816945us : blk_mq_make_request: 
make rq -1
[    7.011949]  systemd-1       0.... 1817030us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.014419]  systemd-1       0...1 1817072us : blk_mq_make_request: 
make rq -1
[    7.016894]  systemd-1       0...1 1817699us : blk_mq_free_request: 
complete: rq -1
[    7.019350]  systemd-1       0.... 1817709us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.021815]  systemd-1       0...1 1817751us : blk_mq_make_request: 
make rq -1
[    7.024283]  systemd-1       0...1 1818341us : blk_mq_free_request: 
complete: rq -1
[    7.026746]  systemd-1       0.... 1818350us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.029215]  systemd-1       0...1 1818393us : blk_mq_make_request: 
make rq -1
[    7.031686]  systemd-1       0...1 1818985us : blk_mq_free_request: 
complete: rq -1
[    7.034148]  systemd-1       0.... 1818994us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.036622]  systemd-1       0...1 1819035us : blk_mq_make_request: 
make rq -1
[    7.039094]  systemd-1       0...1 1819641us : blk_mq_free_request: 
complete: rq -1
[    7.041558]  systemd-1       0.... 1819650us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.044032]  systemd-1       0...1 1819691us : blk_mq_make_request: 
make rq -1
[    7.046502]  systemd-1       0...1 1820260us : blk_mq_free_request: 
complete: rq -1
[    7.048962]  systemd-1       0.... 1820269us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.051423]  systemd-1       0...1 1820310us : blk_mq_make_request: 
make rq -1
[    7.053893]  systemd-1       0...1 1820879us : blk_mq_free_request: 
complete: rq -1
[    7.056357]  systemd-1       0.... 1820888us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.058824]  systemd-1       0...1 1820928us : blk_mq_make_request: 
make rq -1
[    7.061289]  systemd-1       0...1 1821504us : blk_mq_free_request: 
complete: rq -1
[    7.063753]  systemd-1       0.... 1821513us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.066224]  systemd-1       0...1 1821554us : blk_mq_make_request: 
make rq -1
[    7.068684]  systemd-1       0...1 1822147us : blk_mq_free_request: 
complete: rq -1
[    7.071144]  systemd-1       0.... 1822156us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.073610]  systemd-1       0...1 1822196us : blk_mq_make_request: 
make rq -1
[    7.076072]  systemd-1       0...1 1822793us : blk_mq_free_request: 
complete: rq -1
[    7.078523]  systemd-1       0.... 1822801us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.080989]  systemd-1       0...1 1822859us : blk_mq_make_request: 
make rq -1
[    7.083448]  systemd-1       0...1 1823435us : blk_mq_free_request: 
complete: rq -1
[    7.085906]  systemd-1       0.... 1823444us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.088371]  systemd-1       0...1 1823484us : blk_mq_make_request: 
make rq -1
[    7.090833]  systemd-1       0...1 1824082us : blk_mq_free_request: 
complete: rq -1
[    7.093288]  systemd-1       0.... 1824091us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.095757]  systemd-1       0...1 1824132us : blk_mq_make_request: 
make rq -1
[    7.098222]  systemd-1       0...1 1824707us : blk_mq_free_request: 
complete: rq -1
[    7.100660]  systemd-1       0.... 1824716us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.103098]  systemd-1       0...1 1824757us : blk_mq_make_request: 
make rq -1
[    7.105538]  systemd-1       0...1 1825327us : blk_mq_free_request: 
complete: rq -1
[    7.107947]  systemd-1       0.... 1825336us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.110352]  systemd-1       0...1 1825377us : blk_mq_make_request: 
make rq -1
[    7.112762]  systemd-1       0...1 1825947us : blk_mq_free_request: 
complete: rq -1
[    7.115147]  systemd-1       0.... 1825956us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.117527]  systemd-1       0...1 1825997us : blk_mq_make_request: 
make rq -1
[    7.119907]  systemd-1       0...1 1826570us : blk_mq_free_request: 
complete: rq -1
[    7.122266]  systemd-1       0.... 1826579us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.124613]  systemd-1       0...1 1826620us : blk_mq_make_request: 
make rq -1
[    7.126964]  systemd-1       0...1 1827215us : blk_mq_free_request: 
complete: rq -1
[    7.129289]  systemd-1       0.... 1827223us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.131615]  systemd-1       0...1 1827264us : blk_mq_make_request: 
make rq -1
[    7.133940]  systemd-1       0...1 1827858us : blk_mq_free_request: 
complete: rq -1
[    7.136260]  systemd-1       0.... 1827867us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.138588]  systemd-1       0...1 1827908us : blk_mq_make_request: 
make rq -1
[    7.140912]  systemd-1       0...1 1828505us : blk_mq_free_request: 
complete: rq -1
[    7.143230]  systemd-1       0.... 1828515us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.145559]  systemd-1       0...1 1828557us : blk_mq_make_request: 
make rq -1
[    7.147879]  systemd-1       0...1 1829151us : blk_mq_free_request: 
complete: rq -1
[    7.150195]  systemd-1       0.... 1829161us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.152521]  systemd-1       0...1 1829201us : blk_mq_make_request: 
make rq -1
[    7.154839]  systemd-1       0...1 1829769us : blk_mq_free_request: 
complete: rq -1
[    7.157155]  systemd-1       0.... 1829778us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.159479]  systemd-1       0...1 1829818us : blk_mq_make_request: 
make rq -1
[    7.161799]  systemd-1       0...1 1830388us : blk_mq_free_request: 
complete: rq -1
[    7.164106]  systemd-1       0.... 1830397us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.166427]  systemd-1       0...1 1830441us : blk_mq_make_request: 
make rq -1
[    7.168745]  systemd-1       0...1 1831010us : blk_mq_free_request: 
complete: rq -1
[    7.171063]  systemd-1       0.... 1831019us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.173384]  systemd-1       0...1 1831060us : blk_mq_make_request: 
make rq -1
[    7.175703]  systemd-1       0...1 1831653us : blk_mq_free_request: 
complete: rq -1
[    7.178019]  systemd-1       0.... 1831662us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.180334]  systemd-1       0...1 1831702us : blk_mq_make_request: 
make rq -1
[    7.182655]  systemd-1       0...1 1832298us : blk_mq_free_request: 
complete: rq -1
[    7.184972]  systemd-1       0.... 1832307us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.187301]  systemd-1       0...1 1832363us : blk_mq_make_request: 
make rq -1
[    7.189619]  systemd-1       0...1 1832943us : blk_mq_free_request: 
complete: rq -1
[    7.191934]  systemd-1       0.... 1832951us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.194263]  systemd-1       0...1 1832992us : blk_mq_make_request: 
make rq -1
[    7.196577]  systemd-1       0...1 1833587us : blk_mq_free_request: 
complete: rq -1
[    7.198896]  systemd-1       0.... 1833596us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.201223]  systemd-1       0...1 1833636us : blk_mq_make_request: 
make rq -1
[    7.203548]  systemd-1       0...1 1834208us : blk_mq_free_request: 
complete: rq -1
[    7.205872]  systemd-1       0.... 1834217us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.208199]  systemd-1       0...1 1834257us : blk_mq_make_request: 
make rq -1
[    7.210523]  systemd-1       0...1 1834825us : blk_mq_free_request: 
complete: rq -1
[    7.212839]  systemd-1       0.... 1834834us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.215162]  systemd-1       0...1 1834874us : blk_mq_make_request: 
make rq -1
[    7.217483]  systemd-1       0...1 1835460us : blk_mq_free_request: 
complete: rq -1
[    7.219799]  systemd-1       0.... 1835469us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.222124]  systemd-1       0...1 1835509us : blk_mq_make_request: 
make rq -1
[    7.224444]  systemd-1       0...1 1836081us : blk_mq_free_request: 
complete: rq -1
[    7.226758]  systemd-1       0.... 1836090us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.229081]  systemd-1       0...1 1836109us : blk_mq_make_request: 
make rq -1
[    7.231407]  systemd-1       0...1 1836724us : blk_mq_free_request: 
complete: rq -1
[    7.233728]  systemd-1       0.... 1836733us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.236059] kworker/-98      0...1 1837337us : blk_mq_free_request: 
complete: rq -1
[    7.238408]  systemd-1       0...1 1837446us : blk_mq_make_request: 
make rq -1
[    7.240749]  systemd-1       0.... 1837529us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.243110] kworker/-98      0...1 1838220us : blk_mq_free_request: 
complete: rq -1
[    7.245487]  systemd-1       0...1 1838409us : blk_mq_make_request: 
make rq -1
[    7.247860]  systemd-1       0.... 1838532us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.250245]  systemd-1       0.... 1838539us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.252685] kworker/-98      0...1 1839607us : blk_mq_free_request: 
complete: rq -1
[    7.255129]  systemd-1       0...1 1840294us : blk_mq_make_request: 
make rq -1
[    7.257581]  systemd-1       0.... 1840412us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.260031]  systemd-1       0.... 1840420us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.262545] kworker/-98      0...1 1841046us : blk_mq_free_request: 
complete: rq -1
[    7.265081]  systemd-1       0...1 1841759us : blk_mq_make_request: 
make rq -1
[    7.267605]  systemd-1       0.... 1841926us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.270128]  systemd-1       0.... 1841934us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.272729] kworker/-98      0...1 1842962us : blk_mq_free_request: 
complete: rq -1
[    7.275335]  systemd-1       0...1 1843081us : blk_mq_make_request: 
make rq -1
[    7.277932]  systemd-1       0.... 1843196us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.280542]  systemd-1       0.... 1843204us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.283214] kworker/-98      0...1 1844091us : blk_mq_free_request: 
complete: rq -1
[    7.285892]  systemd-1       0...1 1844514us : blk_mq_make_request: 
make rq -1
[    7.288569]  systemd-1       0.... 1844869us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.291243]  systemd-1       0.... 1844877us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.293987] kworker/-98      0...1 1847657us : blk_mq_free_request: 
complete: rq -1
[    7.296746]  systemd-1       0...1 1848238us : blk_mq_make_request: 
make rq -1
[    7.299499]  systemd-1       0.... 1848713us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.302255]  systemd-1       0.... 1848721us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.305077]  systemd-1       0...1 1849013us : blk_mq_make_request: 
make rq -1
[    7.307889]  systemd-1       0...1 1852677us : blk_mq_free_request: 
complete: rq -1
[    7.310698]  systemd-1       0.... 1852689us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.313519]  systemd-1       0.... 1852696us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.316395] kworker/-98      0...1 1853556us : blk_mq_free_request: 
complete: rq -1
[    7.319279]  systemd-1       0...1 1853680us : blk_mq_make_request: 
make rq -1
[    7.322168]  systemd-1       0.... 1853794us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.325049]  systemd-1       0.... 1853802us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.327990] kworker/-98      0...1 1854466us : blk_mq_free_request: 
complete: rq -1
[    7.330958]  systemd-1       0...1 1854892us : blk_mq_make_request: 
make rq -1
[    7.333916]  systemd-1       0.... 1855242us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.336875]  systemd-1       0.... 1855250us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.339910] kworker/-98      0...1 1858063us : blk_mq_free_request: 
complete: rq -1
[    7.342940]  systemd-1       0...1 1858462us : blk_mq_make_request: 
make rq -1
[    7.345972]  systemd-1       0.... 1858622us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.349011]  systemd-1       0.... 1858631us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.352106]  systemd-1       0...1 1858848us : blk_mq_make_request: 
make rq -1
[    7.355200]  systemd-1       0...1 1859655us : blk_mq_free_request: 
complete: rq -1
[    7.358299]  systemd-1       0.... 1859667us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.361393] kworker/-98      0...1 1860286us : blk_mq_free_request: 
complete: rq -1
[    7.364508]  systemd-1       0...1 1861059us : blk_mq_make_request: 
make rq -1
[    7.367632]  systemd-1       0.... 1861182us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.370748]  systemd-1       0.... 1861188us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.373907] kworker/-98      0...1 1862386us : blk_mq_free_request: 
complete: rq -1
[    7.377071]  systemd-1       0...1 1862474us : blk_mq_make_request: 
make rq -1
[    7.380233]  systemd-1       0.... 1862562us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.383377]  systemd-1       0.... 1862568us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.386574] kworker/-98      0...1 1863215us : blk_mq_free_request: 
complete: rq -1
[    7.389771]  systemd-1       0...1 1863531us : blk_mq_make_request: 
make rq -1
[    7.392949]  systemd-1       0.... 1863751us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.396086]  systemd-1       0.... 1863757us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.399284] kworker/-98      0...1 1866043us : blk_mq_free_request: 
complete: rq -1
[    7.402485]  systemd-1       0...1 1866467us : blk_mq_make_request: 
make rq -1
[    7.405650]  systemd-1       0.... 1866588us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.408795]  systemd-1       0.... 1866594us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.411990] kworker/-98      0...1 1867612us : blk_mq_free_request: 
complete: rq -1
[    7.415198]  systemd-1       0...1 1867702us : blk_mq_make_request: 
make rq -1
[    7.418368]  systemd-1       0.... 1867791us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.421505]  systemd-1       0.... 1867797us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.424704] kworker/-98      0...1 1868650us : blk_mq_free_request: 
complete: rq -1
[    7.427909]  systemd-1       0...1 1868744us : blk_mq_make_request: 
make rq -1
[    7.431075]  systemd-1       0.... 1868831us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.434205]  systemd-1       0.... 1868837us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.437398] kworker/-98      0...1 1869473us : blk_mq_free_request: 
complete: rq -1
[    7.440604]  systemd-1       0...1 1869797us : blk_mq_make_request: 
make rq -1
[    7.443777]  systemd-1       0.... 1870013us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.446913]  systemd-1       0.... 1870019us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.450102]  systemd-1       0...1 1870105us : blk_mq_make_request: 
make rq -1
[    7.453288]  systemd-1       0...1 1872305us : blk_mq_free_request: 
complete: rq -1
[    7.456438]  systemd-1       0.... 1872315us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.459561]  systemd-1       0.... 1872320us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.462749]  systemd-1       0...1 1872709us : blk_mq_make_request: 
make rq -1
[    7.465921]  systemd-1       0...1 1873745us : blk_mq_free_request: 
complete: rq -1
[    7.469067]  systemd-1       0.... 1873754us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.472178]  systemd-1       0.... 1873759us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.475343] kworker/-98      0...1 1874653us : blk_mq_free_request: 
complete: rq -1
[    7.478510]  systemd-1       0...1 1874743us : blk_mq_make_request: 
make rq -1
[    7.481643]  systemd-1       0.... 1874837us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.484740]  systemd-1       0.... 1874843us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.487903] kworker/-98      0...1 1875450us : blk_mq_free_request: 
complete: rq -1
[    7.491073]  systemd-1       0...1 1875781us : blk_mq_make_request: 
make rq -1
[    7.494213]  systemd-1       0.... 1876045us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.497319]  systemd-1       0.... 1876051us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.500483] kworker/-98      0...1 1878744us : blk_mq_free_request: 
complete: rq -1
[    7.503652]  systemd-1       0...1 1879080us : blk_mq_make_request: 
make rq -1
[    7.506797]  systemd-1       0.... 1879192us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.509917]  systemd-1       0.... 1879198us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.513100] kworker/-98      0...1 1880407us : blk_mq_free_request: 
complete: rq -1
[    7.516292]  systemd-1       0...1 1880993us : blk_mq_make_request: 
make rq -1
[    7.519458]  systemd-1       0.... 1881120us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.522628]  systemd-1       0.... 1881126us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.525857] kworker/-98      0...1 1882427us : blk_mq_free_request: 
complete: rq -1
[    7.529070]  systemd-1       0...1 1882515us : blk_mq_make_request: 
make rq -1
[    7.532243]  systemd-1       0.... 1882604us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.535413]  systemd-1       0.... 1882609us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.538640] kworker/-98      0...1 1883247us : blk_mq_free_request: 
complete: rq -1
[    7.541856]  systemd-1       0...1 1883498us : blk_mq_make_request: 
make rq -1
[    7.545021]  systemd-1       0.... 1883589us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.548186]  systemd-1       0.... 1883595us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.551410] kworker/-98      0...1 1884228us : blk_mq_free_request: 
complete: rq -1
[    7.554630]  systemd-1       0...1 1884592us : blk_mq_make_request: 
make rq -1
[    7.557801]  systemd-1       0.... 1884714us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.560973]  systemd-1       0.... 1884721us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.564205] kworker/-98      0...1 1885813us : blk_mq_free_request: 
complete: rq -1
[    7.567425]  systemd-1       0...1 1886338us : blk_mq_make_request: 
make rq -1
[    7.570590]  systemd-1       0.... 1886462us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.573768]  systemd-1       0.... 1886469us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.576996] kworker/-98      0...1 1887694us : blk_mq_free_request: 
complete: rq -1
[    7.580212]  systemd-1       0...1 1888283us : blk_mq_make_request: 
make rq -1
[    7.583389]  systemd-1       0.... 1888407us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.586560]  systemd-1       0.... 1888414us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.589791] kworker/-98      0...1 1889613us : blk_mq_free_request: 
complete: rq -1
[    7.593013]  systemd-1       0...1 1889711us : blk_mq_make_request: 
make rq -1
[    7.596191]  systemd-1       0.... 1889808us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.599374]  systemd-1       0.... 1889814us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.602614] kworker/-98      0...1 1890559us : blk_mq_free_request: 
complete: rq -1
[    7.605842]  systemd-1       0...1 1890947us : blk_mq_make_request: 
make rq -1
[    7.609035]  systemd-1       0.... 1891232us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.612235]  systemd-1       0.... 1891238us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.615497] kworker/-98      0...1 1894209us : blk_mq_free_request: 
complete: rq -1
[    7.618742]  systemd-1       0...1 1894557us : blk_mq_make_request: 
make rq -1
[    7.621954]  systemd-1       0.... 1894933us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.625180]  systemd-1       0.... 1894939us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.628464] kworker/-98      0...1 1898955us : blk_mq_free_request: 
complete: rq -1
[    7.631729]  systemd-1       0...1 1899158us : blk_mq_make_request: 
make rq -1
[    7.634945]  systemd-1       0.... 1899242us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.638170] kworker/-98      0...1 1900112us : blk_mq_free_request: 
complete: rq -1
[    7.641417]  systemd-1       0...1 1900302us : blk_mq_make_request: 
make rq -1
[    7.644627]  systemd-1       0.... 1900424us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.647809]  systemd-1       0.... 1900430us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.651042] kworker/-98      0...1 1901496us : blk_mq_free_request: 
complete: rq -1
[    7.654288]  systemd-1       0...1 1901604us : blk_mq_make_request: 
make rq -1
[    7.657505]  systemd-1       0.... 1901693us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.660675]  systemd-1       0.... 1901699us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.663902] kworker/-98      0...1 1902302us : blk_mq_free_request: 
complete: rq -1
[    7.667150]  systemd-1       0...1 1902572us : blk_mq_make_request: 
make rq -1
[    7.670358]  systemd-1       0.... 1902673us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.673535]  systemd-1       0.... 1902679us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.676769] kworker/-98      0...1 1903529us : blk_mq_free_request: 
complete: rq -1
[    7.680002]  systemd-1       0...1 1903918us : blk_mq_make_request: 
make rq -1
[    7.683206]  systemd-1       0.... 1904054us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.686380]  systemd-1       0.... 1904060us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.689609] kworker/-98      0...1 1905125us : blk_mq_free_request: 
complete: rq -1
[    7.692853]  systemd-1       0...1 1905215us : blk_mq_make_request: 
make rq -1
[    7.696058]  systemd-1       0.... 1905302us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.699235]  systemd-1       0.... 1905307us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.702461] kworker/-98      0...1 1905909us : blk_mq_free_request: 
complete: rq -1
[    7.705700]  systemd-1       0...1 1906165us : blk_mq_make_request: 
make rq -1
[    7.708914]  systemd-1       0.... 1906273us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.712080]  systemd-1       0.... 1906279us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.715318] kworker/-98      0...1 1907149us : blk_mq_free_request: 
complete: rq -1
[    7.718559]  systemd-1       0...1 1907527us : blk_mq_make_request: 
make rq -1
[    7.721760]  systemd-1       0.... 1907651us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.724931]  systemd-1       0.... 1907657us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.728161] kworker/-98      0...1 1908860us : blk_mq_free_request: 
complete: rq -1
[    7.731402]  systemd-1       0...1 1908949us : blk_mq_make_request: 
make rq -1
[    7.734610]  systemd-1       0.... 1909038us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.737784]  systemd-1       0.... 1909044us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.741013] kworker/-98      0...1 1909655us : blk_mq_free_request: 
complete: rq -1
[    7.744246]  systemd-1       0...1 1909939us : blk_mq_make_request: 
make rq -1
[    7.747452]  systemd-1       0.... 1910115us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.750627]  systemd-1       0.... 1910121us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.753859] kworker/-98      0...1 1911773us : blk_mq_free_request: 
complete: rq -1
[    7.757104]  systemd-1       0...1 1912290us : blk_mq_make_request: 
make rq -1
[    7.760318]  systemd-1       0.... 1912414us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.763491]  systemd-1       0.... 1912420us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.766727] kworker/-98      0...1 1913622us : blk_mq_free_request: 
complete: rq -1
[    7.769960]  systemd-1       0...1 1913710us : blk_mq_make_request: 
make rq -1
[    7.773171]  systemd-1       0.... 1913797us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.776340]  systemd-1       0.... 1913803us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.779569] kworker/-98      0...1 1914438us : blk_mq_free_request: 
complete: rq -1
[    7.782811]  systemd-1       0...1 1914758us : blk_mq_make_request: 
make rq -1
[    7.786026]  systemd-1       0.... 1914987us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.789203]  systemd-1       0.... 1914993us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.792437] kworker/-98      0...1 1917422us : blk_mq_free_request: 
complete: rq -1
[    7.795676]  systemd-1       0...1 1917873us : blk_mq_make_request: 
make rq -1
[    7.798897]  systemd-1       0.... 1917996us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.802114]  systemd-1       0.... 1918002us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.805399] kworker/-98      0...1 1919189us : blk_mq_free_request: 
complete: rq -1
[    7.808665]  systemd-1       0...1 1919280us : blk_mq_make_request: 
make rq -1
[    7.811887]  systemd-1       0.... 1919368us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.815113]  systemd-1       0.... 1919374us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.818398] kworker/-98      0...1 1919927us : blk_mq_free_request: 
complete: rq -1
[    7.821666]  systemd-1       0...1 1920260us : blk_mq_make_request: 
make rq -1
[    7.824898]  systemd-1       0.... 1920527us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.828127]  systemd-1       0.... 1920533us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.831421] kworker/-98      0...1 1923151us : blk_mq_free_request: 
complete: rq -1
[    7.834690]  systemd-1       0...1 1923583us : blk_mq_make_request: 
make rq -1
[    7.837924]  systemd-1       0.... 1923959us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.841158]  systemd-1       0.... 1923965us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.844454] kworker/-98      0...1 1927983us : blk_mq_free_request: 
complete: rq -1
[    7.847722]  systemd-1       0...1 1929413us : blk_mq_make_request: 
make rq -1
[    7.850953]  systemd-1       0.... 1929851us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.854185]  systemd-1       0.... 1929857us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.857476] kworker/-98      0...1 1934359us : blk_mq_free_request: 
complete: rq -1
[    7.860752]  systemd-1       0...1 1934807us : blk_mq_make_request: 
make rq -1
[    7.863980]  systemd-1       0.... 1935239us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.867208]  systemd-1       0.... 1935245us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.870492]  systemd-1       0...1 1935430us : blk_mq_make_request: 
make rq -1
[    7.873753]  systemd-1       0...1 1939812us : blk_mq_free_request: 
complete: rq -1
[    7.876975]  systemd-1       0.... 1939822us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.880190]  systemd-1       0.... 1939827us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.883455]  systemd-1       0...1 1940010us : blk_mq_make_request: 
make rq -1
[    7.886701]  systemd-1       0...1 1941468us : blk_mq_free_request: 
complete: rq -1
[    7.889905]  systemd-1       0.... 1941477us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.893096]  systemd-1       0.... 1941482us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.896353]  systemd-1       0...1 1942708us : blk_mq_make_request: 
make rq -1
[    7.899570]  systemd-1       0...1 1944635us : blk_mq_free_request: 
complete: rq -1
[    7.902750]  systemd-1       0.... 1944645us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.905921]  systemd-1       0.... 1944650us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.909156] kworker/-98      0...1 1945154us : blk_mq_free_request: 
complete: rq -1
[    7.912370]  systemd-1       0...1 1945528us : blk_mq_make_request: 
make rq -1
[    7.915546]  systemd-1       0.... 1945857us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.918718]  systemd-1       0.... 1945863us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.921941]  systemd-1       0...1 1946909us : blk_mq_make_request: 
make rq -1
[    7.925143]  systemd-1       0...1 1949481us : blk_mq_free_request: 
complete: rq -1
[    7.928300]  systemd-1       0.... 1949492us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.931458]  systemd-1       0.... 1949496us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.934671] kworker/-98      0...1 1953250us : blk_mq_free_request: 
complete: rq -1
[    7.937863]  systemd-1       0...1 1953687us : blk_mq_make_request: 
make rq -1
[    7.941016]  systemd-1       0.... 1954123us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.944165]  systemd-1       0.... 1954130us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.947381]  systemd-1       0...1 1954969us : blk_mq_make_request: 
make rq -1
[    7.950563]  systemd-1       0...1 1958746us : blk_mq_free_request: 
complete: rq -1
[    7.953695]  systemd-1       0.... 1958756us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.956829]  systemd-1       0.... 1958760us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.960020]  systemd-1       0...1 1960931us : blk_mq_make_request: 
make rq -1
[    7.963183]  systemd-1       0...1 1962337us : blk_mq_free_request: 
complete: rq -1
[    7.966297]  systemd-1       0.... 1962347us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.969402]  systemd-1       0.... 1962352us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.972568] kworker/-98      0...1 1965902us : blk_mq_free_request: 
complete: rq -1
[    7.975717]  systemd-1       0...1 1966288us : blk_mq_make_request: 
make rq -1
[    7.978826]  systemd-1       0.... 1966422us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.981929]  systemd-1       0.... 1966428us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.985089]  systemd-1       0...1 1966697us : blk_mq_make_request: 
make rq -1
[    7.988225]  systemd-1       0...1 1967645us : blk_mq_free_request: 
complete: rq -1
[    7.991315]  systemd-1       0.... 1967655us : mmc_mq_queue_rq: queue 
rq -1, 0
[    7.994404]  systemd-1       0.... 1967660us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    7.997548] kworker/-98      0...1 1969612us : blk_mq_free_request: 
complete: rq -1
[    8.000671]  systemd-1       0...1 1970356us : blk_mq_make_request: 
make rq -1
[    8.003761]  systemd-1       0.... 1970800us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.006850]  systemd-1       0.... 1970806us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.009996] kworker/-98      0...1 1975448us : blk_mq_free_request: 
complete: rq -1
[    8.013127]  systemd-1       0...1 1977857us : blk_mq_make_request: 
make rq -1
[    8.016221]  systemd-1       0.... 1978325us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.019305]  systemd-1       0.... 1978332us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.022453] kworker/-98      0...1 1982581us : blk_mq_free_request: 
complete: rq -1
[    8.025590]  systemd-1       0...1 1983864us : blk_mq_make_request: 
make rq -1
[    8.028696]  systemd-1       0.... 1984316us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.031815]  systemd-1       0.... 1984323us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.034989]  systemd-1       0.n.1 1988078us : blk_mq_make_request: 
make rq -1
[    8.038126] kworker/-98      0...1 1990264us : blk_mq_free_request: 
complete: rq -1
[    8.041246]  systemd-1       1.... 1990445us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.044399]  systemd-1       1.... 1990466us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.047605] kworker/-98      0...1 1995198us : blk_mq_free_request: 
complete: rq -1
[    8.050788]  systemd-1       1...1 1995662us : blk_mq_make_request: 
make rq -1
[    8.053953]  systemd-1       1.... 1996002us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.057119]  systemd-1       1.... 1996007us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.060350]   <idle>-0       1dnh1 2000449us : blk_mq_free_request: 
complete: rq -1
[    8.063565]  systemd-1       1...1 2001010us : blk_mq_make_request: 
make rq -1
[    8.066745]  systemd-1       1.... 2001245us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.069923]  systemd-1       1.... 2001250us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.073158]   <idle>-0       1dnh1 2004301us : blk_mq_free_request: 
complete: rq -1
[    8.076378]  systemd-1       1...1 2004530us : blk_mq_make_request: 
make rq -1
[    8.079561]  systemd-1       1.... 2004804us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.082762]  systemd-1       1.... 2004809us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.086021]   <idle>-0       1dnh1 2008565us : blk_mq_free_request: 
complete: rq -1
[    8.089260]  systemd-1       1...1 2009566us : blk_mq_make_request: 
make rq -1
[    8.092451]  systemd-1       1.... 2009662us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.095651]  systemd-1       1...1 2009719us : blk_mq_make_request: 
make rq -1
[    8.098840]  systemd-1       1...1 2010558us : blk_mq_free_request: 
complete: rq -1
[    8.102000]  systemd-1       1.... 2010570us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.105138]  systemd-1       1...1 2010627us : blk_mq_make_request: 
make rq -1
[    8.108287]  systemd-1       1...1 2011203us : blk_mq_free_request: 
complete: rq -1
[    8.111429]  systemd-1       1.... 2011215us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.114546]  systemd-1       1...1 2011270us : blk_mq_make_request: 
make rq -1
[    8.117634]  systemd-1       1...1 2011853us : blk_mq_free_request: 
complete: rq -1
[    8.120722]  systemd-1       1.... 2011865us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.123810]  systemd-1       1...1 2011919us : blk_mq_make_request: 
make rq -1
[    8.126874]  systemd-1       1...1 2012479us : blk_mq_free_request: 
complete: rq -1
[    8.129894]  systemd-1       1.... 2012491us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.132906]  systemd-1       1...1 2012545us : blk_mq_make_request: 
make rq -1
[    8.135923]  systemd-1       1...1 2013104us : blk_mq_free_request: 
complete: rq -1
[    8.138913]  systemd-1       1.... 2013115us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.141874]  systemd-1       1...1 2013170us : blk_mq_make_request: 
make rq -1
[    8.144839]  systemd-1       1...1 2013730us : blk_mq_free_request: 
complete: rq -1
[    8.147799]  systemd-1       1.... 2013741us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.150729]  systemd-1       1...1 2013796us : blk_mq_make_request: 
make rq -1
[    8.153624]  systemd-1       1...1 2014355us : blk_mq_free_request: 
complete: rq -1
[    8.156507]  systemd-1       1.... 2014366us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.159386]  systemd-1       1...1 2014420us : blk_mq_make_request: 
make rq -1
[    8.162237]  systemd-1       1...1 2015001us : blk_mq_free_request: 
complete: rq -1
[    8.165054]  systemd-1       1.... 2015012us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.167863]  systemd-1       1...1 2015066us : blk_mq_make_request: 
make rq -1
[    8.170666]  systemd-1       1...1 2015652us : blk_mq_free_request: 
complete: rq -1
[    8.173438]  systemd-1       1.... 2015663us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.176176]  systemd-1       1...1 2015718us : blk_mq_make_request: 
make rq -1
[    8.178906]  systemd-1       1...1 2016299us : blk_mq_free_request: 
complete: rq -1
[    8.181633]  systemd-1       1.... 2016310us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.184336]  systemd-1       1...1 2016365us : blk_mq_make_request: 
make rq -1
[    8.187011]  systemd-1       1...1 2016948us : blk_mq_free_request: 
complete: rq -1
[    8.189675]  systemd-1       1.... 2016959us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.192309]  systemd-1       1...1 2017014us : blk_mq_make_request: 
make rq -1
[    8.194926]  systemd-1       1...1 2017573us : blk_mq_free_request: 
complete: rq -1
[    8.197502]  systemd-1       1.... 2017584us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.200062]  systemd-1       1...1 2017638us : blk_mq_make_request: 
make rq -1
[    8.202633]  systemd-1       1...1 2018267us : blk_mq_free_request: 
complete: rq -1
[    8.205168]  systemd-1       1.... 2018280us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.207659]  systemd-1       1...1 2018358us : blk_mq_make_request: 
make rq -1
[    8.210151]  systemd-1       1...1 2018896us : blk_mq_free_request: 
complete: rq -1
[    8.212637]  systemd-1       1.... 2018908us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.215098]  systemd-1       1...1 2018963us : blk_mq_make_request: 
make rq -1
[    8.217517]  systemd-1       1...1 2019523us : blk_mq_free_request: 
complete: rq -1
[    8.219931]  systemd-1       1.... 2019535us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.222338]  systemd-1       1...1 2019589us : blk_mq_make_request: 
make rq -1
[    8.224722]  systemd-1       1...1 2020168us : blk_mq_free_request: 
complete: rq -1
[    8.227059]  systemd-1       1.... 2020180us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.229395]  systemd-1       1...1 2020234us : blk_mq_make_request: 
make rq -1
[    8.231728]  systemd-1       1...1 2020820us : blk_mq_free_request: 
complete: rq -1
[    8.234064]  systemd-1       1.... 2020831us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.236401]  systemd-1       1...1 2020886us : blk_mq_make_request: 
make rq -1
[    8.238738]  systemd-1       1...1 2021466us : blk_mq_free_request: 
complete: rq -1
[    8.241063]  systemd-1       1.... 2021478us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.243403]  systemd-1       1...1 2021532us : blk_mq_make_request: 
make rq -1
[    8.245736]  systemd-1       1...1 2022119us : blk_mq_free_request: 
complete: rq -1
[    8.248065]  systemd-1       1.... 2022130us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.250407]  systemd-1       1...1 2022184us : blk_mq_make_request: 
make rq -1
[    8.252743]  systemd-1       1...1 2022740us : blk_mq_free_request: 
complete: rq -1
[    8.255072]  systemd-1       1.... 2022751us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.257411]  systemd-1       1...1 2022805us : blk_mq_make_request: 
make rq -1
[    8.259752]  systemd-1       1...1 2023379us : blk_mq_free_request: 
complete: rq -1
[    8.262078]  systemd-1       1.... 2023390us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.264415]  systemd-1       1...1 2023444us : blk_mq_make_request: 
make rq -1
[    8.266754]  systemd-1       1...1 2024005us : blk_mq_free_request: 
complete: rq -1
[    8.269089]  systemd-1       1.... 2024017us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.271432]  systemd-1       1...1 2024071us : blk_mq_make_request: 
make rq -1
[    8.273774]  systemd-1       1...1 2024631us : blk_mq_free_request: 
complete: rq -1
[    8.276112]  systemd-1       1.... 2024643us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.278459]  systemd-1       1...1 2024697us : blk_mq_make_request: 
make rq -1
[    8.280797]  systemd-1       1...1 2025281us : blk_mq_free_request: 
complete: rq -1
[    8.283138]  systemd-1       1.... 2025292us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.285485]  systemd-1       1...1 2025346us : blk_mq_make_request: 
make rq -1
[    8.287827]  systemd-1       1...1 2025928us : blk_mq_free_request: 
complete: rq -1
[    8.290167]  systemd-1       1.... 2025940us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.292513]  systemd-1       1...1 2025994us : blk_mq_make_request: 
make rq -1
[    8.294854]  systemd-1       1...1 2026575us : blk_mq_free_request: 
complete: rq -1
[    8.297186]  systemd-1       1.... 2026586us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.299531]  systemd-1       1...1 2026641us : blk_mq_make_request: 
make rq -1
[    8.301867]  systemd-1       1...1 2027227us : blk_mq_free_request: 
complete: rq -1
[    8.304207]  systemd-1       1.... 2027238us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.306552]  systemd-1       1...1 2027292us : blk_mq_make_request: 
make rq -1
[    8.308895]  systemd-1       1...1 2027852us : blk_mq_free_request: 
complete: rq -1
[    8.311230]  systemd-1       1.... 2027863us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.313569]  systemd-1       1...1 2027940us : blk_mq_make_request: 
make rq -1
[    8.315909]  systemd-1       1...1 2028478us : blk_mq_free_request: 
complete: rq -1
[    8.318237]  systemd-1       1.... 2028491us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.320582]  systemd-1       1...1 2028547us : blk_mq_make_request: 
make rq -1
[    8.322920]  systemd-1       1...1 2029690us : blk_mq_free_request: 
complete: rq -1
[    8.325255]  systemd-1       1.... 2029699us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.327596]  systemd-1       1...1 2029743us : blk_mq_make_request: 
make rq -1
[    8.329937]  systemd-1       1...1 2030300us : blk_mq_free_request: 
complete: rq -1
[    8.332271]  systemd-1       1.... 2030309us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.334617]  systemd-1       1...1 2030328us : blk_mq_make_request: 
make rq -1
[    8.336957]  systemd-1       1...1 2030930us : blk_mq_free_request: 
complete: rq -1
[    8.339283]  systemd-1       1.... 2030938us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.341624]   <idle>-0       1dnh1 2031568us : blk_mq_free_request: 
complete: rq -1
[    8.343986]  systemd-1       1...1 2031684us : blk_mq_make_request: 
make rq -1
[    8.346340]  systemd-1       1.... 2031751us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.348708]   <idle>-0       1dnh1 2032652us : blk_mq_free_request: 
complete: rq -1
[    8.351093]  systemd-1       1...1 2032946us : blk_mq_make_request: 
make rq -1
[    8.353485]  systemd-1       1.... 2033206us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.355883]  systemd-1       1.... 2033212us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.358337]   <idle>-0       1dnh1 2036030us : blk_mq_free_request: 
complete: rq -1
[    8.360805]  systemd-1       1...1 2036231us : blk_mq_make_request: 
make rq -1
[    8.363275]  systemd-1       1.... 2036296us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.365741]  systemd-1       1...1 2036338us : blk_mq_make_request: 
make rq -1
[    8.368210]  systemd-1       1...1 2037151us : blk_mq_free_request: 
complete: rq -1
[    8.370690]  systemd-1       1.... 2037160us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.373154]  systemd-1       1...1 2037202us : blk_mq_make_request: 
make rq -1
[    8.375621]  systemd-1       1...1 2037654us : blk_mq_free_request: 
complete: rq -1
[    8.378096]  systemd-1       1.... 2037663us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.380561]  systemd-1       1...1 2037704us : blk_mq_make_request: 
make rq -1
[    8.383026]  systemd-1       1...1 2038288us : blk_mq_free_request: 
complete: rq -1
[    8.385501]  systemd-1       1.... 2038297us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.387957]  systemd-1       1...1 2038339us : blk_mq_make_request: 
make rq -1
[    8.390422]  systemd-1       1...1 2038890us : blk_mq_free_request: 
complete: rq -1
[    8.392899]  systemd-1       1.... 2038899us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.395369]  systemd-1       1...1 2038940us : blk_mq_make_request: 
make rq -1
[    8.397839]  systemd-1       1...1 2039490us : blk_mq_free_request: 
complete: rq -1
[    8.400307]  systemd-1       1.... 2039499us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.402774]  systemd-1       1...1 2039540us : blk_mq_make_request: 
make rq -1
[    8.405243]  systemd-1       1...1 2040088us : blk_mq_free_request: 
complete: rq -1
[    8.407714]  systemd-1       1.... 2040097us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.410179]  systemd-1       1...1 2040156us : blk_mq_make_request: 
make rq -1
[    8.412652]  systemd-1       1...1 2040695us : blk_mq_free_request: 
complete: rq -1
[    8.415127]  systemd-1       1.... 2040703us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.417599]  systemd-1       1...1 2040744us : blk_mq_make_request: 
make rq -1
[    8.420059]  systemd-1       1...1 2041317us : blk_mq_free_request: 
complete: rq -1
[    8.422530]  systemd-1       1.... 2041326us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.424998]  systemd-1       1...1 2041366us : blk_mq_make_request: 
make rq -1
[    8.427462]  systemd-1       1...1 2041944us : blk_mq_free_request: 
complete: rq -1
[    8.429938]  systemd-1       1.... 2041953us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.432401]  systemd-1       1...1 2041993us : blk_mq_make_request: 
make rq -1
[    8.434867]  systemd-1       1...1 2042567us : blk_mq_free_request: 
complete: rq -1
[    8.437337]  systemd-1       1.... 2042575us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.439804]  systemd-1       1...1 2042616us : blk_mq_make_request: 
make rq -1
[    8.442271]  systemd-1       1...1 2043204us : blk_mq_free_request: 
complete: rq -1
[    8.444746]  systemd-1       1.... 2043213us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.447208]  systemd-1       1...1 2043255us : blk_mq_make_request: 
make rq -1
[    8.449675]  systemd-1       1...1 2043805us : blk_mq_free_request: 
complete: rq -1
[    8.452137]  systemd-1       1.... 2043814us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.454600]  systemd-1       1...1 2043855us : blk_mq_make_request: 
make rq -1
[    8.457070]  systemd-1       1...1 2044406us : blk_mq_free_request: 
complete: rq -1
[    8.459542]  systemd-1       1.... 2044415us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.462008]  systemd-1       1...1 2044455us : blk_mq_make_request: 
make rq -1
[    8.464457]  systemd-1       1...1 2045008us : blk_mq_free_request: 
complete: rq -1
[    8.466891]  systemd-1       1.... 2045017us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.469322]  systemd-1       1...1 2045058us : blk_mq_make_request: 
make rq -1
[    8.471737]  systemd-1       1...1 2045612us : blk_mq_free_request: 
complete: rq -1
[    8.474146]  systemd-1       1.... 2045621us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.476546]  systemd-1       1...1 2045662us : blk_mq_make_request: 
make rq -1
[    8.478925]  systemd-1       1...1 2046238us : blk_mq_free_request: 
complete: rq -1
[    8.481260]  systemd-1       1.... 2046246us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.483587]  systemd-1       1...1 2046287us : blk_mq_make_request: 
make rq -1
[    8.485917]  systemd-1       1...1 2046862us : blk_mq_free_request: 
complete: rq -1
[    8.488239]  systemd-1       1.... 2046871us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.490571]  systemd-1       1...1 2046912us : blk_mq_make_request: 
make rq -1
[    8.492899]  systemd-1       1...1 2047485us : blk_mq_free_request: 
complete: rq -1
[    8.495219]  systemd-1       1.... 2047494us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.497553]  systemd-1       1...1 2047534us : blk_mq_make_request: 
make rq -1
[    8.499882]  systemd-1       1...1 2048196us : blk_mq_free_request: 
complete: rq -1
[    8.502200]  systemd-1       1.... 2048205us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.504534]  systemd-1       1...1 2048248us : blk_mq_make_request: 
make rq -1
[    8.506865]  systemd-1       1...1 2048737us : blk_mq_free_request: 
complete: rq -1
[    8.509188]  systemd-1       1.... 2048746us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.511517]  systemd-1       1...1 2048787us : blk_mq_make_request: 
make rq -1
[    8.513849]  systemd-1       1...1 2049960us : blk_mq_free_request: 
complete: rq -1
[    8.516171]  systemd-1       1.... 2049973us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.518503]  systemd-1       1...1 2050053us : blk_mq_make_request: 
make rq -1
[    8.520837]  systemd-1       1...1 2050579us : blk_mq_free_request: 
complete: rq -1
[    8.523164]  systemd-1       1.... 2050590us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.525498]  systemd-1       1...1 2050646us : blk_mq_make_request: 
make rq -1
[    8.527830]  systemd-1       1...1 2051204us : blk_mq_free_request: 
complete: rq -1
[    8.530155]  systemd-1       1.... 2051215us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.532487]  systemd-1       1...1 2051270us : blk_mq_make_request: 
make rq -1
[    8.534819]  systemd-1       1...1 2051722us : blk_mq_free_request: 
complete: rq -1
[    8.537146]  systemd-1       1.... 2051733us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.539479]  systemd-1       1...1 2051787us : blk_mq_make_request: 
make rq -1
[    8.541809]  systemd-1       1...1 2052369us : blk_mq_free_request: 
complete: rq -1
[    8.544136]  systemd-1       1.... 2052380us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.546475]  systemd-1       1...1 2052452us : blk_mq_make_request: 
make rq -1
[    8.548798]  systemd-1       1...1 2053021us : blk_mq_free_request: 
complete: rq -1
[    8.551127]  systemd-1       1.... 2053033us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.553468]  systemd-1       1...1 2053087us : blk_mq_make_request: 
make rq -1
[    8.555805]  systemd-1       1...1 2053667us : blk_mq_free_request: 
complete: rq -1
[    8.558132]  systemd-1       1.... 2053679us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.560467]  systemd-1       1...1 2053733us : blk_mq_make_request: 
make rq -1
[    8.562796]  systemd-1       1...1 2054288us : blk_mq_free_request: 
complete: rq -1
[    8.565118]  systemd-1       1.... 2054300us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.567457]  systemd-1       1...1 2054384us : blk_mq_make_request: 
make rq -1
[    8.569793]  systemd-1       1...1 2054907us : blk_mq_free_request: 
complete: rq -1
[    8.572123]  systemd-1       1.... 2054919us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.574462]  systemd-1       1...1 2054974us : blk_mq_make_request: 
make rq -1
[    8.576794]  systemd-1       1...1 2055528us : blk_mq_free_request: 
complete: rq -1
[    8.579128]  systemd-1       1.... 2055540us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.581467]  systemd-1       1...1 2055597us : blk_mq_make_request: 
make rq -1
[    8.583801]  systemd-1       1...1 2056149us : blk_mq_free_request: 
complete: rq -1
[    8.586136]  systemd-1       1.... 2056160us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.588477]  systemd-1       1...1 2056186us : blk_mq_make_request: 
make rq -1
[    8.590813]  systemd-1       1...1 2056793us : blk_mq_free_request: 
complete: rq -1
[    8.593151]  systemd-1       1.... 2056804us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.595498]   <idle>-0       1dnh1 2057448us : blk_mq_free_request: 
complete: rq -1
[    8.597866]  systemd-1       1...1 2057587us : blk_mq_make_request: 
make rq -1
[    8.600226]  systemd-1       1.... 2057676us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.602604]   <idle>-0       1dnh1 2058355us : blk_mq_free_request: 
complete: rq -1
[    8.605004]  systemd-1       1...1 2058730us : blk_mq_make_request: 
make rq -1
[    8.607393]  systemd-1       1.... 2058819us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.609799]   <idle>-0       1dnh1 2059730us : blk_mq_free_request: 
complete: rq -1
[    8.612225]  systemd-1       1...1 2060501us : blk_mq_make_request: 
make rq -1
[    8.614647]  systemd-1       1.... 2061069us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.617086]  systemd-1       1.... 2061076us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.619574]   <idle>-0       1dnh1 2065951us : blk_mq_free_request: 
complete: rq -1
[    8.622073]  systemd-1       1...1 2066424us : blk_mq_make_request: 
make rq -1
[    8.624588]  systemd-1       1.... 2066885us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.627096]  systemd-1       1.... 2066893us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.629668]   <idle>-0       1dnh1 2071143us : blk_mq_free_request: 
complete: rq -1
[    8.632257]  systemd-1       1...1 2071591us : blk_mq_make_request: 
make rq -1
[    8.634838]  systemd-1       1.... 2072006us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.637418]  systemd-1       1.... 2072014us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.640074]   <idle>-0       1dnh1 2075643us : blk_mq_free_request: 
complete: rq -1
[    8.642738]  systemd-1       1...1 2075952us : blk_mq_make_request: 
make rq -1
[    8.645389]  systemd-1       1.... 2076221us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.648058]  systemd-1       1.... 2076228us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.650780]   <idle>-0       1dnh1 2078862us : blk_mq_free_request: 
complete: rq -1
[    8.653517]  systemd-1       1...1 2079266us : blk_mq_make_request: 
make rq -1
[    8.656264]  systemd-1       1.... 2079818us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.659000]  systemd-1       1.... 2079826us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.661803]   <idle>-0       1dnh1 2084834us : blk_mq_free_request: 
complete: rq -1
[    8.664631]  systemd-1       1...1 2085309us : blk_mq_make_request: 
make rq -1
[    8.667452]  systemd-1       1.... 2085860us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.670272]  systemd-1       1.... 2085868us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.673152]  systemd-1       1...1 2086265us : blk_mq_make_request: 
make rq -1
[    8.676026]  systemd-1       1...1 2090688us : blk_mq_free_request: 
complete: rq -1
[    8.678896]  systemd-1       1.... 2090701us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.681776]  systemd-1       1.... 2090707us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.684712]   <idle>-0       1dnh1 2093035us : blk_mq_free_request: 
complete: rq -1
[    8.687657]  systemd-1       1...1 2093455us : blk_mq_make_request: 
make rq -1
[    8.690608]  systemd-1       1.... 2093998us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.693551]  systemd-1       1.... 2094006us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.696565]   <idle>-0       1dnh1 2098673us : blk_mq_free_request: 
complete: rq -1
[    8.699599]  systemd-1       1...1 2099172us : blk_mq_make_request: 
make rq -1
[    8.702625]  systemd-1       1.... 2099732us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.705656]  systemd-1       1.... 2099740us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.708746]   <idle>-0       1dnh1 2104533us : blk_mq_free_request: 
complete: rq -1
[    8.711853]  systemd-1       1...1 2106282us : blk_mq_make_request: 
make rq -1
[    8.714959]  systemd-1       1.... 2106413us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.718076]  systemd-1       1.... 2106421us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.721245]   <idle>-0       1dnh1 2107371us : blk_mq_free_request: 
complete: rq -1
[    8.724427]  systemd-1       1...1 2110065us : blk_mq_make_request: 
make rq -1
[    8.727616]  systemd-1       1.... 2110507us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.730795]  systemd-1       1.... 2110515us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.734021]  systemd-1       1...1 2110904us : blk_mq_make_request: 
make rq -1
[    8.737235]  systemd-1       1...1 2114768us : blk_mq_free_request: 
complete: rq -1
[    8.740436]  systemd-1       1.... 2114779us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.743624]  systemd-1       1.... 2114783us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    8.746874]   <idle>-0       1dnh1 2119158us : blk_mq_free_request: 
complete: rq -1
[    8.750129]  systemd-1       1...1 2120478us : blk_mq_make_request: 
make rq -1
[    8.753365]  systemd-1       1.... 2120557us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.756591]  systemd-1       1...1 2120602us : blk_mq_make_request: 
make rq -1
[    8.759819]  systemd-1       1...1 2121390us : blk_mq_free_request: 
complete: rq -1
[    8.763020]  systemd-1       1.... 2121400us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.766177]  systemd-1       1...1 2121462us : blk_mq_make_request: 
make rq -1
[    8.769325]  systemd-1       1...1 2121984us : blk_mq_free_request: 
complete: rq -1
[    8.772471]  systemd-1       1.... 2121994us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.775588]  systemd-1       1...1 2122035us : blk_mq_make_request: 
make rq -1
[    8.778672]  systemd-1       1...1 2122583us : blk_mq_free_request: 
complete: rq -1
[    8.781743]  systemd-1       1.... 2122592us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.784811]  systemd-1       1...1 2122633us : blk_mq_make_request: 
make rq -1
[    8.787856]  systemd-1       1...1 2123090us : blk_mq_free_request: 
complete: rq -1
[    8.790860]  systemd-1       1.... 2123098us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.793853]  systemd-1       1...1 2123140us : blk_mq_make_request: 
make rq -1
[    8.796846]  systemd-1       1...1 2123601us : blk_mq_free_request: 
complete: rq -1
[    8.799813]  systemd-1       1.... 2123609us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.802733]  systemd-1       1...1 2123650us : blk_mq_make_request: 
make rq -1
[    8.805652]  systemd-1       1...1 2124222us : blk_mq_free_request: 
complete: rq -1
[    8.808562]  systemd-1       1.... 2124231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.811445]  systemd-1       1...1 2124272us : blk_mq_make_request: 
make rq -1
[    8.814287]  systemd-1       1...1 2124849us : blk_mq_free_request: 
complete: rq -1
[    8.817116]  systemd-1       1.... 2124857us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.819944]  systemd-1       1...1 2124898us : blk_mq_make_request: 
make rq -1
[    8.822745]  systemd-1       1...1 2125357us : blk_mq_free_request: 
complete: rq -1
[    8.825523]  systemd-1       1.... 2125366us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.828304]  systemd-1       1...1 2125407us : blk_mq_make_request: 
make rq -1
[    8.831088]  systemd-1       1...1 2125872us : blk_mq_free_request: 
complete: rq -1
[    8.833843]  systemd-1       1.... 2125881us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.836557]  systemd-1       1...1 2125922us : blk_mq_make_request: 
make rq -1
[    8.839268]  systemd-1       1...1 2126471us : blk_mq_free_request: 
complete: rq -1
[    8.841966]  systemd-1       1.... 2126480us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.844639]  systemd-1       1...1 2126520us : blk_mq_make_request: 
make rq -1
[    8.847276]  systemd-1       1...1 2127072us : blk_mq_free_request: 
complete: rq -1
[    8.849905]  systemd-1       1.... 2127080us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.852529]  systemd-1       1...1 2127121us : blk_mq_make_request: 
make rq -1
[    8.855131]  systemd-1       1...1 2127697us : blk_mq_free_request: 
complete: rq -1
[    8.857688]  systemd-1       1.... 2127705us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.860236]  systemd-1       1...1 2127746us : blk_mq_make_request: 
make rq -1
[    8.862782]  systemd-1       1...1 2128329us : blk_mq_free_request: 
complete: rq -1
[    8.865299]  systemd-1       1.... 2128337us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.867777]  systemd-1       1...1 2128380us : blk_mq_make_request: 
make rq -1
[    8.870246]  systemd-1       1...1 2128953us : blk_mq_free_request: 
complete: rq -1
[    8.872714]  systemd-1       1.... 2128963us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.875151]  systemd-1       1...1 2129004us : blk_mq_make_request: 
make rq -1
[    8.877567]  systemd-1       1...1 2129578us : blk_mq_free_request: 
complete: rq -1
[    8.879989]  systemd-1       1.... 2129587us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.882400]  systemd-1       1...1 2129627us : blk_mq_make_request: 
make rq -1
[    8.884788]  systemd-1       1...1 2130175us : blk_mq_free_request: 
complete: rq -1
[    8.887131]  systemd-1       1.... 2130184us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.889469]  systemd-1       1...1 2130256us : blk_mq_make_request: 
make rq -1
[    8.891809]  systemd-1       1...1 2130778us : blk_mq_free_request: 
complete: rq -1
[    8.894143]  systemd-1       1.... 2130786us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.896485]  systemd-1       1...1 2130827us : blk_mq_make_request: 
make rq -1
[    8.898824]  systemd-1       1...1 2131375us : blk_mq_free_request: 
complete: rq -1
[    8.901158]  systemd-1       1.... 2131383us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.903503]  systemd-1       1...1 2131424us : blk_mq_make_request: 
make rq -1
[    8.905845]  systemd-1       1...1 2131884us : blk_mq_free_request: 
complete: rq -1
[    8.908176]  systemd-1       1.... 2131893us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.910517]  systemd-1       1...1 2131933us : blk_mq_make_request: 
make rq -1
[    8.912856]  systemd-1       1...1 2132506us : blk_mq_free_request: 
complete: rq -1
[    8.915191]  systemd-1       1.... 2132515us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.917535]  systemd-1       1...1 2132555us : blk_mq_make_request: 
make rq -1
[    8.919872]  systemd-1       1...1 2133131us : blk_mq_free_request: 
complete: rq -1
[    8.922204]  systemd-1       1.... 2133139us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.924546]  systemd-1       1...1 2133180us : blk_mq_make_request: 
make rq -1
[    8.926886]  systemd-1       1...1 2133750us : blk_mq_free_request: 
complete: rq -1
[    8.929218]  systemd-1       1.... 2133758us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.931552]  systemd-1       1...1 2133799us : blk_mq_make_request: 
make rq -1
[    8.933890]  systemd-1       1...1 2135014us : blk_mq_free_request: 
complete: rq -1
[    8.936221]  systemd-1       1.... 2135027us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.938557]  systemd-1       1...1 2135086us : blk_mq_make_request: 
make rq -1
[    8.940893]  systemd-1       1...1 2135631us : blk_mq_free_request: 
complete: rq -1
[    8.943226]  systemd-1       1.... 2135643us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.945562]  systemd-1       1...1 2135698us : blk_mq_make_request: 
make rq -1
[    8.947895]  systemd-1       1...1 2136249us : blk_mq_free_request: 
complete: rq -1
[    8.950229]  systemd-1       1.... 2136260us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.952568]  systemd-1       1...1 2136313us : blk_mq_make_request: 
make rq -1
[    8.954905]  systemd-1       1...1 2136866us : blk_mq_free_request: 
complete: rq -1
[    8.957235]  systemd-1       1.... 2136877us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.959572]  systemd-1       1...1 2136932us : blk_mq_make_request: 
make rq -1
[    8.961906]  systemd-1       1...1 2137488us : blk_mq_free_request: 
complete: rq -1
[    8.964240]  systemd-1       1.... 2137500us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.966582]  systemd-1       1...1 2137553us : blk_mq_make_request: 
make rq -1
[    8.968914]  systemd-1       1...1 2138197us : blk_mq_free_request: 
complete: rq -1
[    8.971243]  systemd-1       1.... 2138209us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.973585]  systemd-1       1...1 2138268us : blk_mq_make_request: 
make rq -1
[    8.975924]  systemd-1       1...1 2138802us : blk_mq_free_request: 
complete: rq -1
[    8.978252]  systemd-1       1.... 2138814us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.980591]  systemd-1       1...1 2138868us : blk_mq_make_request: 
make rq -1
[    8.982928]  systemd-1       1...1 2139449us : blk_mq_free_request: 
complete: rq -1
[    8.985258]  systemd-1       1.... 2139461us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.987591]  systemd-1       1...1 2139515us : blk_mq_make_request: 
make rq -1
[    8.989929]  systemd-1       1...1 2140093us : blk_mq_free_request: 
complete: rq -1
[    8.992260]  systemd-1       1.... 2140105us : mmc_mq_queue_rq: queue 
rq -1, 0
[    8.994604]  systemd-1       1...1 2140130us : blk_mq_make_request: 
make rq -1
[    8.996940]  systemd-1       1...1 2140709us : blk_mq_free_request: 
complete: rq -1
[    8.999271]  systemd-1       1.... 2140721us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.001607]   <idle>-0       1dnh1 2141248us : blk_mq_free_request: 
complete: rq -1
[    9.003975]  systemd-1       1...1 2141508us : blk_mq_make_request: 
make rq -1
[    9.006338]  systemd-1       1.... 2141596us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.008707]   <idle>-0       1dnh1 2142479us : blk_mq_free_request: 
complete: rq -1
[    9.011097]  systemd-1       1...1 2142909us : blk_mq_make_request: 
make rq -1
[    9.013486]  systemd-1       1.... 2142999us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.015875]   <idle>-0       1dnh1 2143908us : blk_mq_free_request: 
complete: rq -1
[    9.018295]  systemd-1       1...1 2144651us : blk_mq_make_request: 
make rq -1
[    9.020710]  systemd-1       1.... 2144758us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.023138]  systemd-1       1...1 2144815us : blk_mq_make_request: 
make rq -1
[    9.025563]  systemd-1       1...1 2145521us : blk_mq_free_request: 
complete: rq -1
[    9.027983]  systemd-1       1.... 2145533us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.030410]  systemd-1       1...1 2145589us : blk_mq_make_request: 
make rq -1
[    9.032832]  systemd-1       1...1 2146170us : blk_mq_free_request: 
complete: rq -1
[    9.035249]  systemd-1       1.... 2146182us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.037678]  systemd-1       1...1 2146237us : blk_mq_make_request: 
make rq -1
[    9.040104]  systemd-1       1...1 2146834us : blk_mq_free_request: 
complete: rq -1
[    9.042524]  systemd-1       1.... 2146846us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.044957]  systemd-1       1...1 2146901us : blk_mq_make_request: 
make rq -1
[    9.047387]  systemd-1       1...1 2147458us : blk_mq_free_request: 
complete: rq -1
[    9.049810]  systemd-1       1.... 2147470us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.052238]  systemd-1       1...1 2147524us : blk_mq_make_request: 
make rq -1
[    9.054670]  systemd-1       1...1 2148143us : blk_mq_free_request: 
complete: rq -1
[    9.057099]  systemd-1       1.... 2148156us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.059532]  systemd-1       1...1 2148217us : blk_mq_make_request: 
make rq -1
[    9.061966]  systemd-1       1...1 2148720us : blk_mq_free_request: 
complete: rq -1
[    9.064395]  systemd-1       1.... 2148732us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.066830]  systemd-1       1...1 2148787us : blk_mq_make_request: 
make rq -1
[    9.069261]  systemd-1       1...1 2149350us : blk_mq_free_request: 
complete: rq -1
[    9.071686]  systemd-1       1.... 2149361us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.074118]  systemd-1       1...1 2149416us : blk_mq_make_request: 
make rq -1
[    9.076551]  systemd-1       1...1 2150001us : blk_mq_free_request: 
complete: rq -1
[    9.078983]  systemd-1       1.... 2150012us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.081418]  systemd-1       1...1 2150067us : blk_mq_make_request: 
make rq -1
[    9.083846]  systemd-1       1...1 2150650us : blk_mq_free_request: 
complete: rq -1
[    9.086274]  systemd-1       1.... 2150662us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.088708]  systemd-1       1...1 2150716us : blk_mq_make_request: 
make rq -1
[    9.091133]  systemd-1       1...1 2151298us : blk_mq_free_request: 
complete: rq -1
[    9.093563]  systemd-1       1.... 2151309us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.095995]  systemd-1       1...1 2151386us : blk_mq_make_request: 
make rq -1
[    9.098427]  systemd-1       1...1 2151955us : blk_mq_free_request: 
complete: rq -1
[    9.100853]  systemd-1       1.... 2151967us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.103287]  systemd-1       1...1 2152023us : blk_mq_make_request: 
make rq -1
[    9.105723]  systemd-1       1...1 2152588us : blk_mq_free_request: 
complete: rq -1
[    9.108149]  systemd-1       1.... 2152599us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.110587]  systemd-1       1...1 2152653us : blk_mq_make_request: 
make rq -1
[    9.113020]  systemd-1       1...1 2153217us : blk_mq_free_request: 
complete: rq -1
[    9.115449]  systemd-1       1.... 2153231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.117886]  systemd-1       1...1 2153285us : blk_mq_make_request: 
make rq -1
[    9.120322]  systemd-1       1...1 2153840us : blk_mq_free_request: 
complete: rq -1
[    9.122727]  systemd-1       1.... 2153851us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.125121]  systemd-1       1...1 2153906us : blk_mq_make_request: 
make rq -1
[    9.127518]  systemd-1       1...1 2154466us : blk_mq_free_request: 
complete: rq -1
[    9.129896]  systemd-1       1.... 2154478us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.132262]  systemd-1       1...1 2154531us : blk_mq_make_request: 
make rq -1
[    9.134637]  systemd-1       1...1 2155706us : blk_mq_free_request: 
complete: rq -1
[    9.136983]  systemd-1       1.... 2155716us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.139327]  systemd-1       1...1 2155760us : blk_mq_make_request: 
make rq -1
[    9.141671]  systemd-1       1...1 2156338us : blk_mq_free_request: 
complete: rq -1
[    9.144007]  systemd-1       1.... 2156347us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.146355]  systemd-1       1...1 2156388us : blk_mq_make_request: 
make rq -1
[    9.148699]  systemd-1       1...1 2156966us : blk_mq_free_request: 
complete: rq -1
[    9.151033]  systemd-1       1.... 2156975us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.153375]  systemd-1       1...1 2157016us : blk_mq_make_request: 
make rq -1
[    9.155720]  systemd-1       1...1 2157599us : blk_mq_free_request: 
complete: rq -1
[    9.158055]  systemd-1       1.... 2157608us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.160398]  systemd-1       1...1 2157663us : blk_mq_make_request: 
make rq -1
[    9.162744]  systemd-1       1...1 2158222us : blk_mq_free_request: 
complete: rq -1
[    9.165085]  systemd-1       1.... 2158232us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.167434]  systemd-1       1...1 2158274us : blk_mq_make_request: 
make rq -1
[    9.169777]  systemd-1       1...1 2158829us : blk_mq_free_request: 
complete: rq -1
[    9.172118]  systemd-1       1.... 2158838us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.174465]  systemd-1       1...1 2158902us : blk_mq_make_request: 
make rq -1
[    9.176799]  systemd-1       1...1 2159439us : blk_mq_free_request: 
complete: rq -1
[    9.179135]  systemd-1       1.... 2159448us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.181485]  systemd-1       1...1 2159489us : blk_mq_make_request: 
make rq -1
[    9.183829]  systemd-1       1...1 2160047us : blk_mq_free_request: 
complete: rq -1
[    9.186166]  systemd-1       1.... 2160056us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.188510]  systemd-1       1...1 2160096us : blk_mq_make_request: 
make rq -1
[    9.190856]  systemd-1       1...1 2160687us : blk_mq_free_request: 
complete: rq -1
[    9.193194]  systemd-1       1.... 2160696us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.195537]  systemd-1       1...1 2160737us : blk_mq_make_request: 
make rq -1
[    9.197879]  systemd-1       1...1 2161344us : blk_mq_free_request: 
complete: rq -1
[    9.200216]  systemd-1       1.... 2161353us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.202565]  systemd-1       1...1 2161411us : blk_mq_make_request: 
make rq -1
[    9.204912]  systemd-1       1...1 2161974us : blk_mq_free_request: 
complete: rq -1
[    9.207249]  systemd-1       1.... 2161982us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.209590]  systemd-1       1...1 2162023us : blk_mq_make_request: 
make rq -1
[    9.211934]  systemd-1       1...1 2162609us : blk_mq_free_request: 
complete: rq -1
[    9.214276]  systemd-1       1.... 2162617us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.216624]  systemd-1       1...1 2162658us : blk_mq_make_request: 
make rq -1
[    9.218965]  systemd-1       1...1 2163213us : blk_mq_free_request: 
complete: rq -1
[    9.221301]  systemd-1       1.... 2163222us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.223646]  systemd-1       1...1 2163263us : blk_mq_make_request: 
make rq -1
[    9.225985]  systemd-1       1...1 2163818us : blk_mq_free_request: 
complete: rq -1
[    9.228322]  systemd-1       1.... 2163826us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.230663]  systemd-1       1...1 2163866us : blk_mq_make_request: 
make rq -1
[    9.232998]  systemd-1       1...1 2164429us : blk_mq_free_request: 
complete: rq -1
[    9.235329]  systemd-1       1.... 2164437us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.237670]  systemd-1       1...1 2164478us : blk_mq_make_request: 
make rq -1
[    9.240009]  systemd-1       1...1 2165037us : blk_mq_free_request: 
complete: rq -1
[    9.242347]  systemd-1       1.... 2165046us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.244692]  systemd-1       1...1 2165065us : blk_mq_make_request: 
make rq -1
[    9.247028]  systemd-1       1...1 2165668us : blk_mq_free_request: 
complete: rq -1
[    9.249362]  systemd-1       1.... 2165676us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.251701]   <idle>-0       1dnh1 2166304us : blk_mq_free_request: 
complete: rq -1
[    9.254068]  systemd-1       1...1 2166409us : blk_mq_make_request: 
make rq -1
[    9.256425]  systemd-1       1.... 2166485us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.258799]   <idle>-0       1dnh1 2167178us : blk_mq_free_request: 
complete: rq -1
[    9.261195]  systemd-1       1...1 2167409us : blk_mq_make_request: 
make rq -1
[    9.263588]  systemd-1       1.... 2167475us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.265993]   <idle>-0       1dnh1 2168351us : blk_mq_free_request: 
complete: rq -1
[    9.268411]  systemd-1       1...1 2168745us : blk_mq_make_request: 
make rq -1
[    9.270826]  systemd-1       1.... 2168821us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.273251]  systemd-1       1.... 2168826us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.275736]   <idle>-0       1dnh1 2169695us : blk_mq_free_request: 
complete: rq -1
[    9.278232]  systemd-1       1...1 2169906us : blk_mq_make_request: 
make rq -1
[    9.280730]  systemd-1       1.... 2169976us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.283229]  systemd-1       1.... 2169982us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.285790]   <idle>-0       1dnh1 2170846us : blk_mq_free_request: 
complete: rq -1
[    9.288375]  systemd-1       1...1 2171181us : blk_mq_make_request: 
make rq -1
[    9.290950]  systemd-1       1.... 2171253us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.293530]  systemd-1       1.... 2171259us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.296176]   <idle>-0       1dnh1 2171933us : blk_mq_free_request: 
complete: rq -1
[    9.298829]  systemd-1       1...1 2172087us : blk_mq_make_request: 
make rq -1
[    9.301477]  systemd-1       1.... 2172157us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.304136]  systemd-1       1.... 2172163us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.306851]   <idle>-0       1dnh1 2172849us : blk_mq_free_request: 
complete: rq -1
[    9.309578]  systemd-1       1...1 2173021us : blk_mq_make_request: 
make rq -1
[    9.312310]  systemd-1       1.... 2173091us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.315039]  systemd-1       1.... 2173097us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.317829]   <idle>-0       1dnh1 2173745us : blk_mq_free_request: 
complete: rq -1
[    9.320635]  systemd-1       1...1 2174019us : blk_mq_make_request: 
make rq -1
[    9.323434]  systemd-1       1.... 2174088us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.326228]  systemd-1       1.... 2174094us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.329103]   <idle>-0       1dnh1 2174782us : blk_mq_free_request: 
complete: rq -1
[    9.331972]  systemd-1       1...1 2174948us : blk_mq_make_request: 
make rq -1
[    9.334844]  systemd-1       1.... 2175030us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.337725]  systemd-1       1.... 2175036us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.340663]   <idle>-0       1dnh1 2175891us : blk_mq_free_request: 
complete: rq -1
[    9.343608]  systemd-1       1...1 2176652us : blk_mq_make_request: 
make rq -1
[    9.346567]  systemd-1       1.... 2176747us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.349524]  systemd-1       1.... 2176754us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.352540]   <idle>-0       1dnh1 2177448us : blk_mq_free_request: 
complete: rq -1
[    9.355576]  systemd-1       1...1 2177706us : blk_mq_make_request: 
make rq -1
[    9.358600]  systemd-1       1.... 2177798us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.361633]  systemd-1       1.... 2177806us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.364730]   <idle>-0       1dnh1 2178494us : blk_mq_free_request: 
complete: rq -1
[    9.367840]  systemd-1       1...1 2178821us : blk_mq_make_request: 
make rq -1
[    9.370943]  systemd-1       1.... 2178915us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.374059]  systemd-1       1.... 2178923us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.377231]   <idle>-0       1dnh1 2179828us : blk_mq_free_request: 
complete: rq -1
[    9.380413]  systemd-1       1...1 2180107us : blk_mq_make_request: 
make rq -1
[    9.383611]  systemd-1       1.... 2180199us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.386804]  systemd-1       1.... 2180206us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.390033]   <idle>-0       1dnh1 2181079us : blk_mq_free_request: 
complete: rq -1
[    9.393271]  systemd-1       1...1 2181328us : blk_mq_make_request: 
make rq -1
[    9.396501]  systemd-1       1.... 2181414us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.399715]  systemd-1       1...1 2181470us : blk_mq_make_request: 
make rq -1
[    9.402920]  systemd-1       1...1 2182320us : blk_mq_free_request: 
complete: rq -1
[    9.406132]  systemd-1       1.... 2182332us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.409321]  systemd-1       1...1 2182388us : blk_mq_make_request: 
make rq -1
[    9.412497]  systemd-1       1...1 2182984us : blk_mq_free_request: 
complete: rq -1
[    9.415667]  systemd-1       1.... 2182995us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.418814]  systemd-1       1...1 2183050us : blk_mq_make_request: 
make rq -1
[    9.421920]  systemd-1       1...1 2183656us : blk_mq_free_request: 
complete: rq -1
[    9.425024]  systemd-1       1.... 2183668us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.428125]  systemd-1       1...1 2183723us : blk_mq_make_request: 
make rq -1
[    9.431206]  systemd-1       1...1 2184296us : blk_mq_free_request: 
complete: rq -1
[    9.434236]  systemd-1       1.... 2184308us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.437265]  systemd-1       1...1 2184363us : blk_mq_make_request: 
make rq -1
[    9.440290]  systemd-1       1...1 2184936us : blk_mq_free_request: 
complete: rq -1
[    9.443285]  systemd-1       1.... 2184947us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.446240]  systemd-1       1...1 2185003us : blk_mq_make_request: 
make rq -1
[    9.449194]  systemd-1       1...1 2185577us : blk_mq_free_request: 
complete: rq -1
[    9.452134]  systemd-1       1.... 2185589us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.455051]  systemd-1       1...1 2185643us : blk_mq_make_request: 
make rq -1
[    9.457931]  systemd-1       1...1 2186220us : blk_mq_free_request: 
complete: rq -1
[    9.460802]  systemd-1       1.... 2186231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.463671]  systemd-1       1...1 2186286us : blk_mq_make_request: 
make rq -1
[    9.466513]  systemd-1       1...1 2186883us : blk_mq_free_request: 
complete: rq -1
[    9.469309]  systemd-1       1.... 2186895us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.472098]  systemd-1       1...1 2186972us : blk_mq_make_request: 
make rq -1
[    9.474891]  systemd-1       1...1 2187550us : blk_mq_free_request: 
complete: rq -1
[    9.477652]  systemd-1       1.... 2187562us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.480382]  systemd-1       1...1 2187616us : blk_mq_make_request: 
make rq -1
[    9.483106]  systemd-1       1...1 2188297us : blk_mq_free_request: 
complete: rq -1
[    9.485825]  systemd-1       1.... 2188310us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.488520]  systemd-1       1...1 2188367us : blk_mq_make_request: 
make rq -1
[    9.491167]  systemd-1       1...1 2188969us : blk_mq_free_request: 
complete: rq -1
[    9.493810]  systemd-1       1.... 2188981us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.496451]  systemd-1       1...1 2189036us : blk_mq_make_request: 
make rq -1
[    9.499070]  systemd-1       1...1 2189612us : blk_mq_free_request: 
complete: rq -1
[    9.501642]  systemd-1       1.... 2189624us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.504206]  systemd-1       1...1 2189678us : blk_mq_make_request: 
make rq -1
[    9.506777]  systemd-1       1...1 2190261us : blk_mq_free_request: 
complete: rq -1
[    9.509316]  systemd-1       1.... 2190272us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.511809]  systemd-1       1...1 2190328us : blk_mq_make_request: 
make rq -1
[    9.514305]  systemd-1       1...1 2190904us : blk_mq_free_request: 
complete: rq -1
[    9.516795]  systemd-1       1.... 2190915us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.519257]  systemd-1       1...1 2190970us : blk_mq_make_request: 
make rq -1
[    9.521682]  systemd-1       1...1 2191549us : blk_mq_free_request: 
complete: rq -1
[    9.524096]  systemd-1       1.... 2191561us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.526509]  systemd-1       1...1 2191615us : blk_mq_make_request: 
make rq -1
[    9.528899]  systemd-1       1...1 2192211us : blk_mq_free_request: 
complete: rq -1
[    9.531240]  systemd-1       1.... 2192223us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.533574]  systemd-1       1...1 2192277us : blk_mq_make_request: 
make rq -1
[    9.535912]  systemd-1       1...1 2192882us : blk_mq_free_request: 
complete: rq -1
[    9.538243]  systemd-1       1.... 2192893us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.540581]  systemd-1       1...1 2192947us : blk_mq_make_request: 
make rq -1
[    9.542918]  systemd-1       1...1 2193552us : blk_mq_free_request: 
complete: rq -1
[    9.545255]  systemd-1       1.... 2193563us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.547595]  systemd-1       1...1 2193617us : blk_mq_make_request: 
make rq -1
[    9.549931]  systemd-1       1...1 2194220us : blk_mq_free_request: 
complete: rq -1
[    9.552260]  systemd-1       1.... 2194231us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.554605]  systemd-1       1...1 2194285us : blk_mq_make_request: 
make rq -1
[    9.556942]  systemd-1       1...1 2194861us : blk_mq_free_request: 
complete: rq -1
[    9.559279]  systemd-1       1.... 2194872us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.561622]  systemd-1       1...1 2194926us : blk_mq_make_request: 
make rq -1
[    9.563956]  systemd-1       1...1 2195502us : blk_mq_free_request: 
complete: rq -1
[    9.566296]  systemd-1       1.... 2195513us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.568641]  systemd-1       1...1 2195566us : blk_mq_make_request: 
make rq -1
[    9.570980]  systemd-1       1...1 2196732us : blk_mq_free_request: 
complete: rq -1
[    9.573315]  systemd-1       1.... 2196741us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.575652]  systemd-1       1...1 2196785us : blk_mq_make_request: 
make rq -1
[    9.577995]  systemd-1       1...1 2197358us : blk_mq_free_request: 
complete: rq -1
[    9.580327]  systemd-1       1.... 2197367us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.582674]  systemd-1       1...1 2197424us : blk_mq_make_request: 
make rq -1
[    9.585014]  systemd-1       1...1 2198005us : blk_mq_free_request: 
complete: rq -1
[    9.587350]  systemd-1       1.... 2198013us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.589691]  systemd-1       1...1 2198055us : blk_mq_make_request: 
make rq -1
[    9.592029]  systemd-1       1...1 2198660us : blk_mq_free_request: 
complete: rq -1
[    9.594367]  systemd-1       1.... 2198669us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.596712]  systemd-1       1...1 2198713us : blk_mq_make_request: 
make rq -1
[    9.599053]  systemd-1       1...1 2199306us : blk_mq_free_request: 
complete: rq -1
[    9.601388]  systemd-1       1.... 2199315us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.603734]  systemd-1       1...1 2199356us : blk_mq_make_request: 
make rq -1
[    9.606076]  systemd-1       1...1 2199956us : blk_mq_free_request: 
complete: rq -1
[    9.608411]  systemd-1       1.... 2199965us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.610753]  systemd-1       1...1 2200005us : blk_mq_make_request: 
make rq -1
[    9.613095]  systemd-1       1...1 2200577us : blk_mq_free_request: 
complete: rq -1
[    9.615430]  systemd-1       1.... 2200585us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.617776]  systemd-1       1...1 2200626us : blk_mq_make_request: 
make rq -1
[    9.620115]  systemd-1       1...1 2201200us : blk_mq_free_request: 
complete: rq -1
[    9.622452]  systemd-1       1.... 2201208us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.624793]  systemd-1       1...1 2201249us : blk_mq_make_request: 
make rq -1
[    9.627129]  systemd-1       1...1 2201819us : blk_mq_free_request: 
complete: rq -1
[    9.629460]  systemd-1       1.... 2201828us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.631798]  systemd-1       1...1 2201869us : blk_mq_make_request: 
make rq -1
[    9.634137]  systemd-1       1...1 2202448us : blk_mq_free_request: 
complete: rq -1
[    9.636471]  systemd-1       1.... 2202456us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.638809]  systemd-1       1...1 2202476us : blk_mq_make_request: 
make rq -1
[    9.641144]  systemd-1       1...1 2203092us : blk_mq_free_request: 
complete: rq -1
[    9.643470]  systemd-1       1.... 2203101us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.645815]   <idle>-0       1dnh1 2203743us : blk_mq_free_request: 
complete: rq -1
[    9.648177]  systemd-1       1...1 2203848us : blk_mq_make_request: 
make rq -1
[    9.650531]  systemd-1       1.... 2203913us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.652904]   <idle>-0       1dnh1 2204465us : blk_mq_free_request: 
complete: rq -1
[    9.655298]  systemd-1       1...1 2204646us : blk_mq_make_request: 
make rq -1
[    9.657684]  systemd-1       1.... 2204718us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.660080]  systemd-1       1.... 2204723us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.662532]   <idle>-0       1dnh1 2205588us : blk_mq_free_request: 
complete: rq -1
[    9.665001]  systemd-1       1...1 2215645us : blk_mq_make_request: 
make rq -1
[    9.667479]  systemd-1       1.... 2215963us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.669953]  systemd-1       1.... 2215969us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[    9.672487]   <idle>-0       1dnh1 2219435us : blk_mq_free_request: 
complete: rq -1
[    9.675042]  systemd-1       1...1 2220427us : blk_mq_make_request: 
make rq -1
[    9.677585]  systemd-1       1.... 2220491us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.680135]   <idle>-0       1dnh1 2221246us : blk_mq_free_request: 
complete: rq -1
[    9.682718]  systemd-1       1...1 2221455us : blk_mq_make_request: 
make rq -1
[    9.685296]  systemd-1       1.... 2221507us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.687877]   <idle>-0       1dnh1 2222181us : blk_mq_free_request: 
complete: rq -1
[    9.690490]  systemd-1       1...1 2222451us : blk_mq_make_request: 
make rq -1
[    9.693093]  systemd-1       1.... 2222503us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.695701]  systemd-1       1...1 2222535us : blk_mq_make_request: 
make rq -1
[    9.698323]  systemd-1       1...1 2223323us : blk_mq_free_request: 
complete: rq -1
[    9.700931]  systemd-1       1.... 2223329us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.703541]  systemd-1       1...1 2223361us : blk_mq_make_request: 
make rq -1
[    9.706159]  systemd-1       1...1 2223927us : blk_mq_free_request: 
complete: rq -1
[    9.708767]  systemd-1       1.... 2223933us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.711374]  systemd-1       1...1 2223964us : blk_mq_make_request: 
make rq -1
[    9.713996]  systemd-1       1...1 2224531us : blk_mq_free_request: 
complete: rq -1
[    9.716602]  systemd-1       1.... 2224537us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.719210]  systemd-1       1...1 2224568us : blk_mq_make_request: 
make rq -1
[    9.721829]  systemd-1       1...1 2225139us : blk_mq_free_request: 
complete: rq -1
[    9.724438]  systemd-1       1.... 2225145us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.727043]  systemd-1       1...1 2225175us : blk_mq_make_request: 
make rq -1
[    9.729661]  systemd-1       1...1 2225764us : blk_mq_free_request: 
complete: rq -1
[    9.732269]  systemd-1       1.... 2225771us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.734871]  systemd-1       1...1 2225801us : blk_mq_make_request: 
make rq -1
[    9.737485]  systemd-1       1...1 2226392us : blk_mq_free_request: 
complete: rq -1
[    9.740077]  systemd-1       1.... 2226399us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.742679]  systemd-1       1...1 2226430us : blk_mq_make_request: 
make rq -1
[    9.745290]  systemd-1       1...1 2227018us : blk_mq_free_request: 
complete: rq -1
[    9.747896]  systemd-1       1.... 2227024us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.750498]  systemd-1       1...1 2227054us : blk_mq_make_request: 
make rq -1
[    9.753107]  systemd-1       1...1 2227649us : blk_mq_free_request: 
complete: rq -1
[    9.755707]  systemd-1       1.... 2227656us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.758306]  systemd-1       1...1 2227700us : blk_mq_make_request: 
make rq -1
[    9.760912]  systemd-1       1...1 2228262us : blk_mq_free_request: 
complete: rq -1
[    9.763515]  systemd-1       1.... 2228270us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.766121]  systemd-1       1...1 2228303us : blk_mq_make_request: 
make rq -1
[    9.768732]  systemd-1       1...1 2228864us : blk_mq_free_request: 
complete: rq -1
[    9.771329]  systemd-1       1.... 2228870us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.773909]  systemd-1       1...1 2228901us : blk_mq_make_request: 
make rq -1
[    9.776490]  systemd-1       1...1 2229470us : blk_mq_free_request: 
complete: rq -1
[    9.779062]  systemd-1       1.... 2229476us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.781605]  systemd-1       1...1 2229506us : blk_mq_make_request: 
make rq -1
[    9.784154]  systemd-1       1...1 2230075us : blk_mq_free_request: 
complete: rq -1
[    9.786699]  systemd-1       1.... 2230081us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.789215]  systemd-1       1...1 2230124us : blk_mq_make_request: 
make rq -1
[    9.791692]  systemd-1       1...1 2230703us : blk_mq_free_request: 
complete: rq -1
[    9.794160]  systemd-1       1.... 2230709us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.796622]  systemd-1       1...1 2230761us : blk_mq_make_request: 
make rq -1
[    9.799062]  systemd-1       1...1 2231330us : blk_mq_free_request: 
complete: rq -1
[    9.801456]  systemd-1       1.... 2231336us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.803837]  systemd-1       1...1 2231367us : blk_mq_make_request: 
make rq -1
[    9.806220]  systemd-1       1...1 2231956us : blk_mq_free_request: 
complete: rq -1
[    9.808578]  systemd-1       1.... 2231963us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.810932]  systemd-1       1...1 2231994us : blk_mq_make_request: 
make rq -1
[    9.813288]  systemd-1       1...1 2232588us : blk_mq_free_request: 
complete: rq -1
[    9.815618]  systemd-1       1.... 2232594us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.817941]  systemd-1       1...1 2232625us : blk_mq_make_request: 
make rq -1
[    9.820267]  systemd-1       1...1 2233190us : blk_mq_free_request: 
complete: rq -1
[    9.822586]  systemd-1       1.... 2233196us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.824910]  systemd-1       1...1 2233226us : blk_mq_make_request: 
make rq -1
[    9.827236]  systemd-1       1...1 2233795us : blk_mq_free_request: 
complete: rq -1
[    9.829559]  systemd-1       1.... 2233802us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.831891]  systemd-1       1...1 2233832us : blk_mq_make_request: 
make rq -1
[    9.834221]  systemd-1       1...1 2234397us : blk_mq_free_request: 
complete: rq -1
[    9.836537]  systemd-1       1.... 2234403us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.838866]  systemd-1       1...1 2234433us : blk_mq_make_request: 
make rq -1
[    9.841192]  systemd-1       1...1 2235006us : blk_mq_free_request: 
complete: rq -1
[    9.843516]  systemd-1       1.... 2235012us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.845841]  systemd-1       1...1 2235042us : blk_mq_make_request: 
make rq -1
[    9.848167]  systemd-1       1...1 2235634us : blk_mq_free_request: 
complete: rq -1
[    9.850490]  systemd-1       1.... 2235640us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.852810]  systemd-1       1...1 2235670us : blk_mq_make_request: 
make rq -1
[    9.855137]  systemd-1       1...1 2236260us : blk_mq_free_request: 
complete: rq -1
[    9.857454]  systemd-1       1.... 2236266us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.859779]  systemd-1       1...1 2236297us : blk_mq_make_request: 
make rq -1
[    9.862104]  systemd-1       1...1 2236888us : blk_mq_free_request: 
complete: rq -1
[    9.864421]  systemd-1       1.... 2236895us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.866745]  systemd-1       1...1 2236938us : blk_mq_make_request: 
make rq -1
[    9.869063]  systemd-1       1...1 2237518us : blk_mq_free_request: 
complete: rq -1
[    9.871381]  systemd-1       1.... 2237525us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.873709]  systemd-1       1...1 2237555us : blk_mq_make_request: 
make rq -1
[    9.876031]  systemd-1       1...1 2238179us : blk_mq_free_request: 
complete: rq -1
[    9.878352]  systemd-1       1.... 2238186us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.880679]  systemd-1       1...1 2238218us : blk_mq_make_request: 
make rq -1
[    9.883009]  systemd-1       1...1 2239423us : blk_mq_free_request: 
complete: rq -1
[    9.885323]  systemd-1       1.... 2239436us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.887648]  systemd-1       1...1 2239495us : blk_mq_make_request: 
make rq -1
[    9.889972]  systemd-1       1...1 2240064us : blk_mq_free_request: 
complete: rq -1
[    9.892294]  systemd-1       1.... 2240076us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.894624]  systemd-1       1...1 2240137us : blk_mq_make_request: 
make rq -1
[    9.896951]  systemd-1       1...1 2240702us : blk_mq_free_request: 
complete: rq -1
[    9.899268]  systemd-1       1.... 2240714us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.901593]  systemd-1       1...1 2240769us : blk_mq_make_request: 
make rq -1
[    9.903918]  systemd-1       1...1 2241364us : blk_mq_free_request: 
complete: rq -1
[    9.906241]  systemd-1       1.... 2241375us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.908566]  systemd-1       1...1 2241429us : blk_mq_make_request: 
make rq -1
[    9.910894]  systemd-1       1...1 2242025us : blk_mq_free_request: 
complete: rq -1
[    9.913221]  systemd-1       1.... 2242037us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.915551]  systemd-1       1...1 2242093us : blk_mq_make_request: 
make rq -1
[    9.917875]  systemd-1       1...1 2242688us : blk_mq_free_request: 
complete: rq -1
[    9.920198]  systemd-1       1.... 2242699us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.922526]  systemd-1       1...1 2242724us : blk_mq_make_request: 
make rq -1
[    9.924857]  systemd-1       1...1 2243328us : blk_mq_free_request: 
complete: rq -1
[    9.927183]  systemd-1       1.... 2243338us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.929515]   <idle>-0       1dnh1 2243994us : blk_mq_free_request: 
complete: rq -1
[    9.931868]  systemd-1       1...1 2244209us : blk_mq_make_request: 
make rq -1
[    9.934221]  systemd-1       1.... 2244297us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.936584]   <idle>-0       1dnh1 2245208us : blk_mq_free_request: 
complete: rq -1
[    9.938967]  systemd-1       1...1 2245383us : blk_mq_make_request: 
make rq -1
[    9.941351]  systemd-1       1.... 2245469us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.943740]  systemd-1       1...1 2245524us : blk_mq_make_request: 
make rq -1
[    9.946131]  systemd-1       1...1 2246346us : blk_mq_free_request: 
complete: rq -1
[    9.948516]  systemd-1       1.... 2246358us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.950911]  systemd-1       1...1 2246413us : blk_mq_make_request: 
make rq -1
[    9.953306]  systemd-1       1...1 2246965us : blk_mq_free_request: 
complete: rq -1
[    9.955693]  systemd-1       1.... 2246977us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.958086]  systemd-1       1...1 2247031us : blk_mq_make_request: 
make rq -1
[    9.960478]  systemd-1       1...1 2247586us : blk_mq_free_request: 
complete: rq -1
[    9.962864]  systemd-1       1.... 2247598us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.965258]  systemd-1       1...1 2247653us : blk_mq_make_request: 
make rq -1
[    9.967656]  systemd-1       1...1 2248472us : blk_mq_free_request: 
complete: rq -1
[    9.970045]  systemd-1       1.... 2248485us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.972447]  systemd-1       1...1 2248566us : blk_mq_make_request: 
make rq -1
[    9.974848]  systemd-1       1...1 2249117us : blk_mq_free_request: 
complete: rq -1
[    9.977240]  systemd-1       1.... 2249129us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.979644]  systemd-1       1...1 2249185us : blk_mq_make_request: 
make rq -1
[    9.982044]  systemd-1       1...1 2249759us : blk_mq_free_request: 
complete: rq -1
[    9.984432]  systemd-1       1.... 2249771us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.986836]  systemd-1       1...1 2249828us : blk_mq_make_request: 
make rq -1
[    9.989231]  systemd-1       1...1 2250403us : blk_mq_free_request: 
complete: rq -1
[    9.991629]  systemd-1       1.... 2250414us : mmc_mq_queue_rq: queue 
rq -1, 0
[    9.994034]  systemd-1       1...1 2250470us : blk_mq_make_request: 
make rq -1
[    9.996438]  systemd-1       1...1 2251036us : blk_mq_free_request: 
complete: rq -1
[    9.998831]  systemd-1       1.... 2251048us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.001235]  systemd-1       1...1 2251102us : blk_mq_make_request: 
make rq -1
[   10.003639]  systemd-1       1...1 2251657us : blk_mq_free_request: 
complete: rq -1
[   10.006038]  systemd-1       1.... 2251669us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.008446]  systemd-1       1...1 2251723us : blk_mq_make_request: 
make rq -1
[   10.010849]  systemd-1       1...1 2252272us : blk_mq_free_request: 
complete: rq -1
[   10.013250]  systemd-1       1.... 2252283us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.015660]  systemd-1       1...1 2252338us : blk_mq_make_request: 
make rq -1
[   10.018066]  systemd-1       1...1 2252894us : blk_mq_free_request: 
complete: rq -1
[   10.020465]  systemd-1       1.... 2252906us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.022866]  systemd-1       1...1 2252960us : blk_mq_make_request: 
make rq -1
[   10.025263]  systemd-1       1...1 2253538us : blk_mq_free_request: 
complete: rq -1
[   10.027655]  systemd-1       1.... 2253550us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.030047]  systemd-1       1...1 2253604us : blk_mq_make_request: 
make rq -1
[   10.032448]  systemd-1       1...1 2254182us : blk_mq_free_request: 
complete: rq -1
[   10.034847]  systemd-1       1.... 2254194us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.037249]  systemd-1       1...1 2254248us : blk_mq_make_request: 
make rq -1
[   10.039651]  systemd-1       1...1 2254827us : blk_mq_free_request: 
complete: rq -1
[   10.042049]  systemd-1       1.... 2254838us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.044454]  systemd-1       1...1 2254892us : blk_mq_make_request: 
make rq -1
[   10.046857]  systemd-1       1...1 2255470us : blk_mq_free_request: 
complete: rq -1
[   10.049235]  systemd-1       1.... 2255481us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.051604]  systemd-1       1...1 2255535us : blk_mq_make_request: 
make rq -1
[   10.053973]  systemd-1       1...1 2256089us : blk_mq_free_request: 
complete: rq -1
[   10.056318]  systemd-1       1.... 2256100us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.058663]  systemd-1       1...1 2256153us : blk_mq_make_request: 
make rq -1
[   10.061006]  systemd-1       1...1 2256710us : blk_mq_free_request: 
complete: rq -1
[   10.063346]  systemd-1       1.... 2256721us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.065685]  systemd-1       1...1 2256775us : blk_mq_make_request: 
make rq -1
[   10.068030]  systemd-1       1...1 2257327us : blk_mq_free_request: 
complete: rq -1
[   10.070368]  systemd-1       1.... 2257338us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.072714]  systemd-1       1...1 2257393us : blk_mq_make_request: 
make rq -1
[   10.075057]  systemd-1       1...1 2257950us : blk_mq_free_request: 
complete: rq -1
[   10.077391]  systemd-1       1.... 2257962us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.079730]  systemd-1       1...1 2258038us : blk_mq_make_request: 
make rq -1
[   10.082073]  systemd-1       1...1 2258600us : blk_mq_free_request: 
complete: rq -1
[   10.084405]  systemd-1       1.... 2258612us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.086748]  systemd-1       1...1 2258669us : blk_mq_make_request: 
make rq -1
[   10.089086]  systemd-1       1...1 2259243us : blk_mq_free_request: 
complete: rq -1
[   10.091420]  systemd-1       1.... 2259255us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.093759]  systemd-1       1...1 2259309us : blk_mq_make_request: 
make rq -1
[   10.096101]  systemd-1       1...1 2260471us : blk_mq_free_request: 
complete: rq -1
[   10.098441]  systemd-1       1.... 2260480us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.100789]  systemd-1       1...1 2260524us : blk_mq_make_request: 
make rq -1
[   10.103135]  systemd-1       1...1 2261099us : blk_mq_free_request: 
complete: rq -1
[   10.105481]  systemd-1       1.... 2261108us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.107831]  systemd-1       1...1 2261149us : blk_mq_make_request: 
make rq -1
[   10.110179]  systemd-1       1...1 2261698us : blk_mq_free_request: 
complete: rq -1
[   10.112521]  systemd-1       1.... 2261706us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.114871]  systemd-1       1...1 2261747us : blk_mq_make_request: 
make rq -1
[   10.117215]  systemd-1       1...1 2262298us : blk_mq_free_request: 
complete: rq -1
[   10.119547]  systemd-1       1.... 2262307us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.121887]  systemd-1       1...1 2262348us : blk_mq_make_request: 
make rq -1
[   10.124232]  systemd-1       1...1 2262898us : blk_mq_free_request: 
complete: rq -1
[   10.126561]  systemd-1       1.... 2262907us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.128904]  systemd-1       1...1 2262948us : blk_mq_make_request: 
make rq -1
[   10.131246]  systemd-1       1...1 2263501us : blk_mq_free_request: 
complete: rq -1
[   10.133583]  systemd-1       1.... 2263510us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.135925]  systemd-1       1...1 2263551us : blk_mq_make_request: 
make rq -1
[   10.138267]  systemd-1       1...1 2264127us : blk_mq_free_request: 
complete: rq -1
[   10.140607]  systemd-1       1.... 2264135us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.142946]  systemd-1       1...1 2264176us : blk_mq_make_request: 
make rq -1
[   10.145289]  systemd-1       1...1 2264750us : blk_mq_free_request: 
complete: rq -1
[   10.147622]  systemd-1       1.... 2264758us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.149959]  systemd-1       1...1 2264799us : blk_mq_make_request: 
make rq -1
[   10.152299]  systemd-1       1...1 2265374us : blk_mq_free_request: 
complete: rq -1
[   10.154632]  systemd-1       1.... 2265383us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.156974]  systemd-1       1...1 2265423us : blk_mq_make_request: 
make rq -1
[   10.159312]  systemd-1       1...1 2266000us : blk_mq_free_request: 
complete: rq -1
[   10.161648]  systemd-1       1.... 2266009us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.163984]  systemd-1       1...1 2266028us : blk_mq_make_request: 
make rq -1
[   10.166318]  systemd-1       1...1 2266600us : blk_mq_free_request: 
complete: rq -1
[   10.168648]  systemd-1       1.... 2266609us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.170982]   <idle>-0       1dnh1 2267233us : blk_mq_free_request: 
complete: rq -1
[   10.173335]  systemd-1       1...1 2267389us : blk_mq_make_request: 
make rq -1
[   10.175693]  systemd-1       1.... 2267454us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.178061]   <idle>-0       1dnh1 2268314us : blk_mq_free_request: 
complete: rq -1
[   10.180449]  systemd-1       1...1 2268590us : blk_mq_make_request: 
make rq -1
[   10.182832]  systemd-1       1.... 2268657us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.185229]  systemd-1       1...1 2268717us : blk_mq_make_request: 
make rq -1
[   10.187618]  systemd-1       1...1 2269297us : blk_mq_free_request: 
complete: rq -1
[   10.190010]  systemd-1       1.... 2269307us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.192409]  systemd-1       1...1 2269349us : blk_mq_make_request: 
make rq -1
[   10.194803]  systemd-1       1...1 2269898us : blk_mq_free_request: 
complete: rq -1
[   10.197189]  systemd-1       1.... 2269906us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.199583]  systemd-1       1...1 2269947us : blk_mq_make_request: 
make rq -1
[   10.201976]  systemd-1       1...1 2270501us : blk_mq_free_request: 
complete: rq -1
[   10.204367]  systemd-1       1.... 2270509us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.206760]  systemd-1       1...1 2270549us : blk_mq_make_request: 
make rq -1
[   10.209146]  systemd-1       1...1 2271102us : blk_mq_free_request: 
complete: rq -1
[   10.211526]  systemd-1       1.... 2271110us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.213917]  systemd-1       1...1 2271151us : blk_mq_make_request: 
make rq -1
[   10.216306]  systemd-1       1...1 2271727us : blk_mq_free_request: 
complete: rq -1
[   10.218686]  systemd-1       1.... 2271736us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.221068]  systemd-1       1...1 2271775us : blk_mq_make_request: 
make rq -1
[   10.223441]  systemd-1       1...1 2272351us : blk_mq_free_request: 
complete: rq -1
[   10.225816]  systemd-1       1.... 2272360us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.228206]  systemd-1       1...1 2272401us : blk_mq_make_request: 
make rq -1
[   10.230589]  systemd-1       1...1 2272974us : blk_mq_free_request: 
complete: rq -1
[   10.232970]  systemd-1       1.... 2272983us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.235354]  systemd-1       1...1 2273026us : blk_mq_make_request: 
make rq -1
[   10.237739]  systemd-1       1...1 2273475us : blk_mq_free_request: 
complete: rq -1
[   10.240119]  systemd-1       1.... 2273483us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.242512]  systemd-1       1...1 2273563us : blk_mq_make_request: 
make rq -1
[   10.244894]  systemd-1       1...1 2273978us : blk_mq_free_request: 
complete: rq -1
[   10.247274]  systemd-1       1.... 2273987us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.249662]  systemd-1       1...1 2274029us : blk_mq_make_request: 
make rq -1
[   10.252042]  systemd-1       1...1 2274580us : blk_mq_free_request: 
complete: rq -1
[   10.254417]  systemd-1       1.... 2274588us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.256802]  systemd-1       1...1 2274629us : blk_mq_make_request: 
make rq -1
[   10.259187]  systemd-1       1...1 2275079us : blk_mq_free_request: 
complete: rq -1
[   10.261565]  systemd-1       1.... 2275087us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.263947]  systemd-1       1...1 2275128us : blk_mq_make_request: 
make rq -1
[   10.266332]  systemd-1       1...1 2275704us : blk_mq_free_request: 
complete: rq -1
[   10.268715]  systemd-1       1.... 2275713us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.271105]  systemd-1       1...1 2275753us : blk_mq_make_request: 
make rq -1
[   10.273486]  systemd-1       1...1 2276327us : blk_mq_free_request: 
complete: rq -1
[   10.275865]  systemd-1       1.... 2276336us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.278254]  systemd-1       1...1 2276377us : blk_mq_make_request: 
make rq -1
[   10.280640]  systemd-1       1...1 2276951us : blk_mq_free_request: 
complete: rq -1
[   10.283018]  systemd-1       1.... 2276960us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.285410]  systemd-1       1...1 2277001us : blk_mq_make_request: 
make rq -1
[   10.287789]  systemd-1       1...1 2277450us : blk_mq_free_request: 
complete: rq -1
[   10.290152]  systemd-1       1.... 2277459us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.292507]  systemd-1       1...1 2277516us : blk_mq_make_request: 
make rq -1
[   10.294865]  systemd-1       1...1 2278052us : blk_mq_free_request: 
complete: rq -1
[   10.297201]  systemd-1       1.... 2278060us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.299530]  systemd-1       1...1 2278189us : blk_mq_make_request: 
make rq -1
[   10.301857]  systemd-1       1...1 2278658us : blk_mq_free_request: 
complete: rq -1
[   10.304185]  systemd-1       1.... 2278667us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.306519]  systemd-1       1...1 2278711us : blk_mq_make_request: 
make rq -1
[   10.308846]  systemd-1       1...1 2279258us : blk_mq_free_request: 
complete: rq -1
[   10.311172]  systemd-1       1.... 2279267us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.313504]  systemd-1       1...1 2279307us : blk_mq_make_request: 
make rq -1
[   10.315834]  systemd-1       1...1 2279863us : blk_mq_free_request: 
complete: rq -1
[   10.318163]  systemd-1       1.... 2279871us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.320492]  systemd-1       1...1 2279912us : blk_mq_make_request: 
make rq -1
[   10.322822]  systemd-1       1...1 2280487us : blk_mq_free_request: 
complete: rq -1
[   10.325147]  systemd-1       1.... 2280496us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.327481]  systemd-1       1...1 2280536us : blk_mq_make_request: 
make rq -1
[   10.329814]  systemd-1       1...1 2281729us : blk_mq_free_request: 
complete: rq -1
[   10.332142]  systemd-1       1.... 2281741us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.334479]  systemd-1       1...1 2281799us : blk_mq_make_request: 
make rq -1
[   10.336815]  systemd-1       1...1 2282371us : blk_mq_free_request: 
complete: rq -1
[   10.339146]  systemd-1       1.... 2282383us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.341485]  systemd-1       1...1 2282438us : blk_mq_make_request: 
make rq -1
[   10.343821]  systemd-1       1...1 2282912us : blk_mq_free_request: 
complete: rq -1
[   10.346152]  systemd-1       1.... 2282923us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.348488]  systemd-1       1...1 2282976us : blk_mq_make_request: 
make rq -1
[   10.350820]  systemd-1       1...1 2283529us : blk_mq_free_request: 
complete: rq -1
[   10.353151]  systemd-1       1.... 2283540us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.355490]  systemd-1       1...1 2283594us : blk_mq_make_request: 
make rq -1
[   10.357826]  systemd-1       1...1 2284148us : blk_mq_free_request: 
complete: rq -1
[   10.360157]  systemd-1       1.... 2284160us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.362494]  systemd-1       1...1 2284214us : blk_mq_make_request: 
make rq -1
[   10.364829]  systemd-1       1...1 2284765us : blk_mq_free_request: 
complete: rq -1
[   10.367157]  systemd-1       1.... 2284776us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.369500]  systemd-1       1...1 2284830us : blk_mq_make_request: 
make rq -1
[   10.371838]  systemd-1       1...1 2285388us : blk_mq_free_request: 
complete: rq -1
[   10.374176]  systemd-1       1.... 2285400us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.376525]  systemd-1       1...1 2285454us : blk_mq_make_request: 
make rq -1
[   10.378866]  systemd-1       1...1 2286032us : blk_mq_free_request: 
complete: rq -1
[   10.381203]  systemd-1       1.... 2286043us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.383548]  systemd-1       1...1 2286097us : blk_mq_make_request: 
make rq -1
[   10.385892]  systemd-1       1...1 2286676us : blk_mq_free_request: 
complete: rq -1
[   10.388230]  systemd-1       1.... 2286687us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.390576]  systemd-1       1...1 2286742us : blk_mq_make_request: 
make rq -1
[   10.392921]  systemd-1       1...1 2287339us : blk_mq_free_request: 
complete: rq -1
[   10.395262]  systemd-1       1.... 2287350us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.397610]  systemd-1       1...1 2287427us : blk_mq_make_request: 
make rq -1
[   10.399953]  systemd-1       1...1 2287984us : blk_mq_free_request: 
complete: rq -1
[   10.402287]  systemd-1       1.... 2287996us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.404635]  systemd-1       1...1 2288022us : blk_mq_make_request: 
make rq -1
[   10.406981]  systemd-1       1...1 2288611us : blk_mq_free_request: 
complete: rq -1
[   10.409324]  systemd-1       1.... 2288623us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.411678]   <idle>-0       1dnh1 2289137us : blk_mq_free_request: 
complete: rq -1
[   10.414052]  systemd-1       1...1 2289338us : blk_mq_make_request: 
make rq -1
[   10.416415]  systemd-1       1.... 2289425us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.418792]   <idle>-0       1dnh1 2290327us : blk_mq_free_request: 
complete: rq -1
[   10.421193]  systemd-1       1...1 2291218us : blk_mq_make_request: 
make rq -1
[   10.423594]  systemd-1       1.... 2291311us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.426006]  systemd-1       1...1 2291368us : blk_mq_make_request: 
make rq -1
[   10.428408]  systemd-1       1...1 2292166us : blk_mq_free_request: 
complete: rq -1
[   10.430809]  systemd-1       1.... 2292178us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.433217]  systemd-1       1...1 2292237us : blk_mq_make_request: 
make rq -1
[   10.435630]  systemd-1       1...1 2292779us : blk_mq_free_request: 
complete: rq -1
[   10.438032]  systemd-1       1.... 2292791us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.440440]  systemd-1       1...1 2292846us : blk_mq_make_request: 
make rq -1
[   10.442848]  systemd-1       1...1 2293421us : blk_mq_free_request: 
complete: rq -1
[   10.445254]  systemd-1       1.... 2293432us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.447668]  systemd-1       1...1 2293486us : blk_mq_make_request: 
make rq -1
[   10.450074]  systemd-1       1...1 2294059us : blk_mq_free_request: 
complete: rq -1
[   10.452472]  systemd-1       1.... 2294070us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.454882]  systemd-1       1...1 2294125us : blk_mq_make_request: 
make rq -1
[   10.457285]  systemd-1       1...1 2294589us : blk_mq_free_request: 
complete: rq -1
[   10.459685]  systemd-1       1.... 2294601us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.462091]  systemd-1       1...1 2294655us : blk_mq_make_request: 
make rq -1
[   10.464491]  systemd-1       1...1 2295114us : blk_mq_free_request: 
complete: rq -1
[   10.466887]  systemd-1       1.... 2295125us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.469289]  systemd-1       1...1 2295179us : blk_mq_make_request: 
make rq -1
[   10.471684]  systemd-1       1...1 2295733us : blk_mq_free_request: 
complete: rq -1
[   10.474080]  systemd-1       1.... 2295744us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.476485]  systemd-1       1...1 2295798us : blk_mq_make_request: 
make rq -1
[   10.478886]  systemd-1       1...1 2296346us : blk_mq_free_request: 
complete: rq -1
[   10.481280]  systemd-1       1.... 2296357us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.483680]  systemd-1       1...1 2296411us : blk_mq_make_request: 
make rq -1
[   10.486077]  systemd-1       1...1 2296960us : blk_mq_free_request: 
complete: rq -1
[   10.488467]  systemd-1       1.... 2296972us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.490859]  systemd-1       1...1 2297025us : blk_mq_make_request: 
make rq -1
[   10.493249]  systemd-1       1...1 2297581us : blk_mq_free_request: 
complete: rq -1
[   10.495640]  systemd-1       1.... 2297592us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.498036]  systemd-1       1...1 2297670us : blk_mq_make_request: 
make rq -1
[   10.500429]  systemd-1       1...1 2298273us : blk_mq_free_request: 
complete: rq -1
[   10.502814]  systemd-1       1.... 2298286us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.505212]  systemd-1       1...1 2298342us : blk_mq_make_request: 
make rq -1
[   10.507602]  systemd-1       1...1 2298920us : blk_mq_free_request: 
complete: rq -1
[   10.509984]  systemd-1       1.... 2298931us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.512373]  systemd-1       1...1 2298986us : blk_mq_make_request: 
make rq -1
[   10.514764]  systemd-1       1...1 2299447us : blk_mq_free_request: 
complete: rq -1
[   10.517152]  systemd-1       1.... 2299458us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.519546]  systemd-1       1...1 2299512us : blk_mq_make_request: 
make rq -1
[   10.521938]  systemd-1       1...1 2300092us : blk_mq_free_request: 
complete: rq -1
[   10.524321]  systemd-1       1.... 2300103us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.526719]  systemd-1       1...1 2300157us : blk_mq_make_request: 
make rq -1
[   10.529107]  systemd-1       1...1 2300709us : blk_mq_free_request: 
complete: rq -1
[   10.531471]  systemd-1       1.... 2300721us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.533833]  systemd-1       1...1 2300774us : blk_mq_make_request: 
make rq -1
[   10.536195]  systemd-1       1...1 2301235us : blk_mq_free_request: 
complete: rq -1
[   10.538531]  systemd-1       1.... 2301246us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.540859]  systemd-1       1...1 2301301us : blk_mq_make_request: 
make rq -1
[   10.543188]  systemd-1       1...1 2302355us : blk_mq_free_request: 
complete: rq -1
[   10.545509]  systemd-1       1.... 2302365us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.547847]  systemd-1       1...1 2302410us : blk_mq_make_request: 
make rq -1
[   10.550178]  systemd-1       1...1 2302960us : blk_mq_free_request: 
complete: rq -1
[   10.552503]  systemd-1       1.... 2302969us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.554835]  systemd-1       1...1 2303011us : blk_mq_make_request: 
make rq -1
[   10.557170]  systemd-1       1...1 2303584us : blk_mq_free_request: 
complete: rq -1
[   10.559494]  systemd-1       1.... 2303592us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.561829]  systemd-1       1...1 2303633us : blk_mq_make_request: 
make rq -1
[   10.564156]  systemd-1       1...1 2304222us : blk_mq_free_request: 
complete: rq -1
[   10.566483]  systemd-1       1.... 2304230us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.568818]  systemd-1       1...1 2304271us : blk_mq_make_request: 
make rq -1
[   10.571150]  systemd-1       1...1 2304844us : blk_mq_free_request: 
complete: rq -1
[   10.573480]  systemd-1       1.... 2304853us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.575815]  systemd-1       1...1 2304893us : blk_mq_make_request: 
make rq -1
[   10.578142]  systemd-1       1...1 2305467us : blk_mq_free_request: 
complete: rq -1
[   10.580470]  systemd-1       1.... 2305476us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.582808]  systemd-1       1...1 2305516us : blk_mq_make_request: 
make rq -1
[   10.585141]  systemd-1       1...1 2306066us : blk_mq_free_request: 
complete: rq -1
[   10.587469]  systemd-1       1.... 2306074us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.589809]  systemd-1       1...1 2306115us : blk_mq_make_request: 
make rq -1
[   10.592145]  systemd-1       1...1 2306662us : blk_mq_free_request: 
complete: rq -1
[   10.594475]  systemd-1       1.... 2306670us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.596811]  systemd-1       1...1 2306710us : blk_mq_make_request: 
make rq -1
[   10.599140]  systemd-1       1...1 2307261us : blk_mq_free_request: 
complete: rq -1
[   10.601471]  systemd-1       1.... 2307269us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.603812]  systemd-1       1...1 2307327us : blk_mq_make_request: 
make rq -1
[   10.606150]  systemd-1       1...1 2307860us : blk_mq_free_request: 
complete: rq -1
[   10.608475]  systemd-1       1.... 2307868us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.610810]  systemd-1       1...1 2307909us : blk_mq_make_request: 
make rq -1
[   10.613147]  systemd-1       1...1 2308486us : blk_mq_free_request: 
complete: rq -1
[   10.615480]  systemd-1       1.... 2308495us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.617815]  systemd-1       1...1 2308537us : blk_mq_make_request: 
make rq -1
[   10.620151]  systemd-1       1...1 2309109us : blk_mq_free_request: 
complete: rq -1
[   10.622482]  systemd-1       1.... 2309118us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.624826]  systemd-1       1...1 2309158us : blk_mq_make_request: 
make rq -1
[   10.627164]  systemd-1       1...1 2309729us : blk_mq_free_request: 
complete: rq -1
[   10.629496]  systemd-1       1.... 2309737us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.631834]  systemd-1       1...1 2309763us : blk_mq_make_request: 
make rq -1
[   10.634166]  systemd-1       1...1 2310355us : blk_mq_free_request: 
complete: rq -1
[   10.636497]  systemd-1       1.... 2310364us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.638835]   <idle>-0       1dnh1 2310869us : blk_mq_free_request: 
complete: rq -1
[   10.641191]  systemd-1       1...1 2311021us : blk_mq_make_request: 
make rq -1
[   10.643543]  systemd-1       1.... 2311095us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.645908]  systemd-1       1.... 2311101us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.648328]   <idle>-0       1dnh1 2311941us : blk_mq_free_request: 
complete: rq -1
[   10.650755]  systemd-1       1...1 2327697us : blk_mq_make_request: 
make rq -1
[   10.653197]  systemd-1       1.... 2327778us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.655635]  systemd-1       1.... 2327782us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.658126]   <idle>-0       1dnh1 2328642us : blk_mq_free_request: 
complete: rq -1
[   10.660646]  systemd-1       1...1 2328905us : blk_mq_make_request: 
make rq -1
[   10.663153]  systemd-1       1.... 2329155us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.665665]  systemd-1       1.... 2329159us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.668249]   <idle>-0       1dnh1 2333417us : blk_mq_free_request: 
complete: rq -1
[   10.670842]  systemd-1       1...1 2333940us : blk_mq_make_request: 
make rq -1
[   10.673425]  systemd-1       1.... 2333995us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.676017]  systemd-1       1.... 2333999us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.678672]   <idle>-0       1dnh1 2334843us : blk_mq_free_request: 
complete: rq -1
[   10.681333]  systemd-1       1...1 2335180us : blk_mq_make_request: 
make rq -1
[   10.684006]  systemd-1       1.... 2335233us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.686676]  systemd-1       1.... 2335239us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.689405]   <idle>-0       1dnh1 2335886us : blk_mq_free_request: 
complete: rq -1
[   10.692147]  systemd-1       1...1 2337355us : blk_mq_make_request: 
make rq -1
[   10.694891]  systemd-1       1.... 2337414us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.697639]   <idle>-0       1dnh1 2337984us : blk_mq_free_request: 
complete: rq -1
[   10.700416]  systemd-1       1...1 2338218us : blk_mq_make_request: 
make rq -1
[   10.703183]  systemd-1       1.... 2338274us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.705956]  systemd-1       1.... 2338278us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.708801]   <idle>-0       1dnh1 2338935us : blk_mq_free_request: 
complete: rq -1
[   10.711650] (sd-exec-104     0...1 2347389us : blk_mq_make_request: 
make rq -1
[   10.714508] (sd-exec-104     0.... 2347488us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.717374] kworker/-98      0...1 2348308us : blk_mq_free_request: 
complete: rq -1
[   10.720261] (direxec-105     1...1 2350981us : blk_mq_make_request: 
make rq -1
[   10.723150] (direxec-105     1.... 2351089us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.726049] (direxec-105     1.... 2351093us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.729000] systemd--106     1dnh. 2352478us : blk_mq_free_request: 
complete: rq -1
[   10.731965] systemd--106     1...1 2357250us : blk_mq_make_request: 
make rq -1
[   10.734934] systemd--106     1.... 2357431us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.737899] systemd--106     1.... 2357438us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.740919] systemd--108     1dnh2 2358654us : blk_mq_free_request: 
complete: rq -1
[   10.743951] systemd--106     1...1 2360097us : blk_mq_make_request: 
make rq -1
[   10.746973] systemd--106     1.... 2360187us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.749991] systemd--106     1.... 2360191us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.753082] systemd--109     1dnh. 2361118us : blk_mq_free_request: 
complete: rq -1
[   10.756170] systemd--107     0...1 2362157us : blk_mq_make_request: 
make rq -1
[   10.759249] systemd--107     0.... 2362282us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.762333] systemd--107     0.... 2362287us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.765478] kworker/-98      0...1 2363316us : blk_mq_free_request: 
complete: rq -1
[   10.768628] systemd--110     1...1 2369150us : blk_mq_make_request: 
make rq -1
[   10.771791] systemd--110     1.... 2369287us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.774945] systemd--110     1.... 2369292us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.778139] systemd--109     1...1 2369516us : blk_mq_make_request: 
make rq -1
[   10.781330] systemd--108     1...1 2369711us : blk_mq_make_request: 
make rq -1
[   10.784488] systemd--115     1...1 2370728us : blk_mq_make_request: 
make rq -1
[   10.787592] systemd--115     1.n.1 2370900us : blk_mq_free_request: 
complete: rq -1
[   10.790663] systemd--110     1d.h. 2371841us : blk_mq_free_request: 
complete: rq -1
[   10.793698] systemd--110     1...1 2372401us : blk_mq_make_request: 
make rq -1
[   10.796721] systemd--110     1.... 2372473us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.799718] systemd--110     1.... 2372477us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.802724] systemd--112     0...1 2372690us : blk_mq_make_request: 
make rq -1
[   10.805729] systemd--108     1...1 2373229us : blk_mq_free_request: 
complete: rq -1
[   10.808733] systemd--108     1.... 2373238us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.811716] systemd--108     1.... 2373242us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.814716] systemd--113     0...1 2373731us : blk_mq_make_request: 
make rq -1
[   10.817707] systemd--109     1...1 2374326us : blk_mq_free_request: 
complete: rq -1
[   10.820697] systemd--109     1.... 2374334us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.823656] systemd--109     1.... 2374338us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.826641] systemd--108     1d.h1 2375194us : blk_mq_free_request: 
complete: rq -1
[   10.829622] systemd--112     0.... 2375203us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.832610] systemd--112     0.... 2375208us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.835625] systemd--108     1...1 2375562us : blk_mq_make_request: 
make rq -1
[   10.838600] systemd--113     0...1 2375964us : blk_mq_free_request: 
complete: rq -1
[   10.841576] systemd--113     0.... 2375971us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.844551] systemd--113     0.... 2375974us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.847565] kworker/-98      0...1 2376940us : blk_mq_free_request: 
complete: rq -1
[   10.850579] systemd--108     1.... 2378356us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.853611] systemd--108     1.... 2378365us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.856676] systemd--115     1.... 2378390us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.859699] systemd--115     1.... 2378394us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.862766] systemd--115     1d.h. 2379396us : blk_mq_free_request: 
complete: rq -1
[   10.865835] systemd--114     1...1 2398665us : blk_mq_make_request: 
make rq -1
[   10.868876] systemd--114     1.... 2398792us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.871905] systemd--114     1.... 2398796us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   10.875002] systemd--110     1d.h. 2400019us : blk_mq_free_request: 
complete: rq -1
[   10.878067] systemd--107     0...1 2406186us : blk_mq_make_request: 
make rq -1
[   10.881090] systemd--107     0.... 2406635us : mmc_mq_queue_rq: queue 
rq -1, 0
[   10.884119] systemd--107     0.... 2406640us : 
blk_mq_try_issue_list_directly: issue direct: rq -1, ret 0
[   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
[   10.908528] ---------------------------------
[   10.911540] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   10.914582] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   10.917595] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   10.920586] mmc3: sdhci: Argument:  0x0213dd28 | Trn mode: 0x00000033
[   10.923574] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   10.926530] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   10.929451] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   10.932387] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   10.935337] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   10.938292] mmc3: sdhci: AC12 err:  0x00000001 | Slot int: 0x00000000
[   10.941261] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   10.944233] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   10.947196] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   10.950132] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   10.953015] mmc3: sdhci: Host ctl2: 0x00000000
[   10.955881] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d8e3200
[   10.958771] mmc3: sdhci: ============================================

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-30 18:55       ` Peter Geis
@ 2018-07-31  1:38         ` Ming Lei
  2018-07-31 12:47           ` Peter Geis
  0 siblings, 1 reply; 19+ messages in thread
From: Ming Lei @ 2018-07-31  1:38 UTC (permalink / raw)
  To: Peter Geis; +Cc: Jens Axboe, linux-block, linux-tegra

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 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.

>From c9ffdcbb71811b6b450ab83f9f97ae227596ed6a Mon Sep 17 00:00:00 2001
From: Ming Lei <ming.lei@redhat.com>
Date: Tue, 31 Jul 2018 08:31:58 +0800
Subject: [PATCH] mmc-blk-mq-debug: debug info

Signed-off-by: Ming Lei <ming.lei@redhat.com>
---
 block/blk-mq-sched.c     |  2 ++
 block/blk-mq.c           |  8 ++++++++
 drivers/mmc/core/queue.c | 16 ++++++++++++++++
 drivers/mmc/host/sdhci.c |  1 +
 include/linux/blkdev.h   |  1 +
 5 files changed, 28 insertions(+)

diff --git a/block/blk-mq-sched.c b/block/blk-mq-sched.c
index cf9c66c6d35a..6573684b07e5 100644
--- a/block/blk-mq-sched.c
+++ b/block/blk-mq-sched.c
@@ -415,6 +415,8 @@ void blk_mq_sched_insert_requests(struct request_queue *q,
 			blk_mq_try_issue_list_directly(hctx, list);
 			if (list_empty(list))
 				return;
+			if (blk_queue_debug(q))
+				trace_printk("issue direct: partial done\n");
 		}
 		blk_mq_insert_requests(hctx, ctx, list);
 	}
diff --git a/block/blk-mq.c b/block/blk-mq.c
index e13bdc2707ce..fe807cd1f9ef 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -488,6 +488,9 @@ void blk_mq_free_request(struct request *rq)
 	struct blk_mq_ctx *ctx = rq->mq_ctx;
 	struct blk_mq_hw_ctx *hctx = blk_mq_map_queue(q, ctx->cpu);
 
+	if (blk_queue_debug(q))
+		trace_printk("complete: rq %d %d\n", rq->internal_tag, rq->tag);
+
 	if (rq->rq_flags & RQF_ELVPRIV) {
 		if (e && e->type->ops.mq.finish_request)
 			e->type->ops.mq.finish_request(rq);
@@ -1793,6 +1796,9 @@ void blk_mq_try_issue_list_directly(struct blk_mq_hw_ctx *hctx,
 
 		list_del_init(&rq->queuelist);
 		ret = blk_mq_request_issue_directly(rq);
+		if (blk_queue_debug(rq->q))
+			trace_printk("issue direct: rq %d %d, ret %d\n",
+					rq->internal_tag, rq->tag, (int)ret);
 		if (ret != BLK_STS_OK) {
 			if (ret == BLK_STS_RESOURCE ||
 					ret == BLK_STS_DEV_RESOURCE) {
@@ -1841,6 +1847,8 @@ static blk_qc_t blk_mq_make_request(struct request_queue *q, struct bio *bio)
 		return BLK_QC_T_NONE;
 	}
 
+	 if (blk_queue_debug(q))
+		 trace_printk("make rq %d %d\n", rq->internal_tag, rq->tag);
 	rq_qos_track(q, rq, bio);
 
 	cookie = request_to_qc_t(data.hctx, rq);
diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index 648eb6743ed5..d35f265cd5e0 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -257,6 +257,10 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mmc_card_removed(mq->card)) {
 		req->rq_flags |= RQF_QUIET;
+
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag, "io err");
 		return BLK_STS_IOERR;
 	}
 
@@ -266,6 +270,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mq->recovery_needed) {
 		spin_unlock_irq(q->queue_lock);
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag, "resource");
 		return BLK_STS_RESOURCE;
 	}
 
@@ -274,6 +281,10 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		if (mmc_cqe_dcmd_busy(mq)) {
 			mq->cqe_busy |= MMC_CQE_DCMD_BUSY;
 			spin_unlock_irq(q->queue_lock);
+			if (blk_queue_debug(q))
+				trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag,
+					"resource");
 			return BLK_STS_RESOURCE;
 		}
 		break;
@@ -326,6 +337,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		break;
 	}
 
+	if (blk_queue_debug(q))
+		trace_printk("queue rq %d %d, %d\n",
+				req->internal_tag, req->tag, (int)ret);
 	if (issued != MMC_REQ_STARTED) {
 		bool put_card = false;
 
@@ -404,6 +418,8 @@ static int mmc_mq_init_queue(struct mmc_queue *mq, int q_depth,
 	mq->queue->queue_lock = lock;
 	mq->queue->queuedata = mq;
 
+	blk_queue_flag_set(31, mq->queue);
+
 	return 0;
 
 free_tag_set:
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 1c828e0e9905..b2b471c2f5f6 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -2640,6 +2640,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
 			return;
 		pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
 		       mmc_hostname(host->mmc), (unsigned)intmask);
+		ftrace_dump(DUMP_ALL);
 		sdhci_dumpregs(host);
 		return;
 	}
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 050d599f5ea9..29be3a6d5903 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -741,6 +741,7 @@ bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q);
 #define blk_queue_preempt_only(q)				\
 	test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags)
 #define blk_queue_fua(q)	test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags)
+#define blk_queue_debug(q)	test_bit(31, &(q)->queue_flags)
 
 extern int blk_set_preempt_only(struct request_queue *q);
 extern void blk_clear_preempt_only(struct request_queue *q);
-- 
2.9.5


Thanks,
Ming

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-31  1:38         ` Ming Lei
@ 2018-07-31 12:47           ` Peter Geis
  2018-07-31 16:25             ` Ming Lei
  0 siblings, 1 reply; 19+ messages in thread
From: Peter Geis @ 2018-07-31 12:47 UTC (permalink / raw)
  To: Ming Lei; +Cc: Jens Axboe, linux-block, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 2165 bytes --]

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.


[-- Attachment #2: dmesg-mmc2.txt --]
[-- Type: text/plain, Size: 343193 bytes --]

[    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)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-31 12:47           ` Peter Geis
@ 2018-07-31 16:25             ` Ming Lei
  2018-07-31 17:51               ` Peter Geis
  2018-08-02 10:09               ` Adrian Hunter
  0 siblings, 2 replies; 19+ messages in thread
From: Ming Lei @ 2018-07-31 16:25 UTC (permalink / raw)
  To: Peter Geis, Adrian Hunter, Linus Walleij, Ulf Hansson
  Cc: Jens Axboe, linux-block, linux-tegra

Hi Peter,

On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
> 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"

No, now mmc has been converted to blk-mq, and the default mq io sched
should have been mq-deadline for mmc, but not sure why it is none in
your case.

> 
> > 
> > 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.

>From the log you captured, seems there are three requests(33, 34, 60) blocked,
which should have been inside mmc, but still need to confirm, could you apply the
following one-line patch against the last debug patch and collect the log again?

diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index d35f265cd5e0..ac2ffc5a8ed4 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
                                   !host->hold_retune;
        }

+       if (blk_queue_debug(q))
+               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
        blk_mq_start_request(req);

        issued = mmc_blk_mq_issue_rq(mq, req);


Also see comments in mmc_mq_queue_rq():

	/*
	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
	 * will not be dispatched in parallel.
	 */

which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
as > 1, and requests may be dispatched to the unique hw queue in parallel.

Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
guarantee that.


Thanks,
Ming

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-31 16:25             ` Ming Lei
@ 2018-07-31 17:51               ` Peter Geis
  2018-07-31 23:18                 ` Ming Lei
  2018-08-02 10:09               ` Adrian Hunter
  1 sibling, 1 reply; 19+ messages in thread
From: Peter Geis @ 2018-07-31 17:51 UTC (permalink / raw)
  To: Ming Lei, Adrian Hunter, Linus Walleij, Ulf Hansson
  Cc: Jens Axboe, linux-block, linux-tegra



On 07/31/2018 12:25 PM, Ming Lei wrote:
> Hi Peter,
> 
> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
>> 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"
> 
> No, now mmc has been converted to blk-mq, and the default mq io sched
> should have been mq-deadline for mmc, but not sure why it is none in
> your case.

Thanks, you just answered the question.
It would be helpful if CONFIG_MQ_IOSCHED_DEADLINE=y is set.

Would you like to continue tracking down why if that is unset or the 
module is unavailable the whole thing breaks?

> 
>>
>>>
>>> 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.
> 
>  From the log you captured, seems there are three requests(33, 34, 60) blocked,
> which should have been inside mmc, but still need to confirm, could you apply the
> following one-line patch against the last debug patch and collect the log again?
> 
> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> index d35f265cd5e0..ac2ffc5a8ed4 100644
> --- a/drivers/mmc/core/queue.c
> +++ b/drivers/mmc/core/queue.c
> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>                                     !host->hold_retune;
>          }
> 
> +       if (blk_queue_debug(q))
> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
>          blk_mq_start_request(req);
> 
>          issued = mmc_blk_mq_issue_rq(mq, req);
> 
> 
> Also see comments in mmc_mq_queue_rq():
> 
> 	/*
> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> 	 * will not be dispatched in parallel.
> 	 */
> 
> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
> as > 1, and requests may be dispatched to the unique hw queue in parallel.
> 
> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
> guarantee that.
> 
> 
> Thanks,
> Ming
> 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-31 17:51               ` Peter Geis
@ 2018-07-31 23:18                 ` Ming Lei
  0 siblings, 0 replies; 19+ messages in thread
From: Ming Lei @ 2018-07-31 23:18 UTC (permalink / raw)
  To: Peter Geis
  Cc: Adrian Hunter, Linus Walleij, Ulf Hansson, Jens Axboe,
	linux-block, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 2360 bytes --]

On Tue, Jul 31, 2018 at 01:51:22PM -0400, Peter Geis wrote:
> 
> 
> On 07/31/2018 12:25 PM, Ming Lei wrote:
> > Hi Peter,
> > 
> > On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
> > > 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"
> > 
> > No, now mmc has been converted to blk-mq, and the default mq io sched
> > should have been mq-deadline for mmc, but not sure why it is none in
> > your case.
> 
> Thanks, you just answered the question.
> It would be helpful if CONFIG_MQ_IOSCHED_DEADLINE=y is set.
> 
> Would you like to continue tracking down why if that is unset or the module
> is unavailable the whole thing breaks?

Sure, I already sent you one simple debug patch in last email, which might show
where the issue is. And up to now, the issue is highly related with
mmc's internal sync.

Could you apply the attached debug patch and collect the trace log again?


Thanks,
Ming

[-- Attachment #2: 0001-mmc-blk-mq-debug-debug-info.patch --]
[-- Type: text/plain, Size: 5131 bytes --]

>From a713d76deebab1d8a9e1e25db6ab0eabea3032bd Mon Sep 17 00:00:00 2001
From: Ming Lei <ming.lei@redhat.com>
Date: Tue, 31 Jul 2018 08:31:58 +0800
Subject: [PATCH] mmc-blk-mq-debug: debug info

Signed-off-by: Ming Lei <ming.lei@redhat.com>
---
 block/blk-mq-sched.c     |  2 ++
 block/blk-mq.c           |  8 ++++++++
 drivers/mmc/core/queue.c | 18 ++++++++++++++++++
 drivers/mmc/host/sdhci.c |  1 +
 include/linux/blkdev.h   |  1 +
 5 files changed, 30 insertions(+)

diff --git a/block/blk-mq-sched.c b/block/blk-mq-sched.c
index cf9c66c6d35a..6573684b07e5 100644
--- a/block/blk-mq-sched.c
+++ b/block/blk-mq-sched.c
@@ -415,6 +415,8 @@ void blk_mq_sched_insert_requests(struct request_queue *q,
 			blk_mq_try_issue_list_directly(hctx, list);
 			if (list_empty(list))
 				return;
+			if (blk_queue_debug(q))
+				trace_printk("issue direct: partial done\n");
 		}
 		blk_mq_insert_requests(hctx, ctx, list);
 	}
diff --git a/block/blk-mq.c b/block/blk-mq.c
index e13bdc2707ce..fe807cd1f9ef 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -488,6 +488,9 @@ void blk_mq_free_request(struct request *rq)
 	struct blk_mq_ctx *ctx = rq->mq_ctx;
 	struct blk_mq_hw_ctx *hctx = blk_mq_map_queue(q, ctx->cpu);
 
+	if (blk_queue_debug(q))
+		trace_printk("complete: rq %d %d\n", rq->internal_tag, rq->tag);
+
 	if (rq->rq_flags & RQF_ELVPRIV) {
 		if (e && e->type->ops.mq.finish_request)
 			e->type->ops.mq.finish_request(rq);
@@ -1793,6 +1796,9 @@ void blk_mq_try_issue_list_directly(struct blk_mq_hw_ctx *hctx,
 
 		list_del_init(&rq->queuelist);
 		ret = blk_mq_request_issue_directly(rq);
+		if (blk_queue_debug(rq->q))
+			trace_printk("issue direct: rq %d %d, ret %d\n",
+					rq->internal_tag, rq->tag, (int)ret);
 		if (ret != BLK_STS_OK) {
 			if (ret == BLK_STS_RESOURCE ||
 					ret == BLK_STS_DEV_RESOURCE) {
@@ -1841,6 +1847,8 @@ static blk_qc_t blk_mq_make_request(struct request_queue *q, struct bio *bio)
 		return BLK_QC_T_NONE;
 	}
 
+	 if (blk_queue_debug(q))
+		 trace_printk("make rq %d %d\n", rq->internal_tag, rq->tag);
 	rq_qos_track(q, rq, bio);
 
 	cookie = request_to_qc_t(data.hctx, rq);
diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index 648eb6743ed5..ac2ffc5a8ed4 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -257,6 +257,10 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mmc_card_removed(mq->card)) {
 		req->rq_flags |= RQF_QUIET;
+
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag, "io err");
 		return BLK_STS_IOERR;
 	}
 
@@ -266,6 +270,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	if (mq->recovery_needed) {
 		spin_unlock_irq(q->queue_lock);
+		if (blk_queue_debug(q))
+			trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag, "resource");
 		return BLK_STS_RESOURCE;
 	}
 
@@ -274,6 +281,10 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		if (mmc_cqe_dcmd_busy(mq)) {
 			mq->cqe_busy |= MMC_CQE_DCMD_BUSY;
 			spin_unlock_irq(q->queue_lock);
+			if (blk_queue_debug(q))
+				trace_printk("queue rq %d %d, %s\n",
+					req->internal_tag, req->tag,
+					"resource");
 			return BLK_STS_RESOURCE;
 		}
 		break;
@@ -310,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 				   !host->hold_retune;
 	}
 
+	if (blk_queue_debug(q))
+		trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
 	blk_mq_start_request(req);
 
 	issued = mmc_blk_mq_issue_rq(mq, req);
@@ -326,6 +339,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		break;
 	}
 
+	if (blk_queue_debug(q))
+		trace_printk("queue rq %d %d, %d\n",
+				req->internal_tag, req->tag, (int)ret);
 	if (issued != MMC_REQ_STARTED) {
 		bool put_card = false;
 
@@ -404,6 +420,8 @@ static int mmc_mq_init_queue(struct mmc_queue *mq, int q_depth,
 	mq->queue->queue_lock = lock;
 	mq->queue->queuedata = mq;
 
+	blk_queue_flag_set(31, mq->queue);
+
 	return 0;
 
 free_tag_set:
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 1c828e0e9905..b2b471c2f5f6 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -2640,6 +2640,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
 			return;
 		pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
 		       mmc_hostname(host->mmc), (unsigned)intmask);
+		ftrace_dump(DUMP_ALL);
 		sdhci_dumpregs(host);
 		return;
 	}
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 050d599f5ea9..29be3a6d5903 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -741,6 +741,7 @@ bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q);
 #define blk_queue_preempt_only(q)				\
 	test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags)
 #define blk_queue_fua(q)	test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags)
+#define blk_queue_debug(q)	test_bit(31, &(q)->queue_flags)
 
 extern int blk_set_preempt_only(struct request_queue *q);
 extern void blk_clear_preempt_only(struct request_queue *q);
-- 
2.9.5


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-07-31 16:25             ` Ming Lei
  2018-07-31 17:51               ` Peter Geis
@ 2018-08-02 10:09               ` Adrian Hunter
  2018-08-02 10:33                 ` Ming Lei
  1 sibling, 1 reply; 19+ messages in thread
From: Adrian Hunter @ 2018-08-02 10:09 UTC (permalink / raw)
  To: Ming Lei, Peter Geis, Linus Walleij, Ulf Hansson
  Cc: Jens Axboe, linux-block, linux-tegra

On 31/07/18 19:25, Ming Lei wrote:
> Hi Peter,
> 
> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
>> 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"
> 
> No, now mmc has been converted to blk-mq, and the default mq io sched
> should have been mq-deadline for mmc, but not sure why it is none in
> your case.
> 
>>
>>>
>>> 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.
> 
>>>From the log you captured, seems there are three requests(33, 34, 60) blocked,
> which should have been inside mmc, but still need to confirm, could you apply the
> following one-line patch against the last debug patch and collect the log again?
> 
> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> index d35f265cd5e0..ac2ffc5a8ed4 100644
> --- a/drivers/mmc/core/queue.c
> +++ b/drivers/mmc/core/queue.c
> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>                                    !host->hold_retune;
>         }
> 
> +       if (blk_queue_debug(q))
> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
>         blk_mq_start_request(req);
> 
>         issued = mmc_blk_mq_issue_rq(mq, req);
> 
> 
> Also see comments in mmc_mq_queue_rq():
> 
> 	/*
> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> 	 * will not be dispatched in parallel.
> 	 */
> 
> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
> as > 1, and requests may be dispatched to the unique hw queue in parallel.
> 
> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
> guarantee that.

We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
if hw queue isn't busy in case of 'none'".  We did consider adding a mutex, refer
https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/

However the following might do, do you think?


diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index 648eb6743ed5..6edffeed9953 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
 	mmc_exit_request(mq->queue, req);
 }
 
-/*
- * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
- * will not be dispatched in parallel.
- */
 static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 				    const struct blk_mq_queue_data *bd)
 {
@@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 
 	spin_lock_irq(q->queue_lock);
 
-	if (mq->recovery_needed) {
+	if (mq->recovery_needed || mq->busy) {
 		spin_unlock_irq(q->queue_lock);
 		return BLK_STS_RESOURCE;
 	}
@@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		break;
 	}
 
+	/* Parallel dispatch of requests is not supported at the moment */
+	mq->busy = true;
+
 	mq->in_flight[issue_type] += 1;
 	get_card = (mmc_tot_in_flight(mq) == 1);
 	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
@@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
 		mq->in_flight[issue_type] -= 1;
 		if (mmc_tot_in_flight(mq) == 0)
 			put_card = true;
+		mq->busy = false;
 		spin_unlock_irq(q->queue_lock);
 		if (put_card)
 			mmc_put_card(card, &mq->ctx);
+	} else {
+		WRITE_ONCE(mq->busy, false);
 	}
 
 	return ret;
diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
index 17e59d50b496..9bf3c9245075 100644
--- a/drivers/mmc/core/queue.h
+++ b/drivers/mmc/core/queue.h
@@ -81,6 +81,7 @@ struct mmc_queue {
 	unsigned int		cqe_busy;
 #define MMC_CQE_DCMD_BUSY	BIT(0)
 #define MMC_CQE_QUEUE_FULL	BIT(1)
+	bool			busy;
 	bool			use_cqe;
 	bool			recovery_needed;
 	bool			in_recovery;

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 10:09               ` Adrian Hunter
@ 2018-08-02 10:33                 ` Ming Lei
  2018-08-02 10:47                   ` Adrian Hunter
  0 siblings, 1 reply; 19+ messages in thread
From: Ming Lei @ 2018-08-02 10:33 UTC (permalink / raw)
  To: Adrian Hunter
  Cc: Peter Geis, Linus Walleij, Ulf Hansson, Jens Axboe, linux-block,
	linux-tegra

On Thu, Aug 02, 2018 at 01:09:31PM +0300, Adrian Hunter wrote:
> On 31/07/18 19:25, Ming Lei wrote:
> > Hi Peter,
> > 
> > On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
> >> 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"
> > 
> > No, now mmc has been converted to blk-mq, and the default mq io sched
> > should have been mq-deadline for mmc, but not sure why it is none in
> > your case.
> > 
> >>
> >>>
> >>> 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.
> > 
> >>From the log you captured, seems there are three requests(33, 34, 60) blocked,
> > which should have been inside mmc, but still need to confirm, could you apply the
> > following one-line patch against the last debug patch and collect the log again?
> > 
> > diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> > index d35f265cd5e0..ac2ffc5a8ed4 100644
> > --- a/drivers/mmc/core/queue.c
> > +++ b/drivers/mmc/core/queue.c
> > @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >                                    !host->hold_retune;
> >         }
> > 
> > +       if (blk_queue_debug(q))
> > +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
> >         blk_mq_start_request(req);
> > 
> >         issued = mmc_blk_mq_issue_rq(mq, req);
> > 
> > 
> > Also see comments in mmc_mq_queue_rq():
> > 
> > 	/*
> > 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> > 	 * will not be dispatched in parallel.
> > 	 */
> > 
> > which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
> > as > 1, and requests may be dispatched to the unique hw queue in parallel.
> > 
> > Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
> > in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
> > guarantee that.
> 
> We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
> if hw queue isn't busy in case of 'none'".

OK, thanks for clarifying that, and as I mentioned what matters is the
timing change.

> We did consider adding a mutex, refer
> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/
> 
> However the following might do, do you think?

If dispatch in parallel isn't supported, just wondering why not set hw
queue depth as 1? That way should be simple to fix this issue.

> 
> 
> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> index 648eb6743ed5..6edffeed9953 100644
> --- a/drivers/mmc/core/queue.c
> +++ b/drivers/mmc/core/queue.c
> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
>  	mmc_exit_request(mq->queue, req);
>  }
>  
> -/*
> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> - * will not be dispatched in parallel.
> - */
>  static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>  				    const struct blk_mq_queue_data *bd)
>  {
> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>  
>  	spin_lock_irq(q->queue_lock);
>  
> -	if (mq->recovery_needed) {
> +	if (mq->recovery_needed || mq->busy) {
>  		spin_unlock_irq(q->queue_lock);
>  		return BLK_STS_RESOURCE;
>  	}
> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>  		break;
>  	}
>  
> +	/* Parallel dispatch of requests is not supported at the moment */
> +	mq->busy = true;
> +
>  	mq->in_flight[issue_type] += 1;
>  	get_card = (mmc_tot_in_flight(mq) == 1);
>  	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>  		mq->in_flight[issue_type] -= 1;
>  		if (mmc_tot_in_flight(mq) == 0)
>  			put_card = true;
> +		mq->busy = false;
>  		spin_unlock_irq(q->queue_lock);
>  		if (put_card)
>  			mmc_put_card(card, &mq->ctx);
> +	} else {
> +		WRITE_ONCE(mq->busy, false);
>  	}
>  
>  	return ret;
> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
> index 17e59d50b496..9bf3c9245075 100644
> --- a/drivers/mmc/core/queue.h
> +++ b/drivers/mmc/core/queue.h
> @@ -81,6 +81,7 @@ struct mmc_queue {
>  	unsigned int		cqe_busy;
>  #define MMC_CQE_DCMD_BUSY	BIT(0)
>  #define MMC_CQE_QUEUE_FULL	BIT(1)
> +	bool			busy;
>  	bool			use_cqe;
>  	bool			recovery_needed;
>  	bool			in_recovery;

Sorry, I am not familiar with mmc code, so can't comment on the above
patch.

Thanks,
Ming

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 10:33                 ` Ming Lei
@ 2018-08-02 10:47                   ` Adrian Hunter
  2018-08-02 11:09                     ` Ming Lei
  0 siblings, 1 reply; 19+ messages in thread
From: Adrian Hunter @ 2018-08-02 10:47 UTC (permalink / raw)
  To: Ming Lei
  Cc: Peter Geis, Linus Walleij, Ulf Hansson, Jens Axboe, linux-block,
	linux-tegra

On 02/08/18 13:33, Ming Lei wrote:
> On Thu, Aug 02, 2018 at 01:09:31PM +0300, Adrian Hunter wrote:
>> On 31/07/18 19:25, Ming Lei wrote:
>>> Hi Peter,
>>>
>>> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
>>>> 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"
>>>
>>> No, now mmc has been converted to blk-mq, and the default mq io sched
>>> should have been mq-deadline for mmc, but not sure why it is none in
>>> your case.
>>>
>>>>
>>>>>
>>>>> 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.
>>>
>>> >From the log you captured, seems there are three requests(33, 34, 60) blocked,
>>> which should have been inside mmc, but still need to confirm, could you apply the
>>> following one-line patch against the last debug patch and collect the log again?
>>>
>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>> index d35f265cd5e0..ac2ffc5a8ed4 100644
>>> --- a/drivers/mmc/core/queue.c
>>> +++ b/drivers/mmc/core/queue.c
>>> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>                                    !host->hold_retune;
>>>         }
>>>
>>> +       if (blk_queue_debug(q))
>>> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
>>>         blk_mq_start_request(req);
>>>
>>>         issued = mmc_blk_mq_issue_rq(mq, req);
>>>
>>>
>>> Also see comments in mmc_mq_queue_rq():
>>>
>>> 	/*
>>> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>>> 	 * will not be dispatched in parallel.
>>> 	 */
>>>
>>> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
>>> as > 1, and requests may be dispatched to the unique hw queue in parallel.
>>>
>>> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
>>> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
>>> guarantee that.
>>
>> We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
>> if hw queue isn't busy in case of 'none'".
> 
> OK, thanks for clarifying that, and as I mentioned what matters is the
> timing change.
> 
>> We did consider adding a mutex, refer
>> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/
>>
>> However the following might do, do you think?
> 
> If dispatch in parallel isn't supported, just wondering why not set hw
> queue depth as 1? That way should be simple to fix this issue.

First, it isn't 1.  It is 2 for devices with no command queue because we
prepare a request while the previous one completes.  Otherwise it is the
command queue depth.

Secondly, we expect an elevator to be used, and the elevator needs a decent
number of requests to work with, and the default number of requests is
currently tied to the queue depth.

> 
>>
>>
>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>> index 648eb6743ed5..6edffeed9953 100644
>> --- a/drivers/mmc/core/queue.c
>> +++ b/drivers/mmc/core/queue.c
>> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
>>  	mmc_exit_request(mq->queue, req);
>>  }
>>  
>> -/*
>> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>> - * will not be dispatched in parallel.
>> - */
>>  static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>  				    const struct blk_mq_queue_data *bd)
>>  {
>> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>  
>>  	spin_lock_irq(q->queue_lock);
>>  
>> -	if (mq->recovery_needed) {
>> +	if (mq->recovery_needed || mq->busy) {
>>  		spin_unlock_irq(q->queue_lock);
>>  		return BLK_STS_RESOURCE;
>>  	}
>> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>  		break;
>>  	}
>>  
>> +	/* Parallel dispatch of requests is not supported at the moment */
>> +	mq->busy = true;
>> +
>>  	mq->in_flight[issue_type] += 1;
>>  	get_card = (mmc_tot_in_flight(mq) == 1);
>>  	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
>> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>  		mq->in_flight[issue_type] -= 1;
>>  		if (mmc_tot_in_flight(mq) == 0)
>>  			put_card = true;
>> +		mq->busy = false;
>>  		spin_unlock_irq(q->queue_lock);
>>  		if (put_card)
>>  			mmc_put_card(card, &mq->ctx);
>> +	} else {
>> +		WRITE_ONCE(mq->busy, false);
>>  	}
>>  
>>  	return ret;
>> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
>> index 17e59d50b496..9bf3c9245075 100644
>> --- a/drivers/mmc/core/queue.h
>> +++ b/drivers/mmc/core/queue.h
>> @@ -81,6 +81,7 @@ struct mmc_queue {
>>  	unsigned int		cqe_busy;
>>  #define MMC_CQE_DCMD_BUSY	BIT(0)
>>  #define MMC_CQE_QUEUE_FULL	BIT(1)
>> +	bool			busy;
>>  	bool			use_cqe;
>>  	bool			recovery_needed;
>>  	bool			in_recovery;
> 
> Sorry, I am not familiar with mmc code, so can't comment on the above
> patch.

Right, but if we return BLK_STS_RESOURCE to avoid parallel dispatch, do we
need to worry about ensuring the queue gets run later?

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 10:47                   ` Adrian Hunter
@ 2018-08-02 11:09                     ` Ming Lei
  2018-08-02 11:23                       ` Adrian Hunter
  0 siblings, 1 reply; 19+ messages in thread
From: Ming Lei @ 2018-08-02 11:09 UTC (permalink / raw)
  To: Adrian Hunter
  Cc: Peter Geis, Linus Walleij, Ulf Hansson, Jens Axboe, linux-block,
	linux-tegra

On Thu, Aug 02, 2018 at 01:47:29PM +0300, Adrian Hunter wrote:
> On 02/08/18 13:33, Ming Lei wrote:
> > On Thu, Aug 02, 2018 at 01:09:31PM +0300, Adrian Hunter wrote:
> >> On 31/07/18 19:25, Ming Lei wrote:
> >>> Hi Peter,
> >>>
> >>> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
> >>>> 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"
> >>>
> >>> No, now mmc has been converted to blk-mq, and the default mq io sched
> >>> should have been mq-deadline for mmc, but not sure why it is none in
> >>> your case.
> >>>
> >>>>
> >>>>>
> >>>>> 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.
> >>>
> >>> >From the log you captured, seems there are three requests(33, 34, 60) blocked,
> >>> which should have been inside mmc, but still need to confirm, could you apply the
> >>> following one-line patch against the last debug patch and collect the log again?
> >>>
> >>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> >>> index d35f265cd5e0..ac2ffc5a8ed4 100644
> >>> --- a/drivers/mmc/core/queue.c
> >>> +++ b/drivers/mmc/core/queue.c
> >>> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >>>                                    !host->hold_retune;
> >>>         }
> >>>
> >>> +       if (blk_queue_debug(q))
> >>> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
> >>>         blk_mq_start_request(req);
> >>>
> >>>         issued = mmc_blk_mq_issue_rq(mq, req);
> >>>
> >>>
> >>> Also see comments in mmc_mq_queue_rq():
> >>>
> >>> 	/*
> >>> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> >>> 	 * will not be dispatched in parallel.
> >>> 	 */
> >>>
> >>> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
> >>> as > 1, and requests may be dispatched to the unique hw queue in parallel.
> >>>
> >>> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
> >>> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
> >>> guarantee that.
> >>
> >> We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
> >> if hw queue isn't busy in case of 'none'".
> > 
> > OK, thanks for clarifying that, and as I mentioned what matters is the
> > timing change.
> > 
> >> We did consider adding a mutex, refer
> >> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/
> >>
> >> However the following might do, do you think?
> > 
> > If dispatch in parallel isn't supported, just wondering why not set hw
> > queue depth as 1? That way should be simple to fix this issue.
> 
> First, it isn't 1.  It is 2 for devices with no command queue because we
> prepare a request while the previous one completes.  Otherwise it is the
> command queue depth.

Could you share where the prepare function is? What does the prepare
function do?

If the device has no command queue, I understand there is only one
command which can be queued/issued to controller. If that is true, the queue
depth should be 1.

> 
> Secondly, we expect an elevator to be used, and the elevator needs a decent
> number of requests to work with, and the default number of requests is
> currently tied to the queue depth.

There are two queue depth, we are talking about hw queue depth, which
means how many commands the controller can queue at most. The other one
is scheduler queue depth, which is 2 times of hw queue depth at default.

We may improve this case a bit, now if hw queue depth is 1, the scheduler
queue depth is set as 2 at default, but this default depth isn't good, since
legacy sets scheduler queue depth as 128, even though the minimized
depth is 4.

> 
> > 
> >>
> >>
> >> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> >> index 648eb6743ed5..6edffeed9953 100644
> >> --- a/drivers/mmc/core/queue.c
> >> +++ b/drivers/mmc/core/queue.c
> >> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
> >>  	mmc_exit_request(mq->queue, req);
> >>  }
> >>  
> >> -/*
> >> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
> >> - * will not be dispatched in parallel.
> >> - */
> >>  static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >>  				    const struct blk_mq_queue_data *bd)
> >>  {
> >> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >>  
> >>  	spin_lock_irq(q->queue_lock);
> >>  
> >> -	if (mq->recovery_needed) {
> >> +	if (mq->recovery_needed || mq->busy) {
> >>  		spin_unlock_irq(q->queue_lock);
> >>  		return BLK_STS_RESOURCE;
> >>  	}
> >> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >>  		break;
> >>  	}
> >>  
> >> +	/* Parallel dispatch of requests is not supported at the moment */
> >> +	mq->busy = true;
> >> +
> >>  	mq->in_flight[issue_type] += 1;
> >>  	get_card = (mmc_tot_in_flight(mq) == 1);
> >>  	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
> >> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
> >>  		mq->in_flight[issue_type] -= 1;
> >>  		if (mmc_tot_in_flight(mq) == 0)
> >>  			put_card = true;
> >> +		mq->busy = false;
> >>  		spin_unlock_irq(q->queue_lock);
> >>  		if (put_card)
> >>  			mmc_put_card(card, &mq->ctx);
> >> +	} else {
> >> +		WRITE_ONCE(mq->busy, false);
> >>  	}
> >>  
> >>  	return ret;
> >> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
> >> index 17e59d50b496..9bf3c9245075 100644
> >> --- a/drivers/mmc/core/queue.h
> >> +++ b/drivers/mmc/core/queue.h
> >> @@ -81,6 +81,7 @@ struct mmc_queue {
> >>  	unsigned int		cqe_busy;
> >>  #define MMC_CQE_DCMD_BUSY	BIT(0)
> >>  #define MMC_CQE_QUEUE_FULL	BIT(1)
> >> +	bool			busy;
> >>  	bool			use_cqe;
> >>  	bool			recovery_needed;
> >>  	bool			in_recovery;
> > 
> > Sorry, I am not familiar with mmc code, so can't comment on the above
> > patch.
> 
> Right, but if we return BLK_STS_RESOURCE to avoid parallel dispatch, do we
> need to worry about ensuring the queue gets run later?

Yeah, blk-mq can cover that.

Thanks,
Ming

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 11:09                     ` Ming Lei
@ 2018-08-02 11:23                       ` Adrian Hunter
  2018-08-02 12:10                         ` Peter Geis
  0 siblings, 1 reply; 19+ messages in thread
From: Adrian Hunter @ 2018-08-02 11:23 UTC (permalink / raw)
  To: Ming Lei, Peter Geis
  Cc: Linus Walleij, Ulf Hansson, Jens Axboe, linux-block, linux-tegra

On 02/08/18 14:09, Ming Lei wrote:
> On Thu, Aug 02, 2018 at 01:47:29PM +0300, Adrian Hunter wrote:
>> On 02/08/18 13:33, Ming Lei wrote:
>>> On Thu, Aug 02, 2018 at 01:09:31PM +0300, Adrian Hunter wrote:
>>>> On 31/07/18 19:25, Ming Lei wrote:
>>>>> Hi Peter,
>>>>>
>>>>> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
>>>>>> 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"
>>>>>
>>>>> No, now mmc has been converted to blk-mq, and the default mq io sched
>>>>> should have been mq-deadline for mmc, but not sure why it is none in
>>>>> your case.
>>>>>
>>>>>>
>>>>>>>
>>>>>>> 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.
>>>>>
>>>>> >From the log you captured, seems there are three requests(33, 34, 60) blocked,
>>>>> which should have been inside mmc, but still need to confirm, could you apply the
>>>>> following one-line patch against the last debug patch and collect the log again?
>>>>>
>>>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>>>> index d35f265cd5e0..ac2ffc5a8ed4 100644
>>>>> --- a/drivers/mmc/core/queue.c
>>>>> +++ b/drivers/mmc/core/queue.c
>>>>> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>                                    !host->hold_retune;
>>>>>         }
>>>>>
>>>>> +       if (blk_queue_debug(q))
>>>>> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
>>>>>         blk_mq_start_request(req);
>>>>>
>>>>>         issued = mmc_blk_mq_issue_rq(mq, req);
>>>>>
>>>>>
>>>>> Also see comments in mmc_mq_queue_rq():
>>>>>
>>>>> 	/*
>>>>> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>>>>> 	 * will not be dispatched in parallel.
>>>>> 	 */
>>>>>
>>>>> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
>>>>> as > 1, and requests may be dispatched to the unique hw queue in parallel.
>>>>>
>>>>> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
>>>>> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
>>>>> guarantee that.
>>>>
>>>> We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
>>>> if hw queue isn't busy in case of 'none'".
>>>
>>> OK, thanks for clarifying that, and as I mentioned what matters is the
>>> timing change.
>>>
>>>> We did consider adding a mutex, refer
>>>> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/
>>>>
>>>> However the following might do, do you think?
>>>
>>> If dispatch in parallel isn't supported, just wondering why not set hw
>>> queue depth as 1? That way should be simple to fix this issue.
>>
>> First, it isn't 1.  It is 2 for devices with no command queue because we
>> prepare a request while the previous one completes.  Otherwise it is the
>> command queue depth.
> 
> Could you share where the prepare function is? What does the prepare
> function do?

The prepare function is mmc_pre_req().

The prepare function is to let the host controller DMA map the request.  On
some architectures that is sufficiently slow that there is a significant
performance benefit to doing that in advance.

> 
> If the device has no command queue, I understand there is only one
> command which can be queued/issued to controller. If that is true, the queue
> depth should be 1.
> 
>>
>> Secondly, we expect an elevator to be used, and the elevator needs a decent
>> number of requests to work with, and the default number of requests is
>> currently tied to the queue depth.
> 
> There are two queue depth, we are talking about hw queue depth, which
> means how many commands the controller can queue at most. The other one
> is scheduler queue depth, which is 2 times of hw queue depth at default.
> 
> We may improve this case a bit, now if hw queue depth is 1, the scheduler
> queue depth is set as 2 at default, but this default depth isn't good, since
> legacy sets scheduler queue depth as 128, even though the minimized
> depth is 4.
> 
>>
>>>
>>>>
>>>>
>>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>>> index 648eb6743ed5..6edffeed9953 100644
>>>> --- a/drivers/mmc/core/queue.c
>>>> +++ b/drivers/mmc/core/queue.c
>>>> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
>>>>  	mmc_exit_request(mq->queue, req);
>>>>  }
>>>>  
>>>> -/*
>>>> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>>>> - * will not be dispatched in parallel.
>>>> - */
>>>>  static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>  				    const struct blk_mq_queue_data *bd)
>>>>  {
>>>> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>  
>>>>  	spin_lock_irq(q->queue_lock);
>>>>  
>>>> -	if (mq->recovery_needed) {
>>>> +	if (mq->recovery_needed || mq->busy) {
>>>>  		spin_unlock_irq(q->queue_lock);
>>>>  		return BLK_STS_RESOURCE;
>>>>  	}
>>>> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>  		break;
>>>>  	}
>>>>  
>>>> +	/* Parallel dispatch of requests is not supported at the moment */
>>>> +	mq->busy = true;
>>>> +
>>>>  	mq->in_flight[issue_type] += 1;
>>>>  	get_card = (mmc_tot_in_flight(mq) == 1);
>>>>  	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
>>>> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>  		mq->in_flight[issue_type] -= 1;
>>>>  		if (mmc_tot_in_flight(mq) == 0)
>>>>  			put_card = true;
>>>> +		mq->busy = false;
>>>>  		spin_unlock_irq(q->queue_lock);
>>>>  		if (put_card)
>>>>  			mmc_put_card(card, &mq->ctx);
>>>> +	} else {
>>>> +		WRITE_ONCE(mq->busy, false);
>>>>  	}
>>>>  
>>>>  	return ret;
>>>> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
>>>> index 17e59d50b496..9bf3c9245075 100644
>>>> --- a/drivers/mmc/core/queue.h
>>>> +++ b/drivers/mmc/core/queue.h
>>>> @@ -81,6 +81,7 @@ struct mmc_queue {
>>>>  	unsigned int		cqe_busy;
>>>>  #define MMC_CQE_DCMD_BUSY	BIT(0)
>>>>  #define MMC_CQE_QUEUE_FULL	BIT(1)
>>>> +	bool			busy;
>>>>  	bool			use_cqe;
>>>>  	bool			recovery_needed;
>>>>  	bool			in_recovery;
>>>
>>> Sorry, I am not familiar with mmc code, so can't comment on the above
>>> patch.
>>
>> Right, but if we return BLK_STS_RESOURCE to avoid parallel dispatch, do we
>> need to worry about ensuring the queue gets run later?
> 
> Yeah, blk-mq can cover that.

Peter, could you test if the diff I sent also fixes your original regression?

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 11:23                       ` Adrian Hunter
@ 2018-08-02 12:10                         ` Peter Geis
  2018-08-04  1:46                           ` Peter Geis
  0 siblings, 1 reply; 19+ messages in thread
From: Peter Geis @ 2018-08-02 12:10 UTC (permalink / raw)
  To: Adrian Hunter, Ming Lei
  Cc: Linus Walleij, Ulf Hansson, Jens Axboe, linux-block, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 10078 bytes --]



On 08/02/2018 07:23 AM, Adrian Hunter wrote:
> On 02/08/18 14:09, Ming Lei wrote:
>> On Thu, Aug 02, 2018 at 01:47:29PM +0300, Adrian Hunter wrote:
>>> On 02/08/18 13:33, Ming Lei wrote:
>>>> On Thu, Aug 02, 2018 at 01:09:31PM +0300, Adrian Hunter wrote:
>>>>> On 31/07/18 19:25, Ming Lei wrote:
>>>>>> Hi Peter,
>>>>>>
>>>>>> On Tue, Jul 31, 2018 at 08:47:45AM -0400, Peter Geis wrote:
>>>>>>> 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"
>>>>>>
>>>>>> No, now mmc has been converted to blk-mq, and the default mq io sched
>>>>>> should have been mq-deadline for mmc, but not sure why it is none in
>>>>>> your case.
>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> 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.
>>>>>>
>>>>>> >From the log you captured, seems there are three requests(33, 34, 60) blocked,
>>>>>> which should have been inside mmc, but still need to confirm, could you apply the
>>>>>> following one-line patch against the last debug patch and collect the log again?
>>>>>>
>>>>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>>>>> index d35f265cd5e0..ac2ffc5a8ed4 100644
>>>>>> --- a/drivers/mmc/core/queue.c
>>>>>> +++ b/drivers/mmc/core/queue.c
>>>>>> @@ -321,6 +321,8 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>>                                     !host->hold_retune;
>>>>>>          }
>>>>>>
>>>>>> +       if (blk_queue_debug(q))
>>>>>> +               trace_printk("mmc before issue rq %d %d\n", req->internal_tag, req->tag);
>>>>>>          blk_mq_start_request(req);
>>>>>>
>>>>>>          issued = mmc_blk_mq_issue_rq(mq, req);
>>>>>>
>>>>>>
>>>>>> Also see comments in mmc_mq_queue_rq():
>>>>>>
>>>>>> 	/*
>>>>>> 	 * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>>>>>> 	 * will not be dispatched in parallel.
>>>>>> 	 */
>>>>>>
>>>>>> which isn't correct, given blk-mq has multiple sw queue and mmc sets the queue depth
>>>>>> as > 1, and requests may be dispatched to the unique hw queue in parallel.
>>>>>>
>>>>>> Adrian, Ulf Hansson and anyone, could you take a look at the warning of WARN_ON(host->cmd)
>>>>>> in sdhci_send_command()? Seems you only allow to queue one command, but not sure how you
>>>>>> guarantee that.
>>>>>
>>>>> We didn't guarantee it, but it didn't happen before "blk-mq: issue directly
>>>>> if hw queue isn't busy in case of 'none'".
>>>>
>>>> OK, thanks for clarifying that, and as I mentioned what matters is the
>>>> timing change.
>>>>
>>>>> We did consider adding a mutex, refer
>>>>> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/
>>>>>
>>>>> However the following might do, do you think?
>>>>
>>>> If dispatch in parallel isn't supported, just wondering why not set hw
>>>> queue depth as 1? That way should be simple to fix this issue.
>>>
>>> First, it isn't 1.  It is 2 for devices with no command queue because we
>>> prepare a request while the previous one completes.  Otherwise it is the
>>> command queue depth.
>>
>> Could you share where the prepare function is? What does the prepare
>> function do?
> 
> The prepare function is mmc_pre_req().
> 
> The prepare function is to let the host controller DMA map the request.  On
> some architectures that is sufficiently slow that there is a significant
> performance benefit to doing that in advance.
> 
>>
>> If the device has no command queue, I understand there is only one
>> command which can be queued/issued to controller. If that is true, the queue
>> depth should be 1.
>>
>>>
>>> Secondly, we expect an elevator to be used, and the elevator needs a decent
>>> number of requests to work with, and the default number of requests is
>>> currently tied to the queue depth.
>>
>> There are two queue depth, we are talking about hw queue depth, which
>> means how many commands the controller can queue at most. The other one
>> is scheduler queue depth, which is 2 times of hw queue depth at default.
>>
>> We may improve this case a bit, now if hw queue depth is 1, the scheduler
>> queue depth is set as 2 at default, but this default depth isn't good, since
>> legacy sets scheduler queue depth as 128, even though the minimized
>> depth is 4.
>>
>>>
>>>>
>>>>>
>>>>>
>>>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>>>> index 648eb6743ed5..6edffeed9953 100644
>>>>> --- a/drivers/mmc/core/queue.c
>>>>> +++ b/drivers/mmc/core/queue.c
>>>>> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct blk_mq_tag_set *set, struct request *req,
>>>>>   	mmc_exit_request(mq->queue, req);
>>>>>   }
>>>>>   
>>>>> -/*
>>>>> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which means requests
>>>>> - * will not be dispatched in parallel.
>>>>> - */
>>>>>   static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>   				    const struct blk_mq_queue_data *bd)
>>>>>   {
>>>>> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>   
>>>>>   	spin_lock_irq(q->queue_lock);
>>>>>   
>>>>> -	if (mq->recovery_needed) {
>>>>> +	if (mq->recovery_needed || mq->busy) {
>>>>>   		spin_unlock_irq(q->queue_lock);
>>>>>   		return BLK_STS_RESOURCE;
>>>>>   	}
>>>>> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>   		break;
>>>>>   	}
>>>>>   
>>>>> +	/* Parallel dispatch of requests is not supported at the moment */
>>>>> +	mq->busy = true;
>>>>> +
>>>>>   	mq->in_flight[issue_type] += 1;
>>>>>   	get_card = (mmc_tot_in_flight(mq) == 1);
>>>>>   	cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
>>>>> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>   		mq->in_flight[issue_type] -= 1;
>>>>>   		if (mmc_tot_in_flight(mq) == 0)
>>>>>   			put_card = true;
>>>>> +		mq->busy = false;
>>>>>   		spin_unlock_irq(q->queue_lock);
>>>>>   		if (put_card)
>>>>>   			mmc_put_card(card, &mq->ctx);
>>>>> +	} else {
>>>>> +		WRITE_ONCE(mq->busy, false);
>>>>>   	}
>>>>>   
>>>>>   	return ret;
>>>>> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
>>>>> index 17e59d50b496..9bf3c9245075 100644
>>>>> --- a/drivers/mmc/core/queue.h
>>>>> +++ b/drivers/mmc/core/queue.h
>>>>> @@ -81,6 +81,7 @@ struct mmc_queue {
>>>>>   	unsigned int		cqe_busy;
>>>>>   #define MMC_CQE_DCMD_BUSY	BIT(0)
>>>>>   #define MMC_CQE_QUEUE_FULL	BIT(1)
>>>>> +	bool			busy;
>>>>>   	bool			use_cqe;
>>>>>   	bool			recovery_needed;
>>>>>   	bool			in_recovery;
>>>>
>>>> Sorry, I am not familiar with mmc code, so can't comment on the above
>>>> patch.
>>>
>>> Right, but if we return BLK_STS_RESOURCE to avoid parallel dispatch, do we
>>> need to worry about ensuring the queue gets run later?
>>
>> Yeah, blk-mq can cover that.
> 
> Peter, could you test if the diff I sent also fixes your original regression?
> 

Good Morning,
I apologize for the delay in returning the log with the latest debug 
patch, but I encountered a new bug with the io scheduler enabled that I 
was trying to work around.
Apparently with the io scheduler enabled, while it got rid of the 
warnings, I was still getting cache corruption after a period of time.
This manifested itself as ENOMEM errors whenever accessing files that 
had been recently written, and those files showed up as ??????? when ls 
-al was run.
After a reboot those files were available without issue, until written 
again.

I have attached the log from the latest test.

Break.

Adrian,
Your patch appears to have corrected the errors, and it boots without issue.
I will have to run an extended test to ensure the bug I just mentioned 
above does not manifest either.

Thanks everyone!

[-- Attachment #2: dmesg-mmc3.txt --]
[-- Type: text/plain, Size: 258805 bytes --]

[   17.266845]  systemd-1       1.... 2858567us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.269701]  systemd-1       1.... 2858610us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.272537]  systemd-1       1.... 2858613us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.275415] kworker/-79      0.n.. 2859363us : blk_mq_free_request: complete: rq -1 1
[   17.278314]  systemd-1       1.... 2861279us : blk_mq_make_request: make rq -1 1
[   17.281192]  systemd-1       1.... 2861292us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.284050]  systemd-1       1.n.. 2861368us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.286892]  systemd-1       1.n.. 2861371us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.289780] kworker/-79      0.n.. 2862216us : blk_mq_free_request: complete: rq -1 1
[   17.292689]  systemd-1       1.n.. 2863782us : blk_mq_make_request: make rq -1 1
[   17.295569]  systemd-1       1.... 2863808us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.298433]  systemd-1       1.n.. 2863848us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.301275]  systemd-1       1.n.. 2863850us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.304168] kworker/-79      0.n.. 2864595us : blk_mq_free_request: complete: rq -1 1
[   17.307077]  systemd-1       1.n.. 2865660us : blk_mq_make_request: make rq -1 1
[   17.309967]  systemd-1       1.... 2865687us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.312866]  systemd-1       1.... 2865722us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.315746]  systemd-1       1.... 2865725us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.318683] kworker/-79      0.n.. 2866569us : blk_mq_free_request: complete: rq -1 1
[   17.321604]  systemd-1       1.... 2868012us : blk_mq_make_request: make rq -1 1
[   17.324492]  systemd-1       1.... 2868023us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.327396]  systemd-1       1.... 2868072us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.330271]  systemd-1       1.... 2868075us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.333205] kworker/-79      0.n.. 2868952us : blk_mq_free_request: complete: rq -1 1
[   17.336126]  systemd-1       1.... 2869989us : blk_mq_make_request: make rq -1 1
[   17.339012]  systemd-1       1.... 2870016us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.341911]  systemd-1       1.... 2870049us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.344799]  systemd-1       1.... 2870052us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.347733] kworker/-79      0.n.. 2870819us : blk_mq_free_request: complete: rq -1 1
[   17.350659]  systemd-1       1.n.. 2871912us : blk_mq_make_request: make rq -1 1
[   17.353550]  systemd-1       1.... 2871939us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.356448]  systemd-1       1.... 2872021us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.359324]  systemd-1       1.... 2872025us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.362255] kworker/-79      0.n.. 2872766us : blk_mq_free_request: complete: rq -1 1
[   17.365183]  systemd-1       1.... 2874064us : blk_mq_make_request: make rq -1 1
[   17.368071]  systemd-1       1.... 2874075us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.370972]  systemd-1       1.... 2874127us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.373847]  systemd-1       1.... 2874130us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.376784] kworker/-79      0.n.. 2874861us : blk_mq_free_request: complete: rq -1 1
[   17.379711]  systemd-1       1.... 2878366us : blk_mq_make_request: make rq -1 1
[   17.382599]  systemd-1       1.... 2878378us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.385497]  systemd-1       1.n.. 2878454us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.388378]  systemd-1       1.n.. 2878457us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.391315] kworker/-79      0.n.. 2879299us : blk_mq_free_request: complete: rq -1 1
[   17.394245]  systemd-1       1.... 2879867us : blk_mq_make_request: make rq -1 1
[   17.397168]  systemd-1       1.... 2879877us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.400098]  systemd-1       1.... 2879925us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.403026]  systemd-1       1.... 2879928us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.405980] kworker/-79      0.n.. 2880758us : blk_mq_free_request: complete: rq -1 1
[   17.408945]  systemd-1       1.... 2881914us : blk_mq_make_request: make rq -1 1
[   17.411908]  systemd-1       1.... 2881970us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.414892]  systemd-1       1.... 2882005us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.417836]  systemd-1       1.... 2882007us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.420793] kworker/-79      0.n.. 2882699us : blk_mq_free_request: complete: rq -1 1
[   17.423760]  systemd-1       1.n.. 2884060us : blk_mq_make_request: make rq -1 1
[   17.426719]  systemd-1       1.... 2884089us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.429696]  systemd-1       1.... 2884157us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.432633]  systemd-1       1.... 2884160us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.435589] kworker/-79      0.n.. 2885102us : blk_mq_free_request: complete: rq -1 1
[   17.438553]  systemd-1       1.... 2886136us : blk_mq_make_request: make rq -1 1
[   17.441512]  systemd-1       1.... 2886161us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.444491]  systemd-1       1.... 2886194us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.447428]  systemd-1       1.... 2886197us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.450378] kworker/-79      0.n.. 2886960us : blk_mq_free_request: complete: rq -1 1
[   17.453339]  systemd-1       1.... 2888161us : blk_mq_make_request: make rq -1 1
[   17.456295]  systemd-1       1.... 2888171us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.459270]  systemd-1       1.... 2888228us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.462207]  systemd-1       1.... 2888231us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.465160] kworker/-79      0.n.. 2888901us : blk_mq_free_request: complete: rq -1 1
[   17.468116]  systemd-1       1.... 2890440us : blk_mq_make_request: make rq -1 1
[   17.471071]  systemd-1       1.... 2890451us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.474044]  systemd-1       1.n.. 2890487us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.476983]  systemd-1       1.n.. 2890489us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.479936] kworker/-79      0.n.. 2891235us : blk_mq_free_request: complete: rq -1 1
[   17.482896]  systemd-1       1.... 2892641us : blk_mq_make_request: make rq -1 1
[   17.485848]  systemd-1       1.... 2892652us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.488820]  systemd-1       1.... 2892730us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.491754]  systemd-1       1.... 2892733us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.494707] kworker/-79      0.n.. 2893357us : blk_mq_free_request: complete: rq -1 1
[   17.497664]  systemd-1       1.... 2894764us : blk_mq_make_request: make rq -1 1
[   17.500609]  systemd-1       1.... 2894774us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.503578]  systemd-1       1.... 2894823us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.506508] kworker/-79      0.n.. 2895529us : blk_mq_free_request: complete: rq -1 1
[   17.509431]  systemd-1       1.... 2896818us : blk_mq_make_request: make rq -1 1
[   17.512342]  systemd-1       1.n.. 2896833us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.515267]  systemd-1       1.... 2896885us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.518182]  systemd-1       1.... 2896888us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.521123] kworker/-79      0.n.. 2897695us : blk_mq_free_request: complete: rq -1 1
[   17.524044]  systemd-1       1.... 2898713us : blk_mq_make_request: make rq -1 1
[   17.526963]  systemd-1       1.... 2898725us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.529891]  systemd-1       1.n.. 2898762us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.532805]  systemd-1       1.n.. 2898765us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.535751] kworker/-79      0.n.. 2899449us : blk_mq_free_request: complete: rq -1 1
[   17.538673]  systemd-1       1.n.. 2900522us : blk_mq_make_request: make rq -1 1
[   17.541591]  systemd-1       1.... 2900546us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.544525]  systemd-1       1.... 2900582us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.547444]  systemd-1       1.n.. 2900585us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.550395] kworker/-79      0.n.. 2901359us : blk_mq_free_request: complete: rq -1 1
[   17.553322]  systemd-1       1.... 2901947us : blk_mq_make_request: make rq -1 1
[   17.556243]  systemd-1       1.... 2901957us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.559175]  systemd-1       1.... 2902006us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.562099]  systemd-1       1.... 2902009us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.565045] kworker/-79      0.n.. 2902784us : blk_mq_free_request: complete: rq -1 1
[   17.567975]  systemd-1       1.n.. 2903975us : blk_mq_make_request: make rq -1 1
[   17.570888]  systemd-1       1.... 2903998us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.573816]  systemd-1       1.... 2904032us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.576736] kworker/-79      0.n.. 2904753us : blk_mq_free_request: complete: rq -1 1
[   17.579652]  systemd-1       1.... 2905050us : blk_mq_make_request: make rq -1 1
[   17.582533]  systemd-1       1.... 2905059us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.585427]  systemd-1       1.... 2905091us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.588295] kworker/-79      0.n.. 2905939us : blk_mq_free_request: complete: rq -1 1
[   17.591193]  systemd-1       1.n.. 2908272us : blk_mq_make_request: make rq -1 1
[   17.594070]  systemd-1       1.... 2908298us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.596927]  systemd-1       1.n.. 2908338us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.599768]  systemd-1       1.n.. 2908342us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.602652] kworker/-79      0.n.. 2909121us : blk_mq_free_request: complete: rq -1 1
[   17.605561]  systemd-1       1.... 2910425us : blk_mq_make_request: make rq -1 1
[   17.608445]  systemd-1       1.... 2910473us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.611304]  systemd-1       1.... 2910524us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.614145]  systemd-1       1.... 2910527us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.617036] kworker/-79      0.n.. 2911228us : blk_mq_free_request: complete: rq -1 1
[   17.619940]  systemd-1       1.n.. 2912199us : blk_mq_make_request: make rq -1 1
[   17.622825]  systemd-1       1.... 2912227us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.625690]  systemd-1       1.... 2912312us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.628536]  systemd-1       1.... 2912316us : blk_mq_try_issue_list_directly: issue direct: rq -1 1, ret 0
[   17.631428] kworker/-79      0.n.. 2913429us : blk_mq_free_request: complete: rq -1 1
[   17.634342]  systemd-1       1.n.. 2913875us : blk_mq_make_request: make rq -1 1
[   17.637226]  systemd-1       1.... 2913930us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.640095]  systemd-1       1.... 2913965us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.642939] kworker/-79      0.n.. 2914950us : blk_mq_free_request: complete: rq -1 1
[   17.645799]  systemd-1       1.... 2914998us : blk_mq_make_request: make rq -1 1
[   17.648675]  systemd-1       1.... 2915046us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.651551]  systemd-1       1.... 2915076us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.654394] kworker/-79      0.n.. 2915932us : blk_mq_free_request: complete: rq -1 1
[   17.657252]  systemd-1       1.... 2916046us : blk_mq_make_request: make rq -1 1
[   17.660118]  systemd-1       1.... 2916054us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.662977]  systemd-1       1.... 2916083us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.665781]  systemd-1       1.... 2916103us : blk_mq_make_request: make rq -1 2
[   17.668580]  systemd-1       1.n.. 2916109us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.671386]  systemd-1       1.n.. 2916901us : blk_mq_free_request: complete: rq -1 1
[   17.674203]  systemd-1       1.n.. 2916907us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.676989]  systemd-1       1.... 2916941us : blk_mq_make_request: make rq -1 1
[   17.679740]  systemd-1       1.... 2916946us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.682499]  systemd-1       1.... 2917500us : blk_mq_free_request: complete: rq -1 2
[   17.685255]  systemd-1       1.... 2917505us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.688014]  systemd-1       1.n.. 2917526us : blk_mq_make_request: make rq -1 2
[   17.690749]  systemd-1       1.... 2917546us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.693460]  systemd-1       1.... 2918107us : blk_mq_free_request: complete: rq -1 1
[   17.696181]  systemd-1       1.... 2918112us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.698886]  systemd-1       1.... 2918132us : blk_mq_make_request: make rq -1 1
[   17.701596]  systemd-1       1.... 2918164us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.704294]  systemd-1       1.... 2918714us : blk_mq_free_request: complete: rq -1 2
[   17.706961]  systemd-1       1.... 2918718us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.709621]  systemd-1       1.... 2918738us : blk_mq_make_request: make rq -1 2
[   17.712267]  systemd-1       1.... 2918743us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.714939]  systemd-1       1.... 2919291us : blk_mq_free_request: complete: rq -1 1
[   17.717591]  systemd-1       1.... 2919296us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.720234]  systemd-1       1.... 2919316us : blk_mq_make_request: make rq -1 1
[   17.722874]  systemd-1       1.... 2919320us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.725534]  systemd-1       1.n.. 2919867us : blk_mq_free_request: complete: rq -1 2
[   17.728182]  systemd-1       1.n.. 2919871us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.730819]  systemd-1       1.n.. 2919910us : blk_mq_make_request: make rq -1 2
[   17.733444]  systemd-1       1.... 2919953us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.736097]  systemd-1       1.... 2920454us : blk_mq_free_request: complete: rq -1 1
[   17.738728]  systemd-1       1.... 2920458us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.741314]  systemd-1       1.... 2920478us : blk_mq_make_request: make rq -1 1
[   17.743895]  systemd-1       1.n.. 2920483us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.746483]  systemd-1       1.... 2921033us : blk_mq_free_request: complete: rq -1 2
[   17.749086]  systemd-1       1.... 2921038us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.751661]  systemd-1       1.... 2921085us : blk_mq_make_request: make rq -1 2
[   17.754195]  systemd-1       1.... 2921090us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.756742]  systemd-1       1.n.. 2921637us : blk_mq_free_request: complete: rq -1 1
[   17.759285]  systemd-1       1.n.. 2921642us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.761831]  systemd-1       1.n.. 2921681us : blk_mq_make_request: make rq -1 1
[   17.764351]  systemd-1       1.... 2921723us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.766855]  systemd-1       1.... 2922239us : blk_mq_free_request: complete: rq -1 2
[   17.769353]  systemd-1       1.... 2922244us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.771840]  systemd-1       1.n.. 2922265us : blk_mq_make_request: make rq -1 2
[   17.774329]  systemd-1       1.... 2922283us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.776819]  systemd-1       1.... 2922849us : blk_mq_free_request: complete: rq -1 1
[   17.779309]  systemd-1       1.... 2922853us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.781787]  systemd-1       1.... 2922883us : blk_mq_make_request: make rq -1 1
[   17.784272]  systemd-1       1.... 2922887us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.786754]  systemd-1       1.... 2923453us : blk_mq_free_request: complete: rq -1 2
[   17.789236]  systemd-1       1.n.. 2923457us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.791706]  systemd-1       1.... 2923510us : blk_mq_make_request: make rq -1 2
[   17.794183]  systemd-1       1.... 2923514us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.796675]  systemd-1       1.... 2924035us : blk_mq_free_request: complete: rq -1 1
[   17.799170]  systemd-1       1.... 2924040us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.801653]  systemd-1       1.... 2924060us : blk_mq_make_request: make rq -1 1
[   17.804133]  systemd-1       1.n.. 2924065us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.806617]  systemd-1       1.... 2924607us : blk_mq_free_request: complete: rq -1 2
[   17.809111]  systemd-1       1.... 2924611us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.811592]  systemd-1       1.... 2924645us : blk_mq_make_request: make rq -1 2
[   17.814072]  systemd-1       1.... 2924650us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.816562]  systemd-1       1.n.. 2925197us : blk_mq_free_request: complete: rq -1 1
[   17.819048]  systemd-1       1.n.. 2925202us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.821529]  systemd-1       1.... 2925263us : blk_mq_make_request: make rq -1 1
[   17.824010]  systemd-1       1.... 2925268us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.826502]  systemd-1       1.... 2925795us : blk_mq_free_request: complete: rq -1 2
[   17.828989]  systemd-1       1.... 2925799us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.831476]  systemd-1       1.... 2925820us : blk_mq_make_request: make rq -1 2
[   17.833958]  systemd-1       1.... 2925824us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.836456]  systemd-1       1.n.. 2926401us : blk_mq_free_request: complete: rq -1 1
[   17.838948]  systemd-1       1.n.. 2926406us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.841442]  systemd-1       1.... 2926466us : blk_mq_make_request: make rq -1 1
[   17.843925]  systemd-1       1.... 2926471us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.846425]  systemd-1       1.... 2927009us : blk_mq_free_request: complete: rq -1 2
[   17.848918]  systemd-1       1.n.. 2927014us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.851409]  systemd-1       1.n.. 2927082us : blk_mq_make_request: make rq -1 2
[   17.853894]  systemd-1       1.... 2927103us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.856395]  systemd-1       1.... 2927610us : blk_mq_free_request: complete: rq -1 1
[   17.858891]  systemd-1       1.... 2927615us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.861375]  systemd-1       1.... 2927635us : blk_mq_make_request: make rq -1 1
[   17.863853]  systemd-1       1.... 2927689us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.866347]  systemd-1       1.... 2928194us : blk_mq_free_request: complete: rq -1 2
[   17.868844]  systemd-1       1.... 2928198us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.871327]  systemd-1       1.... 2928219us : blk_mq_make_request: make rq -1 2
[   17.873803]  systemd-1       1.... 2928223us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.876294]  systemd-1       1.n.. 2928812us : blk_mq_free_request: complete: rq -1 1
[   17.878792]  systemd-1       1.n.. 2928817us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.881273]  systemd-1       1.n.. 2928857us : blk_mq_make_request: make rq -1 1
[   17.883751]  systemd-1       1.... 2928901us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.886245]  systemd-1       1.n.. 2929396us : blk_mq_free_request: complete: rq -1 2
[   17.888741]  systemd-1       1.n.. 2929400us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.891228]  systemd-1       1.... 2929461us : blk_mq_make_request: make rq -1 2
[   17.893715]  systemd-1       1.... 2929466us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.896211]  systemd-1       1.... 2929983us : blk_mq_free_request: complete: rq -1 1
[   17.898702]  systemd-1       1.... 2929988us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.901185]  systemd-1       1.... 2930008us : blk_mq_make_request: make rq -1 1
[   17.903666]  systemd-1       1.... 2930012us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.906165]  systemd-1       1.n.. 2930587us : blk_mq_free_request: complete: rq -1 2
[   17.908663]  systemd-1       1.n.. 2930592us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.911150]  systemd-1       1.... 2930653us : blk_mq_make_request: make rq -1 2
[   17.913638]  systemd-1       1.... 2930657us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.916138]  systemd-1       1.... 2931184us : blk_mq_free_request: complete: rq -1 1
[   17.918639]  systemd-1       1.... 2931189us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.921131]  systemd-1       1.... 2931257us : blk_mq_make_request: make rq -1 1
[   17.923617]  systemd-1       1.... 2931262us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.926111]  systemd-1       1.... 2931800us : blk_mq_free_request: complete: rq -1 2
[   17.928609]  systemd-1       1.... 2931805us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.931090]  systemd-1       1.... 2931834us : blk_mq_make_request: make rq -1 2
[   17.933572]  systemd-1       1.... 2931838us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.936067]  systemd-1       1.... 2932406us : blk_mq_free_request: complete: rq -1 1
[   17.938563]  systemd-1       1.... 2932410us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.941050]  systemd-1       1.... 2932431us : blk_mq_make_request: make rq -1 1
[   17.943528]  systemd-1       1.... 2932435us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.946021]  systemd-1       1.... 2932995us : blk_mq_free_request: complete: rq -1 2
[   17.948506]  systemd-1       1.... 2932999us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.950986]  systemd-1       1.... 2933020us : blk_mq_make_request: make rq -1 2
[   17.953464]  systemd-1       1.... 2933024us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.955957]  systemd-1       1.... 2933574us : blk_mq_free_request: complete: rq -1 1
[   17.958445]  systemd-1       1.... 2933578us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.960919]  systemd-1       1.... 2933598us : blk_mq_make_request: make rq -1 1
[   17.963392]  systemd-1       1.... 2933603us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.965882]  systemd-1       1.... 2934152us : blk_mq_free_request: complete: rq -1 2
[   17.968366]  systemd-1       1.... 2934156us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.970842]  systemd-1       1.... 2934192us : blk_mq_make_request: make rq -1 2
[   17.973317]  systemd-1       1.... 2934196us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   17.975803]  systemd-1       1.... 2934735us : blk_mq_free_request: complete: rq -1 1
[   17.978280]  systemd-1       1.... 2934740us : mmc_mq_queue_rq: queue rq -1 2, 0
[   17.980751]  systemd-1       1.... 2934749us : blk_mq_make_request: make rq -1 1
[   17.983220]  systemd-1       1.... 2934753us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.985707]  systemd-1       1.... 2935346us : blk_mq_free_request: complete: rq -1 2
[   17.988189]  systemd-1       1.... 2935350us : mmc_mq_queue_rq: queue rq -1 1, 0
[   17.990659] kworker/-79      0.n.. 2935970us : blk_mq_free_request: complete: rq -1 1
[   17.993149]  systemd-1       1.... 2936007us : blk_mq_make_request: make rq -1 1
[   17.995642]  systemd-1       1.... 2936015us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   17.998142]  systemd-1       1.... 2936041us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.000618] kworker/-79      0.n.. 2936893us : blk_mq_free_request: complete: rq -1 1
[   18.003120]  systemd-1       1.... 2936955us : blk_mq_make_request: make rq -1 1
[   18.005622]  systemd-1       1.... 2936963us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.008135]  systemd-1       1.... 2936990us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.010621]  systemd-1       1.... 2937009us : blk_mq_make_request: make rq -1 2
[   18.013102]  systemd-1       1.... 2937013us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.015590]  systemd-1       1.... 2937616us : blk_mq_free_request: complete: rq -1 1
[   18.018085]  systemd-1       1.... 2937621us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.020571]  systemd-1       1.... 2937641us : blk_mq_make_request: make rq -1 1
[   18.023052]  systemd-1       1.... 2937646us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.025545]  systemd-1       1.... 2938214us : blk_mq_free_request: complete: rq -1 2
[   18.028032]  systemd-1       1.... 2938219us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.030509]  systemd-1       1.... 2938239us : blk_mq_make_request: make rq -1 2
[   18.032983]  systemd-1       1.... 2938244us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.035469]  systemd-1       1.... 2938818us : blk_mq_free_request: complete: rq -1 1
[   18.037955]  systemd-1       1.... 2938822us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.040434]  systemd-1       1.... 2938842us : blk_mq_make_request: make rq -1 1
[   18.042909]  systemd-1       1.... 2938847us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.045395]  systemd-1       1.... 2939395us : blk_mq_free_request: complete: rq -1 2
[   18.047878]  systemd-1       1.... 2939402us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.050359]  systemd-1       1.... 2939422us : blk_mq_make_request: make rq -1 2
[   18.052835]  systemd-1       1.... 2939427us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.055334]  systemd-1       1.... 2939972us : blk_mq_free_request: complete: rq -1 1
[   18.057821]  systemd-1       1.... 2939977us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.060296]  systemd-1       1.... 2939997us : blk_mq_make_request: make rq -1 1
[   18.062767]  systemd-1       1.... 2940001us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.065256]  systemd-1       1.... 2940555us : blk_mq_free_request: complete: rq -1 2
[   18.067745]  systemd-1       1.... 2940559us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.070226]  systemd-1       1.... 2940580us : blk_mq_make_request: make rq -1 2
[   18.072705]  systemd-1       1.... 2940584us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.075194]  systemd-1       1.... 2941133us : blk_mq_free_request: complete: rq -1 1
[   18.077682]  systemd-1       1.... 2941137us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.080158]  systemd-1       1.... 2941167us : blk_mq_make_request: make rq -1 1
[   18.082633]  systemd-1       1.... 2941171us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.085128]  systemd-1       1.... 2941738us : blk_mq_free_request: complete: rq -1 2
[   18.087620]  systemd-1       1.... 2941743us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.090102]  systemd-1       1.... 2941763us : blk_mq_make_request: make rq -1 2
[   18.092579]  systemd-1       1.... 2941767us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.095076]  systemd-1       1.... 2942345us : blk_mq_free_request: complete: rq -1 1
[   18.097570]  systemd-1       1.... 2942349us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.100053]  systemd-1       1.... 2942370us : blk_mq_make_request: make rq -1 1
[   18.102564]  systemd-1       1.... 2942374us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.105089]  systemd-1       1.... 2942966us : blk_mq_free_request: complete: rq -1 2
[   18.107614]  systemd-1       1.... 2942971us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.110092]  systemd-1       1.... 2942991us : blk_mq_make_request: make rq -1 2
[   18.112562]  systemd-1       1.... 2942996us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.115033]  systemd-1       1.... 2943543us : blk_mq_free_request: complete: rq -1 1
[   18.117501]  systemd-1       1.... 2943547us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.119968]  systemd-1       1.... 2943568us : blk_mq_make_request: make rq -1 1
[   18.122438]  systemd-1       1.... 2943572us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.124894]  systemd-1       1.... 2944357us : blk_mq_free_request: complete: rq -1 2
[   18.127354]  systemd-1       1.... 2944380us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.129805]  systemd-1       1.... 2944482us : blk_mq_make_request: make rq -1 2
[   18.132264]  systemd-1       1.... 2944503us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.134736]  systemd-1       1.... 2945070us : blk_mq_free_request: complete: rq -1 1
[   18.137205]  systemd-1       1.... 2945093us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.139668]  systemd-1       1.... 2945193us : blk_mq_make_request: make rq -1 1
[   18.142128]  systemd-1       1.... 2945214us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.144592]  systemd-1       1.... 2945860us : blk_mq_free_request: complete: rq -1 2
[   18.147059]  systemd-1       1.... 2945883us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.149523]  systemd-1       1.... 2945983us : blk_mq_make_request: make rq -1 2
[   18.151983]  systemd-1       1.... 2946004us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.154458]  systemd-1       1.... 2946710us : blk_mq_free_request: complete: rq -1 1
[   18.156930]  systemd-1       1.... 2946732us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.159395]  systemd-1       1.... 2946829us : blk_mq_make_request: make rq -1 1
[   18.161854]  systemd-1       1.... 2946850us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.164337]  systemd-1       1.... 2947529us : blk_mq_free_request: complete: rq -1 2
[   18.166813]  systemd-1       1.... 2947551us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.169284]  systemd-1       1.... 2947647us : blk_mq_make_request: make rq -1 2
[   18.171745]  systemd-1       1.... 2947669us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.174223]  systemd-1       1.... 2948299us : blk_mq_free_request: complete: rq -1 1
[   18.176694]  systemd-1       1.... 2948320us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.179167]  systemd-1       1.... 2948421us : blk_mq_make_request: make rq -1 1
[   18.181638]  systemd-1       1.... 2948441us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.184121]  systemd-1       1.... 2949018us : blk_mq_free_request: complete: rq -1 2
[   18.186603]  systemd-1       1.... 2949024us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.189074]  systemd-1       1.... 2949046us : blk_mq_make_request: make rq -1 2
[   18.191543]  systemd-1       1.... 2949050us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.194027]  systemd-1       1.... 2949608us : blk_mq_free_request: complete: rq -1 1
[   18.196507]  systemd-1       1.... 2949613us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.198975]  systemd-1       1.... 2949636us : blk_mq_make_request: make rq -1 1
[   18.201441]  systemd-1       1.... 2949640us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.203927]  systemd-1       1.... 2950187us : blk_mq_free_request: complete: rq -1 2
[   18.206417]  systemd-1       1.... 2950192us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.208883]  systemd-1       1.... 2950214us : blk_mq_make_request: make rq -1 2
[   18.211361]  systemd-1       1.... 2950219us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.213848]  systemd-1       1.... 2950772us : blk_mq_free_request: complete: rq -1 1
[   18.216337]  systemd-1       1.... 2950777us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.218817]  systemd-1       1.... 2950797us : blk_mq_make_request: make rq -1 1
[   18.221292]  systemd-1       1.... 2950802us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.223780]  systemd-1       1.... 2951356us : blk_mq_free_request: complete: rq -1 2
[   18.226265]  systemd-1       1.... 2951361us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.228742]  systemd-1       1.... 2951393us : blk_mq_make_request: make rq -1 2
[   18.231213]  systemd-1       1.... 2951397us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.233702]  systemd-1       1.... 2951981us : blk_mq_free_request: complete: rq -1 1
[   18.236192]  systemd-1       1.... 2951986us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.238672]  systemd-1       1.... 2952008us : blk_mq_make_request: make rq -1 1
[   18.241142]  systemd-1       1.... 2952013us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   18.243633]  systemd-1       1.... 2952602us : blk_mq_free_request: complete: rq -1 2
[   18.246123]  systemd-1       1.... 2952607us : mmc_mq_queue_rq: queue rq -1 1, 0
[   18.248596]  systemd-1       1.... 2952629us : blk_mq_make_request: make rq -1 2
[   18.251067]  systemd-1       1.... 2952634us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.253556]  systemd-1       0.n.. 2953284us : blk_mq_free_request: complete: rq -1 1
[   18.256044]  systemd-1       0.n.. 2953289us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.258518] kworker/-79      0.n.. 2954207us : blk_mq_free_request: complete: rq -1 2
[   18.261013]  systemd-1       0.n.. 2954724us : blk_mq_make_request: make rq -1 43
[   18.263510]  systemd-1       0.... 2955004us : mmc_mq_queue_rq: mmc before issue rq -1 43
[   18.266018]  systemd-1       0.n.. 2955074us : mmc_mq_queue_rq: queue rq -1 43, 0
[   18.268502]  systemd-1       0.... 2955225us : blk_mq_make_request: make rq -1 44
[   18.270983]  systemd-1       0.n.. 2955230us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.273481]  systemd-1       1.... 2955654us : blk_mq_free_request: complete: rq -1 43
[   18.275986]  systemd-1       1.... 2955659us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.278483]  systemd-1       1.... 2955680us : blk_mq_make_request: make rq -1 2
[   18.280976]  systemd-1       1.... 2955684us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.283481]  systemd-1       1.... 2956243us : blk_mq_free_request: complete: rq -1 44
[   18.285983]  systemd-1       1.... 2956248us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.288475]  systemd-1       1.... 2956268us : blk_mq_make_request: make rq -1 3
[   18.290964]  systemd-1       1.... 2956272us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.293473]  systemd-1       1.... 2956836us : blk_mq_free_request: complete: rq -1 2
[   18.295972]  systemd-1       1.... 2956841us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.298462]  systemd-1       1.... 2956862us : blk_mq_make_request: make rq -1 2
[   18.300942]  systemd-1       1.... 2956866us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   18.303440]  systemd-1       1.... 2957427us : blk_mq_free_request: complete: rq -1 3
[   18.305937]  systemd-1       1.... 2957432us : mmc_mq_queue_rq: queue rq -1 2, 0
[   18.308425]  systemd-1       1.... 2957442us : blk_mq_make_request: make rq -1 3
[   18.310908]  systemd-1       1.... 2957446us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.313405]  systemd-1       1.... 2958034us : blk_mq_free_request: complete: rq -1 2
[   18.315899]  systemd-1       1.... 2958039us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.318381] kworker/-79      0.n.. 2958804us : blk_mq_free_request: complete: rq -1 3
[   18.320886]  systemd-1       1.... 2958850us : blk_mq_make_request: make rq -1 3
[   18.323395]  systemd-1       1.... 2958858us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.325908]  systemd-1       1.... 2958888us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.328396] kworker/-79      0.n.. 2959512us : blk_mq_free_request: complete: rq -1 3
[   18.330905]  systemd-1       1.... 2959566us : blk_mq_make_request: make rq -1 3
[   18.333420]  systemd-1       1.... 2959574us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.335941]  systemd-1       1.... 2959601us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.338440]  systemd-1       1.... 2959619us : blk_mq_make_request: make rq -1 4
[   18.340935]  systemd-1       1.... 2959624us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.343447]  systemd-1       1.... 2960216us : blk_mq_free_request: complete: rq -1 3
[   18.345956]  systemd-1       1.... 2960221us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.348460]  systemd-1       1.... 2960242us : blk_mq_make_request: make rq -1 3
[   18.350957]  systemd-1       1.... 2960246us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.353471]  systemd-1       0.n.. 2960856us : blk_mq_free_request: complete: rq -1 4
[   18.355985]  systemd-1       0.n.. 2960860us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.358486]  systemd-1       0.... 2961173us : blk_mq_make_request: make rq -1 44
[   18.360998]  systemd-1       0.... 2961178us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.363522]  systemd-1       0.n.. 2961470us : blk_mq_free_request: complete: rq -1 3
[   18.366043]  systemd-1       0.n.. 2961475us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.368558]  systemd-1       0.... 2961750us : blk_mq_make_request: make rq -1 45
[   18.371070]  systemd-1       0.n.. 2961763us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   18.373607]  systemd-1       0.n.. 2962238us : blk_mq_free_request: complete: rq -1 44
[   18.376150]  systemd-1       0.n.. 2962243us : mmc_mq_queue_rq: queue rq -1 45, 0
[   18.378674]  systemd-1       0.... 2962357us : blk_mq_make_request: make rq -1 44
[   18.381200]  systemd-1       0.... 2962361us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.383730]  systemd-1       1.... 2962809us : blk_mq_free_request: complete: rq -1 45
[   18.386251]  systemd-1       1.... 2962814us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.388766]  systemd-1       1.... 2962836us : blk_mq_make_request: make rq -1 3
[   18.391289]  systemd-1       1.... 2962841us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.393821]  systemd-1       1.... 2963385us : blk_mq_free_request: complete: rq -1 44
[   18.396352]  systemd-1       1.... 2963390us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.398868]  systemd-1       1.... 2963411us : blk_mq_make_request: make rq -1 4
[   18.401383]  systemd-1       1.... 2963415us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.403913]  systemd-1       1.... 2963973us : blk_mq_free_request: complete: rq -1 3
[   18.406440]  systemd-1       1.... 2963977us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.408953]  systemd-1       1.... 2963997us : blk_mq_make_request: make rq -1 3
[   18.411462]  systemd-1       1.... 2964001us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.413994]  systemd-1       1.... 2964592us : blk_mq_free_request: complete: rq -1 4
[   18.416519]  systemd-1       1.... 2964596us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.419034]  systemd-1       1.... 2964617us : blk_mq_make_request: make rq -1 4
[   18.421548]  systemd-1       1.... 2964621us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.424076]  systemd-1       1.... 2965198us : blk_mq_free_request: complete: rq -1 3
[   18.426605]  systemd-1       1.... 2965203us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.429128]  systemd-1       1.... 2965233us : blk_mq_make_request: make rq -1 3
[   18.431640]  systemd-1       1.... 2965237us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.434171]  systemd-1       1.... 2965796us : blk_mq_free_request: complete: rq -1 4
[   18.436699]  systemd-1       1.... 2965800us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.439219]  systemd-1       1.... 2965820us : blk_mq_make_request: make rq -1 4
[   18.441734]  systemd-1       1.... 2965825us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.444243]  systemd-1       1.... 2966408us : blk_mq_free_request: complete: rq -1 3
[   18.446752]  systemd-1       1.... 2966412us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.449258]  systemd-1       1.... 2966433us : blk_mq_make_request: make rq -1 3
[   18.451769]  systemd-1       1.... 2966439us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.454271]  systemd-1       1.... 2966989us : blk_mq_free_request: complete: rq -1 4
[   18.456773]  systemd-1       1.... 2966994us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.459264]  systemd-1       1.... 2967014us : blk_mq_make_request: make rq -1 4
[   18.461760]  systemd-1       1.... 2967019us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.464273]  systemd-1       1.... 2967568us : blk_mq_free_request: complete: rq -1 3
[   18.466774]  systemd-1       1.... 2967572us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.469278]  systemd-1       1.... 2967592us : blk_mq_make_request: make rq -1 3
[   18.471770]  systemd-1       1.... 2967596us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.474276]  systemd-1       1.... 2968145us : blk_mq_free_request: complete: rq -1 4
[   18.476782]  systemd-1       1.... 2968150us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.479278]  systemd-1       1.... 2968169us : blk_mq_make_request: make rq -1 4
[   18.481770]  systemd-1       1.... 2968173us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.484272]  systemd-1       1.... 2968770us : blk_mq_free_request: complete: rq -1 3
[   18.486772]  systemd-1       1.... 2968775us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.489253]  systemd-1       1.... 2968795us : blk_mq_make_request: make rq -1 3
[   18.491729]  systemd-1       1.... 2968800us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.494220]  systemd-1       1.... 2969374us : blk_mq_free_request: complete: rq -1 4
[   18.496704]  systemd-1       1.... 2969378us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.499177]  systemd-1       1.... 2969398us : blk_mq_make_request: make rq -1 4
[   18.501644]  systemd-1       1.... 2969402us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.504124]  systemd-1       1.... 2969994us : blk_mq_free_request: complete: rq -1 3
[   18.506599]  systemd-1       1.... 2969998us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.509065]  systemd-1       1.... 2970019us : blk_mq_make_request: make rq -1 3
[   18.511529]  systemd-1       1.... 2970023us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.514012]  systemd-1       1.... 2970593us : blk_mq_free_request: complete: rq -1 4
[   18.516487]  systemd-1       1.... 2970597us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.518950]  systemd-1       1.... 2970618us : blk_mq_make_request: make rq -1 4
[   18.521408]  systemd-1       1.... 2970622us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.523880]  systemd-1       1.... 2971193us : blk_mq_free_request: complete: rq -1 3
[   18.526354]  systemd-1       1.... 2971197us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.528818]  systemd-1       1.... 2971217us : blk_mq_make_request: make rq -1 3
[   18.531269]  systemd-1       1.... 2971222us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.533743]  systemd-1       0.n.. 2971804us : blk_mq_free_request: complete: rq -1 4
[   18.536218]  systemd-1       0.n.. 2971808us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.538681]  systemd-1       0.... 2971962us : blk_mq_make_request: make rq -1 44
[   18.541147]  systemd-1       0.n.. 2971976us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.543629]  systemd-1       1.... 2972373us : blk_mq_free_request: complete: rq -1 3
[   18.546112]  systemd-1       1.... 2972378us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.548595]  systemd-1       1.... 2972398us : blk_mq_make_request: make rq -1 3
[   18.551064]  systemd-1       1.... 2972402us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.553551]  systemd-1       1.... 2972967us : blk_mq_free_request: complete: rq -1 44
[   18.556035]  systemd-1       1.... 2972972us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.558517]  systemd-1       1.... 2972993us : blk_mq_make_request: make rq -1 4
[   18.560989]  systemd-1       1.... 2972997us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.563474]  systemd-1       1.... 2973548us : blk_mq_free_request: complete: rq -1 3
[   18.565972]  systemd-1       1.... 2973553us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.568451]  systemd-1       1.... 2973573us : blk_mq_make_request: make rq -1 3
[   18.570926]  systemd-1       1.... 2973578us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.573414]  systemd-1       1.... 2974155us : blk_mq_free_request: complete: rq -1 4
[   18.575904]  systemd-1       1.... 2974160us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.578387]  systemd-1       1.... 2974180us : blk_mq_make_request: make rq -1 4
[   18.580864]  systemd-1       1.... 2974184us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.583354]  systemd-1       1.... 2974753us : blk_mq_free_request: complete: rq -1 3
[   18.585840]  systemd-1       1.... 2974758us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.588320]  systemd-1       1.... 2974787us : blk_mq_make_request: make rq -1 3
[   18.590792]  systemd-1       1.... 2974792us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.593280]  systemd-1       1.... 2975360us : blk_mq_free_request: complete: rq -1 4
[   18.595770]  systemd-1       1.... 2975364us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.598247]  systemd-1       1.... 2975385us : blk_mq_make_request: make rq -1 4
[   18.600718]  systemd-1       1.... 2975389us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.603204]  systemd-1       1.... 2975960us : blk_mq_free_request: complete: rq -1 3
[   18.605691]  systemd-1       1.... 2975964us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.608170]  systemd-1       1.... 2975984us : blk_mq_make_request: make rq -1 3
[   18.610644]  systemd-1       1.... 2975989us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   18.613134]  systemd-1       1.... 2976543us : blk_mq_free_request: complete: rq -1 4
[   18.615623]  systemd-1       1.... 2976548us : mmc_mq_queue_rq: queue rq -1 3, 0
[   18.618099]  systemd-1       1.... 2976567us : blk_mq_make_request: make rq -1 4
[   18.620572]  systemd-1       1.... 2976571us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.623061]  systemd-1       0.n.. 2977159us : blk_mq_free_request: complete: rq -1 3
[   18.625553]  systemd-1       0.n.. 2977164us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.628034]  systemd-1       0.... 2977320us : blk_mq_make_request: make rq -1 44
[   18.630520]  systemd-1       0.n.. 2977333us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.633016]  systemd-1       1.... 2977731us : blk_mq_free_request: complete: rq -1 4
[   18.635514]  systemd-1       1.... 2977735us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.638004]  systemd-1       1.... 2977755us : blk_mq_make_request: make rq -1 4
[   18.640489]  systemd-1       1.... 2977759us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   18.642988]  systemd-1       1.... 2978320us : blk_mq_free_request: complete: rq -1 44
[   18.645489]  systemd-1       1.... 2978325us : mmc_mq_queue_rq: queue rq -1 4, 0
[   18.647978]  systemd-1       1.... 2978334us : blk_mq_make_request: make rq -1 5
[   18.650461]  systemd-1       1.... 2978338us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.652960]  systemd-1       1.... 2978926us : blk_mq_free_request: complete: rq -1 4
[   18.655456]  systemd-1       1.... 2978930us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.657939] kworker/-79      0.n.. 2979597us : blk_mq_free_request: complete: rq -1 5
[   18.660448]  systemd-1       1.... 2979653us : blk_mq_make_request: make rq -1 5
[   18.662951]  systemd-1       1.... 2979661us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.665458]  systemd-1       1.... 2979688us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.667940]  systemd-1       1.... 2979721us : blk_mq_make_request: make rq -1 6
[   18.670418]  systemd-1       1.... 2979725us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.672915]  systemd-1       1.... 2980311us : blk_mq_free_request: complete: rq -1 5
[   18.675406]  systemd-1       1.... 2980315us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.677889]  systemd-1       1.... 2980335us : blk_mq_make_request: make rq -1 5
[   18.680364]  systemd-1       1.... 2980339us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.682858]  systemd-1       1.... 2980799us : blk_mq_free_request: complete: rq -1 6
[   18.685342]  systemd-1       1.... 2980804us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.687823]  systemd-1       1.... 2980825us : blk_mq_make_request: make rq -1 6
[   18.690297]  systemd-1       1.... 2980829us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.692791]  systemd-1       1.... 2981402us : blk_mq_free_request: complete: rq -1 5
[   18.695277]  systemd-1       1.... 2981407us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.697756]  systemd-1       1.... 2981426us : blk_mq_make_request: make rq -1 5
[   18.700231]  systemd-1       1.... 2981431us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.702724]  systemd-1       1.... 2982012us : blk_mq_free_request: complete: rq -1 6
[   18.705218]  systemd-1       1.... 2982016us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.707701]  systemd-1       1.... 2982044us : blk_mq_make_request: make rq -1 6
[   18.710181]  systemd-1       1.... 2982049us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.712678]  systemd-1       1.... 2982591us : blk_mq_free_request: complete: rq -1 5
[   18.715172]  systemd-1       1.... 2982596us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.717655]  systemd-1       1.... 2982616us : blk_mq_make_request: make rq -1 5
[   18.720133]  systemd-1       1.... 2982620us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.722628]  systemd-1       1.... 2983183us : blk_mq_free_request: complete: rq -1 6
[   18.725131]  systemd-1       1.... 2983187us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.727616]  systemd-1       1.... 2983208us : blk_mq_make_request: make rq -1 6
[   18.730094]  systemd-1       1.... 2983212us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.732591]  systemd-1       1.... 2983944us : blk_mq_free_request: complete: rq -1 5
[   18.735094]  systemd-1       1.... 2983966us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.737583]  systemd-1       1.... 2984067us : blk_mq_make_request: make rq -1 5
[   18.740069]  systemd-1       1.... 2984088us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.742572]  systemd-1       1.... 2984473us : blk_mq_free_request: complete: rq -1 6
[   18.745071]  systemd-1       1.... 2984478us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.747558]  systemd-1       1.... 2984511us : blk_mq_make_request: make rq -1 6
[   18.750041]  systemd-1       1.... 2984515us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.752534]  systemd-1       1.... 2985075us : blk_mq_free_request: complete: rq -1 5
[   18.755020]  systemd-1       1.... 2985080us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.757498]  systemd-1       1.... 2985103us : blk_mq_make_request: make rq -1 5
[   18.759967]  systemd-1       1.... 2985108us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.762453]  systemd-1       1.... 2985679us : blk_mq_free_request: complete: rq -1 6
[   18.764939]  systemd-1       1.... 2985684us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.767415]  systemd-1       1.... 2985705us : blk_mq_make_request: make rq -1 6
[   18.769887]  systemd-1       1.... 2985710us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.772369]  systemd-1       1.... 2986293us : blk_mq_free_request: complete: rq -1 5
[   18.774859]  systemd-1       1.... 2986299us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.777339]  systemd-1       1.... 2986320us : blk_mq_make_request: make rq -1 5
[   18.779812]  systemd-1       1.... 2986324us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.782279]  systemd-1       0.n.. 2986920us : blk_mq_free_request: complete: rq -1 6
[   18.784745]  systemd-1       0.n.. 2986926us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.787207]  systemd-1       0.... 2987121us : blk_mq_make_request: make rq -1 44
[   18.789677]  systemd-1       0.... 2987127us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.792161]  systemd-1       1.... 2987492us : blk_mq_free_request: complete: rq -1 5
[   18.794648]  systemd-1       1.... 2987497us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.797123]  systemd-1       1.... 2987520us : blk_mq_make_request: make rq -1 5
[   18.799596]  systemd-1       1.... 2987524us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.802081]  systemd-1       1.... 2988077us : blk_mq_free_request: complete: rq -1 44
[   18.804565]  systemd-1       1.... 2988083us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.807046]  systemd-1       1.... 2988105us : blk_mq_make_request: make rq -1 6
[   18.809525]  systemd-1       1.... 2988109us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.812018]  systemd-1       1.... 2988659us : blk_mq_free_request: complete: rq -1 5
[   18.814507]  systemd-1       1.... 2988664us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.816989]  systemd-1       1.... 2988685us : blk_mq_make_request: make rq -1 5
[   18.819464]  systemd-1       1.... 2988690us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.821956]  systemd-1       1.... 2989243us : blk_mq_free_request: complete: rq -1 6
[   18.824446]  systemd-1       1.... 2989248us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.826924]  systemd-1       1.... 2989271us : blk_mq_make_request: make rq -1 6
[   18.829396]  systemd-1       1.... 2989276us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.831884]  systemd-1       1.... 2989844us : blk_mq_free_request: complete: rq -1 5
[   18.834377]  systemd-1       1.... 2989849us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.836848]  systemd-1       1.... 2989870us : blk_mq_make_request: make rq -1 5
[   18.839324]  systemd-1       1.... 2989874us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.841820]  systemd-1       1.... 2990454us : blk_mq_free_request: complete: rq -1 6
[   18.844312]  systemd-1       1.... 2990459us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.846794]  systemd-1       1.... 2990480us : blk_mq_make_request: make rq -1 6
[   18.849267]  systemd-1       1.... 2990485us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.851755]  systemd-1       1.... 2991068us : blk_mq_free_request: complete: rq -1 5
[   18.854241]  systemd-1       1.... 2991073us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.856720]  systemd-1       1.... 2991094us : blk_mq_make_request: make rq -1 5
[   18.859194]  systemd-1       1.... 2991098us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.861683]  systemd-1       1.... 2991683us : blk_mq_free_request: complete: rq -1 6
[   18.864169]  systemd-1       1.... 2991688us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.866642]  systemd-1       1.... 2991709us : blk_mq_make_request: make rq -1 6
[   18.869106]  systemd-1       1.... 2991713us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.871597]  systemd-1       1.... 2992270us : blk_mq_free_request: complete: rq -1 5
[   18.874085]  systemd-1       1.... 2992275us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.876568]  systemd-1       1.... 2992296us : blk_mq_make_request: make rq -1 5
[   18.879042]  systemd-1       1.... 2992300us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.881527]  systemd-1       1.... 2992858us : blk_mq_free_request: complete: rq -1 6
[   18.884017]  systemd-1       1.... 2992863us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.886493]  systemd-1       1.... 2992886us : blk_mq_make_request: make rq -1 6
[   18.888966]  systemd-1       1.... 2992890us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.891453]  systemd-1       1.... 2993442us : blk_mq_free_request: complete: rq -1 5
[   18.893939]  systemd-1       1.... 2993447us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.896415]  systemd-1       1.... 2993468us : blk_mq_make_request: make rq -1 5
[   18.898892]  systemd-1       1.... 2993473us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.901377]  systemd-1       1.... 2994191us : blk_mq_free_request: complete: rq -1 6
[   18.903870]  systemd-1       1.... 2994214us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.906350]  systemd-1       1.... 2994280us : blk_mq_make_request: make rq -1 6
[   18.908828]  systemd-1       1.... 2994285us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.911313]  systemd-1       1.... 2994738us : blk_mq_free_request: complete: rq -1 5
[   18.913797]  systemd-1       1.... 2994742us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.916270]  systemd-1       1.... 2994762us : blk_mq_make_request: make rq -1 5
[   18.918735]  systemd-1       1.... 2994767us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.921215]  systemd-1       0.n.. 2995370us : blk_mq_free_request: complete: rq -1 6
[   18.923696]  systemd-1       0.n.. 2995374us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.926166]  systemd-1       0.... 2995671us : blk_mq_make_request: make rq -1 44
[   18.928636]  systemd-1       0.... 2995676us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   18.931121]  systemd-1       1.... 2995963us : blk_mq_free_request: complete: rq -1 5
[   18.933595]  systemd-1       1.... 2995968us : mmc_mq_queue_rq: queue rq -1 44, 0
[   18.936074]  systemd-1       1.... 2995987us : blk_mq_make_request: make rq -1 5
[   18.938543]  systemd-1       1.... 2995991us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.941036]  systemd-1       1.... 2996536us : blk_mq_free_request: complete: rq -1 44
[   18.943521]  systemd-1       1.... 2996541us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.945997]  systemd-1       1.... 2996560us : blk_mq_make_request: make rq -1 6
[   18.948469]  systemd-1       1.... 2996564us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.950958]  systemd-1       1.... 2997118us : blk_mq_free_request: complete: rq -1 5
[   18.953445]  systemd-1       1.... 2997123us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.955923]  systemd-1       1.... 2997142us : blk_mq_make_request: make rq -1 5
[   18.958396]  systemd-1       1.... 2997147us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.960882]  systemd-1       1.... 2997702us : blk_mq_free_request: complete: rq -1 6
[   18.963367]  systemd-1       1.... 2997707us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.965838]  systemd-1       1.... 2997726us : blk_mq_make_request: make rq -1 6
[   18.968314]  systemd-1       1.... 2997730us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   18.970801]  systemd-1       1.... 2998292us : blk_mq_free_request: complete: rq -1 5
[   18.973289]  systemd-1       1.... 2998296us : mmc_mq_queue_rq: queue rq -1 6, 0
[   18.975766]  systemd-1       1.... 2998305us : blk_mq_make_request: make rq -1 5
[   18.978244]  systemd-1       1.... 2998309us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.980733]  systemd-1       1.... 2998904us : blk_mq_free_request: complete: rq -1 6
[   18.983221]  systemd-1       1.... 2998908us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.985701] kworker/-79      0.n.. 2999531us : blk_mq_free_request: complete: rq -1 5
[   18.988203]  systemd-1       1.... 2999622us : blk_mq_make_request: make rq -1 5
[   18.990703]  systemd-1       1.... 2999633us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   18.993211]  systemd-1       1.... 2999667us : mmc_mq_queue_rq: queue rq -1 5, 0
[   18.995695]  systemd-1       1.... 2999670us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   18.998226] kworker/-79      0.n.. 3000572us : blk_mq_free_request: complete: rq -1 5
[   19.000780]  systemd-1       1.... 3001365us : blk_mq_make_request: make rq -1 5
[   19.003332]  systemd-1       1.... 3001378us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.005894]  systemd-1       1.... 3001415us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.008438]  systemd-1       1.... 3001418us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.011035] kworker/-79      0.n.. 3002261us : blk_mq_free_request: complete: rq -1 5
[   19.013641]  systemd-1       1.... 3002773us : blk_mq_make_request: make rq -1 5
[   19.016236]  systemd-1       1.... 3002783us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.018847]  systemd-1       1.... 3002817us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.021445]  systemd-1       1.... 3002819us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.024083] kworker/-79      0.n.. 3003520us : blk_mq_free_request: complete: rq -1 5
[   19.026725]  systemd-1       1.... 3004092us : blk_mq_make_request: make rq -1 5
[   19.029368]  systemd-1       1.... 3004103us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.032030]  systemd-1       1.... 3004137us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.034676]  systemd-1       1.... 3004140us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.037365] kworker/-79      0.n.. 3005076us : blk_mq_free_request: complete: rq -1 5
[   19.040061]  systemd-1       1.... 3005837us : blk_mq_make_request: make rq -1 5
[   19.042767]  systemd-1       1.... 3005849us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.045477]  systemd-1       1.... 3005886us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.048165]  systemd-1       1.... 3005889us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.050897] kworker/-79      0.n.. 3006613us : blk_mq_free_request: complete: rq -1 5
[   19.053653]  systemd-1       1.... 3007083us : blk_mq_make_request: make rq -1 5
[   19.056395]  systemd-1       1.... 3007092us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.059147]  systemd-1       1.... 3007125us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.061875] kworker/-79      0.n.. 3008048us : blk_mq_free_request: complete: rq -1 5
[   19.064633]  systemd-1       1.... 3008676us : blk_mq_make_request: make rq -1 5
[   19.067385]  systemd-1       1.... 3008688us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.070141]  systemd-1       1.... 3008769us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.072886]  systemd-1       1.... 3008773us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.075680] kworker/-79      0.n.. 3009603us : blk_mq_free_request: complete: rq -1 5
[   19.078475]  systemd-1       1.... 3010524us : blk_mq_make_request: make rq -1 5
[   19.081269]  systemd-1       1.... 3010535us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.084078]  systemd-1       1.... 3010570us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.086871]  systemd-1       1.... 3010573us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.089708] kworker/-79      0.n.. 3011402us : blk_mq_free_request: complete: rq -1 5
[   19.092555]  systemd-1       1.... 3011784us : blk_mq_make_request: make rq -1 5
[   19.095403]  systemd-1       1.... 3011796us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.098269]  systemd-1       1.... 3011834us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.101113]  systemd-1       1.... 3011836us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.103998] kworker/-79      0.n.. 3012561us : blk_mq_free_request: complete: rq -1 5
[   19.106895]  systemd-1       1.... 3013258us : blk_mq_make_request: make rq -1 5
[   19.109793]  systemd-1       1.... 3013270us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.112704]  systemd-1       1.... 3013304us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.115591]  systemd-1       1.... 3013307us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.118530] kworker/-79      0.n.. 3014187us : blk_mq_free_request: complete: rq -1 5
[   19.121459]  systemd-1       1.... 3015590us : blk_mq_make_request: make rq -1 5
[   19.124387]  systemd-1       1.... 3015602us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.127324]  systemd-1       1.... 3015642us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.130257]  systemd-1       1.... 3015645us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.133214] kworker/-79      0.n.. 3016659us : blk_mq_free_request: complete: rq -1 5
[   19.136150]  systemd-1       1.... 3017788us : blk_mq_make_request: make rq -1 5
[   19.139070]  systemd-1       1.... 3017803us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.141999]  systemd-1       1.... 3017845us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.144921]  systemd-1       1.... 3017848us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.147872] kworker/-79      0.n.. 3018485us : blk_mq_free_request: complete: rq -1 5
[   19.150799]  systemd-1       1.... 3019187us : blk_mq_make_request: make rq -1 5
[   19.153720]  systemd-1       1.... 3019199us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.156650]  systemd-1       1.... 3019236us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.159571]  systemd-1       1.... 3019239us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.162521] kworker/-79      0.n.. 3019882us : blk_mq_free_request: complete: rq -1 5
[   19.165448]  systemd-1       1.... 3021422us : blk_mq_make_request: make rq -1 5
[   19.168370]  systemd-1       1.... 3021436us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.171296]  systemd-1       1.n.. 3021480us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.174220]  systemd-1       1.n.. 3021485us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.177167] kworker/-79      0.n.. 3022343us : blk_mq_free_request: complete: rq -1 5
[   19.180088]  systemd-1       1.... 3023483us : blk_mq_make_request: make rq -1 5
[   19.183003]  systemd-1       1.... 3023496us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.185929]  systemd-1       1.... 3023553us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.188853]  systemd-1       1.... 3023557us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.191799] kworker/-79      0.n.. 3024521us : blk_mq_free_request: complete: rq -1 5
[   19.194724]  systemd-1       1.n.. 3025851us : blk_mq_make_request: make rq -1 5
[   19.197645]  systemd-1       1.... 3025884us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.200572]  systemd-1       1.... 3025969us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.203494]  systemd-1       1.... 3025973us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.206448] kworker/-79      0.n.. 3026622us : blk_mq_free_request: complete: rq -1 5
[   19.209408]  systemd-1       1.... 3028241us : blk_mq_make_request: make rq -1 5
[   19.212373]  systemd-1       1.... 3028253us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.215352]  systemd-1       1.... 3028310us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.218291]  systemd-1       1.... 3028313us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.221239] kworker/-79      0.n.. 3028954us : blk_mq_free_request: complete: rq -1 5
[   19.224196]  systemd-1       1.... 3032821us : blk_mq_make_request: make rq -1 5
[   19.227146]  systemd-1       1.n.. 3032836us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.230125]  systemd-1       1.... 3032890us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.233062]  systemd-1       1.... 3032893us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.236017] kworker/-79      0.n.. 3033855us : blk_mq_free_request: complete: rq -1 5
[   19.238973]  systemd-1       1.... 3036078us : blk_mq_make_request: make rq -1 5
[   19.241927]  systemd-1       1.... 3036087us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.244904]  systemd-1       1.n.. 3036123us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.247842] kworker/-79      0.n.. 3036955us : blk_mq_free_request: complete: rq -1 5
[   19.250766]  systemd-1       1.... 3037600us : blk_mq_make_request: make rq -1 5
[   19.253686]  systemd-1       1.... 3037609us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.256612]  systemd-1       1.n.. 3037682us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.259529] kworker/-79      0.n.. 3038550us : blk_mq_free_request: complete: rq -1 5
[   19.262442]  systemd-1       1.n.. 3049600us : blk_mq_make_request: make rq -1 5
[   19.265320]  systemd-1       1.... 3049652us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.268209]  systemd-1       1.... 3049697us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.271078]  systemd-1       1.n.. 3049702us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.274015] kworker/-79      0.n.. 3050634us : blk_mq_free_request: complete: rq -1 5
[   19.276937]  systemd-1       1.n.. 3051821us : blk_mq_make_request: make rq -1 5
[   19.279823]  systemd-1       1.... 3051848us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.282716]  systemd-1       1.... 3051883us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.285588]  systemd-1       1.... 3051886us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.288519] kworker/-79      0.n.. 3052861us : blk_mq_free_request: complete: rq -1 5
[   19.291442]  systemd-1       1.... 3053853us : blk_mq_make_request: make rq -1 5
[   19.294331]  systemd-1       1.... 3053864us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.297222]  systemd-1       1.... 3053913us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.300096]  systemd-1       1.... 3053916us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.303032] kworker/-79      0.n.. 3054941us : blk_mq_free_request: complete: rq -1 5
[   19.305961]  systemd-1       1.... 3056378us : blk_mq_make_request: make rq -1 5
[   19.308846]  systemd-1       1.... 3056389us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.311744]  systemd-1       1.... 3056439us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.314620]  systemd-1       1.... 3056442us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.317557] kworker/-79      0.n.. 3057095us : blk_mq_free_request: complete: rq -1 5
[   19.320480]  systemd-1       1.n.. 3058910us : blk_mq_make_request: make rq -1 5
[   19.323373]  systemd-1       1.... 3058956us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.326271]  systemd-1       1.... 3058992us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.329147]  systemd-1       1.... 3058995us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.332081] kworker/-79      0.n.. 3059907us : blk_mq_free_request: complete: rq -1 5
[   19.335011]  systemd-1       1.n.. 3062440us : blk_mq_make_request: make rq -1 5
[   19.337901]  systemd-1       1.... 3062466us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.340803]  systemd-1       1.... 3062502us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.343683] kworker/-79      0.n.. 3063246us : blk_mq_free_request: complete: rq -1 5
[   19.346589]  systemd-1       1.... 3063402us : blk_mq_make_request: make rq -1 5
[   19.349470]  systemd-1       1.n.. 3063412us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.352324]  systemd-1       1.... 3063456us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.355164] kworker/-79      0.n.. 3064287us : blk_mq_free_request: complete: rq -1 5
[   19.358025]  systemd-1       1.n.. 3064439us : blk_mq_make_request: make rq -1 5
[   19.360887]  systemd-1       1.... 3064464us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.363744]  systemd-1       1.... 3064543us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.366552] kworker/-79      0.n.. 3065299us : blk_mq_free_request: complete: rq -1 5
[   19.369376]  systemd-1       1.n.. 3067887us : blk_mq_make_request: make rq -1 5
[   19.372196]  systemd-1       1.... 3067913us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.375040]  systemd-1       1.... 3067950us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.377843]  systemd-1       1.... 3067952us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.380656] kworker/-79      0.n.. 3068645us : blk_mq_free_request: complete: rq -1 5
[   19.383482]  systemd-1       1.... 3069641us : blk_mq_make_request: make rq -1 5
[   19.386298]  systemd-1       1.... 3069654us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.389132]  systemd-1       1.n.. 3069687us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.391938]  systemd-1       1.n.. 3069690us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.394789] kworker/-79      0.n.. 3070561us : blk_mq_free_request: complete: rq -1 5
[   19.397655]  systemd-1       1.n.. 3071866us : blk_mq_make_request: make rq -1 5
[   19.400515]  systemd-1       1.... 3071891us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.403381]  systemd-1       1.... 3071928us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.406223]  systemd-1       1.... 3071930us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.409111] kworker/-79      0.n.. 3072938us : blk_mq_free_request: complete: rq -1 5
[   19.412022]  systemd-1       1.n.. 3074459us : blk_mq_make_request: make rq -1 5
[   19.414906]  systemd-1       1.... 3074485us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.417768]  systemd-1       1.... 3074522us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.420615]  systemd-1       1.n.. 3074525us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.423504] kworker/-79      0.n.. 3075285us : blk_mq_free_request: complete: rq -1 5
[   19.426410]  systemd-1       1.... 3078120us : blk_mq_make_request: make rq -1 5
[   19.429294]  systemd-1       1.... 3078133us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.432158]  systemd-1       1.... 3078184us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.435002]  systemd-1       1.... 3078187us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.437889] kworker/-79      0.n.. 3079034us : blk_mq_free_request: complete: rq -1 5
[   19.440793]  systemd-1       1.... 3080195us : blk_mq_make_request: make rq -1 5
[   19.443680]  systemd-1       1.... 3080219us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.446548]  systemd-1       1.... 3080257us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.449387] kworker/-79      0.n.. 3081107us : blk_mq_free_request: complete: rq -1 5
[   19.452247]  systemd-1       1.... 3081408us : blk_mq_make_request: make rq -1 5
[   19.455115]  systemd-1       1.... 3081419us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.457970]  systemd-1       1.n.. 3081489us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.460777]  systemd-1       1.n.. 3081492us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.463631] kworker/-79      0.n.. 3082293us : blk_mq_free_request: complete: rq -1 5
[   19.466486]  systemd-1       1.... 3083161us : blk_mq_make_request: make rq -1 5
[   19.469354]  systemd-1       1.... 3083207us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.472214]  systemd-1       1.... 3083243us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.475020]  systemd-1       1.... 3083246us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.477879] kworker/-79      0.n.. 3084015us : blk_mq_free_request: complete: rq -1 5
[   19.480730]  systemd-1       1.... 3086547us : blk_mq_make_request: make rq -1 5
[   19.483596]  systemd-1       1.... 3086558us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.486460]  systemd-1       1.... 3086608us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.489303] kworker/-79      0.n.. 3087364us : blk_mq_free_request: complete: rq -1 5
[   19.492164]  systemd-1       1.n.. 3096457us : blk_mq_make_request: make rq -1 5
[   19.495031]  systemd-1       1.... 3096508us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.497895]  systemd-1       1.... 3096564us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.500741] kworker/-79      0.n.. 3097451us : blk_mq_free_request: complete: rq -1 5
[   19.503603]  systemd-1       1.... 3106369us : blk_mq_make_request: make rq -1 5
[   19.506475]  systemd-1       1.... 3106380us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.509341]  systemd-1       1.n.. 3106454us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.512192] kworker/-79      0.n.. 3107161us : blk_mq_free_request: complete: rq -1 5
[   19.515057]  systemd-1       1.... 3112665us : blk_mq_make_request: make rq -1 5
[   19.517931]  systemd-1       1.... 3112694us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.520798]  systemd-1       1.... 3112756us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.523612]  systemd-1       1.... 3112759us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.526471] kworker/-79      0.n.. 3113455us : blk_mq_free_request: complete: rq -1 5
[   19.529332]  systemd-1       1.... 3114793us : blk_mq_make_request: make rq -1 5
[   19.532210]  systemd-1       1.... 3114802us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.535077]  systemd-1       1.... 3114852us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.537890] kworker/-79      0.n.. 3115727us : blk_mq_free_request: complete: rq -1 5
[   19.540722]  systemd-1       1.... 3115876us : blk_mq_make_request: make rq -1 5
[   19.543550]  systemd-1       1.... 3115884us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.546396]  systemd-1       1.... 3115931us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.549203] kworker/-79      0.n.. 3116731us : blk_mq_free_request: complete: rq -1 5
[   19.551999]  systemd-1       1.... 3117718us : blk_mq_make_request: make rq -1 5
[   19.554792]  systemd-1       1.... 3117728us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.557586]  systemd-1       1.... 3117780us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.560379]  systemd-1       1.... 3117783us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.563198] kworker/-79      0.n.. 3118703us : blk_mq_free_request: complete: rq -1 5
[   19.565990]  systemd-1       1.n.. 3122117us : blk_mq_make_request: make rq -1 5
[   19.568777]  systemd-1       1.... 3122145us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.571572]  systemd-1       1.n.. 3122185us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.574363]  systemd-1       1.n.. 3122188us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.577177] kworker/-79      0.n.. 3122849us : blk_mq_free_request: complete: rq -1 5
[   19.579966]  systemd-1       1.n.. 3123396us : blk_mq_make_request: make rq -1 5
[   19.582747]  systemd-1       1.... 3123441us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.585540]  systemd-1       1.... 3123476us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.588325]  systemd-1       1.... 3123479us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.591140] kworker/-79      0.n.. 3124144us : blk_mq_free_request: complete: rq -1 5
[   19.593966]  systemd-1       1.... 3126894us : blk_mq_make_request: make rq -1 5
[   19.596787]  systemd-1       1.... 3126942us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.599628]  systemd-1       1.... 3126979us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.602433]  systemd-1       1.... 3126982us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.605255] kworker/-79      0.n.. 3127724us : blk_mq_free_request: complete: rq -1 5
[   19.608088]  systemd-1       1.... 3128466us : blk_mq_make_request: make rq -1 5
[   19.610912]  systemd-1       1.... 3128476us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.613754]  systemd-1       1.n.. 3128511us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.616563]  systemd-1       1.n.. 3128514us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.619389] kworker/-79      0.n.. 3129231us : blk_mq_free_request: complete: rq -1 5
[   19.622216]  systemd-1       1.... 3130635us : blk_mq_make_request: make rq -1 5
[   19.625042]  systemd-1       1.... 3130646us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.627891]  systemd-1       1.n.. 3130720us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.630706]  systemd-1       1.n.. 3130723us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.633568] kworker/-79      0.n.. 3131559us : blk_mq_free_request: complete: rq -1 5
[   19.636433]  systemd-1       1.... 3132690us : blk_mq_make_request: make rq -1 5
[   19.639304]  systemd-1       1.... 3132774us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.642164]  systemd-1       1.... 3132809us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.645009]  systemd-1       1.... 3132812us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.647898] kworker/-79      0.n.. 3133509us : blk_mq_free_request: complete: rq -1 5
[   19.650804]  systemd-1       1.... 3136804us : blk_mq_make_request: make rq -1 5
[   19.653693]  systemd-1       1.... 3136817us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.656591]  systemd-1       1.... 3136869us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.659473]  systemd-1       1.... 3136872us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.662405] kworker/-79      0.n.. 3137814us : blk_mq_free_request: complete: rq -1 5
[   19.665332]  systemd-1       1.n.. 3139033us : blk_mq_make_request: make rq -1 5
[   19.668217]  systemd-1       1.... 3139082us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.671115]  systemd-1       1.... 3139119us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.673983]  systemd-1       1.... 3139122us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.676922] kworker/-79      0.n.. 3139770us : blk_mq_free_request: complete: rq -1 5
[   19.679856]  systemd-1       1.n.. 3141317us : blk_mq_make_request: make rq -1 5
[   19.682780]  systemd-1       1.... 3141364us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.685718]  systemd-1       1.... 3141403us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.688644]  systemd-1       1.... 3141405us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.691613] kworker/-79      0.n.. 3142151us : blk_mq_free_request: complete: rq -1 5
[   19.694582]  systemd-1       1.... 3143159us : blk_mq_make_request: make rq -1 5
[   19.697547]  systemd-1       1.... 3143169us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.700530]  systemd-1       1.n.. 3143204us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.703479]  systemd-1       1.n.. 3143207us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.706437] kworker/-79      0.n.. 3144050us : blk_mq_free_request: complete: rq -1 5
[   19.709406]  systemd-1       1.... 3145105us : blk_mq_make_request: make rq -1 5
[   19.712365]  systemd-1       1.... 3145116us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.715349]  systemd-1       1.... 3145165us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.718296]  systemd-1       1.... 3145168us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.721260] kworker/-79      0.n.. 3146094us : blk_mq_free_request: complete: rq -1 5
[   19.724231]  systemd-1       1.... 3148061us : blk_mq_make_request: make rq -1 5
[   19.727197]  systemd-1       1.... 3148073us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.730182]  systemd-1       1.... 3148123us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.733127]  systemd-1       1.... 3148126us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.736088] kworker/-79      0.n.. 3149212us : blk_mq_free_request: complete: rq -1 5
[   19.739059]  systemd-1       1.... 3150751us : blk_mq_make_request: make rq -1 5
[   19.742022]  systemd-1       1.... 3150762us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.745010]  systemd-1       1.... 3150811us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.747953]  systemd-1       1.... 3150814us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.750910] kworker/-79      0.n.. 3151695us : blk_mq_free_request: complete: rq -1 5
[   19.753873]  systemd-1       1.... 3152596us : blk_mq_make_request: make rq -1 5
[   19.756836]  systemd-1       1.... 3152643us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.759817]  systemd-1       1.... 3152697us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.762759]  systemd-1       1.... 3152700us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.765723] kworker/-79      0.n.. 3153585us : blk_mq_free_request: complete: rq -1 5
[   19.768693]  systemd-1       1.... 3154626us : blk_mq_make_request: make rq -1 5
[   19.771657]  systemd-1       1.... 3154636us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.774635]  systemd-1       1.... 3154685us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.777577]  systemd-1       1.... 3154688us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.780528] kworker/-79      0.n.. 3155763us : blk_mq_free_request: complete: rq -1 5
[   19.783489]  systemd-1       1.n.. 3156613us : blk_mq_make_request: make rq -1 5
[   19.786443]  systemd-1       1.... 3156638us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.789421]  systemd-1       1.... 3156672us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.792357]  systemd-1       1.... 3156675us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.795306] kworker/-79      0.n.. 3157696us : blk_mq_free_request: complete: rq -1 5
[   19.798267]  systemd-1       1.n.. 3158825us : blk_mq_make_request: make rq -1 5
[   19.801216]  systemd-1       1.... 3158852us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.804194]  systemd-1       1.... 3158932us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.807129]  systemd-1       1.... 3158935us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.810082] kworker/-79      0.n.. 3159632us : blk_mq_free_request: complete: rq -1 5
[   19.813048]  systemd-1       1.n.. 3160691us : blk_mq_make_request: make rq -1 5
[   19.815996]  systemd-1       1.... 3160739us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.818962]  systemd-1       1.... 3160773us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.821896]  systemd-1       1.... 3160776us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.824851] kworker/-79      0.n.. 3161537us : blk_mq_free_request: complete: rq -1 5
[   19.827812]  systemd-1       1.... 3162510us : blk_mq_make_request: make rq -1 5
[   19.830762]  systemd-1       1.n.. 3162522us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.833733]  systemd-1       1.... 3162569us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.836668]  systemd-1       1.... 3162572us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.839621] kworker/-79      0.n.. 3163441us : blk_mq_free_request: complete: rq -1 5
[   19.842583]  systemd-1       1.... 3165712us : blk_mq_make_request: make rq -1 5
[   19.845544]  systemd-1       1.... 3165773us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.848518]  systemd-1       1.... 3165813us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.851448]  systemd-1       1.... 3165815us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.854396] kworker/-79      0.n.. 3166788us : blk_mq_free_request: complete: rq -1 5
[   19.857354]  systemd-1       1.n.. 3170165us : blk_mq_make_request: make rq -1 5
[   19.860307]  systemd-1       1.... 3170194us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.863283]  systemd-1       1.... 3170277us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.866228]  systemd-1       1.... 3170280us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.869176] kworker/-79      0.n.. 3171173us : blk_mq_free_request: complete: rq -1 5
[   19.872137]  systemd-1       1.... 3173697us : blk_mq_make_request: make rq -1 5
[   19.875097]  systemd-1       1.... 3173709us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.878079]  systemd-1       1.... 3173759us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.881020]  systemd-1       1.... 3173762us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.883973] kworker/-79      0.n.. 3174770us : blk_mq_free_request: complete: rq -1 5
[   19.886936]  systemd-1       1.... 3176079us : blk_mq_make_request: make rq -1 5
[   19.889891]  systemd-1       1.... 3176125us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.892866]  systemd-1       1.... 3176179us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.895802] kworker/-79      0.n.. 3177279us : blk_mq_free_request: complete: rq -1 5
[   19.898726]  systemd-1       1.n.. 3177478us : blk_mq_make_request: make rq -1 5
[   19.901643]  systemd-1       1.... 3177504us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.904569]  systemd-1       1.... 3177586us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.907489] kworker/-79      0.n.. 3178469us : blk_mq_free_request: complete: rq -1 5
[   19.910406]  systemd-1       1.... 3182156us : blk_mq_make_request: make rq -1 5
[   19.913289]  systemd-1       1.... 3182170us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.916186]  systemd-1       1.n.. 3182245us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.919060]  systemd-1       1.n.. 3182248us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.921994] kworker/-79      0.n.. 3183056us : blk_mq_free_request: complete: rq -1 5
[   19.924917]  systemd-1       1.n.. 3184000us : blk_mq_make_request: make rq -1 5
[   19.927802]  systemd-1       1.... 3184024us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.930697]  systemd-1       1.n.. 3184060us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.933575]  systemd-1       1.n.. 3184063us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.936513] kworker/-79      0.n.. 3184987us : blk_mq_free_request: complete: rq -1 5
[   19.939432]  systemd-1       1.n.. 3186495us : blk_mq_make_request: make rq -1 5
[   19.942314]  systemd-1       1.... 3186521us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.945213]  systemd-1       1.... 3186556us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.948080]  systemd-1       1.... 3186558us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.951016] kworker/-79      0.n.. 3187450us : blk_mq_free_request: complete: rq -1 5
[   19.953939]  systemd-1       1.n.. 3189005us : blk_mq_make_request: make rq -1 5
[   19.956828]  systemd-1       1.... 3189031us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.959726]  systemd-1       1.... 3189067us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.962599]  systemd-1       1.... 3189070us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.965533] kworker/-79      0.n.. 3189706us : blk_mq_free_request: complete: rq -1 5
[   19.968453]  systemd-1       1.... 3190488us : blk_mq_make_request: make rq -1 5
[   19.971340]  systemd-1       1.... 3190498us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.974236]  systemd-1       1.... 3190546us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.977108]  systemd-1       1.... 3190549us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.980032] kworker/-79      0.n.. 3191247us : blk_mq_free_request: complete: rq -1 5
[   19.982952]  systemd-1       1.... 3192167us : blk_mq_make_request: make rq -1 5
[   19.985836]  systemd-1       1.... 3192177us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   19.988725]  systemd-1       1.... 3192226us : mmc_mq_queue_rq: queue rq -1 5, 0
[   19.991597]  systemd-1       1.... 3192229us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   19.994527] kworker/-79      0.n.. 3193137us : blk_mq_free_request: complete: rq -1 5
[   19.997446]  systemd-1       1.... 3197695us : blk_mq_make_request: make rq -1 5
[   20.000328]  systemd-1       1.... 3197707us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.003224]  systemd-1       1.... 3197760us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.006099]  systemd-1       1.... 3197762us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.009033] kworker/-79      0.n.. 3198758us : blk_mq_free_request: complete: rq -1 5
[   20.011953]  systemd-1       1.... 3199955us : blk_mq_make_request: make rq -1 5
[   20.014834]  systemd-1       1.... 3199965us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.017722]  systemd-1       1.... 3200012us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.020592]  systemd-1       1.... 3200015us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.023527] kworker/-79      0.n.. 3200947us : blk_mq_free_request: complete: rq -1 5
[   20.026450]  systemd-1       1.... 3203504us : blk_mq_make_request: make rq -1 5
[   20.029333]  systemd-1       1.... 3203540us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.032226]  systemd-1       1.... 3203578us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.035100]  systemd-1       1.... 3203580us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.038032] kworker/-79      0.n.. 3204632us : blk_mq_free_request: complete: rq -1 5
[   20.040963]  systemd-1       1.... 3205533us : blk_mq_make_request: make rq -1 5
[   20.043892]  systemd-1       1.n.. 3205547us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.046821]  systemd-1       1.... 3205599us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.049743]  systemd-1       1.... 3205602us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.052713] kworker/-79      0.n.. 3206504us : blk_mq_free_request: complete: rq -1 5
[   20.055678]  systemd-1       1.... 3207719us : blk_mq_make_request: make rq -1 5
[   20.058640]  systemd-1       1.n.. 3207731us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.061624]  systemd-1       1.... 3207780us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.064570]  systemd-1       1.... 3207783us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.067526] kworker/-79      0.n.. 3208886us : blk_mq_free_request: complete: rq -1 5
[   20.070498]  systemd-1       1.... 3210197us : blk_mq_make_request: make rq -1 5
[   20.073458]  systemd-1       1.... 3210223us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.076434]  systemd-1       1.... 3210261us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.079379]  systemd-1       1.... 3210264us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.082338] kworker/-79      0.n.. 3211224us : blk_mq_free_request: complete: rq -1 5
[   20.085305]  systemd-1       1.... 3212491us : blk_mq_make_request: make rq -1 5
[   20.088265]  systemd-1       1.... 3212503us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.091249]  systemd-1       1.n.. 3212575us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.094199]  systemd-1       1.n.. 3212578us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.097158] kworker/-79      0.n.. 3213213us : blk_mq_free_request: complete: rq -1 5
[   20.100123]  systemd-1       1.... 3214658us : blk_mq_make_request: make rq -1 5
[   20.103083]  systemd-1       1.... 3214669us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.106065]  systemd-1       1.n.. 3214709us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.109004]  systemd-1       1.n.. 3214711us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.111964] kworker/-79      0.n.. 3215652us : blk_mq_free_request: complete: rq -1 5
[   20.114928]  systemd-1       1.... 3216765us : blk_mq_make_request: make rq -1 5
[   20.117890]  systemd-1       1.... 3216813us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.120872]  systemd-1       1.... 3216865us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.123817]  systemd-1       1.... 3216868us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.126774] kworker/-79      0.n.. 3217927us : blk_mq_free_request: complete: rq -1 5
[   20.129739]  systemd-1       1.... 3218901us : blk_mq_make_request: make rq -1 5
[   20.132699]  systemd-1       1.n.. 3218948us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.135683]  systemd-1       1.... 3218998us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.138624]  systemd-1       1.... 3219001us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.141597] kworker/-79      0.n.. 3219816us : blk_mq_free_request: complete: rq -1 5
[   20.144568]  systemd-1       1.... 3220411us : blk_mq_make_request: make rq -1 5
[   20.147530]  systemd-1       1.... 3220421us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.150508]  systemd-1       1.... 3220469us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.153452]  systemd-1       1.... 3220471us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.156410] kworker/-79      0.n.. 3221266us : blk_mq_free_request: complete: rq -1 5
[   20.159375]  systemd-1       1.... 3222046us : blk_mq_make_request: make rq -1 5
[   20.162334]  systemd-1       1.... 3222094us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.165314]  systemd-1       1.... 3222145us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.168253]  systemd-1       1.... 3222148us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.171208] kworker/-79      0.n.. 3222905us : blk_mq_free_request: complete: rq -1 5
[   20.174176]  systemd-1       1.... 3223518us : blk_mq_make_request: make rq -1 5
[   20.177134]  systemd-1       1.... 3223565us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.180112]  systemd-1       1.... 3223614us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.183050]  systemd-1       1.... 3223617us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.186001] kworker/-79      0.n.. 3224249us : blk_mq_free_request: complete: rq -1 5
[   20.188959]  systemd-1       1.... 3225644us : blk_mq_make_request: make rq -1 5
[   20.191914]  systemd-1       1.... 3225656us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.194887]  systemd-1       1.... 3225705us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.197822]  systemd-1       1.... 3225708us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.200775] kworker/-79      0.n.. 3226341us : blk_mq_free_request: complete: rq -1 5
[   20.203734]  systemd-1       1.... 3227578us : blk_mq_make_request: make rq -1 5
[   20.206687]  systemd-1       1.... 3227589us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.209658]  systemd-1       1.... 3227641us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.212596]  systemd-1       1.... 3227644us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.215549] kworker/-79      0.n.. 3228514us : blk_mq_free_request: complete: rq -1 5
[   20.218503]  systemd-1       1.n.. 3229931us : blk_mq_make_request: make rq -1 5
[   20.221444]  systemd-1       1.... 3229958us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.224416]  systemd-1       1.... 3229994us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.227352]  systemd-1       1.n.. 3229997us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.230303] kworker/-79      0.n.. 3230652us : blk_mq_free_request: complete: rq -1 5
[   20.233260]  systemd-1       1.... 3231850us : blk_mq_make_request: make rq -1 5
[   20.236215]  systemd-1       1.... 3231876us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.239191]  systemd-1       1.... 3231910us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.242133]  systemd-1       1.... 3231913us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.245085] kworker/-79      0.n.. 3232564us : blk_mq_free_request: complete: rq -1 5
[   20.248043]  systemd-1       1.... 3233990us : blk_mq_make_request: make rq -1 5
[   20.250998]  systemd-1       1.... 3234002us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.253969]  systemd-1       1.... 3234054us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.256913]  systemd-1       1.... 3234057us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.259866] kworker/-79      0.n.. 3234752us : blk_mq_free_request: complete: rq -1 5
[   20.262826]  systemd-1       1.n.. 3235950us : blk_mq_make_request: make rq -1 5
[   20.265778]  systemd-1       1.... 3236008us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.268753]  systemd-1       1.... 3236047us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.271694]  systemd-1       1.... 3236050us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.274647] kworker/-79      0.n.. 3236849us : blk_mq_free_request: complete: rq -1 5
[   20.277609]  systemd-1       1.n.. 3238249us : blk_mq_make_request: make rq -1 5
[   20.280560]  systemd-1       1.... 3238305us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.283539]  systemd-1       1.... 3238340us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.286477]  systemd-1       1.... 3238343us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.289427] kworker/-79      0.n.. 3239015us : blk_mq_free_request: complete: rq -1 5
[   20.292381]  systemd-1       1.... 3240527us : blk_mq_make_request: make rq -1 5
[   20.295338]  systemd-1       1.... 3240539us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.298309]  systemd-1       1.... 3240589us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.301241]  systemd-1       1.... 3240592us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.304190] kworker/-79      0.n.. 3241410us : blk_mq_free_request: complete: rq -1 5
[   20.307153]  systemd-1       1.... 3242667us : blk_mq_make_request: make rq -1 5
[   20.310106]  systemd-1       1.... 3242714us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.313088]  systemd-1       1.... 3242766us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.316027]  systemd-1       1.... 3242769us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.318980] kworker/-79      0.n.. 3243586us : blk_mq_free_request: complete: rq -1 5
[   20.321940]  systemd-1       1.... 3244939us : blk_mq_make_request: make rq -1 5
[   20.324895]  systemd-1       1.... 3244950us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.327870]  systemd-1       1.... 3245001us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.330811]  systemd-1       1.... 3245003us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.333762] kworker/-79      0.n.. 3245773us : blk_mq_free_request: complete: rq -1 5
[   20.336719]  systemd-1       1.... 3247054us : blk_mq_make_request: make rq -1 5
[   20.339668]  systemd-1       1.... 3247065us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.342638]  systemd-1       1.n.. 3247135us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.345572]  systemd-1       1.n.. 3247139us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.348525] kworker/-79      0.n.. 3247739us : blk_mq_free_request: complete: rq -1 5
[   20.351477]  systemd-1       1.n.. 3248951us : blk_mq_make_request: make rq -1 5
[   20.354423]  systemd-1       1.... 3248977us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.357388]  systemd-1       1.... 3249012us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.360316]  systemd-1       1.... 3249014us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.363263] kworker/-79      0.n.. 3249644us : blk_mq_free_request: complete: rq -1 5
[   20.366209]  systemd-1       1.n.. 3250532us : blk_mq_make_request: make rq -1 5
[   20.369161]  systemd-1       1.... 3250556us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.372130]  systemd-1       1.... 3250589us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.375063]  systemd-1       1.... 3250592us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.378008] kworker/-79      0.n.. 3251253us : blk_mq_free_request: complete: rq -1 5
[   20.380961]  systemd-1       1.... 3252094us : blk_mq_make_request: make rq -1 5
[   20.383915]  systemd-1       1.... 3252119us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.386889]  systemd-1       1.... 3252154us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.389822]  systemd-1       1.... 3252156us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.392764] kworker/-79      0.n.. 3252977us : blk_mq_free_request: complete: rq -1 5
[   20.395720]  systemd-1       1.n.. 3254134us : blk_mq_make_request: make rq -1 5
[   20.398656]  systemd-1       1.... 3254190us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.401622]  systemd-1       1.... 3254225us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.404555]  systemd-1       1.... 3254228us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.407504] kworker/-79      0.n.. 3254904us : blk_mq_free_request: complete: rq -1 5
[   20.410467]  systemd-1       1.... 3256579us : blk_mq_make_request: make rq -1 5
[   20.413418]  systemd-1       1.... 3256590us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.416389]  systemd-1       1.... 3256641us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.419320]  systemd-1       1.... 3256644us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.422273] kworker/-79      0.n.. 3257299us : blk_mq_free_request: complete: rq -1 5
[   20.425229]  systemd-1       1.... 3257921us : blk_mq_make_request: make rq -1 5
[   20.428178]  systemd-1       1.... 3257931us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.431149]  systemd-1       1.n.. 3257965us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.434083]  systemd-1       1.n.. 3257967us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.437035] kworker/-79      0.n.. 3258871us : blk_mq_free_request: complete: rq -1 5
[   20.439988]  systemd-1       1.... 3260224us : blk_mq_make_request: make rq -1 5
[   20.442937]  systemd-1       1.... 3260234us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.445910]  systemd-1       1.n.. 3260271us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.448844]  systemd-1       1.n.. 3260273us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.451787] kworker/-79      0.n.. 3260899us : blk_mq_free_request: complete: rq -1 5
[   20.454740]  systemd-1       1.n.. 3262620us : blk_mq_make_request: make rq -1 5
[   20.457682]  systemd-1       1.... 3262681us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.460650]  systemd-1       1.... 3262752us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.463581] kworker/-79      0.n.. 3263723us : blk_mq_free_request: complete: rq -1 5
[   20.466500]  systemd-1       1.... 3264593us : blk_mq_make_request: make rq -1 5
[   20.469412]  systemd-1       1.... 3264617us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.472331]  systemd-1       1.... 3264652us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.475244]  systemd-1       1.... 3264655us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.478187] kworker/-79      0.n.. 3265436us : blk_mq_free_request: complete: rq -1 5
[   20.481106]  systemd-1       1.n.. 3266636us : blk_mq_make_request: make rq -1 5
[   20.484020]  systemd-1       1.... 3266695us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.486939]  systemd-1       1.... 3266732us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.489854]  systemd-1       1.... 3266735us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.492797] kworker/-79      0.n.. 3267369us : blk_mq_free_request: complete: rq -1 5
[   20.495716]  systemd-1       1.n.. 3269395us : blk_mq_make_request: make rq -1 5
[   20.498633]  systemd-1       1.... 3269422us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.501559]  systemd-1       1.... 3269461us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.504477]  systemd-1       1.n.. 3269465us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.507427] kworker/-79      0.n.. 3270199us : blk_mq_free_request: complete: rq -1 5
[   20.510356]  systemd-1       1.... 3271308us : blk_mq_make_request: make rq -1 5
[   20.513275]  systemd-1       1.... 3271319us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.516200]  systemd-1       1.n.. 3271357us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.519121]  systemd-1       1.n.. 3271359us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.522066] kworker/-79      0.n.. 3272109us : blk_mq_free_request: complete: rq -1 5
[   20.524987]  systemd-1       1.... 3273709us : blk_mq_make_request: make rq -1 5
[   20.527898]  systemd-1       1.... 3273722us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.530825]  systemd-1       1.n.. 3273799us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.533746]  systemd-1       1.n.. 3273802us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.536694] kworker/-79      0.n.. 3274509us : blk_mq_free_request: complete: rq -1 5
[   20.539617]  systemd-1       1.... 3275734us : blk_mq_make_request: make rq -1 5
[   20.542534]  systemd-1       1.... 3275743us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.545463]  systemd-1       1.... 3275776us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.548384] kworker/-79      0.n.. 3276619us : blk_mq_free_request: complete: rq -1 5
[   20.551299]  systemd-1       1.... 3276853us : blk_mq_make_request: make rq -1 5
[   20.554177]  systemd-1       1.... 3276901us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.557069]  systemd-1       1.... 3276950us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.559929] kworker/-79      0.n.. 3277948us : blk_mq_free_request: complete: rq -1 5
[   20.562828]  systemd-1       1.... 3280916us : blk_mq_make_request: make rq -1 5
[   20.565709]  systemd-1       1.... 3280929us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.568564]  systemd-1       1.... 3280983us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.571397]  systemd-1       1.... 3280986us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.574281] kworker/-79      0.n.. 3281848us : blk_mq_free_request: complete: rq -1 5
[   20.577181]  systemd-1       1.n.. 3283543us : blk_mq_make_request: make rq -1 5
[   20.580061]  systemd-1       1.... 3283603us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.582919]  systemd-1       1.... 3283640us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.585753]  systemd-1       1.... 3283643us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.588633] kworker/-79      0.n.. 3284315us : blk_mq_free_request: complete: rq -1 5
[   20.591534]  systemd-1       1.... 3285080us : blk_mq_make_request: make rq -1 5
[   20.594412]  systemd-1       1.... 3285134us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.597270]  systemd-1       1.... 3285170us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.600114]  systemd-1       1.... 3285173us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.602997] kworker/-79      0.n.. 3285990us : blk_mq_free_request: complete: rq -1 5
[   20.605900]  systemd-1       1.... 3287283us : blk_mq_make_request: make rq -1 5
[   20.608782]  systemd-1       1.... 3287293us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.611674]  systemd-1       1.... 3287344us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.614543]  systemd-1       1.... 3287346us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.617475] kworker/-79      0.n.. 3288145us : blk_mq_free_request: complete: rq -1 5
[   20.620391]  systemd-1       1.... 3289681us : blk_mq_make_request: make rq -1 5
[   20.623274]  systemd-1       1.... 3289740us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.626169]  systemd-1       1.... 3289778us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.629041]  systemd-1       1.... 3289781us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.631973] kworker/-79      0.n.. 3290647us : blk_mq_free_request: complete: rq -1 5
[   20.634899]  systemd-1       1.n.. 3292952us : blk_mq_make_request: make rq -1 5
[   20.637784]  systemd-1       1.... 3292983us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.640684]  systemd-1       1.... 3293058us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.643560]  systemd-1       1.... 3293061us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.646496] kworker/-79      0.n.. 3293775us : blk_mq_free_request: complete: rq -1 5
[   20.649417]  systemd-1       1.... 3294892us : blk_mq_make_request: make rq -1 5
[   20.652301]  systemd-1       1.... 3294951us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.655197]  systemd-1       1.... 3294988us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.658073]  systemd-1       1.... 3294991us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.661005] kworker/-79      0.n.. 3295667us : blk_mq_free_request: complete: rq -1 5
[   20.663929]  systemd-1       1.... 3296940us : blk_mq_make_request: make rq -1 5
[   20.666818]  systemd-1       1.... 3296953us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.669716]  systemd-1       1.... 3296989us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.672586]  systemd-1       1.n.. 3296993us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.675524] kworker/-79      0.n.. 3297753us : blk_mq_free_request: complete: rq -1 5
[   20.678447]  systemd-1       1.n.. 3298605us : blk_mq_make_request: make rq -1 5
[   20.681336]  systemd-1       1.... 3298629us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.684233]  systemd-1       1.... 3298663us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.687107]  systemd-1       1.n.. 3298667us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.690041] kworker/-79      0.n.. 3299399us : blk_mq_free_request: complete: rq -1 5
[   20.692969]  systemd-1       1.... 3300685us : blk_mq_make_request: make rq -1 5
[   20.695894]  systemd-1       1.... 3300760us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.698826]  systemd-1       1.... 3300799us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.701755]  systemd-1       1.... 3300802us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.704712] kworker/-79      0.n.. 3301499us : blk_mq_free_request: complete: rq -1 5
[   20.707677]  systemd-1       1.... 3303162us : blk_mq_make_request: make rq -1 5
[   20.710638]  systemd-1       1.... 3303174us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.713624]  systemd-1       1.... 3303223us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.716568]  systemd-1       1.... 3303226us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.719533] kworker/-79      0.n.. 3303878us : blk_mq_free_request: complete: rq -1 5
[   20.722505]  systemd-1       1.... 3304681us : blk_mq_make_request: make rq -1 5
[   20.725468]  systemd-1       1.... 3304692us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.728453]  systemd-1       1.... 3304774us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.731402]  systemd-1       1.... 3304777us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.734369] kworker/-79      0.n.. 3305398us : blk_mq_free_request: complete: rq -1 5
[   20.737341]  systemd-1       1.... 3401035us : blk_mq_make_request: make rq -1 5
[   20.740309]  systemd-1       1.... 3401056us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.743300]  systemd-1       1.... 3401114us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.746250] kworker/-79      0.n.. 3404922us : blk_mq_free_request: complete: rq -1 5
[   20.749189]  systemd-1       1.... 3405087us : blk_mq_make_request: make rq -1 5
[   20.752121]  systemd-1       1.... 3405095us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.755062]  systemd-1       1.... 3405127us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.757993] kworker/-79      0.n.. 3406119us : blk_mq_free_request: complete: rq -1 5
[   20.760925]  systemd-1       1.... 3422196us : blk_mq_make_request: make rq -1 5
[   20.763819]  systemd-1       1.... 3422235us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.766730]  systemd-1       1.n.. 3422299us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.769614] kworker/-79      0.n.. 3423037us : blk_mq_free_request: complete: rq -1 5
[   20.772530]  systemd-1       1.... 3423339us : blk_mq_make_request: make rq -1 5
[   20.775425]  systemd-1       1.... 3423350us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.778295]  systemd-1       1.... 3423418us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.781142] kworker/-79      0.n.. 3424037us : blk_mq_free_request: complete: rq -1 5
[   20.784009] systemd--120     1.n.. 3450184us : blk_mq_make_request: make rq -1 5
[   20.786884] systemd--120     1.... 3450224us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.789754] systemd--120     1.... 3450359us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.792570] systemd--120     1.... 3450362us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.795430] kworker/-79      0.n.. 3451742us : blk_mq_free_request: complete: rq -1 5
[   20.798300] systemd--119     0.... 3480935us : blk_mq_make_request: make rq -1 44
[   20.801172] systemd--119     0.... 3480972us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   20.804045] systemd--119     0.... 3481101us : mmc_mq_queue_rq: queue rq -1 44, 0
[   20.806863] systemd--119     0.... 3481104us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   20.809727] kworker/-79      0.... 3482366us : blk_mq_free_request: complete: rq -1 44
[   20.812602] systemd--119     0.... 3483901us : blk_mq_make_request: make rq -1 44
[   20.815483] systemd--119     0.... 3483922us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   20.818355] systemd--119     0.... 3484290us : mmc_mq_queue_rq: queue rq -1 44, 0
[   20.821180] systemd--119     0.... 3484294us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   20.824054]    mount-121     1.... 3484362us : blk_mq_make_request: make rq -1 5
[   20.826928]    mount-121     1.... 3484369us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.829824]    mount-121     1.n.. 3490491us : blk_mq_free_request: complete: rq -1 44
[   20.832698]    mount-121     1.n.. 3490503us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.835536] kworker/-79      0.n.. 3491079us : blk_mq_free_request: complete: rq -1 5
[   20.838387]    mount-121     1.n.. 3491500us : blk_mq_make_request: make rq -1 5
[   20.841237]    mount-121     1.... 3491716us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.844109]    mount-121     1.... 3491984us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.846940]    mount-121     1.... 3491988us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.849785] kworker/-79      0.n.. 3493837us : blk_mq_free_request: complete: rq -1 5
[   20.852638]    mount-121     1.n.. 3496955us : blk_mq_make_request: make rq -1 5
[   20.855489]    mount-121     1.... 3497294us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.858361]    mount-121     1.... 3497518us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.861197]    mount-121     1.... 3497521us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.864050] kworker/-79      0.n.. 3498578us : blk_mq_free_request: complete: rq -1 5
[   20.866915] systemd--120     1.n.. 3501418us : blk_mq_make_request: make rq -1 5
[   20.869778] systemd--120     1.... 3501526us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.872663] systemd--120     1.... 3501572us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.875510] systemd--120     1.... 3501575us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.878368] kworker/-79      0.n.. 3502584us : blk_mq_free_request: complete: rq -1 5
[   20.881233] systemd--120     1.... 3503531us : blk_mq_make_request: make rq -1 5
[   20.884097] systemd--120     1.... 3503545us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.886983] systemd--120     1.... 3503600us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.889835] systemd--120     1.... 3503603us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.892730] kworker/-79      0.n.. 3504311us : blk_mq_free_request: complete: rq -1 5
[   20.895639] systemd--119     0.n.. 3509186us : blk_mq_make_request: make rq -1 44
[   20.898551] systemd--119     0.n.. 3509723us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   20.901463] systemd--119     0.n.. 3509854us : mmc_mq_queue_rq: queue rq -1 44, 0
[   20.904355] systemd--119     0.n.. 3509870us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   20.907294]    mount-121     1.... 3510819us : blk_mq_make_request: make rq -1 5
[   20.910248]    mount-121     1.... 3510828us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.913197]    mount-121     1.n.. 3510905us : blk_mq_free_request: complete: rq -1 44
[   20.916151]    mount-121     1.n.. 3510912us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.919093] kworker/-79      0.n.. 3511580us : blk_mq_free_request: complete: rq -1 5
[   20.922067] systemd--119     1.... 3534728us : blk_mq_make_request: make rq -1 5
[   20.925027] systemd--119     1.... 3534754us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.927994] systemd--119     1.... 3534832us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.930932] systemd--119     1.... 3534834us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   20.933935] kworker/-79      0.n.. 3535627us : blk_mq_free_request: complete: rq -1 5
[   20.936923] systemd--119     1.n.. 3539131us : blk_mq_make_request: make rq -1 5
[   20.939876] systemd--119     1.... 3539185us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.942838] systemd--119     1.... 3539235us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.945776] systemd--119     1.... 3539257us : blk_mq_make_request: make rq -1 6
[   20.948714] systemd--119     1.n.. 3539262us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   20.951646] systemd--119     1.... 3539934us : blk_mq_free_request: complete: rq -1 5
[   20.954546] systemd--119     1.... 3539940us : mmc_mq_queue_rq: queue rq -1 6, 0
[   20.957442] systemd--119     1.... 3539974us : blk_mq_make_request: make rq -1 5
[   20.960323] systemd--119     1.... 3539978us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.963222] systemd--119     1.... 3540417us : blk_mq_free_request: complete: rq -1 6
[   20.966105] systemd--119     1.... 3540421us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.968948] systemd--119     1.... 3540441us : blk_mq_make_request: make rq -1 6
[   20.971782] systemd--119     1.... 3540445us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   20.974616] systemd--119     1.... 3540902us : blk_mq_free_request: complete: rq -1 5
[   20.977450] systemd--119     1.n.. 3540907us : mmc_mq_queue_rq: queue rq -1 6, 0
[   20.980265] systemd--119     1.... 3540975us : blk_mq_make_request: make rq -1 5
[   20.983077] systemd--119     1.... 3540979us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   20.985887] systemd--119     1.... 3541381us : blk_mq_free_request: complete: rq -1 6
[   20.988709] systemd--119     1.... 3541386us : mmc_mq_queue_rq: queue rq -1 5, 0
[   20.991505] systemd--119     1.n.. 3541404us : blk_mq_make_request: make rq -1 6
[   20.994255] systemd--119     1.... 3541440us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   20.997021] systemd--119     1.n.. 3541868us : blk_mq_free_request: complete: rq -1 5
[   20.999783] systemd--119     1.n.. 3541873us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.002548] systemd--119     1.... 3541908us : blk_mq_make_request: make rq -1 5
[   21.005296] systemd--119     1.... 3541912us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.008018] systemd--119     1.... 3542351us : blk_mq_free_request: complete: rq -1 6
[   21.010734] systemd--119     1.... 3542356us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.013442] systemd--119     1.... 3542375us : blk_mq_make_request: make rq -1 6
[   21.016155] systemd--119     1.... 3542379us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.018853] systemd--119     1.n.. 3542836us : blk_mq_free_request: complete: rq -1 5
[   21.021523] systemd--119     1.n.. 3542841us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.024178] systemd--119     1.n.. 3542876us : blk_mq_make_request: make rq -1 5
[   21.026823] systemd--119     1.... 3542913us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.029495] systemd--119     1.... 3543451us : blk_mq_free_request: complete: rq -1 6
[   21.032150] systemd--119     1.... 3543455us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.034763] systemd--119     1.... 3543474us : blk_mq_make_request: make rq -1 6
[   21.037370] systemd--119     1.... 3543478us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.039982] systemd--119     1.... 3544067us : blk_mq_free_request: complete: rq -1 5
[   21.042594] systemd--119     1.... 3544071us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.045187] systemd--119     1.n.. 3544136us : blk_mq_make_request: make rq -1 5
[   21.047744] systemd--119     1.... 3544156us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.050304] systemd--119     1.... 3544551us : blk_mq_free_request: complete: rq -1 6
[   21.052870] systemd--119     1.... 3544555us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.055420] systemd--119     1.... 3544574us : blk_mq_make_request: make rq -1 6
[   21.057948] systemd--119     1.... 3544578us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.060476] systemd--119     1.... 3545049us : blk_mq_free_request: complete: rq -1 5
[   21.063009] systemd--119     1.... 3545054us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.065547] systemd--119     1.... 3545073us : blk_mq_make_request: make rq -1 5
[   21.068059] systemd--119     1.... 3545077us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.070545] systemd--119     1.n.. 3545532us : blk_mq_free_request: complete: rq -1 6
[   21.073030] systemd--119     1.n.. 3545536us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.075511] systemd--119     1.... 3545566us : blk_mq_make_request: make rq -1 6
[   21.077995] systemd--119     1.... 3545570us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.080494] systemd--119     1.n.. 3546020us : blk_mq_free_request: complete: rq -1 5
[   21.082993] systemd--119     1.n.. 3546025us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.085479] systemd--119     1.... 3546059us : blk_mq_make_request: make rq -1 5
[   21.087961] systemd--119     1.... 3546063us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.090460] systemd--119     1.... 3546509us : blk_mq_free_request: complete: rq -1 6
[   21.092958] systemd--119     1.... 3546513us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.095446] systemd--119     1.... 3546561us : blk_mq_make_request: make rq -1 6
[   21.097929] systemd--119     1.... 3546566us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.100425] systemd--119     1.... 3547004us : blk_mq_free_request: complete: rq -1 5
[   21.102924] systemd--119     1.... 3547008us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.105412] systemd--119     1.... 3547027us : blk_mq_make_request: make rq -1 5
[   21.107894] systemd--119     1.... 3547032us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.110385] systemd--119     1.... 3547597us : blk_mq_free_request: complete: rq -1 6
[   21.112883] systemd--119     1.... 3547601us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.115369] systemd--119     1.... 3547619us : blk_mq_make_request: make rq -1 6
[   21.117858] systemd--119     1.... 3547623us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.120352] systemd--119     1.... 3548198us : blk_mq_free_request: complete: rq -1 5
[   21.122846] systemd--119     1.n.. 3548202us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.125334] systemd--119     1.... 3548233us : blk_mq_make_request: make rq -1 5
[   21.127821] systemd--119     1.... 3548237us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.130316] systemd--119     1.n.. 3548690us : blk_mq_free_request: complete: rq -1 6
[   21.132811] systemd--119     1.n.. 3548694us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.135298] systemd--119     1.... 3548801us : blk_mq_make_request: make rq -1 6
[   21.137779] systemd--119     1.... 3548806us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.140273] systemd--119     1.... 3549186us : blk_mq_free_request: complete: rq -1 5
[   21.142765] systemd--119     1.... 3549190us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.145251] systemd--119     1.... 3549208us : blk_mq_make_request: make rq -1 5
[   21.147734] systemd--119     1.... 3549212us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.150233] systemd--119     1.n.. 3549776us : blk_mq_free_request: complete: rq -1 6
[   21.152725] systemd--119     1.n.. 3549780us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.155203] systemd--119     1.... 3549833us : blk_mq_make_request: make rq -1 6
[   21.157686] systemd--119     1.... 3549837us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.160183] systemd--119     1.... 3550370us : blk_mq_free_request: complete: rq -1 5
[   21.162680] systemd--119     1.... 3550374us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.165167] systemd--119     1.... 3550392us : blk_mq_make_request: make rq -1 5
[   21.167650] systemd--119     1.... 3550396us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.170144] systemd--119     1.... 3550961us : blk_mq_free_request: complete: rq -1 6
[   21.172636] systemd--119     1.... 3550965us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.175118] systemd--119     1.n.. 3550984us : blk_mq_make_request: make rq -1 6
[   21.177596] systemd--119     1.... 3551006us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.180100] systemd--119     1.... 3551559us : blk_mq_free_request: complete: rq -1 5
[   21.182599] systemd--119     1.... 3551563us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.185089] systemd--119     1.... 3551582us : blk_mq_make_request: make rq -1 5
[   21.187569] systemd--119     1.... 3551586us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.190069] systemd--119     1.n.. 3552172us : blk_mq_free_request: complete: rq -1 6
[   21.192572] systemd--119     1.n.. 3552176us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.195061] systemd--119     1.... 3552205us : blk_mq_make_request: make rq -1 6
[   21.197543] systemd--119     1.... 3552210us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.200044] systemd--119     1.... 3552786us : blk_mq_free_request: complete: rq -1 5
[   21.202545] systemd--119     1.... 3552790us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.205033] systemd--119     1.n.. 3552810us : blk_mq_make_request: make rq -1 5
[   21.207520] systemd--119     1.... 3552826us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.210024] systemd--119     1.... 3553404us : blk_mq_free_request: complete: rq -1 6
[   21.212528] systemd--119     1.... 3553408us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.215021] systemd--119     1.... 3553451us : blk_mq_make_request: make rq -1 6
[   21.217511] systemd--119     1.... 3553456us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.220005] systemd--119     1.... 3554023us : blk_mq_free_request: complete: rq -1 5
[   21.222507] systemd--119     1.... 3554027us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.224995] systemd--119     1.... 3554045us : blk_mq_make_request: make rq -1 5
[   21.227478] systemd--119     1.... 3554049us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.229975] systemd--119     1.n.. 3554614us : blk_mq_free_request: complete: rq -1 6
[   21.232470] systemd--119     1.n.. 3554618us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.234961] systemd--119     1.... 3554670us : blk_mq_make_request: make rq -1 6
[   21.237444] systemd--119     1.... 3554675us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.239941] systemd--119     1.... 3555207us : blk_mq_free_request: complete: rq -1 5
[   21.242437] systemd--119     1.... 3555211us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.244924] systemd--119     1.... 3555295us : blk_mq_make_request: make rq -1 5
[   21.247401] systemd--119     1.... 3555299us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.249894] systemd--119     1.n.. 3555797us : blk_mq_free_request: complete: rq -1 6
[   21.252383] systemd--119     1.n.. 3555801us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.254868] systemd--119     1.n.. 3555838us : blk_mq_make_request: make rq -1 6
[   21.257347] systemd--119     1.... 3555878us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.259840] systemd--119     1.n.. 3556390us : blk_mq_free_request: complete: rq -1 5
[   21.262333] systemd--119     1.n.. 3556394us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.264820] systemd--119     1.... 3556439us : blk_mq_make_request: make rq -1 5
[   21.267303] systemd--119     1.... 3556444us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.269799] systemd--119     1.... 3556882us : blk_mq_free_request: complete: rq -1 6
[   21.272292] systemd--119     1.... 3556886us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.274775] kworker/-79      0.n.. 3557385us : blk_mq_free_request: complete: rq -1 5
[   21.277279] systemd--119     1.... 3557449us : blk_mq_make_request: make rq -1 5
[   21.279787] systemd--119     1.... 3557456us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.282305] systemd--119     1.... 3557485us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.284797] kworker/-79      0.n.. 3558388us : blk_mq_free_request: complete: rq -1 5
[   21.287314] systemd--119     1.... 3558488us : blk_mq_make_request: make rq -1 5
[   21.289832] systemd--119     1.... 3558496us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.292361] systemd--119     1.... 3558523us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.294874] systemd--119     1.... 3558541us : blk_mq_make_request: make rq -1 6
[   21.297375] systemd--119     1.... 3558545us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.299892] systemd--119     1.... 3559158us : blk_mq_free_request: complete: rq -1 5
[   21.302401] systemd--119     1.... 3559162us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.304910] systemd--119     1.... 3559219us : blk_mq_make_request: make rq -1 5
[   21.307407] systemd--119     1.... 3559224us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.309924] systemd--119     1.... 3559774us : blk_mq_free_request: complete: rq -1 6
[   21.312438] systemd--119     1.... 3559778us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.314943] systemd--119     1.... 3559797us : blk_mq_make_request: make rq -1 6
[   21.317443] systemd--119     1.... 3559801us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.319962] systemd--119     1.n.. 3560392us : blk_mq_free_request: complete: rq -1 5
[   21.322474] systemd--119     1.n.. 3560396us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.324986] systemd--119     1.... 3560426us : blk_mq_make_request: make rq -1 5
[   21.327489] systemd--119     1.... 3560431us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.330006] systemd--119     1.... 3560878us : blk_mq_free_request: complete: rq -1 6
[   21.332513] systemd--119     1.... 3560882us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.335013] systemd--119     1.... 3560901us : blk_mq_make_request: make rq -1 6
[   21.337510] systemd--119     1.... 3560905us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.340024] systemd--119     1.... 3561469us : blk_mq_free_request: complete: rq -1 5
[   21.342537] systemd--119     1.n.. 3561474us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.345044] systemd--119     1.... 3561508us : blk_mq_make_request: make rq -1 5
[   21.347550] systemd--119     1.n.. 3561513us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.350070] systemd--119     1.... 3562079us : blk_mq_free_request: complete: rq -1 6
[   21.352595] systemd--119     1.... 3562083us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.355111] systemd--119     1.... 3562102us : blk_mq_make_request: make rq -1 6
[   21.357621] systemd--119     1.... 3562106us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.360144] systemd--119     1.... 3562670us : blk_mq_free_request: complete: rq -1 5
[   21.362668] systemd--119     1.... 3562675us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.365181] systemd--119     1.... 3562719us : blk_mq_make_request: make rq -1 5
[   21.367689] systemd--119     1.... 3562723us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.370213] systemd--119     1.... 3563273us : blk_mq_free_request: complete: rq -1 6
[   21.372735] systemd--119     1.n.. 3563277us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.375247] systemd--119     1.... 3563339us : blk_mq_make_request: make rq -1 6
[   21.377754] systemd--119     1.... 3563343us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.380278] systemd--119     1.... 3563885us : blk_mq_free_request: complete: rq -1 5
[   21.382806] systemd--119     1.... 3563890us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.385318] systemd--119     1.n.. 3563909us : blk_mq_make_request: make rq -1 5
[   21.387826] systemd--119     1.... 3563925us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.390350] systemd--119     1.... 3564507us : blk_mq_free_request: complete: rq -1 6
[   21.392869] systemd--119     1.... 3564511us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.395384] systemd--119     1.... 3564538us : blk_mq_make_request: make rq -1 6
[   21.397895] systemd--119     1.... 3564543us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.400402] systemd--119     1.n.. 3565128us : blk_mq_free_request: complete: rq -1 5
[   21.402917] systemd--119     1.n.. 3565133us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.405417] systemd--119     1.... 3565165us : blk_mq_make_request: make rq -1 5
[   21.407920] systemd--119     1.... 3565170us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.410415] systemd--119     1.n.. 3565727us : blk_mq_free_request: complete: rq -1 6
[   21.412906] systemd--119     1.n.. 3565732us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.415392] systemd--119     1.... 3565793us : blk_mq_make_request: make rq -1 6
[   21.417884] systemd--119     1.... 3565798us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.420394] systemd--119     1.n.. 3566328us : blk_mq_free_request: complete: rq -1 5
[   21.422902] systemd--119     1.n.. 3566333us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.425403] systemd--119     1.n.. 3566398us : blk_mq_make_request: make rq -1 5
[   21.427897] systemd--119     1.... 3566420us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.430406] systemd--119     1.... 3566922us : blk_mq_free_request: complete: rq -1 6
[   21.432912] systemd--119     1.... 3566927us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.435411] systemd--119     1.... 3566947us : blk_mq_make_request: make rq -1 6
[   21.437908] systemd--119     1.... 3566951us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.440420] systemd--119     1.... 3567520us : blk_mq_free_request: complete: rq -1 5
[   21.442929] systemd--119     1.... 3567524us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.445419] systemd--119     1.... 3567544us : blk_mq_make_request: make rq -1 5
[   21.447908] systemd--119     1.... 3567548us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.450413] systemd--119     1.... 3568138us : blk_mq_free_request: complete: rq -1 6
[   21.452914] systemd--119     1.... 3568142us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.455409] systemd--119     1.... 3568162us : blk_mq_make_request: make rq -1 6
[   21.457891] systemd--119     1.... 3568166us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.460392] systemd--119     1.... 3568773us : blk_mq_free_request: complete: rq -1 5
[   21.462892] systemd--119     1.... 3568777us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.465377] systemd--119     1.... 3568798us : blk_mq_make_request: make rq -1 5
[   21.467859] systemd--119     1.... 3568802us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.470354] systemd--119     1.... 3569391us : blk_mq_free_request: complete: rq -1 6
[   21.472851] systemd--119     1.... 3569395us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.475329] systemd--119     1.... 3569414us : blk_mq_make_request: make rq -1 6
[   21.477808] systemd--119     1.... 3569419us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.480300] systemd--119     1.... 3570025us : blk_mq_free_request: complete: rq -1 5
[   21.482793] systemd--119     1.... 3570029us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.485276] systemd--119     1.... 3570049us : blk_mq_make_request: make rq -1 5
[   21.487750] systemd--119     1.... 3570053us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.490243] systemd--119     1.... 3570624us : blk_mq_free_request: complete: rq -1 6
[   21.492737] systemd--119     1.... 3570628us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.495215] systemd--119     1.... 3570649us : blk_mq_make_request: make rq -1 6
[   21.497694] systemd--119     1.... 3570654us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.500181] systemd--119     1.... 3571224us : blk_mq_free_request: complete: rq -1 5
[   21.502676] systemd--119     1.... 3571229us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.505155] systemd--119     1.... 3571252us : blk_mq_make_request: make rq -1 5
[   21.507624] systemd--119     1.... 3571257us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.510108] systemd--119     1.... 3571833us : blk_mq_free_request: complete: rq -1 6
[   21.512588] systemd--119     1.... 3571838us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.515056] systemd--119     1.... 3571860us : blk_mq_make_request: make rq -1 6
[   21.517518] systemd--119     1.... 3571864us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.519994] systemd--119     1.... 3572434us : blk_mq_free_request: complete: rq -1 5
[   21.522468] systemd--119     1.... 3572439us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.524930] systemd--119     1.... 3572462us : blk_mq_make_request: make rq -1 5
[   21.527386] systemd--119     1.... 3572466us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.529855] systemd--119     1.... 3573062us : blk_mq_free_request: complete: rq -1 6
[   21.532327] systemd--119     1.... 3573067us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.534783] systemd--119     1.... 3573092us : blk_mq_make_request: make rq -1 6
[   21.537237] systemd--119     1.... 3573097us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.539705] systemd--119     1.... 3573680us : blk_mq_free_request: complete: rq -1 5
[   21.542169] systemd--119     1.... 3573684us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.544623] systemd--119     1.... 3573714us : blk_mq_make_request: make rq -1 5
[   21.547081] systemd--119     1.... 3573718us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.549547] systemd--119     1.... 3574310us : blk_mq_free_request: complete: rq -1 6
[   21.552009] systemd--119     1.... 3574315us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.554462] systemd--119     1.... 3574334us : blk_mq_make_request: make rq -1 6
[   21.556911] systemd--119     1.... 3574338us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.559378] systemd--119     1.... 3574938us : blk_mq_free_request: complete: rq -1 5
[   21.561843] systemd--119     1.... 3574942us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.564295] systemd--119     1.... 3574964us : blk_mq_make_request: make rq -1 5
[   21.566745] systemd--119     1.... 3574968us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.569210] systemd--119     1.... 3575529us : blk_mq_free_request: complete: rq -1 6
[   21.571670] systemd--119     1.... 3575533us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.574115] systemd--119     1.... 3575551us : blk_mq_make_request: make rq -1 6
[   21.576567] systemd--119     1.... 3575555us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.579030] systemd--119     1.... 3576129us : blk_mq_free_request: complete: rq -1 5
[   21.581492] systemd--119     1.... 3576134us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.583948] systemd--119     1.... 3576152us : blk_mq_make_request: make rq -1 5
[   21.586404] systemd--119     1.... 3576156us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.588871] systemd--119     1.... 3576766us : blk_mq_free_request: complete: rq -1 6
[   21.591334] systemd--119     1.... 3576770us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.593789] systemd--119     1.... 3576788us : blk_mq_make_request: make rq -1 6
[   21.596241] systemd--119     1.... 3576792us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.598710] systemd--119     1.... 3577362us : blk_mq_free_request: complete: rq -1 5
[   21.601177] systemd--119     1.... 3577367us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.603634] systemd--119     1.... 3577376us : blk_mq_make_request: make rq -1 5
[   21.606082] systemd--119     1.... 3577379us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.608553] systemd--119     1.... 3577992us : blk_mq_free_request: complete: rq -1 6
[   21.611020] systemd--119     1.... 3577996us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.613478] kworker/-79      0.n.. 3578504us : blk_mq_free_request: complete: rq -1 5
[   21.615960]  udevadm-123     1.... 3860190us : blk_mq_make_request: make rq -1 5
[   21.618445]  udevadm-123     1.... 3860218us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.620944]  udevadm-123     1.... 3860323us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.623420]  udevadm-123     1.... 3860327us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   21.625943] kworker/-79      0.n.. 3861405us : blk_mq_free_request: complete: rq -1 5
[   21.628482]  udevadm-123     1.n.. 3863304us : blk_mq_make_request: make rq -1 5
[   21.631018]  udevadm-123     1.... 3863362us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.633563]  udevadm-123     1.n.. 3863657us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.636095]  udevadm-123     1.n.. 3863660us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   21.638684] kworker/-79      0.n.. 3866365us : blk_mq_free_request: complete: rq -1 5
[   21.641281]  udevadm-123     1.... 3866848us : blk_mq_make_request: make rq -1 5
[   21.643871]  udevadm-123     1.... 3866865us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   21.646469]  udevadm-123     1.... 3867477us : mmc_mq_queue_rq: queue rq -1 5, 0
[   21.649061]  udevadm-123     1.... 3867481us : blk_mq_try_issue_list_directly: issue direct: rq -1 5, ret 0
[   21.651700]  udevadm-123     1.... 3870694us : blk_mq_make_request: make rq -1 6
[   21.654315]  udevadm-123     1.... 3870717us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.656956]  udevadm-123     1.n.. 3872572us : blk_mq_free_request: complete: rq -1 5
[   21.659603]  udevadm-123     1.n.. 3872587us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.662243]  udevadm-123     1.n.. 3872592us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   21.664933] kworker/-79      0.n.. 3876898us : blk_mq_free_request: complete: rq -1 6
[   21.667630]  udevadm-123     1.... 3877860us : blk_mq_make_request: make rq -1 6
[   21.670325]  udevadm-123     1.... 3877878us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.673035]  udevadm-123     1.... 3878101us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.675722]  udevadm-123     1.... 3878104us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   21.678460] kworker/-79      0.n.. 3879483us : blk_mq_free_request: complete: rq -1 6
[   21.681214]  udevadm-123     1.... 3879742us : blk_mq_make_request: make rq -1 6
[   21.683965]  udevadm-123     1.... 3879752us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.686714]  udevadm-123     1.... 3879787us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.689450] kworker/-79      0.n.. 3888689us : blk_mq_free_request: complete: rq -1 6
[   21.692217]  udevadm-123     1.... 3889043us : blk_mq_make_request: make rq -1 6
[   21.694986]  udevadm-123     1.... 3889063us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.697761]  udevadm-123     1.... 3889129us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.700520]  udevadm-123     1.... 3889132us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   21.703334] kworker/-79      0.n.. 3889996us : blk_mq_free_request: complete: rq -1 6
[   21.706155] systemd--124     1.... 3898487us : blk_mq_make_request: make rq -1 6
[   21.708972] systemd--124     1.... 3898505us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.711799] systemd--124     1.... 3898555us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.714612] systemd--124     1.... 3898578us : blk_mq_make_request: make rq -1 7
[   21.717427] systemd--124     1.... 3898583us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.720246] systemd--124     1.... 3899415us : blk_mq_free_request: complete: rq -1 6
[   21.723065] systemd--124     1.... 3899424us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.725885] systemd--124     1.... 3899453us : blk_mq_make_request: make rq -1 6
[   21.728695] systemd--124     1.... 3899458us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.731507] systemd--124     1.... 3900018us : blk_mq_free_request: complete: rq -1 7
[   21.734325] systemd--124     1.... 3900024us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.737141] systemd--124     1.... 3900050us : blk_mq_make_request: make rq -1 7
[   21.739948] systemd--124     1.... 3900055us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.742763] systemd--124     1.... 3900645us : blk_mq_free_request: complete: rq -1 6
[   21.745581] systemd--124     1.... 3900651us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.748373] systemd--124     1.... 3900677us : blk_mq_make_request: make rq -1 6
[   21.751152] systemd--124     1.... 3900682us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.753944] systemd--124     1.... 3901252us : blk_mq_free_request: complete: rq -1 7
[   21.756743] systemd--124     1.... 3901258us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.759514] systemd--124     1.... 3901298us : blk_mq_make_request: make rq -1 7
[   21.762248] systemd--124     1.... 3901303us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.764987] systemd--124     1.... 3901847us : blk_mq_free_request: complete: rq -1 6
[   21.767730] systemd--124     1.... 3901852us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.770470] systemd--124     1.... 3901873us : blk_mq_make_request: make rq -1 6
[   21.773186] systemd--124     1.... 3901877us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.775878] systemd--124     1.... 3902440us : blk_mq_free_request: complete: rq -1 7
[   21.778562] systemd--124     1.... 3902445us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.781242] systemd--124     1.... 3902465us : blk_mq_make_request: make rq -1 7
[   21.783920] systemd--124     1.... 3902469us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.786588] systemd--124     1.... 3903048us : blk_mq_free_request: complete: rq -1 6
[   21.789237] systemd--124     1.... 3903053us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.791877] systemd--124     1.... 3903074us : blk_mq_make_request: make rq -1 6
[   21.794506] systemd--124     1.... 3903078us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.797145] systemd--124     1.... 3903693us : blk_mq_free_request: complete: rq -1 7
[   21.799767] systemd--124     1.... 3903698us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.802347] systemd--124     1.... 3903718us : blk_mq_make_request: make rq -1 7
[   21.804919] systemd--124     1.... 3903722us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.807495] systemd--124     1.... 3904310us : blk_mq_free_request: complete: rq -1 6
[   21.810081] systemd--124     1.... 3904315us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.812644] systemd--124     1.... 3904335us : blk_mq_make_request: make rq -1 6
[   21.815167] systemd--124     1.... 3904339us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.817697] systemd--124     1.... 3904927us : blk_mq_free_request: complete: rq -1 7
[   21.820220] systemd--124     1.... 3904932us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.822753] systemd--124     1.... 3904964us : blk_mq_make_request: make rq -1 7
[   21.825260] systemd--124     1.... 3904969us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.827772] systemd--124     1.... 3905543us : blk_mq_free_request: complete: rq -1 6
[   21.830283] systemd--124     1.... 3905548us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.832797] systemd--124     1.... 3905569us : blk_mq_make_request: make rq -1 6
[   21.835282] systemd--124     1.... 3905573us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.837750] systemd--124     1.... 3906170us : blk_mq_free_request: complete: rq -1 7
[   21.840207] systemd--124     1.... 3906174us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.842656] systemd--124     1.... 3906195us : blk_mq_make_request: make rq -1 7
[   21.845112] systemd--124     1.... 3906199us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.847578] systemd--124     1.... 3906762us : blk_mq_free_request: complete: rq -1 6
[   21.850045] systemd--124     1.... 3906766us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.852501] systemd--124     1.... 3906787us : blk_mq_make_request: make rq -1 6
[   21.854957] systemd--124     1.... 3906791us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.857427] systemd--124     1.... 3907368us : blk_mq_free_request: complete: rq -1 7
[   21.859906] systemd--124     1.... 3907373us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.862368] systemd--124     1.... 3907392us : blk_mq_make_request: make rq -1 7
[   21.864825] systemd--124     1.... 3907396us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.867293] systemd--124     1.... 3907975us : blk_mq_free_request: complete: rq -1 6
[   21.869760] systemd--124     1.... 3907980us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.872222] systemd--124     1.... 3908000us : blk_mq_make_request: make rq -1 6
[   21.874676] systemd--124     1.... 3908004us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.877146] systemd--124     1.... 3908599us : blk_mq_free_request: complete: rq -1 7
[   21.879608] systemd--124     1.... 3908604us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.882066] systemd--124     1.... 3908626us : blk_mq_make_request: make rq -1 7
[   21.884526] systemd--124     1.... 3908630us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.886998] systemd--124     1.... 3909229us : blk_mq_free_request: complete: rq -1 6
[   21.889464] systemd--124     1.... 3909234us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.891927] systemd--124     1.... 3909256us : blk_mq_make_request: make rq -1 6
[   21.894383] systemd--124     1.... 3909261us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.896856] systemd--124     1.... 3909844us : blk_mq_free_request: complete: rq -1 7
[   21.899331] systemd--124     1.... 3909848us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.901793] systemd--124     1.... 3909869us : blk_mq_make_request: make rq -1 7
[   21.904248] systemd--124     1.... 3909873us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.906730] systemd--124     1.... 3910454us : blk_mq_free_request: complete: rq -1 6
[   21.909207] systemd--124     1.... 3910459us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.911673] systemd--124     1.... 3910479us : blk_mq_make_request: make rq -1 6
[   21.914136] systemd--124     1.... 3910484us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.916619] systemd--124     1.... 3911060us : blk_mq_free_request: complete: rq -1 7
[   21.919095] systemd--124     1.... 3911065us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.921563] systemd--124     1.... 3911087us : blk_mq_make_request: make rq -1 7
[   21.924026] systemd--124     1.... 3911091us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.926504] systemd--124     1.... 3911650us : blk_mq_free_request: complete: rq -1 6
[   21.928979] systemd--124     1.... 3911654us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.931445] systemd--124     1.... 3911675us : blk_mq_make_request: make rq -1 6
[   21.933905] systemd--124     1.... 3911679us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.936387] systemd--124     1.... 3912240us : blk_mq_free_request: complete: rq -1 7
[   21.938862] systemd--124     1.... 3912245us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.941328] systemd--124     1.... 3912268us : blk_mq_make_request: make rq -1 7
[   21.943791] systemd--124     1.... 3912272us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.946268] systemd--124     1.... 3912867us : blk_mq_free_request: complete: rq -1 6
[   21.948745] systemd--124     1.... 3912871us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.951211] systemd--124     1.... 3912893us : blk_mq_make_request: make rq -1 6
[   21.953675] systemd--124     1.... 3912896us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.956149] systemd--124     1.... 3913498us : blk_mq_free_request: complete: rq -1 7
[   21.958628] systemd--124     1.... 3913503us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.961097] systemd--124     1.... 3913524us : blk_mq_make_request: make rq -1 7
[   21.963563] systemd--124     1.... 3913528us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.966043] systemd--124     1.... 3914113us : blk_mq_free_request: complete: rq -1 6
[   21.968517] systemd--124     1.... 3914118us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.970987] systemd--124     1.... 3914138us : blk_mq_make_request: make rq -1 6
[   21.973447] systemd--124     1.... 3914142us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.975926] systemd--124     1.... 3914733us : blk_mq_free_request: complete: rq -1 7
[   21.978403] systemd--124     1.... 3914737us : mmc_mq_queue_rq: queue rq -1 6, 0
[   21.980867] systemd--124     1.... 3914766us : blk_mq_make_request: make rq -1 7
[   21.983327] systemd--124     1.... 3914771us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   21.985805] systemd--124     1.... 3915324us : blk_mq_free_request: complete: rq -1 6
[   21.988277] systemd--124     1.... 3915328us : mmc_mq_queue_rq: queue rq -1 7, 0
[   21.990744] systemd--124     1.... 3915348us : blk_mq_make_request: make rq -1 6
[   21.993203] systemd--124     1.... 3915352us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   21.995673] systemd--124     1.... 3915919us : blk_mq_free_request: complete: rq -1 7
[   21.998150] systemd--124     1.... 3915923us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.000615] systemd--124     1.... 3915942us : blk_mq_make_request: make rq -1 7
[   22.003078] systemd--124     1.... 3915946us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.005556] systemd--124     1.... 3916519us : blk_mq_free_request: complete: rq -1 6
[   22.008026] systemd--124     1.... 3916524us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.010493] systemd--124     1.... 3916544us : blk_mq_make_request: make rq -1 6
[   22.012955] systemd--124     1.... 3916548us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.015427] systemd--124     0.... 3917162us : blk_mq_free_request: complete: rq -1 7
[   22.017897] systemd--124     0.... 3917169us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.020357] systemd--124     0.... 3917184us : blk_mq_make_request: make rq -1 44
[   22.022817] systemd--124     0.... 3917189us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   22.025288] systemd--124     0.... 3917781us : blk_mq_free_request: complete: rq -1 6
[   22.027759] systemd--124     0.... 3917787us : mmc_mq_queue_rq: queue rq -1 44, 0
[   22.030218] kworker/-79      0.... 3918391us : blk_mq_free_request: complete: rq -1 44
[   22.032705] systemd--124     1.... 3918612us : blk_mq_make_request: make rq -1 6
[   22.035188] systemd--124     1.... 3918625us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.037684] systemd--124     1.... 3918677us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.040154] systemd--124     1.... 3918680us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   22.042677] kworker/-79      0.... 3919923us : blk_mq_free_request: complete: rq -1 6
[   22.045214] systemd--124     1.... 3921206us : blk_mq_make_request: make rq -1 6
[   22.047747] systemd--124     1.... 3921223us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.050286] systemd--124     1.... 3921405us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.052812] systemd--124     1.... 3921408us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   22.055389] kworker/-79      0.n.. 3923075us : blk_mq_free_request: complete: rq -1 6
[   22.057989] systemd--125     0.n.. 3943797us : blk_mq_make_request: make rq -1 44
[   22.060570] systemd--125     0.... 3944009us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   22.063166] systemd--125     0.n.. 3944153us : mmc_mq_queue_rq: queue rq -1 44, 0
[   22.065758] systemd--125     0.n.. 3944157us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   22.068394] kworker/-79      0.n.. 3945669us : blk_mq_free_request: complete: rq -1 44
[   22.071033] systemd--124     1.... 3963120us : blk_mq_make_request: make rq -1 6
[   22.073675] systemd--124     1.... 3963145us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.076332] systemd--124     1.... 3963211us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.078972] kworker/-79      0.n.. 3964349us : blk_mq_free_request: complete: rq -1 6
[   22.081625] systemd--124     1.... 3965302us : blk_mq_make_request: make rq -1 6
[   22.084284] systemd--124     1.... 3965314us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.086953] systemd--124     1.... 3965580us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.089602] kworker/-79      0.n.. 3966650us : blk_mq_free_request: complete: rq -1 6
[   22.092267] systemd--124     1.... 3967264us : blk_mq_make_request: make rq -1 6
[   22.094936] systemd--124     1.... 3967313us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.097621] systemd--124     1.... 3967351us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.100288] systemd--124     1.... 3967371us : blk_mq_make_request: make rq -1 7
[   22.102944] systemd--124     1.... 3967375us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.105624] systemd--124     1.n.. 3968127us : blk_mq_free_request: complete: rq -1 6
[   22.108308] systemd--124     1.n.. 3968134us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.110982] systemd--124     1.... 3968174us : blk_mq_make_request: make rq -1 6
[   22.113647] systemd--124     1.... 3968179us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.116322] systemd--124     1.... 3968788us : blk_mq_free_request: complete: rq -1 7
[   22.119005] systemd--124     1.... 3968793us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.121679] systemd--124     1.... 3968866us : blk_mq_make_request: make rq -1 7
[   22.124353] systemd--124     1.... 3968871us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.127030] systemd--124     1.... 3969438us : blk_mq_free_request: complete: rq -1 6
[   22.129714] systemd--124     1.... 3969443us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.132388] systemd--124     1.... 3969464us : blk_mq_make_request: make rq -1 6
[   22.135050] systemd--124     1.... 3969468us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.137724] systemd--124     1.... 3970089us : blk_mq_free_request: complete: rq -1 7
[   22.140409] systemd--124     1.... 3970095us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.143087] systemd--124     1.... 3970120us : blk_mq_make_request: make rq -1 7
[   22.145756] systemd--124     1.... 3970125us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.148433] systemd--124     1.... 3970690us : blk_mq_free_request: complete: rq -1 6
[   22.151118] systemd--124     1.... 3970696us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.153791] systemd--124     1.... 3970718us : blk_mq_make_request: make rq -1 6
[   22.156466] systemd--124     1.... 3970722us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.159152] systemd--124     1.... 3971297us : blk_mq_free_request: complete: rq -1 7
[   22.161819] systemd--124     1.... 3971302us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.164484] systemd--124     1.... 3971325us : blk_mq_make_request: make rq -1 7
[   22.167137] systemd--124     1.... 3971330us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.169804] systemd--124     1.... 3971888us : blk_mq_free_request: complete: rq -1 6
[   22.172460] systemd--124     1.... 3971892us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.175074] systemd--124     1.... 3971913us : blk_mq_make_request: make rq -1 6
[   22.177680] systemd--124     1.... 3971918us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.180298] systemd--124     1.... 3972487us : blk_mq_free_request: complete: rq -1 7
[   22.182929] systemd--124     1.... 3972492us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.185527] systemd--124     1.... 3972513us : blk_mq_make_request: make rq -1 7
[   22.188086] systemd--124     1.... 3972517us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.190658] systemd--124     1.... 3973107us : blk_mq_free_request: complete: rq -1 6
[   22.193215] systemd--124     1.... 3973112us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.195781] systemd--124     1.... 3973135us : blk_mq_make_request: make rq -1 6
[   22.198321] systemd--124     1.... 3973139us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.200830] systemd--124     1.... 3973723us : blk_mq_free_request: complete: rq -1 7
[   22.203336] systemd--124     1.... 3973728us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.205834] systemd--124     1.... 3973750us : blk_mq_make_request: make rq -1 7
[   22.208339] systemd--124     1.... 3973755us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.210830] systemd--124     1.... 3974343us : blk_mq_free_request: complete: rq -1 6
[   22.213327] systemd--124     1.... 3974347us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.215817] systemd--124     1.... 3974370us : blk_mq_make_request: make rq -1 6
[   22.218308] systemd--124     1.... 3974374us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.220786] systemd--124     1.... 3974963us : blk_mq_free_request: complete: rq -1 7
[   22.223258] systemd--124     1.... 3974968us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.225723] systemd--124     1.... 3975000us : blk_mq_make_request: make rq -1 7
[   22.228199] systemd--124     1.... 3975004us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.230683] systemd--124     1.... 3975559us : blk_mq_free_request: complete: rq -1 6
[   22.233171] systemd--124     1.... 3975563us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.235646] systemd--124     1.... 3975585us : blk_mq_make_request: make rq -1 6
[   22.238115] systemd--124     1.... 3975590us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.240602] systemd--124     1.... 3976149us : blk_mq_free_request: complete: rq -1 7
[   22.243086] systemd--124     1.... 3976154us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.245561] systemd--124     1.... 3976175us : blk_mq_make_request: make rq -1 7
[   22.248033] systemd--124     1.... 3976179us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.250520] systemd--124     1.... 3976806us : blk_mq_free_request: complete: rq -1 6
[   22.253007] systemd--124     1.... 3976811us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.255481] systemd--124     1.... 3976833us : blk_mq_make_request: make rq -1 6
[   22.257981] systemd--124     1.... 3976837us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.260497] systemd--124     1.... 3977425us : blk_mq_free_request: complete: rq -1 7
[   22.263011] systemd--124     1.... 3977430us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.265517] systemd--124     1.... 3977452us : blk_mq_make_request: make rq -1 7
[   22.268014] systemd--124     1.... 3977457us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.270524] systemd--124     1.... 3978048us : blk_mq_free_request: complete: rq -1 6
[   22.273034] systemd--124     1.... 3978053us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.275510] systemd--124     1.... 3978073us : blk_mq_make_request: make rq -1 6
[   22.277975] systemd--124     1.... 3978078us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.280452] systemd--124     1.... 3978687us : blk_mq_free_request: complete: rq -1 7
[   22.282929] systemd--124     1.... 3978692us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.285395] systemd--124     1.... 3978714us : blk_mq_make_request: make rq -1 7
[   22.287853] systemd--124     1.... 3978718us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.290331] systemd--124     1.... 3979310us : blk_mq_free_request: complete: rq -1 6
[   22.292803] systemd--124     1.... 3979315us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.295266] systemd--124     1.... 3979335us : blk_mq_make_request: make rq -1 6
[   22.297725] systemd--124     1.... 3979340us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.300195] systemd--124     1.... 3979904us : blk_mq_free_request: complete: rq -1 7
[   22.302665] systemd--124     1.... 3979909us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.305122] systemd--124     1.... 3979929us : blk_mq_make_request: make rq -1 7
[   22.307575] systemd--124     1.... 3979933us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.310039] systemd--124     1.... 3980500us : blk_mq_free_request: complete: rq -1 6
[   22.312507] systemd--124     1.... 3980505us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.314964] systemd--124     1.... 3980526us : blk_mq_make_request: make rq -1 6
[   22.317421] systemd--124     1.... 3980530us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.319892] systemd--124     1.... 3981102us : blk_mq_free_request: complete: rq -1 7
[   22.322362] systemd--124     1.... 3981107us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.324824] systemd--124     1.... 3981130us : blk_mq_make_request: make rq -1 7
[   22.327279] systemd--124     1.... 3981135us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.329746] systemd--124     1.... 3981703us : blk_mq_free_request: complete: rq -1 6
[   22.332216] systemd--124     1.... 3981709us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.334672] systemd--124     1.... 3981734us : blk_mq_make_request: make rq -1 6
[   22.337128] systemd--124     1.... 3981741us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.339599] systemd--124     1.... 3982319us : blk_mq_free_request: complete: rq -1 7
[   22.342072] systemd--124     1.... 3982325us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.344532] systemd--124     1.... 3982348us : blk_mq_make_request: make rq -1 7
[   22.346980] systemd--124     1.... 3982352us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.349451] systemd--124     1.... 3982940us : blk_mq_free_request: complete: rq -1 6
[   22.351919] systemd--124     1.... 3982945us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.354377] systemd--124     1.... 3982968us : blk_mq_make_request: make rq -1 6
[   22.356832] systemd--124     1.... 3982973us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.359306] systemd--124     1.... 3983565us : blk_mq_free_request: complete: rq -1 7
[   22.361775] systemd--124     1.... 3983570us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.364236] systemd--124     1.... 3983593us : blk_mq_make_request: make rq -1 7
[   22.366691] systemd--124     1.... 3983597us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.369161] systemd--124     1.... 3984184us : blk_mq_free_request: complete: rq -1 6
[   22.371629] systemd--124     1.... 3984189us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.374087] systemd--124     1.... 3984209us : blk_mq_make_request: make rq -1 6
[   22.376544] systemd--124     1.... 3984214us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.379011] systemd--124     1.... 3984917us : blk_mq_free_request: complete: rq -1 7
[   22.381489] systemd--124     1.... 3984922us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.383953] systemd--124     1.... 3984948us : blk_mq_make_request: make rq -1 7
[   22.386411] systemd--124     1.... 3984952us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.388883] systemd--124     1.... 3985513us : blk_mq_free_request: complete: rq -1 6
[   22.391355] systemd--124     1.... 3985519us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.393819] systemd--124     1.... 3985542us : blk_mq_make_request: make rq -1 6
[   22.396278] systemd--124     1.... 3985546us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.398752] systemd--124     1.... 3986111us : blk_mq_free_request: complete: rq -1 7
[   22.401228] systemd--124     1.... 3986116us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.403697] systemd--124     1.... 3986139us : blk_mq_make_request: make rq -1 7
[   22.406159] systemd--124     1.... 3986143us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.408636] systemd--124     1.... 3986701us : blk_mq_free_request: complete: rq -1 6
[   22.411105] systemd--124     1.... 3986706us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.413573] systemd--124     1.... 3986716us : blk_mq_make_request: make rq -1 6
[   22.416033] systemd--124     1.... 3986720us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.418507] systemd--124     1.... 3987319us : blk_mq_free_request: complete: rq -1 7
[   22.420983] systemd--124     1.... 3987324us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.423450] kworker/-79      0.n.. 3987931us : blk_mq_free_request: complete: rq -1 6
[   22.425941] systemd--124     1.... 3988028us : blk_mq_make_request: make rq -1 6
[   22.428438] systemd--124     1.... 3988041us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.430941] systemd--124     1.... 3988077us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.433430] systemd--124     1.... 3988079us : blk_mq_try_issue_list_directly: issue direct: rq -1 6, ret 0
[   22.435959] kworker/-79      0.n.. 3989027us : blk_mq_free_request: complete: rq -1 6
[   22.438503] systemd--124     1.... 3989226us : blk_mq_make_request: make rq -1 6
[   22.441045] systemd--124     1.... 3989236us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.443586] systemd--124     1.... 3989278us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.446116] systemd--124     1.... 3989313us : blk_mq_make_request: make rq -1 7
[   22.448644] systemd--124     1.... 3989318us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.451182] systemd--124     1.... 3989925us : blk_mq_free_request: complete: rq -1 6
[   22.453723] systemd--124     1.... 3989931us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.456256] systemd--124     1.... 3989966us : blk_mq_make_request: make rq -1 6
[   22.458794] systemd--124     1.... 3989971us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.461333] systemd--124     1.... 3990544us : blk_mq_free_request: complete: rq -1 7
[   22.463875] systemd--124     1.... 3990549us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.466407] systemd--124     1.... 3990571us : blk_mq_make_request: make rq -1 7
[   22.468939] systemd--124     1.... 3990575us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.471478] systemd--124     1.... 3991174us : blk_mq_free_request: complete: rq -1 6
[   22.474019] systemd--124     1.... 3991178us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.476554] systemd--124     1.... 3991199us : blk_mq_make_request: make rq -1 6
[   22.479085] systemd--124     1.... 3991204us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.481627] systemd--124     1.... 3991766us : blk_mq_free_request: complete: rq -1 7
[   22.484169] systemd--124     1.... 3991771us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.486700] systemd--124     1.... 3991792us : blk_mq_make_request: make rq -1 7
[   22.489234] systemd--124     1.... 3991797us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.491771] systemd--124     1.... 3992362us : blk_mq_free_request: complete: rq -1 6
[   22.494312] systemd--124     1.... 3992367us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.496847] systemd--124     1.... 3992389us : blk_mq_make_request: make rq -1 6
[   22.499377] systemd--124     1.... 3992394us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.501919] systemd--124     1.... 3992961us : blk_mq_free_request: complete: rq -1 7
[   22.504459] systemd--124     1.... 3992966us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.506989] systemd--124     1.... 3992989us : blk_mq_make_request: make rq -1 7
[   22.509518] systemd--124     1.... 3992993us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.512056] systemd--124     1.... 3993552us : blk_mq_free_request: complete: rq -1 6
[   22.514595] systemd--124     1.... 3993556us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.517126] systemd--124     1.... 3993588us : blk_mq_make_request: make rq -1 6
[   22.519653] systemd--124     1.... 3993592us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.522194] systemd--124     1.... 3994180us : blk_mq_free_request: complete: rq -1 7
[   22.524735] systemd--124     1.... 3994185us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.527267] systemd--124     1.... 3994207us : blk_mq_make_request: make rq -1 7
[   22.529803] systemd--124     1.... 3994211us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.532344] systemd--124     1.... 3994793us : blk_mq_free_request: complete: rq -1 6
[   22.534880] systemd--124     1.... 3994798us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.537411] systemd--124     1.... 3994819us : blk_mq_make_request: make rq -1 6
[   22.539945] systemd--124     1.... 3994824us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.542488] systemd--124     1.... 3995414us : blk_mq_free_request: complete: rq -1 7
[   22.545030] systemd--124     1.... 3995419us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.547565] systemd--124     1.... 3995441us : blk_mq_make_request: make rq -1 7
[   22.550075] systemd--124     1.... 3995445us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.552594] systemd--124     1.... 3996005us : blk_mq_free_request: complete: rq -1 6
[   22.555111] systemd--124     1.... 3996010us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.557630] systemd--124     1.... 3996032us : blk_mq_make_request: make rq -1 6
[   22.560122] systemd--124     1.... 3996036us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.562593] systemd--124     1.... 3996600us : blk_mq_free_request: complete: rq -1 7
[   22.565056] systemd--124     1.... 3996605us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.567514] systemd--124     1.... 3996627us : blk_mq_make_request: make rq -1 7
[   22.569977] systemd--124     1.... 3996631us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.572453] systemd--124     1.... 3997199us : blk_mq_free_request: complete: rq -1 6
[   22.574933] systemd--124     1.... 3997205us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.577404] systemd--124     1.... 3997229us : blk_mq_make_request: make rq -1 6
[   22.579869] systemd--124     1.... 3997233us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.582349] systemd--124     1.... 3997791us : blk_mq_free_request: complete: rq -1 7
[   22.584826] systemd--124     1.... 3997796us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.587290] systemd--124     1.... 3997827us : blk_mq_make_request: make rq -1 7
[   22.589751] systemd--124     1.... 3997831us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.592230] systemd--124     1.... 3998405us : blk_mq_free_request: complete: rq -1 6
[   22.594710] systemd--124     1.... 3998411us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.597180] systemd--124     1.... 3998432us : blk_mq_make_request: make rq -1 6
[   22.599642] systemd--124     1.... 3998436us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.602119] systemd--124     1.... 3999020us : blk_mq_free_request: complete: rq -1 7
[   22.604589] systemd--124     1.... 3999024us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.607056] systemd--124     1.... 3999046us : blk_mq_make_request: make rq -1 7
[   22.609517] systemd--124     1.... 3999050us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.611994] systemd--124     1.... 3999639us : blk_mq_free_request: complete: rq -1 6
[   22.614472] systemd--124     1.... 3999644us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.616938] systemd--124     1.... 3999666us : blk_mq_make_request: make rq -1 6
[   22.619409] systemd--124     1.... 3999670us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.621888] systemd--124     1.... 4000273us : blk_mq_free_request: complete: rq -1 7
[   22.624369] systemd--124     1.... 4000277us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.626842] systemd--124     1.... 4000299us : blk_mq_make_request: make rq -1 7
[   22.629309] systemd--124     1.... 4000303us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.631792] systemd--124     1.... 4000874us : blk_mq_free_request: complete: rq -1 6
[   22.634271] systemd--124     1.... 4000879us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.636740] systemd--124     1.... 4000901us : blk_mq_make_request: make rq -1 6
[   22.639210] systemd--124     1.... 4000905us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.641694] systemd--124     1.... 4001469us : blk_mq_free_request: complete: rq -1 7
[   22.644180] systemd--124     1.... 4001474us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.646653] systemd--124     1.... 4001496us : blk_mq_make_request: make rq -1 7
[   22.649119] systemd--124     1.... 4001500us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.651609] systemd--124     1.... 4002071us : blk_mq_free_request: complete: rq -1 6
[   22.654098] systemd--124     1.... 4002077us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.656572] systemd--124     1.... 4002098us : blk_mq_make_request: make rq -1 6
[   22.659042] systemd--124     1.... 4002103us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.661525] systemd--124     1.... 4002668us : blk_mq_free_request: complete: rq -1 7
[   22.664005] systemd--124     1.... 4002673us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.666476] systemd--124     1.... 4002695us : blk_mq_make_request: make rq -1 7
[   22.668933] systemd--124     1.... 4002699us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.671413] systemd--124     1.... 4003297us : blk_mq_free_request: complete: rq -1 6
[   22.673895] systemd--124     1.... 4003302us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.676368] systemd--124     1.... 4003323us : blk_mq_make_request: make rq -1 6
[   22.678838] systemd--124     1.... 4003327us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.681319] systemd--124     1.... 4003919us : blk_mq_free_request: complete: rq -1 7
[   22.683797] systemd--124     1.... 4003924us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.686269] systemd--124     1.... 4003945us : blk_mq_make_request: make rq -1 7
[   22.688739] systemd--124     1.... 4003949us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.691220] systemd--124     1.... 4004534us : blk_mq_free_request: complete: rq -1 6
[   22.693700] systemd--124     1.... 4004538us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.696168] systemd--124     1.... 4004560us : blk_mq_make_request: make rq -1 6
[   22.698635] systemd--124     1.... 4004564us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.701106] systemd--124     1.... 4005169us : blk_mq_free_request: complete: rq -1 7
[   22.703586] systemd--124     1.... 4005175us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.706055] systemd--124     1.... 4005199us : blk_mq_make_request: make rq -1 7
[   22.708519] systemd--124     1.... 4005203us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.711000] systemd--124     1.... 4005771us : blk_mq_free_request: complete: rq -1 6
[   22.713481] systemd--124     1.... 4005776us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.715951] systemd--124     1.... 4005808us : blk_mq_make_request: make rq -1 6
[   22.718415] systemd--124     1.... 4005812us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.720895] systemd--124     1.... 4006370us : blk_mq_free_request: complete: rq -1 7
[   22.723378] systemd--124     1.... 4006375us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.725850] systemd--124     1.... 4006396us : blk_mq_make_request: make rq -1 7
[   22.728316] systemd--124     1.... 4006401us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.730797] systemd--124     1.... 4006970us : blk_mq_free_request: complete: rq -1 6
[   22.733276] systemd--124     1.... 4006975us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.735748] systemd--124     1.... 4006997us : blk_mq_make_request: make rq -1 6
[   22.738211] systemd--124     1.... 4007001us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   22.740693] systemd--124     1.... 4007563us : blk_mq_free_request: complete: rq -1 7
[   22.743173] systemd--124     1.... 4007568us : mmc_mq_queue_rq: queue rq -1 6, 0
[   22.745640] systemd--124     1.... 4007577us : blk_mq_make_request: make rq -1 7
[   22.748102] systemd--124     1.... 4007581us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.750583] systemd--124     1.... 4008183us : blk_mq_free_request: complete: rq -1 6
[   22.753059] systemd--124     1.... 4008188us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.755527] kworker/-79      0.n.. 4008936us : blk_mq_free_request: complete: rq -1 7
[   22.758015] systemd--124     1.... 4009017us : blk_mq_make_request: make rq -1 7
[   22.760509] systemd--124     1.... 4009031us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.763012] systemd--124     1.... 4009070us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.765490] systemd--124     1.... 4009073us : blk_mq_try_issue_list_directly: issue direct: rq -1 7, ret 0
[   22.768017] kworker/-79      0.n.. 4010158us : blk_mq_free_request: complete: rq -1 7
[   22.770567] systemd--124     1.... 4010279us : blk_mq_make_request: make rq -1 7
[   22.773112] systemd--124     1.... 4010288us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.775656] systemd--124     1.... 4010325us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.778189] systemd--124     1.... 4010346us : blk_mq_make_request: make rq -1 8
[   22.780721] systemd--124     1.... 4010351us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.783261] systemd--124     1.... 4010969us : blk_mq_free_request: complete: rq -1 7
[   22.785797] systemd--124     1.... 4010975us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.788328] systemd--124     1.... 4011000us : blk_mq_make_request: make rq -1 7
[   22.790858] systemd--124     1.... 4011004us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.793400] systemd--124     1.... 4011598us : blk_mq_free_request: complete: rq -1 8
[   22.795940] systemd--124     1.... 4011603us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.798472] systemd--124     1.... 4011625us : blk_mq_make_request: make rq -1 8
[   22.801006] systemd--124     1.... 4011630us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.803550] systemd--124     1.... 4012198us : blk_mq_free_request: complete: rq -1 7
[   22.806094] systemd--124     1.... 4012203us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.808632] systemd--124     1.... 4012224us : blk_mq_make_request: make rq -1 7
[   22.811167] systemd--124     1.... 4012229us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.813709] systemd--124     1.... 4012915us : blk_mq_free_request: complete: rq -1 8
[   22.816253] systemd--124     1.... 4012921us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.818792] systemd--124     1.... 4012944us : blk_mq_make_request: make rq -1 8
[   22.821329] systemd--124     1.... 4012949us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.823883] systemd--124     1.... 4013523us : blk_mq_free_request: complete: rq -1 7
[   22.826427] systemd--124     1.... 4013528us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.828965] systemd--124     1.... 4013550us : blk_mq_make_request: make rq -1 7
[   22.831506] systemd--124     1.... 4013555us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.834055] systemd--124     1.... 4014124us : blk_mq_free_request: complete: rq -1 8
[   22.836601] systemd--124     1.... 4014129us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.839139] systemd--124     1.... 4014151us : blk_mq_make_request: make rq -1 8
[   22.841677] systemd--124     1.... 4014155us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.844225] systemd--124     1.... 4014752us : blk_mq_free_request: complete: rq -1 7
[   22.846769] systemd--124     1.... 4014757us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.849306] systemd--124     1.... 4014788us : blk_mq_make_request: make rq -1 7
[   22.851844] systemd--124     1.... 4014793us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.854391] systemd--124     1.... 4015372us : blk_mq_free_request: complete: rq -1 8
[   22.856933] systemd--124     1.... 4015376us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.859468] systemd--124     1.... 4015398us : blk_mq_make_request: make rq -1 8
[   22.861997] systemd--124     1.... 4015402us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.864540] systemd--124     1.... 4015992us : blk_mq_free_request: complete: rq -1 7
[   22.867080] systemd--124     1.... 4015997us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.869614] systemd--124     1.... 4016017us : blk_mq_make_request: make rq -1 7
[   22.872147] systemd--124     1.... 4016021us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.874694] systemd--124     1.... 4016623us : blk_mq_free_request: complete: rq -1 8
[   22.877234] systemd--124     1.... 4016628us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.879770] systemd--124     1.... 4016650us : blk_mq_make_request: make rq -1 8
[   22.882284] systemd--124     1.... 4016655us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.884800] systemd--124     1.... 4017221us : blk_mq_free_request: complete: rq -1 7
[   22.887317] systemd--124     1.... 4017227us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.889837] systemd--124     1.... 4017249us : blk_mq_make_request: make rq -1 7
[   22.892330] systemd--124     1.... 4017253us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.894798] systemd--124     1.... 4017817us : blk_mq_free_request: complete: rq -1 8
[   22.897263] systemd--124     1.... 4017822us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.899721] systemd--124     1.... 4017843us : blk_mq_make_request: make rq -1 8
[   22.902183] systemd--124     1.... 4017848us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.904661] systemd--124     1.... 4018427us : blk_mq_free_request: complete: rq -1 7
[   22.907135] systemd--124     1.... 4018432us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.909606] systemd--124     1.... 4018453us : blk_mq_make_request: make rq -1 7
[   22.912070] systemd--124     1.... 4018457us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.914547] systemd--124     1.... 4019023us : blk_mq_free_request: complete: rq -1 8
[   22.917024] systemd--124     1.... 4019028us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.919495] systemd--124     1.... 4019048us : blk_mq_make_request: make rq -1 8
[   22.921954] systemd--124     1.... 4019053us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.924434] systemd--124     1.... 4019653us : blk_mq_free_request: complete: rq -1 7
[   22.926904] systemd--124     1.... 4019658us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.929361] systemd--124     1.... 4019680us : blk_mq_make_request: make rq -1 7
[   22.931816] systemd--124     1.... 4019684us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.934288] systemd--124     1.... 4020288us : blk_mq_free_request: complete: rq -1 8
[   22.936755] systemd--124     1.... 4020293us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.939219] systemd--124     1.... 4020314us : blk_mq_make_request: make rq -1 8
[   22.941677] systemd--124     1.... 4020318us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.944146] systemd--124     1.... 4020907us : blk_mq_free_request: complete: rq -1 7
[   22.946617] systemd--124     1.... 4020912us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.949075] systemd--124     1.... 4020935us : blk_mq_make_request: make rq -1 7
[   22.951531] systemd--124     1.... 4020939us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.954003] systemd--124     1.... 4021530us : blk_mq_free_request: complete: rq -1 8
[   22.956470] systemd--124     1.... 4021535us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.958928] systemd--124     1.... 4021559us : blk_mq_make_request: make rq -1 8
[   22.961384] systemd--124     1.... 4021563us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.963853] systemd--124     1.... 4022122us : blk_mq_free_request: complete: rq -1 7
[   22.966326] systemd--124     1.... 4022127us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.968786] systemd--124     1.... 4022149us : blk_mq_make_request: make rq -1 7
[   22.971242] systemd--124     1.... 4022153us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.973716] systemd--124     1.... 4022719us : blk_mq_free_request: complete: rq -1 8
[   22.976183] systemd--124     1.... 4022724us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.978648] systemd--124     1.... 4022754us : blk_mq_make_request: make rq -1 8
[   22.981102] systemd--124     1.... 4022759us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   22.983573] systemd--124     1.... 4023312us : blk_mq_free_request: complete: rq -1 7
[   22.986040] systemd--124     1.... 4023316us : mmc_mq_queue_rq: queue rq -1 8, 0
[   22.988501] systemd--124     1.... 4023337us : blk_mq_make_request: make rq -1 7
[   22.990948] systemd--124     1.... 4023342us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   22.993419] systemd--124     1.... 4023914us : blk_mq_free_request: complete: rq -1 8
[   22.995892] systemd--124     1.... 4023919us : mmc_mq_queue_rq: queue rq -1 7, 0
[   22.998350] systemd--124     1.... 4023940us : blk_mq_make_request: make rq -1 8
[   23.000810] systemd--124     1.... 4023944us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.003285] systemd--124     1.... 4024527us : blk_mq_free_request: complete: rq -1 7
[   23.005756] systemd--124     1.... 4024532us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.008221] systemd--124     1.... 4024553us : blk_mq_make_request: make rq -1 7
[   23.010680] systemd--124     1.... 4024557us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   23.013160] systemd--124     1.... 4025157us : blk_mq_free_request: complete: rq -1 8
[   23.015631] systemd--124     1.... 4025162us : mmc_mq_queue_rq: queue rq -1 7, 0
[   23.018091] systemd--124     1.... 4025184us : blk_mq_make_request: make rq -1 8
[   23.020549] systemd--124     1.... 4025189us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.023012] systemd--124     1.... 4025783us : blk_mq_free_request: complete: rq -1 7
[   23.025479] systemd--124     1.... 4025789us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.027937] systemd--124     1.... 4025810us : blk_mq_make_request: make rq -1 7
[   23.030389] systemd--124     1.... 4025814us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   23.032862] systemd--124     1.... 4026406us : blk_mq_free_request: complete: rq -1 8
[   23.035338] systemd--124     1.... 4026411us : mmc_mq_queue_rq: queue rq -1 7, 0
[   23.037796] systemd--124     1.... 4026432us : blk_mq_make_request: make rq -1 8
[   23.040254] systemd--124     1.... 4026436us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.042722] systemd--124     1.... 4027005us : blk_mq_free_request: complete: rq -1 7
[   23.045191] systemd--124     1.... 4027012us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.047657] systemd--124     1.... 4027033us : blk_mq_make_request: make rq -1 7
[   23.050117] systemd--124     1.... 4027037us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   23.052594] systemd--124     1.... 4027609us : blk_mq_free_request: complete: rq -1 8
[   23.055061] systemd--124     1.... 4027614us : mmc_mq_queue_rq: queue rq -1 7, 0
[   23.057526] systemd--124     1.... 4027637us : blk_mq_make_request: make rq -1 8
[   23.059983] systemd--124     1.... 4027641us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.062459] systemd--124     1.... 4028202us : blk_mq_free_request: complete: rq -1 7
[   23.064933] systemd--124     1.... 4028208us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.067397] systemd--124     1.... 4028229us : blk_mq_make_request: make rq -1 7
[   23.069862] systemd--124     1.... 4028234us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   23.072336] systemd--124     1.... 4028905us : blk_mq_free_request: complete: rq -1 8
[   23.074813] systemd--124     1.... 4028911us : mmc_mq_queue_rq: queue rq -1 7, 0
[   23.077281] systemd--124     1.... 4028921us : blk_mq_make_request: make rq -1 8
[   23.079741] systemd--124     1.... 4028925us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.082225] systemd--124     1.... 4029530us : blk_mq_free_request: complete: rq -1 7
[   23.084697] systemd--124     1.... 4029534us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.087151] kworker/-79      0.n.. 4030226us : blk_mq_free_request: complete: rq -1 8
[   23.089640] systemd--124     1.... 4030313us : blk_mq_make_request: make rq -1 8
[   23.092130] systemd--124     1.... 4030327us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.094639] systemd--124     1.... 4030366us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.097112] systemd--124     1.... 4030369us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.099635] kworker/-79      0.n.. 4031385us : blk_mq_free_request: complete: rq -1 8
[   23.102176] systemd--124     1.... 4031529us : blk_mq_make_request: make rq -1 8
[   23.104717] systemd--124     1.... 4031541us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.107263] systemd--124     1.... 4031582us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.109793] systemd--124     1.... 4031612us : blk_mq_make_request: make rq -1 9
[   23.112324] systemd--124     1.... 4031616us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.114860] systemd--124     1.... 4032234us : blk_mq_free_request: complete: rq -1 8
[   23.117394] systemd--124     1.... 4032240us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.119923] systemd--124     1.... 4032264us : blk_mq_make_request: make rq -1 8
[   23.122446] systemd--124     1.... 4032269us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.124981] systemd--124     1.... 4032849us : blk_mq_free_request: complete: rq -1 9
[   23.127519] systemd--124     1.... 4032854us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.130045] systemd--124     1.... 4032879us : blk_mq_make_request: make rq -1 9
[   23.132573] systemd--124     1.... 4032883us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.135108] systemd--124     1.... 4033483us : blk_mq_free_request: complete: rq -1 8
[   23.137639] systemd--124     1.... 4033488us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.140170] systemd--124     1.... 4033512us : blk_mq_make_request: make rq -1 8
[   23.142701] systemd--124     1.... 4033516us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.145238] systemd--124     1.... 4034078us : blk_mq_free_request: complete: rq -1 9
[   23.147776] systemd--124     1.... 4034083us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.150307] systemd--124     1.... 4034104us : blk_mq_make_request: make rq -1 9
[   23.152841] systemd--124     1.... 4034108us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.155381] systemd--124     1.... 4034674us : blk_mq_free_request: complete: rq -1 8
[   23.157917] systemd--124     1.... 4034679us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.160445] systemd--124     1.... 4034700us : blk_mq_make_request: make rq -1 8
[   23.162976] systemd--124     1.... 4034704us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.165511] systemd--124     1.... 4035272us : blk_mq_free_request: complete: rq -1 9
[   23.168041] systemd--124     1.... 4035277us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.170568] systemd--124     1.... 4035298us : blk_mq_make_request: make rq -1 9
[   23.173097] systemd--124     1.... 4035303us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.175636] systemd--124     1.... 4035874us : blk_mq_free_request: complete: rq -1 8
[   23.178172] systemd--124     1.... 4035879us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.180699] systemd--124     1.... 4035912us : blk_mq_make_request: make rq -1 8
[   23.183227] systemd--124     1.... 4035916us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.185761] systemd--124     1.... 4036500us : blk_mq_free_request: complete: rq -1 9
[   23.188297] systemd--124     1.... 4036505us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.190827] systemd--124     1.... 4036526us : blk_mq_make_request: make rq -1 9
[   23.193357] systemd--124     1.... 4036530us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.195891] systemd--124     1.... 4037121us : blk_mq_free_request: complete: rq -1 8
[   23.198424] systemd--124     1.... 4037126us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.200952] systemd--124     1.... 4037148us : blk_mq_make_request: make rq -1 8
[   23.203481] systemd--124     1.... 4037152us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.206018] systemd--124     1.... 4037742us : blk_mq_free_request: complete: rq -1 9
[   23.208549] systemd--124     1.... 4037746us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.211076] systemd--124     1.... 4037767us : blk_mq_make_request: make rq -1 9
[   23.213581] systemd--124     1.... 4037772us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.216089] systemd--124     1.... 4038361us : blk_mq_free_request: complete: rq -1 8
[   23.218602] systemd--124     1.... 4038366us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.221118] systemd--124     1.... 4038388us : blk_mq_make_request: make rq -1 8
[   23.223612] systemd--124     1.... 4038392us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.226078] systemd--124     1.... 4038962us : blk_mq_free_request: complete: rq -1 9
[   23.228535] systemd--124     1.... 4038967us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.230989] systemd--124     1.... 4038989us : blk_mq_make_request: make rq -1 9
[   23.233449] systemd--124     1.... 4038993us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.235920] systemd--124     1.... 4039558us : blk_mq_free_request: complete: rq -1 8
[   23.238392] systemd--124     1.... 4039563us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.240860] systemd--124     1.... 4039586us : blk_mq_make_request: make rq -1 8
[   23.243316] systemd--124     1.... 4039590us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.245787] systemd--124     1.... 4040150us : blk_mq_free_request: complete: rq -1 9
[   23.248254] systemd--124     1.... 4040155us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.250716] systemd--124     1.... 4040187us : blk_mq_make_request: make rq -1 9
[   23.253179] systemd--124     1.... 4040191us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.255655] systemd--124     1.... 4040910us : blk_mq_free_request: complete: rq -1 8
[   23.258127] systemd--124     1.... 4040915us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.260589] systemd--124     1.... 4040940us : blk_mq_make_request: make rq -1 8
[   23.263049] systemd--124     1.... 4040944us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.265519] systemd--124     1.... 4041528us : blk_mq_free_request: complete: rq -1 9
[   23.267989] systemd--124     1.... 4041534us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.270450] systemd--124     1.... 4041558us : blk_mq_make_request: make rq -1 9
[   23.272907] systemd--124     1.... 4041562us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.275383] systemd--124     1.... 4042145us : blk_mq_free_request: complete: rq -1 8
[   23.277854] systemd--124     1.... 4042151us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.280313] systemd--124     1.... 4042173us : blk_mq_make_request: make rq -1 8
[   23.282772] systemd--124     1.... 4042176us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.285247] systemd--124     1.... 4042771us : blk_mq_free_request: complete: rq -1 9
[   23.287717] systemd--124     1.... 4042776us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.290181] systemd--124     1.... 4042799us : blk_mq_make_request: make rq -1 9
[   23.292646] systemd--124     1.... 4042803us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.295120] systemd--124     1.... 4043360us : blk_mq_free_request: complete: rq -1 8
[   23.297592] systemd--124     1.... 4043365us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.300052] systemd--124     1.... 4043387us : blk_mq_make_request: make rq -1 8
[   23.302511] systemd--124     1.... 4043391us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.304989] systemd--124     1.... 4043953us : blk_mq_free_request: complete: rq -1 9
[   23.307459] systemd--124     1.... 4043958us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.309923] systemd--124     1.... 4043979us : blk_mq_make_request: make rq -1 9
[   23.312380] systemd--124     1.... 4043983us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.314848] systemd--124     1.... 4044557us : blk_mq_free_request: complete: rq -1 8
[   23.317325] systemd--124     1.... 4044562us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.319787] systemd--124     1.... 4044582us : blk_mq_make_request: make rq -1 8
[   23.322245] systemd--124     1.... 4044586us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.324714] systemd--124     1.... 4045154us : blk_mq_free_request: complete: rq -1 9
[   23.327187] systemd--124     1.... 4045158us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.329648] systemd--124     1.... 4045179us : blk_mq_make_request: make rq -1 9
[   23.332110] systemd--124     1.... 4045183us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.334585] systemd--124     1.... 4045780us : blk_mq_free_request: complete: rq -1 8
[   23.337055] systemd--124     1.... 4045785us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.339512] systemd--124     1.... 4045806us : blk_mq_make_request: make rq -1 8
[   23.341970] systemd--124     1.... 4045810us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.344447] systemd--124     1.... 4046401us : blk_mq_free_request: complete: rq -1 9
[   23.346919] systemd--124     1.... 4046405us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.349386] systemd--124     1.... 4046426us : blk_mq_make_request: make rq -1 9
[   23.351848] systemd--124     1.... 4046430us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.354327] systemd--124     1.... 4047021us : blk_mq_free_request: complete: rq -1 8
[   23.356802] systemd--124     1.... 4047025us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.359268] systemd--124     1.... 4047045us : blk_mq_make_request: make rq -1 8
[   23.361727] systemd--124     1.... 4047049us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.364199] systemd--124     1.... 4047640us : blk_mq_free_request: complete: rq -1 9
[   23.366669] systemd--124     1.... 4047645us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.369129] systemd--124     1.... 4047665us : blk_mq_make_request: make rq -1 9
[   23.371580] systemd--124     1.... 4047669us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.374050] systemd--124     1.... 4048227us : blk_mq_free_request: complete: rq -1 8
[   23.376513] systemd--124     1.... 4048232us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.378971] systemd--124     1.... 4048253us : blk_mq_make_request: make rq -1 8
[   23.381423] systemd--124     1.... 4048258us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.383890] systemd--124     1.... 4048993us : blk_mq_free_request: complete: rq -1 9
[   23.386356] systemd--124     1.... 4048998us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.388813] systemd--124     1.... 4049033us : blk_mq_make_request: make rq -1 9
[   23.391273] systemd--124     1.... 4049038us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.393747] systemd--124     1.... 4049589us : blk_mq_free_request: complete: rq -1 8
[   23.396214] systemd--124     1.... 4049594us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.398673] systemd--124     1.... 4049611us : blk_mq_make_request: make rq -1 8
[   23.401129] systemd--124     1.... 4049616us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.403600] systemd--124     1.... 4050186us : blk_mq_free_request: complete: rq -1 9
[   23.406072] systemd--124     1.... 4050190us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.408536] kworker/-79      0.n.. 4050866us : blk_mq_free_request: complete: rq -1 8
[   23.411023] systemd--124     1.... 4050964us : blk_mq_make_request: make rq -1 8
[   23.413510] systemd--124     1.... 4050981us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.416009] systemd--124     1.... 4051023us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.418485] systemd--124     1.... 4051026us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.421012] kworker/-79      0.n.. 4051988us : blk_mq_free_request: complete: rq -1 8
[   23.423555] systemd--124     1.... 4052214us : blk_mq_make_request: make rq -1 8
[   23.426093] systemd--124     1.... 4052227us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.428641] systemd--124     1.... 4052267us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.431168] systemd--124     1.... 4052270us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.433757] kworker/-79      0.n.. 4053267us : blk_mq_free_request: complete: rq -1 8
[   23.436350] systemd--124     1.... 4053406us : blk_mq_make_request: make rq -1 8
[   23.438936] systemd--124     1.... 4053417us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.441531] systemd--124     1.... 4053451us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.444119] systemd--124     1.... 4053453us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.446752] kworker/-79      0.n.. 4054450us : blk_mq_free_request: complete: rq -1 8
[   23.449389] systemd--124     1.... 4054579us : blk_mq_make_request: make rq -1 8
[   23.452024] systemd--124     1.... 4054591us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.454675] systemd--124     1.... 4054631us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.457306] systemd--124     1.... 4054634us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.459988] kworker/-79      0.n.. 4055304us : blk_mq_free_request: complete: rq -1 8
[   23.462677] systemd--124     1.... 4055543us : blk_mq_make_request: make rq -1 8
[   23.465372] systemd--124     1.... 4055554us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.468070] systemd--124     1.... 4055597us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.470747] systemd--124     1.... 4055600us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.473475] kworker/-79      0.n.. 4056411us : blk_mq_free_request: complete: rq -1 8
[   23.476222] systemd--124     1.... 4056575us : blk_mq_make_request: make rq -1 8
[   23.478964] systemd--124     1.... 4056591us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.481711] systemd--124     1.... 4056631us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.484443] systemd--124     1.... 4056634us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.487230] kworker/-79      0.n.. 4057501us : blk_mq_free_request: complete: rq -1 8
[   23.490020] systemd--124     1.... 4057629us : blk_mq_make_request: make rq -1 8
[   23.492814] systemd--124     1.... 4057641us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.495614] systemd--124     1.... 4057675us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.498404] systemd--124     1.... 4057678us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.501241] kworker/-79      0.n.. 4058606us : blk_mq_free_request: complete: rq -1 8
[   23.504088] systemd--124     1.... 4058745us : blk_mq_make_request: make rq -1 8
[   23.506930] systemd--124     1.... 4058756us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.509791] systemd--124     1.... 4058790us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.512633] systemd--124     1.... 4058793us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.515520] kworker/-79      0.n.. 4059622us : blk_mq_free_request: complete: rq -1 8
[   23.518419] systemd--124     1.... 4059742us : blk_mq_make_request: make rq -1 8
[   23.521316] systemd--124     1.... 4059752us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.524226] systemd--124     1.... 4059783us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.527112] systemd--124     1.... 4059786us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.530049] kworker/-79      0.n.. 4060662us : blk_mq_free_request: complete: rq -1 8
[   23.533004] systemd--124     1.... 4060809us : blk_mq_make_request: make rq -1 8
[   23.535950] systemd--124     1.... 4060821us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.538905] systemd--124     1.... 4060852us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.541839] systemd--124     1.... 4060854us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.544805] kworker/-79      0.n.. 4061812us : blk_mq_free_request: complete: rq -1 8
[   23.547781] systemd--124     1.... 4061945us : blk_mq_make_request: make rq -1 8
[   23.550755] systemd--124     1.... 4061956us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.553741] systemd--124     1.... 4061993us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.556694] systemd--124     1.... 4061995us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.559657] kworker/-79      0.n.. 4062780us : blk_mq_free_request: complete: rq -1 8
[   23.562627] systemd--124     1.... 4063230us : blk_mq_make_request: make rq -1 8
[   23.565594] systemd--124     1.... 4063244us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.568579] systemd--124     1.... 4063284us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.571525] systemd--124     1.... 4063287us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.574487] kworker/-79      0.n.. 4064290us : blk_mq_free_request: complete: rq -1 8
[   23.577455] systemd--124     1.... 4064639us : blk_mq_make_request: make rq -1 8
[   23.580418] systemd--124     1.... 4064652us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.583402] systemd--124     1.... 4064783us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.586344] systemd--124     1.... 4064786us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.589303] kworker/-79      0.n.. 4066341us : blk_mq_free_request: complete: rq -1 8
[   23.592272] systemd--124     1.... 4066386us : blk_mq_make_request: make rq -1 8
[   23.595236] systemd--124     1.... 4066399us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.598222] systemd--124     1.... 4066434us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.601167] systemd--124     1.... 4066437us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.604129] kworker/-79      0.n.. 4067427us : blk_mq_free_request: complete: rq -1 8
[   23.607095] systemd--124     1.... 4067606us : blk_mq_make_request: make rq -1 8
[   23.610059] systemd--124     1.... 4067619us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.613047] systemd--124     1.... 4067662us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.615993] systemd--124     1.... 4067665us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.618950] kworker/-79      0.n.. 4068753us : blk_mq_free_request: complete: rq -1 8
[   23.621915] systemd--124     1.... 4069212us : blk_mq_make_request: make rq -1 8
[   23.624878] systemd--124     1.... 4069226us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.627860] systemd--124     1.... 4069316us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.630804] systemd--124     1.... 4069319us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.633763] kworker/-79      0.n.. 4070420us : blk_mq_free_request: complete: rq -1 8
[   23.636760] systemd--124     1.... 4070465us : blk_mq_make_request: make rq -1 8
[   23.639723] systemd--124     1.... 4070477us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.642708] systemd--124     1.... 4070512us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.645658] systemd--124     1.... 4070515us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.648615] kworker/-79      0.n.. 4071393us : blk_mq_free_request: complete: rq -1 8
[   23.651583] systemd--124     1.... 4071567us : blk_mq_make_request: make rq -1 8
[   23.654542] systemd--124     1.... 4071580us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.657528] systemd--124     1.... 4071633us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.660477] systemd--124     1.... 4071636us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.663430] kworker/-79      0.n.. 4072650us : blk_mq_free_request: complete: rq -1 8
[   23.666398] systemd--124     1.... 4073019us : blk_mq_make_request: make rq -1 8
[   23.669361] systemd--124     1.... 4073035us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.672346] systemd--124     1.... 4073126us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.675303] systemd--124     1.... 4073129us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.678263] kworker/-79      0.... 4074282us : blk_mq_free_request: complete: rq -1 8
[   23.681227] systemd--124     1.... 4077029us : blk_mq_make_request: make rq -1 8
[   23.684194] systemd--124     1.... 4077053us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.687177] systemd--124     1.... 4077111us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.690119] systemd--124     1.... 4077114us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.693077] kworker/-79      0.n.. 4077905us : blk_mq_free_request: complete: rq -1 8
[   23.696048] systemd--124     1.... 4078156us : blk_mq_make_request: make rq -1 8
[   23.699004] systemd--124     1.... 4078169us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.701985] systemd--124     1.... 4078283us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.704935] systemd--124     1.... 4078285us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.707895] kworker/-79      0.n.. 4080196us : blk_mq_free_request: complete: rq -1 8
[   23.710867] systemd--124     1.... 4080498us : blk_mq_make_request: make rq -1 8
[   23.713830] systemd--124     1.... 4080514us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.716819] systemd--124     1.... 4080579us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.719769] systemd--124     1.... 4080582us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.722730] kworker/-79      0.n.. 4081826us : blk_mq_free_request: complete: rq -1 8
[   23.725707] systemd--124     1.... 4081885us : blk_mq_make_request: make rq -1 8
[   23.728670] systemd--124     1.... 4081900us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.731658] systemd--124     1.... 4081949us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.734604] systemd--124     1.... 4081951us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.737568] kworker/-79      0.n.. 4082785us : blk_mq_free_request: complete: rq -1 8
[   23.740541] systemd--124     1.... 4082986us : blk_mq_make_request: make rq -1 8
[   23.743508] systemd--124     1.... 4082999us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.746494] systemd--124     1.... 4083066us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.749441] systemd--124     1.... 4083069us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.752405] kworker/-79      0.n.. 4084083us : blk_mq_free_request: complete: rq -1 8
[   23.755377] systemd--124     1.... 4084699us : blk_mq_make_request: make rq -1 8
[   23.758344] systemd--124     1.... 4084834us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.761335] systemd--124     1.... 4084886us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.764288] systemd--124     1.... 4084889us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.767252] kworker/-79      0.n.. 4086026us : blk_mq_free_request: complete: rq -1 8
[   23.770227] systemd--124     1.... 4086913us : blk_mq_make_request: make rq -1 8
[   23.773191] systemd--124     1.... 4086929us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.776180] systemd--124     1.... 4086973us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.779126] systemd--124     1.... 4086976us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.782085] kworker/-79      0.... 4087848us : blk_mq_free_request: complete: rq -1 8
[   23.785055]     fsck-126     1.... 4088159us : blk_mq_make_request: make rq -1 8
[   23.788022]     fsck-126     1.... 4088175us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.791010]     fsck-126     1.... 4088242us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.793960]     fsck-126     1.... 4088244us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.796921] systemd--124     1.... 4089779us : blk_mq_make_request: make rq -1 9
[   23.799880] systemd--124     1.... 4089797us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.802849] systemd--124     1.... 4089905us : blk_mq_free_request: complete: rq -1 8
[   23.805826] systemd--124     1.... 4089911us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.808782] systemd--124     1.... 4089913us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.811745]     fsck-126     1.... 4090785us : blk_mq_make_request: make rq -1 8
[   23.814708]     fsck-126     1.... 4090795us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   23.817681]     fsck-126     1.... 4090916us : blk_mq_free_request: complete: rq -1 9
[   23.820670]     fsck-126     1.... 4090921us : mmc_mq_queue_rq: queue rq -1 8, 0
[   23.823626]     fsck-126     1.... 4090923us : blk_mq_try_issue_list_directly: issue direct: rq -1 8, ret 0
[   23.826597] systemd--124     1.... 4091154us : blk_mq_make_request: make rq -1 9
[   23.829568] systemd--124     1.... 4091162us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.832543] systemd--124     1.... 4092264us : blk_mq_free_request: complete: rq -1 8
[   23.835530] systemd--124     1.... 4092271us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.838496] systemd--124     1.... 4092274us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.841475] kworker/-79      0.... 4093073us : blk_mq_free_request: complete: rq -1 9
[   23.844458] fsck.ext-127     1.... 4111302us : blk_mq_make_request: make rq -1 9
[   23.847441] fsck.ext-127     1.... 4111462us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.850439] fsck.ext-127     1.... 4111626us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.853403] fsck.ext-127     1.... 4111629us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.856378] kworker/-79      0.n.. 4112696us : blk_mq_free_request: complete: rq -1 9
[   23.859364] fsck.ext-127     1.n.. 4113532us : blk_mq_make_request: make rq -1 9
[   23.862343] fsck.ext-127     1.... 4113558us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.865346] fsck.ext-127     1.... 4113846us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.868311] fsck.ext-127     1.... 4113849us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.871286] kworker/-79      0.n.. 4116751us : blk_mq_free_request: complete: rq -1 9
[   23.874272] fsck.ext-127     1.... 4117532us : blk_mq_make_request: make rq -1 9
[   23.877251] fsck.ext-127     1.... 4117552us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.880245] fsck.ext-127     1.... 4117668us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.883210] fsck.ext-127     1.... 4117670us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.886184] kworker/-79      0.n.. 4118756us : blk_mq_free_request: complete: rq -1 9
[   23.889167] fsck.ext-127     1.... 4118892us : blk_mq_make_request: make rq -1 9
[   23.892144] fsck.ext-127     1.... 4118906us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.895142] fsck.ext-127     1.... 4118948us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.898097] fsck.ext-127     1.... 4118950us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.901072] kworker/-79      0.n.. 4119719us : blk_mq_free_request: complete: rq -1 9
[   23.904056] fsck.ext-127     1.... 4119890us : blk_mq_make_request: make rq -1 9
[   23.907032] fsck.ext-127     1.... 4119900us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.910034] fsck.ext-127     1.... 4120073us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.912994] fsck.ext-127     1.... 4120075us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.915968] kworker/-79      0.n.. 4122744us : blk_mq_free_request: complete: rq -1 9
[   23.918950] fsck.ext-127     1.... 4122880us : blk_mq_make_request: make rq -1 9
[   23.921925] fsck.ext-127     1.... 4122890us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.924924] fsck.ext-127     1.... 4123349us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.927881] fsck.ext-127     1.... 4123351us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.930854] kworker/-79      0.n.. 4127283us : blk_mq_free_request: complete: rq -1 9
[   23.933835] fsck.ext-127     1.... 4127401us : blk_mq_make_request: make rq -1 9
[   23.936816] fsck.ext-127     1.... 4127411us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.939817] fsck.ext-127     1.... 4127913us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.942778] fsck.ext-127     1.... 4127916us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.945753] kworker/-79      0.n.. 4131944us : blk_mq_free_request: complete: rq -1 9
[   23.948739] fsck.ext-127     1.... 4132132us : blk_mq_make_request: make rq -1 9
[   23.951722] fsck.ext-127     1.... 4132144us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.954715] fsck.ext-127     1.... 4132201us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.957679] fsck.ext-127     1.... 4132204us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.960655] kworker/-79      0.n.. 4133450us : blk_mq_free_request: complete: rq -1 9
[   23.963641] fsck.ext-127     1.... 4134802us : blk_mq_make_request: make rq -1 9
[   23.966617] fsck.ext-127     1.... 4134822us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.969607] fsck.ext-127     1.... 4134938us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.972557] fsck.ext-127     1.... 4134940us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.975528] kworker/-79      0.n.. 4136080us : blk_mq_free_request: complete: rq -1 9
[   23.978503] fsck.ext-127     1.... 4136118us : blk_mq_make_request: make rq -1 9
[   23.981473] fsck.ext-127     1.... 4136129us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.984456] fsck.ext-127     1.... 4136162us : mmc_mq_queue_rq: queue rq -1 9, 0
[   23.987398] fsck.ext-127     1.... 4136164us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   23.990355] kworker/-79      0.n.. 4136845us : blk_mq_free_request: complete: rq -1 9
[   23.993320] fsck.ext-127     1.... 4136994us : blk_mq_make_request: make rq -1 9
[   23.996277] fsck.ext-127     1.... 4137004us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   23.999259] fsck.ext-127     1.... 4137061us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.002201] fsck.ext-127     1.... 4137064us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.005159] kworker/-79      0.n.. 4137972us : blk_mq_free_request: complete: rq -1 9
[   24.008131] fsck.ext-127     1.... 4138771us : blk_mq_make_request: make rq -1 9
[   24.011092] fsck.ext-127     1.... 4138785us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.014079] fsck.ext-127     1.... 4138868us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.017024] fsck.ext-127     1.... 4138871us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.019991] kworker/-79      0.... 4139782us : blk_mq_free_request: complete: rq -1 9
[   24.022960] fsck.ext-127     1.... 4139863us : blk_mq_make_request: make rq -1 9
[   24.025923] fsck.ext-127     1.... 4139875us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.028904] fsck.ext-127     1.... 4139995us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.031844] fsck.ext-127     1.... 4139997us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.034802] kworker/-79      0.n.. 4141257us : blk_mq_free_request: complete: rq -1 9
[   24.037763] fsck.ext-127     1.... 4144675us : blk_mq_make_request: make rq -1 9
[   24.040726] fsck.ext-127     1.... 4144693us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.043711] fsck.ext-127     1.... 4144821us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.046658] fsck.ext-127     1.... 4144824us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.049614] kworker/-79      0.n.. 4145681us : blk_mq_free_request: complete: rq -1 9
[   24.052581] systemd--129     0.n.. 4340882us : blk_mq_make_request: make rq -1 44
[   24.055544] systemd--129     0.... 4340934us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.058532] systemd--129     0.n.. 4341065us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.061485] systemd--129     0.n.. 4341084us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.064451] kworker/-79      0.n.. 4342370us : blk_mq_free_request: complete: rq -1 44
[   24.067426] systemd--129     0.n.. 4395754us : blk_mq_make_request: make rq -1 44
[   24.070398] systemd--129     0.n.. 4396020us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.073391] systemd--129     0.n.. 4396278us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.076347] systemd--129     0.n.. 4396284us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.079315] kworker/-79      0.n.. 4397007us : blk_mq_free_request: complete: rq -1 44
[   24.082297] (mount-f-130     1.... 4409005us : blk_mq_make_request: make rq -1 9
[   24.085272] (mount-f-130     1.... 4409030us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.088274] (mount-f-130     1.... 4409105us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.091229] (mount-f-130     1.... 4409108us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.094204] kworker/-79      0.n.. 4410214us : blk_mq_free_request: complete: rq -1 9
[   24.097181] systemd--131     1.... 4452908us : blk_mq_make_request: make rq -1 9
[   24.100161] systemd--131     1.... 4452943us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.103164] systemd--131     1.... 4453041us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.106129] systemd--131     1.... 4453044us : blk_mq_try_issue_list_directly: issue direct: rq -1 9, ret 0
[   24.109103]    mount-133     1.... 4487715us : blk_mq_make_request: make rq -1 10
[   24.112072] kworker/-19      1.... 4492842us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.115077] kworker/-19      1.... 4492981us : blk_mq_free_request: complete: rq -1 9
[   24.118089] kworker/-19      1.... 4492992us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.121073] kworker/-79      0.n.. 4506666us : blk_mq_free_request: complete: rq -1 10
[   24.124040] systemd--131     0.n.. 4523439us : blk_mq_make_request: make rq -1 44
[   24.127000] systemd--131     0.... 4523514us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.129972] systemd--131     0.n.. 4523693us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.132935] kworker/-79      0.n.. 4524555us : blk_mq_free_request: complete: rq -1 44
[   24.135907] systemd--131     0.n.. 4526425us : blk_mq_make_request: make rq -1 44
[   24.138836] systemd--131     0.n.. 4526459us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.141775] systemd--131     0.n.. 4526793us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.144695] kworker/-79      0.n.. 4527763us : blk_mq_free_request: complete: rq -1 44
[   24.147644] systemd--131     0.n.. 4529157us : blk_mq_make_request: make rq -1 44
[   24.150569] systemd--131     0.... 4529197us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.153475] systemd--131     0.n.. 4529280us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.156363] systemd--131     0.n.. 4529283us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.159293] kworker/-79      0.n.. 4530199us : blk_mq_free_request: complete: rq -1 44
[   24.162248] systemd--131     0.n.. 4531240us : blk_mq_make_request: make rq -1 44
[   24.165172] systemd--131     0.... 4531273us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.168081] systemd--131     0.n.. 4531346us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.170977] systemd--131     0.n.. 4531352us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.173922] kworker/-79      0.n.. 4532079us : blk_mq_free_request: complete: rq -1 44
[   24.176886] systemd--131     0.n.. 4533471us : blk_mq_make_request: make rq -1 44
[   24.179828] systemd--131     0.... 4533505us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.182747] systemd--131     0.... 4533735us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.185648] systemd--131     0.n.. 4533748us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.188594] kworker/-79      0.n.. 4534525us : blk_mq_free_request: complete: rq -1 44
[   24.191565] systemd--131     0.n.. 4536292us : blk_mq_make_request: make rq -1 44
[   24.194514] systemd--131     0.... 4536490us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.197440] systemd--131     0.n.. 4536583us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.200348] systemd--131     0.n.. 4536586us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.203301] kworker/-79      0.n.. 4537244us : blk_mq_free_request: complete: rq -1 44
[   24.206266] systemd--131     0.n.. 4538598us : blk_mq_make_request: make rq -1 44
[   24.209212] systemd--131     0.... 4538720us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.212131] systemd--131     0.n.. 4538801us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.215038] systemd--131     0.n.. 4538805us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.217986] kworker/-79      0.n.. 4539504us : blk_mq_free_request: complete: rq -1 44
[   24.220951] systemd--131     0.n.. 4541841us : blk_mq_make_request: make rq -1 44
[   24.223894] systemd--131     0.... 4542033us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.226825] systemd--131     0.n.. 4542114us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.229729] systemd--131     0.n.. 4542117us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.232678] kworker/-79      0.n.. 4542886us : blk_mq_free_request: complete: rq -1 44
[   24.235651] systemd--131     0.n.. 4543888us : blk_mq_make_request: make rq -1 44
[   24.238600] systemd--131     0.... 4543926us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.241527] systemd--131     0.n.. 4543994us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.244435] systemd--131     0.n.. 4543999us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.247393] kworker/-79      0.n.. 4544600us : blk_mq_free_request: complete: rq -1 44
[   24.250366] systemd--131     0.n.. 4546582us : blk_mq_make_request: make rq -1 44
[   24.253318] systemd--131     0.... 4546616us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.256252] systemd--131     0.n.. 4546686us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.259155] systemd--131     0.n.. 4546692us : blk_mq_try_issue_list_directly: issue direct: rq -1 44, ret 0
[   24.262103] kworker/-79      0.... 4547307us : blk_mq_free_request: complete: rq -1 44
[   24.265063] systemd--131     0.n.. 4547989us : blk_mq_make_request: make rq -1 44
[   24.268011] systemd--131     0.n.. 4548026us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.270969] systemd--131     0.n.. 4548086us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.273903] systemd--131     0.... 4548285us : blk_mq_make_request: make rq -1 45
[   24.276846] systemd--131     0.n.. 4548299us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.279787] systemd--131     0.n.. 4548952us : blk_mq_free_request: complete: rq -1 44
[   24.282724] systemd--131     0.n.. 4548960us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.285652] systemd--131     0.n.. 4549038us : blk_mq_make_request: make rq -1 44
[   24.288586] systemd--131     0.... 4549368us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.291521] systemd--131     0.n.. 4549520us : blk_mq_free_request: complete: rq -1 45
[   24.294457] systemd--131     0.n.. 4549525us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.297384] systemd--131     0.n.. 4549652us : blk_mq_make_request: make rq -1 45
[   24.300316] systemd--131     0.... 4549678us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.303239] systemd--131     0.n.. 4550207us : blk_mq_free_request: complete: rq -1 44
[   24.306130] systemd--131     0.n.. 4550212us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.309021] systemd--131     0.n.. 4550281us : blk_mq_make_request: make rq -1 44
[   24.311901] systemd--131     0.... 4550538us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.314810] systemd--131     0.n.. 4550866us : blk_mq_free_request: complete: rq -1 45
[   24.317692] systemd--131     0.n.. 4550872us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.320536] systemd--131     0.... 4551116us : blk_mq_make_request: make rq -1 45
[   24.323377] systemd--131     0.... 4551121us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.326229] systemd--131     0.... 4551437us : blk_mq_free_request: complete: rq -1 44
[   24.329089] systemd--131     0.... 4551443us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.331920] systemd--131     0.... 4551468us : blk_mq_make_request: make rq -1 44
[   24.334717] systemd--131     0.... 4551473us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.337520] systemd--131     0.n.. 4552163us : blk_mq_free_request: complete: rq -1 45
[   24.340319] systemd--131     0.n.. 4552170us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.343119] systemd--131     0.... 4552406us : blk_mq_make_request: make rq -1 45
[   24.345897] systemd--131     0.n.. 4552420us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.348655] systemd--131     0.... 4552798us : blk_mq_free_request: complete: rq -1 44
[   24.351416] systemd--131     0.... 4552803us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.354170] systemd--131     0.... 4552827us : blk_mq_make_request: make rq -1 44
[   24.356926] systemd--131     0.... 4552832us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.359664] systemd--131     0.n.. 4553473us : blk_mq_free_request: complete: rq -1 45
[   24.362383] systemd--131     0.n.. 4553478us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.365086] systemd--131     0.... 4553648us : blk_mq_make_request: make rq -1 45
[   24.367784] systemd--131     0.... 4553653us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.370499] systemd--131     0.n.. 4554136us : blk_mq_free_request: complete: rq -1 44
[   24.373197] systemd--131     0.n.. 4554141us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.375864] systemd--131     0.n.. 4554207us : blk_mq_make_request: make rq -1 44
[   24.378525] systemd--131     0.... 4554513us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.381195] systemd--131     0.n.. 4554766us : blk_mq_free_request: complete: rq -1 45
[   24.383876] systemd--131     0.n.. 4554770us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.386529] systemd--131     0.... 4554807us : blk_mq_make_request: make rq -1 45
[   24.389148] systemd--131     0.... 4554811us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.391775] systemd--131     0.... 4555353us : blk_mq_free_request: complete: rq -1 44
[   24.394403] systemd--131     0.... 4555357us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.397035] systemd--131     0.... 4555386us : blk_mq_make_request: make rq -1 44
[   24.399640] systemd--131     0.... 4555391us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.402222] systemd--131     0.... 4555938us : blk_mq_free_request: complete: rq -1 45
[   24.404803] systemd--131     0.... 4555942us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.407369] systemd--131     0.... 4555959us : blk_mq_make_request: make rq -1 45
[   24.409946] systemd--131     0.... 4555962us : mmc_mq_queue_rq: mmc before issue rq -1 45
[   24.412536] systemd--131     0.... 4556519us : blk_mq_free_request: complete: rq -1 44
[   24.415122] systemd--131     0.... 4556524us : mmc_mq_queue_rq: queue rq -1 45, 0
[   24.417701] systemd--131     0.... 4556541us : blk_mq_make_request: make rq -1 44
[   24.420273] systemd--131     0.... 4556545us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.422865]  systemd-1       1.... 4565271us : blk_mq_make_request: make rq -1 10
[   24.425456]  systemd-1       1.n.. 4565286us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.428056]  systemd-1       1.... 4565375us : blk_mq_free_request: complete: rq -1 45
[   24.430662]  systemd-1       1.... 4565382us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.433264] kworker/-79      0.n.. 4566174us : blk_mq_free_request: complete: rq -1 10
[   24.435879]  systemd-1       1.... 4566288us : blk_mq_make_request: make rq -1 10
[   24.438486]  systemd-1       1.... 4566294us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.441107]  systemd-1       1.... 4566325us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.443714]  systemd-1       1.... 4566343us : blk_mq_make_request: make rq -1 11
[   24.446313]  systemd-1       1.n.. 4566347us : mmc_mq_queue_rq: mmc before issue rq -1 11
[   24.448913]  systemd-1       1.... 4566928us : blk_mq_free_request: complete: rq -1 10
[   24.451511]  systemd-1       1.... 4566933us : mmc_mq_queue_rq: queue rq -1 11, 0
[   24.454106]  systemd-1       1.... 4566952us : blk_mq_make_request: make rq -1 10
[   24.456701]  systemd-1       1.... 4566957us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.459291]  systemd-1       1.... 4567506us : blk_mq_free_request: complete: rq -1 11
[   24.461884]  systemd-1       1.... 4567511us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.464474]  systemd-1       1.... 4567531us : blk_mq_make_request: make rq -1 11
[   24.467059]  systemd-1       1.... 4567535us : mmc_mq_queue_rq: mmc before issue rq -1 11
[   24.469649]  systemd-1       1.n.. 4568089us : blk_mq_free_request: complete: rq -1 10
[   24.472233]  systemd-1       1.n.. 4568094us : mmc_mq_queue_rq: queue rq -1 11, 0
[   24.474821]  systemd-1       1.... 4568152us : blk_mq_make_request: make rq -1 10
[   24.477400]  systemd-1       1.... 4568157us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.479989]  systemd-1       1.... 4568675us : blk_mq_free_request: complete: rq -1 11
[   24.482576]  systemd-1       1.... 4568680us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.485161]  systemd-1       1.... 4569000us : blk_mq_make_request: make rq -1 11
[   24.487741]  systemd-1       1.n.. 4569008us : mmc_mq_queue_rq: mmc before issue rq -1 11
[   24.490323] systemd--131     1.... 4569309us : blk_mq_free_request: complete: rq -1 10
[   24.492920] systemd--131     1.... 4569314us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.495513] systemd--131     1.... 4569337us : blk_mq_make_request: make rq -1 10
[   24.498101] systemd--131     1.... 4569341us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.500688]  systemd-1       1.... 4569386us : mmc_mq_queue_rq: queue rq -1 11, 0
[   24.503273]  systemd-1       1.... 4569406us : blk_mq_make_request: make rq -1 12
[   24.505857]  systemd-1       1.... 4569410us : mmc_mq_queue_rq: mmc before issue rq -1 12
[   24.508444] systemd--131     1.... 4570069us : blk_mq_free_request: complete: rq -1 44
[   24.511042] systemd--131     1.... 4570073us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.513634] systemd--131     1.... 4570094us : blk_mq_make_request: make rq -1 13
[   24.516227] systemd--131     1.... 4570098us : mmc_mq_queue_rq: mmc before issue rq -1 13
[   24.518825] systemd--131     1.n.. 4570237us : mmc_mq_queue_rq: queue rq -1 13, 0
[   24.521399] kworker/-134     1.... 4570260us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.523993] systemd--131     1.... 4570318us : blk_mq_make_request: make rq -1 14
[   24.526594] systemd--131     1.... 4570322us : mmc_mq_queue_rq: mmc before issue rq -1 14
[   24.529199]  systemd-1       1.... 4570364us : mmc_mq_queue_rq: queue rq -1 12, 0
[   24.531798]  systemd-1       1.... 4570409us : blk_mq_make_request: make rq -1 15
[   24.534389]  systemd-1       1.... 4570414us : mmc_mq_queue_rq: mmc before issue rq -1 15
[   24.536997] kworker/-134     1.... 4570835us : blk_mq_free_request: complete: rq -1 13
[   24.539613] kworker/-134     1.... 4570840us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.542224] systemd--131     1.n.. 4570977us : mmc_mq_queue_rq: queue rq -1 14, 0
[   24.544808] kworker/-134     1.... 4570996us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.547409] systemd--131     1.... 4571041us : blk_mq_make_request: make rq -1 13
[   24.550016] systemd--131     1.... 4571045us : mmc_mq_queue_rq: mmc before issue rq -1 13
[   24.552607]  systemd-1       1.... 4571084us : mmc_mq_queue_rq: queue rq -1 15, 0
[   24.555190]  systemd-1       1.... 4571104us : blk_mq_make_request: make rq -1 0
[   24.557767]  systemd-1       1.... 4571108us : mmc_mq_queue_rq: mmc before issue rq -1 0
[   24.560349] kworker/-134     1.... 4571588us : blk_mq_free_request: complete: rq -1 14
[   24.562925] kworker/-134     1.... 4571593us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.565495] systemd--131     1.n.. 4571725us : mmc_mq_queue_rq: queue rq -1 13, 0
[   24.568048] kworker/-134     1.... 4571742us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.570614] systemd--131     1.... 4571785us : blk_mq_make_request: make rq -1 14
[   24.573192] systemd--131     1.... 4571789us : mmc_mq_queue_rq: mmc before issue rq -1 14
[   24.575781]  systemd-1       1.... 4571831us : mmc_mq_queue_rq: queue rq -1 0, 0
[   24.578353]  systemd-1       1.n.. 4571852us : blk_mq_make_request: make rq -1 1
[   24.580919]  systemd-1       1.... 4571889us : mmc_mq_queue_rq: mmc before issue rq -1 1
[   24.583510] kworker/-134     1.... 4572332us : blk_mq_free_request: complete: rq -1 13
[   24.586105] kworker/-134     1.... 4572336us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.588692] systemd--131     1.n.. 4572471us : mmc_mq_queue_rq: queue rq -1 14, 0
[   24.591257] kworker/-134     1.... 4572488us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.593839] systemd--131     1.... 4572534us : blk_mq_make_request: make rq -1 13
[   24.596431] systemd--131     1.... 4572538us : mmc_mq_queue_rq: mmc before issue rq -1 13
[   24.599024]  systemd-1       1.n.. 4572577us : mmc_mq_queue_rq: queue rq -1 1, 0
[   24.601612]  systemd-1       1.... 4572648us : blk_mq_make_request: make rq -1 2
[   24.604203]  systemd-1       1.n.. 4572654us : mmc_mq_queue_rq: mmc before issue rq -1 2
[   24.606803] kworker/-134     1.... 4573079us : blk_mq_free_request: complete: rq -1 14
[   24.609414] kworker/-134     1.... 4573084us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.612016] systemd--131     1.n.. 4620687us : mmc_mq_queue_rq: queue rq -1 13, 0
[   24.614605] kworker/-134     1.... 4620735us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.617201] systemd--131     1.... 4620797us : blk_mq_make_request: make rq -1 14
[   24.619789] systemd--131     1.... 4620806us : mmc_mq_queue_rq: mmc before issue rq -1 14
[   24.622389]  systemd-1       0.n.. 4620970us : mmc_mq_queue_rq: queue rq -1 2, 0
[   24.624986]  systemd-1       0.... 4621189us : blk_mq_make_request: make rq -1 44
[   24.627581]  systemd-1       0.... 4621367us : mmc_mq_queue_rq: mmc before issue rq -1 44
[   24.630190]  systemd-1       1.... 4623467us : blk_mq_free_request: complete: rq -1 13
[   24.632792]  systemd-1       1.... 4623474us : mmc_mq_queue_rq: queue rq -1 44, 0
[   24.635395]  systemd-1       1.... 4623496us : blk_mq_make_request: make rq -1 13
[   24.637976]  systemd-1       1.... 4623503us : mmc_mq_queue_rq: mmc before issue rq -1 13
[   24.640570] systemd--131     1.... 4623544us : mmc_mq_queue_rq: queue rq -1 14, 0
[   24.643157] systemd--131     1.... 4623565us : blk_mq_make_request: make rq -1 3
[   24.645739] systemd--131     1.... 4623569us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   24.648336] kworker/-134     1.... 4623605us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.650921] systemd--131     1.... 4744569us : blk_mq_free_request: complete: rq -1 10
[   24.653515] systemd--131     1.... 4744577us : mmc_mq_queue_rq: queue rq -1 3, 0
[   24.656103] systemd--131     1.... 4744612us : blk_mq_make_request: make rq -1 10
[   24.658686] systemd--131     1.... 4744618us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.661279] systemd--131     1.... 4744670us : blk_mq_free_request: complete: rq -1 3
[   24.663870] systemd--131     1.... 4744674us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.666440] systemd--131     1.... 4744692us : blk_mq_make_request: make rq -1 3
[   24.668997] systemd--131     1.... 4744696us : mmc_mq_queue_rq: mmc before issue rq -1 3
[   24.671589]  systemd-1       1.... 4744759us : mmc_mq_queue_rq: queue rq -1 13, 0
[   24.674169]  systemd-1       1.... 4744782us : blk_mq_make_request: make rq -1 4
[   24.676731]  systemd-1       1.... 4744788us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.679297]  systemd-1       1.... 4745259us : blk_mq_free_request: complete: rq -1 10
[   24.681867]  systemd-1       1.... 4745264us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.684435]  systemd-1       1.... 4745286us : blk_mq_make_request: make rq -1 10
[   24.686998]  systemd-1       1.... 4745290us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.689557]  systemd-1       1.n.. 4745431us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.692099] kworker/-134     1.... 4745451us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.694673]  systemd-1       1.... 4745507us : blk_mq_make_request: make rq -1 5
[   24.697245]  systemd-1       1.... 4745511us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.699816] kworker/-134     1.... 4746222us : blk_mq_free_request: complete: rq -1 10
[   24.702397] kworker/-134     1.... 4746227us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.704974]  systemd-1       1.... 4746841us : blk_mq_free_request: complete: rq -1 4
[   24.707573]  systemd-1       1.... 4746845us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.710161]  systemd-1       1.... 4746867us : blk_mq_make_request: make rq -1 4
[   24.712727]  systemd-1       1.... 4746871us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.715303]  systemd-1       1.... 4752791us : blk_mq_free_request: complete: rq -1 5
[   24.717899]  systemd-1       1.... 4752800us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.720492]  systemd-1       1.... 4752836us : blk_mq_make_request: make rq -1 5
[   24.723061]  systemd-1       1.... 4752842us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.725638]  systemd-1       1.... 4753315us : blk_mq_free_request: complete: rq -1 4
[   24.728222]  systemd-1       1.... 4753321us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.730792]  systemd-1       1.... 4753344us : blk_mq_make_request: make rq -1 4
[   24.733357]  systemd-1       1.... 4753348us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.735913]  systemd-1       1.... 4753812us : blk_mq_free_request: complete: rq -1 5
[   24.738467]  systemd-1       1.... 4753817us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.741030]  systemd-1       1.... 4753837us : blk_mq_make_request: make rq -1 5
[   24.743583]  systemd-1       1.... 4753841us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.746133] systemd--131     1.... 4753877us : mmc_mq_queue_rq: queue rq -1 3, 0
[   24.748676] systemd--131     1.... 4753898us : blk_mq_make_request: make rq -1 6
[   24.751208] systemd--131     1.... 4753902us : mmc_mq_queue_rq: mmc before issue rq -1 6
[   24.753752]  systemd-1       1.... 4754352us : blk_mq_free_request: complete: rq -1 4
[   24.756304]  systemd-1       1.... 4754357us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.758849]  systemd-1       1.... 4754382us : blk_mq_make_request: make rq -1 4
[   24.761380]  systemd-1       1.... 4754386us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.763930]  systemd-1       1.n.. 4754535us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.766455] kworker/-134     1.... 4754555us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.768984]  systemd-1       1.... 4754624us : blk_mq_make_request: make rq -1 7
[   24.771526]  systemd-1       1.... 4754628us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   24.774077] systemd--131     1.... 4754664us : mmc_mq_queue_rq: queue rq -1 6, 0
[   24.776621] systemd--131     1.... 4754684us : blk_mq_make_request: make rq -1 8
[   24.779147] systemd--131     1.... 4754689us : mmc_mq_queue_rq: mmc before issue rq -1 8
[   24.781677] kworker/-134     1.... 4755132us : blk_mq_free_request: complete: rq -1 4
[   24.784220] kworker/-134     1.... 4755138us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.786759]  systemd-1       1.n.. 4755272us : mmc_mq_queue_rq: queue rq -1 7, 0
[   24.789272] kworker/-134     1.... 4755291us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.791799]  systemd-1       1.... 4755341us : blk_mq_make_request: make rq -1 4
[   24.794336]  systemd-1       1.... 4755345us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.796880] systemd--131     1.... 4755380us : mmc_mq_queue_rq: queue rq -1 8, 0
[   24.799414] systemd--131     1.... 4755403us : blk_mq_make_request: make rq -1 9
[   24.801949] systemd--131     1.... 4755407us : mmc_mq_queue_rq: mmc before issue rq -1 9
[   24.804491] kworker/-134     1.... 4755873us : blk_mq_free_request: complete: rq -1 7
[   24.807041] kworker/-134     1.... 4755877us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.809583]  systemd-1       1.n.. 4756010us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.812107] kworker/-134     1.... 4756027us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.814644]  systemd-1       1.... 4756072us : blk_mq_make_request: make rq -1 7
[   24.817194]  systemd-1       1.... 4756077us : mmc_mq_queue_rq: mmc before issue rq -1 7
[   24.819748] systemd--131     1.... 4756112us : mmc_mq_queue_rq: queue rq -1 9, 0
[   24.822283] systemd--131     1.... 4756142us : blk_mq_make_request: make rq -1 10
[   24.824808] systemd--131     1.... 4756146us : mmc_mq_queue_rq: mmc before issue rq -1 10
[   24.827331] kworker/-134     1.... 4756610us : blk_mq_free_request: complete: rq -1 4
[   24.829864] kworker/-134     1.... 4756614us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.832376]  systemd-1       1.n.. 4756782us : mmc_mq_queue_rq: queue rq -1 7, 0
[   24.834869] kworker/-134     1.... 4756801us : mmc_mq_queue_rq: mmc before issue rq -1 5
[   24.837381]  systemd-1       1.... 4756884us : blk_mq_make_request: make rq -1 4
[   24.839894]  systemd-1       1.... 4756893us : mmc_mq_queue_rq: mmc before issue rq -1 4
[   24.842410] systemd--131     1.... 4756929us : mmc_mq_queue_rq: queue rq -1 10, 0
[   24.844927] systemd--131     1.... 4756950us : blk_mq_make_request: make rq -1 16
[   24.847446] systemd--131     1.... 4756954us : mmc_mq_queue_rq: mmc before issue rq -1 16
[   24.849973] kworker/-134     1.... 4757384us : blk_mq_free_request: complete: rq -1 7
[   24.852513] kworker/-134     1.... 4757390us : mmc_mq_queue_rq: queue rq -1 5, 0
[   24.855040]  systemd-1       1.n.. 4965297us : mmc_mq_queue_rq: queue rq -1 4, 0
[   24.857541] ---------------------------------
[   24.860031] mmc3: sdhci: ============ SDHCI REGISTER DUMP ===========
[   24.862567] mmc3: sdhci: Sys addr:  0x00000000 | Version:  0x00000001
[   24.865111] mmc3: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   24.867641] mmc3: sdhci: Argument:  0x01cf57c8 | Trn mode: 0x00000033
[   24.870161] mmc3: sdhci: Present:   0x1ff70000 | Host ctl: 0x00000031
[   24.872670] mmc3: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[   24.875170] mmc3: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[   24.877650] mmc3: sdhci: Timeout:   0x0000000e | Int stat: 0x00000002
[   24.880092] mmc3: sdhci: Int enab:  0x02ff008b | Sig enab: 0x02fc008b
[   24.882534] mmc3: sdhci: AC12 err:  0x00000000 | Slot int: 0x00000000
[   24.884972] mmc3: sdhci: Caps:      0x61ff30b0 | Caps_1:   0x00000000
[   24.887399] mmc3: sdhci: Cmd:       0x0000123a | Max curr: 0x00000001
[   24.889824] mmc3: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x04800e92
[   24.892237] mmc3: sdhci: Resp[2]:   0x074b8000 | Resp[3]:  0x00000240
[   24.894612] mmc3: sdhci: Host ctl2: 0x00000000
[   24.896961] mmc3: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x2d901200
[   24.899326] mmc3: sdhci: ============================================
[   24.901884] systemd-journald[119]: /dev/kmsg buffer overrun, some messages lost.
[   25.137035] usb 1-1: new high-speed USB device number 2 using tegra-ehci
[   25.296461] usb 1-1: New USB device found, idVendor=22b8, idProduct=4267, bcdDevice= 2.16
[   25.296478] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   25.296484] usb 1-1: Product: Motorola LTE Datacard
[   25.296488] usb 1-1: Manufacturer: Motorola
[   25.296493] usb 1-1: SerialNumber: 091142580c015019
[   25.380651] cdc_acm 1-1:1.10: ttyACM0: USB ACM device
[   25.929648] systemd-journald[119]: Received request to flush runtime journal from PID 1
[   36.884769] mmc3: Card stuck in wrong state! mmcblk3 card_busy_detect status: 0xd00
[   47.052767] mmc3: Card stuck in wrong state! mmcblk3 card_busy_detect status: 0xd00
[  104.932978] usb 3-1: new low-speed USB device number 2 using ci_hdrc
[  105.308621] usb 3-1: New USB device found, idVendor=1a2c, idProduct=0c21, bcdDevice= 1.10
[  105.308638] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  105.308645] usb 3-1: Product: USB Keyboard
[  105.308650] usb 3-1: Manufacturer: USB
[  105.320788] input: USB USB Keyboard as /devices/soc0/c5000000.usb/ci_hdrc.0/usb3/3-1/3-1:1.0/0003:1A2C:0C21.0001/input/input2
[  105.385394] hid-generic 0003:1A2C:0C21.0001: input,hidraw0: USB HID v1.10 Keyboard [USB USB Keyboard] on usb-ci_hdrc.0-1/input0
[  105.397068] input: USB USB Keyboard Mouse as /devices/soc0/c5000000.usb/ci_hdrc.0/usb3/3-1/3-1:1.1/0003:1A2C:0C21.0002/input/input3
[  105.399146] input: USB USB Keyboard System Control as /devices/soc0/c5000000.usb/ci_hdrc.0/usb3/3-1/3-1:1.1/0003:1A2C:0C21.0002/input/input4
[  105.458700] input: USB USB Keyboard Consumer Control as /devices/soc0/c5000000.usb/ci_hdrc.0/usb3/3-1/3-1:1.1/0003:1A2C:0C21.0002/input/input5
[  105.460493] hid-generic 0003:1A2C:0C21.0002: input,hidraw1: USB HID v1.10 Mouse [USB USB Keyboard] on usb-ci_hdrc.0-1/input1
[  123.796433] EXT4-fs (mmcblk2p1): warning: maximal mount count reached, running e2fsck is recommended
[  123.801863] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
[  124.952632] irq 304: nobody cared (try booting with the "irqpoll" option)
[  124.955777] CPU: 0 PID: 68 Comm: irq/304-cpcap1- Tainted: G        W         4.18.0-rc6-next-20180730-10720-g4b28a4639400-dirty #129
[  124.955781] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree)
[  124.955810] [<c0114694>] (unwind_backtrace) from [<c010e818>] (show_stack+0x20/0x24)
[  124.955828] [<c010e818>] (show_stack) from [<c09c71dc>] (dump_stack+0xb4/0xe0)
[  124.955844] [<c09c71dc>] (dump_stack) from [<c01a17f8>] (__report_bad_irq+0x3c/0xdc)
[  124.955854] [<c01a17f8>] (__report_bad_irq) from [<c01a1c0c>] (note_interrupt+0x278/0x2c4)
[  124.955863] [<c01a1c0c>] (note_interrupt) from [<c019e8f0>] (handle_irq_event_percpu+0x6c/0x8c)
[  124.955871] [<c019e8f0>] (handle_irq_event_percpu) from [<c019e964>] (handle_irq_event+0x54/0x78)
[  124.955881] [<c019e964>] (handle_irq_event) from [<c01a2970>] (handle_fasteoi_irq+0xb0/0x174)
[  124.955897] [<c01a2970>] (handle_fasteoi_irq) from [<c019d774>] (generic_handle_irq+0x34/0x44)
[  124.955907] [<c019d774>] (generic_handle_irq) from [<c019deb0>] (__handle_domain_irq+0x6c/0xc4)
[  124.955917] [<c019deb0>] (__handle_domain_irq) from [<c0102238>] (gic_handle_irq+0x4c/0x88)
[  124.955925] [<c0102238>] (gic_handle_irq) from [<c0101a10>] (__irq_svc+0x70/0x98)
[  124.955929] Exception stack(0xed8ede98 to 0xed8edee0)
[  124.955934] de80:                                                       00000016 00000000
[  124.955942] dea0: 2e821000 20010093 ee1b3700 ee355000 ee1b3764 ee1b3714 ee1b3700 ee355000
[  124.955949] dec0: c019fc58 ed8edf04 ed8edee8 ed8edee8 c019fb58 c019fb5c 20010013 ffffffff
[  124.955957] [<c0101a10>] (__irq_svc) from [<c019fb5c>] (irq_finalize_oneshot.part.1+0xa4/0x11c)
[  124.955966] [<c019fb5c>] (irq_finalize_oneshot.part.1) from [<c019fcb4>] (irq_thread_fn+0x5c/0x64)
[  124.955973] [<c019fcb4>] (irq_thread_fn) from [<c019ffe0>] (irq_thread+0x154/0x270)
[  124.955984] [<c019ffe0>] (irq_thread) from [<c01538c8>] (kthread+0x16c/0x174)
[  124.955992] [<c01538c8>] (kthread) from [<c01010b4>] (ret_from_fork+0x14/0x20)
[  124.955996] Exception stack(0xed8edfb0 to 0xed8edff8)
[  124.956002] dfa0:                                     00000000 00000000 00000000 00000000
[  124.956008] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.956014] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.956017] handlers:
[  124.959131] [<c006b32d>] irq_default_primary_handler threaded [<9eb55a72>] regmap_irq_thread
[  124.962390] [<c006b32d>] irq_default_primary_handler threaded [<9eb55a72>] regmap_irq_thread
[  124.965613] [<c006b32d>] irq_default_primary_handler threaded [<9eb55a72>] regmap_irq_thread
[  124.968802] Disabling IRQ #304

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra.
  2018-08-02 12:10                         ` Peter Geis
@ 2018-08-04  1:46                           ` Peter Geis
  0 siblings, 0 replies; 19+ messages in thread
From: Peter Geis @ 2018-08-04  1:46 UTC (permalink / raw)
  To: Adrian Hunter, Ming Lei
  Cc: Linus Walleij, Ulf Hansson, Jens Axboe, linux-block, linux-tegra




>>>>>>> Adrian, Ulf Hansson and anyone, could you take a look at the 
>>>>>>> warning of WARN_ON(host->cmd)
>>>>>>> in sdhci_send_command()? Seems you only allow to queue one 
>>>>>>> command, but not sure how you
>>>>>>> guarantee that.
>>>>>>
>>>>>> We didn't guarantee it, but it didn't happen before "blk-mq: issue 
>>>>>> directly
>>>>>> if hw queue isn't busy in case of 'none'".
>>>>>
>>>>> OK, thanks for clarifying that, and as I mentioned what matters is the
>>>>> timing change.
>>>>>
>>>>>> We did consider adding a mutex, refer
>>>>>> https://lore.kernel.org/lkml/CAPDyKFr8tiJXSL-weQjGJ3DfRrfv8ZAFY8=ZECLNgSe_43S8Rw@mail.gmail.com/ 
>>>>>>
>>>>>>
>>>>>> However the following might do, do you think?
>>>>>
>>>>> If dispatch in parallel isn't supported, just wondering why not set hw
>>>>> queue depth as 1? That way should be simple to fix this issue.
>>>>
>>>> First, it isn't 1.  It is 2 for devices with no command queue 
>>>> because we
>>>> prepare a request while the previous one completes.  Otherwise it is 
>>>> the
>>>> command queue depth.
>>>
>>> Could you share where the prepare function is? What does the prepare
>>> function do?
>>
>> The prepare function is mmc_pre_req().
>>
>> The prepare function is to let the host controller DMA map the 
>> request.  On
>> some architectures that is sufficiently slow that there is a significant
>> performance benefit to doing that in advance.
>>
>>>
>>> If the device has no command queue, I understand there is only one
>>> command which can be queued/issued to controller. If that is true, 
>>> the queue
>>> depth should be 1.
>>>
>>>>
>>>> Secondly, we expect an elevator to be used, and the elevator needs a 
>>>> decent
>>>> number of requests to work with, and the default number of requests is
>>>> currently tied to the queue depth.
>>>
>>> There are two queue depth, we are talking about hw queue depth, which
>>> means how many commands the controller can queue at most. The other one
>>> is scheduler queue depth, which is 2 times of hw queue depth at default.
>>>
>>> We may improve this case a bit, now if hw queue depth is 1, the 
>>> scheduler
>>> queue depth is set as 2 at default, but this default depth isn't 
>>> good, since
>>> legacy sets scheduler queue depth as 128, even though the minimized
>>> depth is 4.
>>>
>>>>
>>>>>
>>>>>>
>>>>>>
>>>>>> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
>>>>>> index 648eb6743ed5..6edffeed9953 100644
>>>>>> --- a/drivers/mmc/core/queue.c
>>>>>> +++ b/drivers/mmc/core/queue.c
>>>>>> @@ -238,10 +238,6 @@ static void mmc_mq_exit_request(struct 
>>>>>> blk_mq_tag_set *set, struct request *req,
>>>>>>       mmc_exit_request(mq->queue, req);
>>>>>>   }
>>>>>> -/*
>>>>>> - * We use BLK_MQ_F_BLOCKING and have only 1 hardware queue, which 
>>>>>> means requests
>>>>>> - * will not be dispatched in parallel.
>>>>>> - */
>>>>>>   static blk_status_t mmc_mq_queue_rq(struct blk_mq_hw_ctx *hctx,
>>>>>>                       const struct blk_mq_queue_data *bd)
>>>>>>   {
>>>>>> @@ -264,7 +260,7 @@ static blk_status_t mmc_mq_queue_rq(struct 
>>>>>> blk_mq_hw_ctx *hctx,
>>>>>>       spin_lock_irq(q->queue_lock);
>>>>>> -    if (mq->recovery_needed) {
>>>>>> +    if (mq->recovery_needed || mq->busy) {
>>>>>>           spin_unlock_irq(q->queue_lock);
>>>>>>           return BLK_STS_RESOURCE;
>>>>>>       }
>>>>>> @@ -291,6 +287,9 @@ static blk_status_t mmc_mq_queue_rq(struct 
>>>>>> blk_mq_hw_ctx *hctx,
>>>>>>           break;
>>>>>>       }
>>>>>> +    /* Parallel dispatch of requests is not supported at the 
>>>>>> moment */
>>>>>> +    mq->busy = true;
>>>>>> +
>>>>>>       mq->in_flight[issue_type] += 1;
>>>>>>       get_card = (mmc_tot_in_flight(mq) == 1);
>>>>>>       cqe_retune_ok = (mmc_cqe_qcnt(mq) == 1);
>>>>>> @@ -333,9 +332,12 @@ static blk_status_t mmc_mq_queue_rq(struct 
>>>>>> blk_mq_hw_ctx *hctx,
>>>>>>           mq->in_flight[issue_type] -= 1;
>>>>>>           if (mmc_tot_in_flight(mq) == 0)
>>>>>>               put_card = true;
>>>>>> +        mq->busy = false;
>>>>>>           spin_unlock_irq(q->queue_lock);
>>>>>>           if (put_card)
>>>>>>               mmc_put_card(card, &mq->ctx);
>>>>>> +    } else {
>>>>>> +        WRITE_ONCE(mq->busy, false);
>>>>>>       }
>>>>>>       return ret;
>>>>>> diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
>>>>>> index 17e59d50b496..9bf3c9245075 100644
>>>>>> --- a/drivers/mmc/core/queue.h
>>>>>> +++ b/drivers/mmc/core/queue.h
>>>>>> @@ -81,6 +81,7 @@ struct mmc_queue {
>>>>>>       unsigned int        cqe_busy;
>>>>>>   #define MMC_CQE_DCMD_BUSY    BIT(0)
>>>>>>   #define MMC_CQE_QUEUE_FULL    BIT(1)
>>>>>> +    bool            busy;
>>>>>>       bool            use_cqe;
>>>>>>       bool            recovery_needed;
>>>>>>       bool            in_recovery;
>>>>>
>>>>> Sorry, I am not familiar with mmc code, so can't comment on the above
>>>>> patch.
>>>>
>>>> Right, but if we return BLK_STS_RESOURCE to avoid parallel dispatch, 
>>>> do we
>>>> need to worry about ensuring the queue gets run later?
>>>
>>> Yeah, blk-mq can cover that.
>>
>> Peter, could you test if the diff I sent also fixes your original 
>> regression?
>>
> 
> Good Morning,
> I apologize for the delay in returning the log with the latest debug 
> patch, but I encountered a new bug with the io scheduler enabled that I 
> was trying to work around.
> Apparently with the io scheduler enabled, while it got rid of the 
> warnings, I was still getting cache corruption after a period of time.
> This manifested itself as ENOMEM errors whenever accessing files that 
> had been recently written, and those files showed up as ??????? when ls 
> -al was run.
> After a reboot those files were available without issue, until written 
> again.
> 
> I have attached the log from the latest test.
> 
> Break.
> 
> Adrian,
> Your patch appears to have corrected the errors, and it boots without 
> issue.
> I will have to run an extended test to ensure the bug I just mentioned 
> above does not manifest either.
> 
> Thanks everyone!

Adrian,

Long term testing appears to show this bug as resolved by your patch.

If you submit it, please respond with the commit and I'll attach it to 
the bug report as the resolution.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-08-04  1:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 17:28 [Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra Peter Geis
2018-07-25 18:17 ` Jens Axboe
2018-07-25 18:29   ` Peter Geis
2018-07-27 19:31     ` Jens Axboe
2018-07-28  6:22       ` Ming Lei
2018-07-28 13:37     ` Ming Lei
2018-07-30 18:55       ` Peter Geis
2018-07-31  1:38         ` Ming Lei
2018-07-31 12:47           ` Peter Geis
2018-07-31 16:25             ` Ming Lei
2018-07-31 17:51               ` Peter Geis
2018-07-31 23:18                 ` Ming Lei
2018-08-02 10:09               ` Adrian Hunter
2018-08-02 10:33                 ` Ming Lei
2018-08-02 10:47                   ` Adrian Hunter
2018-08-02 11:09                     ` Ming Lei
2018-08-02 11:23                       ` Adrian Hunter
2018-08-02 12:10                         ` Peter Geis
2018-08-04  1:46                           ` Peter Geis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.