Hi, I have found that memory leaks quickly while playing Division 2 with DX12 render (3 hours - 30Gb, 6 hours - 60Gb). Bugreport: https://gitlab.freedesktop.org/drm/amd/-/issues/2360 Therefore, to make sure that the memory does not leak or leaks more slowly I played in Division 2 with a DX11 render - 12 hours. My experiment ended with a GPU hang and this happened immediately after the message in the kernel logs: [47762.215076] ===================================================== [47762.215080] WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected [47762.215085] 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 Tainted: G W L ------- --- [47762.215090] ----------------------------------------------------- [47762.215094] kworker/8:2/80000 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire: [47762.215099] ffff8c4704d290c0 (&xa->xa_lock#12){+.+.}-{2:2}, at: xa_erase+0xd/0x30 [47762.215112] and this task is already holding: [47762.215116] ffff8c47115f9ba8 (&fence->lock){-.-.}-{2:2}, at: dma_fence_signal+0x23/0x70 [47762.215128] which would create a new lock dependency: [47762.215132] (&fence->lock){-.-.}-{2:2} -> (&xa->xa_lock#12){+.+.}-{2:2} [47762.215141] but this new dependency connects a HARDIRQ-irq-safe lock: [47762.215145] (&fence->lock){-.-.}-{2:2} [47762.215147] ... which became HARDIRQ-irq-safe at: [47762.215154] lock_acquire+0xc2/0x2b0 [47762.215161] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.215166] dma_fence_signal+0x23/0x70 [47762.215171] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.215179] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.215184] dma_fence_signal+0x36/0x70 [47762.215189] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.215436] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.215699] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.215946] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.216197] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.216439] __handle_irq_event_percpu+0x87/0x2e0 [47762.216446] handle_irq_event+0x34/0x70 [47762.216453] handle_edge_irq+0x9f/0x240 [47762.216459] __common_interrupt+0x71/0x150 [47762.216465] common_interrupt+0xb4/0xd0 [47762.216470] asm_common_interrupt+0x22/0x40 [47762.216476] cpuidle_enter_state+0xeb/0x320 [47762.216481] cpuidle_enter+0x29/0x40 [47762.216486] do_idle+0x202/0x290 [47762.216491] cpu_startup_entry+0x19/0x20 [47762.216562] start_secondary+0x10f/0x130 [47762.216568] secondary_startup_64_no_verify+0xe5/0xeb [47762.216573] to a HARDIRQ-irq-unsafe lock: [47762.216576] (&xa->xa_lock#12){+.+.}-{2:2} [47762.216579] ... which became HARDIRQ-irq-unsafe at: [47762.216586] ... [47762.216587] lock_acquire+0xc2/0x2b0 [47762.216594] _raw_spin_lock+0x33/0x80 [47762.216599] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.216607] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.216843] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.217072] drm_ioctl_kernel+0xac/0x160 [47762.217078] drm_ioctl+0x1ed/0x460 [47762.217083] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.217308] __x64_sys_ioctl+0x90/0xd0 [47762.217315] do_syscall_64+0x5b/0x80 [47762.217319] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.217325] other info that might help us debug this: [47762.217329] Possible interrupt unsafe locking scenario: [47762.217333] CPU0 CPU1 [47762.217336] ---- ---- [47762.217340] lock(&xa->xa_lock#12); [47762.217345] local_irq_disable(); [47762.217349] lock(&fence->lock); [47762.217406] lock(&xa->xa_lock#12); [47762.217411] <Interrupt> [47762.217415] lock(&fence->lock); [47762.217420] *** DEADLOCK *** [47762.217423] 4 locks held by kworker/8:2/80000: [47762.217427] #0: ffff8c4240051748 ((wq_completion)events){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0 [47762.217436] #1: ffff9906d8203e78 ((work_completion)(&job->work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0 [47762.217444] #2: ffffffff8971a780 (dma_fence_map){++++}-{0:0}, at: dma_fence_signal+0x18/0x70 [47762.217452] #3: ffff8c47115f9ba8 (&fence->lock){-.-.}-{2:2}, at: dma_fence_signal+0x23/0x70 [47762.217462] the dependencies between HARDIRQ-irq-safe lock and the holding lock: [47762.217525] -> (&fence->lock){-.-.}-{2:2} { [47762.217531] IN-HARDIRQ-W at: [47762.217535] lock_acquire+0xc2/0x2b0 [47762.217540] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.217545] dma_fence_signal+0x23/0x70 [47762.217550] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.217557] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.217562] dma_fence_signal+0x36/0x70 [47762.217568] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.217794] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.218044] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.218289] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.218537] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.218778] __handle_irq_event_percpu+0x87/0x2e0 [47762.218783] handle_irq_event+0x34/0x70 [47762.218788] handle_edge_irq+0x9f/0x240 [47762.218793] __common_interrupt+0x71/0x150 [47762.218798] common_interrupt+0xb4/0xd0 [47762.218802] asm_common_interrupt+0x22/0x40 [47762.218807] cpuidle_enter_state+0xeb/0x320 [47762.218812] cpuidle_enter+0x29/0x40 [47762.218816] do_idle+0x202/0x290 [47762.218821] cpu_startup_entry+0x19/0x20 [47762.218826] start_secondary+0x10f/0x130 [47762.218884] secondary_startup_64_no_verify+0xe5/0xeb [47762.218889] IN-SOFTIRQ-W at: [47762.218894] lock_acquire+0xc2/0x2b0 [47762.218899] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.218904] dma_fence_signal+0x23/0x70 [47762.218909] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.218916] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.218921] dma_fence_signal+0x36/0x70 [47762.218926] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.219160] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.219408] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.219655] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.219896] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.220140] __handle_irq_event_percpu+0x87/0x2e0 [47762.220146] handle_irq_event+0x34/0x70 [47762.220150] handle_edge_irq+0x9f/0x240 [47762.220155] __common_interrupt+0x71/0x150 [47762.220159] common_interrupt+0x5c/0xd0 [47762.220164] asm_common_interrupt+0x22/0x40 [47762.220169] __do_softirq+0xcb/0x550 [47762.220174] __irq_exit_rcu+0xed/0x160 [47762.220179] irq_exit_rcu+0xa/0x30 [47762.220184] sysvec_apic_timer_interrupt+0x9e/0xc0 [47762.220189] asm_sysvec_apic_timer_interrupt+0x16/0x20 [47762.220247] cpuidle_enter_state+0xeb/0x320 [47762.220252] cpuidle_enter+0x29/0x40 [47762.220256] do_idle+0x202/0x290 [47762.220261] cpu_startup_entry+0x19/0x20 [47762.220265] start_secondary+0x10f/0x130 [47762.220271] secondary_startup_64_no_verify+0xe5/0xeb [47762.220276] INITIAL USE at: [47762.220280] lock_acquire+0xc2/0x2b0 [47762.220285] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.220290] dma_fence_signal+0x23/0x70 [47762.220296] drm_sched_main+0x19f/0x4a0 [gpu_sched] [47762.220355] kthread+0xf5/0x120 [47762.220360] ret_from_fork+0x2c/0x50 [47762.220364] } [47762.220368] ... key at: [<ffffffffc044a130>] __key.21+0x0/0xffffffffffffaed0 [gpu_sched] [47762.220376] the dependencies between the lock to be acquired [47762.220377] and HARDIRQ-irq-unsafe lock: [47762.220388] -> (&xa->xa_lock#12){+.+.}-{2:2} { [47762.220395] HARDIRQ-ON-W at: [47762.220399] lock_acquire+0xc2/0x2b0 [47762.220455] _raw_spin_lock+0x33/0x80 [47762.220460] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.220467] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.220708] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.220938] drm_ioctl_kernel+0xac/0x160 [47762.220943] drm_ioctl+0x1ed/0x460 [47762.220949] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.221223] __x64_sys_ioctl+0x90/0xd0 [47762.221229] do_syscall_64+0x5b/0x80 [47762.221236] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.221241] SOFTIRQ-ON-W at: [47762.221246] lock_acquire+0xc2/0x2b0 [47762.221251] _raw_spin_lock+0x33/0x80 [47762.221256] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.221263] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.221503] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.221738] drm_ioctl_kernel+0xac/0x160 [47762.221744] drm_ioctl+0x1ed/0x460 [47762.221750] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.221976] __x64_sys_ioctl+0x90/0xd0 [47762.221982] do_syscall_64+0x5b/0x80 [47762.221986] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.221991] INITIAL USE at: [47762.221995] lock_acquire+0xc2/0x2b0 [47762.222000] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.222005] xa_destroy+0x4e/0x140 [47762.222011] drm_sched_job_cleanup+0xcf/0x110 [gpu_sched] [47762.222018] amdgpu_job_free_cb+0xe/0x70 [amdgpu] [47762.222293] drm_sched_main+0x60/0x4a0 [gpu_sched] [47762.222300] kthread+0xf5/0x120 [47762.222305] ret_from_fork+0x2c/0x50 [47762.222310] } [47762.222314] ... key at: [<ffffffffc044a120>] __key.8+0x0/0xffffffffffffaee0 [gpu_sched] [47762.222321] ... acquired at: [47762.222325] lock_acquire+0xc2/0x2b0 [47762.222330] _raw_spin_lock+0x33/0x80 [47762.222335] xa_erase+0xd/0x30 [47762.222340] drm_sched_entity_kill_jobs_cb+0x5b/0x140 [gpu_sched] [47762.222348] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.222354] dma_fence_signal+0x36/0x70 [47762.222359] drm_sched_entity_kill_jobs_work+0x17/0x40 [gpu_sched] [47762.222367] process_one_work+0x294/0x5b0 [47762.222372] worker_thread+0x4f/0x3a0 [47762.222376] kthread+0xf5/0x120 [47762.222381] ret_from_fork+0x2c/0x50 [47762.222388] stack backtrace: [47762.222393] CPU: 8 PID: 80000 Comm: kworker/8:2 Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47762.222398] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022 [47762.222455] Workqueue: events drm_sched_entity_kill_jobs_work [gpu_sched] [47762.222463] Call Trace: [47762.222467] <TASK> [47762.222473] dump_stack_lvl+0x55/0x71 [47762.222479] check_irq_usage.cold+0x28a/0x28f [47762.222487] ? check_noncircular+0x8b/0x110 [47762.222495] ? __lock_acquire+0x11c0/0x1df0 [47762.222500] __lock_acquire+0x11c0/0x1df0 [47762.222507] lock_acquire+0xc2/0x2b0 [47762.222513] ? xa_erase+0xd/0x30 [47762.222522] _raw_spin_lock+0x33/0x80 [47762.222528] ? xa_erase+0xd/0x30 [47762.222534] xa_erase+0xd/0x30 [47762.222539] drm_sched_entity_kill_jobs_cb+0x5b/0x140 [gpu_sched] [47762.222546] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.222553] dma_fence_signal+0x36/0x70 [47762.222559] drm_sched_entity_kill_jobs_work+0x17/0x40 [gpu_sched] [47762.222567] process_one_work+0x294/0x5b0 [47762.222575] worker_thread+0x4f/0x3a0 [47762.222581] ? __pfx_worker_thread+0x10/0x10 [47762.222585] kthread+0xf5/0x120 [47762.222590] ? __pfx_kthread+0x10/0x10 [47762.222595] ret_from_fork+0x2c/0x50 [47762.222603] </TASK> I'm even afraid to do it again. Because it is very time consuming. I hope there is something useful in the logs. Full kernel log attached below. -- Best Regards, Mike Gavrilov.
[ 0.000000] Linux version 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 (mockbuild@9d3e8adf52464b1b840a18e88b04cf04) (gcc (GCC) 13.0.0 20230115 (Red Hat 13.0.0-0), GNU ld version 2.39-6.fc38) #1 SMP PREEMPT_DYNAMIC Sat Jan 21 03:39:49 +05 2023 [ 0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 root=UUID=eb7c87da-2256-444a-9b43-58e4c15e0b9e ro rootflags=subvol=@root resume=UUID=03815046-e1f3-48e7-ae3d-f260dc5a786b log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1 [ 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 'compacted' format. [ 0.000000] signal: max sigframe size: 1776 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a210fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000a211000-0x00000000c327afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c327b000-0x00000000c327bfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c327c000-0x00000000ca11efff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ca11f000-0x00000000ca525fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ca526000-0x00000000ca694fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000ca695000-0x00000000caa09fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000caa0a000-0x00000000cb9fefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102f2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000102f300000-0x000000102fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0xbdce1018-0xbdcf2067] usable ==> usable [ 0.000000] e820: update [mem 0xbdce1018-0xbdcf2067] usable ==> usable [ 0.000000] e820: update [mem 0xbdcc5018-0xbdce0257] usable ==> usable [ 0.000000] e820: update [mem 0xbdcc5018-0xbdce0257] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a210fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000a211000-0x00000000bdcc5017] usable [ 0.000000] reserve setup_data: [mem 0x00000000bdcc5018-0x00000000bdce0257] usable [ 0.000000] reserve setup_data: [mem 0x00000000bdce0258-0x00000000bdce1017] usable [ 0.000000] reserve setup_data: [mem 0x00000000bdce1018-0x00000000bdcf2067] usable [ 0.000000] reserve setup_data: [mem 0x00000000bdcf2068-0x00000000c327afff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c327b000-0x00000000c327bfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000c327c000-0x00000000ca11efff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ca11f000-0x00000000ca525fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ca526000-0x00000000ca694fff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000ca695000-0x00000000caa09fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000caa0a000-0x00000000cb9fefff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000102f2fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000102f300000-0x000000102fffffff] reserved [ 0.000000] efi: EFI v2.70 by American Megatrends [ 0.000000] efi: ACPI=0xca694000 ACPI 2.0=0xca694014 TPMFinalLog=0xca9bd000 SMBIOS=0xcb7ea000 SMBIOS 3.0=0xcb7e9000 MEMATTR=0xc8686018 ESRT=0xc8c2fc98 MOKvar=0xcb846000 RNG=0xca677c18 TPMEventLog=0xbdcf4018 [ 0.000000] random: crng init done [ 0.000000] efi: Remove mem71: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map [ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved [ 0.000000] efi: Remove mem72: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map [ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved [ 0.000000] efi: Remove mem73: MMIO range=[0xfd400000-0xfd5fffff] (2MB) from e820 map [ 0.000000] e820: remove [mem 0xfd400000-0xfd5fffff] reserved [ 0.000000] efi: Not removing mem74: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map [ 0.000000] efi: Remove mem75: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map [ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved [ 0.000000] efi: Not removing mem76: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem77: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem78: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map [ 0.000000] efi: Not removing mem79: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map [ 0.000000] efi: Not removing mem80: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map [ 0.000000] efi: Not removing mem81: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map [ 0.000000] efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map [ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved [ 0.000000] secureboot: Secure boot disabled [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3500.151 MHz processor [ 0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000017] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000026] last_pfn = 0x102f300 max_arch_pfn = 0x400000000 [ 0.000031] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000724] e820: update [mem 0xca750000-0xca75ffff] usable ==> reserved [ 0.000733] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved [ 0.000739] last_pfn = 0xcd000 max_arch_pfn = 0x400000000 [ 0.004772] esrt: Reserving ESRT space from 0x00000000c8c2fc98 to 0x00000000c8c2fcd0. [ 0.004782] e820: update [mem 0xc8c2f000-0xc8c2ffff] usable ==> reserved [ 0.004803] Using GB pages for direct mapping [ 0.013838] printk: log_buf_len: 16777216 bytes [ 0.013842] printk: early log buf free: 253400(96%) [ 0.013843] secureboot: Secure boot disabled [ 0.013844] RAMDISK: [mem 0xbdcfd000-0xc0e34fff] [ 0.013848] ACPI: Early table checksum verification disabled [ 0.013853] ACPI: RSDP 0x00000000CA694014 000024 (v02 ALASKA) [ 0.013857] ACPI: XSDT 0x00000000CA693728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.013864] ACPI: FACP 0x00000000CA68C000 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.013870] ACPI: DSDT 0x00000000CA67D000 00E274 (v02 ALASKA A M I 01072009 INTL 20120913) [ 0.013874] ACPI: FACS 0x00000000CA9ED000 000040 [ 0.013878] ACPI: SSDT 0x00000000CA692000 00092A (v02 AMD AmdTable 00000002 MSFT 04000000) [ 0.013882] ACPI: SSDT 0x00000000CA68E000 003B86 (v01 AMD AMD AOD 00000001 INTL 20120913) [ 0.013886] ACPI: SSDT 0x00000000CA68D000 0001CC (v02 ALASKA CPUSSDT 01072009 AMI 01072009) [ 0.013890] ACPI: FIDT 0x00000000CA67C000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.013894] ACPI: FPDT 0x00000000CA56F000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.013898] ACPI: MCFG 0x00000000CA67A000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.013902] ACPI: HPET 0x00000000CA679000 000038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.013906] ACPI: SSDT 0x00000000CA678000 000024 (v01 AMD BIXBY 00001000 INTL 20120913) [ 0.013910] ACPI: IVRS 0x00000000CA676000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.013913] ACPI: VFCT 0x00000000CA667000 00E284 (v01 ALASKA A M I 00000001 AMD 31504F47) [ 0.013917] ACPI: WPBT 0x00000000CA588000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001) [ 0.013921] ACPI: TPM2 0x00000000CA587000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.013925] ACPI: PCCT 0x00000000CA586000 00006E (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.013929] ACPI: SSDT 0x00000000CA57D000 008033 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.013933] ACPI: CRAT 0x00000000CA57B000 001DD0 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.013937] ACPI: CDIT 0x00000000CA57A000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.013941] ACPI: SSDT 0x00000000CA579000 0002C2 (v01 AMD QOGIRDGP 00000001 INTL 20120913) [ 0.013944] ACPI: SSDT 0x00000000CA577000 0010B4 (v01 AMD QOGIRTPX 00000001 INTL 20120913) [ 0.013948] ACPI: SSDT 0x00000000CA576000 00052C (v01 AMD QOGIRNOI 00000001 INTL 20120913) [ 0.013952] ACPI: SSDT 0x00000000CA572000 003E42 (v01 AMD QOGIRN 00000001 INTL 20120913) [ 0.013956] ACPI: WSMT 0x00000000CA571000 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.013960] ACPI: APIC 0x00000000CA570000 00015E (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.013964] ACPI: Reserving FACP table memory at [mem 0xca68c000-0xca68c113] [ 0.013965] ACPI: Reserving DSDT table memory at [mem 0xca67d000-0xca68b273] [ 0.013967] ACPI: Reserving FACS table memory at [mem 0xca9ed000-0xca9ed03f] [ 0.013968] ACPI: Reserving SSDT table memory at [mem 0xca692000-0xca692929] [ 0.013969] ACPI: Reserving SSDT table memory at [mem 0xca68e000-0xca691b85] [ 0.013970] ACPI: Reserving SSDT table memory at [mem 0xca68d000-0xca68d1cb] [ 0.013971] ACPI: Reserving FIDT table memory at [mem 0xca67c000-0xca67c09b] [ 0.013973] ACPI: Reserving FPDT table memory at [mem 0xca56f000-0xca56f043] [ 0.013974] ACPI: Reserving MCFG table memory at [mem 0xca67a000-0xca67a03b] [ 0.013975] ACPI: Reserving HPET table memory at [mem 0xca679000-0xca679037] [ 0.013976] ACPI: Reserving SSDT table memory at [mem 0xca678000-0xca678023] [ 0.013977] ACPI: Reserving IVRS table memory at [mem 0xca676000-0xca6760cf] [ 0.013978] ACPI: Reserving VFCT table memory at [mem 0xca667000-0xca675283] [ 0.013980] ACPI: Reserving WPBT table memory at [mem 0xca588000-0xca58803b] [ 0.013981] ACPI: Reserving TPM2 table memory at [mem 0xca587000-0xca58704b] [ 0.013982] ACPI: Reserving PCCT table memory at [mem 0xca586000-0xca58606d] [ 0.013983] ACPI: Reserving SSDT table memory at [mem 0xca57d000-0xca585032] [ 0.013984] ACPI: Reserving CRAT table memory at [mem 0xca57b000-0xca57cdcf] [ 0.013985] ACPI: Reserving CDIT table memory at [mem 0xca57a000-0xca57a028] [ 0.013987] ACPI: Reserving SSDT table memory at [mem 0xca579000-0xca5792c1] [ 0.013988] ACPI: Reserving SSDT table memory at [mem 0xca577000-0xca5780b3] [ 0.013989] ACPI: Reserving SSDT table memory at [mem 0xca576000-0xca57652b] [ 0.013990] ACPI: Reserving SSDT table memory at [mem 0xca572000-0xca575e41] [ 0.013991] ACPI: Reserving WSMT table memory at [mem 0xca571000-0xca571027] [ 0.013992] ACPI: Reserving APIC table memory at [mem 0xca570000-0xca57015d] [ 0.014045] No NUMA configuration found [ 0.014046] Faking a node at [mem 0x0000000000000000-0x000000102f2fffff] [ 0.014054] NODE_DATA(0) allocated [mem 0x102aad4000-0x102aafffff] [ 0.086001] Zone ranges: [ 0.086004] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.086007] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.086009] Normal [mem 0x0000000100000000-0x000000102f2fffff] [ 0.086011] Device empty [ 0.086013] Movable zone start for each node [ 0.086016] Early memory node ranges [ 0.086017] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.086019] node 0: [mem 0x0000000000100000-0x0000000009d1efff] [ 0.086020] node 0: [mem 0x000000000a000000-0x000000000a1fffff] [ 0.086021] node 0: [mem 0x000000000a211000-0x00000000c327afff] [ 0.086023] node 0: [mem 0x00000000c327c000-0x00000000ca11efff] [ 0.086024] node 0: [mem 0x00000000cb9ff000-0x00000000ccffffff] [ 0.086025] node 0: [mem 0x0000000100000000-0x000000102f2fffff] [ 0.086032] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f2fffff] [ 0.086039] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.086059] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.086235] On node 0, zone DMA32: 737 pages in unavailable ranges [ 0.089778] On node 0, zone DMA32: 17 pages in unavailable ranges [ 0.089913] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.089990] On node 0, zone DMA32: 6368 pages in unavailable ranges [ 0.164180] On node 0, zone Normal: 12288 pages in unavailable ranges [ 0.164212] On node 0, zone Normal: 3328 pages in unavailable ranges [ 0.165001] ACPI: PM-Timer IO Port: 0x808 [ 0.165010] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.165029] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23 [ 0.165036] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55 [ 0.165038] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.165040] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.165044] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.165046] ACPI: HPET id: 0x10228201 base: 0xfed00000 [ 0.165052] smpboot: Allowing 32 CPUs, 0 hotplug CPUs [ 0.165099] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.165101] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.165104] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff] [ 0.165106] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a210fff] [ 0.165109] PM: hibernation: Registered nosave memory: [mem 0xbdcc5000-0xbdcc5fff] [ 0.165111] PM: hibernation: Registered nosave memory: [mem 0xbdce0000-0xbdce0fff] [ 0.165112] PM: hibernation: Registered nosave memory: [mem 0xbdce1000-0xbdce1fff] [ 0.165115] PM: hibernation: Registered nosave memory: [mem 0xbdcf2000-0xbdcf2fff] [ 0.165117] PM: hibernation: Registered nosave memory: [mem 0xc327b000-0xc327bfff] [ 0.165120] PM: hibernation: Registered nosave memory: [mem 0xc8c2f000-0xc8c2ffff] [ 0.165122] PM: hibernation: Registered nosave memory: [mem 0xca11f000-0xca525fff] [ 0.165123] PM: hibernation: Registered nosave memory: [mem 0xca526000-0xca694fff] [ 0.165124] PM: hibernation: Registered nosave memory: [mem 0xca695000-0xcaa09fff] [ 0.165125] PM: hibernation: Registered nosave memory: [mem 0xcaa0a000-0xcb9fefff] [ 0.165128] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff] [ 0.165129] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe9fffff] [ 0.165130] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] [ 0.165131] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff] [ 0.165132] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [ 0.165133] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [ 0.165134] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.165135] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [ 0.165136] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [ 0.165137] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [ 0.165138] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] [ 0.165139] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] [ 0.165140] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] [ 0.165141] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] [ 0.165142] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] [ 0.165143] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff] [ 0.165147] [mem 0xd0000000-0xfe9fffff] available for PCI devices [ 0.165148] Booting paravirtualized kernel on bare hardware [ 0.165153] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.170180] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1 [ 0.185365] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304 [ 0.185382] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152 [ 0.185385] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 [ 0.185401] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 [ 0.185416] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 [ 0.185431] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 [ 0.185499] Fallback order for Node 0: 0 [ 0.185511] Built 1 zonelists, mobility grouping on. Total pages: 16492432 [ 0.185513] Policy zone: Normal [ 0.185519] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 root=UUID=eb7c87da-2256-444a-9b43-58e4c15e0b9e ro rootflags=subvol=@root resume=UUID=03815046-e1f3-48e7-ae3d-f260dc5a786b log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1 [ 0.185597] sysrq: sysrq always enabled. [ 0.185623] Unknown kernel command line parameters "BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64", will be passed to user space. [ 0.189823] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) [ 0.191867] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.192131] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.192168] software IO TLB: area num 32. [ 3.002025] Memory: 65465024K/67017520K available (20480K kernel code, 4063K rwdata, 14640K rodata, 6296K init, 30740K bss, 1552236K reserved, 0K cma-reserved) [ 3.003162] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1 [ 3.003164] kmemleak: Kernel memory leak detector disabled [ 3.003370] ftrace: allocating 52374 entries in 205 pages [ 3.010517] ftrace: allocated 205 pages with 5 groups [ 3.012258] Dynamic Preempt: voluntary [ 3.012578] Running RCU self tests [ 3.012631] rcu: Preemptible hierarchical RCU implementation. [ 3.012632] rcu: RCU event tracing is enabled. [ 3.012633] rcu: RCU lockdep checking is enabled. [ 3.012633] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. [ 3.012635] rcu: RCU callback double-/use-after-free debug is enabled. [ 3.012636] Trampoline variant of Tasks RCU enabled. [ 3.012636] Rude variant of Tasks RCU enabled. [ 3.012637] Tracing variant of Tasks RCU enabled. [ 3.012638] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 3.012639] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 [ 3.017070] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16 [ 3.017321] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 3.017618] Console: colour dummy device 80x25 [ 3.017635] printk: console [tty0] enabled [ 3.020604] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 3.020619] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 3.020628] ... MAX_LOCK_DEPTH: 48 [ 3.020636] ... MAX_LOCKDEP_KEYS: 8192 [ 3.020644] ... CLASSHASH_SIZE: 4096 [ 3.020653] ... MAX_LOCKDEP_ENTRIES: 65536 [ 3.020661] ... MAX_LOCKDEP_CHAINS: 262144 [ 3.020670] ... CHAINHASH_SIZE: 131072 [ 3.020679] memory used by lock dependency info: 17577 kB [ 3.020689] memory used for stack traces: 4224 kB [ 3.020698] per task-struct memory footprint: 2688 bytes [ 3.020768] ACPI: Core revision 20221020 [ 3.021179] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 3.021229] APIC: Switch to symmetric I/O mode setup [ 3.022327] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 [ 3.346828] x2apic: IRQ remapping doesn't support X2APIC mode [ 3.346872] Switched APIC routing to physical flat. [ 3.347619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 3.352208] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3273dfc8923, max_idle_ns: 440795226329 ns [ 3.352242] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.30 BogoMIPS (lpj=3500151) [ 3.352264] pid_max: default: 32768 minimum: 301 [ 3.364856] ---[ User Space ]--- [ 3.364871] 0x0000000000000000-0x0000000000001000 4K RW NX pte [ 3.364905] 0x0000000000001000-0x000000000009f000 632K pte [ 3.364925] 0x000000000009f000-0x00000000000a0000 4K RW NX pte [ 3.364969] 0x00000000000a0000-0x0000000000200000 1408K pte [ 3.364993] 0x0000000000200000-0x0000000001000000 14M pmd [ 3.365018] 0x0000000001000000-0x0000000001080000 512K pte [ 3.365050] 0x0000000001080000-0x0000000001200000 1536K pte [ 3.365081] 0x0000000001200000-0x0000000040000000 1006M pmd [ 3.365102] 0x0000000040000000-0x00000000c0000000 2G pud [ 3.365123] 0x00000000c0000000-0x00000000c1400000 20M pmd [ 3.365157] 0x00000000c1400000-0x00000000c15c7000 1820K pte [ 3.365189] 0x00000000c15c7000-0x00000000c1738000 1476K pte [ 3.365210] 0x00000000c1738000-0x00000000c1739000 4K pte [ 3.365250] 0x00000000c1739000-0x00000000c211f000 10136K pte [ 3.365277] 0x00000000c211f000-0x00000000c2200000 900K pte [ 3.365298] 0x00000000c2200000-0x00000000c6000000 62M pmd [ 3.365329] 0x00000000c6000000-0x00000000c614a000 1320K pte [ 3.365353] 0x00000000c614a000-0x00000000c61ad000 396K pte [ 3.365374] 0x00000000c61ad000-0x00000000c61af000 8K pte [ 3.365396] 0x00000000c61af000-0x00000000c61ef000 256K pte [ 3.365418] 0x00000000c61ef000-0x00000000c6217000 160K pte [ 3.365442] 0x00000000c6217000-0x00000000c627c000 404K pte [ 3.365463] 0x00000000c627c000-0x00000000c627d000 4K pte [ 3.365484] 0x00000000c627d000-0x00000000c6299000 112K pte [ 3.365505] 0x00000000c6299000-0x00000000c629b000 8K pte [ 3.365541] 0x00000000c629b000-0x00000000c6a99000 8184K pte [ 3.365562] 0x00000000c6a99000-0x00000000c6a9a000 4K pte [ 3.365584] 0x00000000c6a9a000-0x00000000c6acd000 204K pte [ 3.365605] 0x00000000c6acd000-0x00000000c6ace000 4K pte [ 3.365635] 0x00000000c6ace000-0x00000000c6c00000 1224K RW NX pte [ 3.365663] 0x00000000c6c00000-0x00000000c8c00000 32M RW PSE NX pmd [ 3.365693] 0x00000000c8c00000-0x00000000c8c30000 192K RW NX pte [ 3.365744] 0x00000000c8c30000-0x00000000ca11f000 21436K pte [ 3.365771] 0x00000000ca11f000-0x00000000ca200000 900K pte [ 3.365792] 0x00000000ca200000-0x00000000caa00000 8M pmd [ 3.365813] 0x00000000caa00000-0x00000000caa0a000 40K pte [ 3.365849] 0x00000000caa0a000-0x00000000cac00000 2008K RW NX pte [ 3.365877] 0x00000000cac00000-0x00000000cb800000 12M RW PSE NX pmd [ 3.365916] 0x00000000cb800000-0x00000000cb978000 1504K RW NX pte [ 3.365947] 0x00000000cb978000-0x00000000cb97b000 12K ro x pte [ 3.365980] 0x00000000cb97b000-0x00000000cb980000 20K RW NX pte [ 3.366008] 0x00000000cb980000-0x00000000cb981000 4K ro x pte [ 3.366036] 0x00000000cb981000-0x00000000cb986000 20K RW NX pte [ 3.366064] 0x00000000cb986000-0x00000000cb98a000 16K ro x pte [ 3.366092] 0x00000000cb98a000-0x00000000cb98f000 20K RW NX pte [ 3.366120] 0x00000000cb98f000-0x00000000cb990000 4K ro x pte [ 3.366148] 0x00000000cb990000-0x00000000cb994000 16K RW NX pte [ 3.366176] 0x00000000cb994000-0x00000000cb99b000 28K ro x pte [ 3.366204] 0x00000000cb99b000-0x00000000cb9a0000 20K RW NX pte [ 3.366235] 0x00000000cb9a0000-0x00000000cb9ae000 56K ro x pte [ 3.366263] 0x00000000cb9ae000-0x00000000cb9b4000 24K RW NX pte [ 3.366291] 0x00000000cb9b4000-0x00000000cb9b7000 12K ro x pte [ 3.366319] 0x00000000cb9b7000-0x00000000cb9bc000 20K RW NX pte [ 3.366347] 0x00000000cb9bc000-0x00000000cb9bd000 4K ro x pte [ 3.366374] 0x00000000cb9bd000-0x00000000cb9c2000 20K RW NX pte [ 3.366402] 0x00000000cb9c2000-0x00000000cb9c4000 8K ro x pte [ 3.366430] 0x00000000cb9c4000-0x00000000cb9c9000 20K RW NX pte [ 3.366458] 0x00000000cb9c9000-0x00000000cb9ca000 4K ro x pte [ 3.366486] 0x00000000cb9ca000-0x00000000cb9cf000 20K RW NX pte [ 3.366513] 0x00000000cb9cf000-0x00000000cb9d0000 4K ro x pte [ 3.366541] 0x00000000cb9d0000-0x00000000cb9d5000 20K RW NX pte [ 3.366569] 0x00000000cb9d5000-0x00000000cb9d6000 4K ro x pte [ 3.366597] 0x00000000cb9d6000-0x00000000cb9da000 16K RW NX pte [ 3.366625] 0x00000000cb9da000-0x00000000cb9e5000 44K ro x pte [ 3.366653] 0x00000000cb9e5000-0x00000000cb9ec000 28K RW NX pte [ 3.366681] 0x00000000cb9ec000-0x00000000cb9f1000 20K ro x pte [ 3.366709] 0x00000000cb9f1000-0x00000000cb9f6000 20K RW NX pte [ 3.366737] 0x00000000cb9f6000-0x00000000cb9fa000 16K ro x pte [ 3.366764] 0x00000000cb9fa000-0x00000000cb9ff000 20K RW NX pte [ 3.366792] 0x00000000cb9ff000-0x00000000cbe00000 4100K pte [ 3.366828] 0x00000000cbe00000-0x00000000cbfea000 1960K pte [ 3.366857] 0x00000000cbfea000-0x00000000cc0ea000 1M pte [ 3.366879] 0x00000000cc0ea000-0x00000000cc123000 228K pte [ 3.366902] 0x00000000cc123000-0x00000000cc16c000 292K pte [ 3.366924] 0x00000000cc16c000-0x00000000cc18e000 136K pte [ 3.366946] 0x00000000cc18e000-0x00000000cc1a8000 104K pte [ 3.366967] 0x00000000cc1a8000-0x00000000cc1af000 28K pte [ 3.366988] 0x00000000cc1af000-0x00000000cc1bf000 64K pte [ 3.367009] 0x00000000cc1bf000-0x00000000cc1cc000 52K pte [ 3.367046] 0x00000000cc1cc000-0x00000000ccf8e000 14088K pte [ 3.367067] 0x00000000ccf8e000-0x00000000ccf91000 12K pte [ 3.367088] 0x00000000ccf91000-0x00000000ccfa4000 76K pte [ 3.367108] 0x00000000ccfa4000-0x00000000ccfa6000 8K pte [ 3.367129] 0x00000000ccfa6000-0x00000000ccfb7000 68K pte [ 3.367150] 0x00000000ccfb7000-0x00000000ccfbb000 16K pte [ 3.367171] 0x00000000ccfbb000-0x00000000ccfcf000 80K pte [ 3.367191] 0x00000000ccfcf000-0x00000000ccfd3000 16K pte [ 3.367212] 0x00000000ccfd3000-0x00000000ccfe7000 80K pte [ 3.367235] 0x00000000ccfe7000-0x00000000ccff2000 44K pte [ 3.367255] 0x00000000ccff2000-0x00000000ccffa000 32K pte [ 3.367276] 0x00000000ccffa000-0x00000000cd000000 24K pte [ 3.367301] 0x00000000cd000000-0x00000000f0000000 560M pmd [ 3.367324] 0x00000000f0000000-0x00000000f8000000 128M RW PSE NX pmd [ 3.367352] 0x00000000f8000000-0x00000000fd200000 82M pmd [ 3.367380] 0x00000000fd200000-0x00000000fd300000 1M RW PCD NX pte [ 3.367416] 0x00000000fd300000-0x00000000fd400000 1M pte [ 3.367436] 0x00000000fd400000-0x00000000fd600000 2M RW PCD PSE NX pmd [ 3.367464] 0x00000000fd600000-0x00000000fea00000 20M pmd [ 3.367485] 0x00000000fea00000-0x00000000fea10000 64K RW PCD NX pte [ 3.367523] 0x00000000fea10000-0x00000000feb80000 1472K pte [ 3.367548] 0x00000000feb80000-0x00000000fec02000 520K RW PCD NX pte [ 3.367576] 0x00000000fec02000-0x00000000fec10000 56K pte [ 3.367596] 0x00000000fec10000-0x00000000fec11000 4K RW PCD NX pte [ 3.367631] 0x00000000fec11000-0x00000000fed00000 956K pte [ 3.367651] 0x00000000fed00000-0x00000000fed01000 4K RW PCD NX pte [ 3.367680] 0x00000000fed01000-0x00000000fed40000 252K pte [ 3.367701] 0x00000000fed40000-0x00000000fed45000 20K RW PCD NX pte [ 3.367730] 0x00000000fed45000-0x00000000fed80000 236K pte [ 3.367751] 0x00000000fed80000-0x00000000fed90000 64K RW PCD NX pte [ 3.367780] 0x00000000fed90000-0x00000000fedc2000 200K pte [ 3.367801] 0x00000000fedc2000-0x00000000fedd0000 56K RW PCD NX pte [ 3.367828] 0x00000000fedd0000-0x00000000fedd4000 16K pte [ 3.367849] 0x00000000fedd4000-0x00000000fedd6000 8K RW PCD NX pte [ 3.367878] 0x00000000fedd6000-0x00000000fee00000 168K pte [ 3.367898] 0x00000000fee00000-0x00000000ff000000 2M pmd [ 3.367919] 0x00000000ff000000-0x0000000100000000 16M RW PCD PSE NX pmd [ 3.367946] 0x0000000100000000-0x0000000100200000 2M pmd [ 3.367968] 0x0000000100200000-0x0000000100230000 192K pte [ 3.367989] 0x0000000100230000-0x0000000100232000 8K RW NX pte [ 3.368034] 0x0000000100232000-0x0000000100400000 1848K pte [ 3.368065] 0x0000000100400000-0x0000000140000000 1020M pmd [ 3.368095] 0x0000000140000000-0x0000008000000000 507G pud [ 3.368127] 0x0000008000000000-0xffff880000000000 17179745792G pgd [ 3.368148] ---[ Kernel Space ]--- [ 3.368156] 0xffff880000000000-0xffff888000000000 512G pgd [ 3.368176] ---[ LDT remap ]--- [ 3.368184] 0xffff888000000000-0xffff890000000000 512G pgd [ 3.368204] ---[ Low Kernel Mapping ]--- [ 3.368213] 0xffff890000000000-0xffff898000000000 512G pgd [ 3.368234] ---[ vmalloc() Area ]--- [ 3.368243] 0xffff898000000000-0xffff8a0000000000 512G pgd [ 3.368263] ---[ Vmemmap ]--- [ 3.368270] 0xffff8a0000000000-0xffff8c0000000000 2T pgd [ 3.368295] 0xffff8c0000000000-0xffff8c4140000000 261G pud [ 3.368331] 0xffff8c4140000000-0xffff8c4140200000 2M RW GLB NX pte [ 3.368361] 0xffff8c4140200000-0xffff8c4149c00000 154M RW PSE GLB NX pmd [ 3.368397] 0xffff8c4149c00000-0xffff8c4149d1f000 1148K RW GLB NX pte [ 3.368431] 0xffff8c4149d1f000-0xffff8c4149e00000 900K pte [ 3.368452] 0xffff8c4149e00000-0xffff8c414a000000 2M pmd [ 3.368472] 0xffff8c414a000000-0xffff8c414a200000 2M RW PSE GLB NX pmd [ 3.368500] 0xffff8c414a200000-0xffff8c414a211000 68K pte [ 3.368535] 0xffff8c414a211000-0xffff8c414a400000 1980K RW GLB NX pte [ 3.368577] 0xffff8c414a400000-0xffff8c4180000000 860M RW PSE GLB NX pmd [ 3.368604] 0xffff8c4180000000-0xffff8c4200000000 2G RW PSE GLB NX pud [ 3.368633] 0xffff8c4200000000-0xffff8c4203200000 50M RW PSE GLB NX pmd [ 3.368664] 0xffff8c4203200000-0xffff8c420327b000 492K RW GLB NX pte [ 3.368691] 0xffff8c420327b000-0xffff8c420327c000 4K pte [ 3.368723] 0xffff8c420327c000-0xffff8c4203400000 1552K RW GLB NX pte [ 3.368752] 0xffff8c4203400000-0xffff8c420a000000 108M RW PSE GLB NX pmd [ 3.368788] 0xffff8c420a000000-0xffff8c420a11f000 1148K RW GLB NX pte [ 3.368822] 0xffff8c420a11f000-0xffff8c420a200000 900K pte [ 3.368842] 0xffff8c420a200000-0xffff8c420b800000 22M pmd [ 3.368878] 0xffff8c420b800000-0xffff8c420b9ff000 2044K pte [ 3.368898] 0xffff8c420b9ff000-0xffff8c420ba00000 4K RW GLB NX pte [ 3.368926] 0xffff8c420ba00000-0xffff8c420d000000 22M RW PSE GLB NX pmd [ 3.368961] 0xffff8c420d000000-0xffff8c4240000000 816M pmd [ 3.368982] 0xffff8c4240000000-0xffff8c4a00000000 31G RW PSE GLB NX pud [ 3.369014] 0xffff8c4a00000000-0xffff8c4a10200000 258M RW PSE GLB NX pmd [ 3.369057] 0xffff8c4a10200000-0xffff8c4a103fe000 2040K RW GLB NX pte [ 3.369084] 0xffff8c4a103fe000-0xffff8c4a103ff000 4K ro GLB NX pte [ 3.369112] 0xffff8c4a103ff000-0xffff8c4a10400000 4K RW GLB NX pte [ 3.369152] 0xffff8c4a10400000-0xffff8c4a40000000 764M RW PSE GLB NX pmd [ 3.369180] 0xffff8c4a40000000-0xffff8c5140000000 28G RW PSE GLB NX pud [ 3.369234] 0xffff8c5140000000-0xffff8c516f200000 754M RW PSE GLB NX pmd [ 3.369269] 0xffff8c516f200000-0xffff8c516f300000 1M RW GLB NX pte [ 3.369304] 0xffff8c516f300000-0xffff8c516f400000 1M pte [ 3.369327] 0xffff8c516f400000-0xffff8c5180000000 268M pmd [ 3.369351] 0xffff8c5180000000-0xffff8c8000000000 186G pud [ 3.369372] 0xffff8c8000000000-0xffff990000000000 12800G pgd [ 3.369393] 0xffff990000000000-0xffff9906c0000000 27G pud [ 3.369413] 0xffff9906c0000000-0xffff9906c0004000 16K RW GLB NX pte [ 3.369441] 0xffff9906c0004000-0xffff9906c0005000 4K pte [ 3.369461] 0xffff9906c0005000-0xffff9906c0006000 4K RW GLB NX pte [ 3.369488] 0xffff9906c0006000-0xffff9906c0007000 4K pte [ 3.369508] 0xffff9906c0007000-0xffff9906c0008000 4K RW GLB NX pte [ 3.369536] 0xffff9906c0008000-0xffff9906c0009000 4K pte [ 3.369556] 0xffff9906c0009000-0xffff9906c000a000 4K RW GLB NX pte [ 3.369583] 0xffff9906c000a000-0xffff9906c000b000 4K pte [ 3.369603] 0xffff9906c000b000-0xffff9906c000c000 4K RW GLB NX pte [ 3.369631] 0xffff9906c000c000-0xffff9906c000d000 4K pte [ 3.369651] 0xffff9906c000d000-0xffff9906c000e000 4K RW GLB NX pte [ 3.369678] 0xffff9906c000e000-0xffff9906c0010000 8K pte [ 3.369699] 0xffff9906c0010000-0xffff9906c001f000 60K RW GLB NX pte [ 3.369726] 0xffff9906c001f000-0xffff9906c0020000 4K pte [ 3.369746] 0xffff9906c0020000-0xffff9906c0024000 16K RW GLB NX pte [ 3.369774] 0xffff9906c0024000-0xffff9906c0025000 4K pte [ 3.369794] 0xffff9906c0025000-0xffff9906c0026000 4K RW GLB NX pte [ 3.369821] 0xffff9906c0026000-0xffff9906c0027000 4K pte [ 3.369841] 0xffff9906c0027000-0xffff9906c0028000 4K RW GLB NX pte [ 3.369869] 0xffff9906c0028000-0xffff9906c0029000 4K pte [ 3.369889] 0xffff9906c0029000-0xffff9906c002a000 4K RW GLB NX pte [ 3.369916] 0xffff9906c002a000-0xffff9906c002b000 4K pte [ 3.369936] 0xffff9906c002b000-0xffff9906c002c000 4K RW GLB NX pte [ 3.369964] 0xffff9906c002c000-0xffff9906c002d000 4K pte [ 3.369984] 0xffff9906c002d000-0xffff9906c002e000 4K RW GLB NX pte [ 3.370011] 0xffff9906c002e000-0xffff9906c0030000 8K pte [ 3.370032] 0xffff9906c0030000-0xffff9906c003f000 60K RW GLB NX pte [ 3.370059] 0xffff9906c003f000-0xffff9906c0040000 4K pte [ 3.370079] 0xffff9906c0040000-0xffff9906c0041000 4K RW GLB NX pte [ 3.370107] 0xffff9906c0041000-0xffff9906c0042000 4K pte [ 3.370127] 0xffff9906c0042000-0xffff9906c0043000 4K RW GLB NX pte [ 3.370154] 0xffff9906c0043000-0xffff9906c0044000 4K pte [ 3.370174] 0xffff9906c0044000-0xffff9906c0045000 4K RW GLB NX pte [ 3.370202] 0xffff9906c0045000-0xffff9906c0046000 4K pte [ 3.370222] 0xffff9906c0046000-0xffff9906c0048000 8K RW GLB NX pte [ 3.370253] 0xffff9906c0048000-0xffff9906c0049000 4K pte [ 3.370274] 0xffff9906c0049000-0xffff9906c004a000 4K RW GLB NX pte [ 3.370301] 0xffff9906c004a000-0xffff9906c004b000 4K pte [ 3.370321] 0xffff9906c004b000-0xffff9906c004c000 4K RW GLB NX pte [ 3.370348] 0xffff9906c004c000-0xffff9906c004d000 4K pte [ 3.370369] 0xffff9906c004d000-0xffff9906c004e000 4K RW GLB NX pte [ 3.370396] 0xffff9906c004e000-0xffff9906c0050000 8K pte [ 3.370416] 0xffff9906c0050000-0xffff9906c0059000 36K RW GLB NX pte [ 3.370444] 0xffff9906c0059000-0xffff9906c005a000 4K pte [ 3.370464] 0xffff9906c005a000-0xffff9906c005c000 8K RW GLB NX pte [ 3.370491] 0xffff9906c005c000-0xffff9906c005d000 4K pte [ 3.370512] 0xffff9906c005d000-0xffff9906c005e000 4K RW GLB NX pte [ 3.370539] 0xffff9906c005e000-0xffff9906c0060000 8K pte [ 3.370559] 0xffff9906c0060000-0xffff9906c0064000 16K RW GLB NX pte [ 3.370586] 0xffff9906c0064000-0xffff9906c0065000 4K pte [ 3.370607] 0xffff9906c0065000-0xffff9906c0066000 4K RW GLB NX pte [ 3.370634] 0xffff9906c0066000-0xffff9906c0067000 4K pte [ 3.370654] 0xffff9906c0067000-0xffff9906c0068000 4K RW PCD GLB NX pte [ 3.370682] 0xffff9906c0068000-0xffff9906c0080000 96K pte [ 3.370706] 0xffff9906c0080000-0xffff9906c0100000 512K RW PCD GLB NX pte [ 3.370741] 0xffff9906c0100000-0xffff9906c0200000 1M pte [ 3.370771] 0xffff9906c0200000-0xffff990700000000 1022M pmd [ 3.371392] 0xffff990700000000-0xffffb98000000000 33252G pud [ 3.371413] 0xffffb98000000000-0xffffbc0000000000 2560G pgd [ 3.371434] 0xffffbc0000000000-0xffffbc0e00000000 56G pud [ 3.371455] 0xffffbc0e00000000-0xffffbc0e03400000 52M RW PSE GLB NX pmd [ 3.371482] 0xffffbc0e03400000-0xffffbc0e04000000 12M pmd [ 3.371520] 0xffffbc0e04000000-0xffffbc0e40c00000 972M RW PSE GLB NX pmd [ 3.371556] 0xffffbc0e40c00000-0xffffbc0e80000000 1012M pmd [ 3.371585] 0xffffbc0e80000000-0xffffbc8000000000 454G pud [ 3.371611] 0xffffbc8000000000-0xfffffe0000000000 67072G pgd [ 3.371631] ---[ CPU entry Area ]--- [ 3.371639] 0xfffffe0000000000-0xfffffe0000001000 4K ro GLB NX pte [ 3.371682] 0xfffffe0000001000-0xfffffe0000200000 2044K pte [ 3.371713] 0xfffffe0000200000-0xfffffe0049e00000 1180M pmd [ 3.371741] 0xfffffe0049e00000-0xfffffe0049f00000 1M pte [ 3.371762] 0xfffffe0049f00000-0xfffffe0049f01000 4K ro GLB NX pte [ 3.371789] 0xfffffe0049f01000-0xfffffe0049f02000 4K RW GLB NX pte [ 3.371817] 0xfffffe0049f02000-0xfffffe0049f07000 20K ro GLB NX pte [ 3.371844] 0xfffffe0049f07000-0xfffffe0049f08000 4K pte [ 3.371865] 0xfffffe0049f08000-0xfffffe0049f0a000 8K RW GLB NX pte [ 3.371892] 0xfffffe0049f0a000-0xfffffe0049f0b000 4K pte [ 3.371913] 0xfffffe0049f0b000-0xfffffe0049f0d000 8K RW GLB NX pte [ 3.371940] 0xfffffe0049f0d000-0xfffffe0049f0e000 4K pte [ 3.371961] 0xfffffe0049f0e000-0xfffffe0049f10000 8K RW GLB NX pte [ 3.371988] 0xfffffe0049f10000-0xfffffe0049f11000 4K pte [ 3.372009] 0xfffffe0049f11000-0xfffffe0049f13000 8K RW GLB NX pte [ 3.372043] 0xfffffe0049f13000-0xfffffe004a000000 948K pte [ 3.372072] 0xfffffe004a000000-0xfffffe0080000000 864M pmd [ 3.372093] 0xfffffe0080000000-0xfffffe0840000000 31G pud [ 3.372123] 0xfffffe0840000000-0xfffffe087d600000 982M pmd [ 3.372151] 0xfffffe087d600000-0xfffffe087d6f9000 996K pte [ 3.372171] 0xfffffe087d6f9000-0xfffffe087d6fa000 4K ro GLB NX pte [ 3.372199] 0xfffffe087d6fa000-0xfffffe087d6fb000 4K RW GLB NX pte [ 3.372226] 0xfffffe087d6fb000-0xfffffe087d700000 20K ro GLB NX pte [ 3.372258] 0xfffffe087d700000-0xfffffe087d701000 4K pte [ 3.372279] 0xfffffe087d701000-0xfffffe087d703000 8K RW GLB NX pte [ 3.372307] 0xfffffe087d703000-0xfffffe087d704000 4K pte [ 3.372327] 0xfffffe087d704000-0xfffffe087d706000 8K RW GLB NX pte [ 3.372355] 0xfffffe087d706000-0xfffffe087d707000 4K pte [ 3.372375] 0xfffffe087d707000-0xfffffe087d709000 8K RW GLB NX pte [ 3.372403] 0xfffffe087d709000-0xfffffe087d70a000 4K pte [ 3.372423] 0xfffffe087d70a000-0xfffffe087d70c000 8K RW GLB NX pte [ 3.372458] 0xfffffe087d70c000-0xfffffe087d800000 976K pte [ 3.372479] 0xfffffe087d800000-0xfffffe0880000000 40M pmd [ 3.372500] 0xfffffe0880000000-0xfffffe13c0000000 45G pud [ 3.372523] 0xfffffe13c0000000-0xfffffe13cc400000 196M pmd [ 3.372551] 0xfffffe13cc400000-0xfffffe13cc4f8000 992K pte [ 3.372571] 0xfffffe13cc4f8000-0xfffffe13cc4f9000 4K ro GLB NX pte [ 3.372599] 0xfffffe13cc4f9000-0xfffffe13cc4fa000 4K RW GLB NX pte [ 3.372627] 0xfffffe13cc4fa000-0xfffffe13cc4ff000 20K ro GLB NX pte [ 3.372654] 0xfffffe13cc4ff000-0xfffffe13cc500000 4K pte [ 3.372675] 0xfffffe13cc500000-0xfffffe13cc502000 8K RW GLB NX pte [ 3.372702] 0xfffffe13cc502000-0xfffffe13cc503000 4K pte [ 3.372723] 0xfffffe13cc503000-0xfffffe13cc505000 8K RW GLB NX pte [ 3.372750] 0xfffffe13cc505000-0xfffffe13cc506000 4K pte [ 3.372771] 0xfffffe13cc506000-0xfffffe13cc508000 8K RW GLB NX pte [ 3.372798] 0xfffffe13cc508000-0xfffffe13cc509000 4K pte [ 3.372819] 0xfffffe13cc509000-0xfffffe13cc50b000 8K RW GLB NX pte [ 3.372854] 0xfffffe13cc50b000-0xfffffe13cc600000 980K pte [ 3.372875] 0xfffffe13cc600000-0xfffffe13d1a00000 84M pmd [ 3.372910] 0xfffffe13d1a00000-0xfffffe13d1bdb000 1900K pte [ 3.372931] 0xfffffe13d1bdb000-0xfffffe13d1bdc000 4K ro GLB NX pte [ 3.372958] 0xfffffe13d1bdc000-0xfffffe13d1bdd000 4K RW GLB NX pte [ 3.372986] 0xfffffe13d1bdd000-0xfffffe13d1be2000 20K ro GLB NX pte [ 3.373013] 0xfffffe13d1be2000-0xfffffe13d1be3000 4K pte [ 3.373034] 0xfffffe13d1be3000-0xfffffe13d1be5000 8K RW GLB NX pte [ 3.373061] 0xfffffe13d1be5000-0xfffffe13d1be6000 4K pte [ 3.373082] 0xfffffe13d1be6000-0xfffffe13d1be8000 8K RW GLB NX pte [ 3.373109] 0xfffffe13d1be8000-0xfffffe13d1be9000 4K pte [ 3.373130] 0xfffffe13d1be9000-0xfffffe13d1beb000 8K RW GLB NX pte [ 3.373158] 0xfffffe13d1beb000-0xfffffe13d1bec000 4K pte [ 3.373178] 0xfffffe13d1bec000-0xfffffe13d1bee000 8K RW GLB NX pte [ 3.373206] 0xfffffe13d1bee000-0xfffffe13d1c00000 72K pte [ 3.373238] 0xfffffe13d1c00000-0xfffffe1400000000 740M pmd [ 3.373258] 0xfffffe1400000000-0xfffffe1580000000 6G pud [ 3.373286] 0xfffffe1580000000-0xfffffe15b2000000 800M pmd [ 3.373308] 0xfffffe15b2000000-0xfffffe15b2025000 148K pte [ 3.373328] 0xfffffe15b2025000-0xfffffe15b2026000 4K ro GLB NX pte [ 3.373356] 0xfffffe15b2026000-0xfffffe15b2027000 4K RW GLB NX pte [ 3.373384] 0xfffffe15b2027000-0xfffffe15b202c000 20K ro GLB NX pte [ 3.373411] 0xfffffe15b202c000-0xfffffe15b202d000 4K pte [ 3.373432] 0xfffffe15b202d000-0xfffffe15b202f000 8K RW GLB NX pte [ 3.373459] 0xfffffe15b202f000-0xfffffe15b2030000 4K pte [ 3.373480] 0xfffffe15b2030000-0xfffffe15b2032000 8K RW GLB NX pte [ 3.373507] 0xfffffe15b2032000-0xfffffe15b2033000 4K pte [ 3.373528] 0xfffffe15b2033000-0xfffffe15b2035000 8K RW GLB NX pte [ 3.373555] 0xfffffe15b2035000-0xfffffe15b2036000 4K pte [ 3.373576] 0xfffffe15b2036000-0xfffffe15b2038000 8K RW GLB NX pte [ 3.373617] 0xfffffe15b2038000-0xfffffe15b2200000 1824K pte [ 3.373640] 0xfffffe15b2200000-0xfffffe15c0000000 222M pmd [ 3.373661] 0xfffffe15c0000000-0xfffffe1940000000 14G pud [ 3.373682] 0xfffffe1940000000-0xfffffe1944800000 72M pmd [ 3.373707] 0xfffffe1944800000-0xfffffe194489b000 620K pte [ 3.373727] 0xfffffe194489b000-0xfffffe194489c000 4K ro GLB NX pte [ 3.373755] 0xfffffe194489c000-0xfffffe194489d000 4K RW GLB NX pte [ 3.373782] 0xfffffe194489d000-0xfffffe19448a2000 20K ro GLB NX pte [ 3.373810] 0xfffffe19448a2000-0xfffffe19448a3000 4K pte [ 3.373830] 0xfffffe19448a3000-0xfffffe19448a5000 8K RW GLB NX pte [ 3.373858] 0xfffffe19448a5000-0xfffffe19448a6000 4K pte [ 3.373878] 0xfffffe19448a6000-0xfffffe19448a8000 8K RW GLB NX pte [ 3.373905] 0xfffffe19448a8000-0xfffffe19448a9000 4K pte [ 3.373926] 0xfffffe19448a9000-0xfffffe19448ab000 8K RW GLB NX pte [ 3.373953] 0xfffffe19448ab000-0xfffffe19448ac000 4K pte [ 3.373974] 0xfffffe19448ac000-0xfffffe19448ae000 8K RW GLB NX pte [ 3.374011] 0xfffffe19448ae000-0xfffffe1944a00000 1352K pte [ 3.374041] 0xfffffe1944a00000-0xfffffe1980000000 950M pmd [ 3.374062] 0xfffffe1980000000-0xfffffe1ec0000000 21G pud [ 3.374087] 0xfffffe1ec0000000-0xfffffe1ee1e00000 542M pmd [ 3.374109] 0xfffffe1ee1e00000-0xfffffe1ee1e29000 164K pte [ 3.374129] 0xfffffe1ee1e29000-0xfffffe1ee1e2a000 4K ro GLB NX pte [ 3.374157] 0xfffffe1ee1e2a000-0xfffffe1ee1e2b000 4K RW GLB NX pte [ 3.374184] 0xfffffe1ee1e2b000-0xfffffe1ee1e30000 20K ro GLB NX pte [ 3.374212] 0xfffffe1ee1e30000-0xfffffe1ee1e31000 4K pte [ 3.374235] 0xfffffe1ee1e31000-0xfffffe1ee1e33000 8K RW GLB NX pte [ 3.374262] 0xfffffe1ee1e33000-0xfffffe1ee1e34000 4K pte [ 3.374283] 0xfffffe1ee1e34000-0xfffffe1ee1e36000 8K RW GLB NX pte [ 3.374422] 0xfffffe1ee1e36000-0xfffffe1ee1e37000 4K pte [ 3.374443] 0xfffffe1ee1e37000-0xfffffe1ee1e39000 8K RW GLB NX pte [ 3.374470] 0xfffffe1ee1e39000-0xfffffe1ee1e3a000 4K pte [ 3.374491] 0xfffffe1ee1e3a000-0xfffffe1ee1e3c000 8K RW GLB NX pte [ 3.374532] 0xfffffe1ee1e3c000-0xfffffe1ee2000000 1808K pte [ 3.374558] 0xfffffe1ee2000000-0xfffffe1f00000000 480M pmd [ 3.374579] 0xfffffe1f00000000-0xfffffe2640000000 29G pud [ 3.374603] 0xfffffe2640000000-0xfffffe2659e00000 414M pmd [ 3.374625] 0xfffffe2659e00000-0xfffffe2659e1f000 124K pte [ 3.374646] 0xfffffe2659e1f000-0xfffffe2659e20000 4K ro GLB NX pte [ 3.374673] 0xfffffe2659e20000-0xfffffe2659e21000 4K RW GLB NX pte [ 3.374701] 0xfffffe2659e21000-0xfffffe2659e26000 20K ro GLB NX pte [ 3.374729] 0xfffffe2659e26000-0xfffffe2659e27000 4K pte [ 3.374750] 0xfffffe2659e27000-0xfffffe2659e29000 8K RW GLB NX pte [ 3.374777] 0xfffffe2659e29000-0xfffffe2659e2a000 4K pte [ 3.374798] 0xfffffe2659e2a000-0xfffffe2659e2c000 8K RW GLB NX pte [ 3.374826] 0xfffffe2659e2c000-0xfffffe2659e2d000 4K pte [ 3.374846] 0xfffffe2659e2d000-0xfffffe2659e2f000 8K RW GLB NX pte [ 3.374874] 0xfffffe2659e2f000-0xfffffe2659e30000 4K pte [ 3.374895] 0xfffffe2659e30000-0xfffffe2659e32000 8K RW GLB NX pte [ 3.374937] 0xfffffe2659e32000-0xfffffe265a000000 1848K pte [ 3.374968] 0xfffffe265a000000-0xfffffe2680000000 608M pmd [ 3.374992] 0xfffffe2680000000-0xfffffe2700000000 2G pud [ 3.375022] 0xfffffe2700000000-0xfffffe273e000000 992M pmd [ 3.375058] 0xfffffe273e000000-0xfffffe273e1e6000 1944K pte [ 3.375079] 0xfffffe273e1e6000-0xfffffe273e1e7000 4K ro GLB NX pte [ 3.375107] 0xfffffe273e1e7000-0xfffffe273e1e8000 4K RW GLB NX pte [ 3.375135] 0xfffffe273e1e8000-0xfffffe273e1ed000 20K ro GLB NX pte [ 3.375163] 0xfffffe273e1ed000-0xfffffe273e1ee000 4K pte [ 3.375184] 0xfffffe273e1ee000-0xfffffe273e1f0000 8K RW GLB NX pte [ 3.375212] 0xfffffe273e1f0000-0xfffffe273e1f1000 4K pte [ 3.375235] 0xfffffe273e1f1000-0xfffffe273e1f3000 8K RW GLB NX pte [ 3.375262] 0xfffffe273e1f3000-0xfffffe273e1f4000 4K pte [ 3.375283] 0xfffffe273e1f4000-0xfffffe273e1f6000 8K RW GLB NX pte [ 3.375311] 0xfffffe273e1f6000-0xfffffe273e1f7000 4K pte [ 3.375331] 0xfffffe273e1f7000-0xfffffe273e1f9000 8K RW GLB NX pte [ 3.375359] 0xfffffe273e1f9000-0xfffffe273e200000 28K pte [ 3.375380] 0xfffffe273e200000-0xfffffe2740000000 30M pmd [ 3.375401] 0xfffffe2740000000-0xfffffe2780000000 1G pud [ 3.375431] 0xfffffe2780000000-0xfffffe27ba800000 936M pmd [ 3.375462] 0xfffffe27ba800000-0xfffffe27ba961000 1412K pte [ 3.375483] 0xfffffe27ba961000-0xfffffe27ba962000 4K ro GLB NX pte [ 3.375511] 0xfffffe27ba962000-0xfffffe27ba963000 4K RW GLB NX pte [ 3.375539] 0xfffffe27ba963000-0xfffffe27ba968000 20K ro GLB NX pte [ 3.375566] 0xfffffe27ba968000-0xfffffe27ba969000 4K pte [ 3.375587] 0xfffffe27ba969000-0xfffffe27ba96b000 8K RW GLB NX pte [ 3.375615] 0xfffffe27ba96b000-0xfffffe27ba96c000 4K pte [ 3.375635] 0xfffffe27ba96c000-0xfffffe27ba96e000 8K RW GLB NX pte [ 3.375663] 0xfffffe27ba96e000-0xfffffe27ba96f000 4K pte [ 3.375684] 0xfffffe27ba96f000-0xfffffe27ba971000 8K RW GLB NX pte [ 3.375712] 0xfffffe27ba971000-0xfffffe27ba972000 4K pte [ 3.375732] 0xfffffe27ba972000-0xfffffe27ba974000 8K RW GLB NX pte [ 3.375764] 0xfffffe27ba974000-0xfffffe27baa00000 560K pte [ 3.375786] 0xfffffe27baa00000-0xfffffe27c0000000 86M pmd [ 3.375807] 0xfffffe27c0000000-0xfffffe2a00000000 9G pud [ 3.375830] 0xfffffe2a00000000-0xfffffe2a0f600000 246M pmd [ 3.375852] 0xfffffe2a0f600000-0xfffffe2a0f629000 164K pte [ 3.375872] 0xfffffe2a0f629000-0xfffffe2a0f62a000 4K ro GLB NX pte [ 3.375900] 0xfffffe2a0f62a000-0xfffffe2a0f62b000 4K RW GLB NX pte [ 3.375928] 0xfffffe2a0f62b000-0xfffffe2a0f630000 20K ro GLB NX pte [ 3.375956] 0xfffffe2a0f630000-0xfffffe2a0f631000 4K pte [ 3.375977] 0xfffffe2a0f631000-0xfffffe2a0f633000 8K RW GLB NX pte [ 3.376004] 0xfffffe2a0f633000-0xfffffe2a0f634000 4K pte [ 3.376025] 0xfffffe2a0f634000-0xfffffe2a0f636000 8K RW GLB NX pte [ 3.376055] 0xfffffe2a0f636000-0xfffffe2a0f637000 4K pte [ 3.376076] 0xfffffe2a0f637000-0xfffffe2a0f639000 8K RW GLB NX pte [ 3.376103] 0xfffffe2a0f639000-0xfffffe2a0f63a000 4K pte [ 3.376124] 0xfffffe2a0f63a000-0xfffffe2a0f63c000 8K RW GLB NX pte [ 3.376165] 0xfffffe2a0f63c000-0xfffffe2a0f800000 1808K pte [ 3.376192] 0xfffffe2a0f800000-0xfffffe2a40000000 776M pmd [ 3.376213] 0xfffffe2a40000000-0xfffffe2d40000000 12G pud [ 3.376239] 0xfffffe2d40000000-0xfffffe2d5be00000 446M pmd [ 3.376268] 0xfffffe2d5be00000-0xfffffe2d5bf3c000 1264K pte [ 3.376289] 0xfffffe2d5bf3c000-0xfffffe2d5bf3d000 4K ro GLB NX pte [ 3.376316] 0xfffffe2d5bf3d000-0xfffffe2d5bf3e000 4K RW GLB NX pte [ 3.376344] 0xfffffe2d5bf3e000-0xfffffe2d5bf43000 20K ro GLB NX pte [ 3.376371] 0xfffffe2d5bf43000-0xfffffe2d5bf44000 4K pte [ 3.376392] 0xfffffe2d5bf44000-0xfffffe2d5bf46000 8K RW GLB NX pte [ 3.376419] 0xfffffe2d5bf46000-0xfffffe2d5bf47000 4K pte [ 3.376440] 0xfffffe2d5bf47000-0xfffffe2d5bf49000 8K RW GLB NX pte [ 3.376467] 0xfffffe2d5bf49000-0xfffffe2d5bf4a000 4K pte [ 3.376487] 0xfffffe2d5bf4a000-0xfffffe2d5bf4c000 8K RW GLB NX pte [ 3.376515] 0xfffffe2d5bf4c000-0xfffffe2d5bf4d000 4K pte [ 3.376535] 0xfffffe2d5bf4d000-0xfffffe2d5bf4f000 8K RW GLB NX pte [ 3.376568] 0xfffffe2d5bf4f000-0xfffffe2d5c000000 708K pte [ 3.376594] 0xfffffe2d5c000000-0xfffffe2d80000000 576M pmd [ 3.376614] 0xfffffe2d80000000-0xfffffe2ec0000000 5G pud [ 3.376639] 0xfffffe2ec0000000-0xfffffe2ed9400000 404M pmd [ 3.376661] 0xfffffe2ed9400000-0xfffffe2ed9434000 208K pte [ 3.376681] 0xfffffe2ed9434000-0xfffffe2ed9435000 4K ro GLB NX pte [ 3.376709] 0xfffffe2ed9435000-0xfffffe2ed9436000 4K RW GLB NX pte [ 3.376736] 0xfffffe2ed9436000-0xfffffe2ed943b000 20K ro GLB NX pte [ 3.376764] 0xfffffe2ed943b000-0xfffffe2ed943c000 4K pte [ 3.376784] 0xfffffe2ed943c000-0xfffffe2ed943e000 8K RW GLB NX pte [ 3.376811] 0xfffffe2ed943e000-0xfffffe2ed943f000 4K pte [ 3.376832] 0xfffffe2ed943f000-0xfffffe2ed9441000 8K RW GLB NX pte [ 3.376859] 0xfffffe2ed9441000-0xfffffe2ed9442000 4K pte [ 3.376880] 0xfffffe2ed9442000-0xfffffe2ed9444000 8K RW GLB NX pte [ 3.376907] 0xfffffe2ed9444000-0xfffffe2ed9445000 4K pte [ 3.376928] 0xfffffe2ed9445000-0xfffffe2ed9447000 8K RW GLB NX pte [ 3.376968] 0xfffffe2ed9447000-0xfffffe2ed9600000 1764K pte [ 3.376995] 0xfffffe2ed9600000-0xfffffe2f00000000 618M pmd [ 3.377015] 0xfffffe2f00000000-0xfffffe2f40000000 1G pud [ 3.377039] 0xfffffe2f40000000-0xfffffe2f59e00000 414M pmd [ 3.377068] 0xfffffe2f59e00000-0xfffffe2f59efb000 1004K pte [ 3.377088] 0xfffffe2f59efb000-0xfffffe2f59efc000 4K ro GLB NX pte [ 3.377115] 0xfffffe2f59efc000-0xfffffe2f59efd000 4K RW GLB NX pte [ 3.377143] 0xfffffe2f59efd000-0xfffffe2f59f02000 20K ro GLB NX pte [ 3.377170] 0xfffffe2f59f02000-0xfffffe2f59f03000 4K pte [ 3.377191] 0xfffffe2f59f03000-0xfffffe2f59f05000 8K RW GLB NX pte [ 3.377218] 0xfffffe2f59f05000-0xfffffe2f59f06000 4K pte [ 3.377250] 0xfffffe2f59f06000-0xfffffe2f59f08000 8K RW GLB NX pte [ 3.377278] 0xfffffe2f59f08000-0xfffffe2f59f09000 4K pte [ 3.377298] 0xfffffe2f59f09000-0xfffffe2f59f0b000 8K RW GLB NX pte [ 3.377326] 0xfffffe2f59f0b000-0xfffffe2f59f0c000 4K pte [ 3.377346] 0xfffffe2f59f0c000-0xfffffe2f59f0e000 8K RW GLB NX pte [ 3.377381] 0xfffffe2f59f0e000-0xfffffe2f5a000000 968K pte [ 3.377407] 0xfffffe2f5a000000-0xfffffe2f80000000 608M pmd [ 3.377428] 0xfffffe2f80000000-0xfffffe30c0000000 5G pud [ 3.377453] 0xfffffe30c0000000-0xfffffe30dee00000 494M pmd [ 3.377483] 0xfffffe30dee00000-0xfffffe30def40000 1280K pte [ 3.377504] 0xfffffe30def40000-0xfffffe30def41000 4K ro GLB NX pte [ 3.377531] 0xfffffe30def41000-0xfffffe30def42000 4K RW GLB NX pte [ 3.377559] 0xfffffe30def42000-0xfffffe30def47000 20K ro GLB NX pte [ 3.377586] 0xfffffe30def47000-0xfffffe30def48000 4K pte [ 3.377607] 0xfffffe30def48000-0xfffffe30def4a000 8K RW GLB NX pte [ 3.377634] 0xfffffe30def4a000-0xfffffe30def4b000 4K pte [ 3.377654] 0xfffffe30def4b000-0xfffffe30def4d000 8K RW GLB NX pte [ 3.377682] 0xfffffe30def4d000-0xfffffe30def4e000 4K pte [ 3.377702] 0xfffffe30def4e000-0xfffffe30def50000 8K RW GLB NX pte [ 3.377730] 0xfffffe30def50000-0xfffffe30def51000 4K pte [ 3.377750] 0xfffffe30def51000-0xfffffe30def53000 8K RW GLB NX pte [ 3.377783] 0xfffffe30def53000-0xfffffe30df000000 692K pte [ 3.377808] 0xfffffe30df000000-0xfffffe3100000000 528M pmd [ 3.377829] 0xfffffe3100000000-0xfffffe3140000000 1G pud [ 3.377851] 0xfffffe3140000000-0xfffffe3149600000 150M pmd [ 3.377885] 0xfffffe3149600000-0xfffffe31497cc000 1840K pte [ 3.377905] 0xfffffe31497cc000-0xfffffe31497cd000 4K ro GLB NX pte [ 3.377933] 0xfffffe31497cd000-0xfffffe31497ce000 4K RW GLB NX pte [ 3.377961] 0xfffffe31497ce000-0xfffffe31497d3000 20K ro GLB NX pte [ 3.377988] 0xfffffe31497d3000-0xfffffe31497d4000 4K pte [ 3.378009] 0xfffffe31497d4000-0xfffffe31497d6000 8K RW GLB NX pte [ 3.378041] 0xfffffe31497d6000-0xfffffe31497d7000 4K pte [ 3.378062] 0xfffffe31497d7000-0xfffffe31497d9000 8K RW GLB NX pte [ 3.378089] 0xfffffe31497d9000-0xfffffe31497da000 4K pte [ 3.378110] 0xfffffe31497da000-0xfffffe31497dc000 8K RW GLB NX pte [ 3.378137] 0xfffffe31497dc000-0xfffffe31497dd000 4K pte [ 3.378158] 0xfffffe31497dd000-0xfffffe31497df000 8K RW GLB NX pte [ 3.378186] 0xfffffe31497df000-0xfffffe3149800000 132K pte [ 3.378222] 0xfffffe3149800000-0xfffffe31b0200000 1642M pmd [ 3.378244] 0xfffffe31b0200000-0xfffffe31b0345000 1300K pte [ 3.378265] 0xfffffe31b0345000-0xfffffe31b0346000 4K ro GLB NX pte [ 3.378292] 0xfffffe31b0346000-0xfffffe31b0347000 4K RW GLB NX pte [ 3.378320] 0xfffffe31b0347000-0xfffffe31b034c000 20K ro GLB NX pte [ 3.378347] 0xfffffe31b034c000-0xfffffe31b034d000 4K pte [ 3.378367] 0xfffffe31b034d000-0xfffffe31b034f000 8K RW GLB NX pte [ 3.378395] 0xfffffe31b034f000-0xfffffe31b0350000 4K pte [ 3.378415] 0xfffffe31b0350000-0xfffffe31b0352000 8K RW GLB NX pte [ 3.378443] 0xfffffe31b0352000-0xfffffe31b0353000 4K pte [ 3.378463] 0xfffffe31b0353000-0xfffffe31b0355000 8K RW GLB NX pte [ 3.378491] 0xfffffe31b0355000-0xfffffe31b0356000 4K pte [ 3.378511] 0xfffffe31b0356000-0xfffffe31b0358000 8K RW GLB NX pte [ 3.378544] 0xfffffe31b0358000-0xfffffe31b0400000 672K pte [ 3.378566] 0xfffffe31b0400000-0xfffffe31c0000000 252M pmd [ 3.378587] 0xfffffe31c0000000-0xfffffe3700000000 21G pud [ 3.378611] 0xfffffe3700000000-0xfffffe3716000000 352M pmd [ 3.378647] 0xfffffe3716000000-0xfffffe37161fb000 2028K pte [ 3.378667] 0xfffffe37161fb000-0xfffffe37161fc000 4K ro GLB NX pte [ 3.378695] 0xfffffe37161fc000-0xfffffe37161fd000 4K RW GLB NX pte [ 3.378722] 0xfffffe37161fd000-0xfffffe3716202000 20K ro GLB NX pte [ 3.378750] 0xfffffe3716202000-0xfffffe3716203000 4K pte [ 3.378770] 0xfffffe3716203000-0xfffffe3716205000 8K RW GLB NX pte [ 3.378798] 0xfffffe3716205000-0xfffffe3716206000 4K pte [ 3.378818] 0xfffffe3716206000-0xfffffe3716208000 8K RW GLB NX pte [ 3.378845] 0xfffffe3716208000-0xfffffe3716209000 4K pte [ 3.378866] 0xfffffe3716209000-0xfffffe371620b000 8K RW GLB NX pte [ 3.378893] 0xfffffe371620b000-0xfffffe371620c000 4K pte [ 3.378914] 0xfffffe371620c000-0xfffffe371620e000 8K RW GLB NX pte [ 3.378956] 0xfffffe371620e000-0xfffffe3716400000 1992K pte [ 3.378986] 0xfffffe3716400000-0xfffffe3752400000 960M pmd [ 3.379018] 0xfffffe3752400000-0xfffffe3752592000 1608K pte [ 3.379039] 0xfffffe3752592000-0xfffffe3752593000 4K ro GLB NX pte [ 3.379066] 0xfffffe3752593000-0xfffffe3752594000 4K RW GLB NX pte [ 3.379094] 0xfffffe3752594000-0xfffffe3752599000 20K ro GLB NX pte [ 3.379121] 0xfffffe3752599000-0xfffffe375259a000 4K pte [ 3.379142] 0xfffffe375259a000-0xfffffe375259c000 8K RW GLB NX pte [ 3.379169] 0xfffffe375259c000-0xfffffe375259d000 4K pte [ 3.379190] 0xfffffe375259d000-0xfffffe375259f000 8K RW GLB NX pte [ 3.379217] 0xfffffe375259f000-0xfffffe37525a0000 4K pte [ 3.379253] 0xfffffe37525a0000-0xfffffe37525a2000 8K RW GLB NX pte [ 3.379281] 0xfffffe37525a2000-0xfffffe37525a3000 4K pte [ 3.379301] 0xfffffe37525a3000-0xfffffe37525a5000 8K RW GLB NX pte [ 3.379331] 0xfffffe37525a5000-0xfffffe3752600000 364K pte [ 3.379359] 0xfffffe3752600000-0xfffffe3780000000 730M pmd [ 3.379380] 0xfffffe3780000000-0xfffffe3d80000000 24G pud [ 3.379409] 0xfffffe3d80000000-0xfffffe3dbbe00000 958M pmd [ 3.379430] 0xfffffe3dbbe00000-0xfffffe3dbbe05000 20K pte [ 3.379450] 0xfffffe3dbbe05000-0xfffffe3dbbe06000 4K ro GLB NX pte [ 3.379477] 0xfffffe3dbbe06000-0xfffffe3dbbe07000 4K RW GLB NX pte [ 3.379505] 0xfffffe3dbbe07000-0xfffffe3dbbe0c000 20K ro GLB NX pte [ 3.379533] 0xfffffe3dbbe0c000-0xfffffe3dbbe0d000 4K pte [ 3.379553] 0xfffffe3dbbe0d000-0xfffffe3dbbe0f000 8K RW GLB NX pte [ 3.379580] 0xfffffe3dbbe0f000-0xfffffe3dbbe10000 4K pte [ 3.379601] 0xfffffe3dbbe10000-0xfffffe3dbbe12000 8K RW GLB NX pte [ 3.379628] 0xfffffe3dbbe12000-0xfffffe3dbbe13000 4K pte [ 3.379649] 0xfffffe3dbbe13000-0xfffffe3dbbe15000 8K RW GLB NX pte [ 3.379676] 0xfffffe3dbbe15000-0xfffffe3dbbe16000 4K pte [ 3.379697] 0xfffffe3dbbe16000-0xfffffe3dbbe18000 8K RW GLB NX pte [ 3.379739] 0xfffffe3dbbe18000-0xfffffe3dbc000000 1952K pte [ 3.379760] 0xfffffe3dbc000000-0xfffffe3dc0000000 64M pmd [ 3.379780] 0xfffffe3dc0000000-0xfffffe3f00000000 5G pud [ 3.379801] 0xfffffe3f00000000-0xfffffe3f03a00000 58M pmd [ 3.379830] 0xfffffe3f03a00000-0xfffffe3f03b07000 1052K pte [ 3.379850] 0xfffffe3f03b07000-0xfffffe3f03b08000 4K ro GLB NX pte [ 3.379877] 0xfffffe3f03b08000-0xfffffe3f03b09000 4K RW GLB NX pte [ 3.379905] 0xfffffe3f03b09000-0xfffffe3f03b0e000 20K ro GLB NX pte [ 3.379932] 0xfffffe3f03b0e000-0xfffffe3f03b0f000 4K pte [ 3.379953] 0xfffffe3f03b0f000-0xfffffe3f03b11000 8K RW GLB NX pte [ 3.379980] 0xfffffe3f03b11000-0xfffffe3f03b12000 4K pte [ 3.380001] 0xfffffe3f03b12000-0xfffffe3f03b14000 8K RW GLB NX pte [ 3.380028] 0xfffffe3f03b14000-0xfffffe3f03b15000 4K pte [ 3.380049] 0xfffffe3f03b15000-0xfffffe3f03b17000 8K RW GLB NX pte [ 3.380076] 0xfffffe3f03b17000-0xfffffe3f03b18000 4K pte [ 3.380096] 0xfffffe3f03b18000-0xfffffe3f03b1a000 8K RW GLB NX pte [ 3.380131] 0xfffffe3f03b1a000-0xfffffe3f03c00000 920K pte [ 3.380160] 0xfffffe3f03c00000-0xfffffe3f40000000 964M pmd [ 3.380182] 0xfffffe3f40000000-0xfffffe4a00000000 43G pud [ 3.380206] 0xfffffe4a00000000-0xfffffe4a1da00000 474M pmd [ 3.380235] 0xfffffe4a1da00000-0xfffffe4a1da83000 524K pte [ 3.380255] 0xfffffe4a1da83000-0xfffffe4a1da84000 4K ro GLB NX pte [ 3.380283] 0xfffffe4a1da84000-0xfffffe4a1da85000 4K RW GLB NX pte [ 3.380310] 0xfffffe4a1da85000-0xfffffe4a1da8a000 20K ro GLB NX pte [ 3.380338] 0xfffffe4a1da8a000-0xfffffe4a1da8b000 4K pte [ 3.380358] 0xfffffe4a1da8b000-0xfffffe4a1da8d000 8K RW GLB NX pte [ 3.380386] 0xfffffe4a1da8d000-0xfffffe4a1da8e000 4K pte [ 3.380406] 0xfffffe4a1da8e000-0xfffffe4a1da90000 8K RW GLB NX pte [ 3.380434] 0xfffffe4a1da90000-0xfffffe4a1da91000 4K pte [ 3.380454] 0xfffffe4a1da91000-0xfffffe4a1da93000 8K RW GLB NX pte [ 3.380481] 0xfffffe4a1da93000-0xfffffe4a1da94000 4K pte [ 3.380502] 0xfffffe4a1da94000-0xfffffe4a1da96000 8K RW GLB NX pte [ 3.380540] 0xfffffe4a1da96000-0xfffffe4a1dc00000 1448K pte [ 3.380566] 0xfffffe4a1dc00000-0xfffffe4a40000000 548M pmd [ 3.380586] 0xfffffe4a40000000-0xfffffe4d80000000 13G pud [ 3.380615] 0xfffffe4d80000000-0xfffffe4db3e00000 830M pmd [ 3.380642] 0xfffffe4db3e00000-0xfffffe4db3ee5000 916K pte [ 3.380662] 0xfffffe4db3ee5000-0xfffffe4db3ee6000 4K ro GLB NX pte [ 3.380690] 0xfffffe4db3ee6000-0xfffffe4db3ee7000 4K RW GLB NX pte [ 3.380717] 0xfffffe4db3ee7000-0xfffffe4db3eec000 20K ro GLB NX pte [ 3.380745] 0xfffffe4db3eec000-0xfffffe4db3eed000 4K pte [ 3.380765] 0xfffffe4db3eed000-0xfffffe4db3eef000 8K RW GLB NX pte [ 3.380793] 0xfffffe4db3eef000-0xfffffe4db3ef0000 4K pte [ 3.380813] 0xfffffe4db3ef0000-0xfffffe4db3ef2000 8K RW GLB NX pte [ 3.380841] 0xfffffe4db3ef2000-0xfffffe4db3ef3000 4K pte [ 3.380861] 0xfffffe4db3ef3000-0xfffffe4db3ef5000 8K RW GLB NX pte [ 3.380889] 0xfffffe4db3ef5000-0xfffffe4db3ef6000 4K pte [ 3.380909] 0xfffffe4db3ef6000-0xfffffe4db3ef8000 8K RW GLB NX pte [ 3.380944] 0xfffffe4db3ef8000-0xfffffe4db4000000 1056K pte [ 3.380966] 0xfffffe4db4000000-0xfffffe4dc0000000 192M pmd [ 3.380987] 0xfffffe4dc0000000-0xfffffe4ec0000000 4G pud [ 3.381012] 0xfffffe4ec0000000-0xfffffe4eddc00000 476M pmd [ 3.381047] 0xfffffe4eddc00000-0xfffffe4eddde9000 1956K pte [ 3.381068] 0xfffffe4eddde9000-0xfffffe4edddea000 4K ro GLB NX pte [ 3.381095] 0xfffffe4edddea000-0xfffffe4edddeb000 4K RW GLB NX pte [ 3.381123] 0xfffffe4edddeb000-0xfffffe4edddf0000 20K ro GLB NX pte [ 3.381150] 0xfffffe4edddf0000-0xfffffe4edddf1000 4K pte [ 3.381170] 0xfffffe4edddf1000-0xfffffe4edddf3000 8K RW GLB NX pte [ 3.381198] 0xfffffe4edddf3000-0xfffffe4edddf4000 4K pte [ 3.381218] 0xfffffe4edddf4000-0xfffffe4edddf6000 8K RW GLB NX pte [ 3.381234] 0xfffffe4edddf6000-0xfffffe4edddf7000 4K pte [ 3.381255] 0xfffffe4edddf7000-0xfffffe4edddf9000 8K RW GLB NX pte [ 3.381282] 0xfffffe4edddf9000-0xfffffe4edddfa000 4K pte [ 3.381303] 0xfffffe4edddfa000-0xfffffe4edddfc000 8K RW GLB NX pte [ 3.381330] 0xfffffe4edddfc000-0xfffffe4edde00000 16K pte [ 3.381356] 0xfffffe4edde00000-0xfffffe4f00000000 546M pmd [ 3.381376] 0xfffffe4f00000000-0xfffffe50c0000000 7G pud [ 3.381403] 0xfffffe50c0000000-0xfffffe50e5c00000 604M pmd [ 3.381428] 0xfffffe50e5c00000-0xfffffe50e5cae000 696K pte [ 3.381449] 0xfffffe50e5cae000-0xfffffe50e5caf000 4K ro GLB NX pte [ 3.381476] 0xfffffe50e5caf000-0xfffffe50e5cb0000 4K RW GLB NX pte [ 3.381504] 0xfffffe50e5cb0000-0xfffffe50e5cb5000 20K ro GLB NX pte [ 3.381531] 0xfffffe50e5cb5000-0xfffffe50e5cb6000 4K pte [ 3.381552] 0xfffffe50e5cb6000-0xfffffe50e5cb8000 8K RW GLB NX pte [ 3.381579] 0xfffffe50e5cb8000-0xfffffe50e5cb9000 4K pte [ 3.381599] 0xfffffe50e5cb9000-0xfffffe50e5cbb000 8K RW GLB NX pte [ 3.381627] 0xfffffe50e5cbb000-0xfffffe50e5cbc000 4K pte [ 3.381647] 0xfffffe50e5cbc000-0xfffffe50e5cbe000 8K RW GLB NX pte [ 3.381675] 0xfffffe50e5cbe000-0xfffffe50e5cbf000 4K pte [ 3.381695] 0xfffffe50e5cbf000-0xfffffe50e5cc1000 8K RW GLB NX pte [ 3.381732] 0xfffffe50e5cc1000-0xfffffe50e5e00000 1276K pte [ 3.381757] 0xfffffe50e5e00000-0xfffffe5100000000 418M pmd [ 3.381777] 0xfffffe5100000000-0xfffffe51c0000000 3G pud [ 3.381803] 0xfffffe51c0000000-0xfffffe51e3800000 568M pmd [ 3.381837] 0xfffffe51e3800000-0xfffffe51e39c5000 1812K pte [ 3.381857] 0xfffffe51e39c5000-0xfffffe51e39c6000 4K ro GLB NX pte [ 3.381885] 0xfffffe51e39c6000-0xfffffe51e39c7000 4K RW GLB NX pte [ 3.381912] 0xfffffe51e39c7000-0xfffffe51e39cc000 20K ro GLB NX pte [ 3.381940] 0xfffffe51e39cc000-0xfffffe51e39cd000 4K pte [ 3.381960] 0xfffffe51e39cd000-0xfffffe51e39cf000 8K RW GLB NX pte [ 3.381988] 0xfffffe51e39cf000-0xfffffe51e39d0000 4K pte [ 3.382008] 0xfffffe51e39d0000-0xfffffe51e39d2000 8K RW GLB NX pte [ 3.382035] 0xfffffe51e39d2000-0xfffffe51e39d3000 4K pte [ 3.382056] 0xfffffe51e39d3000-0xfffffe51e39d5000 8K RW GLB NX pte [ 3.382083] 0xfffffe51e39d5000-0xfffffe51e39d6000 4K pte [ 3.382104] 0xfffffe51e39d6000-0xfffffe51e39d8000 8K RW GLB NX pte [ 3.382132] 0xfffffe51e39d8000-0xfffffe51e3a00000 160K pte [ 3.382157] 0xfffffe51e3a00000-0xfffffe5200000000 454M pmd [ 3.382178] 0xfffffe5200000000-0xfffffe56c0000000 19G pud [ 3.382202] 0xfffffe56c0000000-0xfffffe56d5400000 340M pmd [ 3.382237] 0xfffffe56d5400000-0xfffffe56d545e000 376K pte [ 3.382258] 0xfffffe56d545e000-0xfffffe56d545f000 4K ro GLB NX pte [ 3.382285] 0xfffffe56d545f000-0xfffffe56d5460000 4K RW GLB NX pte [ 3.382313] 0xfffffe56d5460000-0xfffffe56d5465000 20K ro GLB NX pte [ 3.382340] 0xfffffe56d5465000-0xfffffe56d5466000 4K pte [ 3.382360] 0xfffffe56d5466000-0xfffffe56d5468000 8K RW GLB NX pte [ 3.382388] 0xfffffe56d5468000-0xfffffe56d5469000 4K pte [ 3.382408] 0xfffffe56d5469000-0xfffffe56d546b000 8K RW GLB NX pte [ 3.382436] 0xfffffe56d546b000-0xfffffe56d546c000 4K pte [ 3.382456] 0xfffffe56d546c000-0xfffffe56d546e000 8K RW GLB NX pte [ 3.382484] 0xfffffe56d546e000-0xfffffe56d546f000 4K pte [ 3.382504] 0xfffffe56d546f000-0xfffffe56d5471000 8K RW GLB NX pte [ 3.382544] 0xfffffe56d5471000-0xfffffe56d5600000 1596K pte [ 3.382570] 0xfffffe56d5600000-0xfffffe5700000000 682M pmd [ 3.382591] 0xfffffe5700000000-0xfffffe5b80000000 18G pud [ 3.382618] 0xfffffe5b80000000-0xfffffe5ba9c00000 668M pmd [ 3.382649] 0xfffffe5ba9c00000-0xfffffe5ba9d6b000 1452K pte [ 3.382670] 0xfffffe5ba9d6b000-0xfffffe5ba9d6c000 4K ro GLB NX pte [ 3.382697] 0xfffffe5ba9d6c000-0xfffffe5ba9d6d000 4K RW GLB NX pte [ 3.382725] 0xfffffe5ba9d6d000-0xfffffe5ba9d72000 20K ro GLB NX pte [ 3.382752] 0xfffffe5ba9d72000-0xfffffe5ba9d73000 4K pte [ 3.382773] 0xfffffe5ba9d73000-0xfffffe5ba9d75000 8K RW GLB NX pte [ 3.382800] 0xfffffe5ba9d75000-0xfffffe5ba9d76000 4K pte [ 3.382820] 0xfffffe5ba9d76000-0xfffffe5ba9d78000 8K RW GLB NX pte [ 3.382848] 0xfffffe5ba9d78000-0xfffffe5ba9d79000 4K pte [ 3.382868] 0xfffffe5ba9d79000-0xfffffe5ba9d7b000 8K RW GLB NX pte [ 3.382896] 0xfffffe5ba9d7b000-0xfffffe5ba9d7c000 4K pte [ 3.382916] 0xfffffe5ba9d7c000-0xfffffe5ba9d7e000 8K RW GLB NX pte [ 3.382947] 0xfffffe5ba9d7e000-0xfffffe5ba9e00000 520K pte [ 3.382971] 0xfffffe5ba9e00000-0xfffffe5bc0000000 354M pmd [ 3.382992] 0xfffffe5bc0000000-0xfffffe64c0000000 36G pud [ 3.383013] 0xfffffe64c0000000-0xfffffe64c0e00000 14M pmd [ 3.383036] 0xfffffe64c0e00000-0xfffffe64c0e56000 344K pte [ 3.383056] 0xfffffe64c0e56000-0xfffffe64c0e57000 4K ro GLB NX pte [ 3.383084] 0xfffffe64c0e57000-0xfffffe64c0e58000 4K RW GLB NX pte [ 3.383111] 0xfffffe64c0e58000-0xfffffe64c0e5d000 20K ro GLB NX pte [ 3.383139] 0xfffffe64c0e5d000-0xfffffe64c0e5e000 4K pte [ 3.383159] 0xfffffe64c0e5e000-0xfffffe64c0e60000 8K RW GLB NX pte [ 3.383187] 0xfffffe64c0e60000-0xfffffe64c0e61000 4K pte [ 3.383207] 0xfffffe64c0e61000-0xfffffe64c0e63000 8K RW GLB NX pte [ 3.383234] 0xfffffe64c0e63000-0xfffffe64c0e64000 4K pte [ 3.383255] 0xfffffe64c0e64000-0xfffffe64c0e66000 8K RW GLB NX pte [ 3.383282] 0xfffffe64c0e66000-0xfffffe64c0e67000 4K pte [ 3.383303] 0xfffffe64c0e67000-0xfffffe64c0e69000 8K RW GLB NX pte [ 3.383342] 0xfffffe64c0e69000-0xfffffe64c1000000 1628K pte [ 3.383372] 0xfffffe64c1000000-0xfffffe6500000000 1008M pmd [ 3.383394] 0xfffffe6500000000-0xfffffe6b80000000 26G pud [ 3.383418] 0xfffffe6b80000000-0xfffffe6b98a00000 394M pmd [ 3.383446] 0xfffffe6b98a00000-0xfffffe6b98b06000 1048K pte [ 3.383466] 0xfffffe6b98b06000-0xfffffe6b98b07000 4K ro GLB NX pte [ 3.383494] 0xfffffe6b98b07000-0xfffffe6b98b08000 4K RW GLB NX pte [ 3.383521] 0xfffffe6b98b08000-0xfffffe6b98b0d000 20K ro GLB NX pte [ 3.383549] 0xfffffe6b98b0d000-0xfffffe6b98b0e000 4K pte [ 3.383569] 0xfffffe6b98b0e000-0xfffffe6b98b10000 8K RW GLB NX pte [ 3.383597] 0xfffffe6b98b10000-0xfffffe6b98b11000 4K pte [ 3.383617] 0xfffffe6b98b11000-0xfffffe6b98b13000 8K RW GLB NX pte [ 3.383645] 0xfffffe6b98b13000-0xfffffe6b98b14000 4K pte [ 3.383665] 0xfffffe6b98b14000-0xfffffe6b98b16000 8K RW GLB NX pte [ 3.383693] 0xfffffe6b98b16000-0xfffffe6b98b17000 4K pte [ 3.383713] 0xfffffe6b98b17000-0xfffffe6b98b19000 8K RW GLB NX pte [ 3.383747] 0xfffffe6b98b19000-0xfffffe6b98c00000 924K pte [ 3.383774] 0xfffffe6b98c00000-0xfffffe6bc0000000 628M pmd [ 3.383795] 0xfffffe6bc0000000-0xfffffe7940000000 54G pud [ 3.383823] 0xfffffe7940000000-0xfffffe796e400000 740M pmd [ 3.383846] 0xfffffe796e400000-0xfffffe796e460000 384K pte [ 3.383866] 0xfffffe796e460000-0xfffffe796e461000 4K ro GLB NX pte [ 3.383894] 0xfffffe796e461000-0xfffffe796e462000 4K RW GLB NX pte [ 3.383921] 0xfffffe796e462000-0xfffffe796e467000 20K ro GLB NX pte [ 3.383949] 0xfffffe796e467000-0xfffffe796e468000 4K pte [ 3.383969] 0xfffffe796e468000-0xfffffe796e46a000 8K RW GLB NX pte [ 3.383997] 0xfffffe796e46a000-0xfffffe796e46b000 4K pte [ 3.384017] 0xfffffe796e46b000-0xfffffe796e46d000 8K RW GLB NX pte [ 3.384045] 0xfffffe796e46d000-0xfffffe796e46e000 4K pte [ 3.384065] 0xfffffe796e46e000-0xfffffe796e470000 8K RW GLB NX pte [ 3.384093] 0xfffffe796e470000-0xfffffe796e471000 4K pte [ 3.384113] 0xfffffe796e471000-0xfffffe796e473000 8K RW GLB NX pte [ 3.384152] 0xfffffe796e473000-0xfffffe796e600000 1588K pte [ 3.384176] 0xfffffe796e600000-0xfffffe7980000000 282M pmd [ 3.384196] 0xfffffe7980000000-0xfffffe7a80000000 4G pud [ 3.384236] 0xfffffe7a80000000-0xfffffe7a97e00000 382M pmd [ 3.384269] 0xfffffe7a97e00000-0xfffffe7a97fb4000 1744K pte [ 3.384289] 0xfffffe7a97fb4000-0xfffffe7a97fb5000 4K ro GLB NX pte [ 3.384317] 0xfffffe7a97fb5000-0xfffffe7a97fb6000 4K RW GLB NX pte [ 3.384344] 0xfffffe7a97fb6000-0xfffffe7a97fbb000 20K ro GLB NX pte [ 3.384372] 0xfffffe7a97fbb000-0xfffffe7a97fbc000 4K pte [ 3.384392] 0xfffffe7a97fbc000-0xfffffe7a97fbe000 8K RW GLB NX pte [ 3.384420] 0xfffffe7a97fbe000-0xfffffe7a97fbf000 4K pte [ 3.384440] 0xfffffe7a97fbf000-0xfffffe7a97fc1000 8K RW GLB NX pte [ 3.384467] 0xfffffe7a97fc1000-0xfffffe7a97fc2000 4K pte [ 3.384488] 0xfffffe7a97fc2000-0xfffffe7a97fc4000 8K RW GLB NX pte [ 3.384515] 0xfffffe7a97fc4000-0xfffffe7a97fc5000 4K pte [ 3.384536] 0xfffffe7a97fc5000-0xfffffe7a97fc7000 8K RW GLB NX pte [ 3.384565] 0xfffffe7a97fc7000-0xfffffe7a98000000 228K pte [ 3.384591] 0xfffffe7a98000000-0xfffffe7ac0000000 640M pmd [ 3.384612] 0xfffffe7ac0000000-0xfffffe8000000000 21G pud [ 3.384633] 0xfffffe8000000000-0xffffff0000000000 512G pgd [ 3.384653] ---[ ESPfix Area ]--- [ 3.384661] 0xffffff0000000000-0xffffff0500000000 20G pud [ 3.384682] 0xffffff0500000000-0xffffff0500005000 20K pte [ 3.384702] 0xffffff0500005000-0xffffff0500006000 4K ro GLB NX pte [ 3.384730] 0xffffff0500006000-0xffffff0500015000 60K pte [ 3.384751] 0xffffff0500015000-0xffffff0500016000 4K ro GLB NX pte [ 3.384779] 0xffffff0500016000-0xffffff0500025000 60K pte [ 3.384799] 0xffffff0500025000-0xffffff0500026000 4K ro GLB NX pte [ 3.384827] 0xffffff0500026000-0xffffff0500035000 60K pte [ 3.384847] 0xffffff0500035000-0xffffff0500036000 4K ro GLB NX pte [ 3.384875] 0xffffff0500036000-0xffffff0500045000 60K pte [ 3.384896] 0xffffff0500045000-0xffffff0500046000 4K ro GLB NX pte [ 3.384924] 0xffffff0500046000-0xffffff0500055000 60K pte [ 3.384944] 0xffffff0500055000-0xffffff0500056000 4K ro GLB NX pte [ 3.384972] 0xffffff0500056000-0xffffff0500065000 60K pte [ 3.384992] 0xffffff0500065000-0xffffff0500066000 4K ro GLB NX pte [ 3.385020] 0xffffff0500066000-0xffffff0500075000 60K pte [ 3.417636] ... 131059 entries skipped ... [ 3.417646] ---[ EFI Runtime Services ]--- [ 3.417656] 0xffffffef00000000-0xfffffffec0000000 63G pud [ 3.417684] 0xfffffffec0000000-0xfffffffeef200000 754M pmd [ 3.417709] 0xfffffffeef200000-0xfffffffeef29f000 636K pte [ 3.417729] 0xfffffffeef29f000-0xfffffffeef2a0000 4K RW NX pte [ 3.417767] 0xfffffffeef2a0000-0xfffffffeef400000 1408K pte [ 3.417791] 0xfffffffeef400000-0xfffffffeef480000 512K pte [ 3.417821] 0xfffffffeef480000-0xfffffffeef5c7000 1308K pte [ 3.417853] 0xfffffffeef5c7000-0xfffffffeef738000 1476K pte [ 3.417873] 0xfffffffeef738000-0xfffffffeef739000 4K pte [ 3.417908] 0xfffffffeef739000-0xfffffffef011f000 10136K pte [ 3.417930] 0xfffffffef011f000-0xfffffffef014a000 172K pte [ 3.417953] 0xfffffffef014a000-0xfffffffef01ad000 396K pte [ 3.417973] 0xfffffffef01ad000-0xfffffffef01af000 8K pte [ 3.417995] 0xfffffffef01af000-0xfffffffef01ef000 256K pte [ 3.418017] 0xfffffffef01ef000-0xfffffffef0217000 160K pte [ 3.418040] 0xfffffffef0217000-0xfffffffef027c000 404K pte [ 3.418061] 0xfffffffef027c000-0xfffffffef027d000 4K pte [ 3.418082] 0xfffffffef027d000-0xfffffffef0299000 112K pte [ 3.418102] 0xfffffffef0299000-0xfffffffef029b000 8K pte [ 3.418138] 0xfffffffef029b000-0xfffffffef0a99000 8184K pte [ 3.418158] 0xfffffffef0a99000-0xfffffffef0a9a000 4K pte [ 3.418180] 0xfffffffef0a9a000-0xfffffffef0acd000 204K pte [ 3.418200] 0xfffffffef0acd000-0xfffffffef0ace000 4K pte [ 3.418230] 0xfffffffef0ace000-0xfffffffef0c00000 1224K RW NX pte [ 3.418261] 0xfffffffef0c00000-0xfffffffef2c00000 32M RW PSE NX pmd [ 3.418290] 0xfffffffef2c00000-0xfffffffef2c30000 192K RW NX pte [ 3.418340] 0xfffffffef2c30000-0xfffffffef411f000 21436K pte [ 3.418368] 0xfffffffef411f000-0xfffffffef420a000 940K pte [ 3.418403] 0xfffffffef420a000-0xfffffffef4400000 2008K RW NX pte [ 3.418431] 0xfffffffef4400000-0xfffffffef5000000 12M RW PSE NX pmd [ 3.418469] 0xfffffffef5000000-0xfffffffef5178000 1504K RW NX pte [ 3.418497] 0xfffffffef5178000-0xfffffffef517b000 12K ro x pte [ 3.418524] 0xfffffffef517b000-0xfffffffef5180000 20K RW NX pte [ 3.418551] 0xfffffffef5180000-0xfffffffef5181000 4K ro x pte [ 3.418579] 0xfffffffef5181000-0xfffffffef5186000 20K RW NX pte [ 3.418606] 0xfffffffef5186000-0xfffffffef518a000 16K ro x pte [ 3.418634] 0xfffffffef518a000-0xfffffffef518f000 20K RW NX pte [ 3.418661] 0xfffffffef518f000-0xfffffffef5190000 4K ro x pte [ 3.418689] 0xfffffffef5190000-0xfffffffef5194000 16K RW NX pte [ 3.418716] 0xfffffffef5194000-0xfffffffef519b000 28K ro x pte [ 3.418744] 0xfffffffef519b000-0xfffffffef51a0000 20K RW NX pte [ 3.418771] 0xfffffffef51a0000-0xfffffffef51ae000 56K ro x pte [ 3.418799] 0xfffffffef51ae000-0xfffffffef51b4000 24K RW NX pte [ 3.418826] 0xfffffffef51b4000-0xfffffffef51b7000 12K ro x pte [ 3.418854] 0xfffffffef51b7000-0xfffffffef51bc000 20K RW NX pte [ 3.418881] 0xfffffffef51bc000-0xfffffffef51bd000 4K ro x pte [ 3.418909] 0xfffffffef51bd000-0xfffffffef51c2000 20K RW NX pte [ 3.418936] 0xfffffffef51c2000-0xfffffffef51c4000 8K ro x pte [ 3.418963] 0xfffffffef51c4000-0xfffffffef51c9000 20K RW NX pte [ 3.418991] 0xfffffffef51c9000-0xfffffffef51ca000 4K ro x pte [ 3.419019] 0xfffffffef51ca000-0xfffffffef51cf000 20K RW NX pte [ 3.419046] 0xfffffffef51cf000-0xfffffffef51d0000 4K ro x pte [ 3.419073] 0xfffffffef51d0000-0xfffffffef51d5000 20K RW NX pte [ 3.419101] 0xfffffffef51d5000-0xfffffffef51d6000 4K ro x pte [ 3.419128] 0xfffffffef51d6000-0xfffffffef51da000 16K RW NX pte [ 3.419156] 0xfffffffef51da000-0xfffffffef51e5000 44K ro x pte [ 3.419183] 0xfffffffef51e5000-0xfffffffef51ec000 28K RW NX pte [ 3.419211] 0xfffffffef51ec000-0xfffffffef51f1000 20K ro x pte [ 3.419235] 0xfffffffef51f1000-0xfffffffef51f6000 20K RW NX pte [ 3.419262] 0xfffffffef51f6000-0xfffffffef51fa000 16K ro x pte [ 3.419289] 0xfffffffef51fa000-0xfffffffef51ff000 20K RW NX pte [ 3.419317] 0xfffffffef51ff000-0xfffffffef5600000 4100K pte [ 3.419352] 0xfffffffef5600000-0xfffffffef57ea000 1960K pte [ 3.419380] 0xfffffffef57ea000-0xfffffffef58ea000 1M pte [ 3.419402] 0xfffffffef58ea000-0xfffffffef5923000 228K pte [ 3.419424] 0xfffffffef5923000-0xfffffffef596c000 292K pte [ 3.419446] 0xfffffffef596c000-0xfffffffef598e000 136K pte [ 3.419467] 0xfffffffef598e000-0xfffffffef59a8000 104K pte [ 3.419487] 0xfffffffef59a8000-0xfffffffef59af000 28K pte [ 3.419508] 0xfffffffef59af000-0xfffffffef59bf000 64K pte [ 3.419528] 0xfffffffef59bf000-0xfffffffef59cc000 52K pte [ 3.419562] 0xfffffffef59cc000-0xfffffffef678e000 14088K pte [ 3.419583] 0xfffffffef678e000-0xfffffffef6791000 12K pte [ 3.419604] 0xfffffffef6791000-0xfffffffef67a4000 76K pte [ 3.419624] 0xfffffffef67a4000-0xfffffffef67a6000 8K pte [ 3.419645] 0xfffffffef67a6000-0xfffffffef67b7000 68K pte [ 3.419665] 0xfffffffef67b7000-0xfffffffef67bb000 16K pte [ 3.419686] 0xfffffffef67bb000-0xfffffffef67cf000 80K pte [ 3.419706] 0xfffffffef67cf000-0xfffffffef67d3000 16K pte [ 3.419727] 0xfffffffef67d3000-0xfffffffef67e7000 80K pte [ 3.419748] 0xfffffffef67e7000-0xfffffffef67f2000 44K pte [ 3.419768] 0xfffffffef67f2000-0xfffffffef67fa000 32K pte [ 3.419789] 0xfffffffef67fa000-0xfffffffef6800000 24K pte [ 3.419811] 0xfffffffef6800000-0xfffffffefe800000 128M RW PSE NX pmd [ 3.419846] 0xfffffffefe800000-0xfffffffefe900000 1M RW PCD NX pte [ 3.419881] 0xfffffffefe900000-0xfffffffefea00000 1M pte [ 3.419902] 0xfffffffefea00000-0xfffffffefec00000 2M RW PCD PSE NX pmd [ 3.419929] 0xfffffffefec00000-0xfffffffefec10000 64K RW PCD NX pte [ 3.419968] 0xfffffffefec10000-0xfffffffefed80000 1472K pte [ 3.419992] 0xfffffffefed80000-0xfffffffefee02000 520K RW PCD NX pte [ 3.420020] 0xfffffffefee02000-0xfffffffefee10000 56K pte [ 3.420040] 0xfffffffefee10000-0xfffffffefee11000 4K RW PCD NX pte [ 3.420075] 0xfffffffefee11000-0xfffffffefef00000 956K pte [ 3.420095] 0xfffffffefef00000-0xfffffffefef01000 4K RW PCD NX pte [ 3.420124] 0xfffffffefef01000-0xfffffffefef40000 252K pte [ 3.420145] 0xfffffffefef40000-0xfffffffefef45000 20K RW PCD NX pte [ 3.420174] 0xfffffffefef45000-0xfffffffefef80000 236K pte [ 3.420194] 0xfffffffefef80000-0xfffffffefef90000 64K RW PCD NX pte [ 3.420235] 0xfffffffefef90000-0xfffffffefefc2000 200K pte [ 3.420256] 0xfffffffefefc2000-0xfffffffefefd0000 56K RW PCD NX pte [ 3.420283] 0xfffffffefefd0000-0xfffffffefefd4000 16K pte [ 3.420304] 0xfffffffefefd4000-0xfffffffefefd6000 8K RW PCD NX pte [ 3.420332] 0xfffffffefefd6000-0xfffffffeff000000 168K pte [ 3.420353] 0xfffffffeff000000-0xffffffff00000000 16M RW PCD PSE NX pmd [ 3.420380] 0xffffffff00000000-0xffffffff80000000 2G pud [ 3.420401] ---[ High Kernel Mapping ]--- [ 3.420411] 0xffffffff80000000-0xffffffff87000000 112M pmd [ 3.420432] 0xffffffff87000000-0xffffffff8a200000 50M RW PSE GLB x pmd [ 3.420474] 0xffffffff8a200000-0xffffffff8a3fe000 2040K RW GLB x pte [ 3.420502] 0xffffffff8a3fe000-0xffffffff8a3ff000 4K ro GLB x pte [ 3.420529] 0xffffffff8a3ff000-0xffffffff8a400000 4K RW GLB x pte [ 3.420557] 0xffffffff8a400000-0xffffffff8c400000 32M RW PSE GLB x pmd [ 3.420592] 0xffffffff8c400000-0xffffffffc0000000 828M pmd [ 3.420612] ---[ Modules ]--- [ 3.420629] 0xffffffffc0000000-0xffffffffff000000 1008M pmd [ 3.420649] ---[ End Modules ]--- [ 3.420657] 0xffffffffff000000-0xffffffffff200000 2M pmd [ 3.420704] 0xffffffffff200000-0xffffffffff578000 3552K pte [ 3.420724] ---[ Fixmap Area ]--- [ 3.420736] 0xffffffffff578000-0xffffffffff5fa000 520K pte [ 3.420756] 0xffffffffff5fa000-0xffffffffff5fd000 12K RW PWT PCD GLB NX pte [ 3.420799] 0xffffffffff5fd000-0xffffffffff800000 2060K pte [ 3.420820] 0xffffffffff800000-0x0000000000000000 8M pmd [ 3.420899] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock [ 3.420936] Yama: becoming mindful. [ 3.420955] SELinux: Initializing. [ 3.421024] LSM support for eBPF active [ 3.421033] landlock: Up and running. [ 3.421178] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 3.421264] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 3.422008] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 3.422077] LVT offset 1 assigned for vector 0xf9 [ 3.422214] LVT offset 2 assigned for vector 0xf4 [ 3.422265] process: using mwait in idle threads [ 3.422276] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512 [ 3.422288] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 3.422306] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 3.422324] Spectre V2 : Mitigation: Retpolines [ 3.422333] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 3.422349] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 3.422363] Spectre V2 : Enabling Speculation Barrier for firmware calls [ 3.422376] RETBleed: Mitigation: untrained return thunk [ 3.422389] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 3.422405] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation [ 3.422421] Spectre V2 : User space: Mitigation: STIBP always-on protection [ 3.422435] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 3.430074] Freeing SMP alternatives memory: 44K [ 3.533451] smpboot: CPU0: AMD Ryzen 9 3950X 16-Core Processor (family: 0x17, model: 0x71, stepping: 0x0) [ 3.533985] cblist_init_generic: Setting adjustable number of callback queues. [ 3.534053] cblist_init_generic: Setting shift to 5 and lim to 1. [ 3.534146] cblist_init_generic: Setting shift to 5 and lim to 1. [ 3.534232] cblist_init_generic: Setting shift to 5 and lim to 1. [ 3.534232] Running RCU-tasks wait API self tests [ 3.640378] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 3.640409] ... version: 0 [ 3.640423] ... bit width: 48 [ 3.640436] ... generic registers: 6 [ 3.640449] ... value mask: 0000ffffffffffff [ 3.640466] ... max period: 00007fffffffffff [ 3.640482] ... fixed-purpose events: 0 [ 3.640496] ... event mask: 000000000000003f [ 3.640881] rcu: Hierarchical SRCU implementation. [ 3.640897] rcu: Max phase no-delay instances is 400. [ 3.642054] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 3.642940] smp: Bringing up secondary CPUs ... [ 3.643394] x86: Booting SMP configuration: [ 3.643415] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 [ 3.652375] Callback from call_rcu_tasks_trace() invoked. [ 3.653512] #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 [ 3.669454] Spectre V2 : Update user space SMT mitigation: STIBP always-on [ 3.669644] #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 [ 3.693382] smp: Brought up 1 node, 32 CPUs [ 3.693382] smpboot: Max logical packages: 1 [ 3.693382] smpboot: Total of 32 processors activated (224009.66 BogoMIPS) [ 3.715858] allocated 268435456 bytes of page_ext [ 3.716603] devtmpfs: initialized [ 3.716603] x86/mm: Memory block size: 2048MB [ 3.719644] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a210fff] (69632 bytes) [ 3.719644] ACPI: PM: Registering ACPI NVS region [mem 0xca695000-0xcaa09fff] (3624960 bytes) [ 3.724237] DMA-API: preallocated 65536 debug entries [ 3.724254] DMA-API: debugging enabled by kernel config [ 3.724270] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 3.724302] futex hash table entries: 8192 (order: 8, 1048576 bytes, linear) [ 3.724861] pinctrl core: initialized pinctrl subsystem [ 3.725421] ************************************************************* [ 3.725440] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 3.725458] ** ** [ 3.725475] ** IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL ** [ 3.725493] ** ** [ 3.725511] ** This means that this kernel is built to expose internal ** [ 3.725528] ** IOMMU data structures, which may compromise security on ** [ 3.725546] ** your system. ** [ 3.725564] ** ** [ 3.725581] ** If you see this message and you are not debugging the ** [ 3.725599] ** kernel, report this immediately to your vendor! ** [ 3.725616] ** ** [ 3.725634] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 3.725652] ************************************************************* [ 3.725702] PM: RTC time: 09:01:12, date: 2023-01-22 [ 3.726825] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 3.727421] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 3.727454] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 3.727487] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 3.727542] audit: initializing netlink subsys (disabled) [ 3.727629] audit: type=2000 audit(1674378071.383:1): state=initialized audit_enabled=0 res=1 [ 3.727654] thermal_sys: Registered thermal governor 'fair_share' [ 3.727657] thermal_sys: Registered thermal governor 'bang_bang' [ 3.727676] thermal_sys: Registered thermal governor 'step_wise' [ 3.727693] thermal_sys: Registered thermal governor 'user_space' [ 3.727789] cpuidle: using governor menu [ 3.728337] Detected 1 PCC Subspaces [ 3.728351] Registering PCC driver as Mailbox controller [ 3.728805] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 3.729342] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 3.729374] PCI: not using MMCONFIG [ 3.729386] PCI: Using configuration type 1 for base access [ 3.729401] PCI: Using configuration type 1 for extended access [ 3.733466] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 3.733718] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 3.733718] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 3.733718] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 3.733718] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 3.735459] cryptd: max_cpu_qlen set to 1000 [ 3.736303] raid6: skipped pq benchmark and selected avx2x4 [ 3.736327] raid6: using avx2x2 recovery algorithm [ 3.736642] fbcon: Taking over console [ 3.736933] ACPI: Added _OSI(Module Device) [ 3.736953] ACPI: Added _OSI(Processor Device) [ 3.736973] ACPI: Added _OSI(3.0 _SCP Extensions) [ 3.736994] ACPI: Added _OSI(Processor Aggregator Device) [ 3.757091] Callback from call_rcu_tasks_rude() invoked. [ 3.785006] ACPI: 10 ACPI AML tables successfully acquired and loaded [ 3.796347] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 3.799658] ACPI: EC: EC started [ 3.799679] ACPI: EC: interrupt blocked [ 3.800432] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 3.800449] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions [ 3.800471] ACPI: Interpreter enabled [ 3.800547] ACPI: PM: (supports S0 S3 S4 S5) [ 3.800566] ACPI: Using IOAPIC for interrupt routing [ 3.803241] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 3.803388] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource [ 3.803423] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 3.803447] PCI: Using E820 reservations for host bridge windows [ 3.804890] ACPI: Enabled 2 GPEs in block 00 to 1F [ 3.858432] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 3.858468] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 3.858900] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC] [ 3.859733] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] [ 3.859794] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge [ 3.862237] PCI host bridge to bus 0000:00 [ 3.862252] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 3.862272] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 3.862292] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 3.862311] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 3.862334] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] [ 3.862356] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window] [ 3.862378] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window] [ 3.862401] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.862500] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 [ 3.863018] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 [ 3.863369] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 [ 3.863566] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 [ 3.863695] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold [ 3.864212] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 [ 3.864270] pci 0000:00:01.2: enabling Extended Tags [ 3.864361] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold [ 3.865007] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 [ 3.865213] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 [ 3.865421] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 [ 3.865549] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold [ 3.865986] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 [ 3.866183] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 [ 3.866389] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 [ 3.866583] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 [ 3.866634] pci 0000:00:07.1: enabling Extended Tags [ 3.866716] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 3.867163] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 [ 3.867366] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 [ 3.867419] pci 0000:00:08.1: enabling Extended Tags [ 3.867505] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 3.868029] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 3.868399] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 3.868860] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 [ 3.869022] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 [ 3.869181] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 [ 3.869349] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 [ 3.869508] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 [ 3.869671] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 [ 3.869829] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 [ 3.869986] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 [ 3.870300] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802 [ 3.870337] pci 0000:01:00.0: reg 0x10: [mem 0xfcf10000-0xfcf13fff 64bit] [ 3.870395] pci 0000:01:00.0: reg 0x30: [mem 0xfcf00000-0xfcf0ffff pref] [ 3.870757] pci 0000:00:01.1: PCI bridge to [bus 01] [ 3.870778] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 3.870944] pci 0000:02:00.0: [1022:57ad] type 01 class 0x060400 [ 3.871029] pci 0000:02:00.0: enabling Extended Tags [ 3.871161] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 3.871293] pci 0000:02:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link) [ 3.871874] pci 0000:00:01.2: PCI bridge to [bus 02-09] [ 3.871893] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] [ 3.871912] pci 0000:00:01.2: bridge window [mem 0xfc100000-0xfc7fffff] [ 3.872520] pci 0000:03:01.0: [1022:57a3] type 01 class 0x060400 [ 3.872621] pci 0000:03:01.0: enabling Extended Tags [ 3.872927] pci 0000:03:01.0: PME# supported from D0 D3hot D3cold [ 3.873688] pci 0000:03:03.0: [1022:57a3] type 01 class 0x060400 [ 3.873788] pci 0000:03:03.0: enabling Extended Tags [ 3.874093] pci 0000:03:03.0: PME# supported from D0 D3hot D3cold [ 3.874870] pci 0000:03:05.0: [1022:57a3] type 01 class 0x060400 [ 3.874970] pci 0000:03:05.0: enabling Extended Tags [ 3.875306] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold [ 3.876065] pci 0000:03:08.0: [1022:57a4] type 01 class 0x060400 [ 3.876164] pci 0000:03:08.0: enabling Extended Tags [ 3.876397] pci 0000:03:08.0: PME# supported from D0 D3hot D3cold [ 3.877018] pci 0000:03:09.0: [1022:57a4] type 01 class 0x060400 [ 3.877118] pci 0000:03:09.0: enabling Extended Tags [ 3.877356] pci 0000:03:09.0: PME# supported from D0 D3hot D3cold [ 3.877728] pci 0000:03:0a.0: [1022:57a4] type 01 class 0x060400 [ 3.877828] pci 0000:03:0a.0: enabling Extended Tags [ 3.878043] pci 0000:03:0a.0: PME# supported from D0 D3hot D3cold [ 3.878433] pci 0000:02:00.0: PCI bridge to [bus 03-09] [ 3.878456] pci 0000:02:00.0: bridge window [io 0xf000-0xffff] [ 3.878476] pci 0000:02:00.0: bridge window [mem 0xfc100000-0xfc7fffff] [ 3.878725] pci 0000:04:00.0: [8086:0b60] type 00 class 0x010802 [ 3.878787] pci 0000:04:00.0: reg 0x10: [mem 0xfc710000-0xfc713fff 64bit] [ 3.878868] pci 0000:04:00.0: reg 0x30: [mem 0xfc700000-0xfc70ffff pref] [ 3.878897] pci 0000:04:00.0: enabling Extended Tags [ 3.879764] pci 0000:03:01.0: PCI bridge to [bus 04] [ 3.879790] pci 0000:03:01.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 3.880029] pci 0000:05:00.0: [8086:2723] type 00 class 0x028000 [ 3.880082] pci 0000:05:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit] [ 3.880329] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold [ 3.880852] pci 0000:03:03.0: PCI bridge to [bus 05] [ 3.880877] pci 0000:03:03.0: bridge window [mem 0xfc600000-0xfc6fffff] [ 3.881121] pci 0000:06:00.0: [8086:1539] type 00 class 0x020000 [ 3.881172] pci 0000:06:00.0: reg 0x10: [mem 0xfc500000-0xfc51ffff] [ 3.881228] pci 0000:06:00.0: reg 0x18: [io 0xf000-0xf01f] [ 3.881253] pci 0000:06:00.0: reg 0x1c: [mem 0xfc520000-0xfc523fff] [ 3.881501] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold [ 3.882001] pci 0000:03:05.0: PCI bridge to [bus 06] [ 3.882023] pci 0000:03:05.0: bridge window [io 0xf000-0xffff] [ 3.882043] pci 0000:03:05.0: bridge window [mem 0xfc500000-0xfc5fffff] [ 3.882336] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000 [ 3.882433] pci 0000:07:00.0: enabling Extended Tags [ 3.882672] pci 0000:07:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.883115] pci 0000:07:00.1: [1022:149c] type 00 class 0x0c0330 [ 3.883457] pci 0000:07:00.1: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit] [ 3.884213] pci 0000:07:00.1: enabling Extended Tags [ 3.884891] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold [ 3.885609] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330 [ 3.885658] pci 0000:07:00.3: reg 0x10: [mem 0xfc100000-0xfc1fffff 64bit] [ 3.885749] pci 0000:07:00.3: enabling Extended Tags [ 3.885876] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold [ 3.886370] pci 0000:03:08.0: PCI bridge to [bus 07] [ 3.886395] pci 0000:03:08.0: bridge window [mem 0xfc100000-0xfc2fffff] [ 3.886573] pci 0000:08:00.0: [1022:7901] type 00 class 0x010601 [ 3.886675] pci 0000:08:00.0: reg 0x24: [mem 0xfc400000-0xfc4007ff] [ 3.886716] pci 0000:08:00.0: enabling Extended Tags [ 3.886890] pci 0000:08:00.0: PME# supported from D3hot D3cold [ 3.887004] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.887268] pci 0000:03:09.0: PCI bridge to [bus 08] [ 3.887293] pci 0000:03:09.0: bridge window [mem 0xfc400000-0xfc4fffff] [ 3.887469] pci 0000:09:00.0: [1022:7901] type 00 class 0x010601 [ 3.887569] pci 0000:09:00.0: reg 0x24: [mem 0xfc300000-0xfc3007ff] [ 3.887609] pci 0000:09:00.0: enabling Extended Tags [ 3.887768] pci 0000:09:00.0: PME# supported from D3hot D3cold [ 3.887883] pci 0000:09:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.888143] pci 0000:03:0a.0: PCI bridge to [bus 09] [ 3.888168] pci 0000:03:0a.0: bridge window [mem 0xfc300000-0xfc3fffff] [ 3.888434] pci 0000:0a:00.0: [1002:1478] type 01 class 0x060400 [ 3.888468] pci 0000:0a:00.0: reg 0x10: [mem 0xfcb00000-0xfcb03fff] [ 3.888636] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold [ 3.888735] pci 0000:0a:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.889179] pci 0000:00:03.1: PCI bridge to [bus 0a-0c] [ 3.889202] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] [ 3.889221] pci 0000:00:03.1: bridge window [mem 0xfc800000-0xfcbfffff] [ 3.889239] pci 0000:00:03.1: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 3.889426] pci 0000:0b:00.0: [1002:1479] type 01 class 0x060400 [ 3.889610] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold [ 3.891945] pci 0000:0a:00.0: PCI bridge to [bus 0b-0c] [ 3.891967] pci 0000:0a:00.0: bridge window [io 0xe000-0xefff] [ 3.891987] pci 0000:0a:00.0: bridge window [mem 0xfc800000-0xfcafffff] [ 3.892010] pci 0000:0a:00.0: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 3.892237] pci 0000:0c:00.0: [1002:744c] type 00 class 0x030000 [ 3.892276] pci 0000:0c:00.0: reg 0x10: [mem 0x7000000000-0x77ffffffff 64bit pref] [ 3.892310] pci 0000:0c:00.0: reg 0x18: [mem 0x7800000000-0x780fffffff 64bit pref] [ 3.892340] pci 0000:0c:00.0: reg 0x20: [io 0xe000-0xe0ff] [ 3.892365] pci 0000:0c:00.0: reg 0x24: [mem 0xfc900000-0xfc9fffff] [ 3.892391] pci 0000:0c:00.0: reg 0x30: [mem 0xfca00000-0xfca1ffff pref] [ 3.892555] pci 0000:0c:00.0: PME# supported from D1 D2 D3hot D3cold [ 3.892671] pci 0000:0c:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.893045] pci 0000:0c:00.1: [1002:ab30] type 00 class 0x040300 [ 3.893076] pci 0000:0c:00.1: reg 0x10: [mem 0xfca24000-0xfca27fff] [ 3.893238] pci 0000:0c:00.1: PME# supported from D1 D2 D3hot D3cold [ 3.893603] pci 0000:0c:00.2: [1002:7446] type 00 class 0x0c0330 [ 3.893641] pci 0000:0c:00.2: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit] [ 3.893812] pci 0000:0c:00.2: PME# supported from D0 D3hot D3cold [ 3.894054] pci 0000:0c:00.3: [1002:7444] type 00 class 0x0c8000 [ 3.894090] pci 0000:0c:00.3: reg 0x10: [mem 0xfca20000-0xfca23fff 64bit] [ 3.894249] pci 0000:0c:00.3: PME# supported from D0 D3hot [ 3.894555] pci 0000:0b:00.0: PCI bridge to [bus 0c] [ 3.894575] pci 0000:0b:00.0: bridge window [io 0xe000-0xefff] [ 3.894594] pci 0000:0b:00.0: bridge window [mem 0xfc800000-0xfcafffff] [ 3.894618] pci 0000:0b:00.0: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 3.894788] pci 0000:0d:00.0: [1022:148a] type 00 class 0x130000 [ 3.894844] pci 0000:0d:00.0: enabling Extended Tags [ 3.895281] pci 0000:00:07.1: PCI bridge to [bus 0d] [ 3.895492] pci 0000:0e:00.0: [1022:1485] type 00 class 0x130000 [ 3.895553] pci 0000:0e:00.0: enabling Extended Tags [ 3.895874] pci 0000:0e:00.1: [1022:1486] type 00 class 0x108000 [ 3.895912] pci 0000:0e:00.1: reg 0x18: [mem 0xfcd00000-0xfcdfffff] [ 3.895945] pci 0000:0e:00.1: reg 0x24: [mem 0xfce08000-0xfce09fff] [ 3.895974] pci 0000:0e:00.1: enabling Extended Tags [ 3.896300] pci 0000:0e:00.3: [1022:149c] type 00 class 0x0c0330 [ 3.896334] pci 0000:0e:00.3: reg 0x10: [mem 0xfcc00000-0xfccfffff 64bit] [ 3.896393] pci 0000:0e:00.3: enabling Extended Tags [ 3.896485] pci 0000:0e:00.3: PME# supported from D0 D3hot D3cold [ 3.896890] pci 0000:0e:00.4: [1022:1487] type 00 class 0x040300 [ 3.896918] pci 0000:0e:00.4: reg 0x10: [mem 0xfce00000-0xfce07fff] [ 3.896970] pci 0000:0e:00.4: enabling Extended Tags [ 3.897059] pci 0000:0e:00.4: PME# supported from D0 D3hot D3cold [ 3.897463] pci 0000:00:08.1: PCI bridge to [bus 0e] [ 3.897484] pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff] [ 3.899215] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 3.899418] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 [ 3.899604] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 3.899815] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 3.900011] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 3.900182] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 3.900370] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 3.900539] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 3.903414] ACPI: EC: interrupt unblocked [ 3.903432] ACPI: EC: event unblocked [ 3.903452] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 3.903468] ACPI: EC: GPE=0x2 [ 3.903479] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete [ 3.903501] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events [ 3.903772] iommu: Default domain type: Translated [ 3.903772] iommu: DMA domain TLB invalidation policy: lazy mode [ 3.904271] SCSI subsystem initialized [ 3.904381] libata version 3.00 loaded. [ 3.904381] ACPI: bus type USB registered [ 3.904412] usbcore: registered new interface driver usbfs [ 3.904455] usbcore: registered new interface driver hub [ 3.904534] usbcore: registered new device driver usb [ 3.904643] pps_core: LinuxPPS API ver. 1 registered [ 3.904658] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 3.904689] PTP clock support registered [ 3.904820] EDAC MC: Ver: 3.0.0 [ 3.905429] Registered efivars operations [ 3.906893] NetLabel: Initializing [ 3.906906] NetLabel: domain hash size = 128 [ 3.906919] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 3.906973] NetLabel: unlabeled traffic allowed by default [ 3.906995] mctp: management component transport protocol core [ 3.907012] NET: Registered PF_MCTP protocol family [ 3.907045] PCI: Using ACPI for IRQ routing [ 3.911868] PCI: pci_cache_line_size set to 64 bytes [ 3.912026] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff] [ 3.912034] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 3.912037] e820: reserve RAM buffer [mem 0xbdcc5018-0xbfffffff] [ 3.912039] e820: reserve RAM buffer [mem 0xbdce1018-0xbfffffff] [ 3.912042] e820: reserve RAM buffer [mem 0xc327b000-0xc3ffffff] [ 3.912044] e820: reserve RAM buffer [mem 0xc8c2f000-0xcbffffff] [ 3.912047] e820: reserve RAM buffer [mem 0xca11f000-0xcbffffff] [ 3.912050] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff] [ 3.912052] e820: reserve RAM buffer [mem 0x102f300000-0x102fffffff] [ 3.912531] pci 0000:0c:00.0: vgaarb: setting as boot VGA device [ 3.912531] pci 0000:0c:00.0: vgaarb: bridge control possible [ 3.912531] pci 0000:0c:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 3.912531] vgaarb: loaded [ 3.912721] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 3.912721] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 3.915372] clocksource: Switched to clocksource tsc-early [ 3.969050] Callback from call_rcu_tasks() invoked. [ 4.011715] VFS: Disk quotas dquot_6.6.0 [ 4.011764] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 4.012139] pnp: PnP ACPI init [ 4.012522] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved [ 4.013139] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved [ 4.013781] system 00:03: [io 0x0290-0x029f] has been reserved [ 4.013801] system 00:03: [io 0x0200-0x021f] has been reserved [ 4.014723] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 4.014743] system 00:04: [io 0x040b] has been reserved [ 4.014760] system 00:04: [io 0x04d6] has been reserved [ 4.014777] system 00:04: [io 0x0c00-0x0c01] has been reserved [ 4.014795] system 00:04: [io 0x0c14] has been reserved [ 4.014812] system 00:04: [io 0x0c50-0x0c51] has been reserved [ 4.014831] system 00:04: [io 0x0c52] has been reserved [ 4.014847] system 00:04: [io 0x0c6c] has been reserved [ 4.014864] system 00:04: [io 0x0c6f] has been reserved [ 4.014881] system 00:04: [io 0x0cd8-0x0cdf] has been reserved [ 4.014899] system 00:04: [io 0x0800-0x089f] has been reserved [ 4.014918] system 00:04: [io 0x0b00-0x0b0f] has been reserved [ 4.014936] system 00:04: [io 0x0b20-0x0b3f] has been reserved [ 4.014954] system 00:04: [io 0x0900-0x090f] has been reserved [ 4.014973] system 00:04: [io 0x0910-0x091f] has been reserved [ 4.014992] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved [ 4.015014] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved [ 4.015036] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 4.015057] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved [ 4.015082] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 4.015104] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved [ 4.015132] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 4.017149] pnp: PnP ACPI: found 5 devices [ 4.027456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 4.027616] NET: Registered PF_INET protocol family [ 4.027860] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 4.030638] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear) [ 4.031088] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 4.031143] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 4.031650] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage) [ 4.033285] TCP: Hash tables configured (established 524288 bind 65536) [ 4.034055] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage) [ 4.034946] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage) [ 4.035846] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage) [ 4.037010] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 4.037047] NET: Registered PF_XDP protocol family [ 4.037082] pci 0000:00:01.1: PCI bridge to [bus 01] [ 4.037103] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 4.037128] pci 0000:03:01.0: PCI bridge to [bus 04] [ 4.037147] pci 0000:03:01.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 4.037176] pci 0000:03:03.0: PCI bridge to [bus 05] [ 4.037195] pci 0000:03:03.0: bridge window [mem 0xfc600000-0xfc6fffff] [ 4.037223] pci 0000:03:05.0: PCI bridge to [bus 06] [ 4.037240] pci 0000:03:05.0: bridge window [io 0xf000-0xffff] [ 4.037262] pci 0000:03:05.0: bridge window [mem 0xfc500000-0xfc5fffff] [ 4.037290] pci 0000:03:08.0: PCI bridge to [bus 07] [ 4.037309] pci 0000:03:08.0: bridge window [mem 0xfc100000-0xfc2fffff] [ 4.037338] pci 0000:03:09.0: PCI bridge to [bus 08] [ 4.037357] pci 0000:03:09.0: bridge window [mem 0xfc400000-0xfc4fffff] [ 4.037385] pci 0000:03:0a.0: PCI bridge to [bus 09] [ 4.037404] pci 0000:03:0a.0: bridge window [mem 0xfc300000-0xfc3fffff] [ 4.037432] pci 0000:02:00.0: PCI bridge to [bus 03-09] [ 4.037449] pci 0000:02:00.0: bridge window [io 0xf000-0xffff] [ 4.037471] pci 0000:02:00.0: bridge window [mem 0xfc100000-0xfc7fffff] [ 4.037499] pci 0000:00:01.2: PCI bridge to [bus 02-09] [ 4.037514] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] [ 4.037534] pci 0000:00:01.2: bridge window [mem 0xfc100000-0xfc7fffff] [ 4.037558] pci 0000:0b:00.0: PCI bridge to [bus 0c] [ 4.037578] pci 0000:0b:00.0: bridge window [io 0xe000-0xefff] [ 4.037599] pci 0000:0b:00.0: bridge window [mem 0xfc800000-0xfcafffff] [ 4.037620] pci 0000:0b:00.0: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.037647] pci 0000:0a:00.0: PCI bridge to [bus 0b-0c] [ 4.037665] pci 0000:0a:00.0: bridge window [io 0xe000-0xefff] [ 4.037686] pci 0000:0a:00.0: bridge window [mem 0xfc800000-0xfcafffff] [ 4.037707] pci 0000:0a:00.0: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.037734] pci 0000:00:03.1: PCI bridge to [bus 0a-0c] [ 4.037749] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] [ 4.037769] pci 0000:00:03.1: bridge window [mem 0xfc800000-0xfcbfffff] [ 4.037789] pci 0000:00:03.1: bridge window [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.037814] pci 0000:00:07.1: PCI bridge to [bus 0d] [ 4.037836] pci 0000:00:08.1: PCI bridge to [bus 0e] [ 4.037853] pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff] [ 4.037878] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 4.037899] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 4.037916] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 4.037933] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 4.037950] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] [ 4.037969] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window] [ 4.037987] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window] [ 4.038007] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff] [ 4.038025] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] [ 4.038040] pci_bus 0000:02: resource 1 [mem 0xfc100000-0xfc7fffff] [ 4.038057] pci_bus 0000:03: resource 0 [io 0xf000-0xffff] [ 4.038073] pci_bus 0000:03: resource 1 [mem 0xfc100000-0xfc7fffff] [ 4.038090] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff] [ 4.038108] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc6fffff] [ 4.038125] pci_bus 0000:06: resource 0 [io 0xf000-0xffff] [ 4.038140] pci_bus 0000:06: resource 1 [mem 0xfc500000-0xfc5fffff] [ 4.038157] pci_bus 0000:07: resource 1 [mem 0xfc100000-0xfc2fffff] [ 4.038175] pci_bus 0000:08: resource 1 [mem 0xfc400000-0xfc4fffff] [ 4.038192] pci_bus 0000:09: resource 1 [mem 0xfc300000-0xfc3fffff] [ 4.038209] pci_bus 0000:0a: resource 0 [io 0xe000-0xefff] [ 4.038225] pci_bus 0000:0a: resource 1 [mem 0xfc800000-0xfcbfffff] [ 4.038242] pci_bus 0000:0a: resource 2 [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.038262] pci_bus 0000:0b: resource 0 [io 0xe000-0xefff] [ 4.038278] pci_bus 0000:0b: resource 1 [mem 0xfc800000-0xfcafffff] [ 4.038295] pci_bus 0000:0b: resource 2 [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.038316] pci_bus 0000:0c: resource 0 [io 0xe000-0xefff] [ 4.038331] pci_bus 0000:0c: resource 1 [mem 0xfc800000-0xfcafffff] [ 4.038348] pci_bus 0000:0c: resource 2 [mem 0x7000000000-0x780fffffff 64bit pref] [ 4.038369] pci_bus 0000:0e: resource 1 [mem 0xfcc00000-0xfcefffff] [ 4.039919] pci 0000:0c:00.1: D0 power state depends on 0000:0c:00.0 [ 4.040136] pci 0000:0c:00.2: D0 power state depends on 0000:0c:00.0 [ 4.040771] pci 0000:0c:00.3: D0 power state depends on 0000:0c:00.0 [ 4.041365] PCI: CLS 64 bytes, default 64 [ 4.041420] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 4.041720] Trying to unpack rootfs image as initramfs... [ 4.041728] pci 0000:00:01.0: Adding to iommu group 0 [ 4.041827] pci 0000:00:01.1: Adding to iommu group 1 [ 4.041905] pci 0000:00:01.2: Adding to iommu group 2 [ 4.042004] pci 0000:00:02.0: Adding to iommu group 3 [ 4.042106] pci 0000:00:03.0: Adding to iommu group 4 [ 4.042176] pci 0000:00:03.1: Adding to iommu group 5 [ 4.042276] pci 0000:00:04.0: Adding to iommu group 6 [ 4.042374] pci 0000:00:05.0: Adding to iommu group 7 [ 4.042473] pci 0000:00:07.0: Adding to iommu group 8 [ 4.042549] pci 0000:00:07.1: Adding to iommu group 9 [ 4.042647] pci 0000:00:08.0: Adding to iommu group 10 [ 4.042723] pci 0000:00:08.1: Adding to iommu group 11 [ 4.042851] pci 0000:00:14.0: Adding to iommu group 12 [ 4.042924] pci 0000:00:14.3: Adding to iommu group 12 [ 4.043221] pci 0000:00:18.0: Adding to iommu group 13 [ 4.043289] pci 0000:00:18.1: Adding to iommu group 13 [ 4.043356] pci 0000:00:18.2: Adding to iommu group 13 [ 4.043424] pci 0000:00:18.3: Adding to iommu group 13 [ 4.043491] pci 0000:00:18.4: Adding to iommu group 13 [ 4.043559] pci 0000:00:18.5: Adding to iommu group 13 [ 4.043629] pci 0000:00:18.6: Adding to iommu group 13 [ 4.043714] pci 0000:00:18.7: Adding to iommu group 13 [ 4.043785] pci 0000:01:00.0: Adding to iommu group 14 [ 4.043855] pci 0000:02:00.0: Adding to iommu group 15 [ 4.043953] pci 0000:03:01.0: Adding to iommu group 16 [ 4.044046] pci 0000:03:03.0: Adding to iommu group 17 [ 4.044139] pci 0000:03:05.0: Adding to iommu group 18 [ 4.044239] pci 0000:03:08.0: Adding to iommu group 19 [ 4.044338] pci 0000:03:09.0: Adding to iommu group 20 [ 4.044436] pci 0000:03:0a.0: Adding to iommu group 21 [ 4.044531] pci 0000:04:00.0: Adding to iommu group 22 [ 4.044624] pci 0000:05:00.0: Adding to iommu group 23 [ 4.044718] pci 0000:06:00.0: Adding to iommu group 24 [ 4.044750] pci 0000:07:00.0: Adding to iommu group 19 [ 4.044792] pci 0000:07:00.1: Adding to iommu group 19 [ 4.044822] pci 0000:07:00.3: Adding to iommu group 19 [ 4.044854] pci 0000:08:00.0: Adding to iommu group 20 [ 4.044883] pci 0000:09:00.0: Adding to iommu group 21 [ 4.044958] pci 0000:0a:00.0: Adding to iommu group 25 [ 4.045029] pci 0000:0b:00.0: Adding to iommu group 26 [ 4.045109] pci 0000:0c:00.0: Adding to iommu group 27 [ 4.045186] pci 0000:0c:00.1: Adding to iommu group 28 [ 4.045260] pci 0000:0c:00.2: Adding to iommu group 29 [ 4.045334] pci 0000:0c:00.3: Adding to iommu group 30 [ 4.045405] pci 0000:0d:00.0: Adding to iommu group 31 [ 4.045477] pci 0000:0e:00.0: Adding to iommu group 32 [ 4.045549] pci 0000:0e:00.1: Adding to iommu group 33 [ 4.045624] pci 0000:0e:00.3: Adding to iommu group 34 [ 4.045699] pci 0000:0e:00.4: Adding to iommu group 35 [ 4.065542] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 4.065564] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC [ 4.065596] AMD-Vi: Interrupt remapping enabled [ 4.065922] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 4.065941] software IO TLB: mapped [mem 0x00000000b9cc5000-0x00000000bdcc5000] (64MB) [ 4.066029] LVT offset 0 assigned for vector 0x400 [ 4.066840] perf: AMD IBS detected (0x000003ff) [ 4.066877] amd_uncore: 4 amd_df counters detected [ 4.066921] amd_uncore: 6 amd_l3 counters detected [ 4.067944] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 4.079631] Initialise system trusted keyrings [ 4.079719] Key type blacklist registered [ 4.079856] workingset: timestamp_bits=36 max_order=24 bucket_order=0 [ 4.079938] zbud: loaded [ 4.081432] integrity: Platform Keyring initialized [ 4.081456] integrity: Machine keyring initialized [ 4.083871] NET: Registered PF_ALG protocol family [ 4.083912] xor: automatically using best checksumming function avx [ 4.083933] Key type asymmetric registered [ 4.083954] Asymmetric key parser 'x509' registered [ 4.542008] Freeing initrd memory: 50400K [ 4.547887] modprobe (232) used greatest stack depth: 13048 bytes left [ 4.554531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 4.554766] io scheduler mq-deadline registered [ 4.554781] io scheduler kyber registered [ 4.554819] io scheduler bfq registered [ 4.557024] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 4.559290] pcieport 0000:00:01.1: AER: enabled with IRQ 29 [ 4.559781] pcieport 0000:00:01.2: AER: enabled with IRQ 30 [ 4.560208] pcieport 0000:00:03.1: AER: enabled with IRQ 31 [ 4.560988] pcieport 0000:00:07.1: AER: enabled with IRQ 33 [ 4.561404] pcieport 0000:00:08.1: AER: enabled with IRQ 34 [ 4.564627] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 4.565100] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 4.565226] ACPI: button: Power Button [PWRB] [ 4.565379] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 4.565665] ACPI: button: Power Button [PWRF] [ 4.566790] Estimated ratio of average max frequency by base frequency (times 1024): 1208 [ 4.566875] Monitor-Mwait will be used to enter C-1 state [ 4.566892] ACPI: \_PR_.C000: Found 2 idle states [ 4.567349] ACPI: \_PR_.C002: Found 2 idle states [ 4.567764] ACPI: \_PR_.C004: Found 2 idle states [ 4.568132] ACPI: \_PR_.C006: Found 2 idle states [ 4.568497] ACPI: \_PR_.C008: Found 2 idle states [ 4.568861] ACPI: \_PR_.C00A: Found 2 idle states [ 4.569216] ACPI: \_PR_.C00C: Found 2 idle states [ 4.569585] ACPI: \_PR_.C00E: Found 2 idle states [ 4.569955] ACPI: \_PR_.C010: Found 2 idle states [ 4.570324] ACPI: \_PR_.C012: Found 2 idle states [ 4.570679] ACPI: \_PR_.C014: Found 2 idle states [ 4.571034] ACPI: \_PR_.C016: Found 2 idle states [ 4.571404] ACPI: \_PR_.C018: Found 2 idle states [ 4.571765] ACPI: \_PR_.C01A: Found 2 idle states [ 4.572141] ACPI: \_PR_.C01C: Found 2 idle states [ 4.572508] ACPI: \_PR_.C01E: Found 2 idle states [ 4.572877] ACPI: \_PR_.C001: Found 2 idle states [ 4.573261] ACPI: \_PR_.C003: Found 2 idle states [ 4.573651] ACPI: \_PR_.C005: Found 2 idle states [ 4.574006] ACPI: \_PR_.C007: Found 2 idle states [ 4.574372] ACPI: \_PR_.C009: Found 2 idle states [ 4.574729] ACPI: \_PR_.C00B: Found 2 idle states [ 4.575081] ACPI: \_PR_.C00D: Found 2 idle states [ 4.575449] ACPI: \_PR_.C00F: Found 2 idle states [ 4.575808] ACPI: \_PR_.C011: Found 2 idle states [ 4.576166] ACPI: \_PR_.C013: Found 2 idle states [ 4.576548] ACPI: \_PR_.C015: Found 2 idle states [ 4.576898] ACPI: \_PR_.C017: Found 2 idle states [ 4.577264] ACPI: \_PR_.C019: Found 2 idle states [ 4.577623] ACPI: \_PR_.C01B: Found 2 idle states [ 4.577975] ACPI: \_PR_.C01D: Found 2 idle states [ 4.578350] ACPI: \_PR_.C01F: Found 2 idle states [ 4.579418] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 4.579629] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 4.587035] Non-volatile memory driver v1.3 [ 4.587063] Linux agpgart interface v0.103 [ 4.633804] ACPI: bus type drm_connector registered [ 4.641589] ahci 0000:08:00.0: version 3.0 [ 4.641887] ahci 0000:08:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 4.641912] ahci 0000:08:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 4.642708] scsi host0: ahci [ 4.642956] ata1: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400100 irq 44 [ 4.643315] ahci 0000:09:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 4.643340] ahci 0000:09:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 4.643913] scsi host1: ahci [ 4.644106] ata2: SATA max UDMA/133 abar m2048@0xfc300000 port 0xfc300100 irq 45 [ 4.645341] usbcore: registered new interface driver usbserial_generic [ 4.645474] usbserial: USB Serial support registered for generic [ 4.645618] i8042: PNP: No PS/2 controller found. [ 4.645748] mousedev: PS/2 mouse device common for all mice [ 4.646321] xhci_hcd 0000:07:00.3: xHCI Host Controller [ 4.646321] xhci_hcd 0000:07:00.1: xHCI Host Controller [ 4.646340] xhci_hcd 0000:0e:00.3: xHCI Host Controller [ 4.646378] xhci_hcd 0000:0c:00.2: xHCI Host Controller [ 4.646379] rtc_cmos 00:02: RTC can wake from S4 [ 4.647252] xhci_hcd 0000:07:00.1: new USB bus registered, assigned bus number 1 [ 4.647263] xhci_hcd 0000:0e:00.3: new USB bus registered, assigned bus number 3 [ 4.647264] xhci_hcd 0000:0c:00.2: new USB bus registered, assigned bus number 4 [ 4.647267] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 2 [ 4.647567] rtc_cmos 00:02: registered as rtc0 [ 4.647653] xhci_hcd 0000:0e:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 4.647670] rtc_cmos 00:02: setting system clock to 2023-01-22T09:01:13 UTC (1674378073) [ 4.647692] xhci_hcd 0000:07:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 4.647700] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 4.647838] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 4.647862] xhci_hcd 0000:0c:00.2: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010 [ 4.647938] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 4.647976] device-mapper: uevent: version 1.0.3 [ 4.648165] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@xxxxxxxxxx [ 4.649117] xhci_hcd 0000:07:00.1: xHCI Host Controller [ 4.649405] xhci_hcd 0000:07:00.1: new USB bus registered, assigned bus number 5 [ 4.649432] xhci_hcd 0000:07:00.1: Host supports USB 3.1 Enhanced SuperSpeed [ 4.649811] xhci_hcd 0000:0c:00.2: xHCI Host Controller [ 4.649853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 4.649910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.649931] xhci_hcd 0000:0e:00.3: xHCI Host Controller [ 4.649949] usb usb1: Product: xHCI Host Controller [ 4.649967] usb usb1: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.649994] usb usb1: SerialNumber: 0000:07:00.1 [ 4.649995] xhci_hcd 0000:07:00.3: xHCI Host Controller [ 4.651137] hub 1-0:1.0: USB hub found [ 4.651257] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0 [ 4.651259] hub 1-0:1.0: 6 ports detected [ 4.657055] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.657136] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 4.657139] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.657140] usb usb5: Product: xHCI Host Controller [ 4.657142] usb usb5: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.657143] usb usb5: SerialNumber: 0000:07:00.1 [ 4.657154] xhci_hcd 0000:0c:00.2: new USB bus registered, assigned bus number 6 [ 4.657162] xhci_hcd 0000:0c:00.2: Host supports USB 3.1 Enhanced SuperSpeed [ 4.657581] hub 5-0:1.0: USB hub found [ 4.657609] hub 5-0:1.0: 4 ports detected [ 4.659392] Console: switching to colour frame buffer device 128x48 [ 4.661178] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 4.661181] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.661183] usb usb4: Product: xHCI Host Controller [ 4.661184] usb usb4: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.661186] usb usb4: SerialNumber: 0000:0c:00.2 [ 4.661201] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 8 [ 4.661207] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 4.661229] xhci_hcd 0000:0e:00.3: new USB bus registered, assigned bus number 7 [ 4.661247] xhci_hcd 0000:0e:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 4.661561] hub 4-0:1.0: USB hub found [ 4.661631] hub 4-0:1.0: 1 port detected [ 4.661937] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.662014] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 4.662016] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.662018] usb usb6: Product: xHCI Host Controller [ 4.662019] usb usb6: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.662021] usb usb6: SerialNumber: 0000:0c:00.2 [ 4.662374] hub 6-0:1.0: USB hub found [ 4.662397] hub 6-0:1.0: 1 port detected [ 4.662779] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 4.662782] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.662784] usb usb2: Product: xHCI Host Controller [ 4.662785] usb usb2: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.662787] usb usb2: SerialNumber: 0000:07:00.3 [ 4.663276] hub 2-0:1.0: USB hub found [ 4.663310] hub 2-0:1.0: 6 ports detected [ 4.663336] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device [ 4.669030] hid: raw HID events driver (C) Jiri Kosina [ 4.669091] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 4.669484] usbcore: registered new interface driver usbhid [ 4.669882] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.670319] usbhid: USB HID core driver [ 4.670945] drop_monitor: Initializing network drop monitor service [ 4.671166] usb usb3: Product: xHCI Host Controller [ 4.672178] usb usb3: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.672563] usb usb3: SerialNumber: 0000:0e:00.3 [ 4.673338] hub 3-0:1.0: USB hub found [ 4.673696] hub 3-0:1.0: 4 ports detected [ 4.674922] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.675499] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 4.675877] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.676215] usb usb7: Product: xHCI Host Controller [ 4.676567] usb usb7: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.676897] usb usb7: SerialNumber: 0000:0e:00.3 [ 4.677857] hub 7-0:1.0: USB hub found [ 4.678253] hub 7-0:1.0: 4 ports detected [ 4.679559] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.680149] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 4.680551] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.680889] usb usb8: Product: xHCI Host Controller [ 4.681214] usb usb8: Manufacturer: Linux 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 xhci-hcd [ 4.681556] usb usb8: SerialNumber: 0000:07:00.3 [ 4.681794] Initializing XFRM netlink socket [ 4.682261] hub 8-0:1.0: USB hub found [ 4.682489] NET: Registered PF_INET6 protocol family [ 4.682851] hub 8-0:1.0: 4 ports detected [ 4.689853] modprobe (266) used greatest stack depth: 13016 bytes left [ 4.695849] Segment Routing with IPv6 [ 4.696422] RPL Segment Routing with IPv6 [ 4.698290] In-situ OAM (IOAM) with IPv6 [ 4.699100] mip6: Mobile IPv6 [ 4.699648] NET: Registered PF_PACKET protocol family [ 4.709162] microcode: CPU0: patch_level=0x08701021 [ 4.709166] microcode: CPU1: patch_level=0x08701021 [ 4.709172] microcode: CPU3: patch_level=0x08701021 [ 4.709173] microcode: CPU2: patch_level=0x08701021 [ 4.709178] microcode: CPU4: patch_level=0x08701021 [ 4.709180] microcode: CPU5: patch_level=0x08701021 [ 4.709183] microcode: CPU6: patch_level=0x08701021 [ 4.709187] microcode: CPU7: patch_level=0x08701021 [ 4.709191] microcode: CPU8: patch_level=0x08701021 [ 4.709194] microcode: CPU9: patch_level=0x08701021 [ 4.709197] microcode: CPU10: patch_level=0x08701021 [ 4.709200] microcode: CPU11: patch_level=0x08701021 [ 4.709205] microcode: CPU13: patch_level=0x08701021 [ 4.709208] microcode: CPU14: patch_level=0x08701021 [ 4.709212] microcode: CPU15: patch_level=0x08701021 [ 4.709215] microcode: CPU16: patch_level=0x08701021 [ 4.709216] microcode: CPU17: patch_level=0x08701021 [ 4.709318] microcode: CPU19: patch_level=0x08701021 [ 4.709322] microcode: CPU20: patch_level=0x08701021 [ 4.709324] microcode: CPU12: patch_level=0x08701021 [ 4.709326] microcode: CPU21: patch_level=0x08701021 [ 4.709330] microcode: CPU22: patch_level=0x08701021 [ 4.709332] microcode: CPU23: patch_level=0x08701021 [ 4.709336] microcode: CPU25: patch_level=0x08701021 [ 4.709336] microcode: CPU24: patch_level=0x08701021 [ 4.709339] microcode: CPU26: patch_level=0x08701021 [ 4.709345] microcode: CPU27: patch_level=0x08701021 [ 4.709347] microcode: CPU28: patch_level=0x08701021 [ 4.709352] microcode: CPU29: patch_level=0x08701021 [ 4.709355] microcode: CPU30: patch_level=0x08701021 [ 4.709358] microcode: CPU31: patch_level=0x08701021 [ 4.709362] microcode: CPU18: patch_level=0x08701021 [ 4.716896] microcode: Microcode Update Driver: v2.2. [ 4.717624] resctrl: L3 allocation detected [ 4.717951] resctrl: MB allocation detected [ 4.718092] resctrl: L3 monitoring detected [ 4.718232] IPI shorthand broadcast: enabled [ 4.718394] AVX2 version of gcm_enc/dec engaged. [ 4.718627] AES CTR mode by8 optimization enabled [ 4.728129] sched_clock: Marking stable (4400355784, 326880741)->(4867611762, -140375237) [ 4.735709] registered taskstats version 1 [ 4.739776] Loading compiled-in X.509 certificates [ 4.746703] Loaded X.509 cert 'Fedora kernel signing key: 7da8e05c0bfd3d40cc11d71aad3e373888544252' [ 4.753500] zswap: loaded using pool lzo/zbud [ 4.768551] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers [ 4.898254] usb 1-2: new high-speed USB device number 2 using xhci_hcd [ 4.905250] usb 2-1: new full-speed USB device number 2 using xhci_hcd [ 4.913251] usb 3-2: new high-speed USB device number 2 using xhci_hcd [ 4.948510] ata2: SATA link down (SStatus 0 SControl 300) [ 4.948515] ata1: SATA link down (SStatus 0 SControl 300) [ 5.014193] page_owner is disabled [ 5.014864] Key type .fscrypt registered [ 5.015152] Key type fscrypt-provisioning registered [ 5.017956] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes [ 5.018451] Key type big_key registered [ 5.018997] Key type trusted registered [ 5.029735] modprobe (285) used greatest stack depth: 13000 bytes left [ 5.030295] Key type encrypted registered [ 5.030731] integrity: Loading X.509 certificate: UEFI:db [ 5.036702] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2' [ 5.037013] integrity: Loading X.509 certificate: UEFI:db [ 5.037405] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071' [ 5.037651] integrity: Loading X.509 certificate: UEFI:db [ 5.037909] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 5.038160] integrity: Loading X.509 certificate: UEFI:db [ 5.038437] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 5.038702] integrity: Loading X.509 certificate: UEFI:db [ 5.039092] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' [ 5.042056] Loading compiled-in module X.509 certificates [ 5.043136] Loaded X.509 cert 'Fedora kernel signing key: 7da8e05c0bfd3d40cc11d71aad3e373888544252' [ 5.043736] ima: Allocated hash algorithm: sha256 [ 5.058253] usb 2-1: New USB device found, idVendor=2516, idProduct=0123, bcdDevice= 1.10 [ 5.058380] ima: No architecture policies found [ 5.058710] usb 2-1: New USB device strings: Mfr=3, Product=1, SerialNumber=0 [ 5.059184] evm: Initialising EVM extended attributes: [ 5.059568] usb 2-1: Product: SK650 White [ 5.059991] evm: security.selinux [ 5.060432] usb 2-1: Manufacturer: Cooler Master Technology Inc. [ 5.060945] evm: security.SMACK64 (disabled) [ 5.061853] evm: security.SMACK64EXEC (disabled) [ 5.062207] evm: security.SMACK64TRANSMUTE (disabled) [ 5.062565] evm: security.SMACK64MMAP (disabled) [ 5.062889] evm: security.apparmor (disabled) [ 5.063411] evm: security.ima [ 5.063756] evm: security.capability [ 5.064087] evm: HMAC attrs: 0x1 [ 5.082170] input: Cooler Master Technology Inc. SK650 White as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-1/2-1:1.0/0003:2516:0123.0001/input/input2 [ 5.097279] modprobe (301) used greatest stack depth: 12984 bytes left [ 5.103350] tsc: Refined TSC clocksource calibration: 3500.000 MHz [ 5.103837] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3273517a200, max_idle_ns: 440795369676 ns [ 5.104378] clocksource: Switched to clocksource tsc [ 5.136187] hid-generic 0003:2516:0123.0001: input,hidraw0: USB HID v1.11 Keyboard [Cooler Master Technology Inc. SK650 White] on usb-0000:07:00.3-1/input0 [ 5.138550] modprobe (317) used greatest stack depth: 12976 bytes left [ 5.146003] hid-generic 0003:2516:0123.0002: hiddev96,hidraw1: USB HID v1.11 Device [Cooler Master Technology Inc. SK650 White] on usb-0000:07:00.3-1/input1 [ 5.151698] input: Cooler Master Technology Inc. SK650 White System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-1/2-1:1.2/0003:2516:0123.0003/input/input3 [ 5.172314] alg: No test for 842 (842-scomp) [ 5.173333] alg: No test for 842 (842-generic) [ 5.190380] cryptomgr_test (383) used greatest stack depth: 12888 bytes left [ 5.204494] input: Cooler Master Technology Inc. SK650 White Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-1/2-1:1.2/0003:2516:0123.0003/input/input4 [ 5.208111] input: Cooler Master Technology Inc. SK650 White Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-1/2-1:1.2/0003:2516:0123.0003/input/input5 [ 5.211761] input: Cooler Master Technology Inc. SK650 White Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-1/2-1:1.2/0003:2516:0123.0003/input/input6 [ 5.215334] hid-generic 0003:2516:0123.0003: input,hidraw2: USB HID v1.11 Mouse [Cooler Master Technology Inc. SK650 White] on usb-0000:07:00.3-1/input2 [ 5.255756] PM: Magic number: 7:536:20 [ 5.256296] ep_83: hash matches [ 5.257122] RAS: Correctable Errors collector initialized. [ 5.263270] Freeing unused decrypted memory: 2036K [ 5.266782] Freeing unused kernel image (initmem) memory: 6296K [ 5.278268] Write protecting the kernel read-only data: 36864k [ 5.280075] Freeing unused kernel image (rodata/data gap) memory: 1744K [ 5.313486] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.313837] rodata_test: all tests were successful [ 5.314199] Run /init as init process [ 5.314812] with arguments: [ 5.314818] /init [ 5.314821] with environment: [ 5.314823] HOME=/ [ 5.314826] TERM=linux [ 5.314828] BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 [ 5.330253] usb 2-2: new full-speed USB device number 3 using xhci_hcd [ 5.345185] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 5.346402] systemd[1]: Detected architecture x86-64. [ 5.346772] systemd[1]: Running in initrd. [ 5.349689] systemd[1]: Hostname set to <primary-ws>. [ 5.485260] usb 2-2: New USB device found, idVendor=045e, idProduct=0b00, bcdDevice= 5.0f [ 5.485807] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.486284] usb 2-2: Product: Controller [ 5.486708] usb 2-2: Manufacturer: Microsoft [ 5.487081] usb 2-2: SerialNumber: 3032363330303635393837303133 [ 5.617254] usb 2-5: new full-speed USB device number 4 using xhci_hcd [ 5.763292] usb 2-5: config 1 has an invalid interface number: 2 but max is 1 [ 5.763817] usb 2-5: config 1 has no interface number 1 [ 5.775292] usb 2-5: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00 [ 5.775814] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.776260] usb 2-5: Product: AURA LED Controller [ 5.776653] usb 2-5: Manufacturer: AsusTek Computer Inc. [ 5.776991] usb 2-5: SerialNumber: 9876543210 [ 5.798813] hid-generic 0003:0B05:18F3.0004: hiddev97,hidraw3: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:07:00.3-5/input2 [ 5.835322] systemd[1]: bpf-lsm: LSM BPF program attached [ 5.916257] usb 2-6: new full-speed USB device number 5 using xhci_hcd [ 5.971676] systemd[1]: Queued start job for default target initrd.target. [ 5.973488] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System. [ 5.975895] systemd[1]: Reached target local-fs.target - Local File Systems. [ 5.977872] systemd[1]: Reached target slices.target - Slice Units. [ 5.979851] systemd[1]: Reached target swap.target - Swaps. [ 5.981862] systemd[1]: Reached target timers.target - Timer Units. [ 5.983998] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. [ 5.986336] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 5.988705] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 5.991191] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 5.993591] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 5.995910] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 5.998009] systemd[1]: Reached target sockets.target - Socket Units. [ 6.013764] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.015855] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met. [ 6.023866] systemd[1]: Starting systemd-journald.service - Journal Service... [ 6.029614] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 6.034624] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 6.039000] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console... [ 6.057647] fuse: init (API version 7.38) [ 6.057978] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 6.059942] audit: type=1130 audit(1674378074.910:2): 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.075276] usb 2-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01 [ 6.075810] usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 6.083864] systemd[1]: Finished systemd-sysusers.service - Create System Users. [ 6.085347] audit: type=1130 audit(1674378074.936:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.110102] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 6.111603] audit: type=1130 audit(1674378074.962:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.131705] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 6.137429] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 6.162783] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console. [ 6.164269] audit: type=1130 audit(1674378075.014:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.177830] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 6.179298] audit: type=1130 audit(1674378075.030:6): 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' [ 6.193834] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 6.195400] audit: type=1130 audit(1674378075.046:7): 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.209824] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters... [ 6.239080] systemd[1]: Started systemd-journald.service - Journal Service. [ 6.241312] audit: type=1130 audit(1674378075.092: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' [ 6.285797] audit: type=1130 audit(1674378075.136:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.303220] audit: type=1130 audit(1674378075.153:10): 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' [ 7.246036] dca service started, version 1.12.1 [ 7.250205] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver [ 7.254423] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address [ 7.266721] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0) [ 7.285774] ccp 0000:0e:00.1: enabling device (0000 -> 0002) [ 7.287146] ccp 0000:0e:00.1: ccp: unable to access the device: you might be running a broken BIOS. [ 7.288208] ccp 0000:0e:00.1: psp enabled [ 7.295418] igb: Intel(R) Gigabit Ethernet Network Driver [ 7.295422] igb: Copyright (c) 2007-2014 Intel Corporation. [ 7.295626] nvme nvme0: pci function 0000:01:00.0 [ 7.295682] nvme nvme1: pci function 0000:04:00.0 [ 7.309683] nvme nvme1: 32/0/0 default/read/poll queues [ 7.312164] nvme nvme0: 31/0/0 default/read/poll queues [ 7.322968] modprobe (676) used greatest stack depth: 12792 bytes left [ 7.325920] nvme0n1: p1 p2 p3 [ 7.326270] pps pps0: new PPS source ptp0 [ 7.326545] igb 0000:06:00.0: added PHC on eth0 [ 7.326566] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection [ 7.326593] igb 0000:06:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a8:5e:45:50:a6:9e [ 7.326622] igb 0000:06:00.0: eth0: PBA No: FFFFFF-0FF [ 7.326643] igb 0000:06:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s) [ 7.337105] BTRFS: device fsid 46ed41f1-2512-4e13-a502-4add0e26a341 devid 1 transid 3002 /dev/nvme1n1 scanned by systemd-udevd (644) [ 7.345857] BTRFS: device label fedora_localhost-live devid 1 transid 137927 /dev/nvme0n1p2 scanned by systemd-udevd (591) [ 7.346834] igb 0000:06:00.0 enp6s0: renamed from eth0 [ 7.350107] AMD-Vi: AMD IOMMUv2 loaded and initialized [ 9.493984] [drm] amdgpu kernel modesetting enabled. [ 9.522925] amdgpu: Ignoring ACPI CRAT on non-APU system [ 9.523370] amdgpu: Virtual CRAT table created for CPU [ 9.523588] amdgpu: Topology: Add CPU node [ 9.524050] amdgpu 0000:0c:00.0: enabling device (0006 -> 0007) [ 9.524277] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x744C 0x1002:0x0E3B 0xC8). [ 9.524355] [drm] register mmio base: 0xFC900000 [ 9.524384] [drm] register mmio size: 1048576 [ 9.524580] amdgpu 0000:0c:00.0: amdgpu: lockup timeout disabled [ 9.524618] amdgpu 0000:0c:00.0: amdgpu: lockup timeout disabled [ 9.524654] amdgpu 0000:0c:00.0: amdgpu: lockup timeout disabled [ 9.524690] amdgpu 0000:0c:00.0: amdgpu: lockup timeout disabled [ 9.529808] [drm] add ip block number 0 <soc21_common> [ 9.529837] [drm] add ip block number 1 <gmc_v11_0> [ 9.529858] [drm] add ip block number 2 <ih_v6_0> [ 9.529877] [drm] add ip block number 3 <psp> [ 9.529895] [drm] add ip block number 4 <smu> [ 9.529913] [drm] add ip block number 5 <dm> [ 9.529931] [drm] add ip block number 6 <gfx_v11_0> [ 9.529951] [drm] add ip block number 7 <sdma_v6_0> [ 9.529970] [drm] add ip block number 8 <vcn_v4_0> [ 9.529989] [drm] add ip block number 9 <jpeg_v4_0> [ 9.530009] [drm] add ip block number 10 <mes_v11_0> [ 9.530468] amdgpu 0000:0c:00.0: amdgpu: Fetched VBIOS from VFCT [ 9.530506] amdgpu: ATOM BIOS: 113-D7020100-102 [ 9.530541] [drm] VCN(0) encode/decode are enabled in VM mode [ 9.530567] [drm] VCN(1) encode/decode are enabled in VM mode [ 9.530964] amdgpu 0000:0c:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode [ 9.535897] Console: switching to colour dummy device 80x25 [ 9.548856] amdgpu 0000:0c:00.0: vgaarb: deactivate vga console [ 9.548877] amdgpu 0000:0c:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported [ 9.549030] amdgpu 0000:0c:00.0: amdgpu: MEM ECC is not presented. [ 9.549046] amdgpu 0000:0c:00.0: amdgpu: SRAM ECC is not presented. [ 9.549187] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 9.549215] amdgpu 0000:0c:00.0: amdgpu: VRAM: 24560M 0x0000008000000000 - 0x00000085FEFFFFFF (24560M used) [ 9.549256] amdgpu 0000:0c:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 9.549293] [drm] Detected VRAM RAM=24560M, BAR=32768M [ 9.549314] [drm] RAM width 384bits GDDR6 [ 9.550103] [drm] amdgpu: 24560M of VRAM memory ready [ 9.550128] [drm] amdgpu: 32026M of GTT memory ready. [ 9.550318] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 9.550593] [drm] PCIE GART of 512M enabled (table at 0x00000085FEB00000). [ 9.594475] [drm] Loading DMUB firmware via PSP: version=0x07000A01 [ 9.605406] amdgpu 0000:0c:00.0: amdgpu: CP RS64 enable [ 9.649823] [drm] Found VCN firmware Version ENC: 1.9 DEC: 5 VEP: 0 Revision: 1 [ 9.649900] amdgpu 0000:0c:00.0: amdgpu: Will use PSP to load VCN firmware [ 9.650145] [drm] max_doorbell_slices=32767 [ 9.818920] [drm] reserve 0x1300000 from 0x85fc000000 for PSP TMR [ 9.949028] amdgpu 0000:0c:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 9.949074] amdgpu 0000:0c:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 10.081307] usb 3-2: device descriptor read/64, error -110 [ 10.081416] usb 1-2: device descriptor read/64, error -110 [ 10.142154] amdgpu 0000:0c:00.0: amdgpu: SMU is initialized successfully! [ 10.142201] BUG: sleeping function called from invalid context at ./include/linux/sched/mm.h:274 [ 10.142223] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 570, name: systemd-udevd [ 10.142254] preempt_count: 1, expected: 0 [ 10.142265] RCU nest depth: 0, expected: 0 [ 10.142277] 1 lock held by systemd-udevd/570: [ 10.142289] #0: ffff8c42547a51c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0 [ 10.142320] Preemption disabled at: [ 10.142321] [<ffffffffc0a0aa59>] dc_fpu_begin+0x19/0x90 [amdgpu] [ 10.142730] CPU: 27 PID: 570 Comm: systemd-udevd Tainted: G L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [ 10.142760] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022 [ 10.142785] Call Trace: [ 10.142793] <TASK> [ 10.142801] dump_stack_lvl+0x55/0x71 [ 10.142815] __might_resched.cold+0xff/0x13b [ 10.142832] __kmem_cache_alloc_node+0x25b/0x3c0 [ 10.142846] ? dcn32_clock_source_create+0x34/0xc0 [amdgpu] [ 10.143187] kmalloc_trace+0x26/0x60 [ 10.143201] dcn32_clock_source_create+0x34/0xc0 [amdgpu] [ 10.143538] dcn32_create_resource_pool+0xd52/0x3580 [amdgpu] [ 10.143871] ? dal_gpio_service_create+0x96/0x1e0 [amdgpu] [ 10.144227] dc_create_resource_pool+0x1c7/0x280 [amdgpu] [ 10.144558] dc_create+0x1fe/0x5d0 [amdgpu] [ 10.144890] amdgpu_dm_init.isra.0+0x286/0x370 [amdgpu] [ 10.145239] ? __wake_up_klogd.part.0+0x56/0x80 [ 10.145254] ? vprintk_emit+0x120/0x360 [ 10.145271] ? dev_vprintk_emit+0x173/0x19b [ 10.145288] ? sched_clock_cpu+0xb/0xc0 [ 10.145316] dm_hw_init+0xe/0x20 [amdgpu] [ 10.145660] amdgpu_device_init.cold+0x1695/0x1f77 [amdgpu] [ 10.145985] ? _raw_spin_unlock_irqrestore+0x35/0x60 [ 10.146006] amdgpu_driver_load_kms+0x15/0x110 [amdgpu] [ 10.146289] amdgpu_pci_probe+0x12a/0x370 [amdgpu] [ 10.146567] local_pci_probe+0x41/0x80 [ 10.146581] pci_device_probe+0xb3/0x220 [ 10.146596] really_probe+0xde/0x380 [ 10.146607] ? pm_runtime_barrier+0x50/0x90 [ 10.146622] __driver_probe_device+0x78/0x170 [ 10.146635] driver_probe_device+0x1f/0x90 [ 10.146649] __driver_attach+0xd2/0x1c0 [ 10.146661] ? __pfx___driver_attach+0x10/0x10 [ 10.146673] bus_for_each_dev+0x76/0xa0 [ 10.146687] bus_add_driver+0x1b1/0x200 [ 10.146701] driver_register+0x89/0xe0 [ 10.146713] ? __pfx_init_module+0x10/0x10 [amdgpu] [ 10.146985] do_one_initcall+0x6e/0x330 [ 10.147004] do_init_module+0x4a/0x200 [ 10.147017] __do_sys_init_module+0x16a/0x1a0 [ 10.147042] do_syscall_64+0x5b/0x80 [ 10.147052] ? lockdep_hardirqs_on+0x7d/0x100 [ 10.147066] ? do_syscall_64+0x67/0x80 [ 10.147079] ? up_read+0x17/0x20 [ 10.147091] ? do_user_addr_fault+0x202/0x6b0 [ 10.147105] ? lock_is_held_type+0xce/0x120 [ 10.147118] ? asm_exc_page_fault+0x22/0x30 [ 10.147132] ? lockdep_hardirqs_on+0x7d/0x100 [ 10.147145] entry_SYSCALL_64_after_hwframe+0x72/0xdc [ 10.147160] RIP: 0033:0x7fdbfa43e00e [ 10.147174] Code: 48 8b 0d fd 4d 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ca 4d 0c 00 f7 d8 64 89 01 48 [ 10.147215] RSP: 002b:00007ffe8e9a3148 EFLAGS: 00000246 ORIG_RAX: 00000000000000af [ 10.147235] RAX: ffffffffffffffda RBX: 000055a4394ed4e0 RCX: 00007fdbfa43e00e [ 10.147253] RDX: 000055a4394c9150 RSI: 000000000177ca46 RDI: 00007fdbf67f5010 [ 10.147269] RBP: 000055a4394c9150 R08: 000055a4394ebb90 R09: 00007ffe8e99fa36 [ 10.147286] R10: 0000000000000005 R11: 0000000000000246 R12: 0000000000020000 [ 10.147303] R13: 000055a4394ee710 R14: 0000000000000000 R15: 000055a4394f1190 [ 10.147330] </TASK> [ 10.147717] [drm] Display Core initialized with v3.2.215! [ 10.149680] [drm] DMUB hardware initialized: version=0x07000A01 [ 10.329587] [drm] kiq ring mec 3 pipe 1 q 0 [ 10.339606] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 10.340710] amdgpu 0000:0c:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully. [ 10.344211] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 10.344492] amdgpu: sdma_bitmap: fff0 [ 10.421747] memmap_init_zone_device initialised 6291456 pages in 40ms [ 10.421776] amdgpu: HMM registered 24560MB device memory [ 10.421984] amdgpu: SRAT table not found [ 10.422013] amdgpu: Virtual CRAT table created for GPU [ 10.423562] amdgpu: Topology: Add dGPU node [0x744c:0x1002] [ 10.423593] kfd kfd: amdgpu: added device 1002:744c [ 10.423626] amdgpu 0000:0c:00.0: amdgpu: SE 6, SH per SE 2, CU per SH 8, active_cu_number 96 [ 10.424086] amdgpu 0000:0c:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 10.424106] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 10.424126] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 10.424145] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0 [ 10.424164] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0 [ 10.424183] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0 [ 10.424202] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0 [ 10.424221] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0 [ 10.424252] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0 [ 10.424271] amdgpu 0000:0c:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 10.424290] amdgpu 0000:0c:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 10.424309] amdgpu 0000:0c:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 1 [ 10.424329] amdgpu 0000:0c:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 1 [ 10.424349] amdgpu 0000:0c:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 1 [ 10.424368] amdgpu 0000:0c:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0 [ 10.427867] [drm] ring gfx_32768.1.1 was added [ 10.428450] [drm] ring compute_32768.2.2 was added [ 10.428831] [drm] ring compute_32768.2.3 was added [ 10.429444] [drm] ring compute_32768.2.4 was added [ 10.430194] [drm] ring compute_32768.2.5 was added [ 10.431211] [drm] ring sdma_32768.3.6 was added [ 10.431521] [drm] ring sdma_32768.3.7 was added [ 10.431544] [drm] ring gfx_32768.1.1 test pass [ 10.431769] [drm] ring gfx_32768.1.1 ib test pass [ 10.431788] [drm] ring compute_32768.2.2 test pass [ 10.431870] [drm] ring compute_32768.2.2 ib test pass [ 10.431889] [drm] ring compute_32768.2.3 test pass [ 10.431936] [drm] ring compute_32768.2.3 ib test pass [ 10.431955] [drm] ring compute_32768.2.4 test pass [ 10.432009] [drm] ring compute_32768.2.4 ib test pass [ 10.432028] [drm] ring compute_32768.2.5 test pass [ 10.432075] [drm] ring compute_32768.2.5 ib test pass [ 10.432094] [drm] ring sdma_32768.3.6 test pass [ 10.432138] [drm] ring sdma_32768.3.6 ib test pass [ 10.432156] [drm] ring sdma_32768.3.7 test pass [ 10.432196] [drm] ring sdma_32768.3.7 ib test pass [ 10.434938] amdgpu 0000:0c:00.0: amdgpu: Using BACO for runtime pm [ 10.439322] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:0c:00.0 on minor 1 [ 10.455698] fbcon: amdgpudrmfb (fb0) is primary device [ 10.456671] [drm] DSC precompute is not needed. [ 10.588259] Console: switching to colour frame buffer device 480x135 [ 10.609793] amdgpu 0000:0c:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 10.644813] setfont (719) used greatest stack depth: 10280 bytes left [ 25.953764] usb 3-2: device descriptor read/64, error -110 [ 25.953777] usb 1-2: device descriptor read/64, error -110 [ 26.170397] usb 3-2: new high-speed USB device number 3 using xhci_hcd [ 26.170406] usb 1-2: new high-speed USB device number 3 using xhci_hcd [ 31.585768] usb 3-2: device descriptor read/64, error -110 [ 31.585777] usb 1-2: device descriptor read/64, error -110 [ 47.457341] usb 3-2: device descriptor read/64, error -110 [ 47.457367] usb 1-2: device descriptor read/64, error -110 [ 47.559693] usb usb3-port2: attempt power cycle [ 47.559721] usb usb1-port2: attempt power cycle [ 47.674457] usb 7-1: new SuperSpeed USB device number 2 using xhci_hcd [ 47.674579] usb 5-1: new SuperSpeed USB device number 2 using xhci_hcd [ 47.687126] usb 5-1: config 2 interface 1 altsetting 0 endpoint 0x82 has an invalid bInterval 32, changing to 9 [ 47.687786] usb 5-1: New USB device found, idVendor=0fd9, idProduct=0068, bcdDevice= 4.04 [ 47.687820] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 47.687847] usb 5-1: Product: Game Capture 4K60 S+ [ 47.687868] usb 5-1: Manufacturer: Elgato [ 47.687886] usb 5-1: SerialNumber: 9200804094621934 [ 47.688057] usb 7-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 [ 47.688095] usb 7-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 47.688123] usb 7-1: Product: ASMT105x [ 47.688140] usb 7-1: Manufacturer: ASMT [ 47.688157] usb 7-1: SerialNumber: 234567890126 [ 47.699808] usbcore: registered new interface driver usb-storage [ 47.707734] scsi host2: uas [ 47.708632] usbcore: registered new interface driver uas [ 47.709591] scsi 2:0:0:0: Direct-Access WDC WUH 721818ALE6L4 0 PQ: 0 ANSI: 6 [ 47.712778] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 47.713089] sd 2:0:0:0: [sda] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB) [ 47.713177] sd 2:0:0:0: [sda] 4096-byte physical blocks [ 47.713360] sd 2:0:0:0: [sda] Write Protect is off [ 47.713386] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 47.713583] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 47.713793] sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 47.713822] sd 2:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes) [ 47.767949] sda: sda1 [ 47.768746] sd 2:0:0:0: [sda] Attached SCSI disk [ 47.906646] BTRFS: device fsid a58e75c0-2631-49e1-bbc3-c7879f4d2405 devid 1 transid 486277 /dev/sda1 scanned by systemd-udevd (583) [ 48.003253] usb 3-2: new high-speed USB device number 4 using xhci_hcd [ 48.003254] usb 1-2: new high-speed USB device number 4 using xhci_hcd [ 53.487822] usb 3-2: device descriptor read/8, error -110 [ 53.487839] usb 1-2: device descriptor read/8, error -110 [ 58.607804] usb 3-2: device descriptor read/8, error -110 [ 58.607821] usb 1-2: device descriptor read/8, error -110 [ 58.825662] usb 1-2: new high-speed USB device number 5 using xhci_hcd [ 58.825666] usb 3-2: new high-speed USB device number 5 using xhci_hcd [ 64.239489] usb 3-2: device descriptor read/8, error -110 [ 64.239515] usb 1-2: device descriptor read/8, error -110 [ 69.359874] usb 3-2: device descriptor read/8, error -110 [ 69.359894] usb 1-2: device descriptor read/8, error -110 [ 69.464023] usb usb1-port2: unable to enumerate USB device [ 69.464029] usb usb3-port2: unable to enumerate USB device [ 69.579201] usb 5-3: new SuperSpeed USB device number 3 using xhci_hcd [ 69.595010] usb 5-3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.34 [ 69.595051] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 69.595077] usb 5-3: Product: USB3.0 Hub [ 69.595097] usb 5-3: Manufacturer: VIA Labs, Inc. [ 69.626849] hub 5-3:1.0: USB hub found [ 69.627402] hub 5-3:1.0: 4 ports detected [ 69.707408] usb 1-3: new high-speed USB device number 6 using xhci_hcd [ 69.838651] usb 1-3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.34 [ 69.838700] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 69.838733] usb 1-3: Product: USB2.0 Hub [ 69.838757] usb 1-3: Manufacturer: VIA Labs, Inc. [ 69.898867] hub 1-3:1.0: USB hub found [ 69.899393] hub 1-3:1.0: 4 ports detected [ 70.120107] kauditd_printk_skb: 7 callbacks suppressed [ 70.120110] audit: type=1130 audit(1674378138.970:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.172852] audit: type=1130 audit(1674378139.023:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.197473] BTRFS info (device nvme0n1p2): using crc32c (crc32c-intel) checksum algorithm [ 70.197708] BTRFS info (device nvme0n1p2): using free space tree [ 70.208872] BTRFS info (device nvme0n1p2): enabling ssd optimizations [ 70.208902] BTRFS info (device nvme0n1p2): auto enabling async discard [ 70.283951] audit: type=1130 audit(1674378139.134:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.283963] audit: type=1131 audit(1674378139.134:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.425844] audit: type=1130 audit(1674378139.276:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.477644] audit: type=1131 audit(1674378139.328:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.497536] audit: type=1131 audit(1674378139.348:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.520532] audit: type=1131 audit(1674378139.371:25): 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' [ 70.526653] audit: type=1131 audit(1674378139.377:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.543593] audit: type=1131 audit(1674378139.394:27): 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' [ 70.570809] usb 5-3.3: new SuperSpeed USB device number 4 using xhci_hcd [ 70.575598] systemd-udevd (570) used greatest stack depth: 9272 bytes left [ 70.593497] usb 5-3.3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 0.50 [ 70.594877] usb 5-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 70.596027] usb 5-3.3: Product: USB3.0 Hub [ 70.597118] usb 5-3.3: Manufacturer: VIA Labs, Inc. [ 70.633324] hub 5-3.3:1.0: USB hub found [ 70.633547] hub 5-3.3:1.0: 4 ports detected [ 70.710263] usb 1-3.2: new full-speed USB device number 7 using xhci_hcd [ 70.843292] usb 1-3.2: device descriptor read/64, error -32 [ 71.031119] systemd-journald[433]: Received SIGTERM from PID 1 (systemd). [ 71.078287] usb 1-3.2: device descriptor read/64, error -32 [ 71.310256] usb 1-3.2: new full-speed USB device number 8 using xhci_hcd [ 71.341093] SELinux: policy capability network_peer_controls=1 [ 71.342782] SELinux: policy capability open_perms=1 [ 71.343918] SELinux: policy capability extended_socket_class=1 [ 71.344999] SELinux: policy capability always_check_network=0 [ 71.346062] SELinux: policy capability cgroup_seclabel=1 [ 71.347116] SELinux: policy capability nnp_nosuid_transition=1 [ 71.348175] SELinux: policy capability genfs_seclabel_symlinks=1 [ 71.349213] SELinux: policy capability ioctl_skip_cloexec=0 [ 71.478020] usb 1-3.2: New USB device found, idVendor=045e, idProduct=02ea, bcdDevice= 5.0f [ 71.479554] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 71.480652] usb 1-3.2: Product: Controller [ 71.481673] usb 1-3.2: Manufacturer: Microsoft [ 71.482693] usb 1-3.2: SerialNumber: 30334F5230303734323033383330 [ 71.502316] systemd[1]: Successfully loaded SELinux policy in 285.220ms. [ 71.589106] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 68.952ms. [ 71.597870] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 71.600296] systemd[1]: Detected architecture x86-64. [ 71.689259] usb 1-3.3: new high-speed USB device number 9 using xhci_hcd [ 71.835612] usb 1-3.3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 0.50 [ 71.836982] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 71.838101] usb 1-3.3: Product: USB2.0 Hub [ 71.839185] usb 1-3.3: Manufacturer: VIA Labs, Inc. [ 71.881360] hub 1-3.3:1.0: USB hub found [ 71.885951] hub 1-3.3:1.0: 4 ports detected [ 71.979304] systemd[1]: bpf-lsm: LSM BPF program attached [ 72.155162] systemd-sysv-generator[813]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 72.158698] systemd-sysv-generator[813]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 72.186789] zram: Added device: zram0 [ 72.196263] usb 1-3.4: new high-speed USB device number 10 using xhci_hcd [ 72.342107] usb 1-3.4: New USB device found, idVendor=31e9, idProduct=0002, bcdDevice= 0.72 [ 72.343643] usb 1-3.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 72.344886] usb 1-3.4: Product: SSL 2+ [ 72.346065] usb 1-3.4: Manufacturer: Solid State Logic [ 72.411579] systemd[1]: initrd-switch-root.service: Deactivated successfully. [ 72.423678] systemd[1]: Stopped initrd-switch-root.service - Switch Root. [ 72.427615] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 72.430729] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice. [ 72.435543] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 72.443654] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 72.456024] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen. [ 72.465833] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 72.473634] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup. [ 72.480881] systemd[1]: Created slice user.slice - User and Session Slice. [ 72.487173] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid). [ 72.489435] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 72.498435] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 72.504716] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ 72.507199] systemd[1]: Reached target getty.target - Login Prompts. [ 72.514697] systemd[1]: Stopped target initrd-switch-root.target - Switch Root. [ 72.516620] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. [ 72.524377] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. [ 72.526851] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 72.534381] systemd[1]: Reached target slices.target - Slice Units. [ 72.536831] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 72.546579] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. [ 72.554599] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. [ 72.561101] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. [ 72.567306] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 72.575664] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 72.582308] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 72.589954] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. [ 72.615498] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [ 72.625664] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 72.638664] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 72.653542] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 72.662729] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 72.667662] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 72.676635] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 72.685961] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 72.689255] usb 1-3.3.1: new high-speed USB device number 11 using xhci_hcd [ 72.700746] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 72.709189] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 72.716103] systemd[1]: plymouth-switch-root.service: Deactivated successfully. [ 72.730350] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service. [ 72.734323] systemd[1]: systemd-fsck-root.service: Deactivated successfully. [ 72.747368] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. [ 72.749716] systemd[1]: Stopped systemd-journald.service - Journal Service. [ 72.774562] systemd[1]: Starting systemd-journald.service - Journal Service... [ 72.783703] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 72.795673] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 72.806141] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 72.808201] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [ 72.816535] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 72.826705] systemd[1]: Started systemd-journald.service - Journal Service. [ 72.830668] BTRFS info (device nvme0n1p2: state M): use zstd compression, level 1 [ 72.842162] usb 1-3.3.1: New USB device found, idVendor=2752, idProduct=0029, bcdDevice= 6.e0 [ 72.842166] usb 1-3.3.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 72.842168] usb 1-3.3.1: Product: IL-DSP [ 72.842170] usb 1-3.3.1: Manufacturer: miniDSP [ 72.940442] input: miniDSP IL-DSP as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.1/1-3.3.1:1.4/0003:2752:0029.0005/input/input7 [ 72.993094] hid-generic 0003:2752:0029.0005: input,hidraw4: USB HID v1.10 Device [miniDSP IL-DSP] on usb-0000:07:00.1-3.3.1/input4 [ 73.064196] systemd-journald[827]: Received client request to flush runtime journal. [ 73.124275] usb 1-3.3.3: new full-speed USB device number 12 using xhci_hcd [ 73.292993] usb 1-3.3.3: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.04 [ 73.294732] usb 1-3.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 73.296090] usb 1-3.3.3: Product: USB Receiver [ 73.297374] usb 1-3.3.3: Manufacturer: Logitech [ 73.426915] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.0/0003:046D:C539.0006/input/input8 [ 73.459803] acpi_cpufreq: overriding BIOS provided _PSD data [ 73.484083] hid-generic 0003:046D:C539.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input0 [ 73.495216] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.1/0003:046D:C539.0007/input/input9 [ 73.502953] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.1/0003:046D:C539.0007/input/input10 [ 73.548477] zram0: detected capacity change from 0 to 16777216 [ 73.555725] Adding 67108860k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:67108860k SSFS [ 73.579066] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.1/0003:046D:C539.0007/input/input11 [ 73.584989] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 73.586973] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection [ 73.593975] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 73.596604] hid-generic 0003:046D:C539.0007: input,hiddev98,hidraw6: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input1 [ 73.597853] input: PC Speaker as /devices/platform/pcspkr/input/input13 [ 73.612316] hid-generic 0003:046D:C539.0008: hiddev99,hidraw7: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input2 [ 73.619087] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 73.619091] RAPL PMU: hw unit of domain package 2^-16 Joules [ 73.678106] asus_wmi: ASUS WMI generic driver loaded [ 73.678351] asus-ec-sensors asus-ec-sensors: board has 7 EC sensors that span 10 registers [ 73.756857] Adding 8388604k swap on /dev/zram0. Priority:100 extents:1 across:8388604k SSDscFS [ 73.758127] usb 1-3.3.4: new high-speed USB device number 13 using xhci_hcd [ 73.774842] asus_wmi: Initialization: 0x0 [ 73.777141] asus_wmi: BIOS WMI version: 0.9 [ 73.781448] asus_wmi: SFUN value: 0x0 [ 73.783520] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS [ 73.789339] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14 [ 73.905608] usb 1-3.3.4: New USB device found, idVendor=045e, idProduct=02fe, bcdDevice= 1.00 [ 73.907284] usb 1-3.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 73.907286] usb 1-3.3.4: Product: XBOX ACC [ 73.907288] usb 1-3.3.4: Manufacturer: Microsoft Inc. [ 73.907292] usb 1-3.3.4: SerialNumber: 072144 [ 73.932474] SVM: TSC scaling supported [ 73.932478] kvm: Nested Virtualization enabled [ 73.932481] SVM: kvm: Nested Paging enabled [ 73.932484] SEV supported: 509 ASIDs [ 73.932575] SVM: Virtual VMLOAD VMSAVE supported [ 73.932577] SVM: Virtual GIF supported [ 73.932578] SVM: LBR virtualization supported [ 73.994394] snd_hda_intel 0000:0c:00.1: enabling device (0000 -> 0002) [ 73.997379] snd_hda_intel 0000:0c:00.1: Handle vga_switcheroo audio client [ 73.997618] MCE: In-kernel MCE decoding enabled. [ 73.999248] snd_hda_intel 0000:0c:00.1: Force to non-snoop mode [ 74.000406] snd_hda_intel 0000:0e:00.4: enabling device (0000 -> 0002) [ 74.005775] mc: Linux media interface: v0.10 [ 74.075078] snd_hda_intel 0000:0c:00.1: bound 0000:0c:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 74.078364] intel_rapl_common: Found RAPL domain package [ 74.080858] intel_rapl_common: Found RAPL domain core [ 74.098506] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.0/0000:0b:00.0/0000:0c:00.1/sound/card0/input15 [ 74.101138] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.0/0000:0b:00.0/0000:0c:00.1/sound/card0/input16 [ 74.106324] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.0/0000:0b:00.0/0000:0c:00.1/sound/card0/input17 [ 74.111370] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.0/0000:0b:00.0/0000:0c:00.1/sound/card0/input18 [ 74.117780] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 74.119926] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 74.121867] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 74.123652] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 74.125709] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 74.127473] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 [ 74.131014] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 [ 74.134290] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a [ 74.178683] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0e:00.4/sound/card1/input19 [ 74.184343] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0e:00.4/sound/card1/input20 [ 74.189689] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0e:00.4/sound/card1/input21 [ 74.194845] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0e:00.4/sound/card1/input22 [ 74.199612] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0e:00.4/sound/card1/input23 [ 75.690073] usb 1-3.3.1: 1:3 : unsupported format bits 0x100000000 [ 76.858128] usbcore: registered new interface driver snd-usb-audio [ 76.948835] input: Microsoft X-Box One Elite 2 pad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb2/2-2/2-2:1.0/input/input24 [ 76.998681] Bluetooth: Core ver 2.22 [ 77.000607] NET: Registered PF_BLUETOOTH protocol family [ 77.003508] Bluetooth: HCI device and connection manager initialized [ 77.003637] Bluetooth: HCI socket layer initialized [ 77.008697] Bluetooth: L2CAP socket layer initialized [ 77.008817] Bluetooth: SCO socket layer initialized [ 77.013986] BTRFS info (device nvme1n1): using crc32c (crc32c-intel) checksum algorithm [ 77.013996] BTRFS info (device nvme1n1): using free space tree [ 77.049870] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 77.053034] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 77.095342] Intel(R) Wireless WiFi driver for Linux [ 77.098521] iwlwifi 0000:05:00.0: enabling device (0000 -> 0002) [ 77.099087] usbcore: registered new interface driver btusb [ 77.138505] input: Microsoft X-Box One S pad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.2/1-3.2:1.0/input/input25 [ 77.141468] logitech-djreceiver 0003:046D:C539.0006: hidraw5: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input0 [ 77.143126] iwlwifi 0000:05:00.0: api flags index 2 larger than supported by driver [ 77.143352] usbcore: registered new interface driver xpad [ 77.148692] iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 77.148811] kauditd_printk_skb: 104 callbacks suppressed [ 77.148813] audit: type=1130 audit(1674378145.999:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 77.151965] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi [ 77.152059] iwlwifi 0000:05:00.0: loaded firmware version 72.daa05125.0 cc-a0-72.ucode op_mode iwlmvm [ 77.160132] Bluetooth: hci0: Boot Address: 0x24800 [ 77.160135] Bluetooth: hci0: Firmware Version: 15-45.22 [ 77.163231] usb 2-6: USB disconnect, device number 5 [ 77.165003] Bluetooth: hci0: FW download error recovery failed (-19) [ 77.165347] Bluetooth: hci0: sending frame failed (-19) [ 77.165523] Bluetooth: hci0: Failed to read MSFT supported features (-19) [ 77.302722] logitech-djreceiver 0003:046D:C539.0007: hiddev98,hidraw6: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input1 [ 77.303450] iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 77.307727] thermal thermal_zone0: failed to read out thermal zone (-61) [ 77.358525] logitech-djreceiver 0003:046D:C539.0008: hiddev99,hidraw7: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:07:00.1-3.3.3/input2 [ 77.404753] usb 1-3.3.4: reset high-speed USB device number 13 using xhci_hcd [ 77.416204] logitech-djreceiver 0003:046D:C539.0008: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1 [ 77.425934] input: Logitech Wireless Mouse PID:4087 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.2/0003:046D:C539.0008/0003:046D:4087.0009/input/input26 [ 77.435887] input: Logitech Wireless Mouse PID:4087 Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.2/0003:046D:C539.0008/0003:046D:4087.0009/input/input27 [ 77.445721] hid-generic 0003:046D:4087.0009: input,hidraw8: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4087] on usb-0000:07:00.1-3.3.3/input2:1 [ 77.451228] iwlwifi 0000:05:00.0: Detected RF HR B3, rfid=0x10a100 [ 77.516984] iwlwifi 0000:05:00.0: base HW address: 50:eb:71:79:02:57 [ 77.536283] BTRFS info (device nvme1n1): enabling ssd optimizations [ 77.537943] BTRFS info (device nvme1n1): auto enabling async discard [ 77.553864] mt76x2u 1-3.3.4:1.0: ASIC revision: 76320044 [ 77.556291] usb 2-6: new full-speed USB device number 6 using xhci_hcd [ 77.561999] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0 [ 77.644942] audit: type=1130 audit(1674378146.495:131): 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' [ 77.669320] audit: type=1130 audit(1674378146.520:132): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 77.692831] audit: type=1130 audit(1674378146.543:133): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 77.710728] usb 2-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01 [ 77.712212] usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 77.714000] audit: type=1130 audit(1674378146.564:134): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 77.734953] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017 [ 77.738912] Bluetooth: hci0: Device revision is 1 [ 77.741513] Bluetooth: hci0: Secure boot is enabled [ 77.741522] Bluetooth: hci0: OTP lock is enabled [ 77.741523] Bluetooth: hci0: API lock is enabled [ 77.741525] Bluetooth: hci0: Debug lock is disabled [ 77.741527] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 77.755348] input: Logitech G903 LS as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.3/1-3.3.3/1-3.3.3:1.2/0003:046D:C539.0008/0003:046D:4087.0009/input/input31 [ 77.760449] logitech-hidpp-device 0003:046D:4087.0009: input,hidraw8: USB HID v1.11 Keyboard [Logitech G903 LS] on usb-0000:07:00.1-3.3.3/input2:1 [ 77.782994] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi [ 77.784664] Bluetooth: hci0: Boot Address: 0x24800 [ 77.786033] Bluetooth: hci0: Firmware Version: 15-45.22 [ 77.963402] audit: type=1130 audit(1674378146.814:135): 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' [ 78.002991] audit: type=1334 audit(1674378146.853:136): prog-id=54 op=LOAD [ 78.026274] audit: type=1334 audit(1674378146.876:137): prog-id=55 op=LOAD [ 78.027048] audit: type=1334 audit(1674378146.877:138): prog-id=56 op=LOAD [ 78.027532] audit: type=1334 audit(1674378146.878:139): prog-id=57 op=LOAD [ 78.089158] RPC: Registered named UNIX socket transport module. [ 78.091168] RPC: Registered udp transport module. [ 78.092494] RPC: Registered tcp transport module. [ 78.093760] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 78.854259] mt76x2u 1-3.3.4:1.0: could not get hardware semaphore for ROM PATCH [ 79.220392] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 79.222015] Bluetooth: BNEP filters: protocol multicast [ 79.224189] Bluetooth: BNEP socket layer initialized [ 79.370931] Bluetooth: hci0: Waiting for firmware download to complete [ 79.371746] Bluetooth: hci0: Firmware loaded in 1549911 usecs [ 79.372620] Bluetooth: hci0: Waiting for device to boot [ 79.386732] Bluetooth: hci0: Device booted in 14049 usecs [ 79.386747] Bluetooth: hci0: Malformed MSFT vendor event: 0x02 [ 79.396862] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc [ 79.402805] Bluetooth: hci0: Applying Intel DDC parameters completed [ 79.405769] Bluetooth: hci0: Firmware revision 0.3 build 15 week 45 2022 [ 79.420416] mt76x2u: probe of 1-3.3.4:1.0 failed with error -110 [ 79.422026] usbcore: registered new interface driver mt76x2u [ 79.556741] NET: Registered PF_QIPCRTR protocol family [ 79.573978] Bluetooth: MGMT ver 1.22 [ 83.466994] igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [ 83.473002] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready [ 86.345404] netpoll: netconsole: local port 6666 [ 86.346665] netpoll: netconsole: local IPv4 address 192.168.31.60 [ 86.347657] netpoll: netconsole: interface 'enp6s0' [ 86.348612] netpoll: netconsole: remote port 6666 [ 86.349543] netpoll: netconsole: remote IPv4 address 192.168.31.88 [ 86.350472] netpoll: netconsole: remote ethernet address 48:e7:da:57:9a:33 [ 86.354957] printk: console [netcon0] enabled [ 86.373608] netconsole: network logging started [ 89.036428] rfkill: input handler disabled [ 92.558592] Bluetooth: RFCOMM TTY layer initialized [ 92.558851] Bluetooth: RFCOMM socket layer initialized [ 92.558881] Bluetooth: RFCOMM ver 1.11 [ 95.398479] rfkill: input handler enabled [ 97.890297] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm [ 97.890489] BTRFS info (device sda1): using free space tree [ 97.977268] rfkill: input handler disabled [ 98.765987] BTRFS info (device sda1): bdev /dev/sda1 errs: wr 0, rd 1, flush 0, corrupt 39, gen 0 [ 100.153552] logitech-hidpp-device 0003:046D:4087.0009: HID++ 4.2 device connected. [ 203.906449] show_signal_msg: 3 callbacks suppressed [ 203.906453] gldriverquery[6068]: segfault at 0 ip 00007f43695c551e sp 00007ffddb680e70 error 4 in libLLVM-15.so[7f436923e000+33f7000] likely on CPU 22 (core 6, socket 0) [ 203.906579] Code: dd 48 89 e8 48 c1 e0 04 48 8d 0c 02 48 8b 04 02 49 39 c7 0f 85 97 00 00 00 4c 89 71 08 48 83 c3 08 4c 39 e3 0f 84 7a 01 00 00 <48> 8b 03 4c 8b 78 20 45 8b 95 80 01 00 00 41 f6 c2 01 49 8b 95 88 [ 1818.908949] usb 1-3.2: USB disconnect, device number 8 [ 1822.476130] usb 1-3.2: new full-speed USB device number 14 using xhci_hcd [ 1822.628462] usb 1-3.2: New USB device found, idVendor=045e, idProduct=02ea, bcdDevice= 5.0f [ 1822.628494] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1822.628505] usb 1-3.2: Product: Controller [ 1822.628542] usb 1-3.2: Manufacturer: Microsoft [ 1822.628667] usb 1-3.2: SerialNumber: 30334F5230303734323033383330 [ 1822.717488] input: Microsoft X-Box One S pad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb1/1-3/1-3.2/1-3.2:1.0/input/input32 [ 4886.597300] sd 2:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD [ 4886.597638] sd 2:0:0:0: [sda] tag#3 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00 [ 4886.634600] scsi host2: uas_eh_device_reset_handler start [ 4886.755220] usb 7-1: reset SuperSpeed USB device number 2 using xhci_hcd [ 4886.768151] usb 7-1: device firmware changed [ 4886.777843] scsi host2: uas_eh_device_reset_handler FAILED err -19 [ 4886.777877] sd 2:0:0:0: Device offlined - not ready after error recovery [ 4886.777968] usb 7-1: USB disconnect, device number 2 [ 4886.829122] sd 2:0:0:0: [sda] Synchronizing SCSI cache [ 4886.964576] sd 2:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK [ 4887.145632] usb 7-1: new SuperSpeed USB device number 3 using xhci_hcd [ 4887.158520] usb 7-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 [ 4887.158554] usb 7-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 4887.158568] usb 7-1: Product: ASMT105x [ 4887.158581] usb 7-1: Manufacturer: ASMT [ 4887.158595] usb 7-1: SerialNumber: 234567890126 [ 4887.160619] usb-storage 7-1:1.0: USB Mass Storage device detected [ 4887.162345] usb-storage 7-1:1.0: Quirks match for vid 174c pid 55aa: 400000 [ 4887.162522] scsi host3: usb-storage 7-1:1.0 [ 4888.229364] scsi 3:0:0:0: Direct-Access WDC WUH 721818ALE6L4 0 PQ: 0 ANSI: 6 [ 4888.231927] sd 3:0:0:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB) [ 4888.232857] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 4888.233434] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 4888.233808] sd 3:0:0:0: [sdb] Write Protect is off [ 4888.233870] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 4888.236644] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4889.794284] sdb: sdb1 [ 4889.797539] sd 3:0:0:0: [sdb] Attached SCSI disk [ 4890.104629] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by systemd-udevd (19109) [ 4890.420103] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by pool-udisksd (19094) [ 4923.792654] usb 7-1: reset SuperSpeed USB device number 3 using xhci_hcd [ 4923.807089] usb 7-1: device firmware changed [ 4923.815565] usb 7-1: USB disconnect, device number 3 [ 4923.853804] sd 3:0:0:0: [sdb] Synchronizing SCSI cache [ 4923.854835] sd 3:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [ 4924.064686] usb 7-1: new SuperSpeed USB device number 4 using xhci_hcd [ 4924.078798] usb 7-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 [ 4924.078838] usb 7-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 4924.078854] usb 7-1: Product: ASMT105x [ 4924.078869] usb 7-1: Manufacturer: ASMT [ 4924.078885] usb 7-1: SerialNumber: 234567890126 [ 4924.091304] scsi host3: uas [ 4924.094672] scsi 3:0:0:0: Direct-Access WDC WUH 721818ALE6L4 0 PQ: 0 ANSI: 6 [ 4924.100668] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 4924.101830] sd 3:0:0:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB) [ 4924.101862] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 4924.102146] sd 3:0:0:0: [sdb] Write Protect is off [ 4924.102165] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 4924.102797] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4924.103016] sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes [ 4924.103034] sd 3:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes) [ 4924.139935] sdb: sdb1 [ 4924.140657] sd 3:0:0:0: [sdb] Attached SCSI disk [ 4924.307344] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by systemd-udevd (19173) [ 4924.426650] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by pool-udisksd (19175) [ 6785.959501] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 2, flush 0, corrupt 39, gen 0 [ 6785.960209] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 3, flush 0, corrupt 39, gen 0 [ 6785.960385] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 4, flush 0, corrupt 39, gen 0 [ 6785.960451] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 5, flush 0, corrupt 39, gen 0 [ 7286.592722] sd 3:0:0:0: [sdb] tag#2 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD [ 7286.593193] sd 3:0:0:0: [sdb] tag#2 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00 [ 7286.611758] scsi host3: uas_eh_device_reset_handler start [ 7286.728109] usb 7-1: reset SuperSpeed USB device number 4 using xhci_hcd [ 7286.741629] usb 7-1: device firmware changed [ 7286.749602] scsi host3: uas_eh_device_reset_handler FAILED err -19 [ 7286.749635] sd 3:0:0:0: Device offlined - not ready after error recovery [ 7286.749723] usb 7-1: USB disconnect, device number 4 [ 7286.787842] sd 3:0:0:0: [sdb] Synchronizing SCSI cache [ 7286.924578] sd 3:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK [ 7287.132601] usb 7-1: new SuperSpeed USB device number 5 using xhci_hcd [ 7287.147602] usb 7-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 [ 7287.147629] usb 7-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 7287.147639] usb 7-1: Product: ASMT105x [ 7287.147649] usb 7-1: Manufacturer: ASMT [ 7287.147658] usb 7-1: SerialNumber: 234567890126 [ 7287.148693] usb-storage 7-1:1.0: USB Mass Storage device detected [ 7287.149199] usb-storage 7-1:1.0: Quirks match for vid 174c pid 55aa: 400000 [ 7287.149322] scsi host3: usb-storage 7-1:1.0 [ 7288.166645] scsi 3:0:0:0: Direct-Access WDC WUH 721818ALE6L4 0 PQ: 0 ANSI: 6 [ 7288.168390] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 7288.168853] sd 3:0:0:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB) [ 7288.168891] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 7288.169908] sd 3:0:0:0: [sdb] Write Protect is off [ 7288.169924] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 7288.170243] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 7289.731192] sdb: sdb1 [ 7289.733764] sd 3:0:0:0: [sdb] Attached SCSI disk [ 7290.028046] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by systemd-udevd (25332) [ 7290.124142] BTRFS warning: duplicate device /dev/sdb1 devid 1 generation 486277 scanned by pool-udisksd (25312) [10286.716604] usb 7-1: reset SuperSpeed USB device number 5 using xhci_hcd [13286.732666] usb 7-1: reset SuperSpeed USB device number 5 using xhci_hcd [15086.729914] usb 7-1: reset SuperSpeed USB device number 5 using xhci_hcd [16886.728034] usb 7-1: reset SuperSpeed USB device number 5 using xhci_hcd [18694.252410] usb 7-1: USB disconnect, device number 5 [18694.253332] sd 3:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK cmd_age=6s [18694.253365] sd 3:0:0:0: [sdb] tag#0 CDB: Start/Stop Unit 1b 00 00 00 00 00 [18694.295868] sd 3:0:0:0: [sdb] Synchronizing SCSI cache [18694.296003] sd 3:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [20492.423447] ------------[ cut here ]------------ [20492.423752] WARNING: CPU: 1 PID: 2341 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x6a/0x70 [20492.423769] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc hid_logitech_hidpp iwlmvm mt76x2u mt76x2_common mt76x02_usb mt76_usb mt76x02_lib mt76 mac80211 iwlwifi libarc4 btusb btrtl btbcm btintel btmtk cfg80211 bluetooth xpad hid_logitech_dj ff_memless snd_seq_midi snd_seq_midi_event snd_usb_audio snd_hda_codec_realtek intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi snd_hda_codec_generic snd_usbmidi_lib snd_rawmidi joydev edac_mce_amd mc snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi kvm_amd snd_hda_codec vfat snd_hda_core fat snd_hwdep kvm snd_seq eeepc_wmi snd_seq_device asus_ec_sensors asus_wmi ledtrig_audio sparse_keymap snd_pcm irqbypass platform_profile snd_timer rapl rfkill snd [20492.423903] pcspkr wmi_bmof soundcore i2c_piix4 k10temp acpi_cpufreq zram uas usb_storage amdgpu drm_ttm_helper ttm crct10dif_pclmul video crc32_pclmul crc32c_intel iommu_v2 polyval_clmulni drm_buddy polyval_generic gpu_sched drm_display_helper nvme ghash_clmulni_intel igb sha512_ssse3 cec ccp nvme_core sp5100_tco dca nvme_common wmi ip6_tables ip_tables fuse [20492.425597] CPU: 1 PID: 2341 Comm: gnome-shell Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [20492.425600] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022 [20492.425602] RIP: 0010:drm_modeset_drop_locks+0x6a/0x70 [20492.425605] Code: 48 89 42 08 48 89 10 48 89 1b 4c 89 e7 48 89 5b 08 e8 8a f2 5b 00 48 8b 45 78 49 39 c5 75 c3 5b 5d 41 5c 41 5d e9 86 90 5c 00 <0f> 0b eb a7 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 [20492.425607] RSP: 0018:ffff9906d3a7fc00 EFLAGS: 00010282 [20492.425610] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001 [20492.425611] RDX: 0000000000000002 RSI: ffffffff88a93bfb RDI: ffff9906d3a7fc88 [20492.425613] RBP: ffff9906d3a7fc88 R08: 0000000000000001 R09: 0000000000000001 [20492.425614] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000 [20492.425616] R13: 0000000000000000 R14: 0000000000000000 R15: 00005591460c0220 [20492.426120] FS: 00007fe7376805c0(0000) GS:ffff8c5122e00000(0000) knlGS:0000000000000000 [20492.426122] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [20492.426124] CR2: 00007fe734174020 CR3: 000000017e698000 CR4: 0000000000350ee0 [20492.426126] Call Trace: [20492.426127] <TASK> [20492.426131] drm_mode_atomic_ioctl+0x3ae/0xb40 [20492.426154] ? __pfx_drm_mode_atomic_ioctl+0x10/0x10 [20492.426159] drm_ioctl_kernel+0xac/0x160 [20492.426166] drm_ioctl+0x1ed/0x460 [20492.426171] ? __pfx_drm_mode_atomic_ioctl+0x10/0x10 [20492.426187] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [20492.426804] __x64_sys_ioctl+0x90/0xd0 [20492.426819] do_syscall_64+0x5b/0x80 [20492.426833] ? do_syscall_64+0x67/0x80 [20492.426898] ? lockdep_hardirqs_on+0x7d/0x100 [20492.426911] ? do_syscall_64+0x67/0x80 [20492.426923] ? asm_exc_page_fault+0x22/0x30 [20492.426951] ? lockdep_hardirqs_on+0x7d/0x100 [20492.427068] entry_SYSCALL_64_after_hwframe+0x72/0xdc [20492.427079] RIP: 0033:0x7fe73b12465f [20492.427108] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00 [20492.427119] RSP: 002b:00007fff7ba31600 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [20492.427132] RAX: ffffffffffffffda RBX: 000055914a756410 RCX: 00007fe73b12465f [20492.427142] RDX: 00007fff7ba316a0 RSI: 00000000c03864bc RDI: 000000000000000a [20492.427151] RBP: 00007fff7ba316a0 R08: 0000000000000000 R09: 0000000000000000 [20492.427162] R10: 0000559146066010 R11: 0000000000000246 R12: 00000000c03864bc [20492.427172] R13: 000000000000000a R14: 000055914a32e8b0 R15: 0000559147b15f80 [20492.427195] </TASK> [20492.427205] irq event stamp: 944845739 [20492.427215] hardirqs last enabled at (944845749): [<ffffffff871a979e>] __up_console_sem+0x5e/0x70 [20492.427227] hardirqs last disabled at (944845758): [<ffffffff871a9783>] __up_console_sem+0x43/0x70 [20492.427238] softirqs last enabled at (944843200): [<ffffffff87110e9d>] __irq_exit_rcu+0xed/0x160 [20492.427249] softirqs last disabled at (944843193): [<ffffffff87110e9d>] __irq_exit_rcu+0xed/0x160 [20492.427259] ---[ end trace 0000000000000000 ]--- [20492.712621] tun: Universal TUN/TAP device driver, 1.6 [34716.490982] hrtimer: interrupt took 43020 ns [36338.924522] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 6, flush 0, corrupt 39, gen 0 [36338.924586] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 7, flush 0, corrupt 39, gen 0 [36338.924664] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 8, flush 0, corrupt 39, gen 0 [36338.924703] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 9, flush 0, corrupt 39, gen 0 [36338.924823] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 10, flush 0, corrupt 39, gen 0 [36338.924870] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 11, flush 0, corrupt 39, gen 0 [36339.041565] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 12, flush 0, corrupt 39, gen 0 [36339.042181] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 13, flush 0, corrupt 39, gen 0 [36344.937840] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 14, flush 0, corrupt 39, gen 0 [36344.937973] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 15, flush 0, corrupt 39, gen 0 [36492.432797] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 16, flush 0, corrupt 39, gen 0 [36492.432941] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 17, flush 0, corrupt 39, gen 0 [36494.878569] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 18, flush 0, corrupt 39, gen 0 [36494.878645] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 19, flush 0, corrupt 39, gen 0 [36494.878730] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 20, flush 0, corrupt 39, gen 0 [36494.878770] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 21, flush 0, corrupt 39, gen 0 [36494.878896] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 22, flush 0, corrupt 39, gen 0 [36494.878943] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 23, flush 0, corrupt 39, gen 0 [36506.949692] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 24, flush 0, corrupt 39, gen 0 [36506.949814] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 0, rd 25, flush 0, corrupt 39, gen 0 [47740.407660] GpuWatchdog[6186]: segfault at 0 ip 00007fbc98f92116 sp 00007fbc807fd430 error 6 in libcef.so[7fbc94aef000+776f000] likely on CPU 10 (core 10, socket 0) [47740.407709] Code: 89 de e8 3d ef 6e ff 80 7d cf 00 79 09 48 8b 7d b8 e8 9e 65 2c 03 41 8b 84 24 e0 00 00 00 89 45 b8 48 8d 7d b8 e8 ea d8 b5 fb <c7> 04 25 00 00 00 00 37 13 00 00 48 83 c4 38 5b 41 5c 41 5d 41 5e [47762.215076] ===================================================== [47762.215080] WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected [47762.215085] 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 Tainted: G W L ------- --- [47762.215090] ----------------------------------------------------- [47762.215094] kworker/8:2/80000 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire: [47762.215099] ffff8c4704d290c0 (&xa->xa_lock#12){+.+.}-{2:2}, at: xa_erase+0xd/0x30 [47762.215112] and this task is already holding: [47762.215116] ffff8c47115f9ba8 (&fence->lock){-.-.}-{2:2}, at: dma_fence_signal+0x23/0x70 [47762.215128] which would create a new lock dependency: [47762.215132] (&fence->lock){-.-.}-{2:2} -> (&xa->xa_lock#12){+.+.}-{2:2} [47762.215141] but this new dependency connects a HARDIRQ-irq-safe lock: [47762.215145] (&fence->lock){-.-.}-{2:2} [47762.215147] ... which became HARDIRQ-irq-safe at: [47762.215154] lock_acquire+0xc2/0x2b0 [47762.215161] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.215166] dma_fence_signal+0x23/0x70 [47762.215171] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.215179] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.215184] dma_fence_signal+0x36/0x70 [47762.215189] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.215436] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.215699] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.215946] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.216197] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.216439] __handle_irq_event_percpu+0x87/0x2e0 [47762.216446] handle_irq_event+0x34/0x70 [47762.216453] handle_edge_irq+0x9f/0x240 [47762.216459] __common_interrupt+0x71/0x150 [47762.216465] common_interrupt+0xb4/0xd0 [47762.216470] asm_common_interrupt+0x22/0x40 [47762.216476] cpuidle_enter_state+0xeb/0x320 [47762.216481] cpuidle_enter+0x29/0x40 [47762.216486] do_idle+0x202/0x290 [47762.216491] cpu_startup_entry+0x19/0x20 [47762.216562] start_secondary+0x10f/0x130 [47762.216568] secondary_startup_64_no_verify+0xe5/0xeb [47762.216573] to a HARDIRQ-irq-unsafe lock: [47762.216576] (&xa->xa_lock#12){+.+.}-{2:2} [47762.216579] ... which became HARDIRQ-irq-unsafe at: [47762.216586] ... [47762.216587] lock_acquire+0xc2/0x2b0 [47762.216594] _raw_spin_lock+0x33/0x80 [47762.216599] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.216607] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.216843] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.217072] drm_ioctl_kernel+0xac/0x160 [47762.217078] drm_ioctl+0x1ed/0x460 [47762.217083] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.217308] __x64_sys_ioctl+0x90/0xd0 [47762.217315] do_syscall_64+0x5b/0x80 [47762.217319] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.217325] other info that might help us debug this: [47762.217329] Possible interrupt unsafe locking scenario: [47762.217333] CPU0 CPU1 [47762.217336] ---- ---- [47762.217340] lock(&xa->xa_lock#12); [47762.217345] local_irq_disable(); [47762.217349] lock(&fence->lock); [47762.217406] lock(&xa->xa_lock#12); [47762.217411] <Interrupt> [47762.217415] lock(&fence->lock); [47762.217420] *** DEADLOCK *** [47762.217423] 4 locks held by kworker/8:2/80000: [47762.217427] #0: ffff8c4240051748 ((wq_completion)events){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0 [47762.217436] #1: ffff9906d8203e78 ((work_completion)(&job->work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0 [47762.217444] #2: ffffffff8971a780 (dma_fence_map){++++}-{0:0}, at: dma_fence_signal+0x18/0x70 [47762.217452] #3: ffff8c47115f9ba8 (&fence->lock){-.-.}-{2:2}, at: dma_fence_signal+0x23/0x70 [47762.217462] the dependencies between HARDIRQ-irq-safe lock and the holding lock: [47762.217525] -> (&fence->lock){-.-.}-{2:2} { [47762.217531] IN-HARDIRQ-W at: [47762.217535] lock_acquire+0xc2/0x2b0 [47762.217540] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.217545] dma_fence_signal+0x23/0x70 [47762.217550] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.217557] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.217562] dma_fence_signal+0x36/0x70 [47762.217568] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.217794] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.218044] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.218289] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.218537] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.218778] __handle_irq_event_percpu+0x87/0x2e0 [47762.218783] handle_irq_event+0x34/0x70 [47762.218788] handle_edge_irq+0x9f/0x240 [47762.218793] __common_interrupt+0x71/0x150 [47762.218798] common_interrupt+0xb4/0xd0 [47762.218802] asm_common_interrupt+0x22/0x40 [47762.218807] cpuidle_enter_state+0xeb/0x320 [47762.218812] cpuidle_enter+0x29/0x40 [47762.218816] do_idle+0x202/0x290 [47762.218821] cpu_startup_entry+0x19/0x20 [47762.218826] start_secondary+0x10f/0x130 [47762.218884] secondary_startup_64_no_verify+0xe5/0xeb [47762.218889] IN-SOFTIRQ-W at: [47762.218894] lock_acquire+0xc2/0x2b0 [47762.218899] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.218904] dma_fence_signal+0x23/0x70 [47762.218909] drm_sched_job_done.isra.0+0x73/0x1b0 [gpu_sched] [47762.218916] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.218921] dma_fence_signal+0x36/0x70 [47762.218926] amdgpu_fence_process+0xd5/0x140 [amdgpu] [47762.219160] sdma_v6_0_process_trap_irq+0xc4/0x100 [amdgpu] [47762.219408] amdgpu_irq_dispatch+0x117/0x2a0 [amdgpu] [47762.219655] amdgpu_ih_process+0x66/0x100 [amdgpu] [47762.219896] amdgpu_irq_handler+0x1f/0x60 [amdgpu] [47762.220140] __handle_irq_event_percpu+0x87/0x2e0 [47762.220146] handle_irq_event+0x34/0x70 [47762.220150] handle_edge_irq+0x9f/0x240 [47762.220155] __common_interrupt+0x71/0x150 [47762.220159] common_interrupt+0x5c/0xd0 [47762.220164] asm_common_interrupt+0x22/0x40 [47762.220169] __do_softirq+0xcb/0x550 [47762.220174] __irq_exit_rcu+0xed/0x160 [47762.220179] irq_exit_rcu+0xa/0x30 [47762.220184] sysvec_apic_timer_interrupt+0x9e/0xc0 [47762.220189] asm_sysvec_apic_timer_interrupt+0x16/0x20 [47762.220247] cpuidle_enter_state+0xeb/0x320 [47762.220252] cpuidle_enter+0x29/0x40 [47762.220256] do_idle+0x202/0x290 [47762.220261] cpu_startup_entry+0x19/0x20 [47762.220265] start_secondary+0x10f/0x130 [47762.220271] secondary_startup_64_no_verify+0xe5/0xeb [47762.220276] INITIAL USE at: [47762.220280] lock_acquire+0xc2/0x2b0 [47762.220285] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.220290] dma_fence_signal+0x23/0x70 [47762.220296] drm_sched_main+0x19f/0x4a0 [gpu_sched] [47762.220355] kthread+0xf5/0x120 [47762.220360] ret_from_fork+0x2c/0x50 [47762.220364] } [47762.220368] ... key at: [<ffffffffc044a130>] __key.21+0x0/0xffffffffffffaed0 [gpu_sched] [47762.220376] the dependencies between the lock to be acquired [47762.220377] and HARDIRQ-irq-unsafe lock: [47762.220388] -> (&xa->xa_lock#12){+.+.}-{2:2} { [47762.220395] HARDIRQ-ON-W at: [47762.220399] lock_acquire+0xc2/0x2b0 [47762.220455] _raw_spin_lock+0x33/0x80 [47762.220460] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.220467] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.220708] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.220938] drm_ioctl_kernel+0xac/0x160 [47762.220943] drm_ioctl+0x1ed/0x460 [47762.220949] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.221223] __x64_sys_ioctl+0x90/0xd0 [47762.221229] do_syscall_64+0x5b/0x80 [47762.221236] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.221241] SOFTIRQ-ON-W at: [47762.221246] lock_acquire+0xc2/0x2b0 [47762.221251] _raw_spin_lock+0x33/0x80 [47762.221256] drm_sched_job_add_dependency+0xab/0x1c0 [gpu_sched] [47762.221263] amdgpu_sync_push_to_job+0x78/0x150 [amdgpu] [47762.221503] amdgpu_cs_ioctl+0x1557/0x2110 [amdgpu] [47762.221738] drm_ioctl_kernel+0xac/0x160 [47762.221744] drm_ioctl+0x1ed/0x460 [47762.221750] amdgpu_drm_ioctl+0x4a/0x80 [amdgpu] [47762.221976] __x64_sys_ioctl+0x90/0xd0 [47762.221982] do_syscall_64+0x5b/0x80 [47762.221986] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47762.221991] INITIAL USE at: [47762.221995] lock_acquire+0xc2/0x2b0 [47762.222000] _raw_spin_lock_irqsave+0x4d/0xa0 [47762.222005] xa_destroy+0x4e/0x140 [47762.222011] drm_sched_job_cleanup+0xcf/0x110 [gpu_sched] [47762.222018] amdgpu_job_free_cb+0xe/0x70 [amdgpu] [47762.222293] drm_sched_main+0x60/0x4a0 [gpu_sched] [47762.222300] kthread+0xf5/0x120 [47762.222305] ret_from_fork+0x2c/0x50 [47762.222310] } [47762.222314] ... key at: [<ffffffffc044a120>] __key.8+0x0/0xffffffffffffaee0 [gpu_sched] [47762.222321] ... acquired at: [47762.222325] lock_acquire+0xc2/0x2b0 [47762.222330] _raw_spin_lock+0x33/0x80 [47762.222335] xa_erase+0xd/0x30 [47762.222340] drm_sched_entity_kill_jobs_cb+0x5b/0x140 [gpu_sched] [47762.222348] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.222354] dma_fence_signal+0x36/0x70 [47762.222359] drm_sched_entity_kill_jobs_work+0x17/0x40 [gpu_sched] [47762.222367] process_one_work+0x294/0x5b0 [47762.222372] worker_thread+0x4f/0x3a0 [47762.222376] kthread+0xf5/0x120 [47762.222381] ret_from_fork+0x2c/0x50 [47762.222388] stack backtrace: [47762.222393] CPU: 8 PID: 80000 Comm: kworker/8:2 Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47762.222398] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022 [47762.222455] Workqueue: events drm_sched_entity_kill_jobs_work [gpu_sched] [47762.222463] Call Trace: [47762.222467] <TASK> [47762.222473] dump_stack_lvl+0x55/0x71 [47762.222479] check_irq_usage.cold+0x28a/0x28f [47762.222487] ? check_noncircular+0x8b/0x110 [47762.222495] ? __lock_acquire+0x11c0/0x1df0 [47762.222500] __lock_acquire+0x11c0/0x1df0 [47762.222507] lock_acquire+0xc2/0x2b0 [47762.222513] ? xa_erase+0xd/0x30 [47762.222522] _raw_spin_lock+0x33/0x80 [47762.222528] ? xa_erase+0xd/0x30 [47762.222534] xa_erase+0xd/0x30 [47762.222539] drm_sched_entity_kill_jobs_cb+0x5b/0x140 [gpu_sched] [47762.222546] dma_fence_signal_timestamp_locked+0xa3/0x1a0 [47762.222553] dma_fence_signal+0x36/0x70 [47762.222559] drm_sched_entity_kill_jobs_work+0x17/0x40 [gpu_sched] [47762.222567] process_one_work+0x294/0x5b0 [47762.222575] worker_thread+0x4f/0x3a0 [47762.222581] ? __pfx_worker_thread+0x10/0x10 [47762.222585] kthread+0xf5/0x120 [47762.222590] ? __pfx_kthread+0x10/0x10 [47762.222595] ret_from_fork+0x2c/0x50 [47762.222603] </TASK> [47790.310098] sysrq: Show Blocked State [47790.313690] task:kworker/u64:7 state:D stack:11544 pid:137514 ppid:2 flags:0x00004000 [47790.313700] Workqueue: events_unbound commit_work [47790.313708] Call Trace: [47790.313712] <TASK> [47790.313719] __schedule+0x50f/0x1780 [47790.313726] ? __lock_acquire+0x398/0x1df0 [47790.313735] schedule+0x5d/0xe0 [47790.313740] schedule_timeout+0xf2/0x140 [47790.313747] dma_fence_default_wait+0x221/0x270 [47790.313754] ? __pfx_dma_fence_default_wait_cb+0x10/0x10 [47790.313760] dma_fence_wait_timeout+0x21c/0x240 [47790.313767] drm_atomic_helper_wait_for_fences+0x83/0xe0 [47790.313774] commit_tail+0x2f/0x130 [47790.313780] process_one_work+0x294/0x5b0 [47790.313787] worker_thread+0x4f/0x3a0 [47790.313793] ? __pfx_worker_thread+0x10/0x10 [47790.313798] kthread+0xf5/0x120 [47790.313802] ? __pfx_kthread+0x10/0x10 [47790.313807] ret_from_fork+0x2c/0x50 [47790.313816] </TASK> [47790.313886] task:(ostnamed) state:D stack:14880 pid:140685 ppid:1 flags:0x00000002 [47790.313893] Call Trace: [47790.313896] <TASK> [47790.313901] __schedule+0x50f/0x1780 [47790.313906] ? rcu_read_lock_sched_held+0x10/0x80 [47790.313911] ? lock_release+0x208/0x440 [47790.313919] schedule+0x5d/0xe0 [47790.313924] drm_sched_entity_flush+0x16a/0x260 [gpu_sched] [47790.313933] ? __pfx_autoremove_wake_function+0x10/0x10 [47790.313939] amdgpu_ctx_mgr_entity_flush+0x83/0xd0 [amdgpu] [47790.314189] amdgpu_flush+0x25/0x40 [amdgpu] [47790.314416] filp_close+0x31/0x70 [47790.314422] __close_range+0x1eb/0x490 [47790.314430] __x64_sys_close_range+0x13/0x20 [47790.314434] do_syscall_64+0x5b/0x80 [47790.314440] ? do_syscall_64+0x67/0x80 [47790.314444] ? exc_page_fault+0x121/0x2b0 [47790.314449] ? rcu_read_lock_sched_held+0x10/0x80 [47790.314454] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47790.314460] RIP: 0033:0x7fc55eb2353b [47790.314481] RSP: 002b:00007ffdf07baf28 EFLAGS: 00000246 ORIG_RAX: 00000000000001b4 [47790.314486] RAX: ffffffffffffffda RBX: 00007ffdf07baf30 RCX: 00007fc55eb2353b [47790.314490] RDX: 0000000000000000 RSI: 000000000000009d RDI: 0000000000000030 [47790.314493] RBP: 00007ffdf07bafb0 R08: 0000000000000000 R09: 00007ffdf07bb080 [47790.314497] R10: 00007ffdf07bae70 R11: 0000000000000246 R12: 0000000000000004 [47790.314501] R13: 0000000000000000 R14: 00007ffdf07bafc0 R15: 0000000000000003 [47790.314508] </TASK> [47790.314512] task:(fwupd) state:D stack:14880 pid:140710 ppid:1 flags:0x00000002 [47790.314571] Call Trace: [47790.314574] <TASK> [47790.314579] __schedule+0x50f/0x1780 [47790.314584] ? rcu_read_lock_sched_held+0x10/0x80 [47790.314588] ? rcu_read_lock_sched_held+0x10/0x80 [47790.314593] ? rcu_read_lock_sched_held+0x10/0x80 [47790.314598] ? lock_acquire+0x25d/0x2b0 [47790.314604] schedule+0x5d/0xe0 [47790.314609] schedule_preempt_disabled+0x14/0x30 [47790.314613] __mutex_lock+0x428/0x810 [47790.314619] ? amdgpu_ctx_mgr_entity_flush+0x3a/0xd0 [amdgpu] [47790.314852] ? amdgpu_ctx_mgr_entity_flush+0x3a/0xd0 [amdgpu] [47790.315080] amdgpu_ctx_mgr_entity_flush+0x3a/0xd0 [amdgpu] [47790.315309] amdgpu_flush+0x25/0x40 [amdgpu] [47790.315707] filp_close+0x31/0x70 [47790.315718] __close_range+0x1eb/0x490 [47790.315730] __x64_sys_close_range+0x13/0x20 [47790.315738] do_syscall_64+0x5b/0x80 [47790.315748] ? trace_hardirqs_off+0xc/0xe0 [47790.315758] ? exc_page_fault+0x121/0x2b0 [47790.315767] ? rcu_read_lock_sched_held+0x10/0x80 [47790.315777] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47790.315785] RIP: 0033:0x7fc55eb2353b [47790.315798] RSP: 002b:00007ffdf07baf28 EFLAGS: 00000246 ORIG_RAX: 00000000000001b4 [47790.315806] RAX: ffffffffffffffda RBX: 00007ffdf07baf30 RCX: 00007fc55eb2353b [47790.315813] RDX: 0000000000000000 RSI: 00000000ffffffff RDI: 0000000000000030 [47790.315820] RBP: 00007ffdf07bafb0 R08: 0000000000000000 R09: 00007ffdf07bb080 [47790.315827] R10: 00007ffdf07bae70 R11: 0000000000000246 R12: 0000000000000002 [47790.315833] R13: 0000000000000000 R14: 00007ffdf07bafc0 R15: 0000000000000002 [47790.315848] </TASK> [47792.538773] GpuWatchdog[140653]: segfault at 0 ip 00007fbc98f92116 sp 00007fbc807fd430 error 6 in libcef.so[7fbc94aef000+776f000] likely on CPU 28 (core 12, socket 0) [47792.538804] Code: 89 de e8 3d ef 6e ff 80 7d cf 00 79 09 48 8b 7d b8 e8 9e 65 2c 03 41 8b 84 24 e0 00 00 00 89 45 b8 48 8d 7d b8 e8 ea d8 b5 fb <c7> 04 25 00 00 00 00 37 13 00 00 48 83 c4 38 5b 41 5c 41 5d 41 5e [47927.829974] INFO: task kworker/u64:7:137514 blocked for more than 122 seconds. [47927.830005] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.830014] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.830022] task:kworker/u64:7 state:D stack:11544 pid:137514 ppid:2 flags:0x00004000 [47927.830036] Workqueue: events_unbound commit_work [47927.830051] Call Trace: [47927.830058] <TASK> [47927.830069] __schedule+0x50f/0x1780 [47927.830082] ? __lock_acquire+0x398/0x1df0 [47927.830097] schedule+0x5d/0xe0 [47927.830107] schedule_timeout+0xf2/0x140 [47927.830122] dma_fence_default_wait+0x221/0x270 [47927.830134] ? __pfx_dma_fence_default_wait_cb+0x10/0x10 [47927.830145] dma_fence_wait_timeout+0x21c/0x240 [47927.830156] drm_atomic_helper_wait_for_fences+0x83/0xe0 [47927.830170] commit_tail+0x2f/0x130 [47927.830181] process_one_work+0x294/0x5b0 [47927.830195] worker_thread+0x4f/0x3a0 [47927.830205] ? __pfx_worker_thread+0x10/0x10 [47927.830214] kthread+0xf5/0x120 [47927.830223] ? __pfx_kthread+0x10/0x10 [47927.830232] ret_from_fork+0x2c/0x50 [47927.830247] </TASK> [47927.830257] INFO: task steamwebhelper:140621 blocked for more than 122 seconds. [47927.830266] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.830273] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.830280] task:steamwebhelper state:D stack:13048 pid:140621 ppid:6088 flags:0x00004002 [47927.830292] Call Trace: [47927.830299] <TASK> [47927.830308] __schedule+0x50f/0x1780 [47927.830317] ? __schedule+0x517/0x1780 [47927.830327] ? lock_acquire+0x25d/0x2b0 [47927.830337] ? lock_acquire+0x25d/0x2b0 [47927.830345] ? lock_acquired+0x184/0x3c0 [47927.830355] ? do_exit+0xd6/0xc20 [47927.830366] schedule+0x5d/0xe0 [47927.830376] do_exit+0xd6/0xc20 [47927.830385] ? _raw_spin_unlock+0x29/0x50 [47927.830394] ? rcu_read_lock_sched_held+0x10/0x80 [47927.830406] do_group_exit+0x33/0xa0 [47927.830417] get_signal+0xb70/0xb70 [47927.830429] arch_do_signal_or_restart+0x3a/0x280 [47927.830444] exit_to_user_mode_prepare+0x17b/0x250 [47927.830456] syscall_exit_to_user_mode+0x16/0x50 [47927.830465] do_syscall_64+0x67/0x80 [47927.830474] ? exc_page_fault+0x121/0x2b0 [47927.830483] ? rcu_read_lock_sched_held+0x10/0x80 [47927.830493] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.830503] RIP: 0033:0x7fbc923281cd [47927.830531] RSP: 002b:00007fffb8ad7b48 EFLAGS: 00000212 ORIG_RAX: 00000000000000ca [47927.830540] RAX: fffffffffffffe00 RBX: 0000302c6dc4722c RCX: 00007fbc923281cd [47927.830548] RDX: 0000000000000002 RSI: 0000000000000009 RDI: 0000302c6dc4722c [47927.830556] RBP: 00007fffb8ad7b60 R08: 0000000000000000 R09: ffffffffffffffff [47927.830563] R10: 0000000000000000 R11: 0000000000000212 R12: 0000000000000000 [47927.830588] R13: 0000000000000001 R14: 0000302c6dc2a000 R15: 0000000000000000 [47927.830602] </TASK> [47927.830609] INFO: task steamwebhe:cs0:140623 blocked for more than 122 seconds. [47927.830617] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.830624] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.830630] task:steamwebhe:cs0 state:D stack:13880 pid:140623 ppid:6088 flags:0x00004002 [47927.830642] Call Trace: [47927.830648] <TASK> [47927.830657] __schedule+0x50f/0x1780 [47927.830668] ? lock_acquire+0x25d/0x2b0 [47927.830686] ? do_exit+0xd6/0xc20 [47927.830697] schedule+0x5d/0xe0 [47927.830707] do_exit+0xd6/0xc20 [47927.830717] ? rcu_read_lock_sched_held+0x10/0x80 [47927.830728] do_group_exit+0x33/0xa0 [47927.830739] get_signal+0xb70/0xb70 [47927.830751] arch_do_signal_or_restart+0x3a/0x280 [47927.830766] exit_to_user_mode_prepare+0x17b/0x250 [47927.830777] syscall_exit_to_user_mode+0x16/0x50 [47927.830786] do_syscall_64+0x67/0x80 [47927.830794] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.830804] ? do_syscall_64+0x67/0x80 [47927.830814] ? __x64_sys_futex+0x115/0x1b0 [47927.830824] ? fpregs_restore_userregs+0x12/0x150 [47927.830835] ? exit_to_user_mode_prepare+0x1f3/0x250 [47927.830845] ? rcu_read_lock_sched_held+0x10/0x80 [47927.830854] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.830863] ? do_syscall_64+0x67/0x80 [47927.830871] ? do_syscall_64+0x67/0x80 [47927.830879] ? rcu_read_lock_sched_held+0x10/0x80 [47927.830888] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.830897] RIP: 0033:0x7fbc9232465f [47927.830909] RSP: 002b:00007fbc763fd4d0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [47927.830920] RAX: fffffffffffffe00 RBX: 00007fbc763fd688 RCX: 00007fbc9232465f [47927.830931] RDX: 00007fbc763fd5a0 RSI: 00000000c0186444 RDI: 0000000000000019 [47927.830941] RBP: 00007fbc763fd5a0 R08: 00007fbc763fd6f0 R09: 00007fbc763fd570 [47927.830952] R10: 0000302c6da92e00 R11: 0000000000000246 R12: 00000000c0186444 [47927.830961] R13: 0000000000000019 R14: 00007fbc763fd6b0 R15: 00007fbc763fd688 [47927.830976] </TASK> [47927.830983] INFO: task steamwebhe:sh0:140624 blocked for more than 122 seconds. [47927.830990] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.831051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.831058] task:steamwebhe:sh0 state:D stack:13816 pid:140624 ppid:6088 flags:0x00004002 [47927.831069] Call Trace: [47927.831076] <TASK> [47927.831085] __schedule+0x50f/0x1780 [47927.831095] ? __schedule+0x517/0x1780 [47927.831106] ? lock_acquire+0x25d/0x2b0 [47927.831115] ? lock_acquire+0x25d/0x2b0 [47927.831124] ? lock_acquired+0x184/0x3c0 [47927.831135] ? do_exit+0xd6/0xc20 [47927.831146] schedule+0x5d/0xe0 [47927.831156] do_exit+0xd6/0xc20 [47927.831166] ? _raw_spin_unlock+0x29/0x50 [47927.831175] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831186] do_group_exit+0x33/0xa0 [47927.831197] get_signal+0xb70/0xb70 [47927.831210] arch_do_signal_or_restart+0x3a/0x280 [47927.831224] exit_to_user_mode_prepare+0x17b/0x250 [47927.831235] syscall_exit_to_user_mode+0x16/0x50 [47927.831244] do_syscall_64+0x67/0x80 [47927.831254] ? exit_to_user_mode_prepare+0x1f3/0x250 [47927.831264] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831273] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.831281] ? do_syscall_64+0x67/0x80 [47927.831290] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.831300] ? do_syscall_64+0x67/0x80 [47927.831308] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831318] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.831326] RIP: 0033:0x7fbc922ab1a6 [47927.831337] RSP: 002b:00007fbc75bfc660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.831347] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.831354] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dbc72e0 [47927.831366] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.831373] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dbc7290 [47927.831383] R13: 0000000000000000 R14: 0000000000000000 R15: 0000302c6dbc72e0 [47927.831398] </TASK> [47927.831405] INFO: task steamweb:shlo0:140625 blocked for more than 122 seconds. [47927.831413] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.831420] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.831427] task:steamweb:shlo0 state:D stack:14152 pid:140625 ppid:6088 flags:0x00004002 [47927.831490] Call Trace: [47927.831497] <TASK> [47927.831505] __schedule+0x50f/0x1780 [47927.831515] ? __schedule+0x517/0x1780 [47927.831525] ? lock_acquire+0x25d/0x2b0 [47927.831535] ? lock_acquire+0x25d/0x2b0 [47927.831544] ? lock_acquired+0x184/0x3c0 [47927.831554] ? do_exit+0xd6/0xc20 [47927.831564] schedule+0x5d/0xe0 [47927.831585] do_exit+0xd6/0xc20 [47927.831594] ? _raw_spin_unlock+0x29/0x50 [47927.831604] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831615] do_group_exit+0x33/0xa0 [47927.831626] get_signal+0xb70/0xb70 [47927.831639] arch_do_signal_or_restart+0x3a/0x280 [47927.831653] exit_to_user_mode_prepare+0x17b/0x250 [47927.831665] syscall_exit_to_user_mode+0x16/0x50 [47927.831673] do_syscall_64+0x67/0x80 [47927.831681] ? exc_page_fault+0x121/0x2b0 [47927.831691] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831701] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.831710] RIP: 0033:0x7fbc922ab1a6 [47927.831721] RSP: 002b:00007fbc753fb660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.831729] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.831737] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dbc7854 [47927.831745] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.831753] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dbc7800 [47927.831760] R13: 0000000000000000 R14: 0000000000000001 R15: 0000302c6dbc7854 [47927.831774] </TASK> [47927.831832] INFO: task steamweb:gdrv0:140626 blocked for more than 122 seconds. [47927.831840] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.831847] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.831854] task:steamweb:gdrv0 state:D stack:13904 pid:140626 ppid:6088 flags:0x00004002 [47927.831865] Call Trace: [47927.831871] <TASK> [47927.831880] __schedule+0x50f/0x1780 [47927.831890] ? __schedule+0x517/0x1780 [47927.831900] ? lock_acquire+0x25d/0x2b0 [47927.831909] ? lock_acquire+0x25d/0x2b0 [47927.831917] ? lock_acquired+0x184/0x3c0 [47927.831928] ? do_exit+0xd6/0xc20 [47927.831943] schedule+0x5d/0xe0 [47927.831956] do_exit+0xd6/0xc20 [47927.831969] ? _raw_spin_unlock+0x29/0x50 [47927.831980] ? rcu_read_lock_sched_held+0x10/0x80 [47927.831992] do_group_exit+0x33/0xa0 [47927.832004] get_signal+0xb70/0xb70 [47927.832016] arch_do_signal_or_restart+0x3a/0x280 [47927.832030] exit_to_user_mode_prepare+0x17b/0x250 [47927.832041] syscall_exit_to_user_mode+0x16/0x50 [47927.832050] do_syscall_64+0x67/0x80 [47927.832059] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.832068] ? do_syscall_64+0x67/0x80 [47927.832076] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832087] ? trace_hardirqs_off+0xc/0xe0 [47927.832096] ? exc_page_fault+0x121/0x2b0 [47927.832105] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832114] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.832124] RIP: 0033:0x7fbc922ab1a6 [47927.832136] RSP: 002b:00007fbc747fa660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.832144] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.832152] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dcfd57c [47927.832159] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.832167] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dcfd528 [47927.832174] R13: 0000000000000000 R14: 0000000000000001 R15: 0000302c6dcfd57c [47927.832189] </TASK> [47927.832196] INFO: task steamwebhe:gl0:140627 blocked for more than 122 seconds. [47927.832204] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.832211] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.832218] task:steamwebhe:gl0 state:D stack:14840 pid:140627 ppid:6088 flags:0x00004002 [47927.832229] Call Trace: [47927.832235] <TASK> [47927.832244] __schedule+0x50f/0x1780 [47927.832254] ? __schedule+0x517/0x1780 [47927.832264] ? lock_acquire+0x25d/0x2b0 [47927.832274] ? lock_acquire+0x25d/0x2b0 [47927.832283] ? lock_acquired+0x184/0x3c0 [47927.832293] ? do_exit+0xd6/0xc20 [47927.832303] schedule+0x5d/0xe0 [47927.832313] do_exit+0xd6/0xc20 [47927.832326] do_group_exit+0x33/0xa0 [47927.832337] get_signal+0xb70/0xb70 [47927.832350] arch_do_signal_or_restart+0x3a/0x280 [47927.832364] exit_to_user_mode_prepare+0x17b/0x250 [47927.832375] syscall_exit_to_user_mode+0x16/0x50 [47927.832383] do_syscall_64+0x67/0x80 [47927.832391] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832400] ? __rseq_handle_notify_resume+0x471/0x620 [47927.832412] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832421] ? fpregs_restore_userregs+0xe2/0x150 [47927.832431] ? exit_to_user_mode_prepare+0x1f3/0x250 [47927.832441] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832449] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.832458] ? do_syscall_64+0x67/0x80 [47927.832467] ? do_syscall_64+0x67/0x80 [47927.832475] ? exc_page_fault+0x121/0x2b0 [47927.832485] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832494] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.832503] RIP: 0033:0x7fbc922ab1a6 [47927.832513] RSP: 002b:00007fbc73ff9660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.832522] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.832530] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dd320c0 [47927.832537] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.832545] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dd32070 [47927.832552] R13: 0000000000000000 R14: 0000000000000000 R15: 0000302c6dd320c0 [47927.832578] </TASK> [47927.832587] INFO: task steamwebhe:sh1:140630 blocked for more than 122 seconds. [47927.832594] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.832601] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.832608] task:steamwebhe:sh1 state:D stack:14616 pid:140630 ppid:6088 flags:0x00004002 [47927.832620] Call Trace: [47927.832626] <TASK> [47927.832635] __schedule+0x50f/0x1780 [47927.832644] ? __schedule+0x517/0x1780 [47927.832654] ? lock_acquire+0x25d/0x2b0 [47927.832664] ? lock_acquire+0x25d/0x2b0 [47927.832672] ? lock_acquired+0x184/0x3c0 [47927.832683] ? do_exit+0xd6/0xc20 [47927.832694] schedule+0x5d/0xe0 [47927.832703] do_exit+0xd6/0xc20 [47927.832713] ? _raw_spin_unlock+0x29/0x50 [47927.832723] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832735] do_group_exit+0x33/0xa0 [47927.832746] get_signal+0xb70/0xb70 [47927.832758] arch_do_signal_or_restart+0x3a/0x280 [47927.832772] exit_to_user_mode_prepare+0x17b/0x250 [47927.832783] syscall_exit_to_user_mode+0x16/0x50 [47927.832791] do_syscall_64+0x67/0x80 [47927.832799] ? rcu_read_lock_sched_held+0x10/0x80 [47927.832809] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.832819] RIP: 0033:0x7fbc922ab1a6 [47927.832829] RSP: 002b:00007fbc737f8660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.832839] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.832846] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dbc72e0 [47927.832853] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.832861] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dbc7290 [47927.832868] R13: 0000000000000000 R14: 0000000000000000 R15: 0000302c6dbc72e0 [47927.832883] </TASK> [47927.832889] INFO: task steamwebhe:sh2:140631 blocked for more than 122 seconds. [47927.832897] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.832905] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.832964] task:steamwebhe:sh2 state:D stack:14784 pid:140631 ppid:6088 flags:0x00004002 [47927.832980] Call Trace: [47927.832989] <TASK> [47927.832998] __schedule+0x50f/0x1780 [47927.833008] ? __schedule+0x517/0x1780 [47927.833018] ? lock_acquire+0x25d/0x2b0 [47927.833028] ? lock_acquire+0x25d/0x2b0 [47927.833036] ? lock_acquired+0x184/0x3c0 [47927.833047] ? do_exit+0xd6/0xc20 [47927.833057] schedule+0x5d/0xe0 [47927.833067] do_exit+0xd6/0xc20 [47927.833080] do_group_exit+0x33/0xa0 [47927.833091] get_signal+0xb70/0xb70 [47927.833104] arch_do_signal_or_restart+0x3a/0x280 [47927.833118] exit_to_user_mode_prepare+0x17b/0x250 [47927.833129] syscall_exit_to_user_mode+0x16/0x50 [47927.833138] do_syscall_64+0x67/0x80 [47927.833146] ? sched_clock_cpu+0xb/0xc0 [47927.833159] ? rcu_read_lock_sched_held+0x10/0x80 [47927.833168] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.833178] RIP: 0033:0x7fbc922ab1a6 [47927.833188] RSP: 002b:00007fbc72ff7660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.833197] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.833205] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dbc72e0 [47927.833213] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.833220] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dbc7290 [47927.833228] R13: 0000000000000000 R14: 0000000000000000 R15: 0000302c6dbc72e0 [47927.833242] </TASK> [47927.833249] INFO: task steamwebhe:sh3:140632 blocked for more than 122 seconds. [47927.833256] Tainted: G W L ------- --- 6.2.0-0.rc4.20230120gitd368967cb103.35.fc38.x86_64 #1 [47927.833264] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [47927.833271] task:steamwebhe:sh3 state:D stack:14448 pid:140632 ppid:6088 flags:0x00004002 [47927.833282] Call Trace: [47927.833289] <TASK> [47927.833297] __schedule+0x50f/0x1780 [47927.833307] ? __schedule+0x517/0x1780 [47927.833318] ? lock_acquire+0x25d/0x2b0 [47927.833327] ? lock_acquire+0x25d/0x2b0 [47927.833336] ? lock_acquired+0x184/0x3c0 [47927.833351] ? do_exit+0xd6/0xc20 [47927.833365] schedule+0x5d/0xe0 [47927.833378] do_exit+0xd6/0xc20 [47927.833390] ? _raw_spin_unlock+0x29/0x50 [47927.833403] ? rcu_read_lock_sched_held+0x10/0x80 [47927.833418] do_group_exit+0x33/0xa0 [47927.833429] get_signal+0xb70/0xb70 [47927.833441] arch_do_signal_or_restart+0x3a/0x280 [47927.833456] exit_to_user_mode_prepare+0x17b/0x250 [47927.833466] syscall_exit_to_user_mode+0x16/0x50 [47927.833475] do_syscall_64+0x67/0x80 [47927.833483] ? rcu_read_lock_sched_held+0x10/0x80 [47927.833492] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.833502] ? rcu_read_lock_sched_held+0x10/0x80 [47927.833511] ? trace_hardirqs_on_prepare+0x55/0xe0 [47927.833520] ? do_syscall_64+0x67/0x80 [47927.833530] ? rcu_read_lock_sched_held+0x10/0x80 [47927.833540] entry_SYSCALL_64_after_hwframe+0x72/0xdc [47927.833549] RIP: 0033:0x7fbc922ab1a6 [47927.833560] RSP: 002b:00007fbc725f6660 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca [47927.833585] RAX: fffffffffffffe00 RBX: 0000000000000000 RCX: 00007fbc922ab1a6 [47927.833593] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 0000302c6dbc72e0 [47927.833601] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff [47927.833608] R10: 0000000000000000 R11: 0000000000000246 R12: 0000302c6dbc7290 [47927.833616] R13: 0000000000000000 R14: 0000000000000000 R15: 0000302c6dbc72e0 [47927.833631] </TASK> [47927.833650] INFO: lockdep is turned off.