Re: freezing system for several second on high I/O [kernel 4.15]

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

 



On Tue, 2018-02-06 at 12:12 +0500, Mikhail Gavrilov wrote:
> On 6 February 2018 at 11:08, Dave Chinner <david@xxxxxxxxxxxxx> wrote:
> > You collected a trace of something, but didn't supply any of the
> > other storage and fs config stuff that was mentioned in that link.
> 
> Sorry.
> Anyway this information existed in attached dmesg.
> 
> > > Cant you now look into in?
> > 
> > I don't see a filesystem problem from the log you've posted, I see
> > some slow IO a minute after boot, then a lockdep false positive
> > about 40mins in, but the system then reports GPU memory allocation
> > problems and hardware MCEs for the next 4-5 hours before the GPU
> > appears to stop working.
> 
> Lockdep about 40mins it's normal? I don't think so.
> 
> > 
> > [....]
> > 
> > > [    4.687255] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
> > 
> > I'm guessing that you have an ssd with ext4 and two 4TB drives.
> > And ext4 is on the SSD?
> 
> Yes, right.
> 
> > 
> > > [    5.778628] EXT4-fs (sda1): re-mounted. Opts: (null)
> > 
> > .....
> > > [    7.918812] XFS (sdb): Mounting V5 Filesystem
> > > [    8.123854] XFS (sdb): Starting recovery (logdev: internal)
> > 
> > And there's an XFS filesystem on one drive...
> 
> Yep.
> 
> > 
> > > [   77.459679] sysrq: SysRq : Show Blocked State
> > > [   77.459693]   task                        PC stack   pid father
> > > [   77.459947] tracker-store   D12296  2469   1847 0x00000000
> > > [   77.459957] Call Trace:
> > > [   77.459963]  __schedule+0x2dc/0xba0
> > > [   77.459966]  ? _raw_spin_unlock_irq+0x2c/0x40
> > > [   77.459970]  schedule+0x33/0x90
> > > [   77.459974]  io_schedule+0x16/0x40
> > > [   77.459978]  generic_file_read_iter+0x3b8/0xe10
> > > [   77.459986]  ? page_cache_tree_insert+0x140/0x140
> > > [   77.460026]  xfs_file_buffered_aio_read+0x6e/0x1a0 [xfs]
> > > [   77.460054]  xfs_file_read_iter+0x68/0xc0 [xfs]
> > > [   77.460058]  __vfs_read+0xf1/0x160
> > > [   77.460065]  vfs_read+0xa3/0x150
> > > [   77.460069]  SyS_pread64+0x98/0xc0
> > > [   77.460074]  entry_SYSCALL_64_fastpath+0x1f/0x96
> > 
> > That's waiting on a read IO - no indication of anything being wrong
> > here....
> > 
> > > [ 2095.241660] TaskSchedulerFo (16168) used greatest stack depth: 10232 bytes left
> > > 
> > > [ 2173.204790] ======================================================
> > > [ 2173.204791] WARNING: possible circular locking dependency detected
> > > [ 2173.204793] 4.15.0-rc4-amd-vega+ #8 Not tainted
> > > [ 2173.204794] ------------------------------------------------------
> > > [ 2173.204795] gnome-shell/1971 is trying to acquire lock:
> > > [ 2173.204796]  (sb_internal){.+.+}, at: [<00000000221fd49d>] xfs_trans_alloc+0xec/0x130 [xfs]
> > > [ 2173.204832]
> > >                but task is already holding lock:
> > > [ 2173.204833]  (fs_reclaim){+.+.}, at: [<00000000bdc32871>] fs_reclaim_acquire.part.74+0x5/0x30
> > > [ 2173.204837]
> > >                which lock already depends on the new lock.
> > 
> > And here we go again on another lockdep memory-reclaim false positive
> > whack-a-mole game.
> 
> Here occurring interface lagging.
> 
> > 
> > > [ 2173.204838]
> > >                the existing dependency chain (in reverse order) is:
> > > [ 2173.204839]
> > >                -> #1 (fs_reclaim){+.+.}:
> > > [ 2173.204843]        fs_reclaim_acquire.part.74+0x29/0x30
> > > [ 2173.204844]        fs_reclaim_acquire+0x19/0x20
> > > [ 2173.204846]        kmem_cache_alloc+0x33/0x300
> > > [ 2173.204870]        kmem_zone_alloc+0x6c/0xf0 [xfs]
> > > [ 2173.204891]        xfs_trans_alloc+0x6b/0x130 [xfs]
> > > [ 2173.204912]        xfs_efi_recover+0x11c/0x1c0 [xfs]
> > > [ 2173.204932]        xlog_recover_process_efi+0x41/0x60 [xfs]
> > > [ 2173.204951]        xlog_recover_process_intents.isra.40+0x138/0x270 [xfs]
> > > [ 2173.204969]        xlog_recover_finish+0x23/0xb0 [xfs]
> > > [ 2173.204987]        xfs_log_mount_finish+0x61/0xe0 [xfs]
> > > [ 2173.205005]        xfs_mountfs+0x657/0xa60 [xfs]
> > > [ 2173.205022]        xfs_fs_fill_super+0x4aa/0x630 [xfs]
> > > [ 2173.205024]        mount_bdev+0x184/0x1c0
> > > [ 2173.205042]        xfs_fs_mount+0x15/0x20 [xfs]
> > > [ 2173.205043]        mount_fs+0x32/0x150
> > > [ 2173.205045]        vfs_kern_mount.part.25+0x5d/0x160
> > > [ 2173.205046]        do_mount+0x65d/0xde0
> > > [ 2173.205047]        SyS_mount+0x98/0xe0
> > > [ 2173.205049]        do_syscall_64+0x6c/0x220
> > > [ 2173.205052]        return_from_SYSCALL_64+0x0/0x75
> > > [ 2173.205053]
> > >                -> #0 (sb_internal){.+.+}:
> > > [ 2173.205056]        lock_acquire+0xa3/0x1f0
> > > [ 2173.205058]        __sb_start_write+0x11c/0x190
> > > [ 2173.205075]        xfs_trans_alloc+0xec/0x130 [xfs]
> > > [ 2173.205091]        xfs_free_eofblocks+0x12a/0x1e0 [xfs]
> > > [ 2173.205108]        xfs_inactive+0xf0/0x110 [xfs]
> > > [ 2173.205125]        xfs_fs_destroy_inode+0xbb/0x2d0 [xfs]
> > > [ 2173.205127]        destroy_inode+0x3b/0x60
> > > [ 2173.205128]        evict+0x13e/0x1a0
> > > [ 2173.205129]        dispose_list+0x56/0x80
> > > [ 2173.205131]        prune_icache_sb+0x5a/0x80
> > > [ 2173.205132]        super_cache_scan+0x137/0x1b0
> > > [ 2173.205134]        shrink_slab.part.47+0x1fb/0x590
> > > [ 2173.205135]        shrink_slab+0x29/0x30
> > > [ 2173.205136]        shrink_node+0x11e/0x2f0
> > > [ 2173.205137]        do_try_to_free_pages+0xd0/0x350
> > > [ 2173.205138]        try_to_free_pages+0x136/0x340
> > > [ 2173.205140]        __alloc_pages_slowpath+0x487/0x1150
> > > [ 2173.205141]        __alloc_pages_nodemask+0x3a8/0x430
> > > [ 2173.205143]        dma_generic_alloc_coherent+0x91/0x160
> > > [ 2173.205146]        x86_swiotlb_alloc_coherent+0x25/0x50
> > > [ 2173.205150]        ttm_dma_pool_get_pages+0x230/0x630 [ttm]
> > 
> > OK, new symptom of the ages old problem with using lockdep for
> > annotating things that are not locks. In this case, it's both
> > memory reclaim and filesystem freeze annotations that are colliding
> > with an XFS function that can be called above and below memory
> > allocation and producing a false positive.
> > 
> > i.e. it's perfectly safe for us to call xfs_trans_alloc() in the
> > manner we are from memory reclaim because we're not in a GFP_NOFS or
> > PF_MEMALLOC_NOFS context.
> > 
> > And it's also perfectly safe for us to call xfs_trans_alloc from log
> > recovery at mount time like we are because the filesystem cannot be
> > frozen before a mount is complete and hence sb_internal ordering is
> > completely irrelevant at that point.
> > 
> > So it's a false positive, and I don't think there's anything we can
> > do to prevent it because using __GFP_NOLOCKDEP in xfs_trans_alloc()
> > will mean lockdep will not warn we we have a real deadlock due to
> > transaction nesting in memory reclaim contexts.....
> > 
> > From here, there's nothing filesystem related in the logs:
> 
> But here I am feel system hang.
> 
> > 
> > [.....]
> > 
> > > [ 2229.274826] swiotlb: coherent allocation failed for device 0000:07:00.0 size=2097152
> > 
> > You are getting gpu memory allocation failures....
> > 
> > > [ 2234.832320] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
> > > [ 2234.832325] swiotlb: coherent allocation failed for device 0000:07:00.0 size=2097152
> > 
> > repeatedly, until ....
> > 
> > > [ 2938.815747] mce: [Hardware Error]: Machine check events logged
> > 
> > your hardware starts throwing errors at the CPU.
> 
> It's false positive events due Haswell CPU under virtualization.
> https://bugs.launchpad.net/qemu/+bug/1307225
> I am really don't know why Intel still not fix it.
> 
> > 
> > > [ 2999.259697] kworker/dying (16220) used greatest stack depth: 9808 bytes left
> > > [ 3151.714448] perf: interrupt took too long (2521 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
> > > [ 5331.990934] TCP: request_sock_TCP: Possible SYN flooding on port 8201. Sending cookies.  Check SNMP counters.
> > > [ 5331.991837] TCP: request_sock_TCP: Possible SYN flooding on port 9208. Sending cookies.  Check SNMP counters.
> > > [ 5334.781978] TCP: request_sock_TCP: Possible SYN flooding on port 7171. Sending cookies.  Check SNMP counters.
> > 
> > other bad things are happening to your machine....
> 
> What it is means?
> 
> > 
> > > [ 5354.636542] sbis3plugin[29294]: segfault at 8 ip 000000001c84acaf sp 0000000038851b8c error 4 in
> > > libQt5Core.so[7f87ee665000+5a3000]
> > > [ 5794.612947] perf: interrupt took too long (3152 > 3151), lowering kernel.perf_event_max_sample_rate to 63000
> > > [ 6242.114852] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
> > > [ 6242.114857] swiotlb: coherent allocation failed for device 0000:07:00.0 size=2097152
> > 
> > Random userspace segfaults and more gpu memory allocation failures
> 
> sbis3plugin segfault is already reported so not needed pay attention to this.
> 
> > 
> > > [ 9663.267767] mce: [Hardware Error]: Machine check events logged
> > > [10322.649619] mce: [Hardware Error]: Machine check events logged
> > > [10557.294312] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
> > > [10557.294317] swiotlb: coherent allocation failed for device 0000:07:00.0 size=2097152
> > 
> > more hardware and gpu memory allocation failures
> > 
> > [more gpu memalloc failures]
> > 
> > > [13609.734065] mce: [Hardware Error]: Machine check events logged
> > > [13920.399283] mce: [Hardware Error]: Machine check events logged
> 
> I would not pay attention to "mce: [Hardware Error]: Machine check
> events logged" because this it well-known problem with virtualization
> Haswell CPU.
> 
> > > [14116.872461] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled seq=1653418, last
> > > emitted seq=1653420
> > > [14116.872466] [drm] No hardware hang detected. Did some blocks stall?
> 
> This is too  well-known problem with latest AMD Vega GPU
> https://bugs.freedesktop.org/show_bug.cgi?id=104001
> 
> > And finally after 4+ hours hardware errors and the GPU times out and
> > drm is confused....
> 
> 
> > So there doesn't appear to be any filesystem problem here, just a
> > heavily loaded system under memory pressure....
> 
> This is too strange because machine have enough amount of physical
> memory 32GB and only half was used.
> 
> --
> Best Regards,
> Mike Gavrilov.
> 


Yet another hung:
Trace report: https://dumps.sy24.ru/1/trace_report.txt.bz2 (9.4 MB)
dmesg:
[  369.374381] INFO: task TaskSchedulerFo:5624 blocked for more than 120 seconds.
[  369.374391]       Not tainted 4.15.0-rc4-amd-vega+ #9
[  369.374393] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.374395] TaskSchedulerFo D11688  5624   3825 0x00000000
[  369.374400] Call Trace:
[  369.374407]  __schedule+0x2dc/0xba0
[  369.374410]  ? __lock_acquire+0x2d4/0x1350
[  369.374415]  ? __down+0x84/0x110
[  369.374417]  schedule+0x33/0x90
[  369.374419]  schedule_timeout+0x25a/0x5b0
[  369.374423]  ? mark_held_locks+0x5f/0x90
[  369.374425]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.374426]  ? __down+0x84/0x110
[  369.374429]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.374431]  ? __down+0x84/0x110
[  369.374433]  __down+0xac/0x110
[  369.374466]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.374470]  down+0x41/0x50
[  369.374472]  ? down+0x41/0x50
[  369.374490]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.374507]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.374528]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.374545]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.374567]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374585]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.374605]  xfs_iunlink+0x4d/0x150 [xfs]
[  369.374609]  ? current_time+0x32/0x70
[  369.374629]  xfs_droplink+0x54/0x60 [xfs]
[  369.374654]  xfs_rename+0xb15/0xd10 [xfs]
[  369.374680]  xfs_vn_rename+0xd3/0x140 [xfs]
[  369.374687]  vfs_rename+0x476/0x960
[  369.374695]  SyS_rename+0x33f/0x390
[  369.374704]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.374707] RIP: 0033:0x7f01cf705137
[  369.374708] RSP: 002b:00007f01873e5608 EFLAGS: 00000202 ORIG_RAX: 0000000000000052
[  369.374710] RAX: ffffffffffffffda RBX: 0000000000000119 RCX: 00007f01cf705137
[  369.374711] RDX: 00007f01873e56dc RSI: 00003a5cd3540850 RDI: 00003a5cd7ea8000
[  369.374713] RBP: 00007f01873e6340 R08: 0000000000000000 R09: 00007f01873e54e0
[  369.374714] R10: 00007f01873e55f0 R11: 0000000000000202 R12: 00007f01873e6218
[  369.374715] R13: 00007f01873e6358 R14: 0000000000000000 R15: 00003a5cd8416000
[  369.374725] INFO: task disk_cache:0:3971 blocked for more than 120 seconds.
[  369.374727]       Not tainted 4.15.0-rc4-amd-vega+ #9
[  369.374729] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.374731] disk_cache:0    D12432  3971   3903 0x00000000
[  369.374735] Call Trace:
[  369.374738]  __schedule+0x2dc/0xba0
[  369.374743]  ? wait_for_completion+0x10e/0x1a0
[  369.374745]  schedule+0x33/0x90
[  369.374747]  schedule_timeout+0x25a/0x5b0
[  369.374751]  ? mark_held_locks+0x5f/0x90
[  369.374753]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.374755]  ? wait_for_completion+0x10e/0x1a0
[  369.374757]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.374760]  ? wait_for_completion+0x10e/0x1a0
[  369.374762]  wait_for_completion+0x136/0x1a0
[  369.374765]  ? wake_up_q+0x80/0x80
[  369.374782]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  369.374798]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  369.374814]  _xfs_buf_read+0x23/0x30 [xfs]
[  369.374828]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  369.374847]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374867]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374883]  xfs_da_read_buf+0xca/0x110 [xfs]
[  369.374901]  xfs_dir3_data_read+0x23/0x60 [xfs]
[  369.374916]  xfs_dir2_leaf_addname+0x335/0x8b0 [xfs]
[  369.374936]  xfs_dir_createname+0x17e/0x1d0 [xfs]
[  369.374956]  xfs_create+0x6ad/0x840 [xfs]
[  369.374981]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.375000]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.375016]  xfs_vn_create+0x13/0x20 [xfs]
[  369.375018]  lookup_open+0x5ea/0x7c0
[  369.375025]  ? __wake_up_common_lock+0x65/0xc0
[  369.375032]  path_openat+0x318/0xc80
[  369.375039]  do_filp_open+0x9b/0x110
[  369.375047]  ? _raw_spin_unlock+0x27/0x40
[  369.375053]  do_sys_open+0x1ba/0x250
[  369.375055]  ? do_sys_open+0x1ba/0x250
[  369.375059]  SyS_openat+0x14/0x20
[  369.375062]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.375063] RIP: 0033:0x7f616bf1b080
[  369.375064] RSP: 002b:00007f614bd56930 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  369.375067] RAX: ffffffffffffffda RBX: 00003d8825112800 RCX: 00007f616bf1b080
[  369.375068] RDX: 0000000000080041 RSI: 00003d8824da6070 RDI: ffffffffffffff9c
[  369.375069] RBP: 0000000000000022 R08: 0000000000000000 R09: 0000000000000050
[  369.375070] R10: 00000000000001a4 R11: 0000000000000293 R12: 00007f614bd569c8
[  369.375071] R13: 0000000000000008 R14: 00003d8824da6150 R15: 0000000000000008
[  369.375206] 
               Showing all locks held in the system:
