All of lore.kernel.org
 help / color / mirror / Atom feed
* freezing system for several second on high I/O [kernel 4.15]
@ 2018-01-30 18:40 mikhail
  2018-01-31  2:22   ` Dave Chinner
  0 siblings, 1 reply; 36+ messages in thread
From: mikhail @ 2018-01-30 18:40 UTC (permalink / raw)
  To: linux-xfs, linux-mm

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

Hi.

I  launched several application which highly use I/O on start and it
caused freezing system for several second.

All traces lead to xfs.

Whether there is a useful info in trace or just it means that disk is slow?


[  369.298861] INFO: task TaskSchedulerFo:4187 blocked for more than
120 seconds.
[  369.298875]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.298878] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  369.298882] TaskSchedulerFo D11752  4187   3618 0x00000000
[  369.298889] Call Trace:
[  369.298900]  __schedule+0x2dc/0xba0
[  369.298904]  ? __lock_acquire+0x2d4/0x1350
[  369.298911]  ? __down+0x84/0x110
[  369.298915]  schedule+0x33/0x90
[  369.298919]  schedule_timeout+0x25a/0x5b0
[  369.298925]  ? mark_held_locks+0x5f/0x90
[  369.298928]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.298931]  ? __down+0x84/0x110
[  369.298935]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.298940]  ? __down+0x84/0x110
[  369.298944]  __down+0xac/0x110
[  369.298999]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299004]  down+0x41/0x50
[  369.299008]  ? down+0x41/0x50
[  369.299039]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.299069]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299105]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.299136]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.299175]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.299207]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.299241]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.299270]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.299309]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.299314]  ? find_held_lock+0x3c/0xb0
[  369.299350]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.299387]  xfs_create+0x514/0x840 [xfs]
[  369.299430]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.299465]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.299491]  xfs_vn_create+0x13/0x20 [xfs]
[  369.299496]  lookup_open+0x5ea/0x7c0
[  369.299507]  ? __wake_up_common_lock+0x65/0xc0
[  369.299521]  path_openat+0x318/0xc80
[  369.299532]  do_filp_open+0x9b/0x110
[  369.299547]  ? _raw_spin_unlock+0x27/0x40
[  369.299557]  do_sys_open+0x1ba/0x250
[  369.299559]  ? do_sys_open+0x1ba/0x250
[  369.299568]  SyS_openat+0x14/0x20
[  369.299571]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.299575] RIP: 0033:0x7f784e0f8080
[  369.299577] RSP: 002b:00007f78060923d0 EFLAGS: 00000293 ORIG_RAX:
0000000000000101
[  369.299582] RAX: ffffffffffffffda RBX: 00002876b19ad8d0 RCX:
00007f784e0f8080
[  369.299584] RDX: 0000000000000241 RSI: 00002876ace09880 RDI:
ffffffffffffff9c
[  369.299586] RBP: 00007f78060924b0 R08: 0000000000000000 R09:
0000000000709b00
[  369.299588] R10: 0000000000000180 R11: 0000000000000293 R12:
00002876b1cbc820
[  369.299590] R13: 00007f7806092570 R14: 00002876b19ad8d0 R15:
00002876b1cbc820
[  369.299650] INFO: task Cache2 I/O:5016 blocked for more than 120
seconds.
[  369.299654]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.299657] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  369.299660] Cache2 I/O      D10616  5016   3779 0x00000000
[  369.299666] Call Trace:
[  369.299672]  __schedule+0x2dc/0xba0
[  369.299675]  ? __lock_acquire+0x2d4/0x1350
[  369.299683]  ? __down+0x84/0x110
[  369.299687]  schedule+0x33/0x90
[  369.299690]  schedule_timeout+0x25a/0x5b0
[  369.299698]  ? mark_held_locks+0x5f/0x90
[  369.299702]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.299704]  ? __down+0x84/0x110
[  369.299709]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.299713]  ? __down+0x84/0x110
[  369.299718]  __down+0xac/0x110
[  369.299751]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299756]  down+0x41/0x50
[  369.299759]  ? down+0x41/0x50
[  369.299788]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.299817]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299852]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.299855]  ? __lock_is_held+0x65/0xb0
[  369.299884]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.299923]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.299955]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.299988]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.300018]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.300057]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.300063]  ? find_held_lock+0x3c/0xb0
[  369.300097]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.300136]  xfs_create+0x514/0x840 [xfs]
[  369.300178]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.300213]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.300240]  xfs_vn_create+0x13/0x20 [xfs]
[  369.300244]  lookup_open+0x5ea/0x7c0
[  369.300255]  ? __wake_up_common_lock+0x65/0xc0
[  369.300269]  path_openat+0x318/0xc80
[  369.300281]  do_filp_open+0x9b/0x110
[  369.300297]  ? _raw_spin_unlock+0x27/0x40
[  369.300307]  do_sys_open+0x1ba/0x250
[  369.300310]  ? do_sys_open+0x1ba/0x250
[  369.300318]  SyS_openat+0x14/0x20
[  369.300322]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.300325] RIP: 0033:0x7fd3ed255080
[  369.300327] RSP: 002b:00007fd3ed65eb40 EFLAGS: 00000293 ORIG_RAX:
0000000000000101
[  369.300331] RAX: ffffffffffffffda RBX: 00007fd3ed65e9b8 RCX:
00007fd3ed255080
[  369.300333] RDX: 0000000000000242 RSI: 00007fd33e214b8c RDI:
ffffffffffffff9c
[  369.300335] RBP: 00007fd3ed65e830 R08: 0000000000000000 R09:
0000000000000001
[  369.300337] R10: 0000000000000180 R11: 0000000000000293 R12:
0000000000000000
[  369.300339] R13: 00000000fffffffc R14: 00007fd3ed65e8f0 R15:
0000000000000001
[  369.300358] INFO: task DOM Worker:5431 blocked for more than 120
seconds.
[  369.300362]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.300365] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  369.300367] DOM Worker      D12064  5431   3779 0x00000000
[  369.300374] Call Trace:
[  369.300380]  __schedule+0x2dc/0xba0
[  369.300383]  ? __lock_acquire+0x2d4/0x1350
[  369.300390]  ? __down+0x84/0x110
[  369.300394]  schedule+0x33/0x90
[  369.300398]  schedule_timeout+0x25a/0x5b0
[  369.300404]  ? mark_held_locks+0x5f/0x90
[  369.300407]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.300410]  ? __down+0x84/0x110
[  369.300414]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.300419]  ? __down+0x84/0x110
[  369.300423]  __down+0xac/0x110
[  369.300457]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.300461]  down+0x41/0x50
[  369.300465]  ? down+0x41/0x50
[  369.300494]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.300522]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.300557]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.300587]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.300626]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.300670]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.300704]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.300733]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.300772]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.300777]  ? find_held_lock+0x3c/0xb0
[  369.300813]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.300852]  xfs_create+0x514/0x840 [xfs]
[  369.300894]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.300930]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.300957]  xfs_vn_create+0x13/0x20 [xfs]
[  369.300961]  lookup_open+0x5ea/0x7c0
[  369.300972]  ? __wake_up_common_lock+0x65/0xc0
[  369.300987]  path_openat+0x318/0xc80
[  369.300998]  do_filp_open+0x9b/0x110
[  369.301013]  ? _raw_spin_unlock+0x27/0x40
[  369.301023]  do_sys_open+0x1ba/0x250
[  369.301026]  ? do_sys_open+0x1ba/0x250
[  369.301034]  SyS_openat+0x14/0x20
[  369.301038]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.301040] RIP: 0033:0x7fd3ed255080
[  369.301042] RSP: 002b:00007fd3aebd82f0 EFLAGS: 00000293 ORIG_RAX:
0000000000000101
[  369.301047] RAX: ffffffffffffffda RBX: 00007fd380c7b678 RCX:
00007fd3ed255080
[  369.301049] RDX: 0000000000000641 RSI: 00007fd34510ef20 RDI:
ffffffffffffff9c
[  369.301051] RBP: 00007fd3aebd8670 R08: 0000000000000000 R09:
0000000000000000
[  369.301053] R10: 0000000000000180 R11: 0000000000000293 R12:
00007fd3aebd8790
[  369.301055] R13: 00007fd3adb46000 R14: 00007fd380c7b678 R15:
00001dd9fcc59520
[  369.301102] INFO: task disk_cache:0:5241 blocked for more than 120
seconds.
[  369.301105]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.301108] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  369.301111] disk_cache:0    D12928  5241   5081 0x00000000
[  369.301118] Call Trace:
[  369.301124]  __schedule+0x2dc/0xba0
[  369.301133]  ? wait_for_completion+0x10e/0x1a0
[  369.301137]  schedule+0x33/0x90
[  369.301140]  schedule_timeout+0x25a/0x5b0
[  369.301146]  ? mark_held_locks+0x5f/0x90
[  369.301150]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.301153]  ? wait_for_completion+0x10e/0x1a0
[  369.301157]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.301162]  ? wait_for_completion+0x10e/0x1a0
[  369.301166]  wait_for_completion+0x136/0x1a0
[  369.301172]  ? wake_up_q+0x80/0x80
[  369.301203]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  369.301232]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  369.301262]  _xfs_buf_read+0x23/0x30 [xfs]
[  369.301290]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  369.301324]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.301360]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.301390]  xfs_btree_read_buf_block.constprop.36+0x72/0xc0 [xfs]
[  369.301423]  xfs_btree_lookup_get_block+0x88/0x180 [xfs]
[  369.301454]  xfs_btree_lookup+0xcd/0x410 [xfs]
[  369.301462]  ? rcu_read_lock_sched_held+0x79/0x80
[  369.301495]  ? kmem_zone_alloc+0x6c/0xf0 [xfs]
[  369.301530]  xfs_dialloc_ag_update_inobt+0x49/0x120 [xfs]
[  369.301557]  ? xfs_inobt_init_cursor+0x3e/0xe0 [xfs]
[  369.301588]  xfs_dialloc_ag+0x17c/0x260 [xfs]
[  369.301616]  ? xfs_dialloc+0x236/0x270 [xfs]
[  369.301652]  xfs_dialloc+0x59/0x270 [xfs]
[  369.301718]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.301724]  ? find_held_lock+0x3c/0xb0
[  369.301757]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.301792]  xfs_create+0x514/0x840 [xfs]
[  369.301833]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.301865]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.301889]  xfs_vn_mkdir+0x16/0x20 [xfs]
[  369.301893]  vfs_mkdir+0x10c/0x1d0
[  369.301900]  SyS_mkdir+0x7e/0xf0
[  369.301909]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.301912] RIP: 0033:0x7ff7314264c7
[  369.301914] RSP: 002b:00007ff71ebf0ca8 EFLAGS: 00000286 ORIG_RAX:
0000000000000053
[  369.301919] RAX: ffffffffffffffda RBX: 00007ff70001bb70 RCX:
00007ff7314264c7
[  369.301921] RDX: ffffffffffffff80 RSI: 00000000000001ed RDI:
00007ff710000b20
[  369.301923] RBP: 000055f442920268 R08: 00007ff710000020 R09:
0000000000000000
[  369.301925] R10: 0000000000000000 R11: 0000000000000286 R12:
00007ff70001bb70
[  369.301927] R13: 00007ff70001bb70 R14: 00007ff710000cd0 R15:
000055f442920230
[  369.301958] INFO: task Telegram:5436 blocked for more than 120
seconds.
[  369.301962]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.301965] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  369.301968] Telegram        D12520  5436   5194 0x00000000
[  369.301974] Call Trace:
[  369.301980]  __schedule+0x2dc/0xba0
[  369.301983]  ? __lock_acquire+0x2d4/0x1350
[  369.301991]  ? __down+0x84/0x110
[  369.301995]  schedule+0x33/0x90
[  369.301998]  schedule_timeout+0x25a/0x5b0
[  369.302004]  ? mark_held_locks+0x5f/0x90
[  369.302008]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.302011]  ? __down+0x84/0x110
[  369.302016]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.302020]  ? __down+0x84/0x110
[  369.302025]  __down+0xac/0x110
[  369.302055]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.302059]  down+0x41/0x50
[  369.302063]  ? down+0x41/0x50
[  369.302088]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.302114]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.302145]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.302174]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.302209]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.302238]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.302268]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.302294]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.302329]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.302335]  ? find_held_lock+0x3c/0xb0
[  369.302366]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.302401]  xfs_create+0x514/0x840 [xfs]
[  369.302440]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.302473]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.302508]  xfs_vn_create+0x13/0x20 [xfs]
[  369.302514]  lookup_open+0x5ea/0x7c0
[  369.302551]  path_openat+0x318/0xc80
[  369.302568]  do_filp_open+0x9b/0x110
[  369.302593]  ? _raw_spin_unlock+0x27/0x40
[  369.302609]  do_sys_open+0x1ba/0x250
[  369.302613]  ? do_sys_open+0x1ba/0x250
[  369.302626]  SyS_openat+0x14/0x20
[  369.302657]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.302661] RIP: 0033:0x7f78af7a6fee
[  369.302665] RSP: 002b:00007ffec118f740 EFLAGS: 00000246 ORIG_RAX:
0000000000000101
[  369.302671] RAX: ffffffffffffffda RBX: 000000000001b9c0 RCX:
00007f78af7a6fee
[  369.302675] RDX: 0000000000080241 RSI: 0000000007916678 RDI:
ffffffffffffff9c
[  369.302679] RBP: 0000000000004000 R08: 0000000000000005 R09:
0000000007911a88
[  369.302682] R10: 00000000000001b6 R11: 0000000000000246 R12:
00007f78af223c20
[  369.302686] R13: 0000000007912640 R14: 0000000000000000 R15:
0000000000000000
[  369.302767] 
               Showing all locks held in the system:
[  369.302781] 1 lock held by khungtaskd/67:
[  369.302791]  #0:  (tasklist_lock){.+.+}, at: [<0000000040de7357>]
debug_show_all_locks+0x3d/0x1a0
[  369.302816] 5 locks held by kworker/u16:4/147:
[  369.302818]  #0:  ((wq_completion)"writeback"){+.+.}, at:
[<00000000dbc01e84>] process_one_work+0x1b9/0x680
[  369.302836]  #1:  ((work_completion)(&(&wb->dwork)->work)){+.+.},
at: [<00000000dbc01e84>] process_one_work+0x1b9/0x680
[  369.302852]  #2:  (&type->s_umount_key#63){++++}, at:
[<00000000c8832341>] trylock_super+0x1b/0x50
[  369.302873]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.302937]  #4:  (&xfs_nondir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303058] 4 locks held by pool/7261:
[  369.303061]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303082]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at:
[<00000000046d258e>] lock_rename+0xda/0x100
[  369.303105]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303167]  #3:  (&xfs_nondir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303265] 1 lock held by tracker-store/2487:
[  369.303269]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at:
[<00000000ec6d59d7>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.303355] 6 locks held by evolution/3357:
[  369.303359]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303379]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at:
[<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.303402]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at:
[<000000002bc2a1c0>] vfs_unlink+0x50/0x1c0
[  369.303421]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303479]  #4:  (&xfs_dir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303532]  #5:  (&xfs_nondir_ilock_class/1){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303588] 1 lock held by pool/3394:
[  369.303591]  #0:  (&type->i_mutex_dir_key#7){++++}, at:
[<00000000de6ab392>] lookup_slow+0xe5/0x220
[  369.303614] 4 locks held by pool/6726:
[  369.303617]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303659]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.303672]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303710]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303759] 6 locks held by TaskSchedulerFo/3844:
[  369.303761]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303773]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at:
[<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.303786]  #2:  (&inode->i_rwsem){++++}, at: [<000000002bc2a1c0>]
vfs_unlink+0x50/0x1c0
[  369.303797]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303834]  #4:  (&xfs_dir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303868]  #5:  (&xfs_nondir_ilock_class){++++}, at:
[<000000000a58e10b>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.303918] 2 locks held by TaskSchedulerFo/3847:
[  369.303921]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303939]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.303963] 4 locks held by TaskSchedulerFo/4187:
[  369.303967]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.303985]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304004]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304060]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304116] 4 locks held by TaskSchedulerBa/5996:
[  369.304120]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304140]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304155]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304190]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304226] 2 locks held by TaskSchedulerFo/6003:
[  369.304227]  #0:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304262]  #1:  (&xfs_nondir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304297] 2 locks held by TaskSchedulerFo/6007:
[  369.304300]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304320]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at:
[<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.304341] 3 locks held by TaskSchedulerFo/6009:
[  369.304344]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304361]  #1:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304412]  #2:  (&xfs_nondir_ilock_class){++++}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304462] 2 locks held by TaskSchedulerFo/6042:
[  369.304465]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304484]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304503] 2 locks held by TaskSchedulerBa/6884:
[  369.304506]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304524]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304543] 2 locks held by TaskSchedulerFo/6928:
[  369.304545]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304563]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304584] 1 lock held by TaskSchedulerBa/6990:
[  369.304587]  #0:  (&xfs_dir_ilock_class){++++}, at:
[<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.304677] 4 locks held by Cache2 I/O/5016:
[  369.304680]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304699]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304719]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304775]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304834] 4 locks held by QuotaManager IO/5385:
[  369.304837]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304856]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304868]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304904]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304939] 4 locks held by DOM Worker/5431:
[  369.304940]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.304952]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304964]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304998]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.305068] 4 locks held by disk_cache:0/5241:
[  369.305070]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.305081]  #1:  (&inode->i_rwsem/1){+.+.}, at:
[<00000000857aa2af>] filename_create+0x83/0x160
[  369.305093]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.305127]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.305184] 2 locks held by gitkraken/5371:
[  369.305187]  #0:  (&type->i_mutex_dir_key#7){++++}, at:
[<00000000de6ab392>] lookup_slow+0xe5/0x220
[  369.305209]  #1:  (&xfs_dir_ilock_class){++++}, at:
[<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.305251] 1 lock held by gitkraken/5632:
[  369.305253]  #0:  (&xfs_dir_ilock_class){++++}, at:
[<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.305297] 4 locks held by Telegram/5436:
[  369.305299]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>]
mnt_want_write+0x24/0x50
[  369.305312]  #1:  (&type->i_mutex_dir_key#7){++++}, at:
[<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.305324]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>]
xfs_trans_alloc+0xec/0x130 [xfs]
[  369.305358]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at:
[<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]

[  369.305448] =============================================

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

[    0.000000] microcode: microcode updated early to revision 0x23, date = 2017-11-20
[    0.000000] Linux version 4.15.0-rc4-amd-vega+ (mikhail@localhost.localdomain) (gcc version 7.2.1 20170915 (Red Hat 7.2.1-2) (GCC)) #4 SMP Fri Jan 26 02:26:22 +05 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc4-amd-vega+ root=UUID=0ee73ea4-0a6f-4d9c-bdaf-94ec954fec49 ro rhgb quiet log_buf_len=900M LANG=en_US.UTF-8
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd69efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd69f000-0x00000000bd6a5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd6a6000-0x00000000be17bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be17c000-0x00000000be6d4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000be6d5000-0x00000000db487fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db488000-0x00000000db8e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db8e9000-0x00000000db931fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db932000-0x00000000db9edfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000db9ee000-0x00000000df7fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbd36f018-0xbd37f857] usable ==> usable
[    0.000000] e820: update [mem 0xbd36f018-0xbd37f857] usable ==> usable
[    0.000000] e820: update [mem 0xbd355018-0xbd36e457] usable ==> usable
[    0.000000] e820: update [mem 0xbd355018-0xbd36e457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000bd355017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd355018-0x00000000bd36e457] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd36e458-0x00000000bd36f017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd36f018-0x00000000bd37f857] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd37f858-0x00000000bd69efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd69f000-0x00000000bd6a5fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd6a6000-0x00000000be17bfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be17c000-0x00000000be6d4fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000be6d5000-0x00000000db487fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000db488000-0x00000000db8e8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db8e9000-0x00000000db931fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000db932000-0x00000000db9edfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000db9ee000-0x00000000df7fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081effffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xdb9ba000  ACPI 2.0=0xdb9ba000  SMBIOS=0xf04c0  MPS=0xfd450 
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z87M-D3H/Z87M-D3H, BIOS F11 08/12/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x81f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7800000000 write-back
[    0.000000]   1 base 0800000000 mask 7FF0000000 write-back
[    0.000000]   2 base 0810000000 mask 7FF8000000 write-back
[    0.000000]   3 base 0818000000 mask 7FFC000000 write-back
[    0.000000]   4 base 081C000000 mask 7FFE000000 write-back
[    0.000000]   5 base 081E000000 mask 7FFF000000 write-back
[    0.000000]   6 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd750-0x000fd75f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x720879000, 0x720879fff] PGTABLE
[    0.000000] BRK [0x72087a000, 0x72087afff] PGTABLE
[    0.000000] BRK [0x72087b000, 0x72087bfff] PGTABLE
[    0.000000] BRK [0x72087c000, 0x72087cfff] PGTABLE
[    0.000000] BRK [0x72087d000, 0x72087dfff] PGTABLE
[    0.000000] BRK [0x72087e000, 0x72087efff] PGTABLE
[    0.000000] BRK [0x72087f000, 0x72087ffff] PGTABLE
[    0.000000] BRK [0x720880000, 0x720880fff] PGTABLE
[    0.000000] BRK [0x720881000, 0x720881fff] PGTABLE
[    0.000000] BRK [0x720882000, 0x720882fff] PGTABLE
[    0.000000] BRK [0x720883000, 0x720883fff] PGTABLE
[    0.000000] BRK [0x720884000, 0x720884fff] PGTABLE
[    0.000000] log_buf_len: 1073741824 bytes
[    0.000000] early log buf free: 254376(97%)
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x376ae000-0x3d759fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DB9BA000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DB9BA080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DB9C6E20 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DB9BA190 00CC8D (v02 ALASKA A M I    00000088 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000DB9EC080 000040
[    0.000000] ACPI: APIC 0x00000000DB9C6F30 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DB9C6FC8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DB9C7010 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DB9C7550 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DB9C8028 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20120711)
[    0.000000] ACPI: MCFG 0x00000000DB9C81F0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DB9C8230 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DB9C8268 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DB9C85D8 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.000000] ACPI: DMAR 0x00000000DB9CBAC0 000070 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7defd4000-0x7deffefff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bd69efff]
[    0.000000]   node   0: [mem 0x00000000bd6a6000-0x00000000be17bfff]
[    0.000000]   node   0: [mem 0x00000000be6d5000-0x00000000db487fff]
[    0.000000]   node   0: [mem 0x00000000db8e9000-0x00000000db931fff]
[    0.000000]   node   0: [mem 0x00000000df7ff000-0x00000000df7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081effffff]
[    0.000000] On node 0 totalpages: 8363791
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13950 pages used for memmap
[    0.000000]   DMA32 zone: 892786 pages, LIFO batch:31
[    0.000000]   Normal zone: 116672 pages used for memmap
[    0.000000]   Normal zone: 7467008 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd355000-0xbd355fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd36e000-0xbd36efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd36f000-0xbd36ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd37f000-0xbd37ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd69f000-0xbd6a5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe17c000-0xbe6d4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb488000-0xdb8e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb932000-0xdb9edfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb9ee000-0xdf7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 487 pages/cpu @        (ptrval) s1957888 r8192 d28672 u2097152
[    0.000000] pcpu-alloc: s1957888 r8192 d28672 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8233081
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc4-amd-vega+ root=UUID=0ee73ea4-0a6f-4d9c-bdaf-94ec954fec49 ro rhgb quiet log_buf_len=900M LANG=en_US.UTF-8
[    0.000000] Memory: 31426856K/33455164K available (10189K kernel code, 3525K rwdata, 4112K rodata, 4744K init, 16632K bss, 2028308K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 36135 entries in 142 pages
[    0.000000] Running RCU self tests
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] 	RCU callback double-/use-after-free debug enabled.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 7903 kB
[    0.000000]  per task-struct memory footprint: 2688 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR: Host address width 39
[    0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.000000] DMAR: RMRR base: 0x000000df683000 end: 0x000000df691fff
[    0.000000] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.000000] x2apic enabled
[    0.000000] Switched APIC routing to cluster x2apic.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.005000] tsc: Fast TSC calibration using PIT
[    0.006000] tsc: Detected 3392.377 MHz processor
[    0.006000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.75 BogoMIPS (lpj=3392377)
[    0.006000] pid_max: default: 32768 minimum: 301
[    0.006000] ---[ User Space ]---
[    0.006000] 0x0000000000000000-0x0000000000008000          32K     RW                 GLB x  pte
[    0.006000] 0x0000000000008000-0x000000000005f000         348K                               pte
[    0.006000] 0x000000000005f000-0x000000000009f000         256K     RW                 GLB x  pte
[    0.006000] 0x000000000009f000-0x0000000000200000        1412K                               pte
[    0.006000] 0x0000000000200000-0x0000000040000000        1022M                               pmd
[    0.006000] 0x0000000040000000-0x0000000080000000           1G                               pud
[    0.006000] 0x0000000080000000-0x00000000bd600000         982M                               pmd
[    0.006000] 0x00000000bd600000-0x00000000bd6a6000         664K                               pte
[    0.006000] 0x00000000bd6a6000-0x00000000bda00000        3432K     RW                 GLB x  pte
[    0.006000] 0x00000000bda00000-0x00000000be000000           6M     RW         PSE         x  pmd
[    0.006000] 0x00000000be000000-0x00000000be200000           2M     RW                 GLB x  pte
[    0.006000] 0x00000000be200000-0x00000000be600000           4M     RW         PSE         x  pmd
[    0.006000] 0x00000000be600000-0x00000000be710000        1088K     RW                 GLB x  pte
[    0.006000] 0x00000000be710000-0x00000000be800000         960K                               pte
[    0.006000] 0x00000000be800000-0x00000000cc600000         222M                               pmd
[    0.006000] 0x00000000cc600000-0x00000000cc6f5000         980K                               pte
[    0.006000] 0x00000000cc6f5000-0x00000000cc738000         268K     RW                 GLB x  pte
[    0.006000] 0x00000000cc738000-0x00000000cc748000          64K                               pte
[    0.006000] 0x00000000cc748000-0x00000000cc77b000         204K     RW                 GLB x  pte
[    0.006000] 0x00000000cc77b000-0x00000000cc788000          52K                               pte
[    0.006000] 0x00000000cc788000-0x00000000cc7e5000         372K     RW                 GLB x  pte
[    0.006000] 0x00000000cc7e5000-0x00000000cc7fe000         100K                               pte
[    0.006000] 0x00000000cc7fe000-0x00000000cc858000         360K     RW                 GLB x  pte
[    0.006000] 0x00000000cc858000-0x00000000cc86e000          88K                               pte
[    0.006000] 0x00000000cc86e000-0x00000000cc8e0000         456K     RW                 GLB x  pte
[    0.006000] 0x00000000cc8e0000-0x00000000cc911000         196K                               pte
[    0.006000] 0x00000000cc911000-0x00000000cc985000         464K     RW                 GLB x  pte
[    0.006000] 0x00000000cc985000-0x00000000cc9b3000         184K                               pte
[    0.006000] 0x00000000cc9b3000-0x00000000cc9cd000         104K     RW                 GLB x  pte
[    0.006000] 0x00000000cc9cd000-0x00000000ccabb000         952K                               pte
[    0.006000] 0x00000000ccabb000-0x00000000ccabe000          12K     RW                 GLB x  pte
[    0.006000] 0x00000000ccabe000-0x00000000ccac2000          16K                               pte
[    0.006000] 0x00000000ccac2000-0x00000000ccac3000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccac3000-0x00000000ccb36000         460K                               pte
[    0.006000] 0x00000000ccb36000-0x00000000ccb37000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccb37000-0x00000000ccb56000         124K                               pte
[    0.006000] 0x00000000ccb56000-0x00000000ccb57000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccb57000-0x00000000ccbf6000         636K                               pte
[    0.006000] 0x00000000ccbf6000-0x00000000ccbf7000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccbf7000-0x00000000ccbfa000          12K                               pte
[    0.006000] 0x00000000ccbfa000-0x00000000ccc23000         164K     RW                 GLB x  pte
[    0.006000] 0x00000000ccc23000-0x00000000ccc4d000         168K                               pte
[    0.006000] 0x00000000ccc4d000-0x00000000ccc4e000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccc4e000-0x00000000cccde000         576K                               pte
[    0.006000] 0x00000000cccde000-0x00000000cccdf000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000cccdf000-0x00000000ccd26000         284K                               pte
[    0.006000] 0x00000000ccd26000-0x00000000ccd27000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000ccd27000-0x00000000ccd9a000         460K                               pte
[    0.006000] 0x00000000ccd9a000-0x00000000cce41000         668K     RW                 GLB x  pte
[    0.006000] 0x00000000cce41000-0x00000000cce88000         284K                               pte
[    0.006000] 0x00000000cce88000-0x00000000cce8a000           8K     RW                 GLB x  pte
[    0.006000] 0x00000000cce8a000-0x00000000cce91000          28K                               pte
[    0.006000] 0x00000000cce91000-0x00000000cce92000           4K     RW                 GLB x  pte
[    0.007013] 0x00000000cce92000-0x00000000ccfc3000        1220K                               pte
[    0.007018] 0x00000000ccfc3000-0x00000000ccfec000         164K     RW                 GLB x  pte
[    0.007030] 0x00000000ccfec000-0x00000000cd0b4000         800K                               pte
[    0.007036] 0x00000000cd0b4000-0x00000000cd18d000         868K     RW                 GLB x  pte
[    0.007048] 0x00000000cd18d000-0x00000000cd1d4000         284K                               pte
[    0.007052] 0x00000000cd1d4000-0x00000000cd1d5000           4K     RW                 GLB x  pte
[    0.007065] 0x00000000cd1d5000-0x00000000cd21e000         292K                               pte
[    0.007070] 0x00000000cd21e000-0x00000000cd293000         468K     RW                 GLB x  pte
[    0.007081] 0x00000000cd293000-0x00000000cd2a3000          64K                               pte
[    0.007086] 0x00000000cd2a3000-0x00000000cd2d7000         208K     RW                 GLB x  pte
[    0.007098] 0x00000000cd2d7000-0x00000000cd2e4000          52K                               pte
[    0.007103] 0x00000000cd2e4000-0x00000000cd341000         372K     RW                 GLB x  pte
[    0.007115] 0x00000000cd341000-0x00000000cd35a000         100K                               pte
[    0.007120] 0x00000000cd35a000-0x00000000cd3b3000         356K     RW                 GLB x  pte
[    0.007132] 0x00000000cd3b3000-0x00000000cd3c9000          88K                               pte
[    0.007137] 0x00000000cd3c9000-0x00000000cd4e2000        1124K     RW                 GLB x  pte
[    0.007149] 0x00000000cd4e2000-0x00000000cd510000         184K                               pte
[    0.007154] 0x00000000cd510000-0x00000000cd52e000         120K     RW                 GLB x  pte
[    0.007166] 0x00000000cd52e000-0x00000000cd545000          92K                               pte
[    0.007172] 0x00000000cd545000-0x00000000cd665000        1152K     RW                 GLB x  pte
[    0.007184] 0x00000000cd665000-0x00000000cd675000          64K                               pte
[    0.007188] 0x00000000cd675000-0x00000000cd6a9000         208K     RW                 GLB x  pte
[    0.007200] 0x00000000cd6a9000-0x00000000cd6b6000          52K                               pte
[    0.007205] 0x00000000cd6b6000-0x00000000cd712000         368K     RW                 GLB x  pte
[    0.007217] 0x00000000cd712000-0x00000000cd72b000         100K                               pte
[    0.007222] 0x00000000cd72b000-0x00000000cd786000         364K     RW                 GLB x  pte
[    0.007234] 0x00000000cd786000-0x00000000cd79c000          88K                               pte
[    0.007239] 0x00000000cd79c000-0x00000000cd80b000         444K     RW                 GLB x  pte
[    0.007251] 0x00000000cd80b000-0x00000000cd83c000         196K                               pte
[    0.007256] 0x00000000cd83c000-0x00000000cd8b2000         472K     RW                 GLB x  pte
[    0.007268] 0x00000000cd8b2000-0x00000000cd8b9000          28K                               pte
[    0.007273] 0x00000000cd8b9000-0x00000000cda33000        1512K     RW                 GLB x  pte
[    0.007285] 0x00000000cda33000-0x00000000cda36000          12K                               pte
[    0.007291] 0x00000000cda36000-0x00000000cdb52000        1136K     RW                 GLB x  pte
[    0.007303] 0x00000000cdb52000-0x00000000cdb5b000          36K                               pte
[    0.007309] 0x00000000cdb5b000-0x00000000cdd63000        2080K     RW                 GLB x  pte
[    0.007321] 0x00000000cdd63000-0x00000000cdd66000          12K                               pte
[    0.007327] 0x00000000cdd66000-0x00000000cdeac000        1304K     RW                 GLB x  pte
[    0.007339] 0x00000000cdeac000-0x00000000cdeb5000          36K                               pte
[    0.007344] 0x00000000cdeb5000-0x00000000cdf1e000         420K     RW                 GLB x  pte
[    0.007355] 0x00000000cdf1e000-0x00000000cdf27000          36K                               pte
[    0.007360] 0x00000000cdf27000-0x00000000cdfa4000         500K     RW                 GLB x  pte
[    0.007372] 0x00000000cdfa4000-0x00000000cdfa7000          12K                               pte
[    0.007377] 0x00000000cdfa7000-0x00000000ce04b000         656K     RW                 GLB x  pte
[    0.007389] 0x00000000ce04b000-0x00000000ce050000          20K                               pte
[    0.007395] 0x00000000ce050000-0x00000000ce170000        1152K     RW                 GLB x  pte
[    0.007407] 0x00000000ce170000-0x00000000ce171000           4K                               pte
[    0.007413] 0x00000000ce171000-0x00000000ce323000        1736K     RW                 GLB x  pte
[    0.007425] 0x00000000ce323000-0x00000000ce32c000          36K                               pte
[    0.007430] 0x00000000ce32c000-0x00000000ce3a9000         500K     RW                 GLB x  pte
[    0.007442] 0x00000000ce3a9000-0x00000000ce3ac000          12K                               pte
[    0.007447] 0x00000000ce3ac000-0x00000000ce451000         660K     RW                 GLB x  pte
[    0.007459] 0x00000000ce451000-0x00000000ce459000          32K                               pte
[    0.007464] 0x00000000ce459000-0x00000000ce5ad000        1360K     RW                 GLB x  pte
[    0.007476] 0x00000000ce5ad000-0x00000000ce5b7000          40K                               pte
[    0.007481] 0x00000000ce5b7000-0x00000000ce63a000         524K     RW                 GLB x  pte
[    0.007493] 0x00000000ce63a000-0x00000000ce63d000          12K                               pte
[    0.007498] 0x00000000ce63d000-0x00000000ce643000          24K     RW                 GLB x  pte
[    0.007510] 0x00000000ce643000-0x00000000ce64b000          32K                               pte
[    0.007515] 0x00000000ce64b000-0x00000000ce718000         820K     RW                 GLB x  pte
[    0.007527] 0x00000000ce718000-0x00000000ce71d000          20K                               pte
[    0.007531] 0x00000000ce71d000-0x00000000ce722000          20K     RW                 GLB x  pte
[    0.007543] 0x00000000ce722000-0x00000000ce728000          24K                               pte
[    0.007548] 0x00000000ce728000-0x00000000ce72d000          20K     RW                 GLB x  pte
[    0.007560] 0x00000000ce72d000-0x00000000ce737000          40K                               pte
[    0.007565] 0x00000000ce737000-0x00000000ce800000         804K     RW                 GLB x  pte
[    0.007577] 0x00000000ce800000-0x00000000cf000000           8M     RW         PSE         x  pmd
[    0.007589] 0x00000000cf000000-0x00000000cf02d000         180K     RW                 GLB x  pte
[    0.007601] 0x00000000cf02d000-0x00000000cf030000          12K                               pte
[    0.007607] 0x00000000cf030000-0x00000000cf200000        1856K     RW                 GLB x  pte
[    0.007619] 0x00000000cf200000-0x00000000d8800000         150M     RW         PSE         x  pmd
[    0.007632] 0x00000000d8800000-0x00000000d8872000         456K     RW                 GLB x  pte
[    0.007644] 0x00000000d8872000-0x00000000d8875000          12K                               pte
[    0.007648] 0x00000000d8875000-0x00000000d887e000          36K     RW                 GLB x  pte
[    0.007660] 0x00000000d887e000-0x00000000d8881000          12K                               pte
[    0.007664] 0x00000000d8881000-0x00000000d8889000          32K     RW                 GLB x  pte
[    0.007676] 0x00000000d8889000-0x00000000d888c000          12K                               pte
[    0.007681] 0x00000000d888c000-0x00000000d8895000          36K     RW                 GLB x  pte
[    0.007693] 0x00000000d8895000-0x00000000d8898000          12K                               pte
[    0.007699] 0x00000000d8898000-0x00000000d8a00000        1440K     RW                 GLB x  pte
[    0.007711] 0x00000000d8a00000-0x00000000da400000          26M     RW         PSE         x  pmd
[    0.007723] 0x00000000da400000-0x00000000da503000        1036K     RW                 GLB x  pte
[    0.007736] 0x00000000da503000-0x00000000da600000        1012K                               pte
[    0.007741] 0x00000000da600000-0x00000000db000000          10M                               pmd
[    0.007747] 0x00000000db000000-0x00000000db191000        1604K                               pte
[    0.007752] 0x00000000db191000-0x00000000db200000         444K     RW                 GLB x  pte
[    0.007764] 0x00000000db200000-0x00000000db400000           2M     RW         PSE         x  pmd
[    0.007776] 0x00000000db400000-0x00000000db488000         544K     RW                 GLB x  pte
[    0.007789] 0x00000000db488000-0x00000000db600000        1504K                               pte
[    0.007794] 0x00000000db600000-0x00000000db800000           2M                               pmd
[    0.007800] 0x00000000db800000-0x00000000db9ee000        1976K                               pte
[    0.007805] 0x00000000db9ee000-0x00000000dba00000          72K     RW                 GLB x  pte
[    0.007817] 0x00000000dba00000-0x00000000df600000          60M     RW         PSE         x  pmd
[    0.007830] 0x00000000df600000-0x00000000df800000           2M     RW                 GLB x  pte
[    0.007843] 0x00000000df800000-0x00000000f8000000         392M                               pmd
[    0.007848] 0x00000000f8000000-0x00000000fc000000          64M     RW     PCD PSE         x  pmd
[    0.007860] 0x00000000fc000000-0x00000000fec00000          44M                               pmd
[    0.007864] 0x00000000fec00000-0x00000000fec01000           4K     RW     PCD         GLB x  pte
[    0.007877] 0x00000000fec01000-0x00000000fed00000        1020K                               pte
[    0.007882] 0x00000000fed00000-0x00000000fed04000          16K     RW     PCD         GLB x  pte
[    0.007894] 0x00000000fed04000-0x00000000fed1c000          96K                               pte
[    0.007898] 0x00000000fed1c000-0x00000000fed20000          16K     RW     PCD         GLB x  pte
[    0.007911] 0x00000000fed20000-0x00000000fee00000         896K                               pte
[    0.007916] 0x00000000fee00000-0x00000000fee01000           4K     RW     PCD         GLB x  pte
[    0.007929] 0x00000000fee01000-0x00000000ff000000        2044K                               pte
[    0.007934] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         x  pmd
[    0.007946] 0x0000000100000000-0x0000000780000000          26G                               pud
[    0.007953] 0x0000000780000000-0x00000007bd000000         976M                               pmd
[    0.007959] 0x00000007bd000000-0x00000007bd19a000        1640K                               pte
[    0.007963] 0x00000007bd19a000-0x00000007bd19c000           8K     RW                 GLB NX pte
[    0.007975] 0x00000007bd19c000-0x00000007bd200000         400K                               pte
[    0.007980] 0x00000007bd200000-0x00000007c0000000          46M                               pmd
[    0.007987] 0x00000007c0000000-0x0000008000000000         481G                               pud
[    0.007996] 0x0000008000000000-0xffff800000000000   17179737600G                               pgd
[    0.008005] ---[ Kernel Space ]---
[    0.008006] 0xffff800000000000-0xffff808000000000         512G                               pgd
[    0.008011] ---[ Low Kernel Mapping ]---
[    0.008012] 0xffff808000000000-0xffff810000000000         512G                               pgd
[    0.008016] ---[ vmalloc() Area ]---
[    0.008018] 0xffff810000000000-0xffff818000000000         512G                               pgd
[    0.008022] ---[ Vmemmap ]---
[    0.008024] 0xffff818000000000-0xffff898000000000           8T                               pgd
[    0.008029] 0xffff898000000000-0xffff89a7c0000000         159G                               pud
[    0.008036] 0xffff89a7c0000000-0xffff89a7c0200000           2M     RW                 GLB NX pte
[    0.008050] 0xffff89a7c0200000-0xffff89a800000000        1022M     RW         PSE     GLB NX pmd
[    0.008062] 0xffff89a800000000-0xffff89a840000000           1G     RW         PSE     GLB NX pud
[    0.008076] 0xffff89a840000000-0xffff89a87d600000         982M     RW         PSE     GLB NX pmd
[    0.008089] 0xffff89a87d600000-0xffff89a87d69f000         636K     RW                 GLB NX pte
[    0.008101] 0xffff89a87d69f000-0xffff89a87d6a6000          28K                               pte
[    0.008106] 0xffff89a87d6a6000-0xffff89a87d800000        1384K     RW                 GLB NX pte
[    0.008118] 0xffff89a87d800000-0xffff89a87e000000           8M     RW         PSE     GLB NX pmd
[    0.008132] 0xffff89a87e000000-0xffff89a87e17c000        1520K     RW                 GLB NX pte
[    0.008144] 0xffff89a87e17c000-0xffff89a87e200000         528K                               pte
[    0.008148] 0xffff89a87e200000-0xffff89a87e600000           4M                               pmd
[    0.008154] 0xffff89a87e600000-0xffff89a87e6d5000         852K                               pte
[    0.008159] 0xffff89a87e6d5000-0xffff89a87e800000        1196K     RW                 GLB NX pte
[    0.008172] 0xffff89a87e800000-0xffff89a89b400000         460M     RW         PSE     GLB NX pmd
[    0.008185] 0xffff89a89b400000-0xffff89a89b488000         544K     RW                 GLB NX pte
[    0.008198] 0xffff89a89b488000-0xffff89a89b600000        1504K                               pte
[    0.008203] 0xffff89a89b600000-0xffff89a89b800000           2M                               pmd
[    0.008208] 0xffff89a89b800000-0xffff89a89b8e9000         932K                               pte
[    0.008213] 0xffff89a89b8e9000-0xffff89a89b932000         292K     RW                 GLB NX pte
[    0.008225] 0xffff89a89b932000-0xffff89a89ba00000         824K                               pte
[    0.008230] 0xffff89a89ba00000-0xffff89a89f600000          60M                               pmd
[    0.008237] 0xffff89a89f600000-0xffff89a89f7ff000        2044K                               pte
[    0.008241] 0xffff89a89f7ff000-0xffff89a89f800000           4K     RW                 GLB NX pte
[    0.008254] 0xffff89a89f800000-0xffff89a8c0000000         520M                               pmd
[    0.008259] 0xffff89a8c0000000-0xffff89afc0000000          28G     RW         PSE     GLB NX pud
[    0.008272] 0xffff89afc0000000-0xffff89afdf000000         496M     RW         PSE     GLB NX pmd
[    0.008285] 0xffff89afdf000000-0xffff89b000000000         528M                               pmd
[    0.008291] 0xffff89b000000000-0xffff8a0000000000         320G                               pud
[    0.008297] 0xffff8a0000000000-0xffffad8000000000       36352G                               pgd
[    0.008302] 0xffffad8000000000-0xffffad8f80000000          62G                               pud
[    0.008306] 0xffffad8f80000000-0xffffad8f80001000           4K     RW                 GLB NX pte
[    0.008318] 0xffffad8f80001000-0xffffad8f80002000           4K                               pte
[    0.008323] 0xffffad8f80002000-0xffffad8f80003000           4K     RW                 GLB NX pte
[    0.008335] 0xffffad8f80003000-0xffffad8f80004000           4K                               pte
[    0.008339] 0xffffad8f80004000-0xffffad8f80006000           8K     RW                 GLB NX pte
[    0.008351] 0xffffad8f80006000-0xffffad8f80008000           8K                               pte
[    0.008356] 0xffffad8f80008000-0xffffad8f8000a000           8K     RW                 GLB NX pte
[    0.008368] 0xffffad8f8000a000-0xffffad8f8000b000           4K                               pte
[    0.008372] 0xffffad8f8000b000-0xffffad8f8000c000           4K     RW     PCD         GLB NX pte
[    0.008384] 0xffffad8f8000c000-0xffffad8f8000d000           4K                               pte
[    0.008389] 0xffffad8f8000d000-0xffffad8f8000e000           4K     RW     PCD         GLB NX pte
[    0.008400] 0xffffad8f8000e000-0xffffad8f80010000           8K                               pte
[    0.008405] 0xffffad8f80010000-0xffffad8f8001d000          52K     RW                 GLB NX pte
[    0.008417] 0xffffad8f8001d000-0xffffad8f80020000          12K                               pte
[    0.008421] 0xffffad8f80020000-0xffffad8f80024000          16K     RW                 GLB NX pte
[    0.008435] 0xffffad8f80024000-0xffffad8f80200000        1904K                               pte
[    0.008442] 0xffffad8f80200000-0xffffad8fc0000000        1022M                               pmd
[    0.008448] 0xffffad8fc0000000-0xffffae0000000000         449G                               pud
[    0.008454] 0xffffae0000000000-0xffffce0000000000          32T                               pgd
[    0.008460] 0xffffce0000000000-0xffffce5fc0000000         383G                               pud
[    0.008465] 0xffffce5fc0000000-0xffffce5fc3800000          56M     RW         PSE     GLB NX pmd
[    0.008477] 0xffffce5fc3800000-0xffffce5fc4000000           8M                               pmd
[    0.008483] 0xffffce5fc4000000-0xffffce5fe0800000         456M     RW         PSE     GLB NX pmd
[    0.008496] 0xffffce5fe0800000-0xffffce6000000000         504M                               pmd
[    0.008501] 0xffffce6000000000-0xffffce8000000000         128G                               pud
[    0.008507] 0xffffce8000000000-0xffffff0000000000       49664G                               pgd
[    0.008512] ---[ ESPfix Area ]---
[    0.008513] 0xffffff0000000000-0xffffff8000000000         512G                               pgd
[    0.008519] 0xffffff8000000000-0xffffffef00000000         444G                               pud
[    0.008524] ---[ EFI Runtime Services ]---
[    0.008525] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    0.008531] 0xfffffffec0000000-0xfffffffee7800000         632M                               pmd
[    0.008536] 0xfffffffee7800000-0xfffffffee7808000          32K     RW                 GLB x  pte
[    0.008548] 0xfffffffee7808000-0xfffffffee785f000         348K                               pte
[    0.008553] 0xfffffffee785f000-0xfffffffee789f000         256K     RW                 GLB x  pte
[    0.008565] 0xfffffffee789f000-0xfffffffee78a6000          28K                               pte
[    0.008572] 0xfffffffee78a6000-0xfffffffee7c00000        3432K     RW                 GLB x  pte
[    0.008584] 0xfffffffee7c00000-0xfffffffee8200000           6M     RW         PSE         x  pmd
[    0.008598] 0xfffffffee8200000-0xfffffffee8400000           2M     RW                 GLB x  pte
[    0.008610] 0xfffffffee8400000-0xfffffffee8800000           4M     RW         PSE         x  pmd
[    0.008623] 0xfffffffee8800000-0xfffffffee8910000        1088K     RW                 GLB x  pte
[    0.008636] 0xfffffffee8910000-0xfffffffee8af5000        1940K                               pte
[    0.008641] 0xfffffffee8af5000-0xfffffffee8b38000         268K     RW                 GLB x  pte
[    0.008653] 0xfffffffee8b38000-0xfffffffee8b48000          64K                               pte
[    0.008658] 0xfffffffee8b48000-0xfffffffee8b7b000         204K     RW                 GLB x  pte
[    0.008670] 0xfffffffee8b7b000-0xfffffffee8b88000          52K                               pte
[    0.008675] 0xfffffffee8b88000-0xfffffffee8be5000         372K     RW                 GLB x  pte
[    0.008687] 0xfffffffee8be5000-0xfffffffee8bfe000         100K                               pte
[    0.008692] 0xfffffffee8bfe000-0xfffffffee8c58000         360K     RW                 GLB x  pte
[    0.008704] 0xfffffffee8c58000-0xfffffffee8c6e000          88K                               pte
[    0.008709] 0xfffffffee8c6e000-0xfffffffee8ce0000         456K     RW                 GLB x  pte
[    0.008721] 0xfffffffee8ce0000-0xfffffffee8d11000         196K                               pte
[    0.008726] 0xfffffffee8d11000-0xfffffffee8d85000         464K     RW                 GLB x  pte
[    0.008738] 0xfffffffee8d85000-0xfffffffee8db3000         184K                               pte
[    0.008742] 0xfffffffee8db3000-0xfffffffee8dcd000         104K     RW                 GLB x  pte
[    0.008755] 0xfffffffee8dcd000-0xfffffffee8ebb000         952K                               pte
[    0.008760] 0xfffffffee8ebb000-0xfffffffee8ebe000          12K     RW                 GLB x  pte
[    0.008771] 0xfffffffee8ebe000-0xfffffffee8ec2000          16K                               pte
[    0.008776] 0xfffffffee8ec2000-0xfffffffee8ec3000           4K     RW                 GLB x  pte
[    0.008788] 0xfffffffee8ec3000-0xfffffffee8f36000         460K                               pte
[    0.008793] 0xfffffffee8f36000-0xfffffffee8f37000           4K     RW                 GLB x  pte
[    0.008805] 0xfffffffee8f37000-0xfffffffee8f56000         124K                               pte
[    0.008809] 0xfffffffee8f56000-0xfffffffee8f57000           4K     RW                 GLB x  pte
[    0.008822] 0xfffffffee8f57000-0xfffffffee8ff6000         636K                               pte
[    0.008826] 0xfffffffee8ff6000-0xfffffffee8ff7000           4K     RW                 GLB x  pte
[    0.008838] 0xfffffffee8ff7000-0xfffffffee8ffa000          12K                               pte
[    0.008843] 0xfffffffee8ffa000-0xfffffffee9023000         164K     RW                 GLB x  pte
[    0.008855] 0xfffffffee9023000-0xfffffffee904d000         168K                               pte
[    0.008859] 0xfffffffee904d000-0xfffffffee904e000           4K     RW                 GLB x  pte
[    0.008872] 0xfffffffee904e000-0xfffffffee90de000         576K                               pte
[    0.008876] 0xfffffffee90de000-0xfffffffee90df000           4K     RW                 GLB x  pte
[    0.008888] 0xfffffffee90df000-0xfffffffee9126000         284K                               pte
[    0.008893] 0xfffffffee9126000-0xfffffffee9127000           4K     RW                 GLB x  pte
[    0.008905] 0xfffffffee9127000-0xfffffffee919a000         460K                               pte
[    0.008910] 0xfffffffee919a000-0xfffffffee9241000         668K     RW                 GLB x  pte
[    0.008923] 0xfffffffee9241000-0xfffffffee9288000         284K                               pte
[    0.008927] 0xfffffffee9288000-0xfffffffee928a000           8K     RW                 GLB x  pte
[    0.008939] 0xfffffffee928a000-0xfffffffee9291000          28K                               pte
[    0.008944] 0xfffffffee9291000-0xfffffffee9292000           4K     RW                 GLB x  pte
[    0.008956] 0xfffffffee9292000-0xfffffffee93c3000        1220K                               pte
[    0.008961] 0xfffffffee93c3000-0xfffffffee93ec000         164K     RW                 GLB x  pte
[    0.008974] 0xfffffffee93ec000-0xfffffffee94b4000         800K                               pte
[    0.008979] 0xfffffffee94b4000-0xfffffffee958d000         868K     RW                 GLB x  pte
[    0.008991] 0xfffffffee958d000-0xfffffffee95d4000         284K                               pte
[    0.008996] 0xfffffffee95d4000-0xfffffffee95d5000           4K     RW                 GLB x  pte
[    0.009012] 0xfffffffee95d5000-0xfffffffee961e000         292K                               pte
[    0.009017] 0xfffffffee961e000-0xfffffffee9693000         468K     RW                 GLB x  pte
[    0.009028] 0xfffffffee9693000-0xfffffffee96a3000          64K                               pte
[    0.009033] 0xfffffffee96a3000-0xfffffffee96d7000         208K     RW                 GLB x  pte
[    0.009045] 0xfffffffee96d7000-0xfffffffee96e4000          52K                               pte
[    0.009050] 0xfffffffee96e4000-0xfffffffee9741000         372K     RW                 GLB x  pte
[    0.009062] 0xfffffffee9741000-0xfffffffee975a000         100K                               pte
[    0.009067] 0xfffffffee975a000-0xfffffffee97b3000         356K     RW                 GLB x  pte
[    0.009079] 0xfffffffee97b3000-0xfffffffee97c9000          88K                               pte
[    0.009084] 0xfffffffee97c9000-0xfffffffee98e2000        1124K     RW                 GLB x  pte
[    0.009096] 0xfffffffee98e2000-0xfffffffee9910000         184K                               pte
[    0.009101] 0xfffffffee9910000-0xfffffffee992e000         120K     RW                 GLB x  pte
[    0.009113] 0xfffffffee992e000-0xfffffffee9945000          92K                               pte
[    0.009119] 0xfffffffee9945000-0xfffffffee9a65000        1152K     RW                 GLB x  pte
[    0.009131] 0xfffffffee9a65000-0xfffffffee9a75000          64K                               pte
[    0.009135] 0xfffffffee9a75000-0xfffffffee9aa9000         208K     RW                 GLB x  pte
[    0.009147] 0xfffffffee9aa9000-0xfffffffee9ab6000          52K                               pte
[    0.009152] 0xfffffffee9ab6000-0xfffffffee9b12000         368K     RW                 GLB x  pte
[    0.009164] 0xfffffffee9b12000-0xfffffffee9b2b000         100K                               pte
[    0.009169] 0xfffffffee9b2b000-0xfffffffee9b86000         364K     RW                 GLB x  pte
[    0.009181] 0xfffffffee9b86000-0xfffffffee9b9c000          88K                               pte
[    0.009186] 0xfffffffee9b9c000-0xfffffffee9c0b000         444K     RW                 GLB x  pte
[    0.009198] 0xfffffffee9c0b000-0xfffffffee9c3c000         196K                               pte
[    0.009203] 0xfffffffee9c3c000-0xfffffffee9cb2000         472K     RW                 GLB x  pte
[    0.009215] 0xfffffffee9cb2000-0xfffffffee9cb9000          28K                               pte
[    0.009221] 0xfffffffee9cb9000-0xfffffffee9e33000        1512K     RW                 GLB x  pte
[    0.009232] 0xfffffffee9e33000-0xfffffffee9e36000          12K                               pte
[    0.009238] 0xfffffffee9e36000-0xfffffffee9f52000        1136K     RW                 GLB x  pte
[    0.009250] 0xfffffffee9f52000-0xfffffffee9f5b000          36K                               pte
[    0.009256] 0xfffffffee9f5b000-0xfffffffeea163000        2080K     RW                 GLB x  pte
[    0.009268] 0xfffffffeea163000-0xfffffffeea166000          12K                               pte
[    0.009274] 0xfffffffeea166000-0xfffffffeea2ac000        1304K     RW                 GLB x  pte
[    0.009286] 0xfffffffeea2ac000-0xfffffffeea2b5000          36K                               pte
[    0.009291] 0xfffffffeea2b5000-0xfffffffeea31e000         420K     RW                 GLB x  pte
[    0.009303] 0xfffffffeea31e000-0xfffffffeea327000          36K                               pte
[    0.009308] 0xfffffffeea327000-0xfffffffeea3a4000         500K     RW                 GLB x  pte
[    0.009320] 0xfffffffeea3a4000-0xfffffffeea3a7000          12K                               pte
[    0.009325] 0xfffffffeea3a7000-0xfffffffeea44b000         656K     RW                 GLB x  pte
[    0.009337] 0xfffffffeea44b000-0xfffffffeea450000          20K                               pte
[    0.009342] 0xfffffffeea450000-0xfffffffeea570000        1152K     RW                 GLB x  pte
[    0.009354] 0xfffffffeea570000-0xfffffffeea571000           4K                               pte
[    0.009360] 0xfffffffeea571000-0xfffffffeea723000        1736K     RW                 GLB x  pte
[    0.009372] 0xfffffffeea723000-0xfffffffeea72c000          36K                               pte
[    0.009377] 0xfffffffeea72c000-0xfffffffeea7a9000         500K     RW                 GLB x  pte
[    0.009389] 0xfffffffeea7a9000-0xfffffffeea7ac000          12K                               pte
[    0.009394] 0xfffffffeea7ac000-0xfffffffeea851000         660K     RW                 GLB x  pte
[    0.009406] 0xfffffffeea851000-0xfffffffeea859000          32K                               pte
[    0.009412] 0xfffffffeea859000-0xfffffffeea9ad000        1360K     RW                 GLB x  pte
[    0.009424] 0xfffffffeea9ad000-0xfffffffeea9b7000          40K                               pte
[    0.009429] 0xfffffffeea9b7000-0xfffffffeeaa3a000         524K     RW                 GLB x  pte
[    0.009441] 0xfffffffeeaa3a000-0xfffffffeeaa3d000          12K                               pte
[    0.009445] 0xfffffffeeaa3d000-0xfffffffeeaa43000          24K     RW                 GLB x  pte
[    0.009457] 0xfffffffeeaa43000-0xfffffffeeaa4b000          32K                               pte
[    0.009462] 0xfffffffeeaa4b000-0xfffffffeeab18000         820K     RW                 GLB x  pte
[    0.009474] 0xfffffffeeab18000-0xfffffffeeab1d000          20K                               pte
[    0.009479] 0xfffffffeeab1d000-0xfffffffeeab22000          20K     RW                 GLB x  pte
[    0.009491] 0xfffffffeeab22000-0xfffffffeeab28000          24K                               pte
[    0.009495] 0xfffffffeeab28000-0xfffffffeeab2d000          20K     RW                 GLB x  pte
[    0.009507] 0xfffffffeeab2d000-0xfffffffeeab37000          40K                               pte
[    0.009513] 0xfffffffeeab37000-0xfffffffeeac00000         804K     RW                 GLB x  pte
[    0.009524] 0xfffffffeeac00000-0xfffffffeeb400000           8M     RW         PSE         x  pmd
[    0.009537] 0xfffffffeeb400000-0xfffffffeeb42d000         180K     RW                 GLB x  pte
[    0.009548] 0xfffffffeeb42d000-0xfffffffeeb430000          12K                               pte
[    0.009555] 0xfffffffeeb430000-0xfffffffeeb600000        1856K     RW                 GLB x  pte
[    0.009567] 0xfffffffeeb600000-0xfffffffef4c00000         150M     RW         PSE         x  pmd
[    0.009579] 0xfffffffef4c00000-0xfffffffef4c72000         456K     RW                 GLB x  pte
[    0.009591] 0xfffffffef4c72000-0xfffffffef4c75000          12K                               pte
[    0.009596] 0xfffffffef4c75000-0xfffffffef4c7e000          36K     RW                 GLB x  pte
[    0.009607] 0xfffffffef4c7e000-0xfffffffef4c81000          12K                               pte
[    0.009612] 0xfffffffef4c81000-0xfffffffef4c89000          32K     RW                 GLB x  pte
[    0.009624] 0xfffffffef4c89000-0xfffffffef4c8c000          12K                               pte
[    0.009628] 0xfffffffef4c8c000-0xfffffffef4c95000          36K     RW                 GLB x  pte
[    0.009640] 0xfffffffef4c95000-0xfffffffef4c98000          12K                               pte
[    0.009646] 0xfffffffef4c98000-0xfffffffef4e00000        1440K     RW                 GLB x  pte
[    0.009658] 0xfffffffef4e00000-0xfffffffef6800000          26M     RW         PSE         x  pmd
[    0.009671] 0xfffffffef6800000-0xfffffffef6903000        1036K     RW                 GLB x  pte
[    0.009683] 0xfffffffef6903000-0xfffffffef6991000         568K                               pte
[    0.009688] 0xfffffffef6991000-0xfffffffef6a00000         444K     RW                 GLB x  pte
[    0.009700] 0xfffffffef6a00000-0xfffffffef6c00000           2M     RW         PSE         x  pmd
[    0.009712] 0xfffffffef6c00000-0xfffffffef6c88000         544K     RW                 GLB x  pte
[    0.009725] 0xfffffffef6c88000-0xfffffffef6dee000        1432K                               pte
[    0.009730] 0xfffffffef6dee000-0xfffffffef6e00000          72K     RW                 GLB x  pte
[    0.009742] 0xfffffffef6e00000-0xfffffffefaa00000          60M     RW         PSE         x  pmd
[    0.009756] 0xfffffffefaa00000-0xfffffffefac00000           2M     RW                 GLB x  pte
[    0.009768] 0xfffffffefac00000-0xfffffffefec00000          64M     RW     PCD PSE         x  pmd
[    0.009780] 0xfffffffefec00000-0xfffffffefec01000           4K     RW     PCD         GLB x  pte
[    0.009793] 0xfffffffefec01000-0xfffffffefed00000        1020K                               pte
[    0.009797] 0xfffffffefed00000-0xfffffffefed04000          16K     RW     PCD         GLB x  pte
[    0.009809] 0xfffffffefed04000-0xfffffffefed1c000          96K                               pte
[    0.009814] 0xfffffffefed1c000-0xfffffffefed20000          16K     RW     PCD         GLB x  pte
[    0.009826] 0xfffffffefed20000-0xfffffffefee00000         896K                               pte
[    0.009831] 0xfffffffefee00000-0xfffffffefee01000           4K     RW     PCD         GLB x  pte
[    0.009845] 0xfffffffefee01000-0xfffffffeff000000        2044K                               pte
[    0.009849] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         x  pmd
[    0.009861] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    0.009866] ---[ High Kernel Mapping ]---
[    0.009867] 0xffffffff80000000-0xffffffff86000000          96M                               pmd
[    0.009872] 0xffffffff86000000-0xffffffff88a00000          42M     RW         PSE     GLB x  pmd
[    0.009886] 0xffffffff88a00000-0xffffffffc0000000         886M                               pmd
[    0.009890] ---[ Modules ]---
[    0.009893] 0xffffffffc0000000-0xfffffffffd200000         978M                               pmd
[    0.009898] ---[ End Modules ]---
[    0.009901] 0xfffffffffd200000-0xfffffffffd400000           2M                               pte
[    0.009906] 0xfffffffffd400000-0xffffffffff400000          32M                               pmd
[    0.009912] 0xffffffffff400000-0xffffffffff577000        1500K                               pte
[    0.009916] 0xffffffffff577000-0xffffffffff578000           4K     ro                 GLB NX pte
[    0.009928] 0xffffffffff578000-0xffffffffff57b000          12K                               pte
[    0.009933] 0xffffffffff57b000-0xffffffffff57c000           4K     ro                 GLB NX pte
[    0.009945] 0xffffffffff57c000-0xffffffffff5fb000         508K                               pte
[    0.009950] 0xffffffffff5fb000-0xffffffffff5fd000           8K     RW PWT PCD         GLB NX pte
[    0.009962] 0xffffffffff5fd000-0xffffffffff600000          12K                               pte
[    0.009966] 0xffffffffff600000-0xffffffffff601000           4K USR ro                 GLB NX pte
[    0.009980] 0xffffffffff601000-0xffffffffff800000        2044K                               pte
[    0.009984] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    0.010046] Security Framework initialized
[    0.010047] Yama: becoming mindful.
[    0.010055] SELinux:  Initializing.
[    0.010089] SELinux:  Starting in permissive mode
[    0.016737] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.020071] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.020200] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.020311] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.020721] CPU: Physical Processor ID: 0
[    0.020723] CPU: Processor Core ID: 0
[    0.020730] mce: CPU supports 9 MCE banks
[    0.020740] CPU0: Thermal monitoring enabled (TM1)
[    0.020753] process: using mwait in idle threads
[    0.020756] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.020758] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.021106] Freeing SMP alternatives memory: 28K
[    0.050880] TSC deadline timer enabled
[    0.050885] smpboot: CPU0: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.051000] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.051000] ... version:                3
[    0.051000] ... bit width:              48
[    0.051000] ... generic registers:      4
[    0.051000] ... value mask:             0000ffffffffffff
[    0.051000] ... max period:             00007fffffffffff
[    0.051000] ... fixed-purpose events:   3
[    0.051000] ... event mask:             000000070000000f
[    0.051000] Hierarchical SRCU implementation.
[    0.051329] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.051369] smp: Bringing up secondary CPUs ...
[    0.051652] x86: Booting SMP configuration:
[    0.051655] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.061553] smp: Brought up 1 node, 8 CPUs
[    0.061553] smpboot: Max logical packages: 1
[    0.061553] smpboot: Total of 8 processors activated (54278.03 BogoMIPS)
[    0.063099] devtmpfs: initialized
[    0.063139] x86/mm: Memory block size: 128MB
[    0.071159] PM: Registering ACPI NVS region [mem 0xbd69f000-0xbd6a5fff] (28672 bytes)
[    0.071159] PM: Registering ACPI NVS region [mem 0xdb932000-0xdb9edfff] (770048 bytes)
[    0.071544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.071544] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.072073] pinctrl core: initialized pinctrl subsystem
[    0.072073] RTC time: 17:14:57, date: 01/30/18
[    0.072872] NET: Registered protocol family 16
[    0.072872] audit: initializing netlink subsys (disabled)
[    0.073383] audit: type=2000 audit(1517332497.073:1): state=initialized audit_enabled=0 res=1
[    0.073383] cpuidle: using governor menu
[    0.073383] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.073383] ACPI: bus type PCI registered
[    0.073383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.073383] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.073383] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.073383] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.073383] PCI: Using configuration type 1 for base access
[    0.074225] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.079598] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.079598] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.080187] ACPI: Added _OSI(Module Device)
[    0.080189] ACPI: Added _OSI(Processor Device)
[    0.080191] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.080192] ACPI: Added _OSI(Processor Aggregator Device)
[    0.080473] ACPI: Executed 1 blocks of module-level executable AML code
[    0.098723] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.100781] ACPI: Dynamic OEM Table Load:
[    0.100794] ACPI: SSDT 0xFFFF89AF791F2C00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.101635] ACPI: Dynamic OEM Table Load:
[    0.101647] ACPI: SSDT 0xFFFF89AF7941C800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.102739] ACPI: Dynamic OEM Table Load:
[    0.102750] ACPI: SSDT 0xFFFF89AF79407A00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.108538] ACPI: Interpreter enabled
[    0.108581] ACPI: (supports S0 S3 S4 S5)
[    0.108583] ACPI: Using IOAPIC for interrupt routing
[    0.108637] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.109774] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.141970] ACPI: Power Resource [FN00] (off)
[    0.142238] ACPI: Power Resource [FN01] (off)
[    0.142473] ACPI: Power Resource [FN02] (off)
[    0.142710] ACPI: Power Resource [FN03] (off)
[    0.142944] ACPI: Power Resource [FN04] (off)
[    0.145916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.145922] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.146502] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.146993] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.146995] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.148348] PCI host bridge to bus 0000:00
[    0.148351] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.148353] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.148355] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.148357] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.148358] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.148360] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.148362] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.148364] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.148366] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.148381] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.148631] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.148652] pci 0000:00:14.0: reg 0x10: [mem 0xf7f00000-0xf7f0ffff 64bit]
[    0.148718] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.148954] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.148976] pci 0000:00:16.0: reg 0x10: [mem 0xf7f18000-0xf7f1800f 64bit]
[    0.149047] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.149245] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.149264] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[    0.149330] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.149535] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.149610] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.149945] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.150023] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.150358] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.150434] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.150765] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.150841] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.151181] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
[    0.151477] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.151494] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
[    0.151501] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
[    0.151508] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
[    0.151515] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
[    0.151522] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.151530] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f16000-0xf7f167ff]
[    0.151570] pci 0000:00:1f.2: PME# supported from D3hot
[    0.151762] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.151780] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f15000-0xf7f150ff 64bit]
[    0.151800] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.152153] acpiphp: Slot [1] registered
[    0.152159] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.152288] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.152318] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.152346] pci 0000:02:00.0: reg 0x18: [mem 0xf7e00000-0xf7e00fff 64bit]
[    0.152365] pci 0000:02:00.0: reg 0x20: [mem 0xf0300000-0xf0303fff 64bit pref]
[    0.152469] pci 0000:02:00.0: supports D1 D2
[    0.152470] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.155025] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.155029] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.155032] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.155037] pci 0000:00:1c.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.155163] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
[    0.155304] pci 0000:03:00.0: supports D1 D2
[    0.155306] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.155406] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.155561] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.155711] pci 0000:05:00.0: [1022:1470] type 01 class 0x060400
[    0.155745] pci 0000:05:00.0: reg 0x10: [mem 0xf7d00000-0xf7d03fff]
[    0.155780] pci 0000:05:00.0: enabling Extended Tags
[    0.155870] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.159025] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
[    0.159029] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.159032] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7dfffff]
[    0.159037] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.159125] pci 0000:06:00.0: [1022:1471] type 01 class 0x060400
[    0.159191] pci 0000:06:00.0: enabling Extended Tags
[    0.159272] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.159419] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.159426] pci 0000:05:00.0:   bridge window [io  0xd000-0xdfff]
[    0.159430] pci 0000:05:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.159437] pci 0000:05:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.159515] pci 0000:07:00.0: [1002:687f] type 00 class 0x030000
[    0.159557] pci 0000:07:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.159574] pci 0000:07:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.159585] pci 0000:07:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.159597] pci 0000:07:00.0: reg 0x24: [mem 0xf7c00000-0xf7c7ffff]
[    0.159608] pci 0000:07:00.0: reg 0x30: [mem 0xf7c80000-0xf7c9ffff pref]
[    0.159618] pci 0000:07:00.0: enabling Extended Tags
[    0.159641] pci 0000:07:00.0: BAR 0: assigned to efifb
[    0.159722] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.159851] pci 0000:07:00.1: [1002:aaf8] type 00 class 0x040300
[    0.159880] pci 0000:07:00.1: reg 0x10: [mem 0xf7ca0000-0xf7ca3fff]
[    0.159947] pci 0000:07:00.1: enabling Extended Tags
[    0.160031] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.160194] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.160201] pci 0000:06:00.0:   bridge window [io  0xd000-0xdfff]
[    0.160205] pci 0000:06:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.160212] pci 0000:06:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.162567] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.162728] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.162885] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.163048] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.163205] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.163363] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.163522] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.163678] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.164784] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[    0.164784] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.164784] pci 0000:07:00.0: vgaarb: bridge control possible
[    0.164784] vgaarb: loaded
[    0.165063] SCSI subsystem initialized
[    0.165130] libata version 3.00 loaded.
[    0.165130] ACPI: bus type USB registered
[    0.165130] usbcore: registered new interface driver usbfs
[    0.165133] usbcore: registered new interface driver hub
[    0.165209] usbcore: registered new device driver usb
[    0.165292] EDAC MC: Ver: 3.0.0
[    0.165292] Registered efivars operations
[    0.168737] PCI: Using ACPI for IRQ routing
[    0.170301] PCI: pci_cache_line_size set to 64 bytes
[    0.170352] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.170357] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.170359] e820: reserve RAM buffer [mem 0xbd355018-0xbfffffff]
[    0.170361] e820: reserve RAM buffer [mem 0xbd36f018-0xbfffffff]
[    0.170363] e820: reserve RAM buffer [mem 0xbd69f000-0xbfffffff]
[    0.170365] e820: reserve RAM buffer [mem 0xbe17c000-0xbfffffff]
[    0.170367] e820: reserve RAM buffer [mem 0xdb488000-0xdbffffff]
[    0.170369] e820: reserve RAM buffer [mem 0xdb932000-0xdbffffff]
[    0.170371] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.170373] e820: reserve RAM buffer [mem 0x81f000000-0x81fffffff]
[    0.170653] NetLabel: Initializing
[    0.170655] NetLabel:  domain hash size = 128
[    0.170656] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.170685] NetLabel:  unlabeled traffic allowed by default
[    0.170748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.170748] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.172059] clocksource: Switched to clocksource hpet
[    0.214910] VFS: Disk quotas dquot_6.6.0
[    0.214945] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.215128] pnp: PnP ACPI init
[    0.215347] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.215369] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.215793] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.215796] system 00:01: [io  0xffff] has been reserved
[    0.215799] system 00:01: [io  0xffff] has been reserved
[    0.215801] system 00:01: [io  0xffff] has been reserved
[    0.215803] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.215806] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.215808] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.215810] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.215813] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.215815] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.215823] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.215885] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.216016] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.216024] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.216340] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.216343] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.216345] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.216352] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.216956] pnp 00:05: [dma 0 disabled]
[    0.217027] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.217825] pnp 00:06: [dma 3]
[    0.218097] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.218208] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.218215] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219298] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.219301] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.219303] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.219305] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.219308] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.219310] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.219314] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.219316] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.219319] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.219322] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.219325] system 00:08: [mem 0xf7fee000-0xf7feefff] has been reserved
[    0.219327] system 00:08: [mem 0xf7fd0000-0xf7fdffff] has been reserved
[    0.219334] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219971] pnp: PnP ACPI: found 9 devices
[    0.229108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.229167] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.229177] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.229179] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.229184] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.229187] pci 0000:00:1c.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.229192] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.229213] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.229223] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.229225] pci 0000:06:00.0:   bridge window [io  0xd000-0xdfff]
[    0.229231] pci 0000:06:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.229235] pci 0000:06:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229243] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.229246] pci 0000:05:00.0:   bridge window [io  0xd000-0xdfff]
[    0.229251] pci 0000:05:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.229256] pci 0000:05:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229263] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
[    0.229265] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.229269] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7dfffff]
[    0.229273] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229278] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.229280] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.229282] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.229283] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.229285] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.229286] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.229288] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.229289] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.229291] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.229293] pci_bus 0000:02: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.229294] pci_bus 0000:02: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.229296] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.229298] pci_bus 0000:05: resource 1 [mem 0xf7c00000-0xf7dfffff]
[    0.229299] pci_bus 0000:05: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229301] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    0.229302] pci_bus 0000:06: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.229304] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229305] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.229307] pci_bus 0000:07: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.229308] pci_bus 0000:07: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.229603] NET: Registered protocol family 2
[    0.235240] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.236020] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes)
[    0.237914] TCP: Hash tables configured (established 262144 bind 65536)
[    0.238360] UDP hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.239733] UDP-Lite hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.240892] NET: Registered protocol family 1
[    0.241534] pci 0000:07:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.241540] PCI: CLS 64 bytes, default 64
[    0.241674] Unpacking initramfs...
[    1.469187] Freeing initrd memory: 98992K
[    1.489747] DMA-API: preallocated 65536 debug entries
[    1.489749] DMA-API: debugging enabled by kernel config
[    1.489853] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.489856] software IO TLB [mem 0xc86f5000-0xcc6f5000] (64MB) mapped at [00000000bf74b8fa-00000000acfe8704]
[    1.491746] Scanning for low memory corruption every 60 seconds
[    1.491977] cryptomgr_test (81) used greatest stack depth: 14640 bytes left
[    1.492941] Initialise system trusted keyrings
[    1.492997] Key type blacklist registered
[    1.493088] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    1.496840] zbud: loaded
[    1.498209] SELinux:  Registering netfilter hooks
[    1.583125] cryptomgr_test (83) used greatest stack depth: 14424 bytes left
[    1.608650] cryptomgr_test (84) used greatest stack depth: 13576 bytes left
[    1.614259] cryptomgr_test (98) used greatest stack depth: 12736 bytes left
[    1.618917] NET: Registered protocol family 38
[    1.618930] Key type asymmetric registered
[    1.618936] Asymmetric key parser 'x509' registered
[    1.618960] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.619068] io scheduler noop registered
[    1.619069] io scheduler deadline registered
[    1.619147] io scheduler cfq registered (default)
[    1.619149] io scheduler mq-deadline registered
[    1.619670] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.621834] efifb: probing for efifb
[    1.621852] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    1.621854] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.621855] efifb: scrolling: redraw
[    1.621857] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.624263] Console: switching to colour frame buffer device 128x48
[    1.626296] fb0: EFI VGA frame buffer device
[    1.626312] intel_idle: MWAIT substates: 0x42120
[    1.626313] intel_idle: v0.4.1 model 0x3C
[    1.627032] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.627291] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.627403] ACPI: Power Button [PWRB]
[    1.627487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.627512] ACPI: Power Button [PWRF]
[    1.629598] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.630090] thermal LNXTHERM:00: registered as thermal_zone0
[    1.630092] ACPI: Thermal Zone [TZ00] (28 C)
[    1.630834] thermal LNXTHERM:01: registered as thermal_zone1
[    1.630836] ACPI: Thermal Zone [TZ01] (30 C)
[    1.631145] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.651737] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.657307] Non-volatile memory driver v1.3
[    1.657369] Linux agpgart interface v0.103
[    1.659097] ahci 0000:00:1f.2: version 3.0
[    1.659434] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xd impl SATA mode
[    1.659436] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    1.666915] scsi host0: ahci
[    1.667327] scsi host1: ahci
[    1.667589] scsi host2: ahci
[    1.667896] scsi host3: ahci
[    1.668226] scsi host4: ahci
[    1.668564] scsi host5: ahci
[    1.668671] ata1: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16100 irq 27
[    1.668672] ata2: DUMMY
[    1.668674] ata3: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16200 irq 27
[    1.668676] ata4: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16280 irq 27
[    1.668677] ata5: DUMMY
[    1.668678] ata6: DUMMY
[    1.668902] libphy: Fixed MDIO Bus: probed
[    1.669157] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.669166] ehci-pci: EHCI PCI platform driver
[    1.669208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.669213] ohci-pci: OHCI PCI platform driver
[    1.669230] uhci_hcd: USB Universal Host Controller Interface driver
[    1.669565] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.669755] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.670927] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.670932] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.671296] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.671300] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.671301] usb usb1: Product: xHCI Host Controller
[    1.671303] usb usb1: Manufacturer: Linux 4.15.0-rc4-amd-vega+ xhci-hcd
[    1.671305] usb usb1: SerialNumber: 0000:00:14.0
[    1.671648] hub 1-0:1.0: USB hub found
[    1.671702] hub 1-0:1.0: 14 ports detected
[    1.680181] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.680300] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.680405] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.680408] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.680410] usb usb2: Product: xHCI Host Controller
[    1.680411] usb usb2: Manufacturer: Linux 4.15.0-rc4-amd-vega+ xhci-hcd
[    1.680413] usb usb2: SerialNumber: 0000:00:14.0
[    1.680701] hub 2-0:1.0: USB hub found
[    1.680740] hub 2-0:1.0: 6 ports detected
[    1.682439] usbcore: registered new interface driver usbserial_generic
[    1.682464] usbserial: USB Serial support registered for generic
[    1.682506] i8042: PNP: No PS/2 controller found.
[    1.682589] mousedev: PS/2 mouse device common for all mice
[    1.682861] rtc_cmos 00:02: RTC can wake from S4
[    1.683066] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.683101] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.683221] device-mapper: uevent: version 1.0.3
[    1.683370] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.683540] intel_pstate: Intel P-state driver initializing
[    1.687465] hidraw: raw HID events driver (C) Jiri Kosina
[    1.687754] usbcore: registered new interface driver usbhid
[    1.687760] usbhid: USB HID core driver
[    1.688522] drop_monitor: Initializing network drop monitor service
[    1.688968] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.689556] Initializing XFRM netlink socket
[    1.691108] NET: Registered protocol family 10
[    1.699797] Segment Routing with IPv6
[    1.699823] mip6: Mobile IPv6
[    1.699840] NET: Registered protocol family 17
[    1.699988] start plist test
[    1.701441] end plist test
[    1.702722] RAS: Correctable Errors collector initialized.
[    1.702833] microcode: sig=0x306c3, pf=0x2, revision=0x23
[    1.703109] microcode: Microcode Update Driver: v2.2.
[    1.703136] AVX2 version of gcm_enc/dec engaged.
[    1.703138] AES CTR mode by8 optimization enabled
[    1.724988] sched_clock: Marking stable (1724976254, 0)->(1726794286, -1818032)
[    1.725400] registered taskstats version 1
[    1.725423] Loading compiled-in X.509 certificates
[    1.755032] Loaded X.509 cert 'Build time autogenerated kernel key: fb1a14909bfe93ebcf1a9ffdcaa298cd49743460'
[    1.755149] zswap: loaded using pool lzo/zbud
[    1.761351] Key type big_key registered
[    1.764839] Key type encrypted registered
[    1.765996]   Magic number: 2:196:240
[    1.766083] memory memory118: hash matches
[    1.766168] rtc_cmos 00:02: setting system clock to 2018-01-30 17:14:58 UTC (1517332498)
[    1.972351] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.972835] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.973729] ata1.00: ATA-8: OCZ-VECTOR150, 1.2, max UDMA/133
[    1.973733] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.974169] ata3.00: NCQ Send/Recv Log not supported
[    1.974173] ata3.00: ATA-9: ST4000NM0033-9ZM170, SN06, max UDMA/133
[    1.974177] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.974826] ata1.00: configured for UDMA/133
[    1.976037] ata3.00: NCQ Send/Recv Log not supported
[    1.976043] ata3.00: configured for UDMA/133
[    1.976195] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VECTOR150    1.2  PQ: 0 ANSI: 5
[    1.977696] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.977929] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    1.978015] sd 0:0:0:0: [sda] Write Protect is off
[    1.978019] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.978185] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.978917] scsi 2:0:0:0: Direct-Access     ATA      ST4000NM0033-9ZM SN06 PQ: 0 ANSI: 5
[    1.979755] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.980033] sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.980113] sd 2:0:0:0: [sdb] Write Protect is off
[    1.980118] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.980251] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.980832] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.981889]  sda: sda1 sda2 sda3
[    1.982754] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.993414] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.001201] usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
[    2.014767] usb 2-6: New USB device found, idVendor=2109, idProduct=0812
[    2.014773] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.014776] usb 2-6: Product: USB 3.0 HUB
                     
[    2.014778] usb 2-6: Manufacturer: VLI Labs, Inc. 
[    2.016569] hub 2-6:1.0: USB hub found
[    2.017250] hub 2-6:1.0: 4 ports detected
[    2.041058] ata4.00: NCQ Send/Recv Log not supported
[    2.041062] ata4.00: ATA-9: ST4000NM0033-9ZM170, SN06, max UDMA/133
[    2.041064] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.042604] ata4.00: NCQ Send/Recv Log not supported
[    2.042609] ata4.00: configured for UDMA/133
[    2.043196] scsi 3:0:0:0: Direct-Access     ATA      ST4000NM0033-9ZM SN06 PQ: 0 ANSI: 5
[    2.044039] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.044272] sd 3:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.044401] sd 3:0:0:0: [sdc] Write Protect is off
[    2.044406] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.044564] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.089394]  sdc: sdc1
[    2.089881] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.094186] Freeing unused kernel memory: 4744K
[    2.094189] Write protecting the kernel read-only data: 16384k
[    2.094677] Freeing unused kernel memory: 40K
[    2.100319] Freeing unused kernel memory: 2032K
[    2.104667] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.104671] rodata_test: all tests were successful
[    2.127007] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[    2.127836] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    2.140247] systemd[1]: Detected architecture x86-64.
[    2.140253] systemd[1]: Running in initial RAM disk.
[    2.140311] systemd[1]: Set hostname to <localhost.localdomain>.
[    2.208469] systemd[1]: Listening on udev Kernel Socket.
[    2.210893] systemd[1]: Created slice System Slice.
[    2.211063] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.211212] systemd[1]: Listening on Journal Audit Socket.
[    2.211233] systemd[1]: Reached target Slices.
[    2.211366] systemd[1]: Listening on udev Control Socket.
[    2.232930] audit: type=1130 audit(1517332498.964:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.244253] audit: type=1130 audit(1517332498.976:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.258785] usb 1-7: New USB device found, idVendor=0925, idProduct=1234
[    2.258788] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.258791] usb 1-7: Product: UPS USB MON V1.4
[    2.258794] usb 1-7: Manufacturer: Љ
[    2.263290] hid-generic 0003:0925:1234.0001: hiddev96,hidraw0: USB HID v1.00 Device [Љ UPS USB MON V1.4] on usb-0000:00:14.0-7/input0
[    2.308442] audit: type=1130 audit(1517332499.040:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.308466] audit: type=1131 audit(1517332499.040:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.322731] audit: type=1130 audit(1517332499.054:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.335822] audit: type=1130 audit(1517332499.067:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.358913] audit: type=1130 audit(1517332499.090:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.373720] audit: type=1130 audit(1517332499.105:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.377995] usb 1-9: new high-speed USB device number 3 using xhci_hcd
[    2.504303] usb 1-9: config 1 has an invalid interface number: 9 but max is 2
[    2.504306] usb 1-9: config 1 has no interface number 2
[    2.504529] usb 1-9: New USB device found, idVendor=1019, idProduct=0010
[    2.504530] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.504532] usb 1-9: Product: FOSTEX USB AUDIO HP-A8
[    2.504534] usb 1-9: Manufacturer: FOSTEX
[    2.504535] usb 1-9: SerialNumber: 00000
[    2.508069] input: FOSTEX FOSTEX USB AUDIO HP-A8 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.9/0003:1019:0010.0002/input/input2
[    2.527017] tsc: Refined TSC clocksource calibration: 3392.144 MHz
[    2.527040] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5517d4e4, max_idle_ns: 440795261668 ns
[    2.560474] hid-generic 0003:1019:0010.0002: input,hidraw1: USB HID v1.00 Device [FOSTEX FOSTEX USB AUDIO HP-A8] on usb-0000:00:14.0-9/input9
[    2.609278] audit: type=1130 audit(1517332499.341:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.646393] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.646416] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.647710] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0x000000007530a626, 94:de:80:6b:dd:24, XID 0c900800 IRQ 29
[    2.647714] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.675978] usb 1-10: new high-speed USB device number 4 using xhci_hcd
[    2.716335] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    2.805175] usb 1-10: New USB device found, idVendor=2109, idProduct=2812
[    2.805179] usb 1-10: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.805181] usb 1-10: Product: USB 2.0 HUB
                     
[    2.805897] hub 1-10:1.0: USB hub found
[    2.806067] hub 1-10:1.0: 4 ports detected
[    2.991434] chash: self test took 181489 us, 5642215 iterations/s
[    3.100989] usb 1-10.1: new high-speed USB device number 5 using xhci_hcd
[    3.189221] usb 1-10.1: New USB device found, idVendor=1a40, idProduct=0201
[    3.189224] usb 1-10.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.189226] usb 1-10.1: Product: USB 2.0 Hub [MTT]
[    3.189932] hub 1-10.1:1.0: USB hub found
[    3.190044] hub 1-10.1:1.0: 7 ports detected
[    3.464002] usb 1-10.1.1: new full-speed USB device number 6 using xhci_hcd
[    3.629586] clocksource: Switched to clocksource tsc
[    3.633936] usb 1-10.1.1: New USB device found, idVendor=046d, idProduct=08d9
[    3.633941] usb 1-10.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.660617] [drm] amdgpu kernel modesetting enabled.
[    3.662232] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.662235] fb: switching to amdgpudrmfb from EFI VGA
[    3.662302] Console: switching to colour dummy device 80x25
[    3.664117] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x0B36 0xC3).
[    3.664174] [drm] register mmio base: 0xF7C00000
[    3.664175] [drm] register mmio size: 524288
[    3.664326] [drm] probing gen 2 caps for device 1022:1471 = 700d03/e
[    3.664329] [drm] probing mlw for device 1022:1471 = 700d03
[    3.664338] [drm] UVD is enabled in VM mode
[    3.664339] [drm] UVD ENC is enabled in VM mode
[    3.664340] [drm] VCE enabled in VM mode
[    3.664377] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[    3.664383] caller pci_map_rom+0x5d/0xf0 mapping multiple BARs
[    3.664385] amdgpu 0000:07:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[    3.664445] ATOM BIOS: 113-D0500300-102
[    3.664512] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.664520] amdgpu 0000:07:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.664521] amdgpu 0000:07:00.0: GTT: 256M 0x000000F600000000 - 0x000000F60FFFFFFF
[    3.664526] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.664527] [drm] RAM width 2048bits HBM
[    3.664783] [TTM] Zone  kernel: Available graphics memory: 15882798 kiB
[    3.664786] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.664787] [TTM] Initializing pool allocator
[    3.664801] [TTM] Initializing DMA pool allocator
[    3.665063] [drm] amdgpu: 8176M of VRAM memory ready
[    3.665068] [drm] amdgpu: 8176M of GTT memory ready.
[    3.665106] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    3.665277] [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
[    3.669131] [drm] use_doorbell being set to: [true]
[    3.669211] [drm] use_doorbell being set to: [true]
[    3.669472] [drm] Found UVD firmware Version: 1.68 Family ID: 17
[    3.669488] [drm] PSP loading UVD firmware
[    3.670508] [drm] Found VCE firmware Version: 53.40 Binary ID: 4
[    3.670535] [drm] PSP loading VCE firmware
[    3.700000] usb 1-10.1.2: new high-speed USB device number 7 using xhci_hcd
[    3.777801] usb 1-10.1.2: New USB device found, idVendor=12d1, idProduct=1506
[    3.777803] usb 1-10.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.777804] usb 1-10.1.2: Product: HUAWEI_MOBILE
[    3.777806] usb 1-10.1.2: Manufacturer: HUAWEI_MOBILE
[    3.882370] usb-storage 1-10.1.2:1.3: USB Mass Storage device detected
[    3.882632] scsi host6: usb-storage 1-10.1.2:1.3
[    3.882874] usb-storage 1-10.1.2:1.4: USB Mass Storage device detected
[    3.884068] scsi host7: usb-storage 1-10.1.2:1.4
[    3.884270] usbcore: registered new interface driver usb-storage
[    3.887888] usbcore: registered new interface driver uas
[    3.931983] usb 1-10.1.3: new low-speed USB device number 8 using xhci_hcd
[    3.998924] [drm] Display Core initialized with v3.1.29!
[    4.016378] usb 1-10.1.3: New USB device found, idVendor=046d, idProduct=c326
[    4.016381] usb 1-10.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.016382] usb 1-10.1.3: Product: USB Keyboard
[    4.016384] usb 1-10.1.3: Manufacturer: Logitech
[    4.023411] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1.3/1-10.1.3:1.0/0003:046D:C326.0003/input/input3
[    4.025585] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.025587] [drm] Driver supports precise vblank timestamp query.
[    4.048980] [drm] UVD and UVD ENC initialized successfully.
[    4.075717] hid-generic 0003:046D:C326.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-10.1.3/input0
[    4.080118] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1.3/1-10.1.3:1.1/0003:046D:C326.0004/input/input4
[    4.132468] hid-generic 0003:046D:C326.0004: input,hiddev97,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-10.1.3/input1
[    4.149515] [drm] VCE initialized successfully.
[    4.153457] [drm] fb mappable at 0xE0D00000
[    4.153463] [drm] vram apper at 0xE0000000
[    4.153464] [drm] size 8294400
[    4.153465] [drm] fb depth is 24
[    4.153466] [drm]    pitch is 7680
[    4.153764] fbcon: amdgpudrmfb (fb0) is primary device
[    4.183243] Console: switching to colour frame buffer device 240x67
[    4.195990] usb 1-10.1.4: new high-speed USB device number 9 using xhci_hcd
[    4.205438] amdgpu 0000:07:00.0: fb0: amdgpudrmfb frame buffer device
[    4.216328] amdgpu 0000:07:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[    4.216330] amdgpu 0000:07:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[    4.216332] amdgpu 0000:07:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[    4.216333] amdgpu 0000:07:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[    4.216335] amdgpu 0000:07:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[    4.216336] amdgpu 0000:07:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[    4.216337] amdgpu 0000:07:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[    4.216339] amdgpu 0000:07:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[    4.216340] amdgpu 0000:07:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[    4.216341] amdgpu 0000:07:00.0: ring 9(kiq_2.1.7) uses VM inv eng 13 on hub 0
[    4.216343] amdgpu 0000:07:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[    4.216399] amdgpu 0000:07:00.0: ring 11(sdma1) uses VM inv eng 5 on hub 1
[    4.216401] amdgpu 0000:07:00.0: ring 12(uvd) uses VM inv eng 6 on hub 1
[    4.216402] amdgpu 0000:07:00.0: ring 13(uvd_enc0) uses VM inv eng 7 on hub 1
[    4.216403] amdgpu 0000:07:00.0: ring 14(uvd_enc1) uses VM inv eng 8 on hub 1
[    4.216405] amdgpu 0000:07:00.0: ring 15(vce0) uses VM inv eng 9 on hub 1
[    4.216406] amdgpu 0000:07:00.0: ring 16(vce1) uses VM inv eng 10 on hub 1
[    4.216408] amdgpu 0000:07:00.0: ring 17(vce2) uses VM inv eng 11 on hub 1
[    4.216623] [drm] ECC is not present.
[    4.218770] [drm] Initialized amdgpu 3.25.0 20150101 for 0000:07:00.0 on minor 0
[    4.223186] setfont (430) used greatest stack depth: 12208 bytes left
[    4.273607] usb 1-10.1.4: New USB device found, idVendor=15a9, idProduct=002d
[    4.273611] usb 1-10.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[    4.273612] usb 1-10.1.4: Product: Modem YOTA 4G LTE
[    4.273614] usb 1-10.1.4: Manufacturer: Yota Devices LTD
[    4.273615] usb 1-10.1.4: SerialNumber: usb_serial_num_0
[    4.295681] systemd-udevd (358) used greatest stack depth: 10912 bytes left
[    4.339969] usb 1-10.1.5: new full-speed USB device number 10 using xhci_hcd
[    4.486099] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.632520] usb 1-10.1.5: New USB device found, idVendor=0a12, idProduct=0001
[    4.632523] usb 1-10.1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.632526] usb 1-10.1.5: Product: BT2.0
[    4.699999] usb 1-10.1.6: new full-speed USB device number 11 using xhci_hcd
[    4.778917] usb 1-10.1.6: New USB device found, idVendor=046d, idProduct=c52b
[    4.778920] usb 1-10.1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.778922] usb 1-10.1.6: Product: USB Receiver
[    4.778923] usb 1-10.1.6: Manufacturer: Logitech
[    4.905344] scsi 6:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
[    4.905823] scsi 7:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
[    4.906669] sr 6:0:0:0: Power-on or device reset occurred
[    4.907454] sr 6:0:0:0: [sr0] scsi-1 drive
[    4.907463] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.908060] sr 6:0:0:0: Attached scsi CD-ROM sr0
[    4.908229] sr 6:0:0:0: Attached scsi generic sg3 type 5
[    4.908787] sd 7:0:0:0: Attached scsi generic sg4 type 0
[    4.909531] sd 7:0:0:0: Power-on or device reset occurred
[    4.910310] systemd-journald[244]: Received SIGTERM from PID 1 (systemd).
[    4.910565] sd 7:0:0:0: [sdd] Attached SCSI removable disk
[    5.016074] systemd: 20 output lines suppressed due to ratelimiting
[    5.091485] kauditd_printk_skb: 33 callbacks suppressed
[    5.091486] audit: type=1404 audit(1517332501.824:44): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    5.119151] SELinux: 32768 avtab hash slots, 108299 rules.
[    5.153256] SELinux: 32768 avtab hash slots, 108299 rules.
[    5.224743] SELinux:  8 users, 14 roles, 5085 types, 316 bools, 1 sens, 1024 cats
[    5.224748] SELinux:  97 classes, 108299 rules
[    5.234262] SELinux:  Permission getrlimit in class process not defined in policy.
[    5.234319] SELinux:  Class sctp_socket not defined in policy.
[    5.234321] SELinux:  Class icmp_socket not defined in policy.
[    5.234322] SELinux:  Class ax25_socket not defined in policy.
[    5.234323] SELinux:  Class ipx_socket not defined in policy.
[    5.234324] SELinux:  Class netrom_socket not defined in policy.
[    5.234325] SELinux:  Class atmpvc_socket not defined in policy.
[    5.234326] SELinux:  Class x25_socket not defined in policy.
[    5.234327] SELinux:  Class rose_socket not defined in policy.
[    5.234328] SELinux:  Class decnet_socket not defined in policy.
[    5.234329] SELinux:  Class atmsvc_socket not defined in policy.
[    5.234331] SELinux:  Class rds_socket not defined in policy.
[    5.234332] SELinux:  Class irda_socket not defined in policy.
[    5.234333] SELinux:  Class pppox_socket not defined in policy.
[    5.234334] SELinux:  Class llc_socket not defined in policy.
[    5.234335] SELinux:  Class can_socket not defined in policy.
[    5.234336] SELinux:  Class tipc_socket not defined in policy.
[    5.234337] SELinux:  Class bluetooth_socket not defined in policy.
[    5.234338] SELinux:  Class iucv_socket not defined in policy.
[    5.234340] SELinux:  Class rxrpc_socket not defined in policy.
[    5.234341] SELinux:  Class isdn_socket not defined in policy.
[    5.234342] SELinux:  Class phonet_socket not defined in policy.
[    5.234343] SELinux:  Class ieee802154_socket not defined in policy.
[    5.234344] SELinux:  Class caif_socket not defined in policy.
[    5.234345] SELinux:  Class alg_socket not defined in policy.
[    5.234346] SELinux:  Class nfc_socket not defined in policy.
[    5.234347] SELinux:  Class vsock_socket not defined in policy.
[    5.234349] SELinux:  Class kcm_socket not defined in policy.
[    5.234350] SELinux:  Class qipcrtr_socket not defined in policy.
[    5.234351] SELinux:  Class smc_socket not defined in policy.
[    5.234352] SELinux:  Class bpf not defined in policy.
[    5.234354] SELinux: the above unknown classes and permissions will be allowed
[    5.234358] SELinux:  policy capability network_peer_controls=1
[    5.234359] SELinux:  policy capability open_perms=1
[    5.234360] SELinux:  policy capability extended_socket_class=0
[    5.234361] SELinux:  policy capability always_check_network=0
[    5.234363] SELinux:  policy capability cgroup_seclabel=1
[    5.234364] SELinux:  policy capability nnp_nosuid_transition=1
[    5.234365] SELinux:  Completing initialization.
[    5.234366] SELinux:  Setting up existing superblocks.
[    5.289021] audit: type=1403 audit(1517332502.021:45): policy loaded auid=4294967295 ses=4294967295
[    5.293027] systemd[1]: Successfully loaded SELinux policy in 201.795ms.
[    5.329483] systemd[1]: Relabelled /dev and /run in 24.003ms.
[    5.532135] audit: type=1130 audit(1517332502.265:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.532142] audit: type=1131 audit(1517332502.265:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.533250] audit: type=1130 audit(1517332502.266:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.533256] audit: type=1131 audit(1517332502.266:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.533829] audit: type=1130 audit(1517332502.266:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.533835] audit: type=1131 audit(1517332502.266:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.546351] audit: type=1305 audit(1517332502.279:52): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1
[    5.556080] EXT4-fs (sda1): re-mounted. Opts: (null)
[    5.598356] audit: type=1130 audit(1517332502.331:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.638223] systemd-journald[531]: Received request to flush runtime journal from PID 1
[    6.014475] parport_pc 00:06: reported by Plug and Play ACPI
[    6.014703] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
[    6.031354] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20170831/utaddress-247)
[    6.031367] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.031372] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    6.031380] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.031384] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[    6.031392] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    6.031400] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.031403] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[    6.031412] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    6.031420] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.031422] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.034035] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.040999] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    6.041477] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    6.041522] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    6.080595] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    6.144844] media: Linux media interface: v0.10
[    6.154608] cdc_ether 1-10.1.4:1.0 usb0: register 'cdc_ether' at usb-0000:00:14.0-10.1.4, CDC Ethernet Device, 1e:49:7b:ae:82:fe
[    6.155812] usbcore: registered new interface driver cdc_ether
[    6.156767] random: crng init done
[    6.158897] logitech-djreceiver 0003:046D:C52B.0007: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10.1.6/input2
[    6.215392] Linux video capture interface: v2.00
[    6.272441] Bluetooth: Core ver 2.22
[    6.272502] NET: Registered protocol family 31
[    6.272505] Bluetooth: HCI device and connection manager initialized
[    6.272562] Bluetooth: HCI socket layer initialized
[    6.272567] Bluetooth: L2CAP socket layer initialized
[    6.272621] Bluetooth: SCO socket layer initialized
[    6.509887] gspca_main: v2.14.0 registered
[    6.517651] usbcore: registered new interface driver cdc_ncm
[    6.530261] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    6.530265] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    6.530277] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    6.530279] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8d fc 00 00 02 00
[    6.530291] print_req_error: critical medium error, dev sr0, sector 145392
[    6.530348] attempt to access beyond end of device
[    6.530352] unknown-block(11,0): rw=0, want=145400, limit=145392
[    6.530370] Buffer I/O error on dev sr0, logical block 18174, async page read
[    6.536176] gspca_main: gspca_zc3xx-2.14.0 probing 046d:08d9
[    6.550366] usbcore: registered new interface driver cdc_wdm
[    6.560727] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.560731] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.560733] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.560735] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.560736] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.562600] usbcore: registered new interface driver option
[    6.562715] usbserial: USB Serial support registered for GSM modem (1-port)
[    6.562858] option 1-10.1.2:1.0: GSM modem (1-port) converter detected
[    6.563442] usb 1-10.1.2: GSM modem (1-port) converter now attached to ttyUSB0
[    6.563623] option 1-10.1.2:1.1: GSM modem (1-port) converter detected
[    6.563815] usb 1-10.1.2: GSM modem (1-port) converter now attached to ttyUSB1
[    6.610625] usbcore: registered new interface driver btusb
[    6.630940] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    6.630946] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    6.630964] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    6.630968] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8c 80 00 00 3c 00
[    6.630971] print_req_error: critical medium error, dev sr0, sector 143872
[    6.632838] Adding 62494716k swap on /dev/sda2.  Priority:-2 extents:1 across:62494716k SSFS
[    6.638745] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    6.638748] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    6.638750] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    6.638752] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8c 80 00 00 02 00
[    6.638754] print_req_error: critical medium error, dev sr0, sector 143872
[    6.638799] Buffer I/O error on dev sr0, logical block 17984, async page read
[    6.647718] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    6.647724] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    6.647727] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    6.647731] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8d fa 00 00 02 00
[    6.647734] print_req_error: critical medium error, dev sr0, sector 145384
[    6.647817] attempt to access beyond end of device
[    6.647820] unknown-block(11,0): rw=0, want=145392, limit=145384
[    6.647823] Buffer I/O error on dev sr0, logical block 18173, async page read
[    6.649232] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    6.653686] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[    6.674957] raid6: sse2x1   gen()  7371 MB/s
[    6.683810] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input6
[    6.684251] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input7
[    6.684494] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input8
[    6.684765] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input9
[    6.685059] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input10
[    6.685317] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card1/input11
[    6.691961] raid6: sse2x1   xor()  5677 MB/s
[    6.693488] huawei_cdc_ncm 1-10.1.2:1.2: MAC-Address: 00:1e:10:1f:00:00
[    6.693492] huawei_cdc_ncm 1-10.1.2:1.2: setting rx_max = 16384
[    6.700634] huawei_cdc_ncm 1-10.1.2:1.2: NDP will be placed at end of frame for this device.
[    6.700884] huawei_cdc_ncm 1-10.1.2:1.2: cdc-wdm0: USB WDM device
[    6.701487] huawei_cdc_ncm 1-10.1.2:1.2 wwan0: register 'huawei_cdc_ncm' at usb-0000:00:14.0-10.1.2, Huawei CDC NCM device, 00:1e:10:1f:00:00
[    6.701584] usbcore: registered new interface driver huawei_cdc_ncm
[    6.708959] raid6: sse2x2   gen() 10449 MB/s
[    6.725957] raid6: sse2x2   xor()  6230 MB/s
[    6.742962] raid6: sse2x4   gen()  9761 MB/s
[    6.750637] ppdev: user-space parallel port driver
[    6.759954] raid6: sse2x4   xor()  6373 MB/s
[    6.767967] iTCO_vendor_support: vendor-support=0
[    6.774382] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: renamed from usb0
[    6.776955] raid6: avx2x1   gen() 14171 MB/s
[    6.793956] raid6: avx2x1   xor() 10185 MB/s
[    6.810955] raid6: avx2x2   gen() 19105 MB/s
[    6.818964] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    6.819041] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    6.825185] input: Logitech T400 as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1.6/1-10.1.6:1.2/0003:046D:C52B.0007/0003:046D:4026.0008/input/input12
[    6.826610] logitech-hidpp-device 0003:046D:4026.0008: input,hidraw5: USB HID v1.11 Keyboard [Logitech T400] on usb-0000:00:14.0-10.1.6:1
[    6.827958] raid6: avx2x2   xor() 12482 MB/s
[    6.844955] raid6: avx2x4   gen() 21085 MB/s
[    6.861964] raid6: avx2x4   xor() 17693 MB/s
[    6.861967] raid6: using algorithm avx2x4 gen() 21085 MB/s
[    6.861969] raid6: .... xor() 17693 MB/s, rmw enabled
[    6.861970] raid6: using avx2x2 recovery algorithm
[    6.892117] xor: automatically using best checksumming function   avx       
[    6.961737] intel_rapl: Found RAPL domain package
[    6.961751] intel_rapl: Found RAPL domain core
[    6.961754] intel_rapl: Found RAPL domain dram
[    7.088804] Btrfs loaded, crc32c=crc32c-intel
[    7.091561] BTRFS: device label home devid 1 transid 2347906 /dev/sdc1
[    7.453790] input: gspca_zc3xx as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1.1/input/input13
[    7.458931] usbcore: registered new interface driver snd-usb-audio
[    7.458945] usbcore: registered new interface driver gspca_zc3xx
[    7.700268] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    7.700271] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.700273] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.700274] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[    7.700276] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x11/0x0
[    7.700277] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[    7.700280] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[    7.700282] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[    7.700284] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[    7.732076] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    7.732251] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    7.732397] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    7.732530] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    7.732668] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    7.732807] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    7.732976] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    7.733337] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    7.989706] SGI XFS with ACLs, security attributes, no debug enabled
[    7.995412] XFS (sdb): Mounting V5 Filesystem
[    8.092180] XFS (sdb): Ending clean mount
[    8.402000] RPC: Registered named UNIX socket transport module.
[    8.402006] RPC: Registered udp transport module.
[    8.402008] RPC: Registered tcp transport module.
[    8.402009] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.594504] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.594507] Bluetooth: BNEP filters: protocol multicast
[    8.594514] Bluetooth: BNEP socket layer initialized
[    9.106144] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.209820] Ebtables v2.0 registered
[    9.262980] IPv6: ADDRCONF(NETDEV_UP): enp0s20u10u1u4: link is not ready
[    9.264082] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: kevent 12 may have been dropped
[    9.268804] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[    9.396146] r8169 0000:02:00.0 enp2s0: link down
[    9.396241] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[    9.397228] r8169 0000:02:00.0 enp2s0: link down
[    9.416746] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: kevent 12 may have been dropped
[    9.719688] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   10.192825] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   10.329272] Netfilter messages via NETLINK v0.30.
[   10.349570] ip_set: protocol 6
[   11.855699] r8169 0000:02:00.0 enp2s0: link up
[   11.855724] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   15.588797] logitech-hidpp-device 0003:046D:4026.0008: HID++ 2.0 device connected.
[   22.593370] fuse init (API version 7.26)
[   24.224506] Bluetooth: RFCOMM TTY layer initialized
[   24.224514] Bluetooth: RFCOMM socket layer initialized
[   24.224565] Bluetooth: RFCOMM ver 1.11
[   29.856734] rfkill: input handler disabled
[   31.736522] ISO 9660 Extensions: Microsoft Joliet Level 1
[   31.745620] ISO 9660 Extensions: IEEE_P1282
[   32.598818] TCP: request_sock_TCP: Possible SYN flooding on port 8201. Sending cookies.  Check SNMP counters.
[   32.601745] TCP: request_sock_TCP: Possible SYN flooding on port 9208. Sending cookies.  Check SNMP counters.
[   54.395128] show_signal_msg: 29 callbacks suppressed
[   54.395131] sbis3plugin[3382]: segfault at 8 ip 000000000254bfc1 sp 00000000adffbcd7 error 4 in libQt5Core.so[7f40df2be000+5a3000]
[  369.298861] INFO: task TaskSchedulerFo:4187 blocked for more than 120 seconds.
[  369.298875]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.298878] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.298882] TaskSchedulerFo D11752  4187   3618 0x00000000
[  369.298889] Call Trace:
[  369.298900]  __schedule+0x2dc/0xba0
[  369.298904]  ? __lock_acquire+0x2d4/0x1350
[  369.298911]  ? __down+0x84/0x110
[  369.298915]  schedule+0x33/0x90
[  369.298919]  schedule_timeout+0x25a/0x5b0
[  369.298925]  ? mark_held_locks+0x5f/0x90
[  369.298928]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.298931]  ? __down+0x84/0x110
[  369.298935]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.298940]  ? __down+0x84/0x110
[  369.298944]  __down+0xac/0x110
[  369.298999]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299004]  down+0x41/0x50
[  369.299008]  ? down+0x41/0x50
[  369.299039]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.299069]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299105]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.299136]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.299175]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.299207]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.299241]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.299270]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.299309]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.299314]  ? find_held_lock+0x3c/0xb0
[  369.299350]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.299387]  xfs_create+0x514/0x840 [xfs]
[  369.299430]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.299465]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.299491]  xfs_vn_create+0x13/0x20 [xfs]
[  369.299496]  lookup_open+0x5ea/0x7c0
[  369.299507]  ? __wake_up_common_lock+0x65/0xc0
[  369.299521]  path_openat+0x318/0xc80
[  369.299532]  do_filp_open+0x9b/0x110
[  369.299547]  ? _raw_spin_unlock+0x27/0x40
[  369.299557]  do_sys_open+0x1ba/0x250
[  369.299559]  ? do_sys_open+0x1ba/0x250
[  369.299568]  SyS_openat+0x14/0x20
[  369.299571]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.299575] RIP: 0033:0x7f784e0f8080
[  369.299577] RSP: 002b:00007f78060923d0 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  369.299582] RAX: ffffffffffffffda RBX: 00002876b19ad8d0 RCX: 00007f784e0f8080
[  369.299584] RDX: 0000000000000241 RSI: 00002876ace09880 RDI: ffffffffffffff9c
[  369.299586] RBP: 00007f78060924b0 R08: 0000000000000000 R09: 0000000000709b00
[  369.299588] R10: 0000000000000180 R11: 0000000000000293 R12: 00002876b1cbc820
[  369.299590] R13: 00007f7806092570 R14: 00002876b19ad8d0 R15: 00002876b1cbc820
[  369.299650] INFO: task Cache2 I/O:5016 blocked for more than 120 seconds.
[  369.299654]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.299657] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.299660] Cache2 I/O      D10616  5016   3779 0x00000000
[  369.299666] Call Trace:
[  369.299672]  __schedule+0x2dc/0xba0
[  369.299675]  ? __lock_acquire+0x2d4/0x1350
[  369.299683]  ? __down+0x84/0x110
[  369.299687]  schedule+0x33/0x90
[  369.299690]  schedule_timeout+0x25a/0x5b0
[  369.299698]  ? mark_held_locks+0x5f/0x90
[  369.299702]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.299704]  ? __down+0x84/0x110
[  369.299709]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.299713]  ? __down+0x84/0x110
[  369.299718]  __down+0xac/0x110
[  369.299751]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299756]  down+0x41/0x50
[  369.299759]  ? down+0x41/0x50
[  369.299788]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.299817]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.299852]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.299855]  ? __lock_is_held+0x65/0xb0
[  369.299884]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.299923]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.299955]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.299988]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.300018]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.300057]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.300063]  ? find_held_lock+0x3c/0xb0
[  369.300097]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.300136]  xfs_create+0x514/0x840 [xfs]
[  369.300178]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.300213]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.300240]  xfs_vn_create+0x13/0x20 [xfs]
[  369.300244]  lookup_open+0x5ea/0x7c0
[  369.300255]  ? __wake_up_common_lock+0x65/0xc0
[  369.300269]  path_openat+0x318/0xc80
[  369.300281]  do_filp_open+0x9b/0x110
[  369.300297]  ? _raw_spin_unlock+0x27/0x40
[  369.300307]  do_sys_open+0x1ba/0x250
[  369.300310]  ? do_sys_open+0x1ba/0x250
[  369.300318]  SyS_openat+0x14/0x20
[  369.300322]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.300325] RIP: 0033:0x7fd3ed255080
[  369.300327] RSP: 002b:00007fd3ed65eb40 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  369.300331] RAX: ffffffffffffffda RBX: 00007fd3ed65e9b8 RCX: 00007fd3ed255080
[  369.300333] RDX: 0000000000000242 RSI: 00007fd33e214b8c RDI: ffffffffffffff9c
[  369.300335] RBP: 00007fd3ed65e830 R08: 0000000000000000 R09: 0000000000000001
[  369.300337] R10: 0000000000000180 R11: 0000000000000293 R12: 0000000000000000
[  369.300339] R13: 00000000fffffffc R14: 00007fd3ed65e8f0 R15: 0000000000000001
[  369.300358] INFO: task DOM Worker:5431 blocked for more than 120 seconds.
[  369.300362]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.300365] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.300367] DOM Worker      D12064  5431   3779 0x00000000
[  369.300374] Call Trace:
[  369.300380]  __schedule+0x2dc/0xba0
[  369.300383]  ? __lock_acquire+0x2d4/0x1350
[  369.300390]  ? __down+0x84/0x110
[  369.300394]  schedule+0x33/0x90
[  369.300398]  schedule_timeout+0x25a/0x5b0
[  369.300404]  ? mark_held_locks+0x5f/0x90
[  369.300407]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.300410]  ? __down+0x84/0x110
[  369.300414]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.300419]  ? __down+0x84/0x110
[  369.300423]  __down+0xac/0x110
[  369.300457]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.300461]  down+0x41/0x50
[  369.300465]  ? down+0x41/0x50
[  369.300494]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.300522]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.300557]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.300587]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.300626]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.300670]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.300704]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.300733]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.300772]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.300777]  ? find_held_lock+0x3c/0xb0
[  369.300813]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.300852]  xfs_create+0x514/0x840 [xfs]
[  369.300894]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.300930]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.300957]  xfs_vn_create+0x13/0x20 [xfs]
[  369.300961]  lookup_open+0x5ea/0x7c0
[  369.300972]  ? __wake_up_common_lock+0x65/0xc0
[  369.300987]  path_openat+0x318/0xc80
[  369.300998]  do_filp_open+0x9b/0x110
[  369.301013]  ? _raw_spin_unlock+0x27/0x40
[  369.301023]  do_sys_open+0x1ba/0x250
[  369.301026]  ? do_sys_open+0x1ba/0x250
[  369.301034]  SyS_openat+0x14/0x20
[  369.301038]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.301040] RIP: 0033:0x7fd3ed255080
[  369.301042] RSP: 002b:00007fd3aebd82f0 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  369.301047] RAX: ffffffffffffffda RBX: 00007fd380c7b678 RCX: 00007fd3ed255080
[  369.301049] RDX: 0000000000000641 RSI: 00007fd34510ef20 RDI: ffffffffffffff9c
[  369.301051] RBP: 00007fd3aebd8670 R08: 0000000000000000 R09: 0000000000000000
[  369.301053] R10: 0000000000000180 R11: 0000000000000293 R12: 00007fd3aebd8790
[  369.301055] R13: 00007fd3adb46000 R14: 00007fd380c7b678 R15: 00001dd9fcc59520
[  369.301102] INFO: task disk_cache:0:5241 blocked for more than 120 seconds.
[  369.301105]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.301108] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.301111] disk_cache:0    D12928  5241   5081 0x00000000
[  369.301118] Call Trace:
[  369.301124]  __schedule+0x2dc/0xba0
[  369.301133]  ? wait_for_completion+0x10e/0x1a0
[  369.301137]  schedule+0x33/0x90
[  369.301140]  schedule_timeout+0x25a/0x5b0
[  369.301146]  ? mark_held_locks+0x5f/0x90
[  369.301150]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.301153]  ? wait_for_completion+0x10e/0x1a0
[  369.301157]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.301162]  ? wait_for_completion+0x10e/0x1a0
[  369.301166]  wait_for_completion+0x136/0x1a0
[  369.301172]  ? wake_up_q+0x80/0x80
[  369.301203]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  369.301232]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  369.301262]  _xfs_buf_read+0x23/0x30 [xfs]
[  369.301290]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  369.301324]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.301360]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.301390]  xfs_btree_read_buf_block.constprop.36+0x72/0xc0 [xfs]
[  369.301423]  xfs_btree_lookup_get_block+0x88/0x180 [xfs]
[  369.301454]  xfs_btree_lookup+0xcd/0x410 [xfs]
[  369.301462]  ? rcu_read_lock_sched_held+0x79/0x80
[  369.301495]  ? kmem_zone_alloc+0x6c/0xf0 [xfs]
[  369.301530]  xfs_dialloc_ag_update_inobt+0x49/0x120 [xfs]
[  369.301557]  ? xfs_inobt_init_cursor+0x3e/0xe0 [xfs]
[  369.301588]  xfs_dialloc_ag+0x17c/0x260 [xfs]
[  369.301616]  ? xfs_dialloc+0x236/0x270 [xfs]
[  369.301652]  xfs_dialloc+0x59/0x270 [xfs]
[  369.301718]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.301724]  ? find_held_lock+0x3c/0xb0
[  369.301757]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.301792]  xfs_create+0x514/0x840 [xfs]
[  369.301833]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.301865]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.301889]  xfs_vn_mkdir+0x16/0x20 [xfs]
[  369.301893]  vfs_mkdir+0x10c/0x1d0
[  369.301900]  SyS_mkdir+0x7e/0xf0
[  369.301909]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.301912] RIP: 0033:0x7ff7314264c7
[  369.301914] RSP: 002b:00007ff71ebf0ca8 EFLAGS: 00000286 ORIG_RAX: 0000000000000053
[  369.301919] RAX: ffffffffffffffda RBX: 00007ff70001bb70 RCX: 00007ff7314264c7
[  369.301921] RDX: ffffffffffffff80 RSI: 00000000000001ed RDI: 00007ff710000b20
[  369.301923] RBP: 000055f442920268 R08: 00007ff710000020 R09: 0000000000000000
[  369.301925] R10: 0000000000000000 R11: 0000000000000286 R12: 00007ff70001bb70
[  369.301927] R13: 00007ff70001bb70 R14: 00007ff710000cd0 R15: 000055f442920230
[  369.301958] INFO: task Telegram:5436 blocked for more than 120 seconds.
[  369.301962]       Not tainted 4.15.0-rc4-amd-vega+ #4
[  369.301965] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.301968] Telegram        D12520  5436   5194 0x00000000
[  369.301974] Call Trace:
[  369.301980]  __schedule+0x2dc/0xba0
[  369.301983]  ? __lock_acquire+0x2d4/0x1350
[  369.301991]  ? __down+0x84/0x110
[  369.301995]  schedule+0x33/0x90
[  369.301998]  schedule_timeout+0x25a/0x5b0
[  369.302004]  ? mark_held_locks+0x5f/0x90
[  369.302008]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.302011]  ? __down+0x84/0x110
[  369.302016]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.302020]  ? __down+0x84/0x110
[  369.302025]  __down+0xac/0x110
[  369.302055]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.302059]  down+0x41/0x50
[  369.302063]  ? down+0x41/0x50
[  369.302088]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.302114]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.302145]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.302174]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.302209]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.302238]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.302268]  xfs_ialloc_read_agi+0x4b/0x1a0 [xfs]
[  369.302294]  xfs_dialloc+0x10f/0x270 [xfs]
[  369.302329]  xfs_ialloc+0x6a/0x520 [xfs]
[  369.302335]  ? find_held_lock+0x3c/0xb0
[  369.302366]  xfs_dir_ialloc+0x67/0x210 [xfs]
[  369.302401]  xfs_create+0x514/0x840 [xfs]
[  369.302440]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.302473]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.302508]  xfs_vn_create+0x13/0x20 [xfs]
[  369.302514]  lookup_open+0x5ea/0x7c0
[  369.302551]  path_openat+0x318/0xc80
[  369.302568]  do_filp_open+0x9b/0x110
[  369.302593]  ? _raw_spin_unlock+0x27/0x40
[  369.302609]  do_sys_open+0x1ba/0x250
[  369.302613]  ? do_sys_open+0x1ba/0x250
[  369.302626]  SyS_openat+0x14/0x20
[  369.302657]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.302661] RIP: 0033:0x7f78af7a6fee
[  369.302665] RSP: 002b:00007ffec118f740 EFLAGS: 00000246 ORIG_RAX: 0000000000000101
[  369.302671] RAX: ffffffffffffffda RBX: 000000000001b9c0 RCX: 00007f78af7a6fee
[  369.302675] RDX: 0000000000080241 RSI: 0000000007916678 RDI: ffffffffffffff9c
[  369.302679] RBP: 0000000000004000 R08: 0000000000000005 R09: 0000000007911a88
[  369.302682] R10: 00000000000001b6 R11: 0000000000000246 R12: 00007f78af223c20
[  369.302686] R13: 0000000007912640 R14: 0000000000000000 R15: 0000000000000000
[  369.302767] 
               Showing all locks held in the system:
[  369.302781] 1 lock held by khungtaskd/67:
[  369.302791]  #0:  (tasklist_lock){.+.+}, at: [<0000000040de7357>] debug_show_all_locks+0x3d/0x1a0
[  369.302816] 5 locks held by kworker/u16:4/147:
[  369.302818]  #0:  ((wq_completion)"writeback"){+.+.}, at: [<00000000dbc01e84>] process_one_work+0x1b9/0x680
[  369.302836]  #1:  ((work_completion)(&(&wb->dwork)->work)){+.+.}, at: [<00000000dbc01e84>] process_one_work+0x1b9/0x680
[  369.302852]  #2:  (&type->s_umount_key#63){++++}, at: [<00000000c8832341>] trylock_super+0x1b/0x50
[  369.302873]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.302937]  #4:  (&xfs_nondir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303058] 4 locks held by pool/7261:
[  369.303061]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303082]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000046d258e>] lock_rename+0xda/0x100
[  369.303105]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303167]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303265] 1 lock held by tracker-store/2487:
[  369.303269]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000ec6d59d7>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.303355] 6 locks held by evolution/3357:
[  369.303359]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303379]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.303402]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000002bc2a1c0>] vfs_unlink+0x50/0x1c0
[  369.303421]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303479]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303532]  #5:  (&xfs_nondir_ilock_class/1){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303588] 1 lock held by pool/3394:
[  369.303591]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000de6ab392>] lookup_slow+0xe5/0x220
[  369.303614] 4 locks held by pool/6726:
[  369.303617]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303659]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.303672]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303710]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303759] 6 locks held by TaskSchedulerFo/3844:
[  369.303761]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303773]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.303786]  #2:  (&inode->i_rwsem){++++}, at: [<000000002bc2a1c0>] vfs_unlink+0x50/0x1c0
[  369.303797]  #3:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.303834]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.303868]  #5:  (&xfs_nondir_ilock_class){++++}, at: [<000000000a58e10b>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.303918] 2 locks held by TaskSchedulerFo/3847:
[  369.303921]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303939]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.303963] 4 locks held by TaskSchedulerFo/4187:
[  369.303967]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.303985]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304004]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304060]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304116] 4 locks held by TaskSchedulerBa/5996:
[  369.304120]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304140]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304155]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304190]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304226] 2 locks held by TaskSchedulerFo/6003:
[  369.304227]  #0:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304262]  #1:  (&xfs_nondir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304297] 2 locks held by TaskSchedulerFo/6007:
[  369.304300]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304320]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000bcace0fb>] do_unlinkat+0x129/0x300
[  369.304341] 3 locks held by TaskSchedulerFo/6009:
[  369.304344]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304361]  #1:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304412]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304462] 2 locks held by TaskSchedulerFo/6042:
[  369.304465]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304484]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304503] 2 locks held by TaskSchedulerBa/6884:
[  369.304506]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304524]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304543] 2 locks held by TaskSchedulerFo/6928:
[  369.304545]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304563]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304584] 1 lock held by TaskSchedulerBa/6990:
[  369.304587]  #0:  (&xfs_dir_ilock_class){++++}, at: [<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.304677] 4 locks held by Cache2 I/O/5016:
[  369.304680]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304699]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304719]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304775]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304834] 4 locks held by QuotaManager IO/5385:
[  369.304837]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304856]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304868]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304904]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.304939] 4 locks held by DOM Worker/5431:
[  369.304940]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.304952]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.304964]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.304998]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.305068] 4 locks held by disk_cache:0/5241:
[  369.305070]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.305081]  #1:  (&inode->i_rwsem/1){+.+.}, at: [<00000000857aa2af>] filename_create+0x83/0x160
[  369.305093]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.305127]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]
[  369.305184] 2 locks held by gitkraken/5371:
[  369.305187]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000de6ab392>] lookup_slow+0xe5/0x220
[  369.305209]  #1:  (&xfs_dir_ilock_class){++++}, at: [<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.305251] 1 lock held by gitkraken/5632:
[  369.305253]  #0:  (&xfs_dir_ilock_class){++++}, at: [<00000000eef0b673>] xfs_ilock+0xe6/0x210 [xfs]
[  369.305297] 4 locks held by Telegram/5436:
[  369.305299]  #0:  (sb_writers#17){.+.+}, at: [<0000000055176a39>] mnt_want_write+0x24/0x50
[  369.305312]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<0000000096dadea4>] path_openat+0x2fe/0xc80
[  369.305324]  #2:  (sb_internal#2){.+.+}, at: [<000000009192e152>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.305358]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000005a3ae5d1>] xfs_ilock+0x16e/0x210 [xfs]

[  369.305448] =============================================

[  372.028805] TaskSchedulerFo (6041) used greatest stack depth: 10664 bytes left
[  669.521931] tun: Universal TUN/TAP device driver, 1.6
[  926.358021] kworker/dying (148) used greatest stack depth: 10096 bytes left

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

end of thread, other threads:[~2018-02-19  5:02 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30 18:40 freezing system for several second on high I/O [kernel 4.15] mikhail
2018-01-31  2:22 ` Dave Chinner
2018-01-31  2:22   ` Dave Chinner
2018-02-05  3:25   ` mikhail
2018-02-06  3:47   ` mikhail
2018-02-06  6:08     ` Dave Chinner
2018-02-06  6:08       ` Dave Chinner
2018-02-06  7:12       ` Mikhail Gavrilov
2018-02-06  7:12         ` Mikhail Gavrilov
2018-02-07  3:40         ` mikhail
2018-02-07  6:55           ` Dave Chinner
2018-02-07  6:55             ` Dave Chinner
2018-02-10  9:34             ` mikhail
2018-02-10  9:34               ` mikhail
2018-02-10  9:35               ` mikhail
2018-02-11 22:56                 ` Dave Chinner
2018-02-11 22:56                   ` Dave Chinner
2018-02-14 21:27                   ` mikhail
2018-02-14 21:27                     ` mikhail
2018-02-14 21:52                     ` Dave Chinner
2018-02-14 21:52                       ` Dave Chinner
2018-02-15  3:40                       ` mikhail
2018-02-15  3:42                       ` mikhail
2018-02-15  3:42                         ` mikhail
2018-02-15  3:46                         ` Matthew Wilcox
2018-02-15  3:46                           ` Matthew Wilcox
2018-02-15  5:44                         ` Dave Chinner
2018-02-15  5:44                           ` Dave Chinner
2018-02-15 19:02                           ` Mikhail Gavrilov
2018-02-15 19:02                             ` Mikhail Gavrilov
2018-02-15 21:48                             ` Dave Chinner
2018-02-15 21:48                               ` Dave Chinner
2018-02-18 14:02                               ` Mikhail Gavrilov
2018-02-18 14:02                                 ` Mikhail Gavrilov
2018-02-19  5:02                                 ` Dave Chinner
2018-02-19  5:02                                   ` Dave Chinner

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.