[amdgpu][RX480] GPU hangs after suspend, logs filled with scheduler comp_1.0.1 is not ready, skipping
Newly built system with AMD Radeon RX 480 hangs after ~5-30 minutes after suspend, doesn't react to keyboard commands (caps lock, hotkeys) - requires hard reset.
After waking up from suspended state it throws ring comp_{X} test failed (-110)
where {X}
is either 1.0.1
, 1.1.0
, 1.2.0
or 1.3.0
. Then it's only a matter of time when the system will hang, it seems that displaying "demanding" applications such as games or web browser causes that to happen sooner but even leaving computer to display desktop will cause it to hang within half and hour.
I managed to find a set of kernel parameters that prevents this from happening:
amdgpu.runpm=0 amdgpu.dpm=0 amdgpu.gpu_recovery=1 pcie_aspm=off amdgpu.ppfeaturemask=0xffffffff
With my rather limited testing I have found that:
-
set ofamdgpu.runpm=0 amdgpu.dpm=0 pcie_aspm=off
is essential, without them system crashes after waking from suspension -
it's enough to set
pcie_aspm=off
to prevent crashes from happening, but logs will still be filled with mentioned messages (scheduler comp_1.0.1 is not ready, skipping
andring comp_1.1.0 test failed (-110)
) -
gpu_recovery=1
doesn't help when applied on its own without previous parameters I am not sure whetherppfeaturemask
is needed, I desperately applied it after searching through what seemed like hundreds of threads on various websites regarding related issues. -
straight after booting, until first suspension logs are clear of any messages related to that issue. It's only after first suspend/wake up event that amdgpu starts throwing errors
After every wake up this two still get logged:
ring comp_1.1.0 test failed (-110)
Fence fallback timer expired on ring sdma0
and my logs are filled with those messages that fire up in sequences of dozens within a second or two, so after an hour of gaming or web browsing I can have few thousand such logs:
[drm] scheduler comp_1.1.1 is not ready, skipping
[drm] scheduler comp_1.1.0 is not ready, skipping
[drm] scheduler comp_1.2.0 is not ready, skipping
[drm] scheduler comp_1.3.0 is not ready, skipping
Update: There is additional behaviour I discovered after either long enough uptime or enough sleep/wake up cycles. I tend not to turn off computer over night, rather I put it into suspend mode, I also suspend it up to few times a day as well. I can let it sleep over several days if I'm away from machine as was the case in previous couple of months. Problem is that after several days, 10, 12, 25, but I would say it's caused by enough amount of suspend cycles since it happens sooner when I stay home and suspend the computer every day, I can't lanuch any graphical program that makes use of gpu: games, browser, even window compositor. Checking the logs this is what I get:
OS: Void
GPU: AMD Radeon RX 480 [1002:67df]
Kernel: ~~6.6.51~~ 6.6.12
Mesa: ~~24.2.3~~ 24.3.4
Xorg: ~~21.1.13~~ 21.1.16
Desktop manager: dwm
compositor: picom v12
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Adam W. changed the description
changed the description
- Eric Engestrom added radeonsi in Mesa / mesa label
added radeonsi in Mesa / mesa label
- Reporter
Thanks for the report. This looks more like a kernel issue, so I'm moving it to the appropriate issue tracker.
moved from mesa/mesa#12009 (moved)
- Alex Deucher added Polaris label
added Polaris label
- Owner
Please attach your dmesg output. Can you narrow down which parameter fixes the issue? Note that gpu_recovery is enabled by default so there is no reason to set that.
Collapse replies - Author
Sorry for late reply but here is one excerpt from dmesg logs when the problem mentioned in this topic occurs.
Just now another issue came up -- I resumed my computer from suspended state and every time I launched a graphical application it would open a freezed window that I could drag around but stuck image of whatever was behind that window would persist. After checking logs it turned out there is an invalid dereference (?) in amdgpu:
2024-11-20T20:39:17.67469 kern.alert: [610965.196255] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:39:17.67471 kern.alert: [610965.196259] #PF: supervisor read access in kernel mode 2024-11-20T20:39:17.67472 kern.alert: [610965.196260] #PF: error_code(0x0000) - not-present page 2024-11-20T20:39:17.67473 kern.info: [610965.196262] PGD 0 P4D 0 2024-11-20T20:39:17.67474 kern.warn: [610965.196265] Oops: 0000 [#1] PREEMPT SMP NOPTI
I attached full log in the second entry below.
dmesg with scheduler comp_1.2.0 is not ready
`2024-11-03T09:41:57.19977 kern.notice: [ 0.000000] Linux version 6.6.57_1 (voidlinux@voidlinux) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1 (closed) SMP PREEMPT_DYNAMIC Sat Oct 19 21:54:29 UTC 2024 2024-11-03T09:41:57.19987 kern.info: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.6.57_1 root=UUID=c171631c-5789-4a5f-b02e-eb3a01b3bae0 ro loglevel=4 amdgpu.runpm=0 amdgpu.gpu_recovery=1 pcie_aspm=off amdgpu.ppfeaturemask=0xffffffff 2024-11-03T09:41:57.19988 kern.info: [ 0.000000] BIOS-provided physical RAM map: 2024-11-03T09:41:57.19989 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable 2024-11-03T09:41:57.19989 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved 2024-11-03T09:41:57.19991 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved 2024-11-03T09:41:57.19991 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable 2024-11-03T09:41:57.19992 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved 2024-11-03T09:41:57.19993 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable 2024-11-03T09:41:57.19994 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS 2024-11-03T09:41:57.19995 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable 2024-11-03T09:41:57.19995 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved 2024-11-03T09:41:57.19996 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000cb117fff] usable 2024-11-03T09:41:57.19997 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000cb118000-0x00000000cb497fff] reserved 2024-11-03T09:41:57.19998 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000cb498000-0x00000000cb4fbfff] ACPI data 2024-11-03T09:41:57.19998 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000cb4fc000-0x00000000ccbfafff] ACPI NVS 2024-11-03T09:41:57.20000 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000ccbfb000-0x00000000cdbfefff] reserved 2024-11-03T09:41:57.20001 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000cdbff000-0x00000000ceffffff] usable 2024-11-03T09:41:57.20002 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved 2024-11-03T09:41:57.20002 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved 2024-11-03T09:41:57.20003 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved 2024-11-03T09:41:57.20003 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved 2024-11-03T09:41:57.20004 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved 2024-11-03T09:41:57.20005 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved 2024-11-03T09:41:57.20006 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved 2024-11-03T09:41:57.20006 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved 2024-11-03T09:41:57.20007 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved 2024-11-03T09:41:57.20008 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved 2024-11-03T09:41:57.20009 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved 2024-11-03T09:41:57.20010 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved 2024-11-03T09:41:57.20010 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved 2024-11-03T09:41:57.20011 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved 2024-11-03T09:41:57.20012 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000082f37ffff] usable 2024-11-03T09:41:57.20012 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000082f380000-0x000000082fffffff] reserved 2024-11-03T09:41:57.20013 kern.info: [ 0.000000] APIC: Static calls initialized 2024-11-03T09:41:57.20013 kern.info: [ 0.000000] NX (Execute Disable) protection: active 2024-11-03T09:41:57.20014 kern.info: [ 0.000000] SMBIOS 2.8 present. 2024-11-03T09:41:57.20015 kern.info: [ 0.000000] DMI: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-03T09:41:57.20015 kern.info: [ 0.000000] tsc: Fast TSC calibration using PIT 2024-11-03T09:41:57.20016 kern.info: [ 0.000000] tsc: Detected 3499.952 MHz processor 2024-11-03T09:41:57.20017 kern.debug: [ 0.000386] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 2024-11-03T09:41:57.20024 kern.debug: [ 0.000388] e820: remove [mem 0x000a0000-0x000fffff] usable 2024-11-03T09:41:57.20025 kern.info: [ 0.000394] last_pfn = 0x82f380 max_arch_pfn = 0x400000000 2024-11-03T09:41:57.20026 kern.info: [ 0.000399] total RAM covered: 3327M 2024-11-03T09:41:57.20027 kern.info: [ 0.000498] gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G 2024-11-03T09:41:57.20027 kern.info: [ 0.000498] Found optimal setting for mtrr clean up 2024-11-03T09:41:57.20028 kern.info: [ 0.000501] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs 2024-11-03T09:41:57.20029 kern.debug: [ 0.001171] e820: update [mem 0xcc680000-0xcc68ffff] usable ==> reserved 2024-11-03T09:41:57.20029 kern.info: [ 0.000502] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
2024-11-03T09:41:57.20030 kern.debug: [ 0.001175] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved 2024-11-03T09:41:57.20031 kern.info: [ 0.001177] last_pfn = 0xcf000 max_arch_pfn = 0x400000000 2024-11-03T09:41:57.20031 kern.info: [ 0.003984] Using GB pages for direct mapping 2024-11-03T09:41:57.20032 kern.info: [ 0.004437] RAMDISK: [mem 0x2d44f000-0x32a1efff] 2024-11-03T09:41:57.20033 kern.info: [ 0.004441] ACPI: Early table checksum verification disabled 2024-11-03T09:41:57.20034 kern.info: [ 0.004443] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA) 2024-11-03T09:41:57.20035 kern.info: [ 0.004445] ACPI: XSDT 0x00000000CCBE3728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013) 2024-11-03T09:41:57.20036 kern.info: [ 0.004448] ACPI: FACP 0x00000000CB4ED000 000114 (v06 ALASKA A M I 01072009 AMI 00010013) 2024-11-03T09:41:57.20036 kern.info: [ 0.004451] ACPI: DSDT 0x00000000CB4C6000 00721F (v02 ALASKA A M I 01072009 INTL 20120913) 2024-11-03T09:41:57.20037 kern.info: [ 0.004453] ACPI: FACS 0x00000000CCBDE000 000040 2024-11-03T09:41:57.20038 kern.info: [ 0.004455] ACPI: SSDT 0x00000000CB4F3000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000) 2024-11-03T09:41:57.20039 kern.info: [ 0.004456] ACPI: SSDT 0x00000000CB4EF000 003B86 (v02 AMD AMD AOD 00000001 INTL 20120913) 2024-11-03T09:41:57.20039 kern.info: [ 0.004458] ACPI: SSDT 0x00000000CB4EE000 0001AD (v02 ALASKA CPUSSDT 01072009 AMI 01072009) 2024-11-03T09:41:57.20040 kern.info: [ 0.004459] ACPI: FIDT 0x00000000CB4E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) 2024-11-03T09:41:57.20041 kern.info: [ 0.004461] ACPI: MCFG 0x00000000CB4E4000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) 2024-11-03T09:41:57.20041 kern.info: [ 0.004462] ACPI: HPET 0x00000000CB4E3000 000038 (v01 ALASKA A M I 01072009 AMI 00000005) 2024-11-03T09:41:57.20042 kern.info: [ 0.004464] ACPI: IVRS 0x00000000CB4E2000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001) 2024-11-03T09:41:57.20043 kern.info: [ 0.004465] ACPI: FPDT 0x00000000CB4E1000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) 2024-11-03T09:41:57.20044 kern.info: [ 0.004467] ACPI: TPM2 0x00000000CB4E0000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) 2024-11-03T09:41:57.20045 kern.info: [ 0.004468] ACPI: PCCT 0x00000000CB4DF000 00006E (v02 AMD AmdTable 00000001 AMD 00000001) 2024-11-03T09:41:57.20045 kern.info: [ 0.004470] ACPI: SSDT 0x00000000CB4DB000 0030FB (v02 AMD AmdTable 00000001 AMD 00000001) 2024-11-03T09:41:57.20047 kern.info: [ 0.004471] ACPI: CRAT 0x00000000CB4DA000 000B90 (v01 AMD AmdTable 00000001 AMD 00000001) 2024-11-03T09:41:57.20048 kern.info: [ 0.004472] ACPI: CDIT 0x00000000CB4D9000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) 2024-11-03T09:41:57.20048 kern.info: [ 0.004474] ACPI: SSDT 0x00000000CB4D7000 000259 (v02 AMD ArticDGP 00000001 INTL 20120913) 2024-11-03T09:41:57.20049 kern.info: [ 0.004475] ACPI: SSDT 0x00000000CB4D5000 0010C1 (v02 AMD ArticTPX 00000001 INTL 20120913) 2024-11-03T09:41:57.20050 kern.info: [ 0.004476] ACPI: SSDT 0x00000000CB4D4000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913) 2024-11-03T09:41:57.20051 kern.info: [ 0.004478] ACPI: SSDT 0x00000000CB4D0000 0037DC (v02 AMD ArticN 00000001 INTL 20120913) 2024-11-03T09:41:57.20051 kern.info: [ 0.004479] ACPI: WSMT 0x00000000CB4CF000 000028 (v01 ALASKA A M I 01072009 AMI 00010013) 2024-11-03T09:41:57.20052 kern.info: [ 0.004481] ACPI: APIC 0x00000000CB4CE000 00015E (v04 ALASKA A M I 01072009 AMI 00010013) 2024-11-03T09:41:57.20053 kern.info: [ 0.004482] ACPI: SSDT 0x00000000CB4EC000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913) 2024-11-03T09:41:57.20053 kern.info: [ 0.004484] ACPI: SSDT 0x00000000CB4EA000 0010AF (v02 AMD ArticC 00000001 INTL 20120913) 2024-11-03T09:41:57.20054 kern.info: [ 0.004485] ACPI: SSDT 0x00000000CB4E9000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913) 2024-11-03T09:41:57.20055 kern.info: [ 0.004486] ACPI: Reserving FACP table memory at [mem 0xcb4ed000-0xcb4ed113] 2024-11-03T09:41:57.20055 kern.info: [ 0.004487] ACPI: Reserving DSDT table memory at [mem 0xcb4c6000-0xcb4cd21e] 2024-11-03T09:41:57.20056 kern.info: [ 0.004488] ACPI: Reserving FACS table memory at [mem 0xccbde000-0xccbde03f] 2024-11-03T09:41:57.20057 kern.info: [ 0.004488] ACPI: Reserving SSDT table memory at [mem 0xcb4ef000-0xcb4f2b85] 2024-11-03T09:41:57.20057 kern.info: [ 0.004488] ACPI: Reserving SSDT table memory at [mem 0xcb4f3000-0xcb4fbce8] 2024-11-03T09:41:57.20058 kern.info: [ 0.004489] ACPI: Reserving SSDT table memory at [mem 0xcb4ee000-0xcb4ee1ac] 2024-11-03T09:41:57.20059 kern.info: [ 0.004489] ACPI: Reserving FIDT table memory at [mem 0xcb4e5000-0xcb4e509b] 2024-11-03T09:41:57.20059 kern.info: [ 0.004490] ACPI: Reserving MCFG table memory at [mem 0xcb4e4000-0xcb4e403b] 2024-11-03T09:41:57.20060 kern.info: [ 0.004490] ACPI: Reserving HPET table memory at [mem 0xcb4e3000-0xcb4e3037] 2024-11-03T09:41:57.20060 kern.info: [ 0.004490] ACPI: Reserving IVRS table memory at [mem 0xcb4e2000-0xcb4e20cf] 2024-11-03T09:41:57.20061 kern.info: [ 0.004491] ACPI: Reserving FPDT table memory at [mem 0xcb4e1000-0xcb4e1043] 2024-11-03T09:41:57.20062 kern.info: [ 0.004491] ACPI: Reserving TPM2 table memory at [mem 0xcb4e0000-0xcb4e004b] 2024-11-03T09:41:57.20062 kern.info: [ 0.004492] ACPI: Reserving PCCT table memory at [mem 0xcb4df000-0xcb4df06d] 2024-11-03T09:41:57.20063 kern.info: [ 0.004492] ACPI: Reserving CRAT table memory at [mem 0xcb4da000-0xcb4dab8f] 2024-11-03T09:41:57.20063 kern.info: [ 0.004492] ACPI: Reserving SSDT table memory at [mem 0xcb4db000-0xcb4de0fa] 2024-11-03T09:41:57.20064 kern.info: [ 0.004493] ACPI: Reserving CDIT table memory at [mem 0xcb4d9000-0xcb4d9028] 2024-11-03T09:41:57.20064 kern.info: [ 0.004493] ACPI: Reserving SSDT table memory at [mem 0xcb4d7000-0xcb4d7258] 2024-11-03T09:41:57.20065 kern.info: [ 0.004494] ACPI: Reserving SSDT table memory at [mem 0xcb4d4000-0xcb4d452b] 2024-11-03T09:41:57.20065 kern.info: [ 0.004494] ACPI: Reserving SSDT table memory at [mem 0xcb4d5000-0xcb4d60c0] 2024-11-03T09:41:57.20066 kern.info: [ 0.004495] ACPI: Reserving SSDT table memory at [mem 0xcb4d0000-0xcb4d37db] 2024-11-03T09:41:57.20067 kern.info: [ 0.004495] ACPI: Reserving APIC table memory at [mem 0xcb4ce000-0xcb4ce15d] 2024-11-03T09:41:57.20067 kern.info: [ 0.004495] ACPI: Reserving WSMT table memory at [mem 0xcb4cf000-0xcb4cf027] 2024-11-03T09:41:57.20068 kern.info: [ 0.004496] ACPI: Reserving SSDT table memory at [mem 0xcb4ea000-0xcb4eb0ae] 2024-11-03T09:41:57.20068 kern.info: [ 0.004496] ACPI: Reserving SSDT table memory at [mem 0xcb4ec000-0xcb4ec07c] 2024-11-03T09:41:57.20069 kern.info: [ 0.004497] ACPI: Reserving SSDT table memory at [mem 0xcb4e9000-0xcb4e90be] 2024-11-03T09:41:57.20070 kern.info: [ 0.004540] No NUMA configuration found 2024-11-03T09:41:57.20070 kern.info: [ 0.004541] Faking a node at [mem 0x0000000000000000-0x000000082f37ffff] 2024-11-03T09:41:57.20071 kern.info: [ 0.004542] NODE_DATA(0) allocated [mem 0x82f37a000-0x82f37ffff] 2024-11-03T09:41:57.20071 kern.info: [ 0.004566] Zone ranges: 2024-11-03T09:41:57.20072 kern.info: [ 0.004566] DMA [mem 0x0000000000001000-0x0000000000ffffff] 2024-11-03T09:41:57.20072 kern.info: [ 0.004567] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] 2024-11-03T09:41:57.20073 kern.info: [ 0.004568] Normal [mem 0x0000000100000000-0x000000082f37ffff] 2024-11-03T09:41:57.20073 kern.info: [ 0.004569] Device empty 2024-11-03T09:41:57.20074 kern.info: [ 0.004569] Movable zone start for each node 2024-11-03T09:41:57.20074 kern.info: [ 0.004570] Early memory node ranges 2024-11-03T09:41:57.20075 kern.info: [ 0.004570] node 0: [mem 0x0000000000001000-0x000000000009cfff] 2024-11-03T09:41:57.20075 kern.info: [ 0.004571] node 0: [mem 0x0000000000100000-0x0000000009e01fff] 2024-11-03T09:41:57.20076 kern.info: [ 0.004571] node 0: [mem 0x000000000a000000-0x000000000a1fffff] 2024-11-03T09:41:57.20076 kern.info: [ 0.004572] node 0: [mem 0x000000000a20e000-0x000000000affffff] 2024-11-03T09:41:57.20077 kern.info: [ 0.004572] node 0: [mem 0x000000000b020000-0x00000000cb117fff] 2024-11-03T09:41:57.20078 kern.info: [ 0.004573] node 0: [mem 0x00000000cdbff000-0x00000000ceffffff] 2024-11-03T09:41:57.20078 kern.info: [ 0.004573] node 0: [mem 0x0000000100000000-0x000000082f37ffff] 2024-11-03T09:41:57.20079 kern.info: [ 0.004575] Initmem setup node 0 [mem 0x0000000000001000-0x000000082f37ffff] 2024-11-03T09:41:57.20079 kern.info: [ 0.004577] On node 0, zone DMA: 1 pages in unavailable ranges 2024-11-03T09:41:57.20080 kern.info: [ 0.004586] On node 0, zone DMA: 99 pages in unavailable ranges 2024-11-03T09:41:57.20080 kern.info: [ 0.004659] On node 0, zone DMA32: 510 pages in unavailable ranges 2024-11-03T09:41:57.20081 kern.info: [ 0.004667] On node 0, zone DMA32: 14 pages in unavailable ranges 2024-11-03T09:41:57.20082 kern.info: [ 0.006518] On node 0, zone DMA32: 32 pages in unavailable ranges 2024-11-03T09:41:57.20082 kern.info: [ 0.006613] On node 0, zone DMA32: 10983 pages in unavailable ranges 2024-11-03T09:41:57.20083 kern.info: [ 0.029696] On node 0, zone Normal: 4096 pages in unavailable ranges 2024-11-03T09:41:57.20083 kern.info: [ 0.029721] On node 0, zone Normal: 3200 pages in unavailable ranges 2024-11-03T09:41:57.20084 kern.info: [ 0.030097] ACPI: PM-Timer IO Port: 0x808 2024-11-03T09:41:57.20084 kern.info: [ 0.030102] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) 2024-11-03T09:41:57.20085 kern.info: [ 0.030113] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23 2024-11-03T09:41:57.20086 kern.info: [ 0.030118] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55 2024-11-03T09:41:57.20086 kern.info: [ 0.030119] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-11-03T09:41:57.20087 kern.info: [ 0.030120] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) 2024-11-03T09:41:57.20087 kern.info: [ 0.030122] ACPI: Using ACPI (MADT) for SMP configuration information 2024-11-03T09:41:57.20088 kern.info: [ 0.030123] ACPI: HPET id: 0x10228201 base: 0xfed00000 2024-11-03T09:41:57.20089 kern.info: [ 0.030126] smpboot: Allowing 32 CPUs, 20 hotplug CPUs 2024-11-03T09:41:57.20089 kern.info: [ 0.030139] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] 2024-11-03T09:41:57.20090 kern.info: [ 0.030141] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff] 2024-11-03T09:41:57.20090 kern.info: [ 0.030141] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff] 2024-11-03T09:41:57.20091 kern.info: [ 0.030142] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff] 2024-11-03T09:41:57.20091 kern.info: [ 0.030142] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff] 2024-11-03T09:41:57.20092 kern.info: [ 0.030143] PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff] 2024-11-03T09:41:57.20093 kern.info: [ 0.030144] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff] 2024-11-03T09:41:57.20093 kern.info: [ 0.030145] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff] 2024-11-03T09:41:57.20094 kern.info: [ 0.030145] PM: hibernation: Registered nosave memory: [mem 0xcb118000-0xcb497fff] 2024-11-03T09:41:57.20094 kern.info: [ 0.030146] PM: hibernation: Registered nosave memory: [mem 0xcb498000-0xcb4fbfff] 2024-11-03T09:41:57.20095 kern.info: [ 0.030146] PM: hibernation: Registered nosave memory: [mem 0xcb4fc000-0xccbfafff] 2024-11-03T09:41:57.20095 kern.info: [ 0.030147] PM: hibernation: Registered nosave memory: [mem 0xccbfb000-0xcdbfefff] 2024-11-03T09:41:57.20096 kern.info: [ 0.030147] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff] 2024-11-03T09:41:57.20096 kern.info: [ 0.030148] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff] 2024-11-03T09:41:57.20097 kern.info: [ 0.030148] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] 2024-11-03T09:41:57.20098 kern.info: [ 0.030149] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff] 2024-11-03T09:41:57.20098 kern.info: [ 0.030149] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff] 2024-11-03T09:41:57.20099 kern.info: [ 0.030149] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd5fffff] 2024-11-03T09:41:57.20100 kern.info: [ 0.030150] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfd7fffff] 2024-11-03T09:41:57.20100 kern.info: [ 0.030150] PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfe9fffff] 2024-11-03T09:41:57.20101 kern.info: [ 0.030150] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] 2024-11-03T09:41:57.20101 kern.info: [ 0.030151] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff] 2024-11-03T09:41:57.20102 kern.info: [ 0.030151] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff] 2024-11-03T09:41:57.20102 kern.info: [ 0.030151] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff] 2024-11-03T09:41:57.20103 kern.info: [ 0.030152] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] 2024-11-03T09:41:57.20104 kern.info: [ 0.030152] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff] 2024-11-03T09:41:57.20104 kern.info: [ 0.030153] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff] 2024-11-03T09:41:57.20105 kern.info: [ 0.030153] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff] 2024-11-03T09:41:57.20105 kern.info: [ 0.030153] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] 2024-11-03T09:41:57.20106 kern.info: [ 0.030154] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] 2024-11-03T09:41:57.20106 kern.info: [ 0.030154] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] 2024-11-03T09:41:57.20107 kern.info: [ 0.030154] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] 2024-11-03T09:41:57.20108 kern.info: [ 0.030155] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] 2024-11-03T09:41:57.20108 kern.info: [ 0.030155] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] 2024-11-03T09:41:57.20109 kern.info: [ 0.030155] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] 2024-11-03T09:41:57.20109 kern.info: [ 0.030156] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] 2024-11-03T09:41:57.20110 kern.info: [ 0.030156] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] 2024-11-03T09:41:57.20111 kern.info: [ 0.030156] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff] 2024-11-03T09:41:57.20111 kern.info: [ 0.030157] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] 2024-11-03T09:41:57.20112 kern.info: [ 0.030158] [mem 0xd0000000-0xefffffff] available for PCI devices 2024-11-03T09:41:57.20112 kern.info: [ 0.030159] Booting paravirtualized kernel on bare hardware 2024-11-03T09:41:57.20113 kern.info: [ 0.030160] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns 2024-11-03T09:41:57.20113 kern.info: [ 0.032992] setup_percpu: NR_CPUS:256 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1 2024-11-03T09:41:57.20114 kern.debug: [ 0.033575] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152 2024-11-03T09:41:57.20114 kern.info: [ 0.033572] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144 2024-11-03T09:41:57.20115 kern.debug: [ 0.033577] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 2024-11-03T09:41:57.20116 kern.debug: [ 0.033582] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 2024-11-03T09:41:57.20117 kern.info: [ 0.033641] PCIe ASPM is disabled 2024-11-03T09:41:57.20117 kern.notice: [ 0.033594] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.57_1 root=UUID=c171631c-5789-4a5f-b02e-eb3a01b3bae0 ro loglevel=4 amdgpu.runpm=0 amdgpu.gpu_recovery=1 pcie_aspm=off amdgpu.ppfeaturemask=0xffffffff 2024-11-03T09:41:57.20118 kern.notice: [ 0.033648] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.6.57_1", will be passed to user space. 2024-11-03T09:41:57.20118 kern.notice: [ 0.033663] random: crng init done 2024-11-03T09:41:57.20119 kern.info: [ 0.035174] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) 2024-11-03T09:41:57.20120 kern.info: [ 0.035962] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) 2024-11-03T09:41:57.20120 kern.info: [ 0.036179] Fallback order for Node 0: 0 2024-11-03T09:41:57.20121 kern.info: [ 0.036182] Built 1 zonelists, mobility grouping on. Total pages: 8238739 2024-11-03T09:41:57.20121 kern.info: [ 0.036183] Policy zone: Normal 2024-11-03T09:41:57.20122 kern.info: [ 0.036304] mem auto-init: stack:all(zero), heap alloc:on, heap free:off 2024-11-03T09:41:57.20122 kern.info: [ 0.036335] software IO TLB: area num 32. 2024-11-03T09:41:57.20123 kern.info: [ 0.077313] Memory: 32696236K/33478692K available (16384K kernel code, 3312K rwdata, 11108K rodata, 3216K init, 3364K bss, 782196K reserved, 0K cma-reserved) 2024-11-03T09:41:57.20124 kern.info: [ 0.077475] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1 2024-11-03T09:41:57.20124 kern.info: [ 0.077492] ftrace: allocating 43389 entries in 170 pages 2024-11-03T09:41:57.20125 kern.info: [ 0.083586] ftrace: allocated 170 pages with 4 groups 2024-11-03T09:41:57.20126 kern.info: [ 0.084071] Dynamic Preempt: voluntary 2024-11-03T09:41:57.20126 kern.info: [ 0.084131] rcu: Preemptible hierarchical RCU implementation. 2024-11-03T09:41:57.20127 kern.info: [ 0.084132] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=32. 2024-11-03T09:41:57.20127 kern.info: [ 0.084133] Trampoline variant of Tasks RCU enabled. 2024-11-03T09:41:57.20128 kern.info: [ 0.084133] Rude variant of Tasks RCU enabled. 2024-11-03T09:41:57.20128 kern.info: [ 0.084133] Tracing variant of Tasks RCU enabled. 2024-11-03T09:41:57.20129 kern.info: [ 0.084133] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. 2024-11-03T09:41:57.20129 kern.info: [ 0.084134] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 2024-11-03T09:41:57.20130 kern.info: [ 0.085545] NR_IRQS: 16640, nr_irqs: 1224, preallocated irqs: 16 2024-11-03T09:41:57.20131 kern.info: [ 0.085712] rcu: srcu_init: Setting srcu_struct sizes based on contention. 2024-11-03T09:41:57.20131 kern.info: [ 0.085792] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) 2024-11-03T09:41:57.20132 kern.debug: [ 0.085919] spurious 8259A interrupt: IRQ7. 2024-11-03T09:41:57.20133 kern.info: [ 0.085934] Console: colour dummy device 80x25 2024-11-03T09:41:57.20133 kern.info: [ 0.085935] printk: console [tty0] enabled 2024-11-03T09:41:57.20134 kern.info: [ 0.085967] ACPI: Core revision 20230628 2024-11-03T09:41:57.20134 kern.info: [ 0.086053] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns 2024-11-03T09:41:57.20135 kern.info: [ 0.086069] APIC: Switch to symmetric I/O mode setup 2024-11-03T09:41:57.20135 kern.info: [ 0.086634] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 2024-11-03T09:41:57.20136 kern.info: [ 0.448020] x2apic: IRQ remapping doesn't support X2APIC mode 2024-11-03T09:41:57.20136 kern.info: [ 0.448041] APIC: Switched APIC routing to: physical flat 2024-11-03T09:41:57.20137 kern.info: [ 0.448901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-11-03T09:41:57.20137 kern.info: [ 0.453070] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3273237e830, max_idle_ns: 440795231912 ns 2024-11-03T09:41:57.20138 kern.info: [ 0.453074] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.90 BogoMIPS (lpj=3499952) 2024-11-03T09:41:57.20139 kern.info: [ 0.453084] x86/cpu: User Mode Instruction Prevention (UMIP) activated 2024-11-03T09:41:57.20139 kern.info: [ 0.453127] LVT offset 1 assigned for vector 0xf9 2024-11-03T09:41:57.20140 kern.info: [ 0.453271] LVT offset 2 assigned for vector 0xf4 2024-11-03T09:41:57.20140 kern.info: [ 0.453312] process: using mwait in idle threads 2024-11-03T09:41:57.20141 kern.info: [ 0.453313] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256 2024-11-03T09:41:57.20142 kern.info: [ 0.453314] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 2024-11-03T09:41:57.20142 kern.info: [ 0.453316] Spectre V1 : Mitigation: usercopy/swapgs barriers and user pointer sanitization 2024-11-03T09:41:57.20143 kern.info: [ 0.453317] Spectre V2 : Mitigation: Retpolines 2024-11-03T09:41:57.20143 kern.info: [ 0.453318] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch 2024-11-03T09:41:57.20144 kern.info: [ 0.453318] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT 2024-11-03T09:41:57.20144 kern.info: [ 0.453319] Spectre V2 : Enabling Restricted Speculation for firmware calls 2024-11-03T09:41:57.20146 kern.info: [ 0.453319] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier 2024-11-03T09:41:57.20147 kern.info: [ 0.453320] Spectre V2 : User space: Mitigation: STIBP always-on protection 2024-11-03T09:41:57.20148 kern.info: [ 0.453321] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl 2024-11-03T09:41:57.20148 kern.info: [ 0.453322] Speculative Return Stack Overflow: Mitigation: Safe RET 2024-11-03T09:41:57.20149 kern.info: [ 0.453325] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' 2024-11-03T09:41:57.20149 kern.info: [ 0.453326] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' 2024-11-03T09:41:57.20150 kern.info: [ 0.453326] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' 2024-11-03T09:41:57.20150 kern.info: [ 0.453327] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' 2024-11-03T09:41:57.20151 kern.info: [ 0.453327] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers' 2024-11-03T09:41:57.20151 kern.info: [ 0.453328] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 2024-11-03T09:41:57.20152 kern.info: [ 0.453329] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 2024-11-03T09:41:57.20153 kern.info: [ 0.453329] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16 2024-11-03T09:41:57.20153 kern.info: [ 0.453330] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format. 2024-11-03T09:41:57.20154 kern.info: [ 0.468760] Freeing SMP alternatives memory: 36K 2024-11-03T09:41:57.20154 kern.info: [ 0.468763] pid_max: default: 32768 minimum: 301 2024-11-03T09:41:57.20155 kern.info: [ 0.468816] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity 2024-11-03T09:41:57.20155 kern.info: [ 0.468854] landlock: Up and running. 2024-11-03T09:41:57.20156 kern.info: [ 0.468855] Yama: becoming mindful. 2024-11-03T09:41:57.20156 kern.info: [ 0.468909] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) 2024-11-03T09:41:57.20157 kern.info: [ 0.468935] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) 2024-11-03T09:41:57.20157 kern.info: [ 0.572446] smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2) 2024-11-03T09:41:57.20158 kern.info: [ 0.572625] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1. 2024-11-03T09:41:57.20159 kern.info: [ 0.572638] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1. 2024-11-03T09:41:57.20159 kern.info: [ 0.572655] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1. 2024-11-03T09:41:57.20160 kern.info: [ 0.572670] Performance Events: Fam17h+ core perfctr, AMD PMU driver. 2024-11-03T09:41:57.20160 kern.info: [ 0.572675] ... version: 0 2024-11-03T09:41:57.20161 kern.info: [ 0.572676] ... bit width: 48 2024-11-03T09:41:57.20161 kern.info: [ 0.572677] ... generic registers: 6 2024-11-03T09:41:57.20162 kern.info: [ 0.572677] ... value mask: 0000ffffffffffff 2024-11-03T09:41:57.20162 kern.info: [ 0.572678] ... max period: 00007fffffffffff 2024-11-03T09:41:57.20163 kern.info: [ 0.572679] ... fixed-purpose events: 0 2024-11-03T09:41:57.20164 kern.info: [ 0.572680] ... event mask: 000000000000003f 2024-11-03T09:41:57.20164 kern.info: [ 0.572765] signal: max sigframe size: 3376 2024-11-03T09:41:57.20165 kern.info: [ 0.572789] rcu: Hierarchical SRCU implementation. 2024-11-03T09:41:57.20165 kern.info: [ 0.572790] rcu: Max phase no-delay instances is 400. 2024-11-03T09:41:57.20166 kern.info: [ 0.574343] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. 2024-11-03T09:41:57.20166 kern.info: [ 0.574556] smp: Bringing up secondary CPUs ... 2024-11-03T09:41:57.20167 kern.info: [ 0.574657] smpboot: x86: Booting SMP configuration: 2024-11-03T09:41:57.20168 kern.info: [ 0.574658] .... node #0, CPUs: #1 (closed) #2 #3 (closed) #4 (closed) #5 (closed) #6 (closed) #7 (closed) #8 (closed) #9 (closed) #10 (closed) #11 (closed) 2024-11-03T09:41:57.20168 kern.info: [ 0.583177] Spectre V2 : Update user space SMT mitigation: STIBP always-on 2024-11-03T09:41:57.20169 kern.info: [ 0.588111] smp: Brought up 1 node, 12 CPUs 2024-11-03T09:41:57.20169 kern.info: [ 0.588111] smpboot: Max logical packages: 3 2024-11-03T09:41:57.20170 kern.info: [ 0.588111] smpboot: Total of 12 processors activated (83998.84 BogoMIPS) 2024-11-03T09:41:57.20170 kern.info: [ 0.590787] devtmpfs: initialized 2024-11-03T09:41:57.20171 kern.info: [ 0.590787] x86/mm: Memory block size: 128MB 2024-11-03T09:41:57.20171 kern.info: [ 0.594603] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes) 2024-11-03T09:41:57.20172 kern.info: [ 0.594603] ACPI: PM: Registering ACPI NVS region [mem 0xcb4fc000-0xccbfafff] (24113152 bytes) 2024-11-03T09:41:57.20173 kern.info: [ 0.595199] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns 2024-11-03T09:41:57.20173 kern.info: [ 0.595218] futex hash table entries: 8192 (order: 7, 524288 bytes, linear) 2024-11-03T09:41:57.20174 kern.info: [ 0.595285] pinctrl core: initialized pinctrl subsystem 2024-11-03T09:41:57.20174 kern.info: [ 0.595336] PM: RTC time: 08:41:50, date: 2024-11-03 2024-11-03T09:41:57.20175 kern.info: [ 0.595569] NET: Registered PF_NETLINK/PF_ROUTE protocol family 2024-11-03T09:41:57.20176 kern.info: [ 0.595860] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations 2024-11-03T09:41:57.20176 kern.info: [ 0.595985] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 2024-11-03T09:41:57.20177 kern.info: [ 0.596110] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 2024-11-03T09:41:57.20177 kern.info: [ 0.596118] audit: initializing netlink subsys (disabled) 2024-11-03T09:41:57.20178 kern.info: [ 0.596189] thermal_sys: Registered thermal governor 'bang_bang' 2024-11-03T09:41:57.20178 kern.notice: [ 0.596124] audit: type=2000 audit(1730623309.150:1): state=initialized audit_enabled=0 res=1 2024-11-03T09:41:57.20179 kern.info: [ 0.596190] thermal_sys: Registered thermal governor 'step_wise' 2024-11-03T09:41:57.20179 kern.info: [ 0.596191] thermal_sys: Registered thermal governor 'user_space' 2024-11-03T09:41:57.20180 kern.info: [ 0.596192] thermal_sys: Registered thermal governor 'power_allocator' 2024-11-03T09:41:57.20180 kern.info: [ 0.596206] cpuidle: using governor ladder 2024-11-03T09:41:57.20181 kern.info: [ 0.596206] cpuidle: using governor menu 2024-11-03T09:41:57.20182 kern.info: [ 0.596206] Detected 1 PCC Subspaces 2024-11-03T09:41:57.20182 kern.info: [ 0.596206] Registering PCC driver as Mailbox controller 2024-11-03T09:41:57.20183 kern.info: [ 0.596206] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 2024-11-03T09:41:57.20183 kern.info: [ 0.596234] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) 2024-11-03T09:41:57.20184 kern.info: [ 0.596242] PCI: Using configuration type 1 for base access 2024-11-03T09:41:57.20184 kern.info: [ 0.597113] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. 2024-11-03T09:41:57.20185 kern.info: [ 0.597229] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages 2024-11-03T09:41:57.20186 kern.info: [ 0.597230] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page 2024-11-03T09:41:57.20186 kern.info: [ 0.597232] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages 2024-11-03T09:41:57.20187 kern.info: [ 0.597233] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page 2024-11-03T09:41:57.20187 kern.info: [ 0.597471] ACPI: Added OSI(Module Device) 2024-11-03T09:41:57.20188 kern.info: [ 0.597471] ACPI: Added OSI(Processor Device) 2024-11-03T09:41:57.20189 kern.info: [ 0.597471] ACPI: Added OSI(3.0 SCP Extensions) 2024-11-03T09:41:57.20189 kern.info: [ 0.597471] ACPI: Added OSI(Processor Aggregator Device) 2024-11-03T09:41:57.20190 kern.info: [ 0.610312] ACPI: 12 ACPI AML tables successfully acquired and loaded 2024-11-03T09:41:57.20190 kern.notice: [ 0.612620] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored 2024-11-03T09:41:57.20191 kern.info: [ 0.617101] ACPI: OSC evaluation for CPUs failed, trying PDC 2024-11-03T09:41:57.20191 kern.info: [ 0.618057] ACPI: Interpreter enabled 2024-11-03T09:41:57.20192 kern.info: [ 0.618076] ACPI: PM: (supports S0 S3 S4 S5) 2024-11-03T09:41:57.20192 kern.info: [ 0.618077] ACPI: Using IOAPIC for interrupt routing 2024-11-03T09:41:57.20193 kern.info: [ 0.620019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-11-03T09:41:57.20194 kern.info: [ 0.620020] PCI: Ignoring E820 reservations for host bridge windows 2024-11-03T09:41:57.20194 kern.info: [ 0.620551] ACPI: Enabled 8 GPEs in block 00 to 1F 2024-11-03T09:41:57.20195 kern.info: [ 0.633030] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-11-03T09:41:57.20195 kern.info: [ 0.633035] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig Segments MSI HPX-Type3] 2024-11-03T09:41:57.20196 kern.info: [ 0.633037] acpi PNP0A08:00: OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] 2024-11-03T09:41:57.20196 kern.info: [ 0.633131] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge 2024-11-03T09:41:57.20197 kern.info: [ 0.633691] PCI host bridge to bus 0000:00 2024-11-03T09:41:57.20198 kern.info: [ 0.633693] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] 2024-11-03T09:41:57.20198 kern.info: [ 0.633695] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] 2024-11-03T09:41:57.20199 kern.info: [ 0.633696] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] 2024-11-03T09:41:57.20199 kern.info: [ 0.633698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] 2024-11-03T09:41:57.20200 kern.info: [ 0.633699] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] 2024-11-03T09:41:57.20200 kern.info: [ 0.633701] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window] 2024-11-03T09:41:57.20201 kern.info: [ 0.633703] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window] 2024-11-03T09:41:57.20201 kern.info: [ 0.633704] pci_bus 0000:00: root bus resource [bus 00-ff] 2024-11-03T09:41:57.20202 kern.info: [ 0.633723] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 2024-11-03T09:41:57.20203 kern.info: [ 0.633860] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 2024-11-03T09:41:57.20203 kern.info: [ 0.634003] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20204 kern.info: [ 0.634095] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 2024-11-03T09:41:57.20204 kern.info: [ 0.634195] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20205 kern.info: [ 0.634369] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 2024-11-03T09:41:57.20205 kern.info: [ 0.634468] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20206 kern.info: [ 0.634682] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20207 kern.info: [ 0.634776] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20207 kern.info: [ 0.634865] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 2024-11-03T09:41:57.20208 kern.info: [ 0.634963] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20208 kern.info: [ 0.635376] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20209 kern.info: [ 0.635471] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20210 kern.info: [ 0.635564] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20210 kern.info: [ 0.635653] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 2024-11-03T09:41:57.20211 kern.info: [ 0.635753] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20211 kern.info: [ 0.635922] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 2024-11-03T09:41:57.20212 kern.info: [ 0.636012] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 2024-11-03T09:41:57.20212 kern.info: [ 0.636119] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20213 kern.info: [ 0.636325] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 2024-11-03T09:41:57.20213 kern.info: [ 0.636487] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 2024-11-03T09:41:57.20214 kern.info: [ 0.636683] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 2024-11-03T09:41:57.20214 kern.info: [ 0.636727] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 2024-11-03T09:41:57.20215 kern.info: [ 0.636770] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 2024-11-03T09:41:57.20216 kern.info: [ 0.636813] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 2024-11-03T09:41:57.20216 kern.info: [ 0.636855] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 2024-11-03T09:41:57.20217 kern.info: [ 0.636899] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 2024-11-03T09:41:57.20217 kern.info: [ 0.636941] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 2024-11-03T09:41:57.20218 kern.info: [ 0.636984] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 2024-11-03T09:41:57.20219 kern.info: [ 0.637124] pci 0000:01:00.0: [15b7:5017] type 00 class 0x010802 2024-11-03T09:41:57.20219 kern.info: [ 0.637146] pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit] 2024-11-03T09:41:57.20220 kern.info: [ 0.637402] pci 0000:00:01.1: PCI bridge to [bus 01] 2024-11-03T09:41:57.20220 kern.info: [ 0.637408] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] 2024-11-03T09:41:57.20221 kern.info: [ 0.637497] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 2024-11-03T09:41:57.20221 kern.info: [ 0.637522] pci 0000:02:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit] 2024-11-03T09:41:57.20222 kern.info: [ 0.637651] pci 0000:02:00.0: PME# supported from D3hot D3cold 2024-11-03T09:41:57.20222 kern.info: [ 0.637828] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601 2024-11-03T09:41:57.20223 kern.info: [ 0.637895] pci 0000:02:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff] 2024-11-03T09:41:57.20223 kern.info: [ 0.637906] pci 0000:02:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref] 2024-11-03T09:41:57.20224 kern.info: [ 0.637970] pci 0000:02:00.1: PME# supported from D3hot D3cold 2024-11-03T09:41:57.20225 kern.info: [ 0.638088] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 2024-11-03T09:41:57.20225 kern.info: [ 0.638213] pci 0000:02:00.2: PME# supported from D3hot D3cold 2024-11-03T09:41:57.20226 kern.info: [ 0.638338] pci 0000:00:01.2: PCI bridge to [bus 02-2a] 2024-11-03T09:41:57.20226 kern.info: [ 0.638343] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20227 kern.info: [ 0.638346] pci 0000:00:01.2: bridge window [mem 0xfcb00000-0xfcdfffff] 2024-11-03T09:41:57.20227 kern.info: [ 0.638351] pci 0000:00:01.2: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20228 kern.info: [ 0.638511] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 2024-11-03T09:41:57.20229 kern.info: [ 0.638652] pci 0000:03:08.0: PME# supported from D3hot D3cold 2024-11-03T09:41:57.20229 kern.info: [ 0.638809] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 2024-11-03T09:41:57.20230 kern.info: [ 0.638949] pci 0000:03:09.0: PME# supported from D3hot D3cold 2024-11-03T09:41:57.20232 kern.info: [ 0.639113] pci 0000:02:00.2: PCI bridge to [bus 03-2a] 2024-11-03T09:41:57.20233 kern.info: [ 0.639121] pci 0000:02:00.2: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20234 kern.info: [ 0.639125] pci 0000:02:00.2: bridge window [mem 0xfcb00000-0xfccfffff] 2024-11-03T09:41:57.20234 kern.info: [ 0.639131] pci 0000:02:00.2: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20235 kern.info: [ 0.639248] pci 0000:29:00.0: [14c3:0616] type 00 class 0x028000 2024-11-03T09:41:57.20236 kern.info: [ 0.639288] pci 0000:29:00.0: reg 0x10: [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20236 kern.info: [ 0.639314] pci 0000:29:00.0: reg 0x18: [mem 0xfcc00000-0xfcc07fff 64bit] 2024-11-03T09:41:57.20237 kern.info: [ 0.639491] pci 0000:29:00.0: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20237 kern.info: [ 0.639712] pci 0000:03:08.0: PCI bridge to [bus 29] 2024-11-03T09:41:57.20238 kern.info: [ 0.639722] pci 0000:03:08.0: bridge window [mem 0xfcc00000-0xfccfffff] 2024-11-03T09:41:57.20238 kern.info: [ 0.639729] pci 0000:03:08.0: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20239 kern.info: [ 0.639823] pci 0000:2a:00.0: [10ec:8168] type 00 class 0x020000 2024-11-03T09:41:57.20239 kern.info: [ 0.639856] pci 0000:2a:00.0: reg 0x10: [io 0xf000-0xf0ff] 2024-11-03T09:41:57.20240 kern.info: [ 0.639901] pci 0000:2a:00.0: reg 0x18: [mem 0xfcb04000-0xfcb04fff 64bit] 2024-11-03T09:41:57.20241 kern.info: [ 0.639929] pci 0000:2a:00.0: reg 0x20: [mem 0xfcb00000-0xfcb03fff 64bit] 2024-11-03T09:41:57.20241 kern.info: [ 0.640117] pci 0000:2a:00.0: supports D1 D2 2024-11-03T09:41:57.20242 kern.info: [ 0.640118] pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold 2024-11-03T09:41:57.20242 kern.info: [ 0.640381] pci 0000:03:09.0: PCI bridge to [bus 2a] 2024-11-03T09:41:57.20243 kern.info: [ 0.640388] pci 0000:03:09.0: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20243 kern.info: [ 0.640393] pci 0000:03:09.0: bridge window [mem 0xfcb00000-0xfcbfffff] 2024-11-03T09:41:57.20244 kern.info: [ 0.640498] pci 0000:2b:00.0: [1002:67df] type 00 class 0x030000 2024-11-03T09:41:57.20244 kern.info: [ 0.640520] pci 0000:2b:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref] 2024-11-03T09:41:57.20245 kern.info: [ 0.640535] pci 0000:2b:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref] 2024-11-03T09:41:57.20246 kern.info: [ 0.640544] pci 0000:2b:00.0: reg 0x20: [io 0xe000-0xe0ff] 2024-11-03T09:41:57.20247 kern.info: [ 0.640554] pci 0000:2b:00.0: reg 0x24: [mem 0xfce00000-0xfce3ffff] 2024-11-03T09:41:57.20248 kern.info: [ 0.640564] pci 0000:2b:00.0: reg 0x30: [mem 0xfce40000-0xfce5ffff pref] 2024-11-03T09:41:57.20249 kern.info: [ 0.640596] pci 0000:2b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] 2024-11-03T09:41:57.20249 kern.info: [ 0.640677] pci 0000:2b:00.0: supports D1 D2 2024-11-03T09:41:57.20250 kern.info: [ 0.640678] pci 0000:2b:00.0: PME# supported from D1 D2 D3hot D3cold 2024-11-03T09:41:57.20250 kern.info: [ 0.640865] pci 0000:2b:00.1: [1002:aaf0] type 00 class 0x040300 2024-11-03T09:41:57.20251 kern.info: [ 0.640886] pci 0000:2b:00.1: reg 0x10: [mem 0xfce60000-0xfce63fff 64bit] 2024-11-03T09:41:57.20251 kern.info: [ 0.641001] pci 0000:2b:00.1: supports D1 D2 2024-11-03T09:41:57.20252 kern.info: [ 0.641121] pci 0000:00:03.1: PCI bridge to [bus 2b] 2024-11-03T09:41:57.20252 kern.info: [ 0.641125] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] 2024-11-03T09:41:57.20253 kern.info: [ 0.641128] pci 0000:00:03.1: bridge window [mem 0xfce00000-0xfcefffff] 2024-11-03T09:41:57.20254 kern.info: [ 0.641133] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] 2024-11-03T09:41:57.20254 kern.info: [ 0.641198] pci 0000:2c:00.0: [1022:148a] type 00 class 0x130000 2024-11-03T09:41:57.20255 kern.info: [ 0.641461] pci 0000:00:07.1: PCI bridge to [bus 2c] 2024-11-03T09:41:57.20255 kern.info: [ 0.641548] pci 0000:2d:00.0: [1022:1485] type 00 class 0x130000 2024-11-03T09:41:57.20256 kern.info: [ 0.641837] pci 0000:2d:00.1: [1022:1486] type 00 class 0x108000 2024-11-03T09:41:57.20257 kern.info: [ 0.641868] pci 0000:2d:00.1: reg 0x18: [mem 0xfc900000-0xfc9fffff] 2024-11-03T09:41:57.20257 kern.info: [ 0.641893] pci 0000:2d:00.1: reg 0x24: [mem 0xfca08000-0xfca09fff] 2024-11-03T09:41:57.20258 kern.info: [ 0.642096] pci 0000:2d:00.3: [1022:149c] type 00 class 0x0c0330 2024-11-03T09:41:57.20259 kern.info: [ 0.642116] pci 0000:2d:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit] 2024-11-03T09:41:57.20259 kern.info: [ 0.642231] pci 0000:2d:00.3: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20260 kern.info: [ 0.642389] pci 0000:2d:00.4: [1022:1487] type 00 class 0x040300 2024-11-03T09:41:57.20260 kern.info: [ 0.642405] pci 0000:2d:00.4: reg 0x10: [mem 0xfca00000-0xfca07fff] 2024-11-03T09:41:57.20261 kern.info: [ 0.642524] pci 0000:2d:00.4: PME# supported from D0 D3hot D3cold 2024-11-03T09:41:57.20261 kern.info: [ 0.642655] pci 0000:00:08.1: PCI bridge to [bus 2d] 2024-11-03T09:41:57.20262 kern.info: [ 0.642662] pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcafffff] 2024-11-03T09:41:57.20262 kern.info: [ 0.643201] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 2024-11-03T09:41:57.20263 kern.info: [ 0.643257] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 2024-11-03T09:41:57.20264 kern.info: [ 0.643304] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 2024-11-03T09:41:57.20264 kern.info: [ 0.643360] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 2024-11-03T09:41:57.20265 kern.info: [ 0.643411] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 2024-11-03T09:41:57.20265 kern.info: [ 0.643454] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 2024-11-03T09:41:57.20266 kern.info: [ 0.643496] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 2024-11-03T09:41:57.20266 kern.info: [ 0.643539] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 2024-11-03T09:41:57.20267 kern.info: [ 0.644504] iommu: Default domain type: Translated 2024-11-03T09:41:57.20267 kern.info: [ 0.644505] iommu: DMA domain TLB invalidation policy: lazy mode 2024-11-03T09:41:57.20268 kern.info: [ 0.644620] pps_core: LinuxPPS API ver. 1 registered 2024-11-03T09:41:57.20268 kern.info: [ 0.644621] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it 2024-11-03T09:41:57.20269 kern.info: [ 0.644624] PTP clock support registered 2024-11-03T09:41:57.20269 kern.info: [ 0.644633] EDAC MC: Ver: 3.0.0 2024-11-03T09:41:57.20270 kern.info: [ 0.645298] NetLabel: Initializing 2024-11-03T09:41:57.20270 kern.info: [ 0.645299] NetLabel: domain hash size = 128 2024-11-03T09:41:57.20271 kern.info: [ 0.645300] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 2024-11-03T09:41:57.20272 kern.info: [ 0.645316] NetLabel: unlabeled traffic allowed by default 2024-11-03T09:41:57.20272 kern.info: [ 0.645318] mctp: management component transport protocol core 2024-11-03T09:41:57.20273 kern.info: [ 0.645319] NET: Registered PF_MCTP protocol family 2024-11-03T09:41:57.20273 kern.info: [ 0.645322] PCI: Using ACPI for IRQ routing 2024-11-03T09:41:57.20274 kern.debug: [ 0.650285] PCI: pci_cache_line_size set to 64 bytes 2024-11-03T09:41:57.20275 kern.debug: [ 0.650368] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff] 2024-11-03T09:41:57.20275 kern.debug: [ 0.650370] e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff] 2024-11-03T09:41:57.20276 kern.debug: [ 0.650371] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] 2024-11-03T09:41:57.20277 kern.debug: [ 0.650372] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff] 2024-11-03T09:41:57.20277 kern.debug: [ 0.650374] e820: reserve RAM buffer [mem 0xcb118000-0xcbffffff] 2024-11-03T09:41:57.20278 kern.debug: [ 0.650375] e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff] 2024-11-03T09:41:57.20279 kern.debug: [ 0.650376] e820: reserve RAM buffer [mem 0x82f380000-0x82fffffff] 2024-11-03T09:41:57.20279 kern.info: [ 0.650392] pci 0000:2b:00.0: vgaarb: setting as boot VGA device 2024-11-03T09:41:57.20280 kern.info: [ 0.650392] pci 0000:2b:00.0: vgaarb: bridge control possible 2024-11-03T09:41:57.20281 kern.info: [ 0.650392] pci 0000:2b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none 2024-11-03T09:41:57.20281 kern.info: [ 0.650392] vgaarb: loaded 2024-11-03T09:41:57.20282 kern.info: [ 0.650392] hpet0: 3 comparators, 32-bit 14.318180 MHz counter 2024-11-03T09:41:57.20282 kern.info: [ 0.650392] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2024-11-03T09:41:57.20283 kern.info: [ 0.652132] clocksource: Switched to clocksource tsc-early 2024-11-03T09:41:57.20283 kern.notice: [ 0.652892] VFS: Disk quotas dquot_6.6.0 2024-11-03T09:41:57.20284 kern.info: [ 0.652908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-11-03T09:41:57.20284 kern.info: [ 0.652984] pnp: PnP ACPI init 2024-11-03T09:41:57.20285 kern.info: [ 0.653066] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved 2024-11-03T09:41:57.20285 kern.info: [ 0.653152] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved 2024-11-03T09:41:57.20286 kern.info: [ 0.653354] system 00:03: [io 0x0a00-0x0a0f] has been reserved 2024-11-03T09:41:57.20286 kern.info: [ 0.653356] system 00:03: [io 0x0a10-0x0a1f] has been reserved 2024-11-03T09:41:57.20287 kern.info: [ 0.653358] system 00:03: [io 0x0a20-0x0a2f] has been reserved 2024-11-03T09:41:57.20288 kern.debug: [ 0.653616] pnp 00:04: [dma 0 disabled] 2024-11-03T09:41:57.20288 kern.info: [ 0.653879] system 00:05: [io 0x04d0-0x04d1] has been reserved 2024-11-03T09:41:57.20289 kern.info: [ 0.653881] system 00:05: [io 0x040b] has been reserved 2024-11-03T09:41:57.20289 kern.info: [ 0.653882] system 00:05: [io 0x04d6] has been reserved 2024-11-03T09:41:57.20290 kern.info: [ 0.653884] system 00:05: [io 0x0c00-0x0c01] has been reserved 2024-11-03T09:41:57.20290 kern.info: [ 0.653886] system 00:05: [io 0x0c14] has been reserved 2024-11-03T09:41:57.20291 kern.info: [ 0.653887] system 00:05: [io 0x0c50-0x0c51] has been reserved 2024-11-03T09:41:57.20291 kern.info: [ 0.653889] system 00:05: [io 0x0c52] has been reserved 2024-11-03T09:41:57.20292 kern.info: [ 0.653890] system 00:05: [io 0x0c6c] has been reserved 2024-11-03T09:41:57.20292 kern.info: [ 0.653892] system 00:05: [io 0x0c6f] has been reserved 2024-11-03T09:41:57.20293 kern.info: [ 0.653893] system 00:05: [io 0x0cd8-0x0cdf] has been reserved 2024-11-03T09:41:57.20294 kern.info: [ 0.653895] system 00:05: [io 0x0800-0x089f] has been reserved 2024-11-03T09:41:57.20294 kern.info: [ 0.653896] system 00:05: [io 0x0b00-0x0b0f] has been reserved 2024-11-03T09:41:57.20295 kern.info: [ 0.653898] system 00:05: [io 0x0b20-0x0b3f] has been reserved 2024-11-03T09:41:57.20296 kern.info: [ 0.653899] system 00:05: [io 0x0900-0x090f] has been reserved 2024-11-03T09:41:57.20296 kern.info: [ 0.653901] system 00:05: [io 0x0910-0x091f] has been reserved 2024-11-03T09:41:57.20297 kern.info: [ 0.653903] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved 2024-11-03T09:41:57.20297 kern.info: [ 0.653904] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved 2024-11-03T09:41:57.20298 kern.info: [ 0.653906] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved 2024-11-03T09:41:57.20298 kern.info: [ 0.653909] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved 2024-11-03T09:41:57.20299 kern.info: [ 0.653910] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved 2024-11-03T09:41:57.20299 kern.info: [ 0.653913] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved 2024-11-03T09:41:57.20300 kern.info: [ 0.653916] system 00:05: [mem 0xff000000-0xffffffff] has been reserved 2024-11-03T09:41:57.20300 kern.info: [ 0.654521] pnp: PnP ACPI: found 6 devices 2024-11-03T09:41:57.20301 kern.info: [ 0.660521] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 2024-11-03T09:41:57.20301 kern.info: [ 0.660602] NET: Registered PF_INET protocol family 2024-11-03T09:41:57.20302 kern.info: [ 0.660705] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) 2024-11-03T09:41:57.20303 kern.info: [ 0.662520] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) 2024-11-03T09:41:57.20304 kern.info: [ 0.662543] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 2024-11-03T09:41:57.20304 kern.info: [ 0.662644] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) 2024-11-03T09:41:57.20305 kern.info: [ 0.662871] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) 2024-11-03T09:41:57.20305 kern.info: [ 0.662954] TCP: Hash tables configured (established 262144 bind 65536) 2024-11-03T09:41:57.20306 kern.info: [ 0.663082] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) 2024-11-03T09:41:57.20306 kern.info: [ 0.663127] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) 2024-11-03T09:41:57.20307 kern.info: [ 0.663180] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) 2024-11-03T09:41:57.20307 kern.info: [ 0.663261] NET: Registered PF_UNIX/PF_LOCAL protocol family 2024-11-03T09:41:57.20308 kern.info: [ 0.663266] NET: Registered PF_XDP protocol family 2024-11-03T09:41:57.20309 kern.info: [ 0.663275] pci 0000:00:01.1: PCI bridge to [bus 01] 2024-11-03T09:41:57.20309 kern.info: [ 0.663279] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] 2024-11-03T09:41:57.20310 kern.info: [ 0.663287] pci 0000:03:08.0: PCI bridge to [bus 29] 2024-11-03T09:41:57.20310 kern.info: [ 0.663293] pci 0000:03:08.0: bridge window [mem 0xfcc00000-0xfccfffff] 2024-11-03T09:41:57.20311 kern.info: [ 0.663297] pci 0000:03:08.0: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20311 kern.info: [ 0.663304] pci 0000:03:09.0: PCI bridge to [bus 2a] 2024-11-03T09:41:57.20312 kern.info: [ 0.663307] pci 0000:03:09.0: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20312 kern.info: [ 0.663312] pci 0000:03:09.0: bridge window [mem 0xfcb00000-0xfcbfffff] 2024-11-03T09:41:57.20313 kern.info: [ 0.663322] pci 0000:02:00.2: PCI bridge to [bus 03-2a] 2024-11-03T09:41:57.20313 kern.info: [ 0.663325] pci 0000:02:00.2: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20314 kern.info: [ 0.663330] pci 0000:02:00.2: bridge window [mem 0xfcb00000-0xfccfffff] 2024-11-03T09:41:57.20314 kern.info: [ 0.663334] pci 0000:02:00.2: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20315 kern.info: [ 0.663341] pci 0000:00:01.2: PCI bridge to [bus 02-2a] 2024-11-03T09:41:57.20316 kern.info: [ 0.663343] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] 2024-11-03T09:41:57.20317 kern.info: [ 0.663347] pci 0000:00:01.2: bridge window [mem 0xfcb00000-0xfcdfffff] 2024-11-03T09:41:57.20317 kern.info: [ 0.663350] pci 0000:00:01.2: bridge window [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20318 kern.info: [ 0.663356] pci 0000:00:03.1: PCI bridge to [bus 2b] 2024-11-03T09:41:57.20318 kern.info: [ 0.663358] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] 2024-11-03T09:41:57.20319 kern.info: [ 0.663362] pci 0000:00:03.1: bridge window [mem 0xfce00000-0xfcefffff] 2024-11-03T09:41:57.20319 kern.info: [ 0.663365] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] 2024-11-03T09:41:57.20320 kern.info: [ 0.663370] pci 0000:00:07.1: PCI bridge to [bus 2c] 2024-11-03T09:41:57.20320 kern.info: [ 0.663379] pci 0000:00:08.1: PCI bridge to [bus 2d] 2024-11-03T09:41:57.20321 kern.info: [ 0.663383] pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcafffff] 2024-11-03T09:41:57.20322 kern.info: [ 0.663390] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] 2024-11-03T09:41:57.20322 kern.info: [ 0.663392] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] 2024-11-03T09:41:57.20323 kern.info: [ 0.663393] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] 2024-11-03T09:41:57.20323 kern.info: [ 0.663394] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] 2024-11-03T09:41:57.20324 kern.info: [ 0.663396] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] 2024-11-03T09:41:57.20325 kern.info: [ 0.663397] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window] 2024-11-03T09:41:57.20325 kern.info: [ 0.663399] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window] 2024-11-03T09:41:57.20326 kern.info: [ 0.663400] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff] 2024-11-03T09:41:57.20326 kern.info: [ 0.663401] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] 2024-11-03T09:41:57.20327 kern.info: [ 0.663403] pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfcdfffff] 2024-11-03T09:41:57.20327 kern.info: [ 0.663404] pci_bus 0000:02: resource 2 [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20328 kern.info: [ 0.663405] pci_bus 0000:03: resource 0 [io 0xf000-0xffff] 2024-11-03T09:41:57.20328 kern.info: [ 0.663407] pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfccfffff] 2024-11-03T09:41:57.20329 kern.info: [ 0.663408] pci_bus 0000:03: resource 2 [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20330 kern.info: [ 0.663409] pci_bus 0000:29: resource 1 [mem 0xfcc00000-0xfccfffff] 2024-11-03T09:41:57.20330 kern.info: [ 0.663411] pci_bus 0000:29: resource 2 [mem 0xe0300000-0xe03fffff 64bit pref] 2024-11-03T09:41:57.20331 kern.info: [ 0.663412] pci_bus 0000:2a: resource 0 [io 0xf000-0xffff] 2024-11-03T09:41:57.20331 kern.info: [ 0.663413] pci_bus 0000:2a: resource 1 [mem 0xfcb00000-0xfcbfffff] 2024-11-03T09:41:57.20332 kern.info: [ 0.663414] pci_bus 0000:2b: resource 0 [io 0xe000-0xefff] 2024-11-03T09:41:57.20332 kern.info: [ 0.663416] pci_bus 0000:2b: resource 1 [mem 0xfce00000-0xfcefffff] 2024-11-03T09:41:57.20333 kern.info: [ 0.663417] pci_bus 0000:2b: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref] 2024-11-03T09:41:57.20333 kern.info: [ 0.663419] pci_bus 0000:2d: resource 1 [mem 0xfc800000-0xfcafffff] 2024-11-03T09:41:57.20334 kern.info: [ 0.663674] pci 0000:2b:00.1: D0 power state depends on 0000:2b:00.0 2024-11-03T09:41:57.20334 kern.info: [ 0.663875] PCI: CLS 64 bytes, default 64 2024-11-03T09:41:57.20335 kern.info: [ 0.663893] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported 2024-11-03T09:41:57.20335 kern.info: [ 0.663929] Trying to unpack rootfs image as initramfs... 2024-11-03T09:41:57.20336 kern.info: [ 0.663944] pci 0000:00:01.0: Adding to iommu group 0 2024-11-03T09:41:57.20337 kern.info: [ 0.663962] pci 0000:00:01.1: Adding to iommu group 1 2024-11-03T09:41:57.20337 kern.info: [ 0.663980] pci 0000:00:01.2: Adding to iommu group 2 2024-11-03T09:41:57.20338 kern.info: [ 0.664005] pci 0000:00:02.0: Adding to iommu group 3 2024-11-03T09:41:57.20338 kern.info: [ 0.664030] pci 0000:00:03.0: Adding to iommu group 4 2024-11-03T09:41:57.20339 kern.info: [ 0.664049] pci 0000:00:03.1: Adding to iommu group 5 2024-11-03T09:41:57.20339 kern.info: [ 0.664073] pci 0000:00:04.0: Adding to iommu group 6 2024-11-03T09:41:57.20340 kern.info: [ 0.664097] pci 0000:00:05.0: Adding to iommu group 7 2024-11-03T09:41:57.20340 kern.info: [ 0.664123] pci 0000:00:07.0: Adding to iommu group 8 2024-11-03T09:41:57.20341 kern.info: [ 0.664141] pci 0000:00:07.1: Adding to iommu group 9 2024-11-03T09:41:57.20341 kern.info: [ 0.664167] pci 0000:00:08.0: Adding to iommu group 10 2024-11-03T09:41:57.20342 kern.info: [ 0.664185] pci 0000:00:08.1: Adding to iommu group 11 2024-11-03T09:41:57.20343 kern.info: [ 0.664220] pci 0000:00:14.0: Adding to iommu group 12 2024-11-03T09:41:57.20343 kern.info: [ 0.664236] pci 0000:00:14.3: Adding to iommu group 12 2024-11-03T09:41:57.20344 kern.info: [ 0.664320] pci 0000:00:18.0: Adding to iommu group 13 2024-11-03T09:41:57.20344 kern.info: [ 0.664337] pci 0000:00:18.1: Adding to iommu group 13 2024-11-03T09:41:57.20345 kern.info: [ 0.664354] pci 0000:00:18.2: Adding to iommu group 13 2024-11-03T09:41:57.20346 kern.info: [ 0.664371] pci 0000:00:18.3: Adding to iommu group 13 2024-11-03T09:41:57.20347 kern.info: [ 0.664389] pci 0000:00:18.4: Adding to iommu group 13 2024-11-03T09:41:57.20347 kern.info: [ 0.664406] pci 0000:00:18.5: Adding to iommu group 13 2024-11-03T09:41:57.20348 kern.info: [ 0.664424] pci 0000:00:18.6: Adding to iommu group 13 2024-11-03T09:41:57.20349 kern.info: [ 0.664441] pci 0000:00:18.7: Adding to iommu group 13 2024-11-03T09:41:57.20349 kern.info: [ 0.664458] pci 0000:01:00.0: Adding to iommu group 14 2024-11-03T09:41:57.20350 kern.info: [ 0.664501] pci 0000:02:00.0: Adding to iommu group 15 2024-11-03T09:41:57.20350 kern.info: [ 0.664522] pci 0000:02:00.1: Adding to iommu group 15 2024-11-03T09:41:57.20351 kern.info: [ 0.664542] pci 0000:02:00.2: Adding to iommu group 15 2024-11-03T09:41:57.20351 kern.info: [ 0.664548] pci 0000:03:08.0: Adding to iommu group 15 2024-11-03T09:41:57.20352 kern.info: [ 0.664553] pci 0000:03:09.0: Adding to iommu group 15 2024-11-03T09:41:57.20352 kern.info: [ 0.664558] pci 0000:29:00.0: Adding to iommu group 15 2024-11-03T09:41:57.20353 kern.info: [ 0.664562] pci 0000:2a:00.0: Adding to iommu group 15 2024-11-03T09:41:57.20353 kern.info: [ 0.664623] pci 0000:2b:00.0: Adding to iommu group 16 2024-11-03T09:41:57.20354 kern.info: [ 0.664644] pci 0000:2b:00.1: Adding to iommu group 16 2024-11-03T09:41:57.20355 kern.info: [ 0.664662] pci 0000:2c:00.0: Adding to iommu group 17 2024-11-03T09:41:57.20355 kern.info: [ 0.664681] pci 0000:2d:00.0: Adding to iommu group 18 2024-11-03T09:41:57.20356 kern.info: [ 0.664702] pci 0000:2d:00.1: Adding to iommu group 19 2024-11-03T09:41:57.20356 kern.info: [ 0.664722] pci 0000:2d:00.3: Adding to iommu group 20 2024-11-03T09:41:57.20357 kern.info: [ 0.664741] pci 0000:2d:00.4: Adding to iommu group 21 2024-11-03T09:41:57.20357 kern.info: [ 0.667739] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 2024-11-03T09:41:57.20358 kern.info: [ 0.667740] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC 2024-11-03T09:41:57.20358 kern.info: [ 0.667747] AMD-Vi: Interrupt remapping enabled 2024-11-03T09:41:57.20359 kern.info: [ 0.667872] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-11-03T09:41:57.20359 kern.info: [ 0.667873] software IO TLB: mapped [mem 0x00000000c7118000-0x00000000cb118000] (64MB) 2024-11-03T09:41:57.20360 kern.info: [ 0.667931] LVT offset 0 assigned for vector 0x400 2024-11-03T09:41:57.20361 kern.info: [ 0.671473] perf: AMD IBS detected (0x000003ff) 2024-11-03T09:41:57.20361 kern.info: [ 0.671480] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). 2024-11-03T09:41:57.20362 kern.info: [ 0.672338] workingset: timestamp_bits=40 max_order=23 bucket_order=0 2024-11-03T09:41:57.20362 kern.notice: [ 0.672306] Initialise system trusted keyrings 2024-11-03T09:41:57.20363 kern.info: [ 0.672345] zbud: loaded 2024-11-03T09:41:57.20363 kern.notice: [ 0.679114] Key type asymmetric registered 2024-11-03T09:41:57.20364 kern.notice: [ 0.679116] Asymmetric key parser 'x509' registered 2024-11-03T09:41:57.20365 kern.info: [ 0.679127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) 2024-11-03T09:41:57.20365 kern.info: [ 0.679164] io scheduler mq-deadline registered 2024-11-03T09:41:57.20366 kern.info: [ 0.679165] io scheduler kyber registered 2024-11-03T09:41:57.20366 kern.info: [ 0.679174] io scheduler bfq registered 2024-11-03T09:41:57.20367 kern.info: [ 0.681503] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 2024-11-03T09:41:57.20368 kern.debug: [ 0.682079] Monitor-Mwait will be used to enter C-1 state 2024-11-03T09:41:57.20368 kern.info: [ 0.682067] Estimated ratio of average max frequency by base frequency (times 1024): 1165 2024-11-03T09:41:57.20369 kern.info: [ 0.682084] ACPI: _SB.PLTF.C000: Found 2 idle states 2024-11-03T09:41:57.20369 kern.info: [ 0.682221] ACPI: _SB.PLTF.C002: Found 2 idle states 2024-11-03T09:41:57.20370 kern.info: [ 0.682317] ACPI: _SB.PLTF.C004: Found 2 idle states 2024-11-03T09:41:57.20371 kern.info: [ 0.682437] ACPI: _SB.PLTF.C006: Found 2 idle states 2024-11-03T09:41:57.20371 kern.info: [ 0.682561] ACPI: _SB.PLTF.C008: Found 2 idle states 2024-11-03T09:41:57.20372 kern.info: [ 0.682686] ACPI: _SB.PLTF.C00A: Found 2 idle states 2024-11-03T09:41:57.20373 kern.info: [ 0.682862] ACPI: _SB.PLTF.C001: Found 2 idle states 2024-11-03T09:41:57.20373 kern.info: [ 0.682957] ACPI: _SB.PLTF.C003: Found 2 idle states 2024-11-03T09:41:57.20374 kern.info: [ 0.683075] ACPI: _SB.PLTF.C005: Found 2 idle states 2024-11-03T09:41:57.20374 kern.info: [ 0.683197] ACPI: _SB.PLTF.C007: Found 2 idle states 2024-11-03T09:41:57.20375 kern.info: [ 0.683321] ACPI: _SB.PLTF.C009: Found 2 idle states 2024-11-03T09:41:57.20375 kern.info: [ 0.683442] ACPI: _SB.PLTF.C00B: Found 2 idle states 2024-11-03T09:41:57.20376 kern.info: [ 0.683605] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled 2024-11-03T09:41:57.20376 kern.info: [ 0.704495] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 2024-11-03T09:41:57.20377 kern.info: [ 0.706249] nvme nvme0: pci function 0000:01:00.0 2024-11-03T09:41:57.20377 kern.info: [ 0.706313] e1000e: Intel(R) PRO/1000 Network Driver 2024-11-03T09:41:57.20378 kern.info: [ 0.706315] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. 2024-11-03T09:41:57.20379 kern.info: [ 0.706460] i8042: PNP: No PS/2 controller found. 2024-11-03T09:41:57.20379 kern.info: [ 0.706517] mousedev: PS/2 mouse device common for all mice 2024-11-03T09:41:57.20380 kern.info: [ 0.706547] rtc_cmos 00:02: RTC can wake from S4 2024-11-03T09:41:57.20380 kern.info: [ 0.706837] rtc_cmos 00:02: registered as rtc0 2024-11-03T09:41:57.20381 kern.info: [ 0.706873] rtc_cmos 00:02: setting system clock to 2024-11-03T08:41:50 UTC (1730623310) 2024-11-03T09:41:57.20381 kern.info: [ 0.706903] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram 2024-11-03T09:41:57.20382 kern.info: [ 0.706912] amd_pstate: driver load is disabled, boot with specific mode to enable this 2024-11-03T09:41:57.20382 kern.info: [ 0.707074] ledtrig-cpu: registered to indicate activity on CPUs 2024-11-03T09:41:57.20383 kern.info: [ 0.707105] vesafb: mode is 2560x1440x32, linelength=10240, pages=0 2024-11-03T09:41:57.20383 kern.info: [ 0.707106] vesafb: scrolling: redraw 2024-11-03T09:41:57.20384 kern.info: [ 0.707107] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 2024-11-03T09:41:57.20384 kern.info: [ 0.707113] vesafb: framebuffer at 0xd0000000, mapped to 0x00000000bd48be08, using 14400k, total 14400k 2024-11-03T09:41:57.20385 kern.info: [ 0.707151] fbcon: Deferring console take-over 2024-11-03T09:41:57.20386 kern.info: [ 0.707152] fb0: VESA VGA frame buffer device 2024-11-03T09:41:57.20386 kern.info: [ 0.715032] NET: Registered PF_INET6 protocol family 2024-11-03T09:41:57.20387 kern.info: [ 0.717545] nvme nvme0: allocated 32 MiB host memory buffer. 2024-11-03T09:41:57.20387 kern.info: [ 0.721266] nvme nvme0: 32/0/0 default/read/poll queues 2024-11-03T09:41:57.20388 kern.info: [ 0.726305] nvme0n1: p1 < p5 p6 > 2024-11-03T09:41:57.20388 kern.info: [ 1.094001] Freeing initrd memory: 87872K 2024-11-03T09:41:57.20389 kern.info: [ 1.097656] Segment Routing with IPv6 2024-11-03T09:41:57.20389 kern.info: [ 1.097658] RPL Segment Routing with IPv6 2024-11-03T09:41:57.20390 kern.info: [ 1.097669] In-situ OAM (IOAM) with IPv6 2024-11-03T09:41:57.20391 kern.info: [ 1.097697] NET: Registered PF_PACKET protocol family 2024-11-03T09:41:57.20391 kern.info: [ 1.098877] microcode: CPU0: patch_level=0x0a20120e 2024-11-03T09:41:57.20392 kern.info: [ 1.098878] microcode: CPU1: patch_level=0x0a20120e 2024-11-03T09:41:57.20392 kern.info: [ 1.098879] microcode: CPU6: patch_level=0x0a20120e 2024-11-03T09:41:57.20393 kern.info: [ 1.098880] microcode: CPU3: patch_level=0x0a20120e 2024-11-03T09:41:57.20393 kern.info: [ 1.098880] microcode: CPU4: patch_level=0x0a20120e 2024-11-03T09:41:57.20394 kern.info: [ 1.098881] microcode: CPU5: patch_level=0x0a20120e 2024-11-03T09:41:57.20394 kern.info: [ 1.098882] microcode: CPU7: patch_level=0x0a20120e 2024-11-03T09:41:57.20395 kern.info: [ 1.098882] microcode: CPU8: patch_level=0x0a20120e 2024-11-03T09:41:57.20396 kern.info: [ 1.098882] microcode: CPU2: patch_level=0x0a20120e 2024-11-03T09:41:57.20396 kern.info: [ 1.098883] microcode: CPU9: patch_level=0x0a20120e 2024-11-03T09:41:57.20397 kern.info: [ 1.098883] microcode: CPU10: patch_level=0x0a20120e 2024-11-03T09:41:57.20397 kern.info: [ 1.098884] microcode: CPU11: patch_level=0x0a20120e 2024-11-03T09:41:57.20398 kern.info: [ 1.098906] microcode: Microcode Update Driver: v2.2. 2024-11-03T09:41:57.20398 kern.info: [ 1.099005] resctrl: L3 allocation detected 2024-11-03T09:41:57.20399 kern.info: [ 1.099006] resctrl: MB allocation detected 2024-11-03T09:41:57.20399 kern.info: [ 1.099007] resctrl: L3 monitoring detected 2024-11-03T09:41:57.20400 kern.info: [ 1.099011] IPI shorthand broadcast: enabled 2024-11-03T09:41:57.20400 kern.info: [ 1.101160] sched_clock: Marking stable (740768861, 360334208)->(1129422109, -28319040) 2024-11-03T09:41:57.20401 kern.info: [ 1.101275] registered taskstats version 1 2024-11-03T09:41:57.20401 kern.notice: [ 1.101706] Loading compiled-in X.509 certificates 2024-11-03T09:41:57.20402 kern.notice: [ 1.103817] Loaded X.509 cert 'Build time autogenerated kernel key: db1fa880a15b42058f0d372ffed9cd14214929ce' 2024-11-03T09:41:57.20403 kern.notice: [ 1.106620] Key type .fscrypt registered 2024-11-03T09:41:57.20403 kern.notice: [ 1.106622] Key type fscrypt-provisioning registered 2024-11-03T09:41:57.20404 kern.info: [ 1.106904] PM: Magic number: 0:236:674 2024-11-03T09:41:57.20404 kern.info: [ 1.107350] clk: Disabling unused clocks 2024-11-03T09:41:57.20405 kern.info: [ 1.108309] Freeing unused decrypted memory: 2028K 2024-11-03T09:41:57.20405 kern.info: [ 1.108613] Freeing unused kernel image (initmem) memory: 3216K 2024-11-03T09:41:57.20406 kern.info: [ 1.108614] Write protecting the kernel read-only data: 28672k 2024-11-03T09:41:57.20406 kern.info: [ 1.108961] Freeing unused kernel image (rodata/data gap) memory: 1180K 2024-11-03T09:41:57.20407 kern.info: [ 1.149015] x86/mm: Checked W+X mappings: passed, no W+X pages found. 2024-11-03T09:41:57.20407 kern.info: [ 1.149019] Run /init as init process 2024-11-03T09:41:57.20408 kern.debug: [ 1.149020] with arguments: 2024-11-03T09:41:57.20408 kern.debug: [ 1.149021] /init 2024-11-03T09:41:57.20409 kern.debug: [ 1.149022] with environment: 2024-11-03T09:41:57.20410 kern.debug: [ 1.149023] HOME=/ 2024-11-03T09:41:57.20410 kern.debug: [ 1.149023] TERM=linux 2024-11-03T09:41:57.20411 kern.debug: [ 1.149024] BOOT_IMAGE=/boot/vmlinuz-6.6.57_1 2024-11-03T09:41:57.20411 kern.info: [ 1.212099] raid6: avx2x4 gen() 44330 MB/s 2024-11-03T09:41:57.20412 kern.info: [ 1.229098] raid6: avx2x2 gen() 40625 MB/s 2024-11-03T09:41:57.20413 kern.info: [ 1.246098] raid6: avx2x1 gen() 33678 MB/s 2024-11-03T09:41:57.20414 kern.info: [ 1.246099] raid6: using algorithm avx2x4 gen() 44330 MB/s 2024-11-03T09:41:57.20414 kern.info: [ 1.263097] raid6: .... xor() 7924 MB/s, rmw enabled 2024-11-03T09:41:57.20415 kern.info: [ 1.263098] raid6: using avx2x2 recovery algorithm 2024-11-03T09:41:57.20415 kern.info: [ 1.263831] xor: automatically using best checksumming function avx
2024-11-03T09:41:57.20416 kern.info: [ 1.333557] Btrfs loaded, zoned=yes, fsverity=no 2024-11-03T09:41:57.20416 kern.info: [ 1.410372] device-mapper: uevent: version 1.0.3 2024-11-03T09:41:57.20417 kern.info: [ 1.410435] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com 2024-11-03T09:41:57.20419 kern.info: [ 1.462995] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 2024-11-03T09:41:57.20420 kern.info: [ 1.463049] ACPI: button: Power Button [PWRB] 2024-11-03T09:41:57.20421 kern.info: [ 1.463145] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 2024-11-03T09:41:57.20421 kern.info: [ 1.468389] ACPI: button: Power Button [PWRF] 2024-11-03T09:41:57.20422 kern.info: [ 1.471891] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver 2024-11-03T09:41:57.20422 kern.info: [ 1.471957] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address 2024-11-03T09:41:57.20423 kern.info: [ 1.472116] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0) 2024-11-03T09:41:57.20423 kern.info: [ 1.472664] Linux agpgart interface v0.103 2024-11-03T09:41:57.20424 kern.info: [ 1.480217] cryptd: max_cpu_qlen set to 1000 2024-11-03T09:41:57.20424 kern.notice: [ 1.479656] SCSI subsystem initialized 2024-11-03T09:41:57.20425 kern.notice: [ 1.480478] ccp 0000:2d:00.1: ccp: unable to access the device: you might be running a broken BIOS. 2024-11-03T09:41:57.20425 kern.notice: [ 1.480501] ccp 0000:2d:00.1: psp enabled 2024-11-03T09:41:57.20426 kern.info: [ 1.492775] ACPI: bus type USB registered 2024-11-03T09:41:57.20426 kern.info: [ 1.492822] usbcore: registered new interface driver usbfs 2024-11-03T09:41:57.20427 kern.info: [ 1.492867] usbcore: registered new interface driver hub 2024-11-03T09:41:57.20427 kern.info: [ 1.492893] usbcore: registered new device driver usb 2024-11-03T09:41:57.20428 kern.info: [ 1.506556] ACPI: bus type drm_connector registered 2024-11-03T09:41:57.20429 kern.info: [ 1.509617] AVX2 version of gcm_enc/dec engaged. 2024-11-03T09:41:57.20429 kern.info: [ 1.509649] AES CTR mode by8 optimization enabled 2024-11-03T09:41:57.20430 kern.debug: [ 1.509834] libata version 3.00 loaded. 2024-11-03T09:41:57.20430 kern.debug: [ 1.514292] ahci 0000:02:00.1: version 3.0 2024-11-03T09:41:57.20431 kern.info: [ 1.515782] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled 2024-11-03T09:41:57.20432 kern.info: [ 1.515835] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode 2024-11-03T09:41:57.20432 kern.info: [ 1.515838] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 2024-11-03T09:41:57.20433 kern.info: [ 1.516484] scsi host0: ahci 2024-11-03T09:41:57.20433 kern.info: [ 1.516638] scsi host1: ahci 2024-11-03T09:41:57.20434 kern.info: [ 1.516750] scsi host2: ahci 2024-11-03T09:41:57.20434 kern.info: [ 1.516852] scsi host3: ahci 2024-11-03T09:41:57.20435 kern.info: [ 1.516952] scsi host4: ahci 2024-11-03T09:41:57.20435 kern.info: [ 1.517056] scsi host5: ahci 2024-11-03T09:41:57.20436 kern.info: [ 1.517114] ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 75 2024-11-03T09:41:57.20436 kern.info: [ 1.517117] ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 75 2024-11-03T09:41:57.20437 kern.info: [ 1.517119] ata3: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80200 irq 75 2024-11-03T09:41:57.20438 kern.info: [ 1.517120] ata4: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80280 irq 75 2024-11-03T09:41:57.20438 kern.info: [ 1.517122] ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 75 2024-11-03T09:41:57.20439 kern.info: [ 1.517124] ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 75 2024-11-03T09:41:57.20439 kern.info: [ 1.693349] tsc: Refined TSC clocksource calibration: 3500.000 MHz 2024-11-03T09:41:57.20440 kern.info: [ 1.693357] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3273517a200, max_idle_ns: 440795369676 ns 2024-11-03T09:41:57.20441 kern.info: [ 1.693667] clocksource: Switched to clocksource tsc 2024-11-03T09:41:57.20441 kern.info: [ 1.827004] ata1: SATA link down (SStatus 0 SControl 330) 2024-11-03T09:41:57.20442 kern.info: [ 2.131028] ata2: SATA link down (SStatus 0 SControl 330) 2024-11-03T09:41:57.20442 kern.info: [ 2.435350] ata3: SATA link down (SStatus 0 SControl 300) 2024-11-03T09:41:57.20443 kern.info: [ 2.901670] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 2024-11-03T09:41:57.20444 kern.info: [ 2.904554] ata4.00: ATA-9: CT240BX500SSD1, M6CR013, max UDMA/133 2024-11-03T09:41:57.20444 kern.info: [ 2.906159] ata4.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA 2024-11-03T09:41:57.20445 kern.info: [ 2.911618] ata4.00: Features: Dev-Sleep 2024-11-03T09:41:57.20445 kern.info: [ 2.923921] ata4.00: configured for UDMA/133 2024-11-03T09:41:57.20447 kern.info: [ 3.235248] ata5: SATA link down (SStatus 0 SControl 330) 2024-11-03T09:41:57.20447 kern.notice: [ 2.924060] scsi 3:0:0:0: Direct-Access ATA CT240BX500SSD1 R013 PQ: 0 ANSI: 5 2024-11-03T09:41:57.20448 kern.info: [ 3.547239] ata6: SATA link down (SStatus 0 SControl 330) 2024-11-03T09:41:57.20448 kern.info: [ 3.551497] xhci_hcd 0000:02:00.0: xHCI Host Controller 2024-11-03T09:41:57.20449 kern.info: [ 3.551503] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1 2024-11-03T09:41:57.20449 kern.notice: [ 3.554592] sd 3:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB) 2024-11-03T09:41:57.20450 kern.debug: [ 3.554604] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 2024-11-03T09:41:57.20450 kern.notice: [ 3.554601] sd 3:0:0:0: [sda] Write Protect is off 2024-11-03T09:41:57.20451 kern.notice: [ 3.554617] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2024-11-03T09:41:57.20452 kern.info: [ 3.554636] sd 3:0:0:0: [sda] Preferred minimum I/O size 512 bytes 2024-11-03T09:41:57.20452 kern.info: [ 3.555611] sda: sda1 < sda5 sda6 sda7 > 2024-11-03T09:41:57.20453 kern.info: [ 3.595534] EXT4-fs (nvme0n1p5): orphan cleanup on readonly fs 2024-11-03T09:41:57.20453 kern.notice: [ 3.555770] sd 3:0:0:0: [sda] Attached SCSI disk 2024-11-03T09:41:57.20454 kern.info: [ 3.595818] EXT4-fs (nvme0n1p5): mounted filesystem c171631c-5789-4a5f-b02e-eb3a01b3bae0 ro with ordered data mode. Quota mode: none. 2024-11-03T09:41:57.20454 kern.info: [ 3.606946] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410 2024-11-03T09:41:57.20455 kern.info: [ 3.607409] xhci_hcd 0000:02:00.0: xHCI Host Controller 2024-11-03T09:41:57.20456 kern.info: [ 3.607413] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 2024-11-03T09:41:57.20456 kern.info: [ 3.607417] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed 2024-11-03T09:41:57.20457 kern.info: [ 3.607480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 2024-11-03T09:41:57.20457 kern.info: [ 3.607482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2024-11-03T09:41:57.20458 kern.info: [ 3.607483] usb usb1: Product: xHCI Host Controller 2024-11-03T09:41:57.20458 kern.info: [ 3.607485] usb usb1: Manufacturer: Linux 6.6.57_1 xhci-hcd 2024-11-03T09:41:57.20459 kern.info: [ 3.607486] usb usb1: SerialNumber: 0000:02:00.0 2024-11-03T09:41:57.20460 kern.info: [ 3.607638] hub 1-0:1.0: USB hub found 2024-11-03T09:41:57.20460 kern.info: [ 3.607654] hub 1-0:1.0: 10 ports detected 2024-11-03T09:41:57.20461 kern.info: [ 3.608094] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 2024-11-03T09:41:57.20461 kern.info: [ 3.608120] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 2024-11-03T09:41:57.20462 kern.info: [ 3.608122] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2024-11-03T09:41:57.20463 kern.info: [ 3.608123] usb usb2: Product: xHCI Host Controller 2024-11-03T09:41:57.20463 kern.info: [ 3.608124] usb usb2: Manufacturer: Linux 6.6.57_1 xhci-hcd 2024-11-03T09:41:57.20464 kern.info: [ 3.608125] usb usb2: SerialNumber: 0000:02:00.0 2024-11-03T09:41:57.20464 kern.info: [ 3.608232] hub 2-0:1.0: USB hub found 2024-11-03T09:41:57.20465 kern.info: [ 3.608242] hub 2-0:1.0: 4 ports detected 2024-11-03T09:41:57.20465 kern.info: [ 3.608550] xhci_hcd 0000:2d:00.3: xHCI Host Controller 2024-11-03T09:41:57.20466 kern.info: [ 3.608555] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 3 2024-11-03T09:41:57.20467 kern.info: [ 3.608669] xhci_hcd 0000:2d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 2024-11-03T09:41:57.20467 kern.info: [ 3.609056] xhci_hcd 0000:2d:00.3: xHCI Host Controller 2024-11-03T09:41:57.20468 kern.info: [ 3.609059] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 4 2024-11-03T09:41:57.20468 kern.info: [ 3.609062] xhci_hcd 0000:2d:00.3: Host supports USB 3.1 Enhanced SuperSpeed 2024-11-03T09:41:57.20469 kern.info: [ 3.609096] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 2024-11-03T09:41:57.20469 kern.info: [ 3.609098] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2024-11-03T09:41:57.20470 kern.info: [ 3.609100] usb usb3: Product: xHCI Host Controller 2024-11-03T09:41:57.20470 kern.info: [ 3.609101] usb usb3: Manufacturer: Linux 6.6.57_1 xhci-hcd 2024-11-03T09:41:57.20471 kern.info: [ 3.609102] usb usb3: SerialNumber: 0000:2d:00.3 2024-11-03T09:41:57.20471 kern.info: [ 3.609220] hub 3-0:1.0: USB hub found 2024-11-03T09:41:57.20472 kern.info: [ 3.609228] hub 3-0:1.0: 4 ports detected 2024-11-03T09:41:57.20472 kern.info: [ 3.609440] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. 2024-11-03T09:41:57.20473 kern.info: [ 3.609464] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 2024-11-03T09:41:57.20474 kern.info: [ 3.609466] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2024-11-03T09:41:57.20474 kern.info: [ 3.609467] usb usb4: Product: xHCI Host Controller 2024-11-03T09:41:57.20475 kern.info: [ 3.609469] usb usb4: Manufacturer: Linux 6.6.57_1 xhci-hcd 2024-11-03T09:41:57.20475 kern.info: [ 3.609470] usb usb4: SerialNumber: 0000:2d:00.3 2024-11-03T09:41:57.20476 kern.info: [ 3.609573] hub 4-0:1.0: USB hub found 2024-11-03T09:41:57.20476 kern.info: [ 3.609581] hub 4-0:1.0: 4 ports detected 2024-11-03T09:41:57.20477 kern.info: [ 3.640382] EXT4-fs (nvme0n1p5): unmounting filesystem c171631c-5789-4a5f-b02e-eb3a01b3bae0. 2024-11-03T09:41:57.20480 kern.info: [ 3.664841] EXT4-fs (nvme0n1p5): orphan cleanup on readonly fs 2024-11-03T09:41:57.20481 kern.info: [ 3.665123] EXT4-fs (nvme0n1p5): mounted filesystem c171631c-5789-4a5f-b02e-eb3a01b3bae0 ro with ordered data mode. Quota mode: none. 2024-11-03T09:41:57.20482 kern.info: [ 3.847341] usb 3-4: new full-speed USB device number 2 using xhci_hcd 2024-11-03T09:41:57.20482 kern.info: [ 3.909341] usb 1-6: new low-speed USB device number 2 using xhci_hcd 2024-11-03T09:41:57.20483 kern.info: [ 3.991091] usb 3-4: New USB device found, idVendor=09da, idProduct=f613, bcdDevice=99.00 2024-11-03T09:41:57.20483 kern.info: [ 3.991094] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 2024-11-03T09:41:57.20484 kern.info: [ 3.991096] usb 3-4: Product: USB Device 2024-11-03T09:41:57.20484 kern.info: [ 3.991097] usb 3-4: Manufacturer: COMPANY 2024-11-03T09:41:57.20485 kern.info: [ 4.210921] usb 1-6: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.10 2024-11-03T09:41:57.20486 kern.info: [ 4.210924] usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0 2024-11-03T09:41:57.20486 kern.info: [ 4.210926] usb 1-6: Product: Dell KB216 Wired Keyboard 2024-11-03T09:41:57.20487 kern.info: [ 4.394342] usb 1-7: new high-speed USB device number 3 using xhci_hcd 2024-11-03T09:41:57.20488 kern.info: [ 4.606084] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70 2024-11-03T09:41:57.20489 kern.info: [ 4.606086] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0 2024-11-03T09:41:57.20489 kern.info: [ 4.606088] usb 1-7: Product: USB2.0 Hub 2024-11-03T09:41:57.20490 kern.info: [ 4.613118] hub 1-7:1.0: USB hub found 2024-11-03T09:41:57.20490 kern.info: [ 4.617073] hub 1-7:1.0: 4 ports detected 2024-11-03T09:41:57.20491 kern.info: [ 4.812340] usb 1-8: new full-speed USB device number 4 using xhci_hcd 2024-11-03T09:41:57.20491 kern.info: [ 4.922723] [drm] amdgpu kernel modesetting enabled. 2024-11-03T09:41:57.20492 kern.info: [ 4.930026] amdgpu: Virtual CRAT table created for CPU 2024-11-03T09:41:57.20492 kern.info: [ 4.930042] amdgpu: Topology: Add CPU node 2024-11-03T09:41:57.20493 kern.info: [ 4.930180] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x174B:0xE347 0xC7). 2024-11-03T09:41:57.20493 kern.info: [ 4.930188] [drm] register mmio base: 0xFCE00000 2024-11-03T09:41:57.20494 kern.info: [ 4.930189] [drm] register mmio size: 262144 2024-11-03T09:41:57.20494 kern.info: [ 4.930224] [drm] add ip block number 0 <vi_common> 2024-11-03T09:41:57.20495 kern.info: [ 4.930226] [drm] add ip block number 1 <gmc_v8_0> 2024-11-03T09:41:57.20496 kern.info: [ 4.930227] [drm] add ip block number 2 <tonga_ih> 2024-11-03T09:41:57.20496 kern.info: [ 4.930228] [drm] add ip block number 3 <gfx_v8_0> 2024-11-03T09:41:57.20497 kern.info: [ 4.930229] [drm] add ip block number 4 <sdma_v3_0> 2024-11-03T09:41:57.20497 kern.info: [ 4.930230] [drm] add ip block number 5 2024-11-03T09:41:57.20498 kern.info: [ 4.930231] [drm] add ip block number 6 2024-11-03T09:41:57.20498 kern.info: [ 4.930232] [drm] add ip block number 7 <uvd_v6_0> 2024-11-03T09:41:57.20499 kern.info: [ 4.930233] [drm] add ip block number 8 <vce_v3_0> 2024-11-03T09:41:57.20499 kern.info: [ 4.930414] amdgpu 0000:2b:00.0: No more image in the PCI ROM 2024-11-03T09:41:57.20500 kern.info: [ 4.930428] amdgpu 0000:2b:00.0: amdgpu: Fetched VBIOS from ROM BAR 2024-11-03T09:41:57.20500 kern.info: [ 4.930430] amdgpu: ATOM BIOS: 113-2E3470U.X5W 2024-11-03T09:41:57.20501 kern.info: [ 4.930440] [drm] UVD is enabled in VM mode 2024-11-03T09:41:57.20501 kern.info: [ 4.930441] [drm] UVD ENC is enabled in VM mode 2024-11-03T09:41:57.20502 kern.info: [ 4.930443] [drm] VCE enabled in VM mode 2024-11-03T09:41:57.20502 kern.info: [ 4.930508] amdgpu 0000:2b:00.0: vgaarb: deactivate vga console 2024-11-03T09:41:57.20503 kern.info: [ 4.930510] amdgpu 0000:2b:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported 2024-11-03T09:41:57.20504 kern.info: [ 4.930533] [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit 2024-11-03T09:41:57.20504 kern.info: [ 4.930587] amdgpu 0000:2b:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used) 2024-11-03T09:41:57.20505 kern.info: [ 4.930590] amdgpu 0000:2b:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF 2024-11-03T09:41:57.20505 kern.info: [ 4.930595] [drm] Detected VRAM RAM=8192M, BAR=256M 2024-11-03T09:41:57.20506 kern.info: [ 4.930597] [drm] RAM width 256bits GDDR5 2024-11-03T09:41:57.20506 kern.info: [ 4.930682] [drm] amdgpu: 8192M of VRAM memory ready 2024-11-03T09:41:57.20507 kern.info: [ 4.930684] [drm] amdgpu: 16011M of GTT memory ready. 2024-11-03T09:41:57.20507 kern.info: [ 4.930695] [drm] GART: num cpu pages 65536, num gpu pages 65536 2024-11-03T09:41:57.20508 kern.info: [ 4.932897] [drm] PCIE GART of 256M enabled (table at 0x000000F400E80000). 2024-11-03T09:41:57.20509 kern.info: [ 4.933045] [drm] Chained IB support enabled! 2024-11-03T09:41:57.20509 kern.info: [ 4.933799] amdgpu: hwmgr_sw_init smu backed is polaris10_smu 2024-11-03T09:41:57.20510 kern.info: [ 4.934031] [drm] Found UVD firmware Version: 1.130 Family ID: 16 2024-11-03T09:41:57.20511 kern.info: [ 4.934564] [drm] Found VCE firmware Version: 53.26 Binary ID: 3 2024-11-03T09:41:57.20511 kern.info: [ 5.003142] [drm] Display Core v3.2.247 initialized on DCE 11.2 2024-11-03T09:41:57.20512 kern.info: [ 5.099879] usb 1-8: New USB device found, idVendor=1462, idProduct=7c95, bcdDevice= 0.01 2024-11-03T09:41:57.20512 kern.info: [ 5.099882] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3 2024-11-03T09:41:57.20513 kern.info: [ 5.099884] usb 1-8: Product: MYSTIC LIGHT 2024-11-03T09:41:57.20514 kern.info: [ 5.099886] usb 1-8: Manufacturer: MSI 2024-11-03T09:41:57.20514 kern.info: [ 5.099888] usb 1-8: SerialNumber: A02021090806 2024-11-03T09:41:57.20515 kern.info: [ 5.163807] [drm] UVD and UVD ENC initialized successfully. 2024-11-03T09:41:57.20515 kern.info: [ 5.264740] [drm] VCE initialized successfully. 2024-11-03T09:41:57.20516 kern.info: [ 5.266197] kfd kfd: amdgpu: Allocated 3969056 bytes on gart 2024-11-03T09:41:57.20516 kern.info: [ 5.266205] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1 2024-11-03T09:41:57.20517 kern.info: [ 5.266294] amdgpu: Virtual CRAT table created for GPU 2024-11-03T09:41:57.20517 kern.info: [ 5.266435] amdgpu: Topology: Add dGPU node [0x67df:0x1002] 2024-11-03T09:41:57.20518 kern.info: [ 5.266436] kfd kfd: amdgpu: added device 1002:67df 2024-11-03T09:41:57.20518 kern.info: [ 5.266452] amdgpu 0000:2b:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36 2024-11-03T09:41:57.20519 kern.info: [ 5.270917] [drm] Initialized amdgpu 3.54.0 20150101 for 0000:2b:00.0 on minor 0 2024-11-03T09:41:57.20520 kern.info: [ 5.285667] usb 1-9: new high-speed USB device number 5 using xhci_hcd 2024-11-03T09:41:57.20520 kern.info: [ 5.287984] fbcon: amdgpudrmfb (fb0) is primary device 2024-11-03T09:41:57.20521 kern.info: [ 5.287985] fbcon: Deferring console take-over 2024-11-03T09:41:57.20521 kern.info: [ 5.287987] amdgpu 0000:2b:00.0: [drm] fb0: amdgpudrmfb frame buffer device 2024-11-03T09:41:57.20522 kern.info: [ 5.326885] fbcon: Taking over console 2024-11-03T09:41:57.20523 kern.info: [ 5.428923] Console: switching to colour frame buffer device 160x45 2024-11-03T09:41:57.20523 kern.info: [ 5.508065] usb 1-9: New USB device found, idVendor=0e8d, idProduct=0616, bcdDevice= 1.00 2024-11-03T09:41:57.20524 kern.info: [ 5.508070] usb 1-9: New USB device strings: Mfr=5, Product=6, SerialNumber=7 2024-11-03T09:41:57.20524 kern.info: [ 5.508073] usb 1-9: Product: Wireless_Device 2024-11-03T09:41:57.20525 kern.info: [ 5.508075] usb 1-9: Manufacturer: MediaTek Inc. 2024-11-03T09:41:57.20526 kern.info: [ 5.508077] usb 1-9: SerialNumber: 000000000 2024-11-03T09:41:57.20526 kern.info: [ 5.532837] fuse: init (API version 7.39) 2024-11-03T09:41:57.20527 kern.info: [ 5.538935] Non-volatile memory driver v1.3 2024-11-03T09:41:57.20527 kern.info: [ 5.544232] loop: module loaded 2024-11-03T09:41:57.20528 kern.info: [ 5.547435] tun: Universal TUN/TAP device driver, 1.6 2024-11-03T09:41:57.20528 kern.info: [ 5.550839] PPP generic driver version 2.4.2 2024-11-03T09:41:57.20529 kern.info: [ 5.560631] hid: raw HID events driver (C) Jiri Kosina 2024-11-03T09:41:57.20529 kern.info: [ 5.567728] VFIO - User Level meta-driver version: 0.3 2024-11-03T09:41:57.20530 kern.info: [ 5.604172] Bluetooth: Core ver 2.22 2024-11-03T09:41:57.20530 kern.info: [ 5.604180] NET: Registered PF_BLUETOOTH protocol family 2024-11-03T09:41:57.20531 kern.info: [ 5.604181] Bluetooth: HCI device and connection manager initialized 2024-11-03T09:41:57.20531 kern.info: [ 5.604184] Bluetooth: HCI socket layer initialized 2024-11-03T09:41:57.20532 kern.info: [ 5.604186] Bluetooth: L2CAP socket layer initialized 2024-11-03T09:41:57.20532 kern.info: [ 5.604189] Bluetooth: SCO socket layer initialized 2024-11-03T09:41:57.20533 kern.info: [ 5.614455] NET: Registered PF_VSOCK protocol family 2024-11-03T09:41:57.20534 kern.notice: [ 5.640097] sd 3:0:0:0: Attached scsi generic sg0 type 0 2024-11-03T09:41:57.20536 kern.info: [ 5.689104] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 2024-11-03T09:41:57.20536 kern.info: [ 5.689109] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection 2024-11-03T09:41:57.20537 kern.info: [ 5.692043] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 2024-11-03T09:41:57.20537 kern.info: [ 5.695687] input: PC Speaker as /devices/platform/pcspkr/input/input2 2024-11-03T09:41:57.20538 kern.info: [ 5.710382] tpm_crb MSFT0101:00: Disabling hwrng 2024-11-03T09:41:57.20538 kern.info: [ 5.717539] r8169 0000:2a:00.0 eth0: RTL8168h/8111h, d8:43:ae:2d:4b:55, XID 541, IRQ 95 2024-11-03T09:41:57.20539 kern.info: [ 5.717543] r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] 2024-11-03T09:41:57.20539 kern.info: [ 5.719394] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer 2024-11-03T09:41:57.20540 kern.info: [ 5.719396] RAPL PMU: hw unit of domain package 2^-16 Joules 2024-11-03T09:41:57.20541 kern.info: [ 5.727451] r8169 0000:2a:00.0 enp42s0: renamed from eth0 2024-11-03T09:41:57.20541 kern.info: [ 5.745777] usbcore: registered new interface driver btusb 2024-11-03T09:41:57.20542 kern.info: [ 5.748818] snd_hda_intel 0000:2b:00.1: Handle vga_switcheroo audio client 2024-11-03T09:41:57.20542 kern.info: [ 5.748821] snd_hda_intel 0000:2b:00.1: Force to non-snoop mode 2024-11-03T09:41:57.20543 kern.info: [ 5.755411] snd_hda_intel 0000:2b:00.1: bound 0000:2b:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) 2024-11-03T09:41:57.20543 kern.info: [ 5.757230] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240716163633 2024-11-03T09:41:57.20544 kern.info: [ 5.758922] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input3 2024-11-03T09:41:57.20545 kern.info: [ 5.759016] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input4 2024-11-03T09:41:57.20545 kern.notice: [ 5.759012] cfg80211: Loading compiled-in X.509 certificates for regulatory database 2024-11-03T09:41:57.20546 kern.info: [ 5.759781] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input5 2024-11-03T09:41:57.20547 kern.info: [ 5.760351] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input6 2024-11-03T09:41:57.20548 kern.info: [ 5.760537] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input7 2024-11-03T09:41:57.20548 kern.info: [ 5.760938] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input8 2024-11-03T09:41:57.20549 kern.notice: [ 5.761317] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' 2024-11-03T09:41:57.20550 kern.notice: [ 5.761539] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' 2024-11-03T09:41:57.20550 kern.warn: [ 5.761583] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 2024-11-03T09:41:57.20551 kern.info: [ 5.761587] cfg80211: failed to load regulatory.db 2024-11-03T09:41:57.20551 kern.info: [ 5.765687] usbcore: registered new interface driver usbhid 2024-11-03T09:41:57.20552 kern.info: [ 5.765690] usbhid: USB HID core driver 2024-11-03T09:41:57.20552 kern.info: [ 5.828641] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4/3-4:1.0/0003:09DA:F613.0001/input/input9 2024-11-03T09:41:57.20553 kern.info: [ 5.834933] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line 2024-11-03T09:41:57.20554 kern.info: [ 5.834937] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) 2024-11-03T09:41:57.20554 kern.info: [ 5.834939] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) 2024-11-03T09:41:57.20555 kern.info: [ 5.834941] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 2024-11-03T09:41:57.20556 kern.info: [ 5.834942] snd_hda_codec_realtek hdaudioC1D0: inputs: 2024-11-03T09:41:57.20556 kern.info: [ 5.834943] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 2024-11-03T09:41:57.20557 kern.info: [ 5.834945] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 2024-11-03T09:41:57.20557 kern.info: [ 5.834946] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a 2024-11-03T09:41:57.20558 kern.info: [ 5.837211] kvm_amd: TSC scaling supported 2024-11-03T09:41:57.20558 kern.info: [ 5.837213] kvm_amd: Nested Virtualization enabled 2024-11-03T09:41:57.20559 kern.info: [ 5.837214] kvm_amd: Nested Paging enabled 2024-11-03T09:41:57.20559 kern.info: [ 5.837216] kvm_amd: LBR virtualization supported 2024-11-03T09:41:57.20560 kern.info: [ 5.837226] kvm_amd: Virtual GIF supported 2024-11-03T09:41:57.20560 kern.info: [ 5.837226] kvm_amd: Virtual VMLOAD VMSAVE supported 2024-11-03T09:41:57.20561 kern.info: [ 5.844006] MCE: In-kernel MCE decoding enabled. 2024-11-03T09:41:57.20562 kern.info: [ 5.849232] intel_rapl_common: Found RAPL domain package 2024-11-03T09:41:57.20562 kern.info: [ 5.849235] intel_rapl_common: Found RAPL domain core 2024-11-03T09:41:57.20563 kern.info: [ 5.852176] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input10 2024-11-03T09:41:57.20563 kern.info: [ 5.853361] mt7921e 0000:29:00.0: ASIC revision: 79220010 2024-11-03T09:41:57.20564 kern.info: [ 5.881463] hid-generic 0003:09DA:F613.0001: input,hidraw0: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:2d:00.3-4/input0 2024-11-03T09:41:57.20564 kern.info: [ 5.881501] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input11 2024-11-03T09:41:57.20565 kern.info: [ 5.881591] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input12 2024-11-03T09:41:57.20566 kern.info: [ 5.881599] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4/3-4:1.1/0003:09DA:F613.0002/input/input15 2024-11-03T09:41:57.20566 kern.info: [ 5.881772] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input13 2024-11-03T09:41:57.20567 kern.info: [ 5.881937] hid-generic 0003:09DA:F613.0002: input,hidraw1: USB HID v1.11 Mouse [COMPANY USB Device] on usb-0000:2d:00.3-4/input1 2024-11-03T09:41:57.20568 kern.info: [ 5.882075] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input14 2024-11-03T09:41:57.20568 kern.info: [ 5.882276] input: COMPANY USB Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4/3-4:1.2/0003:09DA:F613.0003/input/input16 2024-11-03T09:41:57.20569 kern.info: [ 5.912074] Bluetooth: hci0: Device setup in 161784 usecs 2024-11-03T09:41:57.20569 kern.warn: [ 5.912077] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. 2024-11-03T09:41:57.20570 kern.info: [ 5.929438] mt7921e 0000:29:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240716163242a 2024-11-03T09:41:57.20571 kern.info: [ 5.929438] 2024-11-03T09:41:57.20571 kern.info: [ 5.933421] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4/3-4:1.2/0003:09DA:F613.0003/input/input17 2024-11-03T09:41:57.20572 kern.info: [ 5.933533] hid-generic 0003:09DA:F613.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:2d:00.3-4/input2 2024-11-03T09:41:57.20572 kern.info: [ 5.933686] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:413C:2113.0004/input/input18 2024-11-03T09:41:57.20573 kern.info: [ 5.943484] mt7921e 0000:29:00.0: WM Firmware Version: 000000, Build Time: 20240716163327 2024-11-03T09:41:57.20574 kern.info: [ 5.985419] hid-generic 0003:413C:2113.0004: input,hidraw3: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:02:00.0-6/input0 2024-11-03T09:41:57.20575 kern.info: [ 5.985504] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:413C:2113.0005/input/input19 2024-11-03T09:41:57.20575 kern.info: [ 6.037416] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:413C:2113.0005/input/input20 2024-11-03T09:41:57.20576 kern.info: [ 6.037489] hid-generic 0003:413C:2113.0005: input,hidraw4: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:02:00.0-6/input1 2024-11-03T09:41:57.20577 kern.info: [ 6.037605] input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1462:7C95.0006/input/input21 2024-11-03T09:41:57.20577 kern.info: [ 6.037722] hid-generic 0003:1462:7C95.0006: input,hiddev1,hidraw5: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0 2024-11-03T09:41:57.20578 kern.info: [ 6.189322] Bluetooth: hci0: AOSP extensions version v1.00 2024-11-03T09:41:57.20578 kern.info: [ 6.189326] Bluetooth: hci0: AOSP quality report is supported 2024-11-03T09:41:57.20579 kern.info: [ 6.215381] EXT4-fs (nvme0n1p5): re-mounted c171631c-5789-4a5f-b02e-eb3a01b3bae0 ro. Quota mode: none. 2024-11-03T09:41:57.20579 kern.info: [ 6.336677] EXT4-fs (nvme0n1p5): re-mounted c171631c-5789-4a5f-b02e-eb3a01b3bae0 r/w. Quota mode: none. 2024-11-03T09:41:57.20580 kern.info: [ 6.356104] EXT4-fs (nvme0n1p6): mounted filesystem 818bd78b-eb56-49f4-95b8-f39a631cf9ac r/w with ordered data mode. Quota mode: none. 2024-11-03T09:41:57.20581 kern.info: [ 6.359949] Adding 8388604k swap on /var/swapfile. Priority:-2 extents:69 across:120979456k SS 2024-11-03T09:41:57.20583 kern.info: [ 6.416957] 8021q: 802.1Q VLAN Support v1.8 2024-11-03T09:41:57.20583 kern.info: [ 6.451354] Generic FE-GE Realtek PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC) 2024-11-03T09:41:57.20584 kern.info: [ 6.615681] r8169 0000:2a:00.0 enp42s0: Link is Down 2024-11-03T09:41:57.20584 kern.info: [ 6.838420] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 2024-11-03T09:41:57.20585 kern.info: [ 6.838422] Bluetooth: BNEP filters: protocol multicast 2024-11-03T09:41:57.20585 kern.info: [ 6.838426] Bluetooth: BNEP socket layer initialized 2024-11-03T09:41:57.20586 kern.info: [ 6.838979] Bluetooth: MGMT ver 1.22 2024-11-03T09:41:57.20586 kern.info: [ 6.840847] NET: Registered PF_ALG protocol family 2024-11-03T09:41:57.20587 kern.info: [ 7.033252] mt7921e 0000:29:00.0 wlo1: renamed from wlan0 2024-11-03T09:42:00.33352 kern.info: [ 10.539951] r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx 2024-11-03T09:42:04.73549 kern.warn: [ 14.941887] pulseaudio[1130]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set 2024-11-03T09:42:04.80552 kern.info: [ 15.012201] Bluetooth: RFCOMM TTY layer initialized 2024-11-03T09:42:04.80555 kern.info: [ 15.012212] Bluetooth: RFCOMM socket layer initialized 2024-11-03T09:42:04.80556 kern.info: [ 15.012220] Bluetooth: RFCOMM ver 1.11 2024-11-03T09:42:04.88151 kern.warn: [ 15.088205] block nvme0n1: No UUID available providing old NGUID 2024-11-03T09:47:55.09550 kern.warn: [ 365.301417] amdgpu 0000:2b:00.0: amdgpu: Disabling VM faults because of PRT request! 2024-11-03T09:59:04.97550 kern.warn: [ 1035.181941] warning: wine_sechost_se uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 2024-11-03T09:59:59.37551 kern.info: [ 1089.581495] crash_handler[3571]: segfault at 0 ip 00000000f5a8c1b8 sp 00000000ff9954c8 error 4 in filesystem_stdio.so[f5a05000+1fe000] likely on CPU 11 (core 5, socket 0) 2024-11-03T09:59:59.37556 kern.info: [ 1089.581506] Code: 83 c4 4c 5b 83 c0 01 5e 5f 5d c3 8d b4 26 00 00 00 00 89 f0 2b 45 08 83 c4 4c 5b 5e 5f 5d c3 8d 76 00 55 31 c0 89 e5 8b 55 08 <0f> b6 0a 84 c9 74 1d 0f b6 52 01 84 d2 74 15 80 fa 3a b8 01 00 00 2024-11-03T10:00:13.60496 kern.info: [ 1103.811585] input: WI-C100 (AVRCP) as /devices/virtual/input/input22 2024-11-03T11:01:00.06850 kern.info: [ 4750.274640] EXT4-fs (sda7): mounted filesystem 4cefb808-fae0-4d69-9073-aae4f46eeb21 r/w with ordered data mode. Quota mode: none. 2024-11-03T11:02:38.19750 kern.info: [ 4848.404470] EXT4-fs (sda7): unmounting filesystem 4cefb808-fae0-4d69-9073-aae4f46eeb21. 2024-11-03T11:10:12.69951 kern.err: [ 5302.905665] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T11:11:12.69851 kern.err: [ 5362.904670] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T11:12:12.78552 kern.err: [ 5422.991673] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T12:43:26.62450 kern.info: [10896.831191] input: WI-C100 (AVRCP) as /devices/virtual/input/input23 2024-11-03T13:00:25.83751 kern.err: [11916.044050] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T13:01:25.90950 kern.err: [11976.116057] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T13:02:00.62651 kern.info: [12010.833183] input: WI-C100 (AVRCP) as /devices/virtual/input/input24 2024-11-03T13:48:43.21551 kern.err: [14813.422564] Bluetooth: hci0: ACL packet for unknown connection handle 3837 2024-11-03T14:27:46.84251 kern.info: [17157.050008] crash_handler[6406]: segfault at 0 ip 00000000f5a331b8 sp 00000000ffbec348 error 4 in filesystem_stdio.so[f59ac000+1fe000] likely on CPU 5 (core 5, socket 0) 2024-11-03T14:27:46.84254 kern.info: [17157.050020] Code: 83 c4 4c 5b 83 c0 01 5e 5f 5d c3 8d b4 26 00 00 00 00 89 f0 2b 45 08 83 c4 4c 5b 5e 5f 5d c3 8d 76 00 55 31 c0 89 e5 8b 55 08 <0f> b6 0a 84 c9 74 1d 0f b6 52 01 84 d2 74 15 80 fa 3a b8 01 00 00 2024-11-03T14:32:51.60072 kern.info: [17461.808534] input: WI-C100 (AVRCP) as /devices/virtual/input/input25 2024-11-03T15:25:41.40621 kern.info: [20631.613677] PM: suspend entry (deep) 2024-11-03T15:25:41.40649 kern.info: [20631.614309] Filesystems sync: 0.000 seconds 2024-11-03T16:22:33.80929 kern.info: [20631.623278] Freezing user space processes 2024-11-03T16:22:33.80931 kern.info: [20631.638754] Freezing user space processes completed (elapsed 0.015 seconds) 2024-11-03T16:22:33.80936 kern.info: [20631.638758] OOM killer disabled. 2024-11-03T16:22:33.80937 kern.info: [20631.638760] Freezing remaining freezable tasks 2024-11-03T16:22:33.80940 kern.info: [20631.639623] Freezing remaining freezable tasks completed (elapsed 0.000 seconds) 2024-11-03T16:22:33.80942 kern.info: [20631.639641] printk: Suspending console(s) (use no_console_suspend to debug) 2024-11-03T16:22:33.80943 kern.info: [20631.949296] serial 00:04: disabled 2024-11-03T16:22:33.80945 kern.info: [20631.949398] r8169 0000:2a:00.0 enp42s0: Link is Down 2024-11-03T16:22:33.80947 kern.notice: [20631.962578] sd 3:0:0:0: [sda] Synchronizing SCSI cache 2024-11-03T16:22:33.80949 kern.notice: [20631.962651] ata4.00: Entering standby power mode 2024-11-03T16:22:33.80950 kern.info: [20632.179065] amdgpu 0000:2b:00.0: amdgpu: PCI CONFIG reset 2024-11-03T16:22:33.80952 kern.info: [20632.215914] ACPI: PM: Preparing to enter system sleep state S3 2024-11-03T16:22:33.80953 kern.info: [20632.519245] ACPI: PM: Saving platform NVS memory 2024-11-03T16:22:33.80955 kern.info: [20632.519429] Disabling non-boot CPUs ... 2024-11-03T16:22:33.80956 kern.info: [20632.520971] smpboot: CPU 1 is now offline 2024-11-03T16:22:33.80958 kern.info: [20632.523345] smpboot: CPU 2 is now offline 2024-11-03T16:22:33.80960 kern.info: [20632.525543] smpboot: CPU 3 is now offline 2024-11-03T16:22:33.80962 kern.info: [20632.527727] smpboot: CPU 4 is now offline 2024-11-03T16:22:33.80963 kern.info: [20632.529964] smpboot: CPU 5 is now offline 2024-11-03T16:22:33.80965 kern.info: [20632.531998] smpboot: CPU 6 is now offline 2024-11-03T16:22:33.80966 kern.info: [20632.532694] Spectre V2 : Update user space SMT mitigation: STIBP off 2024-11-03T16:22:33.80968 kern.info: [20632.534050] smpboot: CPU 7 is now offline 2024-11-03T16:22:33.80969 kern.info: [20632.536040] smpboot: CPU 8 is now offline 2024-11-03T16:22:33.80971 kern.info: [20632.537971] smpboot: CPU 9 is now offline 2024-11-03T16:22:33.81059 kern.info: [20632.539990] smpboot: CPU 10 is now offline 2024-11-03T16:22:33.81061 kern.info: [20632.542188] smpboot: CPU 11 is now offline 2024-11-03T16:22:33.81062 kern.info: [20632.543078] ACPI: PM: Low-level resume complete 2024-11-03T16:22:33.81063 kern.info: [20632.543099] ACPI: PM: Restoring platform NVS memory 2024-11-03T16:22:33.81064 kern.info: [20632.543401] LVT offset 0 assigned for vector 0x400 2024-11-03T16:22:33.81065 kern.info: [20632.544017] Enabling non-boot CPUs ... 2024-11-03T16:22:33.81067 kern.info: [20632.544045] smpboot: Booting Node 0 Processor 1 APIC 0x2 2024-11-03T16:22:33.81068 kern.info: [20632.546586] ACPI: _SB.PLTF.C002: Found 2 idle states 2024-11-03T16:22:33.81069 kern.info: [20632.547229] CPU1 is up 2024-11-03T16:22:33.81070 kern.info: [20632.547249] smpboot: Booting Node 0 Processor 2 APIC 0x4 2024-11-03T16:22:33.81071 kern.info: [20632.549633] ACPI: _SB.PLTF.C004: Found 2 idle states 2024-11-03T16:22:33.81072 kern.info: [20632.550302] CPU2 is up 2024-11-03T16:22:33.81074 kern.info: [20632.550327] smpboot: Booting Node 0 Processor 3 APIC 0x6 2024-11-03T16:22:33.81074 kern.info: [20632.552705] ACPI: _SB.PLTF.C006: Found 2 idle states 2024-11-03T16:22:33.81075 kern.info: [20632.553328] CPU3 is up 2024-11-03T16:22:33.81076 kern.info: [20632.553353] smpboot: Booting Node 0 Processor 4 APIC 0x8 2024-11-03T16:22:33.81077 kern.info: [20632.555895] ACPI: _SB.PLTF.C008: Found 2 idle states 2024-11-03T16:22:33.81078 kern.info: [20632.556599] CPU4 is up 2024-11-03T16:22:33.81079 kern.info: [20632.556625] smpboot: Booting Node 0 Processor 5 APIC 0xa 2024-11-03T16:22:33.81080 kern.info: [20632.559012] ACPI: _SB_.PLTF.C00A: Found 2 idle states 2024-11-03T16:22:33.81081 kern.info: [20632.559604] CPU5 is up 2024-11-03T16:22:33.81082 kern.info: [20632.559630] smpboot: Booting Node 0 Processor 6 APIC 0x1 2024-11-03T16:22:33.81083 kern.info: [20632.562001] ACPI: _SB_.PLTF.C001: Found 2 idle states 2024-11-03T16:22:33.81084 kern.info: [20632.562646] Spectre V2 : Update user space SMT mitigation: STIBP always-on 2024-11-03T16:22:33.81085 kern.info: [20632.562659] CPU6 is up 2024-11-03T16:22:33.81085 kern.info: [20632.562679] smpboot: Booting Node 0 Processor 7 APIC 0x3 2024-11-03T16:22:33.81086 kern.info: [20632.565077] ACPI: _SB_.PLTF.C003: Found 2 idle states 2024-11-03T16:22:33.81087 kern.info: [20632.565615] CPU7 is up 2024-11-03T16:22:33.81088 kern.info: [20632.565639] smpboot: Booting Node 0 Processor 8 APIC 0x5 2024-11-03T16:22:33.81089 kern.info: [20632.568029] ACPI: _SB_.PLTF.C005: Found 2 idle states 2024-11-03T16:22:33.81089 kern.info: [20632.568621] CPU8 is up 2024-11-03T16:22:33.81090 kern.info: [20632.568653] smpboot: Booting Node 0 Processor 9 APIC 0x7 2024-11-03T16:22:33.81094 kern.info: [20632.571025] ACPI: _SB_.PLTF.C007: Found 2 idle states 2024-11-03T16:22:33.81095 kern.info: [20632.571631] CPU9 is up 2024-11-03T16:22:33.81096 kern.info: [20632.571656] smpboot: Booting Node 0 Processor 10 APIC 0x9 2024-11-03T16:22:33.81097 kern.info: [20632.574040] ACPI: _SB_.PLTF.C009: Found 2 idle states 2024-11-03T16:22:33.81098 kern.info: [20632.574639] CPU10 is up 2024-11-03T16:22:33.81099 kern.info: [20632.574663] smpboot: Booting Node 0 Processor 11 APIC 0xb 2024-11-03T16:22:33.81100 kern.info: [20632.577057] ACPI: _SB_.PLTF.C00B: Found 2 idle states 2024-11-03T16:22:33.81100 kern.info: [20632.577650] CPU11 is up 2024-11-03T16:22:33.81102 kern.info: [20632.578739] ACPI: PM: Waking up from system sleep state S3 2024-11-03T16:22:33.81102 kern.warn: [20632.581746] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit 2024-11-03T16:22:33.81103 kern.notice: [20632.581748] usb usb1: root hub lost power or was reset 2024-11-03T16:22:33.81104 kern.notice: [20632.581750] usb usb2: root hub lost power or was reset 2024-11-03T16:22:33.81105 kern.info: [20632.582378] serial 00:04: activated 2024-11-03T16:22:33.81105 kern.info: [20632.588013] nvme nvme0: 32/0/0 default/read/poll queues 2024-11-03T16:22:33.81107 kern.info: [20632.708905] [drm] PCIE GART of 256M enabled (table at 0x000000F400E80000). 2024-11-03T16:22:33.81107 kern.info: [20632.732587] r8169 0000:2a:00.0 enp42s0: Link is Down 2024-11-03T16:22:33.81108 kern.info: [20632.892869] ata2: SATA link down (SStatus 0 SControl 330) 2024-11-03T16:22:33.81109 kern.info: [20632.892905] ata1: SATA link down (SStatus 0 SControl 330) 2024-11-03T16:22:33.81110 kern.info: [20632.892927] ata6: SATA link down (SStatus 0 SControl 330) 2024-11-03T16:22:33.81111 kern.info: [20632.892948] ata5: SATA link down (SStatus 0 SControl 330) 2024-11-03T16:22:33.81112 kern.info: [20632.892970] ata3: SATA link down (SStatus 0 SControl 300) 2024-11-03T16:22:33.81113 kern.err: [20633.007862] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.3.0 test failed (-110) 2024-11-03T16:22:33.81115 kern.info: [20633.043659] usb 1-6: reset low-speed USB device number 2 using xhci_hcd 2024-11-03T16:22:33.81116 kern.info: [20633.047518] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 2024-11-03T16:22:33.81117 kern.notice: [20633.047523] ata4.00: Entering active power mode 2024-11-03T16:22:33.81117 kern.notice: [20633.057478] sd 3:0:0:0: [sda] Starting disk 2024-11-03T16:22:33.81118 kern.info: [20633.069779] ata4.00: configured for UDMA/133 2024-11-03T16:22:33.81119 kern.err: [20633.255553] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.0.1 test failed (-110) 2024-11-03T16:22:33.81120 kern.info: [20633.576744] usb 1-9: reset high-speed USB device number 5 using xhci_hcd 2024-11-03T16:22:33.81121 kern.warn: [20633.919796] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81122 kern.info: [20633.953357] usb 1-7: reset high-speed USB device number 3 using xhci_hcd 2024-11-03T16:22:33.81123 kern.info: [20634.325405] usb 1-8: reset full-speed USB device number 4 using xhci_hcd 2024-11-03T16:22:33.81124 kern.warn: [20634.423798] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81124 kern.warn: [20634.927767] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81125 kern.warn: [20635.431809] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81126 kern.info: [20635.902555] r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx 2024-11-03T16:22:33.81127 kern.warn: [20635.935799] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81127 kern.warn: [20636.439796] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81128 kern.warn: [20636.943799] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81129 kern.warn: [20637.447760] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81130 kern.info: [20638.074457] [drm] UVD and UVD ENC initialized successfully. 2024-11-03T16:22:33.81130 kern.warn: [20637.951729] [drm] Fence fallback timer expired on ring sdma0 2024-11-03T16:22:33.81131 kern.info: [20638.175539] [drm] VCE initialized successfully. 2024-11-03T16:22:33.81132 kern.info: [20638.350779] OOM killer enabled. 2024-11-03T16:22:33.81134 kern.info: [20638.350781] Restarting tasks ... done. 2024-11-03T16:22:33.81135 kern.notice: [20638.353476] random: crng reseeded on system resumption 2024-11-03T16:22:33.81136 kern.info: [20638.353481] PM: suspend exit 2024-11-03T16:22:33.83576 kern.info: [20638.379294] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240716163633 2024-11-03T16:22:33.97577 kern.info: [20638.518974] Bluetooth: hci0: Device setup in 164234 usecs 2024-11-03T16:22:33.97580 kern.warn: [20638.518979] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. 2024-11-03T16:22:34.25176 kern.info: [20638.795222] Bluetooth: hci0: AOSP extensions version v1.00 2024-11-03T16:22:34.25178 kern.info: [20638.795227] Bluetooth: hci0: AOSP quality report is supported 2024-11-03T16:22:34.25179 kern.info: [20638.795338] Bluetooth: MGMT ver 1.22 2024-11-03T16:33:34.45570 kern.warn: [21295.680699] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T16:33:34.45668 kern.warn: [21295.680702] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T16:33:34.45670 kern.warn: [21295.682390] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T16:33:37.84772 kern.warn: [21295.682392] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T16:33:37.84776 kern.warn: [21299.072650] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T16:33:46.94973 kern.warn: [21299.072653] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T16:33:46.94976 kern.warn: [21308.175099] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:09.82071 kern.warn: [21308.175102] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:09.82074 kern.warn: [24031.046238] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:16.87527 kern.warn: [24031.046242] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:16.87531 kern.warn: [24038.101027] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:16.87669 kern.warn: [24038.101030] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:16.87671 kern.warn: [24038.102586] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:16.87769 kern.warn: [24038.102588] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:16.87771 kern.warn: [24038.103458] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:16.88070 kern.warn: [24038.103460] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:16.88072 kern.warn: [24038.106405] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:21.02571 kern.warn: [24038.106407] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:21.02577 kern.warn: [24042.251065] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:21.02870 kern.warn: [24042.251069] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:21.02873 kern.warn: [24042.254480] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-03T17:19:21.02874 kern.warn: [24042.254483] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-03T17:19:21.02875 kern.warn: [24042.254523] [drm] scheduler comp_1.3.0 is not ready, skipping`
dmesg when graphic crash happens
`
2024-11-18T07:42:34.21341 kern.info: [610940.713524] PM: suspend entry (deep) 2024-11-18T07:42:34.21441 kern.info: [610940.714532] Filesystems sync: 0.001 seconds 2024-11-20T20:39:01.51439 kern.info: [610949.036331] Bluetooth: hci0: AOSP extensions version v1.00 2024-11-20T20:39:01.51442 kern.info: [610949.036347] Bluetooth: hci0: AOSP quality report is supported 2024-11-20T20:39:01.51443 kern.info: [610949.036589] Bluetooth: MGMT ver 1.22 2024-11-20T20:39:01.95969 kern.info: [610940.819819] Freezing user space processes 2024-11-20T20:39:01.95971 kern.info: [610940.821375] Freezing user space processes completed (elapsed 0.001 seconds) 2024-11-20T20:39:01.95972 kern.info: [610940.821383] OOM killer disabled. 2024-11-20T20:39:01.95974 kern.info: [610940.821385] Freezing remaining freezable tasks 2024-11-20T20:39:01.95975 kern.info: [610940.822465] Freezing remaining freezable tasks completed (elapsed 0.001 seconds) 2024-11-20T20:39:01.95976 kern.info: [610940.822484] printk: Suspending console(s) (use no_console_suspend to debug) 2024-11-20T20:39:01.95978 kern.info: [610940.918916] serial 00:04: disabled 2024-11-20T20:39:01.95979 kern.info: [610940.918986] r8169 0000:2a:00.0 enp42s0: Link is Down 2024-11-20T20:39:01.95980 kern.notice: [610940.935451] sd 3:0:0:0: [sda] Synchronizing SCSI cache 2024-11-20T20:39:01.95983 kern.notice: [610940.935521] ata4.00: Entering standby power mode 2024-11-20T20:39:01.95985 kern.info: [610941.151635] amdgpu 0000:2b:00.0: amdgpu: PCI CONFIG reset 2024-11-20T20:39:01.95986 kern.info: [610941.188777] ACPI: PM: Preparing to enter system sleep state S3 2024-11-20T20:39:01.95987 kern.info: [610941.491990] ACPI: PM: Saving platform NVS memory 2024-11-20T20:39:01.95988 kern.info: [610941.492225] Disabling non-boot CPUs ... 2024-11-20T20:39:01.95989 kern.info: [610941.493891] smpboot: CPU 1 is now offline 2024-11-20T20:39:01.95991 kern.info: [610941.495999] smpboot: CPU 2 is now offline 2024-11-20T20:39:01.95993 kern.info: [610941.498245] smpboot: CPU 3 is now offline 2024-11-20T20:39:01.95995 kern.info: [610941.500287] smpboot: CPU 4 is now offline 2024-11-20T20:39:01.95998 kern.info: [610941.502475] smpboot: CPU 5 is now offline 2024-11-20T20:39:01.95999 kern.info: [610941.504545] smpboot: CPU 6 is now offline 2024-11-20T20:39:01.96001 kern.info: [610941.505050] Spectre V2 : Update user space SMT mitigation: STIBP off 2024-11-20T20:39:01.96002 kern.info: [610941.506454] smpboot: CPU 7 is now offline 2024-11-20T20:39:01.96004 kern.info: [610941.508376] smpboot: CPU 8 is now offline 2024-11-20T20:39:01.96007 kern.info: [610941.510231] smpboot: CPU 9 is now offline 2024-11-20T20:39:01.96010 kern.info: [610941.512161] smpboot: CPU 10 is now offline 2024-11-20T20:39:01.96012 kern.info: [610941.513998] smpboot: CPU 11 is now offline 2024-11-20T20:39:01.96014 kern.info: [610941.514656] ACPI: PM: Low-level resume complete 2024-11-20T20:39:01.96015 kern.info: [610941.514677] ACPI: PM: Restoring platform NVS memory 2024-11-20T20:39:01.96016 kern.info: [610941.514977] LVT offset 0 assigned for vector 0x400 2024-11-20T20:39:01.96018 kern.info: [610941.515759] Enabling non-boot CPUs ... 2024-11-20T20:39:01.96020 kern.info: [610941.515788] smpboot: Booting Node 0 Processor 1 APIC 0x2 2024-11-20T20:39:01.96021 kern.info: [610941.518200] ACPI: _SB_.PLTF.C002: Found 2 idle states 2024-11-20T20:39:01.96022 kern.info: [610941.518784] CPU1 is up 2024-11-20T20:39:01.96023 kern.info: [610941.518804] smpboot: Booting Node 0 Processor 2 APIC 0x4 2024-11-20T20:39:01.96025 kern.info: [610941.521186] ACPI: _SB_.PLTF.C004: Found 2 idle states 2024-11-20T20:39:01.96026 kern.info: [610941.521770] CPU2 is up 2024-11-20T20:39:01.96027 kern.info: [610941.521790] smpboot: Booting Node 0 Processor 3 APIC 0x6 2024-11-20T20:39:01.96029 kern.info: [610941.524164] ACPI: _SB_.PLTF.C006: Found 2 idle states 2024-11-20T20:39:01.96030 kern.info: [610941.524786] CPU3 is up 2024-11-20T20:39:01.96031 kern.info: [610941.524805] smpboot: Booting Node 0 Processor 4 APIC 0x8 2024-11-20T20:39:01.96033 kern.info: [610941.527346] ACPI: _SB_.PLTF.C008: Found 2 idle states 2024-11-20T20:39:01.96034 kern.info: [610941.527813] CPU4 is up 2024-11-20T20:39:01.96037 kern.info: [610941.527832] smpboot: Booting Node 0 Processor 5 APIC 0xa 2024-11-20T20:39:01.96038 kern.info: [610941.530222] ACPI: _SB_.PLTF.C00A: Found 2 idle states 2024-11-20T20:39:01.96039 kern.info: [610941.530824] CPU5 is up 2024-11-20T20:39:01.96041 kern.info: [610941.530855] smpboot: Booting Node 0 Processor 6 APIC 0x1 2024-11-20T20:39:01.96043 kern.info: [610941.533233] ACPI: _SB_.PLTF.C001: Found 2 idle states 2024-11-20T20:39:01.96044 kern.info: [610941.533876] Spectre V2 : Update user space SMT mitigation: STIBP always-on 2024-11-20T20:39:01.96045 kern.info: [610941.533880] CPU6 is up 2024-11-20T20:39:01.96046 kern.info: [610941.533904] smpboot: Booting Node 0 Processor 7 APIC 0x3 2024-11-20T20:39:01.96047 kern.info: [610941.536279] ACPI: _SB_.PLTF.C003: Found 2 idle states 2024-11-20T20:39:01.96049 kern.info: [610941.536838] CPU7 is up 2024-11-20T20:39:01.96050 kern.info: [610941.536864] smpboot: Booting Node 0 Processor 8 APIC 0x5 2024-11-20T20:39:01.96051 kern.info: [610941.539251] ACPI: _SB_.PLTF.C005: Found 2 idle states 2024-11-20T20:39:01.96052 kern.info: [610941.539849] CPU8 is up 2024-11-20T20:39:01.96053 kern.info: [610941.539872] smpboot: Booting Node 0 Processor 9 APIC 0x7 2024-11-20T20:39:01.96055 kern.info: [610941.542250] ACPI: _SB_.PLTF.C007: Found 2 idle states 2024-11-20T20:39:01.96056 kern.info: [610941.542869] CPU9 is up 2024-11-20T20:39:01.96057 kern.info: [610941.542894] smpboot: Booting Node 0 Processor 10 APIC 0x9 2024-11-20T20:39:01.96059 kern.info: [610941.545274] ACPI: _SB_.PLTF.C009: Found 2 idle states 2024-11-20T20:39:01.96060 kern.info: [610941.545868] CPU10 is up 2024-11-20T20:39:01.96062 kern.info: [610941.545891] smpboot: Booting Node 0 Processor 11 APIC 0xb 2024-11-20T20:39:01.96064 kern.info: [610941.548305] ACPI: _SB_.PLTF.C00B: Found 2 idle states 2024-11-20T20:39:01.96065 kern.info: [610941.548899] CPU11 is up 2024-11-20T20:39:01.96067 kern.info: [610941.549970] ACPI: PM: Waking up from system sleep state S3 2024-11-20T20:39:01.96069 kern.warn: [610941.552940] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit 2024-11-20T20:39:01.96070 kern.notice: [610941.552943] usb usb1: root hub lost power or was reset 2024-11-20T20:39:01.96071 kern.notice: [610941.552944] usb usb2: root hub lost power or was reset 2024-11-20T20:39:01.96073 kern.info: [610941.553589] serial 00:04: activated 2024-11-20T20:39:01.96074 kern.info: [610941.559288] nvme nvme0: 32/0/0 default/read/poll queues 2024-11-20T20:39:01.96075 kern.info: [610941.680681] [drm] PCIE GART of 256M enabled (table at 0x000000F400E80000). 2024-11-20T20:39:01.96077 kern.info: [610941.706413] r8169 0000:2a:00.0 enp42s0: Link is Down 2024-11-20T20:39:01.96078 kern.info: [610941.857707] ata1: SATA link down (SStatus 0 SControl 330) 2024-11-20T20:39:01.96079 kern.info: [610941.857737] ata3: SATA link down (SStatus 0 SControl 300) 2024-11-20T20:39:01.96081 kern.info: [610941.857759] ata2: SATA link down (SStatus 0 SControl 330) 2024-11-20T20:39:01.96082 kern.info: [610941.857793] ata5: SATA link down (SStatus 0 SControl 330) 2024-11-20T20:39:01.96084 kern.info: [610941.857876] ata6: SATA link down (SStatus 0 SControl 330) 2024-11-20T20:39:01.96086 kern.info: [610941.936523] usb 1-9: reset high-speed USB device number 5 using xhci_hcd 2024-11-20T20:39:01.96087 kern.err: [610941.979070] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.1.0 test failed (-110) 2024-11-20T20:39:01.96090 kern.info: [610942.012358] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 2024-11-20T20:39:01.96091 kern.notice: [610942.012363] ata4.00: Entering active power mode 2024-11-20T20:39:01.96093 kern.notice: [610942.022325] sd 3:0:0:0: [sda] Starting disk 2024-11-20T20:39:01.96094 kern.info: [610942.034617] ata4.00: configured for UDMA/133 2024-11-20T20:39:01.96095 kern.err: [610942.226815] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.2.0 test failed (-110) 2024-11-20T20:39:01.96097 kern.info: [610942.313508] usb 1-7: reset high-speed USB device number 3 using xhci_hcd 2024-11-20T20:39:01.96098 kern.err: [610942.474526] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.3.0 test failed (-110) 2024-11-20T20:39:01.96100 kern.info: [610942.685497] usb 1-8: reset full-speed USB device number 4 using xhci_hcd 2024-11-20T20:39:01.96102 kern.err: [610942.722260] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.0.1 test failed (-110) 2024-11-20T20:39:01.96104 kern.err: [610942.969976] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.1.1 test failed (-110) 2024-11-20T20:39:01.96106 kern.info: [610943.216513] usb 1-6: reset low-speed USB device number 2 using xhci_hcd 2024-11-20T20:39:01.96107 kern.err: [610943.221300] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.2.1 test failed (-110) 2024-11-20T20:39:01.96109 kern.err: [610943.500828] amdgpu 0000:2b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] ERROR ring comp_1.3.1 test failed (-110) 2024-11-20T20:39:01.96111 kern.warn: [610944.164550] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96112 kern.warn: [610944.668635] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96114 kern.info: [610945.099546] r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx 2024-11-20T20:39:01.96116 kern.warn: [610945.172622] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96117 kern.warn: [610945.676640] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96118 kern.warn: [610946.180602] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96121 kern.warn: [610946.684627] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96122 kern.warn: [610947.188614] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96124 kern.warn: [610947.692636] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96125 kern.warn: [610948.196604] [drm] Fence fallback timer expired on ring sdma0 2024-11-20T20:39:01.96127 kern.info: [610948.315907] [drm] UVD and UVD ENC initialized successfully. 2024-11-20T20:39:01.96128 kern.info: [610948.416892] [drm] VCE initialized successfully. 2024-11-20T20:39:01.96129 kern.info: [610948.587534] OOM killer enabled. 2024-11-20T20:39:01.96372 kern.info: [610948.587536] Restarting tasks ... done. 2024-11-20T20:39:01.96375 kern.notice: [610948.589910] random: crng reseeded on system resumption 2024-11-20T20:39:01.96377 kern.info: [610948.589916] PM: suspend exit 2024-11-20T20:39:01.98670 kern.info: [610948.615177] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240716163633 2024-11-20T20:39:02.12675 kern.info: [610948.754806] Bluetooth: hci0: Device setup in 163336 usecs 2024-11-20T20:39:02.12680 kern.warn: [610948.754812] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. 2024-11-20T20:39:17.67456 kern.warn: [610965.196243] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:39:17.67461 kern.warn: [610965.196246] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:39:17.67462 kern.warn: [610965.196248] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:39:17.67463 kern.warn: [610965.196250] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:39:17.67464 kern.warn: [610965.196251] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:39:17.67466 kern.warn: [610965.196252] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:39:17.67467 kern.warn: [610965.196253] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:39:17.67469 kern.alert: [610965.196255] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:39:17.67471 kern.alert: [610965.196259] #PF: supervisor read access in kernel mode 2024-11-20T20:39:17.67472 kern.alert: [610965.196260] #PF: error_code(0x0000) - not-present page 2024-11-20T20:39:17.67473 kern.info: [610965.196262] PGD 0 P4D 0 2024-11-20T20:39:17.67474 kern.warn: [610965.196265] Oops: 0000 [#1 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:39:17.67475 kern.warn: [610965.196267] CPU: 1 PID: 2788 Comm: steamwebhe:cs0 Not tainted 6.6.57_1 #1 (closed) 2024-11-20T20:39:17.67477 kern.warn: [610965.196270] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:39:17.67479 kern.warn: [610965.196272] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:17.67481 kern.warn: [610965.196279] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:17.67482 kern.warn: [610965.196282] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:39:17.67483 kern.warn: [610965.196284] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:39:17.67485 kern.warn: [610965.196286] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:39:17.67488 kern.warn: [610965.196287] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:39:17.67489 kern.warn: [610965.196289] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:39:17.67491 kern.warn: [610965.196290] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:39:17.67492 kern.warn: [610965.196292] FS: 00007fdd7ffff6c0(0000) GS:ffff8c1e4ea40000(0000) knlGS:0000000000000000 2024-11-20T20:39:17.67493 kern.warn: [610965.196294] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:17.67495 kern.warn: [610965.196295] CR2: 0000000000000008 CR3: 0000000222f76000 CR4: 0000000000750ee0 2024-11-20T20:39:17.67496 kern.warn: [610965.196297] PKRU: 55555554 2024-11-20T20:39:17.67497 kern.warn: [610965.196298] Call Trace: 2024-11-20T20:39:17.67499 kern.warn: [610965.196301] 2024-11-20T20:39:17.67500 kern.warn: [610965.196303] ? __die+0x23/0x70 2024-11-20T20:39:17.67502 kern.warn: [610965.196308] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:39:17.67503 kern.warn: [610965.196311] ? prb_read_valid+0x1b/0x30 2024-11-20T20:39:17.67505 kern.warn: [610965.196316] ? exc_page_fault+0x7e/0x180 2024-11-20T20:39:17.67506 kern.warn: [610965.196320] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:39:17.67508 kern.warn: [610965.196325] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:17.67509 kern.warn: [610965.196330] ? drm_sched_job_arm+0x1f/0x80 [gpu_sched] 2024-11-20T20:39:17.67511 kern.warn: [610965.196335] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:39:17.67512 kern.warn: [610965.196537] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:17.67514 kern.warn: [610965.196705] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:39:17.67515 kern.warn: [610965.196730] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67516 kern.warn: [610965.196734] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:39:17.67518 kern.warn: [610965.196754] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:17.67520 kern.warn: [610965.196925] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:39:17.67521 kern.warn: [610965.197097] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:39:17.67522 kern.warn: [610965.197102] do_syscall_64+0x5a/0x80 2024-11-20T20:39:17.67524 kern.warn: [610965.197106] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67525 kern.warn: [610965.197109] ? __rseq_handle_notify_resume+0xa9/0x4d0 2024-11-20T20:39:17.67526 kern.warn: [610965.197114] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67527 kern.warn: [610965.197116] ? xfd_validate_state+0x22/0x80 2024-11-20T20:39:17.67528 kern.warn: [610965.197119] ? restore_fpregs_from_fpstate+0x3c/0xb0 2024-11-20T20:39:17.67529 kern.warn: [610965.197122] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67530 kern.warn: [610965.197124] ? switch_fpu_return+0x5f/0xf0 2024-11-20T20:39:17.67531 kern.warn: [610965.197126] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67532 kern.warn: [610965.197129] ? exit_to_user_mode_prepare+0x138/0x1b0 2024-11-20T20:39:17.67532 kern.warn: [610965.197132] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67533 kern.warn: [610965.197134] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:39:17.67536 kern.warn: [610965.197136] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67537 kern.warn: [610965.197139] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:17.67538 kern.warn: [610965.197142] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67539 kern.warn: [610965.197144] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67539 kern.warn: [610965.197147] ? try_to_wake_up+0x9c/0x690 2024-11-20T20:39:17.67540 kern.warn: [610965.197150] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67541 kern.warn: [610965.197152] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67542 kern.warn: [610965.197155] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67543 kern.warn: [610965.197157] ? wp_page_reuse+0x8f/0xa0 2024-11-20T20:39:17.67544 kern.warn: [610965.197160] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67545 kern.warn: [610965.197163] ? do_wp_page+0x701/0xb80 2024-11-20T20:39:17.67546 kern.warn: [610965.197166] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67547 kern.warn: [610965.197168] ? futex_wake+0x155/0x180 2024-11-20T20:39:17.67547 kern.warn: [610965.197171] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67548 kern.warn: [610965.197174] ? __pte_offset_map+0x1b/0x180 2024-11-20T20:39:17.67549 kern.warn: [610965.197177] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67550 kern.warn: [610965.197179] ? __handle_mm_fault+0xb8b/0xd40 2024-11-20T20:39:17.67551 kern.warn: [610965.197184] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67552 kern.warn: [610965.197187] ? __count_memcg_events+0x73/0xc0 2024-11-20T20:39:17.67553 kern.warn: [610965.197190] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67554 kern.warn: [610965.197193] ? count_memcg_events.constprop.0+0x1a/0x30 2024-11-20T20:39:17.67555 kern.warn: [610965.197195] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67557 kern.warn: [610965.197197] ? handle_mm_fault+0xa2/0x360 2024-11-20T20:39:17.67558 kern.warn: [610965.197200] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67559 kern.warn: [610965.197202] ? preempt_count_add+0x4b/0xa0 2024-11-20T20:39:17.67560 kern.warn: [610965.197205] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67562 kern.warn: [610965.197208] ? up_read+0x3b/0x80 2024-11-20T20:39:17.67563 kern.warn: [610965.197210] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67564 kern.warn: [610965.197213] ? do_user_addr_fault+0x30b/0x620 2024-11-20T20:39:17.67565 kern.warn: [610965.197215] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67566 kern.warn: [610965.197218] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:17.67568 kern.warn: [610965.197221] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:17.67570 kern.warn: [610965.197223] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:39:17.67571 kern.warn: [610965.197226] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:39:17.67572 kern.warn: [610965.197229] RIP: 0033:0x7fddf4f196bb 2024-11-20T20:39:17.67574 kern.warn: [610965.197231] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:39:17.67576 kern.warn: [610965.197233] RSP: 002b:00007fdd7fffd2a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:39:17.67577 kern.warn: [610965.197235] RAX: ffffffffffffffda RBX: 00007fdd7fffd478 RCX: 00007fddf4f196bb 2024-11-20T20:39:17.67578 kern.warn: [610965.197237] RDX: 00007fdd7fffd370 RSI: 00000000c0186444 RDI: 000000000000005d 2024-11-20T20:39:17.67580 kern.warn: [610965.197238] RBP: 00007fdd7fffd370 R08: 00007fdd7fffd4f0 R09: 00007fdd7fffd340 2024-11-20T20:39:17.67582 kern.warn: [610965.197240] R10: 00005557e12f2d30 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:39:17.67583 kern.warn: [610965.197241] R13: 000000000000005d R14: 00007fdd7fffd478 R15: 00005557e1683530 2024-11-20T20:39:17.67584 kern.warn: [610965.197246] 2024-11-20T20:39:17.67586 kern.warn: [610965.197247] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:39:17.67591 kern.warn: [610965.197316] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:39:17.67594 kern.warn: [610965.197385] CR2: 0000000000000008 2024-11-20T20:39:17.67595 kern.warn: [610965.197388] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:39:17.67596 kern.warn: [610965.197389] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:17.67597 kern.warn: [610965.197394] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:17.67598 kern.warn: [610965.197396] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:39:17.67599 kern.warn: [610965.197398] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:39:17.67600 kern.warn: [610965.197400] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:39:17.67601 kern.warn: [610965.197401] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:39:17.67602 kern.warn: [610965.197403] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:39:17.67603 kern.warn: [610965.197404] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:39:17.67604 kern.warn: [610965.197406] FS: 00007fdd7ffff6c0(0000) GS:ffff8c1e4ea40000(0000) knlGS:0000000000000000 2024-11-20T20:39:17.67605 kern.warn: [610965.197407] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:17.67606 kern.warn: [610965.197409] CR2: 0000000000000008 CR3: 0000000222f76000 CR4: 0000000000750ee0 2024-11-20T20:39:17.67606 kern.warn: [610965.197411] PKRU: 55555554 2024-11-20T20:39:17.67607 kern.info: [610965.197412] note: steamwebhe:cs0[2788] exited with irqs disabled 2024-11-20T20:39:20.16809 kern.warn: [610967.689662] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:39:20.16813 kern.warn: [610967.689665] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:39:20.16814 kern.warn: [610967.689668] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:39:20.16815 kern.warn: [610967.689670] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:39:20.16818 kern.warn: [610967.689671] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:39:20.16819 kern.warn: [610967.689672] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:39:20.16820 kern.warn: [610967.689674] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:39:20.16821 kern.alert: [610967.689677] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:39:20.16823 kern.alert: [610967.689680] #PF: supervisor read access in kernel mode 2024-11-20T20:39:20.16824 kern.alert: [610967.689682] #PF: error_code(0x0000) - not-present page 2024-11-20T20:39:20.16826 kern.info: [610967.689684] PGD 0 P4D 0 2024-11-20T20:39:20.16827 kern.warn: [610967.689688] Oops: 0000 [#2] PREEMPT SMP NOPTI 2024-11-20T20:39:20.16828 kern.warn: [610967.689691] CPU: 2 PID: 2695 Comm: steamwebhe:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:39:20.16829 kern.warn: [610967.689694] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:39:20.16830 kern.warn: [610967.689696] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:20.16831 kern.warn: [610967.689705] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:20.16832 kern.warn: [610967.689707] RSP: 0018:ffffad30461d7a98 EFLAGS: 00010206 2024-11-20T20:39:20.16833 kern.warn: [610967.689710] RAX: 0000000000000000 RBX: ffff8c17f0333000 RCX: 0000000000000000 2024-11-20T20:39:20.16836 kern.warn: [610967.689712] RDX: 0000000000000001 RSI: ffff8c18bd8540d0 RDI: 00000000ffffffff 2024-11-20T20:39:20.16837 kern.warn: [610967.689714] RBP: ffff8c18bc87e610 R08: ffff8c175aa1a950 R09: 0000000000000000 2024-11-20T20:39:20.16838 kern.warn: [610967.689716] R10: ffff8c1756be9ed0 R11: ffffffffafdefbf8 R12: ffffad30461d7b18 2024-11-20T20:39:20.16839 kern.warn: [610967.689718] R13: 0000000000000000 R14: ffff8c175aa1a8d0 R15: ffff8c1791af8000 2024-11-20T20:39:20.16840 kern.warn: [610967.689720] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ea80000(0000) knlGS:0000000000000000 2024-11-20T20:39:20.16841 kern.warn: [610967.689722] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:20.16842 kern.warn: [610967.689724] CR2: 0000000000000008 CR3: 00000001396a4000 CR4: 0000000000750ee0 2024-11-20T20:39:20.16843 kern.warn: [610967.689726] PKRU: 55555554 2024-11-20T20:39:20.16844 kern.warn: [610967.689728] Call Trace: 2024-11-20T20:39:20.16845 kern.warn: [610967.689730] 2024-11-20T20:39:20.16846 kern.warn: [610967.689733] ? __die+0x23/0x70 2024-11-20T20:39:20.16847 kern.warn: [610967.689738] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:39:20.16848 kern.warn: [610967.689742] ? prb_read_valid+0x1b/0x30 2024-11-20T20:39:20.16849 kern.warn: [610967.689748] ? exc_page_fault+0x7e/0x180 2024-11-20T20:39:20.16850 kern.warn: [610967.689752] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:39:20.16853 kern.warn: [610967.689758] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:20.16854 kern.warn: [610967.689765] ? drm_sched_job_arm+0x1f/0x80 [gpu_sched] 2024-11-20T20:39:20.16855 kern.warn: [610967.689771] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:39:20.16856 kern.warn: [610967.689997] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:20.16857 kern.warn: [610967.690198] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:39:20.16858 kern.warn: [610967.690228] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16859 kern.warn: [610967.690232] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:39:20.16860 kern.warn: [610967.690257] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:20.16861 kern.warn: [610967.690461] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:39:20.16862 kern.warn: [610967.690655] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:39:20.16863 kern.warn: [610967.690660] do_syscall_64+0x5a/0x80 2024-11-20T20:39:20.16865 kern.warn: [610967.690664] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:20.16866 kern.warn: [610967.690668] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16867 kern.warn: [610967.690671] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:39:20.16868 kern.warn: [610967.690675] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16869 kern.warn: [610967.690678] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:39:20.16870 kern.warn: [610967.690681] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16871 kern.warn: [610967.690684] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:20.16872 kern.warn: [610967.690687] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16874 kern.warn: [610967.690690] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:20.16875 kern.warn: [610967.690694] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16876 kern.warn: [610967.690697] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:39:20.16877 kern.warn: [610967.690700] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16878 kern.warn: [610967.690703] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:39:20.16879 kern.warn: [610967.690705] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:20.16880 kern.warn: [610967.690708] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:20.16881 kern.warn: [610967.690712] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:39:20.16882 kern.warn: [610967.690715] RIP: 0033:0x7eff0f1196bb 2024-11-20T20:39:20.16883 kern.warn: [610967.690718] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:39:20.16885 kern.warn: [610967.690720] RSP: 002b:00007efefdbfd2a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:39:20.16886 kern.warn: [610967.690723] RAX: ffffffffffffffda RBX: 00007efefdbfd478 RCX: 00007eff0f1196bb 2024-11-20T20:39:20.16887 kern.warn: [610967.690725] RDX: 00007efefdbfd370 RSI: 00000000c0186444 RDI: 0000000000000018 2024-11-20T20:39:20.16888 kern.warn: [610967.690727] RBP: 00007efefdbfd370 R08: 00007efefdbfd4f0 R09: 00007efefdbfd340 2024-11-20T20:39:20.16889 kern.warn: [610967.690728] R10: 000055dd562fa8b0 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:39:20.16890 kern.warn: [610967.690730] R13: 0000000000000018 R14: 00007efefdbfd478 R15: 000055dd562fb0d0 2024-11-20T20:39:20.16891 kern.warn: [610967.690736] 2024-11-20T20:39:20.16892 kern.warn: [610967.690737] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:39:20.16897 kern.warn: [610967.690826] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:39:20.16899 kern.warn: [610967.690923] CR2: 0000000000000008 2024-11-20T20:39:20.16900 kern.warn: [610967.690926] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:39:20.16901 kern.warn: [610967.690928] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:20.16903 kern.warn: [610967.690936] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:20.16904 kern.warn: [610967.690938] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:39:20.16905 kern.warn: [610967.690942] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:39:20.16907 kern.warn: [610967.690944] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:39:20.16908 kern.warn: [610967.690946] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:39:20.16909 kern.warn: [610967.690948] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:39:20.16910 kern.warn: [610967.690950] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:39:20.16911 kern.warn: [610967.690953] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ea80000(0000) knlGS:0000000000000000 2024-11-20T20:39:20.16912 kern.warn: [610967.690955] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:20.16914 kern.warn: [610967.690958] CR2: 0000000000000008 CR3: 00000001396a4000 CR4: 0000000000750ee0 2024-11-20T20:39:20.16915 kern.warn: [610967.690960] PKRU: 55555554 2024-11-20T20:39:20.16916 kern.info: [610967.690962] note: steamwebhe:cs0[2695] exited with irqs disabled 2024-11-20T20:39:37.22803 kern.warn: [610984.749919] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:39:37.22807 kern.warn: [610984.749923] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:39:37.22809 kern.warn: [610984.749926] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:39:37.22810 kern.warn: [610984.749928] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:39:37.22811 kern.warn: [610984.749929] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:39:37.22812 kern.warn: [610984.749930] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:39:37.22813 kern.warn: [610984.749931] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:39:37.22815 kern.alert: [610984.749934] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:39:37.22817 kern.alert: [610984.749936] #PF: supervisor read access in kernel mode 2024-11-20T20:39:37.22818 kern.alert: [610984.749938] #PF: error_code(0x0000) - not-present page 2024-11-20T20:39:37.22819 kern.info: [610984.749940] PGD 0 P4D 0 2024-11-20T20:39:37.22820 kern.warn: [610984.749943] Oops: 0000 [#3 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:39:37.22822 kern.warn: [610984.749945] CPU: 7 PID: 1350 Comm: thunderbir:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:39:37.22824 kern.warn: [610984.749948] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:39:37.22825 kern.warn: [610984.749950] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:37.22826 kern.warn: [610984.749957] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:37.22828 kern.warn: [610984.749960] RSP: 0018:ffffad3041e07b28 EFLAGS: 00010206 2024-11-20T20:39:37.22831 kern.warn: [610984.749962] RAX: 0000000000000000 RBX: ffff8c1862fdb800 RCX: 0000000000000000 2024-11-20T20:39:37.22832 kern.warn: [610984.749964] RDX: 0000000000000001 RSI: ffff8c18bd8540d0 RDI: 00000000ffffffff 2024-11-20T20:39:37.22836 kern.warn: [610984.749965] RBP: ffff8c17450dfa10 R08: ffff8c175aa1a950 R09: ffffad3041e07990 2024-11-20T20:39:37.22838 kern.warn: [610984.749967] R10: 0000000000000003 R11: ffffffffafdf0408 R12: ffffad3041e07ba8 2024-11-20T20:39:37.22839 kern.warn: [610984.749968] R13: 0000000000000000 R14: ffff8c175aa1a8d0 R15: ffff8c1755951000 2024-11-20T20:39:37.22842 kern.warn: [610984.749970] FS: 00007fc5b3dfe6c0(0000) GS:ffff8c1e4ebc0000(0000) knlGS:0000000000000000 2024-11-20T20:39:37.22843 kern.warn: [610984.749972] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:37.22845 kern.warn: [610984.749973] CR2: 0000000000000008 CR3: 0000000119ff2000 CR4: 0000000000750ee0 2024-11-20T20:39:37.22846 kern.warn: [610984.749975] PKRU: 55555554 2024-11-20T20:39:37.22847 kern.warn: [610984.749977] Call Trace: 2024-11-20T20:39:37.22848 kern.warn: [610984.749979] 2024-11-20T20:39:37.22850 kern.warn: [610984.749981] ? __die+0x23/0x70 2024-11-20T20:39:37.22851 kern.warn: [610984.749986] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:39:37.22852 kern.warn: [610984.749989] ? prb_read_valid+0x1b/0x30 2024-11-20T20:39:37.22854 kern.warn: [610984.749994] ? exc_page_fault+0x7e/0x180 2024-11-20T20:39:37.22855 kern.warn: [610984.749997] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:39:37.22855 kern.warn: [610984.750003] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:37.22857 kern.warn: [610984.750008] ? drm_sched_job_arm+0x1f/0x80 [gpu_sched] 2024-11-20T20:39:37.22858 kern.warn: [610984.750013] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:39:37.22858 kern.warn: [610984.750193] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:37.22859 kern.warn: [610984.750204] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:37.22860 kern.warn: [610984.750365] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:39:37.22861 kern.warn: [610984.750390] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:37.22862 kern.warn: [610984.750394] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:39:37.22862 kern.warn: [610984.750413] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:37.22863 kern.warn: [610984.750577] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:39:37.22864 kern.warn: [610984.750733] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:39:37.22865 kern.warn: [610984.750737] do_syscall_64+0x5a/0x80 2024-11-20T20:39:37.22866 kern.warn: [610984.750741] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:37.22867 kern.warn: [610984.750744] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:37.22867 kern.warn: [610984.750746] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:37.22868 kern.warn: [610984.750749] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:39:37.22869 kern.warn: [610984.750752] RIP: 0033:0x7fc5df0376bb 2024-11-20T20:39:37.22870 kern.warn: [610984.750754] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:39:37.22872 kern.warn: [610984.750756] RSP: 002b:00007fc5b3dfdaa0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:39:37.22873 kern.warn: [610984.750758] RAX: ffffffffffffffda RBX: 00007fc5b3dfdc78 RCX: 00007fc5df0376bb 2024-11-20T20:39:37.22873 kern.warn: [610984.750760] RDX: 00007fc5b3dfdb70 RSI: 00000000c0186444 RDI: 0000000000000027 2024-11-20T20:39:37.22874 kern.warn: [610984.750761] RBP: 00007fc5b3dfdb70 R08: 00007fc5b3dfdcf0 R09: 00007fc5b3dfdb40 2024-11-20T20:39:37.22875 kern.warn: [610984.750763] R10: 00007fc5c4c43000 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:39:37.22876 kern.warn: [610984.750764] R13: 0000000000000027 R14: 00007fc5b3dfdc78 R15: 00007fc5b44d7000 2024-11-20T20:39:37.22877 kern.warn: [610984.750769] 2024-11-20T20:39:37.22878 kern.warn: [610984.750770] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:39:37.22881 kern.warn: [610984.750840] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:39:37.22883 kern.warn: [610984.750906] CR2: 0000000000000008 2024-11-20T20:39:37.22883 kern.warn: [610984.750908] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:39:37.22884 kern.warn: [610984.750910] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:37.22885 kern.warn: [610984.750915] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:37.22886 kern.warn: [610984.750917] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:39:37.22887 kern.warn: [610984.750919] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:39:37.22888 kern.warn: [610984.750920] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:39:37.22889 kern.warn: [610984.750922] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:39:37.22890 kern.warn: [610984.750923] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:39:37.22891 kern.warn: [610984.750924] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:39:37.22891 kern.warn: [610984.750926] FS: 00007fc5b3dfe6c0(0000) GS:ffff8c1e4ebc0000(0000) knlGS:0000000000000000 2024-11-20T20:39:37.22893 kern.warn: [610984.750928] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:37.22893 kern.warn: [610984.750929] CR2: 0000000000000008 CR3: 0000000119ff2000 CR4: 0000000000750ee0 2024-11-20T20:39:37.22894 kern.warn: [610984.750931] PKRU: 55555554 2024-11-20T20:39:37.22895 kern.info: [610984.750932] note: thunderbir:cs0[1350] exited with irqs disabled 2024-11-20T20:39:46.20914 kern.warn: [610993.730509] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:39:46.20917 kern.warn: [610993.730513] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:39:46.20918 kern.warn: [610993.730515] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:39:46.20919 kern.warn: [610993.730518] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:39:46.20920 kern.warn: [610993.730519] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:39:46.20921 kern.warn: [610993.730521] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:39:46.20922 kern.warn: [610993.730522] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:39:46.20923 kern.alert: [610993.730525] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:39:46.20924 kern.alert: [610993.730527] #PF: supervisor read access in kernel mode 2024-11-20T20:39:46.20926 kern.alert: [610993.730530] #PF: error_code(0x0000) - not-present page 2024-11-20T20:39:46.20927 kern.info: [610993.730532] PGD 0 P4D 0 2024-11-20T20:39:46.20928 kern.warn: [610993.730535] Oops: 0000 [#4 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:39:46.20929 kern.warn: [610993.730538] CPU: 9 PID: 15979 Comm: steamwebhe:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:39:46.20929 kern.warn: [610993.730542] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:39:46.20930 kern.warn: [610993.730544] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:46.20931 kern.warn: [610993.730553] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:46.20932 kern.warn: [610993.730556] RSP: 0018:ffffad30461ff980 EFLAGS: 00010206 2024-11-20T20:39:46.20934 kern.warn: [610993.730558] RAX: 0000000000000000 RBX: ffff8c18beba7400 RCX: 0000000000000000 2024-11-20T20:39:46.20936 kern.warn: [610993.730561] RDX: 0000000000000001 RSI: ffff8c177e93e210 RDI: 00000000ffffffff 2024-11-20T20:39:46.20937 kern.warn: [610993.730562] RBP: ffff8c177e93e210 R08: 0000000000000000 R09: ffffad30461ff7e8 2024-11-20T20:39:46.20937 kern.warn: [610993.730564] R10: 0000000000000003 R11: ffffffffafdf0b10 R12: ffffad30461ffa00 2024-11-20T20:39:46.20938 kern.warn: [610993.730566] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1b6a054000 2024-11-20T20:39:46.20939 kern.warn: [610993.730568] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ec40000(0000) knlGS:0000000000000000 2024-11-20T20:39:46.20940 kern.warn: [610993.730570] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:46.20941 kern.warn: [610993.730572] CR2: 0000000000000008 CR3: 0000000676718000 CR4: 0000000000750ee0 2024-11-20T20:39:46.20942 kern.warn: [610993.730574] PKRU: 55555554 2024-11-20T20:39:46.20942 kern.warn: [610993.730576] Call Trace: 2024-11-20T20:39:46.20943 kern.warn: [610993.730579] 2024-11-20T20:39:46.20944 kern.warn: [610993.730581] ? __die+0x23/0x70 2024-11-20T20:39:46.20945 kern.warn: [610993.730586] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:39:46.20946 kern.warn: [610993.730590] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20947 kern.warn: [610993.730595] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20948 kern.warn: [610993.730600] ? exc_page_fault+0x7e/0x180 2024-11-20T20:39:46.20948 kern.warn: [610993.730604] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:39:46.20949 kern.warn: [610993.730609] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:46.20950 kern.warn: [610993.730616] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:39:46.20951 kern.warn: [610993.730846] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:46.20952 kern.warn: [610993.731047] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:39:46.20952 kern.warn: [610993.731083] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20954 kern.warn: [610993.731089] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:39:46.20954 kern.warn: [610993.731119] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:39:46.20955 kern.warn: [610993.731373] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:39:46.20956 kern.warn: [610993.731613] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:39:46.20957 kern.warn: [610993.731620] do_syscall_64+0x5a/0x80 2024-11-20T20:39:46.20958 kern.warn: [610993.731625] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20959 kern.warn: [610993.731629] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20960 kern.warn: [610993.731633] ? __x64_sys_futex+0x129/0x1e0 2024-11-20T20:39:46.20961 kern.warn: [610993.731637] ? do_anonymous_page+0x308/0x3b0 2024-11-20T20:39:46.20962 kern.warn: [610993.731642] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20962 kern.warn: [610993.731646] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:46.20963 kern.warn: [610993.731650] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20964 kern.warn: [610993.731654] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:39:46.20965 kern.warn: [610993.731659] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20966 kern.warn: [610993.731663] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:39:46.20967 kern.warn: [610993.731666] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20967 kern.warn: [610993.731669] ? do_syscall_64+0x66/0x80 2024-11-20T20:39:46.20968 kern.warn: [610993.731676] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20969 kern.warn: [610993.731680] ? __count_memcg_events+0x73/0xc0 2024-11-20T20:39:46.20970 kern.warn: [610993.731685] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20971 kern.warn: [610993.731688] ? count_memcg_events.constprop.0+0x1a/0x30 2024-11-20T20:39:46.20971 kern.warn: [610993.731692] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20972 kern.warn: [610993.731695] ? handle_mm_fault+0xa2/0x360 2024-11-20T20:39:46.20973 kern.warn: [610993.731700] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20974 kern.warn: [610993.731703] ? preempt_count_add+0x4b/0xa0 2024-11-20T20:39:46.20975 kern.warn: [610993.731708] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20976 kern.warn: [610993.731712] ? up_read+0x3b/0x80 2024-11-20T20:39:46.20977 kern.warn: [610993.731716] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20977 kern.warn: [610993.731719] ? do_user_addr_fault+0x21f/0x620 2024-11-20T20:39:46.20978 kern.warn: [610993.731723] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20979 kern.warn: [610993.731727] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:39:46.20980 kern.warn: [610993.731731] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:39:46.20981 kern.warn: [610993.731735] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:39:46.20981 kern.warn: [610993.731739] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:39:46.20982 kern.warn: [610993.731743] RIP: 0033:0x7eff0f1196bb 2024-11-20T20:39:46.20983 kern.warn: [610993.731746] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:39:46.20984 kern.warn: [610993.731749] RSP: 002b:00007efefdbfd2a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:39:46.20985 kern.warn: [610993.731753] RAX: ffffffffffffffda RBX: 00007efefdbfd478 RCX: 00007eff0f1196bb 2024-11-20T20:39:46.20986 kern.warn: [610993.731755] RDX: 00007efefdbfd370 RSI: 00000000c0186444 RDI: 0000000000000018 2024-11-20T20:39:46.20987 kern.warn: [610993.731758] RBP: 00007efefdbfd370 R08: 00007efefdbfd4f0 R09: 00007efefdbfd340 2024-11-20T20:39:46.20988 kern.warn: [610993.731760] R10: 000055dd562f9ff0 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:39:46.20989 kern.warn: [610993.731762] R13: 0000000000000018 R14: 00007efefdbfd478 R15: 000055dd562fa810 2024-11-20T20:39:46.20990 kern.warn: [610993.731769] 2024-11-20T20:39:46.20991 kern.warn: [610993.731771] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:39:46.20994 kern.warn: [610993.731872] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:39:46.20996 kern.warn: [610993.731969] CR2: 0000000000000008 2024-11-20T20:39:46.20997 kern.warn: [610993.731972] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:39:46.20998 kern.warn: [610993.731974] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:39:46.20998 kern.warn: [610993.731982] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:39:46.20999 kern.warn: [610993.731984] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:39:46.21000 kern.warn: [610993.731988] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:39:46.21001 kern.warn: [610993.731990] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:39:46.21002 kern.warn: [610993.731992] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:39:46.21003 kern.warn: [610993.731995] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:39:46.21004 kern.warn: [610993.731997] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:39:46.21005 kern.warn: [610993.731999] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ec40000(0000) knlGS:0000000000000000 2024-11-20T20:39:46.21006 kern.warn: [610993.732002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:39:46.21006 kern.warn: [610993.732004] CR2: 0000000000000008 CR3: 0000000676718000 CR4: 0000000000750ee0 2024-11-20T20:39:46.21007 kern.warn: [610993.732007] PKRU: 55555554 2024-11-20T20:39:46.21008 kern.info: [610993.732009] note: steamwebhe:cs0[15979] exited with irqs disabled 2024-11-20T20:40:16.27128 kern.warn: [611023.793098] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:40:16.27132 kern.warn: [611023.793101] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:40:16.27134 kern.warn: [611023.793104] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:40:16.27137 kern.warn: [611023.793105] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:40:16.27140 kern.warn: [611023.793107] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:40:16.27141 kern.warn: [611023.793108] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:40:16.27143 kern.warn: [611023.793109] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:40:16.27147 kern.alert: [611023.793111] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:40:16.27150 kern.alert: [611023.793114] #PF: supervisor read access in kernel mode 2024-11-20T20:40:16.27152 kern.alert: [611023.793115] #PF: error_code(0x0000) - not-present page 2024-11-20T20:40:16.27154 kern.info: [611023.793117] PGD 0 P4D 0 2024-11-20T20:40:16.27156 kern.warn: [611023.793120] Oops: 0000 [#5 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:40:16.27157 kern.warn: [611023.793123] CPU: 10 PID: 16020 Comm: steamwebhe:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:40:16.27160 kern.warn: [611023.793125] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:40:16.27161 kern.warn: [611023.793127] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:40:16.27163 kern.warn: [611023.793134] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:40:16.27165 kern.warn: [611023.793136] RSP: 0018:ffffad30455e7958 EFLAGS: 00010206 2024-11-20T20:40:16.27166 kern.warn: [611023.793139] RAX: 0000000000000000 RBX: ffff8c191f772000 RCX: 0000000000000000 2024-11-20T20:40:16.27168 kern.warn: [611023.793141] RDX: 0000000000000001 RSI: ffff8c17a9bd9410 RDI: 00000000ffffffff 2024-11-20T20:40:16.27170 kern.warn: [611023.793142] RBP: ffff8c17a9bd9410 R08: 0000000000000000 R09: ffffad30455e77c0 2024-11-20T20:40:16.27172 kern.warn: [611023.793144] R10: 0000000000000003 R11: ffffffffafdf1458 R12: ffffad30455e79d8 2024-11-20T20:40:16.27173 kern.warn: [611023.793145] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c18bf4b0000 2024-11-20T20:40:16.27175 kern.warn: [611023.793147] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ec80000(0000) knlGS:0000000000000000 2024-11-20T20:40:16.27177 kern.warn: [611023.793149] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:40:16.27178 kern.warn: [611023.793150] CR2: 0000000000000008 CR3: 00000001be864000 CR4: 0000000000750ee0 2024-11-20T20:40:16.27180 kern.warn: [611023.793152] PKRU: 55555554 2024-11-20T20:40:16.27181 kern.warn: [611023.793153] Call Trace: 2024-11-20T20:40:16.27182 kern.warn: [611023.793155] 2024-11-20T20:40:16.27184 kern.warn: [611023.793157] ? __die+0x23/0x70 2024-11-20T20:40:16.27185 kern.warn: [611023.793162] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:40:16.27187 kern.warn: [611023.793166] ? prb_read_valid+0x1b/0x30 2024-11-20T20:40:16.27188 kern.warn: [611023.793171] ? exc_page_fault+0x7e/0x180 2024-11-20T20:40:16.27190 kern.warn: [611023.793174] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:40:16.27191 kern.warn: [611023.793179] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:40:16.27193 kern.warn: [611023.793184] ? drm_sched_job_arm+0x1f/0x80 [gpu_sched] 2024-11-20T20:40:16.27195 kern.warn: [611023.793189] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:40:16.27196 kern.warn: [611023.793385] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:40:16.27198 kern.warn: [611023.793547] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:40:16.27199 kern.warn: [611023.793572] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27201 kern.warn: [611023.793576] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:40:16.27202 kern.warn: [611023.793596] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:40:16.27204 kern.warn: [611023.793760] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:40:16.27205 kern.warn: [611023.793916] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:40:16.27206 kern.warn: [611023.793920] do_syscall_64+0x5a/0x80 2024-11-20T20:40:16.27208 kern.warn: [611023.793925] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27209 kern.warn: [611023.793928] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27212 kern.warn: [611023.793930] ? __x64_sys_futex+0x129/0x1e0 2024-11-20T20:40:16.27213 kern.warn: [611023.793933] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27216 kern.warn: [611023.793936] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:40:16.27217 kern.warn: [611023.793939] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27219 kern.warn: [611023.793941] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:40:16.27221 kern.warn: [611023.793945] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27222 kern.warn: [611023.793947] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:40:16.27224 kern.warn: [611023.793949] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27225 kern.warn: [611023.793952] ? do_syscall_64+0x66/0x80 2024-11-20T20:40:16.27227 kern.warn: [611023.793956] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27229 kern.warn: [611023.793958] ? __count_memcg_events+0x73/0xc0 2024-11-20T20:40:16.27230 kern.warn: [611023.793961] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27231 kern.warn: [611023.793964] ? count_memcg_events.constprop.0+0x1a/0x30 2024-11-20T20:40:16.27233 kern.warn: [611023.793967] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27236 kern.warn: [611023.793969] ? handle_mm_fault+0xa2/0x360 2024-11-20T20:40:16.27237 kern.warn: [611023.793972] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27239 kern.warn: [611023.793974] ? preempt_count_add+0x4b/0xa0 2024-11-20T20:40:16.27240 kern.warn: [611023.793978] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27242 kern.warn: [611023.793980] ? up_read+0x3b/0x80 2024-11-20T20:40:16.27243 kern.warn: [611023.793983] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27246 kern.warn: [611023.793985] ? do_user_addr_fault+0x21f/0x620 2024-11-20T20:40:16.27247 kern.warn: [611023.793988] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27249 kern.warn: [611023.793990] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:40:16.27250 kern.warn: [611023.793993] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:40:16.27252 kern.warn: [611023.793995] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:40:16.27253 kern.warn: [611023.793998] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:40:16.27255 kern.warn: [611023.794000] RIP: 0033:0x7eff0f1196bb 2024-11-20T20:40:16.27256 kern.warn: [611023.794002] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:40:16.27258 kern.warn: [611023.794004] RSP: 002b:00007efefdbfd2a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:40:16.27259 kern.warn: [611023.794007] RAX: ffffffffffffffda RBX: 00007efefdbfd478 RCX: 00007eff0f1196bb 2024-11-20T20:40:16.27261 kern.warn: [611023.794008] RDX: 00007efefdbfd370 RSI: 00000000c0186444 RDI: 0000000000000018 2024-11-20T20:40:16.27262 kern.warn: [611023.794010] RBP: 00007efefdbfd370 R08: 00007efefdbfd4f0 R09: 00007efefdbfd340 2024-11-20T20:40:16.27265 kern.warn: [611023.794011] R10: 000055dd562fa930 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:40:16.27267 kern.warn: [611023.794013] R13: 0000000000000018 R14: 00007efefdbfd478 R15: 000055dd562fb150 2024-11-20T20:40:16.27268 kern.warn: [611023.794017] 2024-11-20T20:40:16.27270 kern.warn: [611023.794018] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:40:16.27275 kern.warn: [611023.794088] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:40:16.27279 kern.warn: [611023.794153] CR2: 0000000000000008 2024-11-20T20:40:16.27281 kern.warn: [611023.794156] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:40:16.27282 kern.warn: [611023.794157] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:40:16.27284 kern.warn: [611023.794162] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:40:16.27286 kern.warn: [611023.794164] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:40:16.27287 kern.warn: [611023.794166] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:40:16.27289 kern.warn: [611023.794167] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:40:16.27290 kern.warn: [611023.794169] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:40:16.27292 kern.warn: [611023.794170] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:40:16.27293 kern.warn: [611023.794172] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:40:16.27295 kern.warn: [611023.794173] FS: 00007efefdbff6c0(0000) GS:ffff8c1e4ec80000(0000) knlGS:0000000000000000 2024-11-20T20:40:16.27297 kern.warn: [611023.794175] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:40:16.27298 kern.warn: [611023.794177] CR2: 0000000000000008 CR3: 00000001be864000 CR4: 0000000000750ee0 2024-11-20T20:40:16.27300 kern.warn: [611023.794178] PKRU: 55555554 2024-11-20T20:40:16.27301 kern.info: [611023.794179] note: steamwebhe:cs0[16020] exited with irqs disabled 2024-11-20T20:41:20.63875 kern.warn: [611088.160372] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:41:20.63879 kern.warn: [611088.160375] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:41:20.63880 kern.warn: [611088.160378] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:41:20.63881 kern.warn: [611088.160379] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:41:20.63883 kern.warn: [611088.160381] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:41:20.63884 kern.warn: [611088.160382] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:41:20.63885 kern.warn: [611088.160384] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:41:20.63888 kern.alert: [611088.160386] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:41:20.63890 kern.alert: [611088.160389] #PF: supervisor read access in kernel mode 2024-11-20T20:41:20.63891 kern.alert: [611088.160391] #PF: error_code(0x0000) - not-present page 2024-11-20T20:41:20.63892 kern.info: [611088.160394] PGD 0 P4D 0 2024-11-20T20:41:20.63893 kern.warn: [611088.160397] Oops: 0000 [#6 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:41:20.63894 kern.warn: [611088.160400] CPU: 11 PID: 16092 Comm: simple-sca:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:41:20.63895 kern.warn: [611088.160403] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:41:20.63896 kern.warn: [611088.160405] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:41:20.63897 kern.warn: [611088.160414] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:41:20.63898 kern.warn: [611088.160417] RSP: 0018:ffffad304512faa8 EFLAGS: 00010206 2024-11-20T20:41:20.63899 kern.warn: [611088.160420] RAX: 0000000000000000 RBX: ffff8c18bca3dc00 RCX: 0000000000000000 2024-11-20T20:41:20.63900 kern.warn: [611088.160422] RDX: 0000000000000001 RSI: ffff8c184c730010 RDI: 00000000ffffffff 2024-11-20T20:41:20.63901 kern.warn: [611088.160424] RBP: ffff8c184c730010 R08: 0000000000000000 R09: ffffad304512f910 2024-11-20T20:41:20.63902 kern.warn: [611088.160426] R10: 0000000000000003 R11: ffffffffafdf1d88 R12: ffffad304512fb28 2024-11-20T20:41:20.63903 kern.warn: [611088.160428] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1b436db000 2024-11-20T20:41:20.63904 kern.warn: [611088.160430] FS: 00007f9e64fff6c0(0000) GS:ffff8c1e4ecc0000(0000) knlGS:0000000000000000 2024-11-20T20:41:20.63905 kern.warn: [611088.160432] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:41:20.63906 kern.warn: [611088.160434] CR2: 0000000000000008 CR3: 00000004aaca6000 CR4: 0000000000750ee0 2024-11-20T20:41:20.63906 kern.warn: [611088.160436] PKRU: 55555554 2024-11-20T20:41:20.63907 kern.warn: [611088.160438] Call Trace: 2024-11-20T20:41:20.63908 kern.warn: [611088.160440] 2024-11-20T20:41:20.63909 kern.warn: [611088.160443] ? __die+0x23/0x70 2024-11-20T20:41:20.63910 kern.warn: [611088.160448] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:41:20.63910 kern.warn: [611088.160452] ? prb_read_valid+0x1b/0x30 2024-11-20T20:41:20.63911 kern.warn: [611088.160458] ? exc_page_fault+0x7e/0x180 2024-11-20T20:41:20.63912 kern.warn: [611088.160462] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:41:20.63913 kern.warn: [611088.160469] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:41:20.63914 kern.warn: [611088.160475] ? drm_sched_job_arm+0x1f/0x80 [gpu_sched] 2024-11-20T20:41:20.63915 kern.warn: [611088.160481] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:41:20.63916 kern.warn: [611088.160711] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:41:20.63916 kern.warn: [611088.160912] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:41:20.63917 kern.warn: [611088.160942] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63918 kern.warn: [611088.160947] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:41:20.63919 kern.warn: [611088.160971] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:41:20.63920 kern.warn: [611088.161176] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:41:20.63920 kern.warn: [611088.161384] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:41:20.63921 kern.warn: [611088.161390] do_syscall_64+0x5a/0x80 2024-11-20T20:41:20.63922 kern.warn: [611088.161394] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63923 kern.warn: [611088.161398] ? count_memcg_events.constprop.0+0x1a/0x30 2024-11-20T20:41:20.63924 kern.warn: [611088.161401] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63924 kern.warn: [611088.161404] ? handle_mm_fault+0xa2/0x360 2024-11-20T20:41:20.63925 kern.warn: [611088.161408] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63927 kern.warn: [611088.161411] ? preempt_count_add+0x4b/0xa0 2024-11-20T20:41:20.63928 kern.warn: [611088.161415] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63928 kern.warn: [611088.161418] ? up_read+0x3b/0x80 2024-11-20T20:41:20.63930 kern.warn: [611088.161421] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63930 kern.warn: [611088.161424] ? do_user_addr_fault+0x21f/0x620 2024-11-20T20:41:20.63931 kern.warn: [611088.161427] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63932 kern.warn: [611088.161430] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:41:20.63933 kern.warn: [611088.161434] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:41:20.63935 kern.warn: [611088.161437] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:41:20.63936 kern.warn: [611088.161441] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:41:20.63937 kern.warn: [611088.161445] RIP: 0033:0x7f9e7aac26bb 2024-11-20T20:41:20.63938 kern.warn: [611088.161447] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:41:20.63939 kern.warn: [611088.161450] RSP: 002b:00007f9e64ffb320 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:41:20.63940 kern.warn: [611088.161453] RAX: ffffffffffffffda RBX: 00007f9e64ffb4f8 RCX: 00007f9e7aac26bb 2024-11-20T20:41:20.63941 kern.warn: [611088.161455] RDX: 00007f9e64ffb3f0 RSI: 00000000c0186444 RDI: 0000000000000008 2024-11-20T20:41:20.63942 kern.warn: [611088.161457] RBP: 00007f9e64ffb3f0 R08: 00007f9e64ffb570 R09: 00007f9e64ffb3c0 2024-11-20T20:41:20.63943 kern.warn: [611088.161458] R10: 00005635fd39b770 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:41:20.63944 kern.warn: [611088.161460] R13: 0000000000000008 R14: 00007f9e64ffb4f8 R15: 00005635fd39bf90 2024-11-20T20:41:20.63945 kern.warn: [611088.161466] 2024-11-20T20:41:20.63945 kern.warn: [611088.161467] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:41:20.63948 kern.warn: [611088.161552] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel 2024-11-20T20:41:20.63950 kern.warn: [611088.161631] CR2: 0000000000000008 2024-11-20T20:41:20.63951 kern.warn: [611088.161634] ---[ end trace 0000000000000000 ]--- 2024-11-20T20:41:20.63952 kern.warn: [611088.161636] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:41:20.63952 kern.warn: [611088.161642] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:41:20.63954 kern.warn: [611088.161644] RSP: 0018:ffffad3045f0f7b8 EFLAGS: 00010206 2024-11-20T20:41:20.63955 kern.warn: [611088.161647] RAX: 0000000000000000 RBX: ffff8c1927ca2400 RCX: 0000000000000000 2024-11-20T20:41:20.63955 kern.warn: [611088.161649] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 00000000ffffffff 2024-11-20T20:41:20.63957 kern.warn: [611088.161651] RBP: ffff8c1853576010 R08: ffff8c175aa19330 R09: ffffad3045f0f620 2024-11-20T20:41:20.63958 kern.warn: [611088.161652] R10: 0000000000000003 R11: ffffffffafdef130 R12: ffffad3045f0f838 2024-11-20T20:41:20.63959 kern.warn: [611088.161654] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c1751bd7000 2024-11-20T20:41:20.63960 kern.warn: [611088.161656] FS: 00007f9e64fff6c0(0000) GS:ffff8c1e4ecc0000(0000) knlGS:0000000000000000 2024-11-20T20:41:20.63961 kern.warn: [611088.161658] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:41:20.63962 kern.warn: [611088.161660] CR2: 0000000000000008 CR3: 00000004aaca6000 CR4: 0000000000750ee0 2024-11-20T20:41:20.63962 kern.warn: [611088.161662] PKRU: 55555554 2024-11-20T20:41:20.63963 kern.info: [611088.161664] note: simple-sca:cs0[16092] exited with irqs disabled 2024-11-20T20:42:18.49164 kern.warn: [611146.013196] [drm] scheduler comp_1.1.0 is not ready, skipping 2024-11-20T20:42:18.49167 kern.warn: [611146.013199] [drm] scheduler comp_1.2.0 is not ready, skipping 2024-11-20T20:42:18.49168 kern.warn: [611146.013201] [drm] scheduler comp_1.3.0 is not ready, skipping 2024-11-20T20:42:18.49169 kern.warn: [611146.013202] [drm] scheduler comp_1.0.1 is not ready, skipping 2024-11-20T20:42:18.49170 kern.warn: [611146.013203] [drm] scheduler comp_1.1.1 is not ready, skipping 2024-11-20T20:42:18.49170 kern.warn: [611146.013205] [drm] scheduler comp_1.2.1 is not ready, skipping 2024-11-20T20:42:18.49171 kern.warn: [611146.013206] [drm] scheduler comp_1.3.1 is not ready, skipping 2024-11-20T20:42:18.49172 kern.alert: [611146.013208] BUG: kernel NULL pointer dereference, address: 0000000000000008 2024-11-20T20:42:18.49174 kern.alert: [611146.013210] #PF: supervisor read access in kernel mode 2024-11-20T20:42:18.49175 kern.alert: [611146.013212] #PF: error_code(0x0000) - not-present page 2024-11-20T20:42:18.49176 kern.info: [611146.013213] PGD 0 P4D 0 2024-11-20T20:42:18.49176 kern.warn: [611146.013216] Oops: 0000 [#7 (closed)] PREEMPT SMP NOPTI 2024-11-20T20:42:18.49177 kern.warn: [611146.013219] CPU: 11 PID: 16163 Comm: Xorg:cs0 Tainted: G D 6.6.57_1 #1 (closed) 2024-11-20T20:42:18.49178 kern.warn: [611146.013222] Hardware name: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.K0 03/11/2024 2024-11-20T20:42:18.49180 kern.warn: [611146.013223] RIP: 0010:drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:42:18.49181 kern.warn: [611146.013230] Code: 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 53 48 8b 6f 58 48 85 ed 74 5c 48 89 fb 48 89 ef e8 61 36 00 00 48 8b 45 10 <48> 8b 50 08 48 89 53 18 48 8b 45 10 48 8d 4a 20 48 29 c8 48 b9 b7 2024-11-20T20:42:18.49182 kern.warn: [611146.013233] RSP: 0018:ffffad30417a7780 EFLAGS: 00010206 2024-11-20T20:42:18.49183 kern.warn: [611146.013235] RAX: 0000000000000000 RBX: ffff8c17b919e800 RCX: 0000000000000000 2024-11-20T20:42:18.49184 kern.warn: [611146.013237] RDX: 0000000000000001 RSI: ffff8c184c730a10 RDI: 00000000ffffffff 2024-11-20T20:42:18.49184 kern.warn: [611146.013238] RBP: ffff8c184c730a10 R08: 0000000000000000 R09: ffffad30417a75e8 2024-11-20T20:42:18.49185 kern.warn: [611146.013240] R10: 0000000000000003 R11: ffffffffafdf2580 R12: ffffad30417a7800 2024-11-20T20:42:18.49186 kern.warn: [611146.013241] R13: 0000000000000000 R14: ffff8c175aa192b0 R15: ffff8c17510fb000 2024-11-20T20:42:18.49187 kern.warn: [611146.013243] FS: 00007f62db9ff6c0(0000) GS:ffff8c1e4ecc0000(0000) knlGS:0000000000000000 2024-11-20T20:42:18.49188 kern.warn: [611146.013245] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-11-20T20:42:18.49189 kern.warn: [611146.013246] CR2: 0000000000000008 CR3: 00000001514e2000 CR4: 0000000000750ee0 2024-11-20T20:42:18.49190 kern.warn: [611146.013248] PKRU: 55555554 2024-11-20T20:42:18.49191 kern.warn: [611146.013249] Call Trace: 2024-11-20T20:42:18.49192 kern.warn: [611146.013251] 2024-11-20T20:42:18.49193 kern.warn: [611146.013253] ? __die+0x23/0x70 2024-11-20T20:42:18.49194 kern.warn: [611146.013258] ? page_fault_oops+0x171/0x4e0 2024-11-20T20:42:18.49195 kern.warn: [611146.013261] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49196 kern.warn: [611146.013265] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49197 kern.warn: [611146.013269] ? exc_page_fault+0x7e/0x180 2024-11-20T20:42:18.49198 kern.warn: [611146.013272] ? asm_exc_page_fault+0x26/0x30 2024-11-20T20:42:18.49199 kern.warn: [611146.013276] ? drm_sched_job_arm+0x23/0x80 [gpu_sched] 2024-11-20T20:42:18.49199 kern.warn: [611146.013282] amdgpu_cs_ioctl+0x14f2/0x1a80 [amdgpu] 2024-11-20T20:42:18.49200 kern.warn: [611146.013478] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:42:18.49201 kern.warn: [611146.013639] drm_ioctl_kernel+0xd6/0x180 [drm] 2024-11-20T20:42:18.49202 kern.warn: [611146.013664] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49203 kern.warn: [611146.013668] drm_ioctl+0x26d/0x4b0 [drm] 2024-11-20T20:42:18.49204 kern.warn: [611146.013687] ? __pfx_amdgpu_cs_ioctl+0x10/0x10 [amdgpu] 2024-11-20T20:42:18.49204 kern.warn: [611146.013851] amdgpu_drm_ioctl+0x4e/0x90 [amdgpu] 2024-11-20T20:42:18.49205 kern.warn: [611146.014007] __x64_sys_ioctl+0x97/0xd0 2024-11-20T20:42:18.49206 kern.warn: [611146.014012] do_syscall_64+0x5a/0x80 2024-11-20T20:42:18.49207 kern.warn: [611146.014017] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49207 kern.warn: [611146.014019] ? __rseq_handle_notify_resume+0xa9/0x4d0 2024-11-20T20:42:18.49208 kern.warn: [611146.014023] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49209 kern.warn: [611146.014026] ? xfd_validate_state+0x22/0x80 2024-11-20T20:42:18.49209 kern.warn: [611146.014029] ? restore_fpregs_from_fpstate+0x3c/0xb0 2024-11-20T20:42:18.49210 kern.warn: [611146.014032] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49210 kern.warn: [611146.014034] ? switch_fpu_return+0x5f/0xf0 2024-11-20T20:42:18.49211 kern.warn: [611146.014036] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49212 kern.warn: [611146.014039] ? exit_to_user_mode_prepare+0x138/0x1b0 2024-11-20T20:42:18.49212 kern.warn: [611146.014042] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49213 kern.warn: [611146.014045] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:42:18.49214 kern.warn: [611146.014047] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49215 kern.warn: [611146.014049] ? do_syscall_64+0x66/0x80 2024-11-20T20:42:18.49215 kern.warn: [611146.014053] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49216 kern.warn: [611146.014056] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49216 kern.warn: [611146.014059] ? futex_wake+0x80/0x180 2024-11-20T20:42:18.49217 kern.warn: [611146.014063] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49218 kern.warn: [611146.014065] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49218 kern.warn: [611146.014068] ? __x64_sys_futex+0x129/0x1e0 2024-11-20T20:42:18.49219 kern.warn: [611146.014070] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49220 kern.warn: [611146.014073] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:42:18.49220 kern.warn: [611146.014076] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49221 kern.warn: [611146.014078] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:42:18.49222 kern.warn: [611146.014081] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49222 kern.warn: [611146.014083] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:42:18.49223 kern.warn: [611146.014085] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49223 kern.warn: [611146.014087] ? do_syscall_64+0x66/0x80 2024-11-20T20:42:18.49224 kern.warn: [611146.014090] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49225 kern.warn: [611146.014093] ? __check_object_size+0x53/0x2a0 2024-11-20T20:42:18.49226 kern.warn: [611146.014097] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49226 kern.warn: [611146.014100] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49227 kern.warn: [611146.014102] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:42:18.49228 kern.warn: [611146.014105] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49229 kern.warn: [611146.014107] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:42:18.49229 kern.warn: [611146.014110] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49230 kern.warn: [611146.014112] ? syscall_exit_to_user_mode+0x22/0x40 2024-11-20T20:42:18.49230 kern.warn: [611146.014114] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49231 kern.warn: [611146.014116] ? do_syscall_64+0x66/0x80 2024-11-20T20:42:18.49232 kern.warn: [611146.014119] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49233 kern.warn: [611146.014122] ? fpregs_assert_state_consistent+0x26/0x50 2024-11-20T20:42:18.49234 kern.warn: [611146.014124] ? srso_alias_return_thunk+0x5/0xfbef5 2024-11-20T20:42:18.49235 kern.warn: [611146.014126] ? exit_to_user_mode_prepare+0x40/0x1b0 2024-11-20T20:42:18.49236 kern.warn: [611146.014129] entry_SYSCALL_64_after_hwframe+0x78/0xe2 2024-11-20T20:42:18.49237 kern.warn: [611146.014132] RIP: 0033:0x7f62e95306bb 2024-11-20T20:42:18.49238 kern.warn: [611146.014134] 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 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-11-20T20:42:18.49239 kern.warn: [611146.014136] RSP: 002b:00007f62db9fe920 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-11-20T20:42:18.49240 kern.warn: [611146.014138] RAX: ffffffffffffffda RBX: 00007f62db9feaf8 RCX: 00007f62e95306bb 2024-11-20T20:42:18.49240 kern.warn: [611146.014140] RDX: 00007f62db9fe9f0 RSI: 00000000c0186444 RDI: 000000000000000e 2024-11-20T20:42:18.49241 kern.warn: [611146.014141] RBP: 00007f62db9fe9f0 R08: 00007f62db9feb70 R09: 00007f62db9fe9c0 2024-11-20T20:42:18.49242 kern.warn: [611146.014143] R10: 00005621ccdba630 R11: 0000000000000246 R12: 00000000c0186444 2024-11-20T20:42:18.49242 kern.warn: [611146.014144] R13: 000000000000000e R14: 00007f62db9feaf8 R15: 00005621ccdbae50 2024-11-20T20:42:18.49243 kern.warn: [611146.014149] 2024-11-20T20:42:18.49243 kern.warn: [611146.014150] Modules linked in: nfnetlink_queue nfnetlink_log xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge nfnetlink tcp_diag udp_diag inet_diag apple_mfi_fastcharge nls_iso8859_1 nls_cp437 vfat fat uas usb_storage tls rfcomm cmac algif_hash algif_skcipher af_alg bnep 8021q garp mrp stp llc joydev input_leds intel_rapl_msr intel_rapl_common mt7921e mt7921_common edac_mce_amd mt792x_lib mt76_connac_lib kvm_amd snd_hda_codec_realtek mt76 mac80211 snd_hda_codec_generic hid_generic ledtrig_audio kvm snd_hda_codec_hdmi snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi irqbypass btintel battery snd_hda_codec btbcm btmtk cfg80211 usbhid snd_hda_core rapl r8169 snd_hwdep wmi_bmof acpi_cpufreq pcspkr realtek libarc4 snd_pcm i2c_piix4 k10temp tpm_crb tpm_tis tpm_tis_core evdev mac_hid tpm gpio_amdpt g... 2024-11-20T20:42:18.49246 kern.warn: [611146.014220] tiny_power_button sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap hci_vhci bluetooth ecdh_generic rfkill ecc vfio_iommu_type1 vfio iommufd uhid hid uinput userio ppp_generic slhc tun loop nvram cuse fuse amdgpu drm_exec amdxcp drm_buddy gpu_sched ext4 video i2c_algo_bit drm_suballoc_helper drm_display_helper sd_mod cec crc16 xhci_pci crct10dif_pclmul rc_core mbcache xhci_pci_renesas crc32_pclmul jbd2 drm_kms_helper polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel drm_ttm_helper xhci_hcd sha512_ssse3 ahci sha256_ssse3 libahci ttm sha1_ssse3 aesni_intel libata drm crypto_simd usbcore cryptd ccp scsi_mod agpgart sp5100_tco rng_core usb_common scsi_common wmi button dm_mirror dm_region_hash dm_log dm_mod btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel
`
Edited by Adam W.
I have the similar issue.
All works fine before suspending the system (this starts after recent Xorg/mesa/... update). And after resume:
Dec 13 09:57:00 15inch kernel: amdgpu 0000:42:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.0.1 test failed (-110) Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] Fence fallback timer expired on ring sdma0 Dec 13 09:57:00 15inch kernel: [drm] UVD and UVD ENC initialized successfully. Dec 13 09:57:00 15inch kernel: [drm] VCE initialized successfully. Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:00 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:01 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:01 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:01 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping Dec 13 09:57:01 15inch kernel: [drm] scheduler comp_1.0.1 is not ready, skipping
But all applications works fine, just spam of this message in logs almost every second.
OS: Arch Linux GPU: RX 560 4GB GDDR5/128-bit Kernel: 6.6.65 Mesa: 24.3.1 Xorg: 21.1.14 Windows manager: i3-wm
Very very very similar here to Evgeniy Dushistov above report. I have attached the entire journal log after wakeup. amdgpu-wakeup.txt
OS: openSUSE Tumbleweed 20250109 GPU: 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] [1002:6987] (rev c1) Subsystem: Dell Device [1028:1713] Kernel driver in use: amdgpu Kernel modules: amdgpu Kernel: 6.12.8-2-default Mesa: 24.3.3 Xorg: 21.1.15-1.1 Desktop Environment: KDE with wayland server: with: Xwayland v: 24.1.4 compositor: kwin_wayland
Edited by Paul Graff- Author
Update: There is additional behaviour I discovered after either long enough uptime or enough sleep/wake up cycles. I tend not to turn off computer over night, rather I put it into suspend mode, I also suspend it up to few times a day as well. I can let it sleep over several days if I'm away from machine as was the case in previous couple of months. Problem is that after several days, 10, 12, 25, but I would say it's caused by enough amount of suspend cycles since it happens sooner when I stay home and suspend the computer every day, I can't lanuch any graphical program that makes use of gpu: games, browser, even window compositor. Checking the logs this is what I get:
What can be the cause of this, aside from null pointer dereference?
Edited by Adam W. Not sure that this is related, but, just in case will post it here - https://lore.kernel.org/lkml/ede4dabb-d3e9-45bf-8e56-aebbb8a37ae5@amd.com/
Identical issue
- OS: Arch Linux
- Kernel: 6.13.2
- CPU: AMD Ryzen 5 7600X
- GPU: AMD Radeon RX 580 (XFX) - Polaris 10 - ATOM BIOS: 113-58085SHD1-W90
- Kernel log: dmesg-6.13.2.txt
- Adam W. changed the description
changed the description