[  369.375215] 5 locks held by kworker/2:1/60:
[  369.375221]  #0:  ((wq_completion)"xfs-eofblocks/%s"mp->m_fsname){+.+.}, at: [<00000000731c4c52>]
process_one_work+0x1b9/0x680
[  369.375230]  #1:  ((work_completion)(&(&mp->m_eofblocks_work)->work)){+.+.}, at: [<00000000731c4c52>]
process_one_work+0x1b9/0x680
[  369.375236]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000d49e2308>] xfs_ilock_nowait+0x12d/0x270 [xfs]
[  369.375258]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375281]  #4:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375301] 1 lock held by khungtaskd/67:
[  369.375302]  #0:  (tasklist_lock){.+.+}, at: [<000000006840dd64>] debug_show_all_locks+0x3d/0x1a0
[  369.375314] 3 locks held by kworker/u16:5/148:
[  369.375315]  #0:  ((wq_completion)"writeback"){+.+.}, at: [<00000000731c4c52>] process_one_work+0x1b9/0x680
[  369.375321]  #1:  ((work_completion)(&(&wb->dwork)->work)){+.+.}, at: [<00000000731c4c52>]
process_one_work+0x1b9/0x680
[  369.375327]  #2:  (&type->s_umount_key#63){++++}, at: [<0000000022e51a82>] trylock_super+0x1b/0x50
[  369.375392] 4 locks held by gnome-shell/1970:
[  369.375393]  #0:  (&mm->mmap_sem){++++}, at: [<00000000642ae303>] vm_mmap_pgoff+0xa1/0x120
[  369.375401]  #1:  (sb_writers#17){.+.+}, at: [<00000000626e98dc>] touch_atime+0x64/0xd0
[  369.375408]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375430]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375453] 4 locks held by pool/6879:
[  369.375454]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375462]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375470]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375491]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375520] 8 locks held by dconf-service/2129:
[  369.375521]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375538]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375546]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.375553]  #3:  (&sb->s_type->i_mutex_key#20/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.375571]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375607]  #5:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375639]  #6:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375671]  #7:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375741] 1 lock held by tracker-store/2481:
[  369.375743]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000009a06b5ff>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.375822] 8 locks held by TaskSchedulerBa/3894:
[  369.375824]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375835]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375848]  #2:  (&inode->i_rwsem){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.375858]  #3:  (&inode->i_rwsem/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.375869]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375905]  #5:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375936]  #6:  (&xfs_dir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375967]  #7:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375997] 6 locks held by TaskSchedulerFo/3896:
[  369.375999]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376010]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.376023]  #2:  (&inode->i_rwsem){++++}, at: [<00000000d6a8d3d3>] vfs_unlink+0x50/0x1c0
[  369.376033]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376068]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376098]  #5:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.376130] 2 locks held by TaskSchedulerFo/3897:
[  369.376132]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376143]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376155] 4 locks held by TaskSchedulerFo/3898:
[  369.376157]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376179]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376191]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376226]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376261] 3 locks held by TaskSchedulerFo/4004:
[  369.376263]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376274]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376310]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376341] 3 locks held by TaskSchedulerFo/4214:
[  369.376343]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376353]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376388]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376420] 8 locks held by TaskSchedulerFo/5624:
[  369.376421]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376433]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.376446]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.376457]  #3:  (&sb->s_type->i_mutex_key#20/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.376470]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376504]  #5:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376535]  #6:  (&xfs_nondir_ilock_class/2){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376568]  #7:  (&xfs_nondir_ilock_class/3){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376600] 2 locks held by TaskSchedulerFo/5625:
[  369.376602]  #0:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376636]  #1:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376667] 2 locks held by TaskSchedulerFo/5627:
[  369.376669]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376680]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.376695] 5 locks held by disk_cache:0/3971:
[  369.376697]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376708]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376719]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376754]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376786]  #4:  (&(&ip->i_lock)->mr_lock){+.+.}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.376824] 1 lock held by firefox/4007:
[  369.376826]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000487923d9>] path_openat+0x6d6/0xc80
[  369.376840] 5 locks held by Cache2 I/O/4896:
[  369.376842]  #0:  (sb_writers#17){.+.+}, at: [<0000000090328571>] do_sys_ftruncate.constprop.17+0xdf/0x110
[  369.376855]  #1:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000001bfdce57>] do_truncate+0x65/0xc0
[  369.376866]  #2:  (&(&ip->i_mmaplock)->mr_lock){++++}, at: [<00000000493cf182>] xfs_ilock+0x156/0x210 [xfs]
[  369.376896]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376931]  #4:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376964] 4 locks held by Classif~ Update/5798:
[  369.376966]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376977]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<0000000083a49cad>] filename_create+0x83/0x160
[  369.376990]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377025]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377059] 4 locks held by StreamTrans #29/6033:
[  369.377060]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377071]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377084]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377119]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377150] 3 locks held by QuotaManager IO/6194:
[  369.377152]  #0:  (&f->f_pos_lock){+.+.}, at: [<00000000a655448c>] __fdget_pos+0x4c/0x60
[  369.377179]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000009c036bbe>] iterate_dir+0x53/0x1a0
[  369.377199]  #2:  (&xfs_dir_ilock_class){++++}, at: [<00000000276bf747>] xfs_ilock+0xe6/0x210 [xfs]
[  369.377242] 2 locks held by StreamTrans #35/6237:
[  369.377244]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377255]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377268] 3 locks held by DOM Worker/6246:
[  369.377270]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377281]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377317]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377349] 2 locks held by StreamTrans #42/6259:
[  369.377350]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377361]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377377] 3 locks held by StreamTrans #48/6956:
[  369.377378]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377389]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377424]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377472] 1 lock held by pool/4595:
[  369.377474]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000534237e8>] lookup_slow+0xe5/0x220
[  369.377509] 1 lock held by worker/5171:
[  369.377511]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000009a06b5ff>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.377558] 1 lock held by CPU 0/KVM/5172:
[  369.377561]  #0:  (&vcpu->mutex){+.+.}, at: [<00000000109f3ea1>] vcpu_load+0x1c/0x60 [kvm]
[  369.377601] 1 lock held by gitkraken/5407:
[  369.377604]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000534237e8>] lookup_slow+0xe5/0x220
[  369.377624] 3 locks held by gitkraken/5495:
[  369.377626]  #0:  (&f->f_pos_lock){+.+.}, at: [<00000000a655448c>] __fdget_pos+0x4c/0x60
[  369.377642]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000009c036bbe>] iterate_dir+0x53/0x1a0
[  369.377660]  #2:  (&xfs_dir_ilock_class){++++}, at: [<00000000276bf747>] xfs_ilock+0xe6/0x210 [xfs]
[  369.377742] 1 lock held by trace-cmd/6122:
[  369.377743]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377756] 1 lock held by trace-cmd/6123:
[  369.377757]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377768] 1 lock held by trace-cmd/6124:
[  369.377770]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377781] 1 lock held by trace-cmd/6125:
[  369.377783]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377795] 1 lock held by trace-cmd/6126:
[  369.377797]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377808] 1 lock held by trace-cmd/6127:
[  369.377809]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377821] 1 lock held by trace-cmd/6128:
[  369.377822]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377833] 1 lock held by trace-cmd/6129:
[  369.377835]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377851] 2 locks held by nautilus/6272:
[  369.377853]  #0:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377890]  #1:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377933] 6 locks held by rm/6958:
[  369.377935]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377946]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.377960]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000d6a8d3d3>] vfs_unlink+0x50/0x1c0
[  369.377971]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.378006]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.378038]  #5:  (&xfs_nondir_ilock_class/1){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]

[  369.378073] =============================================

Again false positive? If it not fs problem why process blocked for such time?
Expected behaviour: processes should not blocked even on high I/O load. I agree that they must work more slower than
usual, but not stuck in some place as we see here. And if it caused not by fs I wonder to now why here hits such limits.
[    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.3.1 20180130 (Red Hat 7.3.1-2) (GCC)) #9 SMP Tue Feb 6 03:08:45 +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 [0x6ab879000, 0x6ab879fff] PGTABLE
[    0.000000] BRK [0x6ab87a000, 0x6ab87afff] PGTABLE
[    0.000000] BRK [0x6ab87b000, 0x6ab87bfff] PGTABLE
[    0.000000] BRK [0x6ab87c000, 0x6ab87cfff] PGTABLE
[    0.000000] BRK [0x6ab87d000, 0x6ab87dfff] PGTABLE
[    0.000000] BRK [0x6ab87e000, 0x6ab87efff] PGTABLE
[    0.000000] BRK [0x6ab87f000, 0x6ab87ffff] PGTABLE
[    0.000000] BRK [0x6ab880000, 0x6ab880fff] PGTABLE
[    0.000000] BRK [0x6ab881000, 0x6ab881fff] PGTABLE
[    0.000000] BRK [0x6ab882000, 0x6ab882fff] PGTABLE
[    0.000000] BRK [0x6ab883000, 0x6ab883fff] PGTABLE
[    0.000000] BRK [0x6ab884000, 0x6ab884fff] 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 0x376ed000-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: 31427108K/33455164K available (10189K kernel code, 3525K rwdata, 4112K rodata, 4744K init, 16632K bss, 2028056K 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.142 MHz processor
[    0.006000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.28 BogoMIPS (lpj=3392142)
[    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.006000] 0x00000000cce92000-0x00000000ccfc3000        1220K                               pte
[    0.006000] 0x00000000ccfc3000-0x00000000ccfec000         164K     RW                 GLB x  pte
[    0.006000] 0x00000000ccfec000-0x00000000cd0b4000         800K                               pte
[    0.006000] 0x00000000cd0b4000-0x00000000cd18d000         868K     RW                 GLB x  pte
[    0.006000] 0x00000000cd18d000-0x00000000cd1d4000         284K                               pte
[    0.006000] 0x00000000cd1d4000-0x00000000cd1d5000           4K     RW                 GLB x  pte
[    0.006000] 0x00000000cd1d5000-0x00000000cd21e000         292K                               pte
[    0.006000] 0x00000000cd21e000-0x00000000cd293000         468K     RW                 GLB x  pte
[    0.006000] 0x00000000cd293000-0x00000000cd2a3000          64K                               pte
[    0.006000] 0x00000000cd2a3000-0x00000000cd2d7000         208K     RW                 GLB x  pte
[    0.006000] 0x00000000cd2d7000-0x00000000cd2e4000          52K                               pte
[    0.006000] 0x00000000cd2e4000-0x00000000cd341000         372K     RW                 GLB x  pte
[    0.006000] 0x00000000cd341000-0x00000000cd35a000         100K                               pte
[    0.006000] 0x00000000cd35a000-0x00000000cd3b3000         356K     RW                 GLB x  pte
[    0.006000] 0x00000000cd3b3000-0x00000000cd3c9000          88K                               pte
[    0.006000] 0x00000000cd3c9000-0x00000000cd4e2000        1124K     RW                 GLB x  pte
[    0.006000] 0x00000000cd4e2000-0x00000000cd510000         184K                               pte
[    0.006000] 0x00000000cd510000-0x00000000cd52e000         120K     RW                 GLB x  pte
[    0.006000] 0x00000000cd52e000-0x00000000cd545000          92K                               pte
[    0.006000] 0x00000000cd545000-0x00000000cd665000        1152K     RW                 GLB x  pte
[    0.006000] 0x00000000cd665000-0x00000000cd675000          64K                               pte
[    0.006000] 0x00000000cd675000-0x00000000cd6a9000         208K     RW                 GLB x  pte
[    0.006000] 0x00000000cd6a9000-0x00000000cd6b6000          52K                               pte
[    0.006000] 0x00000000cd6b6000-0x00000000cd712000         368K     RW                 GLB x  pte
[    0.006000] 0x00000000cd712000-0x00000000cd72b000         100K                               pte
[    0.007005] 0x00000000cd72b000-0x00000000cd786000         364K     RW                 GLB x  pte
[    0.007017] 0x00000000cd786000-0x00000000cd79c000          88K                               pte
[    0.007022] 0x00000000cd79c000-0x00000000cd80b000         444K     RW                 GLB x  pte
[    0.007034] 0x00000000cd80b000-0x00000000cd83c000         196K                               pte
[    0.007039] 0x00000000cd83c000-0x00000000cd8b2000         472K     RW                 GLB x  pte
[    0.007051] 0x00000000cd8b2000-0x00000000cd8b9000          28K                               pte
[    0.007057] 0x00000000cd8b9000-0x00000000cda33000        1512K     RW                 GLB x  pte
[    0.007069] 0x00000000cda33000-0x00000000cda36000          12K                               pte
[    0.007074] 0x00000000cda36000-0x00000000cdb52000        1136K     RW                 GLB x  pte
[    0.007086] 0x00000000cdb52000-0x00000000cdb5b000          36K                               pte
[    0.007093] 0x00000000cdb5b000-0x00000000cdd63000        2080K     RW                 GLB x  pte
[    0.007105] 0x00000000cdd63000-0x00000000cdd66000          12K                               pte
[    0.007110] 0x00000000cdd66000-0x00000000cdeac000        1304K     RW                 GLB x  pte
[    0.007122] 0x00000000cdeac000-0x00000000cdeb5000          36K                               pte
[    0.007127] 0x00000000cdeb5000-0x00000000cdf1e000         420K     RW                 GLB x  pte
[    0.007139] 0x00000000cdf1e000-0x00000000cdf27000          36K                               pte
[    0.007144] 0x00000000cdf27000-0x00000000cdfa4000         500K     RW                 GLB x  pte
[    0.007156] 0x00000000cdfa4000-0x00000000cdfa7000          12K                               pte
[    0.007161] 0x00000000cdfa7000-0x00000000ce04b000         656K     RW                 GLB x  pte
[    0.007173] 0x00000000ce04b000-0x00000000ce050000          20K                               pte
[    0.007178] 0x00000000ce050000-0x00000000ce170000        1152K     RW                 GLB x  pte
[    0.007190] 0x00000000ce170000-0x00000000ce171000           4K                               pte
[    0.007196] 0x00000000ce171000-0x00000000ce323000        1736K     RW                 GLB x  pte
[    0.007208] 0x00000000ce323000-0x00000000ce32c000          36K                               pte
[    0.007213] 0x00000000ce32c000-0x00000000ce3a9000         500K     RW                 GLB x  pte
[    0.007225] 0x00000000ce3a9000-0x00000000ce3ac000          12K                               pte
[    0.007230] 0x00000000ce3ac000-0x00000000ce451000         660K     RW                 GLB x  pte
[    0.007242] 0x00000000ce451000-0x00000000ce459000          32K                               pte
[    0.007248] 0x00000000ce459000-0x00000000ce5ad000        1360K     RW                 GLB x  pte
[    0.007260] 0x00000000ce5ad000-0x00000000ce5b7000          40K                               pte
[    0.007265] 0x00000000ce5b7000-0x00000000ce63a000         524K     RW                 GLB x  pte
[    0.007277] 0x00000000ce63a000-0x00000000ce63d000          12K                               pte
[    0.007281] 0x00000000ce63d000-0x00000000ce643000          24K     RW                 GLB x  pte
[    0.007293] 0x00000000ce643000-0x00000000ce64b000          32K                               pte
[    0.007299] 0x00000000ce64b000-0x00000000ce718000         820K     RW                 GLB x  pte
[    0.007310] 0x00000000ce718000-0x00000000ce71d000          20K                               pte
[    0.007315] 0x00000000ce71d000-0x00000000ce722000          20K     RW                 GLB x  pte
[    0.007327] 0x00000000ce722000-0x00000000ce728000          24K                               pte
[    0.007331] 0x00000000ce728000-0x00000000ce72d000          20K     RW                 GLB x  pte
[    0.007343] 0x00000000ce72d000-0x00000000ce737000          40K                               pte
[    0.007349] 0x00000000ce737000-0x00000000ce800000         804K     RW                 GLB x  pte
[    0.007360] 0x00000000ce800000-0x00000000cf000000           8M     RW         PSE         x  pmd
[    0.007372] 0x00000000cf000000-0x00000000cf02d000         180K     RW                 GLB x  pte
[    0.007384] 0x00000000cf02d000-0x00000000cf030000          12K                               pte
[    0.007391] 0x00000000cf030000-0x00000000cf200000        1856K     RW                 GLB x  pte
[    0.007403] 0x00000000cf200000-0x00000000d8800000         150M     RW         PSE         x  pmd
[    0.007415] 0x00000000d8800000-0x00000000d8872000         456K     RW                 GLB x  pte
[    0.007427] 0x00000000d8872000-0x00000000d8875000          12K                               pte
[    0.007432] 0x00000000d8875000-0x00000000d887e000          36K     RW                 GLB x  pte
[    0.007443] 0x00000000d887e000-0x00000000d8881000          12K                               pte
[    0.007448] 0x00000000d8881000-0x00000000d8889000          32K     RW                 GLB x  pte
[    0.007460] 0x00000000d8889000-0x00000000d888c000          12K                               pte
[    0.007464] 0x00000000d888c000-0x00000000d8895000          36K     RW                 GLB x  pte
[    0.007476] 0x00000000d8895000-0x00000000d8898000          12K                               pte
[    0.007482] 0x00000000d8898000-0x00000000d8a00000        1440K     RW                 GLB x  pte
[    0.007494] 0x00000000d8a00000-0x00000000da400000          26M     RW         PSE         x  pmd
[    0.007507] 0x00000000da400000-0x00000000da503000        1036K     RW                 GLB x  pte
[    0.007519] 0x00000000da503000-0x00000000da600000        1012K                               pte
[    0.007524] 0x00000000da600000-0x00000000db000000          10M                               pmd
[    0.007530] 0x00000000db000000-0x00000000db191000        1604K                               pte
[    0.007535] 0x00000000db191000-0x00000000db200000         444K     RW                 GLB x  pte
[    0.007547] 0x00000000db200000-0x00000000db400000           2M     RW         PSE         x  pmd
[    0.007559] 0x00000000db400000-0x00000000db488000         544K     RW                 GLB x  pte
[    0.007573] 0x00000000db488000-0x00000000db600000        1504K                               pte
[    0.007577] 0x00000000db600000-0x00000000db800000           2M                               pmd
[    0.007583] 0x00000000db800000-0x00000000db9ee000        1976K                               pte
[    0.007588] 0x00000000db9ee000-0x00000000dba00000          72K     RW                 GLB x  pte
[    0.007600] 0x00000000dba00000-0x00000000df600000          60M     RW         PSE         x  pmd
[    0.007614] 0x00000000df600000-0x00000000df800000           2M     RW                 GLB x  pte
[    0.007627] 0x00000000df800000-0x00000000f8000000         392M                               pmd
[    0.007631] 0x00000000f8000000-0x00000000fc000000          64M     RW     PCD PSE         x  pmd
[    0.007643] 0x00000000fc000000-0x00000000fec00000          44M                               pmd
[    0.007648] 0x00000000fec00000-0x00000000fec01000           4K     RW     PCD         GLB x  pte
[    0.007661] 0x00000000fec01000-0x00000000fed00000        1020K                               pte
[    0.007665] 0x00000000fed00000-0x00000000fed04000          16K     RW     PCD         GLB x  pte
[    0.007677] 0x00000000fed04000-0x00000000fed1c000          96K                               pte
[    0.007682] 0x00000000fed1c000-0x00000000fed20000          16K     RW     PCD         GLB x  pte
[    0.007694] 0x00000000fed20000-0x00000000fee00000         896K                               pte
[    0.007699] 0x00000000fee00000-0x00000000fee01000           4K     RW     PCD         GLB x  pte
[    0.007713] 0x00000000fee01000-0x00000000ff000000        2044K                               pte
[    0.007717] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         x  pmd
[    0.007729] 0x0000000100000000-0x0000000780000000          26G                               pud
[    0.007736] 0x0000000780000000-0x00000007bd000000         976M                               pmd
[    0.007742] 0x00000007bd000000-0x00000007bd19a000        1640K                               pte
[    0.007747] 0x00000007bd19a000-0x00000007bd19c000           8K     RW                 GLB NX pte
[    0.007759] 0x00000007bd19c000-0x00000007bd200000         400K                               pte
[    0.007764] 0x00000007bd200000-0x00000007c0000000          46M                               pmd
[    0.007770] 0x00000007c0000000-0x0000008000000000         481G                               pud
[    0.007779] 0x0000008000000000-0xffff800000000000   17179737600G                               pgd
[    0.007784] ---[ Kernel Space ]---
[    0.007785] 0xffff800000000000-0xffff808000000000         512G                               pgd
[    0.007790] ---[ Low Kernel Mapping ]---
[    0.007791] 0xffff808000000000-0xffff810000000000         512G                               pgd
[    0.007795] ---[ vmalloc() Area ]---
[    0.007797] 0xffff810000000000-0xffff818000000000         512G                               pgd
[    0.007801] ---[ Vmemmap ]---
[    0.007803] 0xffff818000000000-0xffffa00000000000       31232G                               pgd
[    0.007809] 0xffffa00000000000-0xffffa01d40000000         117G                               pud
[    0.007815] 0xffffa01d40000000-0xffffa01d40200000           2M     RW                 GLB NX pte
[    0.007830] 0xffffa01d40200000-0xffffa01d80000000        1022M     RW         PSE     GLB NX pmd
[    0.007842] 0xffffa01d80000000-0xffffa01dc0000000           1G     RW         PSE     GLB NX pud
[    0.007856] 0xffffa01dc0000000-0xffffa01dfd600000         982M     RW         PSE     GLB NX pmd
[    0.007868] 0xffffa01dfd600000-0xffffa01dfd69f000         636K     RW                 GLB NX pte
[    0.007880] 0xffffa01dfd69f000-0xffffa01dfd6a6000          28K                               pte
[    0.007886] 0xffffa01dfd6a6000-0xffffa01dfd800000        1384K     RW                 GLB NX pte
[    0.007898] 0xffffa01dfd800000-0xffffa01dfe000000           8M     RW         PSE     GLB NX pmd
[    0.007911] 0xffffa01dfe000000-0xffffa01dfe17c000        1520K     RW                 GLB NX pte
[    0.007924] 0xffffa01dfe17c000-0xffffa01dfe200000         528K                               pte
[    0.007928] 0xffffa01dfe200000-0xffffa01dfe600000           4M                               pmd
[    0.007933] 0xffffa01dfe600000-0xffffa01dfe6d5000         852K                               pte
[    0.007939] 0xffffa01dfe6d5000-0xffffa01dfe800000        1196K     RW                 GLB NX pte
[    0.007952] 0xffffa01dfe800000-0xffffa01e1b400000         460M     RW         PSE     GLB NX pmd
[    0.007965] 0xffffa01e1b400000-0xffffa01e1b488000         544K     RW                 GLB NX pte
[    0.007978] 0xffffa01e1b488000-0xffffa01e1b600000        1504K                               pte
[    0.007982] 0xffffa01e1b600000-0xffffa01e1b800000           2M                               pmd
[    0.007988] 0xffffa01e1b800000-0xffffa01e1b8e9000         932K                               pte
[    0.007993] 0xffffa01e1b8e9000-0xffffa01e1b932000         292K     RW                 GLB NX pte
[    0.008009] 0xffffa01e1b932000-0xffffa01e1ba00000         824K                               pte
[    0.008014] 0xffffa01e1ba00000-0xffffa01e1f600000          60M                               pmd
[    0.008020] 0xffffa01e1f600000-0xffffa01e1f7ff000        2044K                               pte
[    0.008025] 0xffffa01e1f7ff000-0xffffa01e1f800000           4K     RW                 GLB NX pte
[    0.008038] 0xffffa01e1f800000-0xffffa01e40000000         520M                               pmd
[    0.008043] 0xffffa01e40000000-0xffffa02540000000          28G     RW         PSE     GLB NX pud
[    0.008056] 0xffffa02540000000-0xffffa0255f000000         496M     RW         PSE     GLB NX pmd
[    0.008069] 0xffffa0255f000000-0xffffa02580000000         528M                               pmd
[    0.008075] 0xffffa02580000000-0xffffa08000000000         362G                               pud
[    0.008080] 0xffffa08000000000-0xffffb40000000000       19968G                               pgd
[    0.008087] 0xffffb40000000000-0xffffb46d40000000         437G                               pud
[    0.008091] 0xffffb46d40000000-0xffffb46d40001000           4K     RW                 GLB NX pte
[    0.008103] 0xffffb46d40001000-0xffffb46d40002000           4K                               pte
[    0.008108] 0xffffb46d40002000-0xffffb46d40003000           4K     RW                 GLB NX pte
[    0.008120] 0xffffb46d40003000-0xffffb46d40004000           4K                               pte
[    0.008124] 0xffffb46d40004000-0xffffb46d40006000           8K     RW                 GLB NX pte
[    0.008136] 0xffffb46d40006000-0xffffb46d40008000           8K                               pte
[    0.008141] 0xffffb46d40008000-0xffffb46d4000a000           8K     RW                 GLB NX pte
[    0.008152] 0xffffb46d4000a000-0xffffb46d4000b000           4K                               pte
[    0.008157] 0xffffb46d4000b000-0xffffb46d4000c000           4K     RW     PCD         GLB NX pte
[    0.008169] 0xffffb46d4000c000-0xffffb46d4000d000           4K                               pte
[    0.008173] 0xffffb46d4000d000-0xffffb46d4000e000           4K     RW     PCD         GLB NX pte
[    0.008185] 0xffffb46d4000e000-0xffffb46d40010000           8K                               pte
[    0.008190] 0xffffb46d40010000-0xffffb46d4001d000          52K     RW                 GLB NX pte
[    0.008202] 0xffffb46d4001d000-0xffffb46d40020000          12K                               pte
[    0.008206] 0xffffb46d40020000-0xffffb46d40024000          16K     RW                 GLB NX pte
[    0.008220] 0xffffb46d40024000-0xffffb46d40200000        1904K                               pte
[    0.008227] 0xffffb46d40200000-0xffffb46d80000000        1022M                               pmd
[    0.008231] 0xffffb46d80000000-0xffffb48000000000          74G                               pud
[    0.008238] 0xffffb48000000000-0xffffdf8000000000          43T                               pgd
[    0.008244] 0xffffdf8000000000-0xffffdfeec0000000         443G                               pud
[    0.008249] 0xffffdfeec0000000-0xffffdfeec3800000          56M     RW         PSE     GLB NX pmd
[    0.008261] 0xffffdfeec3800000-0xffffdfeec4000000           8M                               pmd
[    0.008266] 0xffffdfeec4000000-0xffffdfeee0800000         456M     RW         PSE     GLB NX pmd
[    0.008279] 0xffffdfeee0800000-0xffffdfef00000000         504M                               pmd
[    0.008284] 0xffffdfef00000000-0xffffe00000000000          68G                               pud
[    0.008290] 0xffffe00000000000-0xffffff0000000000          31T                               pgd
[    0.008294] ---[ ESPfix Area ]---
[    0.008295] 0xffffff0000000000-0xffffff8000000000         512G                               pgd
[    0.008302] 0xffffff8000000000-0xffffffef00000000         444G                               pud
[    0.008306] ---[ EFI Runtime Services ]---
[    0.008308] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    0.008314] 0xfffffffec0000000-0xfffffffee7800000         632M                               pmd
[    0.008318] 0xfffffffee7800000-0xfffffffee7808000          32K     RW                 GLB x  pte
[    0.008331] 0xfffffffee7808000-0xfffffffee785f000         348K                               pte
[    0.008335] 0xfffffffee785f000-0xfffffffee789f000         256K     RW                 GLB x  pte
[    0.008347] 0xfffffffee789f000-0xfffffffee78a6000          28K                               pte
[    0.008355] 0xfffffffee78a6000-0xfffffffee7c00000        3432K     RW                 GLB x  pte
[    0.008367] 0xfffffffee7c00000-0xfffffffee8200000           6M     RW         PSE         x  pmd
[    0.008381] 0xfffffffee8200000-0xfffffffee8400000           2M     RW                 GLB x  pte
[    0.008392] 0xfffffffee8400000-0xfffffffee8800000           4M     RW         PSE         x  pmd
[    0.008405] 0xfffffffee8800000-0xfffffffee8910000        1088K     RW                 GLB x  pte
[    0.008419] 0xfffffffee8910000-0xfffffffee8af5000        1940K                               pte
[    0.008424] 0xfffffffee8af5000-0xfffffffee8b38000         268K     RW                 GLB x  pte
[    0.008436] 0xfffffffee8b38000-0xfffffffee8b48000          64K                               pte
[    0.008440] 0xfffffffee8b48000-0xfffffffee8b7b000         204K     RW                 GLB x  pte
[    0.008452] 0xfffffffee8b7b000-0xfffffffee8b88000          52K                               pte
[    0.008457] 0xfffffffee8b88000-0xfffffffee8be5000         372K     RW                 GLB x  pte
[    0.008469] 0xfffffffee8be5000-0xfffffffee8bfe000         100K                               pte
[    0.008474] 0xfffffffee8bfe000-0xfffffffee8c58000         360K     RW                 GLB x  pte
[    0.008486] 0xfffffffee8c58000-0xfffffffee8c6e000          88K                               pte
[    0.008491] 0xfffffffee8c6e000-0xfffffffee8ce0000         456K     RW                 GLB x  pte
[    0.008503] 0xfffffffee8ce0000-0xfffffffee8d11000         196K                               pte
[    0.008508] 0xfffffffee8d11000-0xfffffffee8d85000         464K     RW                 GLB x  pte
[    0.008520] 0xfffffffee8d85000-0xfffffffee8db3000         184K                               pte
[    0.008525] 0xfffffffee8db3000-0xfffffffee8dcd000         104K     RW                 GLB x  pte
[    0.008537] 0xfffffffee8dcd000-0xfffffffee8ebb000         952K                               pte
[    0.008542] 0xfffffffee8ebb000-0xfffffffee8ebe000          12K     RW                 GLB x  pte
[    0.008554] 0xfffffffee8ebe000-0xfffffffee8ec2000          16K                               pte
[    0.008558] 0xfffffffee8ec2000-0xfffffffee8ec3000           4K     RW                 GLB x  pte
[    0.008571] 0xfffffffee8ec3000-0xfffffffee8f36000         460K                               pte
[    0.008575] 0xfffffffee8f36000-0xfffffffee8f37000           4K     RW                 GLB x  pte
[    0.008587] 0xfffffffee8f37000-0xfffffffee8f56000         124K                               pte
[    0.008592] 0xfffffffee8f56000-0xfffffffee8f57000           4K     RW                 GLB x  pte
[    0.008604] 0xfffffffee8f57000-0xfffffffee8ff6000         636K                               pte
[    0.008609] 0xfffffffee8ff6000-0xfffffffee8ff7000           4K     RW                 GLB x  pte
[    0.008621] 0xfffffffee8ff7000-0xfffffffee8ffa000          12K                               pte
[    0.008625] 0xfffffffee8ffa000-0xfffffffee9023000         164K     RW                 GLB x  pte
[    0.008637] 0xfffffffee9023000-0xfffffffee904d000         168K                               pte
[    0.008642] 0xfffffffee904d000-0xfffffffee904e000           4K     RW                 GLB x  pte
[    0.008654] 0xfffffffee904e000-0xfffffffee90de000         576K                               pte
[    0.008659] 0xfffffffee90de000-0xfffffffee90df000           4K     RW                 GLB x  pte
[    0.008671] 0xfffffffee90df000-0xfffffffee9126000         284K                               pte
[    0.008676] 0xfffffffee9126000-0xfffffffee9127000           4K     RW                 GLB x  pte
[    0.008688] 0xfffffffee9127000-0xfffffffee919a000         460K                               pte
[    0.008693] 0xfffffffee919a000-0xfffffffee9241000         668K     RW                 GLB x  pte
[    0.008705] 0xfffffffee9241000-0xfffffffee9288000         284K                               pte
[    0.008710] 0xfffffffee9288000-0xfffffffee928a000           8K     RW                 GLB x  pte
[    0.008722] 0xfffffffee928a000-0xfffffffee9291000          28K                               pte
[    0.008726] 0xfffffffee9291000-0xfffffffee9292000           4K     RW                 GLB x  pte
[    0.008739] 0xfffffffee9292000-0xfffffffee93c3000        1220K                               pte
[    0.008744] 0xfffffffee93c3000-0xfffffffee93ec000         164K     RW                 GLB x  pte
[    0.008756] 0xfffffffee93ec000-0xfffffffee94b4000         800K                               pte
[    0.008762] 0xfffffffee94b4000-0xfffffffee958d000         868K     RW                 GLB x  pte
[    0.008774] 0xfffffffee958d000-0xfffffffee95d4000         284K                               pte
[    0.008779] 0xfffffffee95d4000-0xfffffffee95d5000           4K     RW                 GLB x  pte
[    0.008791] 0xfffffffee95d5000-0xfffffffee961e000         292K                               pte
[    0.008796] 0xfffffffee961e000-0xfffffffee9693000         468K     RW                 GLB x  pte
[    0.008808] 0xfffffffee9693000-0xfffffffee96a3000          64K                               pte
[    0.008812] 0xfffffffee96a3000-0xfffffffee96d7000         208K     RW                 GLB x  pte
[    0.008824] 0xfffffffee96d7000-0xfffffffee96e4000          52K                               pte
[    0.008829] 0xfffffffee96e4000-0xfffffffee9741000         372K     RW                 GLB x  pte
[    0.008841] 0xfffffffee9741000-0xfffffffee975a000         100K                               pte
[    0.008846] 0xfffffffee975a000-0xfffffffee97b3000         356K     RW                 GLB x  pte
[    0.008858] 0xfffffffee97b3000-0xfffffffee97c9000          88K                               pte
[    0.008863] 0xfffffffee97c9000-0xfffffffee98e2000        1124K     RW                 GLB x  pte
[    0.008875] 0xfffffffee98e2000-0xfffffffee9910000         184K                               pte
[    0.008880] 0xfffffffee9910000-0xfffffffee992e000         120K     RW                 GLB x  pte
[    0.008892] 0xfffffffee992e000-0xfffffffee9945000          92K                               pte
[    0.008898] 0xfffffffee9945000-0xfffffffee9a65000        1152K     RW                 GLB x  pte
[    0.008910] 0xfffffffee9a65000-0xfffffffee9a75000          64K                               pte
[    0.008914] 0xfffffffee9a75000-0xfffffffee9aa9000         208K     RW                 GLB x  pte
[    0.008926] 0xfffffffee9aa9000-0xfffffffee9ab6000          52K                               pte
[    0.008931] 0xfffffffee9ab6000-0xfffffffee9b12000         368K     RW                 GLB x  pte
[    0.008943] 0xfffffffee9b12000-0xfffffffee9b2b000         100K                               pte
[    0.008948] 0xfffffffee9b2b000-0xfffffffee9b86000         364K     RW                 GLB x  pte
[    0.008960] 0xfffffffee9b86000-0xfffffffee9b9c000          88K                               pte
[    0.008965] 0xfffffffee9b9c000-0xfffffffee9c0b000         444K     RW                 GLB x  pte
[    0.008977] 0xfffffffee9c0b000-0xfffffffee9c3c000         196K                               pte
[    0.008982] 0xfffffffee9c3c000-0xfffffffee9cb2000         472K     RW                 GLB x  pte
[    0.008994] 0xfffffffee9cb2000-0xfffffffee9cb9000          28K                               pte
[    0.009004] 0xfffffffee9cb9000-0xfffffffee9e33000        1512K     RW                 GLB x  pte
[    0.009015] 0xfffffffee9e33000-0xfffffffee9e36000          12K                               pte
[    0.009021] 0xfffffffee9e36000-0xfffffffee9f52000        1136K     RW                 GLB x  pte
[    0.009033] 0xfffffffee9f52000-0xfffffffee9f5b000          36K                               pte
[    0.009039] 0xfffffffee9f5b000-0xfffffffeea163000        2080K     RW                 GLB x  pte
[    0.009051] 0xfffffffeea163000-0xfffffffeea166000          12K                               pte
[    0.009057] 0xfffffffeea166000-0xfffffffeea2ac000        1304K     RW                 GLB x  pte
[    0.009069] 0xfffffffeea2ac000-0xfffffffeea2b5000          36K                               pte
[    0.009074] 0xfffffffeea2b5000-0xfffffffeea31e000         420K     RW                 GLB x  pte
[    0.009086] 0xfffffffeea31e000-0xfffffffeea327000          36K                               pte
[    0.009091] 0xfffffffeea327000-0xfffffffeea3a4000         500K     RW                 GLB x  pte
[    0.009103] 0xfffffffeea3a4000-0xfffffffeea3a7000          12K                               pte
[    0.009108] 0xfffffffeea3a7000-0xfffffffeea44b000         656K     RW                 GLB x  pte
[    0.009120] 0xfffffffeea44b000-0xfffffffeea450000          20K                               pte
[    0.009125] 0xfffffffeea450000-0xfffffffeea570000        1152K     RW                 GLB x  pte
[    0.009137] 0xfffffffeea570000-0xfffffffeea571000           4K                               pte
[    0.009143] 0xfffffffeea571000-0xfffffffeea723000        1736K     RW                 GLB x  pte
[    0.009155] 0xfffffffeea723000-0xfffffffeea72c000          36K                               pte
[    0.009160] 0xfffffffeea72c000-0xfffffffeea7a9000         500K     RW                 GLB x  pte
[    0.009172] 0xfffffffeea7a9000-0xfffffffeea7ac000          12K                               pte
[    0.009177] 0xfffffffeea7ac000-0xfffffffeea851000         660K     RW                 GLB x  pte
[    0.009189] 0xfffffffeea851000-0xfffffffeea859000          32K                               pte
[    0.009195] 0xfffffffeea859000-0xfffffffeea9ad000        1360K     RW                 GLB x  pte
[    0.009207] 0xfffffffeea9ad000-0xfffffffeea9b7000          40K                               pte
[    0.009212] 0xfffffffeea9b7000-0xfffffffeeaa3a000         524K     RW                 GLB x  pte
[    0.009224] 0xfffffffeeaa3a000-0xfffffffeeaa3d000          12K                               pte
[    0.009228] 0xfffffffeeaa3d000-0xfffffffeeaa43000          24K     RW                 GLB x  pte
[    0.009240] 0xfffffffeeaa43000-0xfffffffeeaa4b000          32K                               pte
[    0.009245] 0xfffffffeeaa4b000-0xfffffffeeab18000         820K     RW                 GLB x  pte
[    0.009257] 0xfffffffeeab18000-0xfffffffeeab1d000          20K                               pte
[    0.009262] 0xfffffffeeab1d000-0xfffffffeeab22000          20K     RW                 GLB x  pte
[    0.009274] 0xfffffffeeab22000-0xfffffffeeab28000          24K                               pte
[    0.009278] 0xfffffffeeab28000-0xfffffffeeab2d000          20K     RW                 GLB x  pte
[    0.009290] 0xfffffffeeab2d000-0xfffffffeeab37000          40K                               pte
[    0.009296] 0xfffffffeeab37000-0xfffffffeeac00000         804K     RW                 GLB x  pte
[    0.009307] 0xfffffffeeac00000-0xfffffffeeb400000           8M     RW         PSE         x  pmd
[    0.009320] 0xfffffffeeb400000-0xfffffffeeb42d000         180K     RW                 GLB x  pte
[    0.009331] 0xfffffffeeb42d000-0xfffffffeeb430000          12K                               pte
[    0.009338] 0xfffffffeeb430000-0xfffffffeeb600000        1856K     RW                 GLB x  pte
[    0.009350] 0xfffffffeeb600000-0xfffffffef4c00000         150M     RW         PSE         x  pmd
[    0.009362] 0xfffffffef4c00000-0xfffffffef4c72000         456K     RW                 GLB x  pte
[    0.009374] 0xfffffffef4c72000-0xfffffffef4c75000          12K                               pte
[    0.009379] 0xfffffffef4c75000-0xfffffffef4c7e000          36K     RW                 GLB x  pte
[    0.009391] 0xfffffffef4c7e000-0xfffffffef4c81000          12K                               pte
[    0.009395] 0xfffffffef4c81000-0xfffffffef4c89000          32K     RW                 GLB x  pte
[    0.009407] 0xfffffffef4c89000-0xfffffffef4c8c000          12K                               pte
[    0.009412] 0xfffffffef4c8c000-0xfffffffef4c95000          36K     RW                 GLB x  pte
[    0.009423] 0xfffffffef4c95000-0xfffffffef4c98000          12K                               pte
[    0.009429] 0xfffffffef4c98000-0xfffffffef4e00000        1440K     RW                 GLB x  pte
[    0.009441] 0xfffffffef4e00000-0xfffffffef6800000          26M     RW         PSE         x  pmd
[    0.009454] 0xfffffffef6800000-0xfffffffef6903000        1036K     RW                 GLB x  pte
[    0.009466] 0xfffffffef6903000-0xfffffffef6991000         568K                               pte
[    0.009471] 0xfffffffef6991000-0xfffffffef6a00000         444K     RW                 GLB x  pte
[    0.009483] 0xfffffffef6a00000-0xfffffffef6c00000           2M     RW         PSE         x  pmd
[    0.009496] 0xfffffffef6c00000-0xfffffffef6c88000         544K     RW                 GLB x  pte
[    0.009509] 0xfffffffef6c88000-0xfffffffef6dee000        1432K                               pte
[    0.009513] 0xfffffffef6dee000-0xfffffffef6e00000          72K     RW                 GLB x  pte
[    0.009525] 0xfffffffef6e00000-0xfffffffefaa00000          60M     RW         PSE         x  pmd
[    0.009539] 0xfffffffefaa00000-0xfffffffefac00000           2M     RW                 GLB x  pte
[    0.009551] 0xfffffffefac00000-0xfffffffefec00000          64M     RW     PCD PSE         x  pmd
[    0.009563] 0xfffffffefec00000-0xfffffffefec01000           4K     RW     PCD         GLB x  pte
[    0.009576] 0xfffffffefec01000-0xfffffffefed00000        1020K                               pte
[    0.009581] 0xfffffffefed00000-0xfffffffefed04000          16K     RW     PCD         GLB x  pte
[    0.009592] 0xfffffffefed04000-0xfffffffefed1c000          96K                               pte
[    0.009597] 0xfffffffefed1c000-0xfffffffefed20000          16K     RW     PCD         GLB x  pte
[    0.009610] 0xfffffffefed20000-0xfffffffefee00000         896K                               pte
[    0.009614] 0xfffffffefee00000-0xfffffffefee01000           4K     RW     PCD         GLB x  pte
[    0.009628] 0xfffffffefee01000-0xfffffffeff000000        2044K                               pte
[    0.009633] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         x  pmd
[    0.009645] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    0.009649] ---[ High Kernel Mapping ]---
[    0.009651] 0xffffffff80000000-0xffffffff96000000         352M                               pmd
[    0.009656] 0xffffffff96000000-0xffffffff98a00000          42M     RW         PSE     GLB x  pmd
[    0.009669] 0xffffffff98a00000-0xffffffffc0000000         630M                               pmd
[    0.009674] ---[ Modules ]---
[    0.009677] 0xffffffffc0000000-0xfffffffffd200000         978M                               pmd
[    0.009681] ---[ End Modules ]---
[    0.009685] 0xfffffffffd200000-0xfffffffffd400000           2M                               pte
[    0.009689] 0xfffffffffd400000-0xffffffffff400000          32M                               pmd
[    0.009695] 0xffffffffff400000-0xffffffffff577000        1500K                               pte
[    0.009700] 0xffffffffff577000-0xffffffffff578000           4K     ro                 GLB NX pte
[    0.009712] 0xffffffffff578000-0xffffffffff57b000          12K                               pte
[    0.009716] 0xffffffffff57b000-0xffffffffff57c000           4K     ro                 GLB NX pte
[    0.009729] 0xffffffffff57c000-0xffffffffff5fb000         508K                               pte
[    0.009733] 0xffffffffff5fb000-0xffffffffff5fd000           8K     RW PWT PCD         GLB NX pte
[    0.009745] 0xffffffffff5fd000-0xffffffffff600000          12K                               pte
[    0.009750] 0xffffffffff600000-0xffffffffff601000           4K USR ro                 GLB NX pte
[    0.009763] 0xffffffffff601000-0xffffffffff800000        2044K                               pte
[    0.009768] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    0.009825] Security Framework initialized
[    0.009827] Yama: becoming mindful.
[    0.009834] SELinux:  Initializing.
[    0.009868] SELinux:  Starting in permissive mode
[    0.016554] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.019868] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.020006] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.020115] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.020517] CPU: Physical Processor ID: 0
[    0.020518] CPU: Processor Core ID: 0
[    0.020525] mce: CPU supports 9 MCE banks
[    0.020536] CPU0: Thermal monitoring enabled (TM1)
[    0.020549] process: using mwait in idle threads
[    0.020552] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.020553] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.020981] Freeing SMP alternatives memory: 28K
[    0.050907] TSC deadline timer enabled
[    0.050912] 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.051326] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.051367] smp: Bringing up secondary CPUs ...
[    0.051650] x86: Booting SMP configuration:
[    0.051653] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.061557] smp: Brought up 1 node, 8 CPUs
[    0.061557] smpboot: Max logical packages: 1
[    0.061557] smpboot: Total of 8 processors activated (54274.27 BogoMIPS)
[    0.063096] devtmpfs: initialized
[    0.063139] x86/mm: Memory block size: 128MB
[    0.071188] PM: Registering ACPI NVS region [mem 0xbd69f000-0xbd6a5fff] (28672 bytes)
[    0.071188] PM: Registering ACPI NVS region [mem 0xdb932000-0xdb9edfff] (770048 bytes)
[    0.072004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.072042] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.072320] pinctrl core: initialized pinctrl subsystem
[    0.072420] RTC time: 15:44:37, date: 02/06/18
[    0.072969] NET: Registered protocol family 16
[    0.072969] audit: initializing netlink subsys (disabled)
[    0.073386] audit: type=2000 audit(1517931876.073:1): state=initialized audit_enabled=0 res=1
[    0.073386] cpuidle: using governor menu
[    0.073386] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.073386] ACPI: bus type PCI registered
[    0.073386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.073386] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.073386] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.073386] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.073386] PCI: Using configuration type 1 for base access
[    0.074279] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.079685] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.079685] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.080185] ACPI: Added _OSI(Module Device)
[    0.080187] ACPI: Added _OSI(Processor Device)
[    0.080189] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.080191] ACPI: Added _OSI(Processor Aggregator Device)
[    0.080472] ACPI: Executed 1 blocks of module-level executable AML code
[    0.098850] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.100937] ACPI: Dynamic OEM Table Load:
[    0.100949] ACPI: SSDT 0xFFFFA024F91F0000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.101795] ACPI: Dynamic OEM Table Load:
[    0.101807] ACPI: SSDT 0xFFFFA024F9418800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.102904] ACPI: Dynamic OEM Table Load:
[    0.102915] ACPI: SSDT 0xFFFFA024F9405800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.108729] ACPI: Interpreter enabled
[    0.108772] ACPI: (supports S0 S3 S4 S5)
[    0.108774] ACPI: Using IOAPIC for interrupt routing
[    0.108829] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.109970] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.142382] ACPI: Power Resource [FN00] (off)
[    0.142643] ACPI: Power Resource [FN01] (off)
[    0.142879] ACPI: Power Resource [FN02] (off)
[    0.143124] ACPI: Power Resource [FN03] (off)
[    0.143360] ACPI: Power Resource [FN04] (off)
[    0.146350] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.146357] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.146939] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.147443] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.147445] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.148804] PCI host bridge to bus 0000:00
[    0.148807] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.148809] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.148811] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.148813] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.148815] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.148817] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.148818] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.148820] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.148822] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.148838] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.149094] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.149115] pci 0000:00:14.0: reg 0x10: [mem 0xf7f00000-0xf7f0ffff 64bit]
[    0.149181] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.149419] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.149441] pci 0000:00:16.0: reg 0x10: [mem 0xf7f18000-0xf7f1800f 64bit]
[    0.149510] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.149707] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.149725] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[    0.149792] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.149998] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.150076] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.150414] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.150491] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.150824] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.150900] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.151238] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.151314] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.151651] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
[    0.151947] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.151964] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
[    0.151971] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
[    0.151978] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
[    0.151985] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
[    0.151992] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.152000] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f16000-0xf7f167ff]
[    0.152043] pci 0000:00:1f.2: PME# supported from D3hot
[    0.152238] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.152256] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f15000-0xf7f150ff 64bit]
[    0.152276] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.152625] acpiphp: Slot [1] registered
[    0.152632] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.152761] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.152791] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.152820] pci 0000:02:00.0: reg 0x18: [mem 0xf7e00000-0xf7e00fff 64bit]
[    0.152838] pci 0000:02:00.0: reg 0x20: [mem 0xf0300000-0xf0303fff 64bit pref]
[    0.152942] pci 0000:02:00.0: supports D1 D2
[    0.152944] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.156025] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.156029] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.156032] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.156037] pci 0000:00:1c.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.156164] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
[    0.156304] pci 0000:03:00.0: supports D1 D2
[    0.156305] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.156407] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.156561] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.156711] pci 0000:05:00.0: [1022:1470] type 01 class 0x060400
[    0.156745] pci 0000:05:00.0: reg 0x10: [mem 0xf7d00000-0xf7d03fff]
[    0.156781] pci 0000:05:00.0: enabling Extended Tags
[    0.156871] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.160025] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
[    0.160029] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.160032] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7dfffff]
[    0.160037] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.160126] pci 0000:06:00.0: [1022:1471] type 01 class 0x060400
[    0.160192] pci 0000:06:00.0: enabling Extended Tags
[    0.160273] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.160420] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.160427] pci 0000:05:00.0:   bridge window [io  0xd000-0xdfff]
[    0.160431] pci 0000:05:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.160438] pci 0000:05:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.160516] pci 0000:07:00.0: [1002:687f] type 00 class 0x030000
[    0.160558] pci 0000:07:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.160575] pci 0000:07:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.160586] pci 0000:07:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.160598] pci 0000:07:00.0: reg 0x24: [mem 0xf7c00000-0xf7c7ffff]
[    0.160609] pci 0000:07:00.0: reg 0x30: [mem 0xf7c80000-0xf7c9ffff pref]
[    0.160619] pci 0000:07:00.0: enabling Extended Tags
[    0.160642] pci 0000:07:00.0: BAR 0: assigned to efifb
[    0.160723] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.160852] pci 0000:07:00.1: [1002:aaf8] type 00 class 0x040300
[    0.160882] pci 0000:07:00.1: reg 0x10: [mem 0xf7ca0000-0xf7ca3fff]
[    0.160949] pci 0000:07:00.1: enabling Extended Tags
[    0.161032] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.161196] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.161203] pci 0000:06:00.0:   bridge window [io  0xd000-0xdfff]
[    0.161207] pci 0000:06:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.161214] pci 0000:06:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.163586] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.163749] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.163908] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.164073] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.164231] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.164391] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.164552] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.164709] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.165843] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[    0.165843] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.165843] pci 0000:07:00.0: vgaarb: bridge control possible
[    0.165843] vgaarb: loaded
[    0.166122] SCSI subsystem initialized
[    0.166189] libata version 3.00 loaded.
[    0.166189] ACPI: bus type USB registered
[    0.166189] usbcore: registered new interface driver usbfs
[    0.166189] usbcore: registered new interface driver hub
[    0.166234] usbcore: registered new device driver usb
[    0.166293] EDAC MC: Ver: 3.0.0
[    0.166293] Registered efivars operations
[    0.169805] PCI: Using ACPI for IRQ routing
[    0.171247] PCI: pci_cache_line_size set to 64 bytes
[    0.171298] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.171303] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.171305] e820: reserve RAM buffer [mem 0xbd355018-0xbfffffff]
[    0.171307] e820: reserve RAM buffer [mem 0xbd36f018-0xbfffffff]
[    0.171309] e820: reserve RAM buffer [mem 0xbd69f000-0xbfffffff]
[    0.171311] e820: reserve RAM buffer [mem 0xbe17c000-0xbfffffff]
[    0.171313] e820: reserve RAM buffer [mem 0xdb488000-0xdbffffff]
[    0.171316] e820: reserve RAM buffer [mem 0xdb932000-0xdbffffff]
[    0.171318] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.171319] e820: reserve RAM buffer [mem 0x81f000000-0x81fffffff]
[    0.171598] NetLabel: Initializing
[    0.171600] NetLabel:  domain hash size = 128
[    0.171601] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.171631] NetLabel:  unlabeled traffic allowed by default
[    0.171691] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.171691] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.173057] clocksource: Switched to clocksource hpet
[    0.216126] VFS: Disk quotas dquot_6.6.0
[    0.216162] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.216331] pnp: PnP ACPI init
[    0.216546] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.216567] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.216991] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.216994] system 00:01: [io  0xffff] has been reserved
[    0.216997] system 00:01: [io  0xffff] has been reserved
[    0.216999] system 00:01: [io  0xffff] has been reserved
[    0.217014] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.217016] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.217019] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.217021] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.217023] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.217026] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.217034] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217097] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.217217] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.217224] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.217542] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.217544] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.217547] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.217554] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.218175] pnp 00:05: [dma 0 disabled]
[    0.218236] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.219049] pnp 00:06: [dma 3]
[    0.219314] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.219424] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.219432] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.220520] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.220523] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.220526] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.220528] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.220531] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.220533] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.220537] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.220539] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.220542] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.220545] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.220547] system 00:08: [mem 0xf7fee000-0xf7feefff] has been reserved
[    0.220550] system 00:08: [mem 0xf7fd0000-0xf7fdffff] has been reserved
[    0.220557] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221210] pnp: PnP ACPI: found 9 devices
[    0.230368] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.230426] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.230436] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.230439] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.230443] pci 0000:00:1c.2:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.230446] pci 0000:00:1c.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.230452] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.230472] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.230482] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.230485] pci 0000:06:00.0:   bridge window [io  0xd000-0xdfff]
[    0.230491] pci 0000:06:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.230495] pci 0000:06:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230502] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[    0.230505] pci 0000:05:00.0:   bridge window [io  0xd000-0xdfff]
[    0.230511] pci 0000:05:00.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.230515] pci 0000:05:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230522] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
[    0.230524] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.230529] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7dfffff]
[    0.230532] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230538] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.230539] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.230541] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.230542] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.230544] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.230546] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.230547] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.230549] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.230550] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.230552] pci_bus 0000:02: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.230553] pci_bus 0000:02: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.230555] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.230557] pci_bus 0000:05: resource 1 [mem 0xf7c00000-0xf7dfffff]
[    0.230558] pci_bus 0000:05: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230560] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    0.230561] pci_bus 0000:06: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.230563] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230565] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.230566] pci_bus 0000:07: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.230567] pci_bus 0000:07: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.230862] NET: Registered protocol family 2
[    0.236510] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.237295] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes)
[    0.239200] TCP: Hash tables configured (established 262144 bind 65536)
[    0.239637] UDP hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.241018] UDP-Lite hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.242175] NET: Registered protocol family 1
[    0.242809] pci 0000:07:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.242815] PCI: CLS 64 bytes, default 64
[    0.242950] Unpacking initramfs...
[    1.515215] Freeing initrd memory: 98740K
[    1.536160] DMA-API: preallocated 65536 debug entries
[    1.536163] DMA-API: debugging enabled by kernel config
[    1.536268] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.536271] software IO TLB [mem 0xc86f5000-0xcc6f5000] (64MB) mapped at [000000009f3025a5-00000000a0618602]
[    1.538154] Scanning for low memory corruption every 60 seconds
[    1.538389] cryptomgr_test (81) used greatest stack depth: 14312 bytes left
[    1.539344] Initialise system trusted keyrings
[    1.539399] Key type blacklist registered
[    1.539474] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    1.543249] zbud: loaded
[    1.544597] SELinux:  Registering netfilter hooks
[    1.655062] cryptomgr_test (84) used greatest stack depth: 14248 bytes left
[    1.655375] cryptomgr_test (89) used greatest stack depth: 14072 bytes left
[    1.655882] cryptomgr_test (94) used greatest stack depth: 14008 bytes left
[    1.658777] modprobe (100) used greatest stack depth: 13792 bytes left
[    1.660608] cryptomgr_test (103) used greatest stack depth: 13608 bytes left
[    1.660703] cryptomgr_test (98) used greatest stack depth: 13280 bytes left
[    1.665657] NET: Registered protocol family 38
[    1.665669] Key type asymmetric registered
[    1.665675] Asymmetric key parser 'x509' registered
[    1.665697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.665792] io scheduler noop registered
[    1.665794] io scheduler deadline registered
[    1.665866] io scheduler cfq registered (default)
[    1.665868] io scheduler mq-deadline registered
[    1.666432] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.668543] efifb: probing for efifb
[    1.668560] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    1.668562] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.668563] efifb: scrolling: redraw
[    1.668565] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.670955] Console: switching to colour frame buffer device 128x48
[    1.672990] fb0: EFI VGA frame buffer device
[    1.673017] intel_idle: MWAIT substates: 0x42120
[    1.673018] intel_idle: v0.4.1 model 0x3C
[    1.673753] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.674020] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.674138] ACPI: Power Button [PWRB]
[    1.674230] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.674255] ACPI: Power Button [PWRF]
[    1.676309] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.676754] thermal LNXTHERM:00: registered as thermal_zone0
[    1.676756] ACPI: Thermal Zone [TZ00] (28 C)
[    1.677565] thermal LNXTHERM:01: registered as thermal_zone1
[    1.677568] ACPI: Thermal Zone [TZ01] (30 C)
[    1.677836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.698452] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.703788] Non-volatile memory driver v1.3
[    1.703840] Linux agpgart interface v0.103
[    1.705538] ahci 0000:00:1f.2: version 3.0
[    1.705867] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xd impl SATA mode
[    1.705869] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    1.713045] scsi host0: ahci
[    1.713441] scsi host1: ahci
[    1.713835] scsi host2: ahci
[    1.714100] scsi host3: ahci
[    1.714320] scsi host4: ahci
[    1.714539] scsi host5: ahci
[    1.714633] ata1: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16100 irq 27
[    1.714635] ata2: DUMMY
[    1.714637] ata3: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16200 irq 27
[    1.714639] ata4: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16280 irq 27
[    1.714640] ata5: DUMMY
[    1.714641] ata6: DUMMY
[    1.714976] libphy: Fixed MDIO Bus: probed
[    1.715232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.715242] ehci-pci: EHCI PCI platform driver
[    1.715279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.715295] ohci-pci: OHCI PCI platform driver
[    1.715322] uhci_hcd: USB Universal Host Controller Interface driver
[    1.715725] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.715904] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.717091] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.717095] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.717439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.717443] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.717445] usb usb1: Product: xHCI Host Controller
[    1.717446] usb usb1: Manufacturer: Linux 4.15.0-rc4-amd-vega+ xhci-hcd
[    1.717448] usb usb1: SerialNumber: 0000:00:14.0
[    1.717791] hub 1-0:1.0: USB hub found
[    1.717844] hub 1-0:1.0: 14 ports detected
[    1.726275] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.726430] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.726542] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.726544] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.726546] usb usb2: Product: xHCI Host Controller
[    1.726547] usb usb2: Manufacturer: Linux 4.15.0-rc4-amd-vega+ xhci-hcd
[    1.726549] usb usb2: SerialNumber: 0000:00:14.0
[    1.726864] hub 2-0:1.0: USB hub found
[    1.726902] hub 2-0:1.0: 6 ports detected
[    1.728617] usbcore: registered new interface driver usbserial_generic
[    1.728641] usbserial: USB Serial support registered for generic
[    1.728680] i8042: PNP: No PS/2 controller found.
[    1.728786] mousedev: PS/2 mouse device common for all mice
[    1.729118] rtc_cmos 00:02: RTC can wake from S4
[    1.729325] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.729359] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.729469] device-mapper: uevent: version 1.0.3
[    1.729639] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[    1.729818] intel_pstate: Intel P-state driver initializing
[    1.733743] hidraw: raw HID events driver (C) Jiri Kosina
[    1.734061] usbcore: registered new interface driver usbhid
[    1.734066] usbhid: USB HID core driver
[    1.734796] drop_monitor: Initializing network drop monitor service
[    1.735310] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.735837] Initializing XFRM netlink socket
[    1.737325] NET: Registered protocol family 10
[    1.749685] Segment Routing with IPv6
[    1.749712] mip6: Mobile IPv6
[    1.749726] NET: Registered protocol family 17
[    1.749843] start plist test
[    1.751263] end plist test
[    1.752518] RAS: Correctable Errors collector initialized.
[    1.752598] microcode: sig=0x306c3, pf=0x2, revision=0x23
[    1.752824] microcode: Microcode Update Driver: v2.2.
[    1.752843] AVX2 version of gcm_enc/dec engaged.
[    1.752845] AES CTR mode by8 optimization enabled
[    1.772352] sched_clock: Marking stable (1772338225, 0)->(1774427863, -2089638)
[    1.772832] registered taskstats version 1
[    1.772857] Loading compiled-in X.509 certificates
[    1.803908] Loaded X.509 cert 'Build time autogenerated kernel key: fb1a14909bfe93ebcf1a9ffdcaa298cd49743460'
[    1.804036] zswap: loaded using pool lzo/zbud
[    1.809861] Key type big_key registered
[    1.812621] Key type encrypted registered
[    1.813602]   Magic number: 6:699:739
[    1.813739] rtc_cmos 00:02: setting system clock to 2018-02-06 15:44:38 UTC (1517931878)
[    2.020438] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.021032] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.021065] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.021105] ata1.00: ATA-8: OCZ-VECTOR150, 1.2, max UDMA/133
[    2.021109] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.023536] ata1.00: configured for UDMA/133
[    2.024647] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VECTOR150    1.2  PQ: 0 ANSI: 5
[    2.026053] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.026530] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.026646] sd 0:0:0:0: [sda] Write Protect is off
[    2.026651] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.026816] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.029659] ata3.00: NCQ Send/Recv Log not supported
[    2.029661] ata3.00: ATA-9: ST4000NM0033-9ZM170, SN06, max UDMA/133
[    2.029663] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.030508]  sda: sda1 sda2 sda3
[    2.031125] ata3.00: NCQ Send/Recv Log not supported
[    2.031129] ata3.00: configured for UDMA/133
[    2.031442] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.031572] scsi 2:0:0:0: Direct-Access     ATA      ST4000NM0033-9ZM SN06 PQ: 0 ANSI: 5
[    2.031944] sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.031968] sd 2:0:0:0: [sdb] Write Protect is off
[    2.031970] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.032025] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.032044] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.049181] usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
[    2.053950] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.062708] usb 2-6: New USB device found, idVendor=2109, idProduct=0812
[    2.062715] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.062718] usb 2-6: Product: USB 3.0 HUB
                     
[    2.062720] usb 2-6: Manufacturer: VLI Labs, Inc. 
[    2.064619] hub 2-6:1.0: USB hub found
[    2.065307] hub 2-6:1.0: 4 ports detected
[    2.090669] ata4.00: NCQ Send/Recv Log not supported
[    2.090672] ata4.00: ATA-9: ST4000NM0033-9ZM170, SN06, max UDMA/133
[    2.090676] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.092166] ata4.00: NCQ Send/Recv Log not supported
[    2.092172] ata4.00: configured for UDMA/133
[    2.092818] scsi 3:0:0:0: Direct-Access     ATA      ST4000NM0033-9ZM SN06 PQ: 0 ANSI: 5
[    2.093517] sd 3:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.093543] sd 3:0:0:0: [sdc] Write Protect is off
[    2.093546] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.093560] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.093591] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.147343]  sdc: sdc1
[    2.147785] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.151501] Freeing unused kernel memory: 4744K
[    2.151504] Write protecting the kernel read-only data: 16384k
[    2.152031] Freeing unused kernel memory: 40K
[    2.157624] Freeing unused kernel memory: 2032K
[    2.162251] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.162254] rodata_test: all tests were successful
[    2.175050] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[    2.184772] 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.197187] systemd[1]: Detected architecture x86-64.
[    2.197192] systemd[1]: Running in initial RAM disk.
[    2.197234] systemd[1]: Set hostname to <localhost.localdomain>.
[    2.273968] systemd[1]: Listening on udev Control Socket.
[    2.276269] systemd[1]: Created slice System Slice.
[    2.276287] systemd[1]: Reached target Slices.
[    2.276385] systemd[1]: Listening on Journal Socket.
[    2.277998] systemd[1]: Starting Setup Virtual Console...
[    2.278258] systemd[1]: Reached target Timers.
[    2.291306] systemd-tmpfile (240) used greatest stack depth: 13232 bytes left
[    2.296753] audit: type=1130 audit(1517931878.981: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.297847] audit: type=1130 audit(1517931878.982:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.299113] audit: type=1130 audit(1517931878.984:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.307782] usb 1-7: New USB device found, idVendor=0925, idProduct=1234
[    2.307786] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.307790] usb 1-7: Product: UPS USB MON V1.4
[    2.307792] usb 1-7: Manufacturer: Љ
[    2.310482] audit: type=1130 audit(1517931878.995:5): 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.312577] 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.373378] audit: type=1130 audit(1517931879.058:6): 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.373391] audit: type=1131 audit(1517931879.058:7): 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.377736] audit: type=1130 audit(1517931879.062:8): 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.388365] dracut-cmdline (246) used greatest stack depth: 12896 bytes left
[    2.389319] audit: type=1130 audit(1517931879.074:9): 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.427041] usb 1-9: new high-speed USB device number 3 using xhci_hcd
[    2.431386] audit: type=1130 audit(1517931879.116:10): 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.553334] usb 1-9: config 1 has an invalid interface number: 9 but max is 2
[    2.553337] usb 1-9: config 1 has no interface number 2
[    2.553715] usb 1-9: New USB device found, idVendor=1019, idProduct=0010
[    2.553717] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.553719] usb 1-9: Product: FOSTEX USB AUDIO HP-A8
[    2.553720] usb 1-9: Manufacturer: FOSTEX
[    2.553722] usb 1-9: SerialNumber: 00000
[    2.556787] 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.591108] tsc: Refined TSC clocksource calibration: 3392.144 MHz
[    2.591131] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5517d4e4, max_idle_ns: 440795261668 ns
[    2.609555] 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.736031] usb 1-10: new high-speed USB device number 4 using xhci_hcd
[    2.833620] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.833655] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.835067] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0x00000000101b5559, 94:de:80:6b:dd:24, XID 0c900800 IRQ 29
[    2.835070] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.838184] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    2.864492] usb 1-10: New USB device found, idVendor=2109, idProduct=2812
[    2.864494] usb 1-10: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.864496] usb 1-10: Product: USB 2.0 HUB
                     
[    2.865213] hub 1-10:1.0: USB hub found
[    2.865376] hub 1-10:1.0: 4 ports detected
[    3.098983] chash: self test took 183630 us, 5576430 iterations/s
[    3.156075] usb 1-10.1: new high-speed USB device number 5 using xhci_hcd
[    3.245510] usb 1-10.1: New USB device found, idVendor=1a40, idProduct=0201
[    3.245513] usb 1-10.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.245515] usb 1-10.1: Product: USB 2.0 Hub [MTT]
[    3.246941] hub 1-10.1:1.0: USB hub found
[    3.246990] hub 1-10.1:1.0: 7 ports detected
[    3.519057] usb 1-10.1.1: new full-speed USB device number 6 using xhci_hcd
[    3.596802] usb 1-10.1.1: New USB device found, idVendor=046d, idProduct=08d9
[    3.596805] usb 1-10.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.764604] clocksource: Switched to clocksource tsc
[    3.794205] [drm] amdgpu kernel modesetting enabled.
[    3.795774] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.795776] fb: switching to amdgpudrmfb from EFI VGA
[    3.795843] Console: switching to colour dummy device 80x25
[    3.797863] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x0B36 0xC3).
[    3.797917] [drm] register mmio base: 0xF7C00000
[    3.797918] [drm] register mmio size: 524288
[    3.798118] [drm] probing gen 2 caps for device 1022:1471 = 700d03/e
[    3.798121] [drm] probing mlw for device 1022:1471 = 700d03
[    3.798129] [drm] UVD is enabled in VM mode
[    3.798130] [drm] UVD ENC is enabled in VM mode
[    3.798132] [drm] VCE enabled in VM mode
[    3.798169] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[    3.798175] caller pci_map_rom+0x5d/0xf0 mapping multiple BARs
[    3.798177] amdgpu 0000:07:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[    3.798229] ATOM BIOS: 113-D0500300-102
[    3.798295] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.798304] amdgpu 0000:07:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.798305] amdgpu 0000:07:00.0: GTT: 256M 0x000000F600000000 - 0x000000F60FFFFFFF
[    3.798310] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.798311] [drm] RAM width 2048bits HBM
[    3.798606] [TTM] Zone  kernel: Available graphics memory: 15882798 kiB
[    3.798610] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.798611] [TTM] Initializing pool allocator
[    3.798624] [TTM] Initializing DMA pool allocator
[    3.798828] [drm] amdgpu: 8176M of VRAM memory ready
[    3.798832] [drm] amdgpu: 8176M of GTT memory ready.
[    3.798886] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    3.799123] [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
[    3.803074] [drm] use_doorbell being set to: [true]
[    3.803173] [drm] use_doorbell being set to: [true]
[    3.803440] [drm] Found UVD firmware Version: 1.68 Family ID: 17
[    3.803457] [drm] PSP loading UVD firmware
[    3.804555] [drm] Found VCE firmware Version: 53.40 Binary ID: 4
[    3.804575] [drm] PSP loading VCE firmware
[    3.816053] usb 1-10.1.2: new high-speed USB device number 7 using xhci_hcd
[    3.893039] usb 1-10.1.2: New USB device found, idVendor=12d1, idProduct=1506
[    3.893041] usb 1-10.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.893043] usb 1-10.1.2: Product: HUAWEI_MOBILE
[    3.893044] usb 1-10.1.2: Manufacturer: HUAWEI_MOBILE
[    3.995087] usb-storage 1-10.1.2:1.3: USB Mass Storage device detected
[    3.995370] scsi host6: usb-storage 1-10.1.2:1.3
[    3.995519] usb-storage 1-10.1.2:1.4: USB Mass Storage device detected
[    3.995655] scsi host7: usb-storage 1-10.1.2:1.4
[    3.995802] usbcore: registered new interface driver usb-storage
[    3.999194] usbcore: registered new interface driver uas
[    4.038038] usb 1-10.1.3: new low-speed USB device number 8 using xhci_hcd
[    4.123122] usb 1-10.1.3: New USB device found, idVendor=046d, idProduct=c326
[    4.123125] usb 1-10.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.123126] usb 1-10.1.3: Product: USB Keyboard
[    4.123128] usb 1-10.1.3: Manufacturer: Logitech
[    4.129989] 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.132535] [drm] Display Core initialized with v3.1.29!
[    4.159513] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.159514] [drm] Driver supports precise vblank timestamp query.
[    4.182641] 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.182957] [drm] UVD and UVD ENC initialized successfully.
[    4.186789] 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.238451] 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.283573] [drm] VCE initialized successfully.
[    4.287476] [drm] fb mappable at 0xE0D00000
[    4.287493] [drm] vram apper at 0xE0000000
[    4.287494] [drm] size 8294400
[    4.287496] [drm] fb depth is 24
[    4.287497] [drm]    pitch is 7680
[    4.287819] fbcon: amdgpudrmfb (fb0) is primary device
[    4.302048] usb 1-10.1.4: new high-speed USB device number 9 using xhci_hcd
[    4.327052] Console: switching to colour frame buffer device 240x67
[    4.349282] amdgpu 0000:07:00.0: fb0: amdgpudrmfb frame buffer device
[    4.359389] amdgpu 0000:07:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[    4.359392] amdgpu 0000:07:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[    4.359393] amdgpu 0000:07:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[    4.359395] amdgpu 0000:07:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[    4.359397] amdgpu 0000:07:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[    4.359398] amdgpu 0000:07:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[    4.359400] amdgpu 0000:07:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[    4.359402] amdgpu 0000:07:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[    4.359403] amdgpu 0000:07:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[    4.359405] amdgpu 0000:07:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[    4.359406] amdgpu 0000:07:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[    4.359408] amdgpu 0000:07:00.0: ring 11(sdma1) uses VM inv eng 5 on hub 1
[    4.359409] amdgpu 0000:07:00.0: ring 12(uvd) uses VM inv eng 6 on hub 1
[    4.359411] amdgpu 0000:07:00.0: ring 13(uvd_enc0) uses VM inv eng 7 on hub 1
[    4.359412] amdgpu 0000:07:00.0: ring 14(uvd_enc1) uses VM inv eng 8 on hub 1
[    4.359414] amdgpu 0000:07:00.0: ring 15(vce0) uses VM inv eng 9 on hub 1
[    4.359416] amdgpu 0000:07:00.0: ring 16(vce1) uses VM inv eng 10 on hub 1
[    4.359417] amdgpu 0000:07:00.0: ring 17(vce2) uses VM inv eng 11 on hub 1
[    4.359531] [drm] ECC is not present.
[    4.361019] [drm] Initialized amdgpu 3.25.0 20150101 for 0000:07:00.0 on minor 0
[    4.367624] setfont (430) used greatest stack depth: 12208 bytes left
[    4.378690] usb 1-10.1.4: New USB device found, idVendor=15a9, idProduct=002d
[    4.378693] usb 1-10.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[    4.378695] usb 1-10.1.4: Product: Modem YOTA 4G LTE
[    4.378696] usb 1-10.1.4: Manufacturer: Yota Devices LTD
[    4.378697] usb 1-10.1.4: SerialNumber: usb_serial_num_0
[    4.441547] systemd-udevd (372) used greatest stack depth: 10912 bytes left
[    4.447037] usb 1-10.1.5: new full-speed USB device number 10 using xhci_hcd
[    4.734290] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.738576] usb 1-10.1.5: New USB device found, idVendor=0a12, idProduct=0001
[    4.738579] usb 1-10.1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.738581] usb 1-10.1.5: Product: BT2.0
[    4.805037] usb 1-10.1.6: new full-speed USB device number 11 using xhci_hcd
[    4.885147] usb 1-10.1.6: New USB device found, idVendor=046d, idProduct=c52b
[    4.885150] usb 1-10.1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.885151] usb 1-10.1.6: Product: USB Receiver
[    4.885153] usb 1-10.1.6: Manufacturer: Logitech
[    4.900256] 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
[    5.033560] scsi 7:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
[    5.033723] scsi 6:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
[    5.034867] sd 7:0:0:0: Attached scsi generic sg3 type 0
[    5.035105] sd 7:0:0:0: Power-on or device reset occurred
[    5.035804] sr 6:0:0:0: Power-on or device reset occurred
[    5.036474] sr 6:0:0:0: [sr0] scsi-1 drive
[    5.036477] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.036542] sd 7:0:0:0: [sdd] Attached SCSI removable disk
[    5.037198] sr 6:0:0:0: Attached scsi CD-ROM sr0
[    5.037412] sr 6:0:0:0: Attached scsi generic sg4 type 5
[    5.102973] 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/input5
[    5.103807] 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
[    5.116508] kauditd_printk_skb: 21 callbacks suppressed
[    5.116509] audit: type=1130 audit(1517931881.801:32): 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'
[    5.116516] audit: type=1131 audit(1517931881.801:33): 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'
[    6.083031] audit: type=1130 audit(1517931882.767:34): 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'
[    6.083082] audit: type=1131 audit(1517931882.768:35): 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'
[    6.085944] audit: type=1130 audit(1517931882.770:36): 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'
[    6.085960] audit: type=1131 audit(1517931882.770:37): 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'
[    6.088224] audit: type=1130 audit(1517931882.773:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.088276] audit: type=1131 audit(1517931882.773:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.090190] audit: type=1130 audit(1517931882.775:40): 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'
[    6.090227] audit: type=1131 audit(1517931882.775:41): 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'
[    6.142438] systemd-journald[241]: Received SIGTERM from PID 1 (systemd).
[    6.249804] systemd: 18 output lines suppressed due to ratelimiting
[    6.355384] SELinux: 32768 avtab hash slots, 108372 rules.
[    6.389820] SELinux: 32768 avtab hash slots, 108372 rules.
[    6.462844] SELinux:  8 users, 14 roles, 5085 types, 316 bools, 1 sens, 1024 cats
[    6.462848] SELinux:  97 classes, 108372 rules
[    6.472568] SELinux:  Permission getrlimit in class process not defined in policy.
[    6.472623] SELinux:  Class sctp_socket not defined in policy.
[    6.472624] SELinux:  Class icmp_socket not defined in policy.
[    6.472626] SELinux:  Class ax25_socket not defined in policy.
[    6.472627] SELinux:  Class ipx_socket not defined in policy.
[    6.472628] SELinux:  Class netrom_socket not defined in policy.
[    6.472629] SELinux:  Class atmpvc_socket not defined in policy.
[    6.472630] SELinux:  Class x25_socket not defined in policy.
[    6.472631] SELinux:  Class rose_socket not defined in policy.
[    6.472632] SELinux:  Class decnet_socket not defined in policy.
[    6.472633] SELinux:  Class atmsvc_socket not defined in policy.
[    6.472634] SELinux:  Class rds_socket not defined in policy.
[    6.472636] SELinux:  Class irda_socket not defined in policy.
[    6.472637] SELinux:  Class pppox_socket not defined in policy.
[    6.472638] SELinux:  Class llc_socket not defined in policy.
[    6.472639] SELinux:  Class can_socket not defined in policy.
[    6.472640] SELinux:  Class tipc_socket not defined in policy.
[    6.472641] SELinux:  Class bluetooth_socket not defined in policy.
[    6.472642] SELinux:  Class iucv_socket not defined in policy.
[    6.472643] SELinux:  Class rxrpc_socket not defined in policy.
[    6.472645] SELinux:  Class isdn_socket not defined in policy.
[    6.472646] SELinux:  Class phonet_socket not defined in policy.
[    6.472647] SELinux:  Class ieee802154_socket not defined in policy.
[    6.472648] SELinux:  Class caif_socket not defined in policy.
[    6.472649] SELinux:  Class alg_socket not defined in policy.
[    6.472650] SELinux:  Class nfc_socket not defined in policy.
[    6.472651] SELinux:  Class vsock_socket not defined in policy.
[    6.472652] SELinux:  Class kcm_socket not defined in policy.
[    6.472654] SELinux:  Class qipcrtr_socket not defined in policy.
[    6.472655] SELinux:  Class smc_socket not defined in policy.
[    6.472656] SELinux:  Class bpf not defined in policy.
[    6.472657] SELinux: the above unknown classes and permissions will be allowed
[    6.472663] SELinux:  policy capability network_peer_controls=1
[    6.472664] SELinux:  policy capability open_perms=1
[    6.472665] SELinux:  policy capability extended_socket_class=0
[    6.472667] SELinux:  policy capability always_check_network=0
[    6.472668] SELinux:  policy capability cgroup_seclabel=1
[    6.472669] SELinux:  policy capability nnp_nosuid_transition=1
[    6.472670] SELinux:  Completing initialization.
[    6.472671] SELinux:  Setting up existing superblocks.
[    6.592577] systemd[1]: Successfully loaded SELinux policy in 266.484ms.
[    6.629115] systemd[1]: Relabelled /dev and /run in 24.233ms.
[    6.898751] EXT4-fs (sda1): re-mounted. Opts: (null)
[    6.938705] systemd-journald[538]: Received request to flush runtime journal from PID 1
[    6.963792] systemd-journald[538]: File /var/log/journal/afc85ff429aa4899b8ecbdc84493ca50/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    7.314219] parport_pc 00:06: reported by Plug and Play ACPI
[    7.314416] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
[    7.341753] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20170831/utaddress-247)
[    7.341764] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.341768] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    7.341776] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.341779] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[    7.341788] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    7.341796] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.341799] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[    7.341808] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[    7.341816] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.341817] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    7.357428] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.401129] random: crng init done
[    7.416530] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    7.421618] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    7.422048] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    7.422098] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    7.456827] 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
[    7.456944] usbcore: registered new interface driver cdc_ether
[    7.493860] media: Linux media interface: v0.10
[    7.567607] Linux video capture interface: v2.00
[    7.614860] usbcore: registered new interface driver cdc_ncm
[    7.624720] usbcore: registered new interface driver cdc_wdm
[    7.632782] Bluetooth: Core ver 2.22
[    7.632847] NET: Registered protocol family 31
[    7.632850] Bluetooth: HCI device and connection manager initialized
[    7.632853] gspca_main: v2.14.0 registered
[    7.632919] Bluetooth: HCI socket layer initialized
[    7.632925] Bluetooth: L2CAP socket layer initialized
[    7.633021] Bluetooth: SCO socket layer initialized
[    7.644689] Adding 62494716k swap on /dev/sda2.  Priority:-2 extents:1 across:62494716k SSFS
[    7.654431] usbcore: registered new interface driver option
[    7.654549] usbserial: USB Serial support registered for GSM modem (1-port)
[    7.654686] option 1-10.1.2:1.0: GSM modem (1-port) converter detected
[    7.656280] usb 1-10.1.2: GSM modem (1-port) converter now attached to ttyUSB0
[    7.656510] option 1-10.1.2:1.1: GSM modem (1-port) converter detected
[    7.658118] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    7.658123] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    7.658126] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    7.658130] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8d fc 00 00 02 00
[    7.658149] print_req_error: critical medium error, dev sr0, sector 145392
[    7.658252] attempt to access beyond end of device
[    7.658256] unknown-block(11,0): rw=0, want=145400, limit=145392
[    7.658276] Buffer I/O error on dev sr0, logical block 18174, async page read
[    7.659899] usb 1-10.1.2: GSM modem (1-port) converter now attached to ttyUSB1
[    7.683768] gspca_main: gspca_zc3xx-2.14.0 probing 046d:08d9
[    7.698543] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    7.699595] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    7.699598] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.699600] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.699602] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.699604] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.699918] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[    7.755016] raid6: sse2x1   gen()  7832 MB/s
[    7.756672] 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/card2/input7
[    7.757304] 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/card2/input8
[    7.757647] 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/card2/input9
[    7.757913] 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/card2/input10
[    7.758179] 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/card2/input11
[    7.758467] 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/card2/input12
[    7.765170] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    7.765173] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    7.765175] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    7.765177] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8c 80 00 00 3c 00
[    7.765180] print_req_error: critical medium error, dev sr0, sector 143872
[    7.771239] usbcore: registered new interface driver btusb
[    7.772015] raid6: sse2x1   xor()  5296 MB/s
[    7.777761] huawei_cdc_ncm 1-10.1.2:1.2: MAC-Address: 00:1e:10:1f:00:00
[    7.777765] huawei_cdc_ncm 1-10.1.2:1.2: setting rx_max = 16384
[    7.785026] huawei_cdc_ncm 1-10.1.2:1.2: NDP will be placed at end of frame for this device.
[    7.785135] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    7.785140] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    7.785143] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    7.785147] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8c 80 00 00 02 00
[    7.785150] print_req_error: critical medium error, dev sr0, sector 143872
[    7.785205] Buffer I/O error on dev sr0, logical block 17984, async page read
[    7.785307] huawei_cdc_ncm 1-10.1.2:1.2: cdc-wdm0: USB WDM device
[    7.785821] 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
[    7.785925] usbcore: registered new interface driver huawei_cdc_ncm
[    7.789014] raid6: sse2x2   gen() 10789 MB/s
[    7.791908] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    7.791913] sr 6:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
[    7.791916] sr 6:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
[    7.791919] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 8d fa 00 00 02 00
[    7.791923] print_req_error: critical medium error, dev sr0, sector 145384
[    7.792035] attempt to access beyond end of device
[    7.792039] unknown-block(11,0): rw=0, want=145392, limit=145384
[    7.792042] Buffer I/O error on dev sr0, logical block 18173, async page read
[    7.806012] raid6: sse2x2   xor()  6371 MB/s
[    7.823018] raid6: sse2x4   gen() 12210 MB/s
[    7.840015] raid6: sse2x4   xor()  7355 MB/s
[    7.857015] raid6: avx2x1   gen() 13464 MB/s
[    7.874021] raid6: avx2x1   xor() 12140 MB/s
[    7.891019] raid6: avx2x2   gen() 28078 MB/s
[    7.908020] raid6: avx2x2   xor() 17808 MB/s
[    7.925020] raid6: avx2x4   gen() 33246 MB/s
[    7.942019] raid6: avx2x4   xor() 21708 MB/s
[    7.942021] raid6: using algorithm avx2x4 gen() 33246 MB/s
[    7.942022] raid6: .... xor() 21708 MB/s, rmw enabled
[    7.942023] raid6: using avx2x2 recovery algorithm
[    7.945464] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: renamed from usb0
[    7.956550] ppdev: user-space parallel port driver
[    7.968454] snd_hda_codec_realtek hdaudioC1D2: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    7.968459] snd_hda_codec_realtek hdaudioC1D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.968462] snd_hda_codec_realtek hdaudioC1D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.968465] snd_hda_codec_realtek hdaudioC1D2:    mono: mono_out=0x0
[    7.968467] snd_hda_codec_realtek hdaudioC1D2:    dig-out=0x11/0x0
[    7.968470] snd_hda_codec_realtek hdaudioC1D2:    inputs:
[    7.968474] snd_hda_codec_realtek hdaudioC1D2:      Front Mic=0x19
[    7.968479] snd_hda_codec_realtek hdaudioC1D2:      Rear Mic=0x18
[    7.968482] snd_hda_codec_realtek hdaudioC1D2:      Line=0x1a
[    7.971559] xor: automatically using best checksumming function   avx       
[    7.974720] iTCO_vendor_support: vendor-support=0
[    7.985862] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    7.985936] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    7.986831] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    7.990313] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    7.990589] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[    7.990878] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[    7.991206] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[    7.991556] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[    7.991843] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[    7.992152] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
[    8.257604] Btrfs loaded, crc32c=crc32c-intel
[    8.273817] BTRFS: device label home devid 1 transid 2347906 /dev/sdc1
[    8.310093] intel_rapl: Found RAPL domain package
[    8.310110] intel_rapl: Found RAPL domain core
[    8.310112] intel_rapl: Found RAPL domain dram
[    8.581861] input: gspca_zc3xx as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1.1/input/input21
[    8.587030] usbcore: registered new interface driver gspca_zc3xx
[    8.587061] usbcore: registered new interface driver snd-usb-audio
[    9.101625] SGI XFS with ACLs, security attributes, no debug enabled
[    9.108765] XFS (sdb): Mounting V5 Filesystem
[    9.245392] XFS (sdb): Starting recovery (logdev: internal)
[    9.911392] XFS (sdb): Ending recovery (logdev: internal)
[   10.489643] kauditd_printk_skb: 33 callbacks suppressed
[   10.489645] audit: type=1130 audit(1517931887.174:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.495455] audit: type=1130 audit(1517931887.180:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.495465] audit: type=1131 audit(1517931887.180:77): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.504830] audit: type=1130 audit(1517931887.189:78): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.504852] audit: type=1131 audit(1517931887.189:79): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.521382] audit: type=1130 audit(1517931887.206:80): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.581664] audit: type=1130 audit(1517931887.266:81): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.598644] audit: type=1305 audit(1517931887.283:82): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[   10.705205] RPC: Registered named UNIX socket transport module.
[   10.705211] RPC: Registered udp transport module.
[   10.705212] RPC: Registered tcp transport module.
[   10.705213] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.857158] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.857161] Bluetooth: BNEP filters: protocol multicast
[   10.857167] Bluetooth: BNEP socket layer initialized
[   11.341904] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.441319] Ebtables v2.0 registered
[   11.496621] IPv6: ADDRCONF(NETDEV_UP): enp0s20u10u1u4: link is not ready
[   11.498129] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: kevent 12 may have been dropped
[   11.502206] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   11.615523] r8169 0000:02:00.0 enp2s0: link down
[   11.615885] r8169 0000:02:00.0 enp2s0: link down
[   11.616147] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   11.885485] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   12.354408] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   12.503186] Netfilter messages via NETLINK v0.30.
[   12.521216] ip_set: protocol 6
[   13.039159] cdc_ether 1-10.1.4:1.0 enp0s20u10u1u4: kevent 12 may have been dropped
[   14.606611] r8169 0000:02:00.0 enp2s0: link up
[   14.606640] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   21.723250] systemd-journald[538]: File /var/log/journal/afc85ff429aa4899b8ecbdc84493ca50/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   22.404966] fuse init (API version 7.26)
[   23.913493] Bluetooth: RFCOMM TTY layer initialized
[   23.913509] Bluetooth: RFCOMM socket layer initialized
[   23.913948] Bluetooth: RFCOMM ver 1.11
[   29.614179] rfkill: input handler disabled
[   30.861031] ISO 9660 Extensions: Microsoft Joliet Level 1
[   30.868080] ISO 9660 Extensions: IEEE_P1282
[   32.582453] pool (2581) used greatest stack depth: 10800 bytes left
[   32.645083] TCP: request_sock_TCP: Possible SYN flooding on port 8201. Sending cookies.  Check SNMP counters.
[   32.647651] TCP: request_sock_TCP: Possible SYN flooding on port 9208. Sending cookies.  Check SNMP counters.
[   33.571298] TCP: request_sock_TCP: Possible SYN flooding on port 7171. Sending cookies.  Check SNMP counters.
[   34.149122] pool (2735) used greatest stack depth: 10752 bytes left
[   54.287148] sbis3plugin[3340]: segfault at 8 ip 000000007aae29cc sp 00000000972002d8 error 4 in libQt5Core.so[7fb256877000+5a3000]
[  139.724758] device enp2s0 entered promiscuous mode
[  237.360609] sysrq: SysRq : Show Blocked State
[  237.360627]   task                        PC stack   pid father
[  237.360882] tracker-store   D12296  2481   1846 0x00000000
[  237.360894] Call Trace:
[  237.360901]  __schedule+0x2dc/0xba0
[  237.360905]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.360913]  schedule+0x33/0x90
[  237.360918]  io_schedule+0x16/0x40
[  237.360923]  generic_file_read_iter+0x3b8/0xe10
[  237.360937]  ? page_cache_tree_insert+0x140/0x140
[  237.360985]  xfs_file_buffered_aio_read+0x6e/0x1a0 [xfs]
[  237.361018]  xfs_file_read_iter+0x68/0xc0 [xfs]
[  237.361023]  __vfs_read+0xf1/0x160
[  237.361035]  vfs_read+0xa3/0x150
[  237.361042]  SyS_pread64+0x98/0xc0
[  237.361048]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.361051] RIP: 0033:0x7f22359d9183
[  237.361053] RSP: 002b:00007ffee4124dc0 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[  237.361057] RAX: ffffffffffffffda RBX: 0000555a2a428308 RCX: 00007f22359d9183
[  237.361059] RDX: 0000000000001000 RSI: 0000555a2a552a48 RDI: 0000000000000008
[  237.361062] RBP: 0000555a2a5f0fa8 R08: 0000555a2a552a48 R09: 000000000ff00fff
[  237.361064] R10: 0000000000340000 R11: 0000000000000293 R12: 0000000000003bd2
[  237.361066] R13: 0000000000000002 R14: 0000555a2a428358 R15: 0000000000000d6d
[  237.361171] TaskSchedulerFo D12072  3896   3825 0x00000000
[  237.361178] Call Trace:
[  237.361186]  __schedule+0x2dc/0xba0
[  237.361191]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.361198]  schedule+0x33/0x90
[  237.361202]  io_schedule+0x16/0x40
[  237.361207]  generic_file_read_iter+0x3b8/0xe10
[  237.361220]  ? page_cache_tree_insert+0x140/0x140
[  237.361254]  xfs_file_buffered_aio_read+0x6e/0x1a0 [xfs]
[  237.361285]  xfs_file_read_iter+0x68/0xc0 [xfs]
[  237.361290]  __vfs_read+0xf1/0x160
[  237.361301]  vfs_read+0xa3/0x150
[  237.361307]  SyS_pread64+0x98/0xc0
[  237.361315]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.361318] RIP: 0033:0x7f01d5dbc183
[  237.361320] RSP: 002b:00007f01b5023570 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[  237.361324] RAX: ffffffffffffffda RBX: 00003a5cd5455de0 RCX: 00007f01d5dbc183
[  237.361326] RDX: 0000000000008000 RSI: 00007f01929ea000 RDI: 000000000000011a
[  237.361328] RBP: 00007f01b50234b0 R08: 0000000000000000 R09: 0000000000000061
[  237.361330] R10: 0000000000000092 R11: 0000000000000293 R12: 00003a5cd7ed8460
[  237.361332] R13: 00007f01b5023570 R14: 00003a5cd5455de0 R15: 00003a5cd7ed8460
[  237.361346] TaskSchedulerFo D11080  3898   3825 0x00000000
[  237.361352] Call Trace:
[  237.361357]  __schedule+0x2dc/0xba0
[  237.361363]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.361369]  schedule+0x33/0x90
[  237.361374]  io_schedule+0x16/0x40
[  237.361379]  generic_file_read_iter+0x3b8/0xe10
[  237.361393]  ? page_cache_tree_insert+0x140/0x140
[  237.361451]  xfs_file_buffered_aio_read+0x6e/0x1a0 [xfs]
[  237.361480]  xfs_file_read_iter+0x68/0xc0 [xfs]
[  237.361486]  __vfs_read+0xf1/0x160
[  237.361499]  vfs_read+0xa3/0x150
[  237.361506]  SyS_pread64+0x98/0xc0
[  237.361514]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.361517] RIP: 0033:0x7f01d5dbc183
[  237.361519] RSP: 002b:00007f01b4020ba0 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[  237.361522] RAX: ffffffffffffffda RBX: 00003a5cd583db70 RCX: 00007f01d5dbc183
[  237.361524] RDX: 0000000000000b98 RSI: 00003a5cd8444000 RDI: 00000000000000d7
[  237.361526] RBP: 00007f01b40214b0 R08: 00007f01b4020c70 R09: 00003a5cd8444000
[  237.361528] R10: 000000000015e494 R11: 0000000000000293 R12: 00003a5cd7ef2500
[  237.361529] R13: 00007f01b4021570 R14: 00003a5cd583db70 R15: 00003a5cd7ef2500
[  237.361546] TaskSchedulerFo D12184  4005   3825 0x00000000
[  237.361554] Call Trace:
[  237.361560]  __schedule+0x2dc/0xba0
[  237.361566]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.361572]  schedule+0x33/0x90
[  237.361577]  io_schedule+0x16/0x40
[  237.361581]  wait_on_page_bit+0xd7/0x170
[  237.361588]  ? page_cache_tree_insert+0x140/0x140
[  237.361596]  truncate_inode_pages_range+0x702/0x9d0
[  237.361606]  ? generic_write_end+0x98/0x100
[  237.361617]  ? sched_clock+0x9/0x10
[  237.361623]  ? unmap_mapping_range+0x76/0x130
[  237.361632]  ? up_write+0x1f/0x40
[  237.361636]  ? unmap_mapping_range+0x76/0x130
[  237.361643]  truncate_pagecache+0x48/0x70
[  237.361648]  truncate_setsize+0x32/0x40
[  237.361677]  xfs_setattr_size+0xe3/0x340 [xfs]
[  237.361683]  ? setattr_prepare+0x69/0x190
[  237.361713]  xfs_vn_setattr_size+0x57/0x150 [xfs]
[  237.361741]  xfs_vn_setattr+0x87/0xb0 [xfs]
[  237.361749]  notify_change+0x300/0x420
[  237.361758]  do_truncate+0x73/0xc0
[  237.361763]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.361767]  ? rcu_sync_lockdep_assert+0x2c/0x60
[  237.361773]  do_sys_ftruncate.constprop.17+0xf2/0x110
[  237.361778]  SyS_ftruncate+0xe/0x10
[  237.361780]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.361782] RIP: 0033:0x7f01cf7a005a
[  237.361784] RSP: 002b:00007f0196692658 EFLAGS: 00000206 ORIG_RAX: 000000000000004d
[  237.361786] RAX: ffffffffffffffda RBX: 00003a5cd125dab0 RCX: 00007f01cf7a005a
[  237.361788] RDX: 0000000000040010 RSI: 0000000000040010 RDI: 000000000000005a
[  237.361789] RBP: 00007f01966924b0 R08: 0000000000000b40 R09: 00003a5cd096b4c8
[  237.361790] R10: 00007f0196692750 R11: 0000000000000206 R12: 00003a5cd7628c80
[  237.361792] R13: 00007f0196692570 R14: 00003a5cd125dab0 R15: 00003a5cd7628c80
[  237.361802] TaskSchedulerFo D11688  5624   3825 0x00000000
[  237.361807] Call Trace:
[  237.361811]  __schedule+0x2dc/0xba0
[  237.361816]  ? wait_for_completion+0x10e/0x1a0
[  237.361818]  schedule+0x33/0x90
[  237.361820]  schedule_timeout+0x25a/0x5b0
[  237.361825]  ? mark_held_locks+0x5f/0x90
[  237.361827]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.361829]  ? wait_for_completion+0x10e/0x1a0
[  237.361833]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.361838]  ? wait_for_completion+0x10e/0x1a0
[  237.361842]  wait_for_completion+0x136/0x1a0
[  237.361846]  ? wake_up_q+0x80/0x80
[  237.361872]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.361898]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.361935]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.361958]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.361981]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.362003]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.362005]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.362027]  xfs_imap_to_bp+0x67/0xe0 [xfs]
[  237.362056]  xfs_iread+0x86/0x220 [xfs]
[  237.362090]  xfs_iget+0x4c5/0x1070 [xfs]
[  237.362094]  ? kfree+0xfe/0x2e0
[  237.362132]  xfs_lookup+0x149/0x1e0 [xfs]
[  237.362164]  xfs_vn_lookup+0x70/0xb0 [xfs]
[  237.362172]  lookup_slow+0x132/0x220
[  237.362192]  walk_component+0x1bd/0x340
[  237.362202]  path_lookupat+0x84/0x1f0
[  237.362212]  filename_lookup+0xb6/0x190
[  237.362226]  ? __check_object_size+0xaf/0x1b0
[  237.362233]  ? strncpy_from_user+0x4d/0x170
[  237.362242]  user_path_at_empty+0x36/0x40
[  237.362245]  ? user_path_at_empty+0x36/0x40
[  237.362250]  vfs_statx+0x76/0xe0
[  237.362259]  SYSC_newstat+0x3d/0x70
[  237.362267]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.362273]  ? trace_hardirqs_on_thunk+0x1a/0x1c
[  237.362282]  SyS_newstat+0xe/0x10
[  237.362286]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.362289] RIP: 0033:0x7f01cf797085
[  237.362291] RSP: 002b:00007f01873e6208 EFLAGS: 00000246 ORIG_RAX: 0000000000000004
[  237.362296] RAX: ffffffffffffffda RBX: 0000000000000119 RCX: 00007f01cf797085
[  237.362298] RDX: 00007f01873e6230 RSI: 00007f01873e6230 RDI: 00003a5cd7ea80c0
[  237.362301] RBP: 0000000000008000 R08: ffffffffffffffff R09: 00007f01873e63d0
[  237.362303] R10: 00007f01873e6590 R11: 0000000000000246 R12: 00007f01873e6218
[  237.362305] R13: 00007f01873e6358 R14: 00007f01873e6378 R15: 00007f01873e6670
[  237.362321] TaskSchedulerFo D11576  5625   3825 0x00000000
[  237.362328] Call Trace:
[  237.362334]  __schedule+0x2dc/0xba0
[  237.362339]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.362346]  schedule+0x33/0x90
[  237.362350]  io_schedule+0x16/0x40
[  237.362355]  wait_on_page_bit_common+0x10a/0x1a0
[  237.362362]  ? page_cache_tree_insert+0x140/0x140
[  237.362371]  __filemap_fdatawait_range+0xfd/0x190
[  237.362389]  filemap_write_and_wait_range+0x4b/0x90
[  237.362412]  xfs_setattr_size+0x10b/0x340 [xfs]
[  237.362433]  ? setattr_prepare+0x69/0x190
[  237.362464]  xfs_vn_setattr_size+0x57/0x150 [xfs]
[  237.362493]  xfs_vn_setattr+0x87/0xb0 [xfs]
[  237.362502]  notify_change+0x300/0x420
[  237.362512]  do_truncate+0x73/0xc0
[  237.362516]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.362520]  ? rcu_sync_lockdep_assert+0x2c/0x60
[  237.362531]  do_sys_ftruncate.constprop.17+0xf2/0x110
[  237.362539]  SyS_ftruncate+0xe/0x10
[  237.362543]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.362546] RIP: 0033:0x7f01cf7a005a
[  237.362549] RSP: 002b:00007f018dc6e558 EFLAGS: 00000246 ORIG_RAX: 000000000000004d
[  237.362553] RAX: ffffffffffffffda RBX: 00003a5cd27bdcc0 RCX: 00007f01cf7a005a
[  237.362556] RDX: 00003a5cd6819480 RSI: 000000000000d8fc RDI: 00000000000001af
[  237.362558] RBP: 00007f018dc6e590 R08: 0000000000000000 R09: 0000000000000061
[  237.362560] R10: 0000000000004760 R11: 0000000000000246 R12: 0000000000000000
[  237.362563] R13: 00003a5cd5432500 R14: 00003a5cd27bdcc0 R15: 0000000000000000
[  237.362580] TaskSchedulerFo D10664  5627   3825 0x00000000
[  237.362586] Call Trace:
[  237.362593]  __schedule+0x2dc/0xba0
[  237.362622]  ? _xfs_log_force_lsn+0x2d4/0x360 [xfs]
[  237.362634]  schedule+0x33/0x90
[  237.362664]  _xfs_log_force_lsn+0x2d9/0x360 [xfs]
[  237.362671]  ? wake_up_q+0x80/0x80
[  237.362705]  xfs_file_fsync+0x10f/0x2b0 [xfs]
[  237.362718]  vfs_fsync_range+0x4e/0xb0
[  237.362726]  do_fsync+0x3d/0x70
[  237.362733]  SyS_fdatasync+0x13/0x20
[  237.362736]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.362739] RIP: 0033:0x7f01cf79e5dc
[  237.362742] RSP: 002b:00007f018e46f480 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[  237.362746] RAX: ffffffffffffffda RBX: 00000000000000a1 RCX: 00007f01cf79e5dc
[  237.362749] RDX: 0000000000000000 RSI: 00003a5cd3f9dd80 RDI: 00000000000000a1
[  237.362751] RBP: 00007f018e46f4c0 R08: 0000000000000000 R09: 00003a5cd3ffc058
[  237.362753] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[  237.362756] R13: 00007f018e46f560 R14: 00007f018e46f498 R15: 00003a5cd3ffc059
[  237.362772] TaskSchedulerFo D12200  5653   3825 0x00000000
[  237.362779] Call Trace:
[  237.362786]  __schedule+0x2dc/0xba0
[  237.362796]  ? wait_for_completion+0x10e/0x1a0
[  237.362800]  schedule+0x33/0x90
[  237.362804]  schedule_timeout+0x25a/0x5b0
[  237.362811]  ? mark_held_locks+0x5f/0x90
[  237.362815]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.362818]  ? wait_for_completion+0x10e/0x1a0
[  237.362823]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.362829]  ? wait_for_completion+0x10e/0x1a0
[  237.362833]  wait_for_completion+0x136/0x1a0
[  237.362838]  ? wake_up_q+0x80/0x80
[  237.362868]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.362897]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.362926]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.362952]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.362981]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.363014]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.363019]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.363048]  xfs_imap_to_bp+0x67/0xe0 [xfs]
[  237.363081]  xfs_iread+0x86/0x220 [xfs]
[  237.363116]  xfs_iget+0x4c5/0x1070 [xfs]
[  237.363121]  ? kfree+0xfe/0x2e0
[  237.363162]  xfs_lookup+0x149/0x1e0 [xfs]
[  237.363195]  xfs_vn_lookup+0x70/0xb0 [xfs]
[  237.363204]  lookup_open+0x2dc/0x7c0
[  237.363231]  path_openat+0x6f0/0xc80
[  237.363243]  do_filp_open+0x9b/0x110
[  237.363259]  ? _raw_spin_unlock+0x27/0x40
[  237.363271]  do_sys_open+0x1ba/0x250
[  237.363273]  ? do_sys_open+0x1ba/0x250
[  237.363284]  SyS_openat+0x14/0x20
[  237.363288]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.363291] RIP: 0033:0x7f01d5dbc080
[  237.363293] RSP: 002b:00007f018d46d390 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  237.363298] RAX: ffffffffffffffda RBX: 00007f018d46edb8 RCX: 00007f01d5dbc080
[  237.363300] RDX: 0000000000000002 RSI: 00003a5cd690d360 RDI: ffffffffffffff9c
[  237.363303] RBP: 00003a5cd866f000 R08: 0000000000000000 R09: 0000000000000000
[  237.363306] R10: 0000000000000000 R11: 0000000000000293 R12: 000000001617da70
[  237.363308] R13: 00007f018d46edb8 R14: 0000000000000001 R15: 00007f018d46edb8
[  237.363328] disk_cache:0    D12432  3971   3903 0x00000000
[  237.363336] Call Trace:
[  237.363343]  __schedule+0x2dc/0xba0
[  237.363353]  ? wait_for_completion+0x10e/0x1a0
[  237.363357]  schedule+0x33/0x90
[  237.363360]  schedule_timeout+0x25a/0x5b0
[  237.363368]  ? mark_held_locks+0x5f/0x90
[  237.363371]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.363375]  ? wait_for_completion+0x10e/0x1a0
[  237.363379]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.363386]  ? wait_for_completion+0x10e/0x1a0
[  237.363390]  wait_for_completion+0x136/0x1a0
[  237.363413]  ? wake_up_q+0x80/0x80
[  237.363444]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.363470]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.363499]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.363525]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.363556]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.363588]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.363616]  xfs_da_read_buf+0xca/0x110 [xfs]
[  237.363651]  xfs_dir3_data_read+0x23/0x60 [xfs]
[  237.363678]  xfs_dir2_leaf_addname+0x335/0x8b0 [xfs]
[  237.363715]  xfs_dir_createname+0x17e/0x1d0 [xfs]
[  237.363749]  xfs_create+0x6ad/0x840 [xfs]
[  237.363795]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  237.363832]  xfs_vn_mknod+0x14/0x20 [xfs]
[  237.363859]  xfs_vn_create+0x13/0x20 [xfs]
[  237.363864]  lookup_open+0x5ea/0x7c0
[  237.363877]  ? __wake_up_common_lock+0x65/0xc0
[  237.363893]  path_openat+0x318/0xc80
[  237.363905]  do_filp_open+0x9b/0x110
[  237.363922]  ? _raw_spin_unlock+0x27/0x40
[  237.363934]  do_sys_open+0x1ba/0x250
[  237.363937]  ? do_sys_open+0x1ba/0x250
[  237.363947]  SyS_openat+0x14/0x20
[  237.363951]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.363954] RIP: 0033:0x7f616bf1b080
[  237.363956] RSP: 002b:00007f614bd56930 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  237.363961] RAX: ffffffffffffffda RBX: 00003d882479b800 RCX: 00007f616bf1b080
[  237.363964] RDX: 0000000000080041 RSI: 00003d8824da6070 RDI: ffffffffffffff9c
[  237.363966] RBP: 0000000000000022 R08: 0000000000000000 R09: 0000000000000050
[  237.363968] R10: 00000000000001a4 R11: 0000000000000293 R12: 00007f614bd569c8
[  237.363971] R13: 0000000000000008 R14: 00003d8824da6150 R15: 0000000000000008
[  237.364000] firefox         D12184  4007   3885 0x00000000
[  237.364007] Call Trace:
[  237.364015]  __schedule+0x2dc/0xba0
[  237.364020]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.364029]  schedule+0x33/0x90
[  237.364033]  io_schedule+0x16/0x40
[  237.364039]  __lock_page_or_retry+0x1d9/0x360
[  237.364048]  ? page_cache_tree_insert+0x140/0x140
[  237.364057]  filemap_fault+0x3e7/0x9b0
[  237.364062]  ? debug_lockdep_rcu_enabled+0x1d/0x30
[  237.364096]  ? __xfs_filemap_fault+0x76/0x300 [xfs]
[  237.364101]  ? down_read_nested+0x73/0xb0
[  237.364136]  __xfs_filemap_fault+0x8a/0x300 [xfs]
[  237.364142]  ? __handle_mm_fault+0x102c/0x12f0
[  237.364172]  xfs_filemap_fault+0x2c/0x30 [xfs]
[  237.364176]  __do_fault+0x1e/0x150
[  237.364181]  __handle_mm_fault+0xdc2/0x12f0
[  237.364199]  handle_mm_fault+0x14d/0x310
[  237.364207]  __do_page_fault+0x286/0x520
[  237.364220]  do_page_fault+0x38/0x280
[  237.364228]  page_fault+0x22/0x30
[  237.364231] RIP: 0033:0x7f5a0ca25a50
[  237.364233] RSP: 002b:00007ffd15938228 EFLAGS: 00010246
[  237.364238] RAX: 000000000000002a RBX: 00007f59ed16de60 RCX: 00007f5a0eb50110
[  237.364241] RDX: 00007ffd159382e0 RSI: 00007f59ed16de60 RDI: 00007ffd15938248
[  237.364244] RBP: 00007ffd15938260 R08: 00007f59f3a1b300 R09: 00007f59f3a1b481
[  237.364246] R10: 00007f5a10b2f5e8 R11: 00007ffd15938210 R12: 0000000000000002
[  237.364248] R13: 0000000000000010 R14: 00007f59f3a0c2a0 R15: 00007f59e4f29d40
[  237.364273] URL Classifier  D12776  5797   3885 0x00000000
[  237.364280] Call Trace:
[  237.364287]  __schedule+0x2dc/0xba0
[  237.364297]  ? wait_for_completion+0x10e/0x1a0
[  237.364301]  schedule+0x33/0x90
[  237.364304]  schedule_timeout+0x25a/0x5b0
[  237.364311]  ? mark_held_locks+0x5f/0x90
[  237.364316]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.364319]  ? wait_for_completion+0x10e/0x1a0
[  237.364323]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.364329]  ? wait_for_completion+0x10e/0x1a0
[  237.364334]  wait_for_completion+0x136/0x1a0
[  237.364339]  ? wake_up_q+0x80/0x80
[  237.364366]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.364390]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.364434]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.364459]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.364488]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.364519]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.364523]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.364550]  xfs_imap_to_bp+0x67/0xe0 [xfs]
[  237.364580]  xfs_iread+0x86/0x220 [xfs]
[  237.364610]  xfs_iget+0x4c5/0x1070 [xfs]
[  237.364613]  ? kfree+0xfe/0x2e0
[  237.364651]  xfs_lookup+0x149/0x1e0 [xfs]
[  237.364683]  xfs_vn_lookup+0x70/0xb0 [xfs]
[  237.364691]  lookup_slow+0x132/0x220
[  237.364714]  walk_component+0x1bd/0x340
[  237.364725]  path_lookupat+0x84/0x1f0
[  237.364736]  filename_lookup+0xb6/0x190
[  237.364750]  ? __check_object_size+0xaf/0x1b0
[  237.364758]  ? strncpy_from_user+0x4d/0x170
[  237.364768]  user_path_at_empty+0x36/0x40
[  237.364771]  ? user_path_at_empty+0x36/0x40
[  237.364776]  vfs_statx+0x76/0xe0
[  237.364785]  SYSC_newstat+0x3d/0x70
[  237.364792]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.364798]  ? trace_hardirqs_on_thunk+0x1a/0x1c
[  237.364806]  SyS_newstat+0xe/0x10
[  237.364810]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.364813] RIP: 0033:0x7f5a1bcc8085
[  237.364815] RSP: 002b:00007f59e6cfb588 EFLAGS: 00000246 ORIG_RAX: 0000000000000004
[  237.364820] RAX: ffffffffffffffda RBX: 000000000000002c RCX: 00007f5a1bcc8085
[  237.364822] RDX: 00007f59e4f3cb98 RSI: 00007f59e4f3cb98 RDI: 00007f59e859ba0c
[  237.364824] RBP: 00007f59e6cfb510 R08: 00007f5a10b2eec0 R09: 000000006ece4c9d
[  237.364827] R10: 00000000a14b5434 R11: 0000000000000246 R12: 00007f59e6cfb570
[  237.364829] R13: 00007f5a0f754d04 R14: 00007f59e6cfb546 R15: 00007f59e6cfb547
[  237.364844] HTML5 Parser    D13848  5809   3885 0x00000000
[  237.364852] Call Trace:
[  237.364858]  __schedule+0x2dc/0xba0
[  237.364864]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.364869]  schedule+0x33/0x90
[  237.364872]  io_schedule+0x16/0x40
[  237.364875]  __lock_page_or_retry+0x1d9/0x360
[  237.364880]  ? page_cache_tree_insert+0x140/0x140
[  237.364885]  filemap_fault+0x3e7/0x9b0
[  237.364889]  ? debug_lockdep_rcu_enabled+0x1d/0x30
[  237.364910]  ? __xfs_filemap_fault+0x76/0x300 [xfs]
[  237.364914]  ? down_read_nested+0x73/0xb0
[  237.364938]  __xfs_filemap_fault+0x8a/0x300 [xfs]
[  237.364975]  xfs_filemap_fault+0x2c/0x30 [xfs]
[  237.364979]  __do_fault+0x1e/0x150
[  237.364984]  __handle_mm_fault+0xdc2/0x12f0
[  237.364996]  handle_mm_fault+0x14d/0x310
[  237.365001]  __do_page_fault+0x286/0x520
[  237.365008]  do_page_fault+0x38/0x280
[  237.365013]  page_fault+0x22/0x30
[  237.365014] RIP: 0033:0x7f5a0c7a6e1c
[  237.365016] RSP: 002b:00007f59e4efe410 EFLAGS: 00010202
[  237.365018] RAX: 0000000000000025 RBX: 00007f59e85c9e30 RCX: 0000000000000112
[  237.365019] RDX: 0000000000000026 RSI: 000000000000004e RDI: 00007f59e85c9e30
[  237.365021] RBP: 00007f59e4efe420 R08: 00000000000000ea R09: 00007f5a10f450a0
[  237.365022] R10: 00000000000000ec R11: 0000000000000005 R12: 0000000000000112
[  237.365023] R13: 0000000000000160 R14: 00007f59f76277fe R15: 00007f59f7627800
[  237.365057] pool            D11912  4595   4047 0x00000000
[  237.365062] Call Trace:
[  237.365065]  __schedule+0x2dc/0xba0
[  237.365071]  ? wait_for_completion+0x10e/0x1a0
[  237.365073]  schedule+0x33/0x90
[  237.365075]  schedule_timeout+0x25a/0x5b0
[  237.365079]  ? mark_held_locks+0x5f/0x90
[  237.365081]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.365083]  ? wait_for_completion+0x10e/0x1a0
[  237.365086]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.365089]  ? wait_for_completion+0x10e/0x1a0
[  237.365091]  wait_for_completion+0x136/0x1a0
[  237.365094]  ? wake_up_q+0x80/0x80
[  237.365112]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.365130]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.365147]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.365163]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.365183]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.365204]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.365206]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.365224]  xfs_imap_to_bp+0x67/0xe0 [xfs]
[  237.365244]  xfs_iread+0x86/0x220 [xfs]
[  237.365265]  xfs_iget+0x4c5/0x1070 [xfs]
[  237.365268]  ? kfree+0x261/0x2e0
[  237.365291]  xfs_lookup+0x149/0x1e0 [xfs]
[  237.365311]  xfs_vn_lookup+0x70/0xb0 [xfs]
[  237.365317]  lookup_slow+0x132/0x220
[  237.365329]  walk_component+0x1bd/0x340
[  237.365335]  path_lookupat+0x84/0x1f0
[  237.365341]  filename_lookup+0xb6/0x190
[  237.365350]  ? __check_object_size+0xaf/0x1b0
[  237.365355]  ? strncpy_from_user+0x4d/0x170
[  237.365361]  user_path_at_empty+0x36/0x40
[  237.365362]  ? user_path_at_empty+0x36/0x40
[  237.365366]  vfs_statx+0x76/0xe0
[  237.365368]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.365373]  SYSC_newstat+0x3d/0x70
[  237.365377]  ? call_rcu_sched+0x1d/0x20
[  237.365379]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.365383]  ? trace_hardirqs_on_thunk+0x1a/0x1c
[  237.365388]  SyS_newstat+0xe/0x10
[  237.365391]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.365392] RIP: 0033:0x7fc7d762c085
[  237.365412] RSP: 002b:00007fc7a2b795a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000004
[  237.365415] RAX: ffffffffffffffda RBX: 00007fc7a2b794d0 RCX: 00007fc7d762c085
[  237.365417] RDX: 00007fc7a2b795c0 RSI: 00007fc7a2b795c0 RDI: 00007fc79cc50400
[  237.365419] RBP: 00007fc7a2b795a0 R08: 0000000000000005 R09: 0000000000000005
[  237.365421] R10: 00000000fffffffb R11: 0000000000000246 R12: 000000000000000f
[  237.365423] R13: 00007fc79c007340 R14: 000055f2ab9b6cd0 R15: 00007fc7b9f7ce08
[  237.365479] worker          D12648  5171      1 0x00000000
[  237.365485] Call Trace:
[  237.365491]  __schedule+0x2dc/0xba0
[  237.365502]  schedule+0x33/0x90
[  237.365506]  io_schedule+0x16/0x40
[  237.365511]  wait_on_page_bit_common+0x10a/0x1a0
[  237.365519]  ? page_cache_tree_insert+0x140/0x140
[  237.365526]  __filemap_fdatawait_range+0xfd/0x190
[  237.365543]  file_write_and_wait_range+0x86/0xb0
[  237.365572]  xfs_file_fsync+0x7c/0x2b0 [xfs]
[  237.365583]  vfs_fsync_range+0x4e/0xb0
[  237.365591]  do_fsync+0x3d/0x70
[  237.365597]  SyS_fdatasync+0x13/0x20
[  237.365602]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.365606] RIP: 0033:0x7f3fcc6475dc
[  237.365608] RSP: 002b:00007f3fbd9d58e0 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[  237.365613] RAX: ffffffffffffffda RBX: 0000000000000189 RCX: 00007f3fcc6475dc
[  237.365615] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000011
[  237.365617] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff
[  237.365619] R10: 00007f3fbd9d5900 R11: 0000000000000293 R12: 00007f3fbd9d5900
[  237.365620] R13: 0000560344a2aa08 R14: 00007f3fbd9d5900 R15: 00007f3fbd9d69c0
[  237.365641] gitkraken       D12008  5398   5054 0x00000000
[  237.365646] Call Trace:
[  237.365652]  __schedule+0x2dc/0xba0
[  237.365661]  ? wait_for_completion+0x10e/0x1a0
[  237.365665]  schedule+0x33/0x90
[  237.365669]  schedule_timeout+0x25a/0x5b0
[  237.365676]  ? mark_held_locks+0x5f/0x90
[  237.365679]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.365683]  ? wait_for_completion+0x10e/0x1a0
[  237.365686]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.365692]  ? wait_for_completion+0x10e/0x1a0
[  237.365696]  wait_for_completion+0x136/0x1a0
[  237.365700]  ? wake_up_q+0x80/0x80
[  237.365724]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  237.365749]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  237.365774]  _xfs_buf_read+0x23/0x30 [xfs]
[  237.365797]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  237.365823]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.365853]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.365857]  ? rcu_read_lock_sched_held+0x79/0x80
[  237.365879]  xfs_imap_to_bp+0x67/0xe0 [xfs]
[  237.365908]  xfs_iread+0x86/0x220 [xfs]
[  237.365931]  xfs_iget+0x4c5/0x1070 [xfs]
[  237.365934]  ? kfree+0xfe/0x2e0
[  237.365969]  xfs_lookup+0x149/0x1e0 [xfs]
[  237.365999]  xfs_vn_lookup+0x70/0xb0 [xfs]
[  237.366006]  lookup_slow+0x132/0x220
[  237.366027]  walk_component+0x1bd/0x340
[  237.366037]  path_lookupat+0x84/0x1f0
[  237.366047]  filename_lookup+0xb6/0x190
[  237.366061]  ? __check_object_size+0xaf/0x1b0
[  237.366069]  ? strncpy_from_user+0x4d/0x170
[  237.366079]  user_path_at_empty+0x36/0x40
[  237.366083]  ? user_path_at_empty+0x36/0x40
[  237.366088]  vfs_statx+0x76/0xe0
[  237.366099]  SYSC_newlstat+0x3d/0x70
[  237.366107]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.366113]  ? trace_hardirqs_on_thunk+0x1a/0x1c
[  237.366120]  SyS_newlstat+0xe/0x10
[  237.366124]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.366127] RIP: 0033:0x7f5b8c88c125
[  237.366129] RSP: 002b:00007f5b774c9798 EFLAGS: 00000246 ORIG_RAX: 0000000000000006
[  237.366133] RAX: ffffffffffffffda RBX: 00002468ec927000 RCX: 00007f5b8c88c125
[  237.366135] RDX: 00007f5b774c9810 RSI: 00007f5b774c9810 RDI: 00002468ec927f00
[  237.366137] RBP: 0000000000000000 R08: 00002468eb7788c0 R09: 0000000000000009
[  237.366139] R10: 0000000000000027 R11: 0000000000000246 R12: 0000000000000000
[  237.366142] R13: 00007f5b774c8f00 R14: 00007f5b774c8f00 R15: 00002468ec927000
[  237.366160] gitkraken       D11912  5495   5054 0x00000000
[  237.366167] Call Trace:
[  237.366174]  __schedule+0x2dc/0xba0
[  237.366177]  ? __lock_acquire+0x2d4/0x1350
[  237.366184]  ? __down+0x84/0x110
[  237.366199]  schedule+0x33/0x90
[  237.366203]  schedule_timeout+0x25a/0x5b0
[  237.366208]  ? mark_held_locks+0x5f/0x90
[  237.366211]  ? _raw_spin_unlock_irq+0x2c/0x40
[  237.366214]  ? __down+0x84/0x110
[  237.366218]  ? trace_hardirqs_on_caller+0xf4/0x190
[  237.366223]  ? __down+0x84/0x110
[  237.366227]  __down+0xac/0x110
[  237.366256]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  237.366261]  down+0x41/0x50
[  237.366264]  ? down+0x41/0x50
[  237.366288]  xfs_buf_lock+0x4e/0x270 [xfs]
[  237.366313]  _xfs_buf_find+0x263/0xac0 [xfs]
[  237.366345]  xfs_buf_get_map+0x29/0x490 [xfs]
[  237.366373]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  237.366404]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  237.366444]  xfs_da_read_buf+0xca/0x110 [xfs]
[  237.366474]  xfs_dir3_data_read+0x23/0x60 [xfs]
[  237.366500]  xfs_dir2_leaf_readbuf+0x1c8/0x440 [xfs]
[  237.366503]  ? find_held_lock+0x3c/0xb0
[  237.366536]  ? xfs_ilock_data_map_shared+0x30/0x40 [xfs]
[  237.366540]  ? down_read_nested+0x73/0xb0
[  237.366571]  xfs_dir2_leaf_getdents+0x17e/0x2f0 [xfs]
[  237.366594]  ? xfs_dir2_leaf_getdents+0x17e/0x2f0 [xfs]
[  237.366626]  xfs_readdir+0x106/0x250 [xfs]
[  237.366666]  xfs_file_readdir+0x30/0x40 [xfs]
[  237.366671]  iterate_dir+0x9b/0x1a0
[  237.366679]  SyS_getdents+0xb3/0x160
[  237.366682]  ? fillonedir+0x130/0x130
[  237.366693]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  237.366696] RIP: 0033:0x7f5b8c85d1bb
[  237.366698] RSP: 002b:00007f5b6d40c510 EFLAGS: 00000202 ORIG_RAX: 000000000000004e
[  237.366702] RAX: ffffffffffffffda RBX: 0000000000000027 RCX: 00007f5b8c85d1bb
[  237.366705] RDX: 0000000000008000 RSI: 00002468ec935030 RDI: 0000000000000027
[  237.366707] RBP: 0000000000008000 R08: 00002468eb313010 R09: 0000000000000009
[  237.366709] R10: 00007f5b8c8e4140 R11: 0000000000000202 R12: 00007f5b94664d40
[  237.366711] R13: 00007f5b6d40e940 R14: 00007f5b6d40f640 R15: 0000000000000000
[  237.366714]  ? entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.374381] INFO: task TaskSchedulerFo:5624 blocked for more than 120 seconds.
[  369.374391]       Not tainted 4.15.0-rc4-amd-vega+ #9
[  369.374393] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.374395] TaskSchedulerFo D11688  5624   3825 0x00000000
[  369.374400] Call Trace:
[  369.374407]  __schedule+0x2dc/0xba0
[  369.374410]  ? __lock_acquire+0x2d4/0x1350
[  369.374415]  ? __down+0x84/0x110
[  369.374417]  schedule+0x33/0x90
[  369.374419]  schedule_timeout+0x25a/0x5b0
[  369.374423]  ? mark_held_locks+0x5f/0x90
[  369.374425]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.374426]  ? __down+0x84/0x110
[  369.374429]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.374431]  ? __down+0x84/0x110
[  369.374433]  __down+0xac/0x110
[  369.374466]  ? _xfs_buf_find+0x263/0xac0 [xfs]
[  369.374470]  down+0x41/0x50
[  369.374472]  ? down+0x41/0x50
[  369.374490]  xfs_buf_lock+0x4e/0x270 [xfs]
[  369.374507]  _xfs_buf_find+0x263/0xac0 [xfs]
[  369.374528]  xfs_buf_get_map+0x29/0x490 [xfs]
[  369.374545]  xfs_buf_read_map+0x2b/0x300 [xfs]
[  369.374567]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374585]  xfs_read_agi+0xaa/0x200 [xfs]
[  369.374605]  xfs_iunlink+0x4d/0x150 [xfs]
[  369.374609]  ? current_time+0x32/0x70
[  369.374629]  xfs_droplink+0x54/0x60 [xfs]
[  369.374654]  xfs_rename+0xb15/0xd10 [xfs]
[  369.374680]  xfs_vn_rename+0xd3/0x140 [xfs]
[  369.374687]  vfs_rename+0x476/0x960
[  369.374695]  SyS_rename+0x33f/0x390
[  369.374704]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.374707] RIP: 0033:0x7f01cf705137
[  369.374708] RSP: 002b:00007f01873e5608 EFLAGS: 00000202 ORIG_RAX: 0000000000000052
[  369.374710] RAX: ffffffffffffffda RBX: 0000000000000119 RCX: 00007f01cf705137
[  369.374711] RDX: 00007f01873e56dc RSI: 00003a5cd3540850 RDI: 00003a5cd7ea8000
[  369.374713] RBP: 00007f01873e6340 R08: 0000000000000000 R09: 00007f01873e54e0
[  369.374714] R10: 00007f01873e55f0 R11: 0000000000000202 R12: 00007f01873e6218
[  369.374715] R13: 00007f01873e6358 R14: 0000000000000000 R15: 00003a5cd8416000
[  369.374725] INFO: task disk_cache:0:3971 blocked for more than 120 seconds.
[  369.374727]       Not tainted 4.15.0-rc4-amd-vega+ #9
[  369.374729] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  369.374731] disk_cache:0    D12432  3971   3903 0x00000000
[  369.374735] Call Trace:
[  369.374738]  __schedule+0x2dc/0xba0
[  369.374743]  ? wait_for_completion+0x10e/0x1a0
[  369.374745]  schedule+0x33/0x90
[  369.374747]  schedule_timeout+0x25a/0x5b0
[  369.374751]  ? mark_held_locks+0x5f/0x90
[  369.374753]  ? _raw_spin_unlock_irq+0x2c/0x40
[  369.374755]  ? wait_for_completion+0x10e/0x1a0
[  369.374757]  ? trace_hardirqs_on_caller+0xf4/0x190
[  369.374760]  ? wait_for_completion+0x10e/0x1a0
[  369.374762]  wait_for_completion+0x136/0x1a0
[  369.374765]  ? wake_up_q+0x80/0x80
[  369.374782]  ? _xfs_buf_read+0x23/0x30 [xfs]
[  369.374798]  xfs_buf_submit_wait+0xb2/0x530 [xfs]
[  369.374814]  _xfs_buf_read+0x23/0x30 [xfs]
[  369.374828]  xfs_buf_read_map+0x14b/0x300 [xfs]
[  369.374847]  ? xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374867]  xfs_trans_read_buf_map+0xc4/0x5d0 [xfs]
[  369.374883]  xfs_da_read_buf+0xca/0x110 [xfs]
[  369.374901]  xfs_dir3_data_read+0x23/0x60 [xfs]
[  369.374916]  xfs_dir2_leaf_addname+0x335/0x8b0 [xfs]
[  369.374936]  xfs_dir_createname+0x17e/0x1d0 [xfs]
[  369.374956]  xfs_create+0x6ad/0x840 [xfs]
[  369.374981]  xfs_generic_create+0x1fa/0x2d0 [xfs]
[  369.375000]  xfs_vn_mknod+0x14/0x20 [xfs]
[  369.375016]  xfs_vn_create+0x13/0x20 [xfs]
[  369.375018]  lookup_open+0x5ea/0x7c0
[  369.375025]  ? __wake_up_common_lock+0x65/0xc0
[  369.375032]  path_openat+0x318/0xc80
[  369.375039]  do_filp_open+0x9b/0x110
[  369.375047]  ? _raw_spin_unlock+0x27/0x40
[  369.375053]  do_sys_open+0x1ba/0x250
[  369.375055]  ? do_sys_open+0x1ba/0x250
[  369.375059]  SyS_openat+0x14/0x20
[  369.375062]  entry_SYSCALL_64_fastpath+0x1f/0x96
[  369.375063] RIP: 0033:0x7f616bf1b080
[  369.375064] RSP: 002b:00007f614bd56930 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[  369.375067] RAX: ffffffffffffffda RBX: 00003d8825112800 RCX: 00007f616bf1b080
[  369.375068] RDX: 0000000000080041 RSI: 00003d8824da6070 RDI: ffffffffffffff9c
[  369.375069] RBP: 0000000000000022 R08: 0000000000000000 R09: 0000000000000050
[  369.375070] R10: 00000000000001a4 R11: 0000000000000293 R12: 00007f614bd569c8
[  369.375071] R13: 0000000000000008 R14: 00003d8824da6150 R15: 0000000000000008
[  369.375206] 
               Showing all locks held in the system:
[  369.375215] 5 locks held by kworker/2:1/60:
[  369.375221]  #0:  ((wq_completion)"xfs-eofblocks/%s"mp->m_fsname){+.+.}, at: [<00000000731c4c52>] process_one_work+0x1b9/0x680
[  369.375230]  #1:  ((work_completion)(&(&mp->m_eofblocks_work)->work)){+.+.}, at: [<00000000731c4c52>] process_one_work+0x1b9/0x680
[  369.375236]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000d49e2308>] xfs_ilock_nowait+0x12d/0x270 [xfs]
[  369.375258]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375281]  #4:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375301] 1 lock held by khungtaskd/67:
[  369.375302]  #0:  (tasklist_lock){.+.+}, at: [<000000006840dd64>] debug_show_all_locks+0x3d/0x1a0
[  369.375314] 3 locks held by kworker/u16:5/148:
[  369.375315]  #0:  ((wq_completion)"writeback"){+.+.}, at: [<00000000731c4c52>] process_one_work+0x1b9/0x680
[  369.375321]  #1:  ((work_completion)(&(&wb->dwork)->work)){+.+.}, at: [<00000000731c4c52>] process_one_work+0x1b9/0x680
[  369.375327]  #2:  (&type->s_umount_key#63){++++}, at: [<0000000022e51a82>] trylock_super+0x1b/0x50
[  369.375392] 4 locks held by gnome-shell/1970:
[  369.375393]  #0:  (&mm->mmap_sem){++++}, at: [<00000000642ae303>] vm_mmap_pgoff+0xa1/0x120
[  369.375401]  #1:  (sb_writers#17){.+.+}, at: [<00000000626e98dc>] touch_atime+0x64/0xd0
[  369.375408]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375430]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375453] 4 locks held by pool/6879:
[  369.375454]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375462]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375470]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375491]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375520] 8 locks held by dconf-service/2129:
[  369.375521]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375538]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375546]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.375553]  #3:  (&sb->s_type->i_mutex_key#20/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.375571]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375607]  #5:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375639]  #6:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375671]  #7:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375741] 1 lock held by tracker-store/2481:
[  369.375743]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000009a06b5ff>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.375822] 8 locks held by TaskSchedulerBa/3894:
[  369.375824]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.375835]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.375848]  #2:  (&inode->i_rwsem){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.375858]  #3:  (&inode->i_rwsem/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.375869]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.375905]  #5:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.375936]  #6:  (&xfs_dir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375967]  #7:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.375997] 6 locks held by TaskSchedulerFo/3896:
[  369.375999]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376010]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.376023]  #2:  (&inode->i_rwsem){++++}, at: [<00000000d6a8d3d3>] vfs_unlink+0x50/0x1c0
[  369.376033]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376068]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376098]  #5:  (&xfs_nondir_ilock_class){++++}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.376130] 2 locks held by TaskSchedulerFo/3897:
[  369.376132]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376143]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376155] 4 locks held by TaskSchedulerFo/3898:
[  369.376157]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376179]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376191]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376226]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376261] 3 locks held by TaskSchedulerFo/4004:
[  369.376263]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376274]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376310]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376341] 3 locks held by TaskSchedulerFo/4214:
[  369.376343]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376353]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376388]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376420] 8 locks held by TaskSchedulerFo/5624:
[  369.376421]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376433]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.376446]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000926eb288>] lock_two_nondirectories+0x6d/0x80
[  369.376457]  #3:  (&sb->s_type->i_mutex_key#20/4){+.+.}, at: [<0000000032f8e229>] lock_two_nondirectories+0x56/0x80
[  369.376470]  #4:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376504]  #5:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376535]  #6:  (&xfs_nondir_ilock_class/2){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376568]  #7:  (&xfs_nondir_ilock_class/3){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376600] 2 locks held by TaskSchedulerFo/5625:
[  369.376602]  #0:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376636]  #1:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376667] 2 locks held by TaskSchedulerFo/5627:
[  369.376669]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376680]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.376695] 5 locks held by disk_cache:0/3971:
[  369.376697]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376708]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000000a1a7597>] path_openat+0x2fe/0xc80
[  369.376719]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376754]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376786]  #4:  (&(&ip->i_lock)->mr_lock){+.+.}, at: [<000000005543d627>] xfs_ilock_nowait+0x194/0x270 [xfs]
[  369.376824] 1 lock held by firefox/4007:
[  369.376826]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000487923d9>] path_openat+0x6d6/0xc80
[  369.376840] 5 locks held by Cache2 I/O/4896:
[  369.376842]  #0:  (sb_writers#17){.+.+}, at: [<0000000090328571>] do_sys_ftruncate.constprop.17+0xdf/0x110
[  369.376855]  #1:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000001bfdce57>] do_truncate+0x65/0xc0
[  369.376866]  #2:  (&(&ip->i_mmaplock)->mr_lock){++++}, at: [<00000000493cf182>] xfs_ilock+0x156/0x210 [xfs]
[  369.376896]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.376931]  #4:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.376964] 4 locks held by Classif~ Update/5798:
[  369.376966]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.376977]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<0000000083a49cad>] filename_create+0x83/0x160
[  369.376990]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377025]  #3:  (&xfs_dir_ilock_class/5){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377059] 4 locks held by StreamTrans #29/6033:
[  369.377060]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377071]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377084]  #2:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377119]  #3:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377150] 3 locks held by QuotaManager IO/6194:
[  369.377152]  #0:  (&f->f_pos_lock){+.+.}, at: [<00000000a655448c>] __fdget_pos+0x4c/0x60
[  369.377179]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000009c036bbe>] iterate_dir+0x53/0x1a0
[  369.377199]  #2:  (&xfs_dir_ilock_class){++++}, at: [<00000000276bf747>] xfs_ilock+0xe6/0x210 [xfs]
[  369.377242] 2 locks held by StreamTrans #35/6237:
[  369.377244]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377255]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377268] 3 locks held by DOM Worker/6246:
[  369.377270]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377281]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377317]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377349] 2 locks held by StreamTrans #42/6259:
[  369.377350]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377361]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<00000000d0bc23a2>] lock_rename+0xda/0x100
[  369.377377] 3 locks held by StreamTrans #48/6956:
[  369.377378]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377389]  #1:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377424]  #2:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377472] 1 lock held by pool/4595:
[  369.377474]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000534237e8>] lookup_slow+0xe5/0x220
[  369.377509] 1 lock held by worker/5171:
[  369.377511]  #0:  (&sb->s_type->i_mutex_key#20){++++}, at: [<000000009a06b5ff>] xfs_ilock+0x1a6/0x210 [xfs]
[  369.377558] 1 lock held by CPU 0/KVM/5172:
[  369.377561]  #0:  (&vcpu->mutex){+.+.}, at: [<00000000109f3ea1>] vcpu_load+0x1c/0x60 [kvm]
[  369.377601] 1 lock held by gitkraken/5407:
[  369.377604]  #0:  (&type->i_mutex_dir_key#7){++++}, at: [<00000000534237e8>] lookup_slow+0xe5/0x220
[  369.377624] 3 locks held by gitkraken/5495:
[  369.377626]  #0:  (&f->f_pos_lock){+.+.}, at: [<00000000a655448c>] __fdget_pos+0x4c/0x60
[  369.377642]  #1:  (&type->i_mutex_dir_key#7){++++}, at: [<000000009c036bbe>] iterate_dir+0x53/0x1a0
[  369.377660]  #2:  (&xfs_dir_ilock_class){++++}, at: [<00000000276bf747>] xfs_ilock+0xe6/0x210 [xfs]
[  369.377742] 1 lock held by trace-cmd/6122:
[  369.377743]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377756] 1 lock held by trace-cmd/6123:
[  369.377757]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377768] 1 lock held by trace-cmd/6124:
[  369.377770]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377781] 1 lock held by trace-cmd/6125:
[  369.377783]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377795] 1 lock held by trace-cmd/6126:
[  369.377797]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377808] 1 lock held by trace-cmd/6127:
[  369.377809]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377821] 1 lock held by trace-cmd/6128:
[  369.377822]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377833] 1 lock held by trace-cmd/6129:
[  369.377835]  #0:  (&pipe->mutex/1){+.+.}, at: [<0000000005d368c0>] pipe_lock+0x1f/0x30
[  369.377851] 2 locks held by nautilus/6272:
[  369.377853]  #0:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.377890]  #1:  (&xfs_nondir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.377933] 6 locks held by rm/6958:
[  369.377935]  #0:  (sb_writers#17){.+.+}, at: [<00000000e08ea99d>] mnt_want_write+0x24/0x50
[  369.377946]  #1:  (&type->i_mutex_dir_key#7/1){+.+.}, at: [<000000001fe370fd>] do_unlinkat+0x129/0x300
[  369.377960]  #2:  (&sb->s_type->i_mutex_key#20){++++}, at: [<00000000d6a8d3d3>] vfs_unlink+0x50/0x1c0
[  369.377971]  #3:  (sb_internal#2){.+.+}, at: [<000000009149be51>] xfs_trans_alloc+0xec/0x130 [xfs]
[  369.378006]  #4:  (&xfs_dir_ilock_class){++++}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]
[  369.378038]  #5:  (&xfs_nondir_ilock_class/1){+.+.}, at: [<000000009f144141>] xfs_ilock+0x16e/0x210 [xfs]

[  369.378073] =============================================

[  457.883247] TaskSchedulerFo (3896) used greatest stack depth: 10664 bytes left

[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux