hamadmarri / TT-CPU-Scheduler

Task Type (TT) is an alternative CPU Scheduler for linux.
107 stars 12 forks source link

AMD GPU Issue #23

Closed NogradThGin closed 1 year ago

NogradThGin commented 1 year ago

Hello, Since kernels 6.1 and above (did not tested with 6.0) I can't use TT CPU Sched.

All actions requiring an interaction with my GPU (AMD RX 6800 XT) are all drastically long. Quick example: Starting xterm: 0.03s Starting alacritty: 29.11s

Same goes for Steam, or Chromium (even with HW Accel off). If we talk about games, for an unknow reason back 3~4 days ago I succesfully started AIM Lab, benchmarking it with MangoHud (linux-xanmod-tt [5.15] vs linux-xanmod-tt-uksm-cjktty [6.1.8]) gave about 30% perfomance gain.

While writing those lines, I re-tried some GPU software. It appear that TT Sched some take it sweet time to start a full communication with the GPU. After 15~20 mins of uptime, the PC finally seem fully ready to do his job. EDIT: Nah, nevermind, sometime he seem ready, sometime he seem sleepy

Distro: ArchLinux CPU: AMD R9 5950X (SMT off, no diff with it) RAM: 64Go G.Skill 3600Mhz (F4-3600C16-16GTZNC) GPU: AMD RX 6800 XT Midnight Edition MOBO: Gigabyte X570 Gaming X (Rev 1.0) (I highlyyyyyy suspect that this little fu**er to be the culprit here) WM: AwesomeWM (official repo) Driver: Either it is Vulkan (AMDVLK, AMDGPU-Pro and RADV) or OpenGL (Mesa and AMDGPU-Pro) problem happen.

With Kernel 5.15-Xanmod-TT from Chaotic-AUR, no problems. With Kernel 6.1.8-Xanmod-TT problem appear. No problems with other CPU Sched such as Bore, CFS, PDS, BMQ (Kernel 6.2.7 TKG compiled at the same time as this one).

Except for my MOBO suspicion that I would like to replace to validate it is it that create this problem. All of my analysis point to CPU Sched for the hang problem.

Any idea on what I can do to solve/investigate further the problem ?

Any help, or comparisons with similar installation (AMD CPU & GPU combo) are very welcome. It would help me determinate if the problem is my MOBO / or any other part or if it is the CPU Sched or my config that is problematic.

Thanks for the reading.

NogradThGin commented 1 year ago

Here is a little example (approximativaly 1 minute between the 2 commands) image

I started the first just after closing Steam (which, 5 minutes later, is still alive) The second was started few seconds, at most 1 minute later

hamadmarri commented 1 year ago

Hello @NogradThGin

Could you please show me the values of tt tunables https://github.com/hamadmarri/TT-CPU-Scheduler#sysctls

NogradThGin commented 1 year ago

Yes.

Here are my tunables (non-modified, after a fresh reboot)

~ ❯❯❯ sudo sysctl -a | grep sched_tt
kernel.sched_tt_balancer_opt = 2
kernel.sched_tt_batch_prio = 19
kernel.sched_tt_cpu_bound_prio = -15
kernel.sched_tt_dedicated_cpu_bound_enabled = 1
kernel.sched_tt_interactive_prio = -10
kernel.sched_tt_lat_sens_enabled = 1
kernel.sched_tt_max_lifetime = 22000
kernel.sched_tt_rt_prio = -20
``` dmesg command output ``` ``` [ 0.000000] Linux version 6.2.7-273-tkg-tt-llvm (linux62-tkg-tt-llvm@archlinux) (clang version 15.0.7, LLD 15.0.7) #1 SMP PREEMPT_DYNAMIC TKG Tue, 21 Mar 2023 20:15:09 +0000 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux62-tkg-tt-llvm root=UUID=e13af97e-2986-4218-9119-d7f1390868d3 rw mitigations=off nowatchdog tsc=reliable clocksource=tsc amdgpu.ppfeaturemask=0xffffffff drm.edid_firmware=DP-0:edid/g9.bin loglevel=3 quiet [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009c3efff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c3f000-0x0000000009ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x00000000baffcfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000baffd000-0x00000000bc769fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bc76a000-0x00000000bc7b1fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bc7b2000-0x00000000bce9bfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000bce9c000-0x00000000bdd74fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bdd75000-0x00000000bddfefff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000bddff000-0x00000000beffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000103f2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000103f300000-0x000000103fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by American Megatrends [ 0.000000] efi: ACPI=0xbce83000 ACPI 2.0=0xbce83014 TPMFinalLog=0xbce4d000 SMBIOS=0xbdc23000 SMBIOS 3.0=0xbdc22000 MEMATTR=0xb5d6e018 ESRT=0xb7775e98 [ 0.000000] efi: Remove mem322: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map [ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved [ 0.000000] efi: Remove mem323: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map [ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved [ 0.000000] efi: Remove mem324: MMIO range=[0xfd400000-0xfd5fffff] (2MB) from e820 map [ 0.000000] e820: remove [mem 0xfd400000-0xfd5fffff] reserved [ 0.000000] efi: Not removing mem325: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map [ 0.000000] efi: Remove mem326: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map [ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved [ 0.000000] efi: Not removing mem327: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem328: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem329: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map [ 0.000000] efi: Not removing mem330: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map [ 0.000000] efi: Not removing mem331: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map [ 0.000000] efi: Not removing mem332: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map [ 0.000000] efi: Remove mem333: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map [ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. X570 GAMING X/X570 GAMING X, BIOS F38a 02/08/2023 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3400.162 MHz processor [ 0.000103] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000104] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000108] last_pfn = 0x103f300 max_arch_pfn = 0x400000000 [ 0.000113] total RAM covered: 3071M [ 0.000204] Found optimal setting for mtrr clean up [ 0.000205] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G [ 0.000206] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000833] e820: update [mem 0xbc920000-0xbc92ffff] usable ==> reserved [ 0.000837] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved [ 0.000839] last_pfn = 0xbf000 max_arch_pfn = 0x400000000 [ 0.003019] esrt: Reserving ESRT space from 0x00000000b7775e98 to 0x00000000b7775ed0. [ 0.003024] e820: update [mem 0xb7775000-0xb7775fff] usable ==> reserved [ 0.003048] Using GB pages for direct mapping [ 0.003213] Secure boot disabled [ 0.003213] RAMDISK: [mem 0x2fa83000-0x33d38fff] [ 0.003304] ACPI: Early table checksum verification disabled [ 0.003306] ACPI: RSDP 0x00000000BCE83014 000024 (v02 ALASKA) [ 0.003308] ACPI: XSDT 0x00000000BCE82728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.003311] ACPI: FACP 0x00000000BC797000 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.003313] ACPI: DSDT 0x00000000BC790000 00672D (v02 ALASKA A M I 01072009 INTL 20190509) [ 0.003314] ACPI: FACS 0x00000000BCE7D000 000040 [ 0.003315] ACPI: SSDT 0x00000000BC7A6000 00B20B (v02 GBT GSWApp 00000001 INTL 20190509) [ 0.003317] ACPI: SSDT 0x00000000BC79D000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000) [ 0.003318] ACPI: SSDT 0x00000000BC799000 003D7C (v02 AMD AMD AOD 00000001 INTL 20190509) [ 0.003319] ACPI: SSDT 0x00000000BC798000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009) [ 0.003320] ACPI: FIDT 0x00000000BC78F000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003321] ACPI: MCFG 0x00000000BC78E000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.003322] ACPI: HPET 0x00000000BC78D000 000038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.003323] ACPI: SSDT 0x00000000BC78C000 000024 (v01 AMD BIXBY 00001000 INTL 20190509) [ 0.003324] ACPI: IVRS 0x00000000BC78B000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003325] ACPI: FPDT 0x00000000BC78A000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.003326] ACPI: BGRT 0x00000000BC789000 000038 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003327] ACPI: TPM2 0x00000000BC788000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.003328] ACPI: PCCT 0x00000000BC787000 00006E (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003329] ACPI: CRAT 0x00000000BC785000 001710 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003330] ACPI: CDIT 0x00000000BC784000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003331] ACPI: SSDT 0x00000000BC783000 00068E (v02 AMD QOGIRDGP 00000001 INTL 20190509) [ 0.003332] ACPI: SSDT 0x00000000BC781000 001522 (v02 AMD QOGIRTPX 00000001 INTL 20190509) [ 0.003333] ACPI: SSDT 0x00000000BC780000 000788 (v02 AMD QOGIRNOI 00000001 INTL 20190509) [ 0.003334] ACPI: SSDT 0x00000000BC77C000 003A23 (v02 AMD QOGIRN 00000001 INTL 20190509) [ 0.003335] ACPI: WSMT 0x00000000BC77B000 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003336] ACPI: APIC 0x00000000BC77A000 00015E (v04 ALASKA A M I 01072009 AMI 00010013) [ 0.003337] ACPI: SSDT 0x00000000BC778000 00147F (v02 AMD QOGIRC 00000001 INTL 20190509) [ 0.003337] ACPI: Reserving FACP table memory at [mem 0xbc797000-0xbc797113] [ 0.003338] ACPI: Reserving DSDT table memory at [mem 0xbc790000-0xbc79672c] [ 0.003339] ACPI: Reserving FACS table memory at [mem 0xbce7d000-0xbce7d03f] [ 0.003339] ACPI: Reserving SSDT table memory at [mem 0xbc7a6000-0xbc7b120a] [ 0.003339] ACPI: Reserving SSDT table memory at [mem 0xbc79d000-0xbc7a5ce8] [ 0.003339] ACPI: Reserving SSDT table memory at [mem 0xbc799000-0xbc79cd7b] [ 0.003340] ACPI: Reserving SSDT table memory at [mem 0xbc798000-0xbc7980fb] [ 0.003340] ACPI: Reserving FIDT table memory at [mem 0xbc78f000-0xbc78f09b] [ 0.003340] ACPI: Reserving MCFG table memory at [mem 0xbc78e000-0xbc78e03b] [ 0.003341] ACPI: Reserving HPET table memory at [mem 0xbc78d000-0xbc78d037] [ 0.003341] ACPI: Reserving SSDT table memory at [mem 0xbc78c000-0xbc78c023] [ 0.003341] ACPI: Reserving IVRS table memory at [mem 0xbc78b000-0xbc78b0cf] [ 0.003342] ACPI: Reserving FPDT table memory at [mem 0xbc78a000-0xbc78a043] [ 0.003342] ACPI: Reserving BGRT table memory at [mem 0xbc789000-0xbc789037] [ 0.003342] ACPI: Reserving TPM2 table memory at [mem 0xbc788000-0xbc78804b] [ 0.003343] ACPI: Reserving PCCT table memory at [mem 0xbc787000-0xbc78706d] [ 0.003343] ACPI: Reserving CRAT table memory at [mem 0xbc785000-0xbc78670f] [ 0.003343] ACPI: Reserving CDIT table memory at [mem 0xbc784000-0xbc784028] [ 0.003344] ACPI: Reserving SSDT table memory at [mem 0xbc783000-0xbc78368d] [ 0.003344] ACPI: Reserving SSDT table memory at [mem 0xbc781000-0xbc782521] [ 0.003344] ACPI: Reserving SSDT table memory at [mem 0xbc780000-0xbc780787] [ 0.003345] ACPI: Reserving SSDT table memory at [mem 0xbc77c000-0xbc77fa22] [ 0.003345] ACPI: Reserving WSMT table memory at [mem 0xbc77b000-0xbc77b027] [ 0.003345] ACPI: Reserving APIC table memory at [mem 0xbc77a000-0xbc77a15d] [ 0.003346] ACPI: Reserving SSDT table memory at [mem 0xbc778000-0xbc77947e] [ 0.003380] Zone ranges: [ 0.003380] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.003382] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.003382] Normal [mem 0x0000000100000000-0x000000103f2fffff] [ 0.003383] Device empty [ 0.003383] Movable zone start for each node [ 0.003383] Early memory node ranges [ 0.003384] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.003385] node 0: [mem 0x0000000000100000-0x0000000009c3efff] [ 0.003385] node 0: [mem 0x000000000a000000-0x000000000a1fffff] [ 0.003386] node 0: [mem 0x000000000a20e000-0x00000000baffcfff] [ 0.003386] node 0: [mem 0x00000000bddff000-0x00000000beffffff] [ 0.003386] node 0: [mem 0x0000000100000000-0x000000103f2fffff] [ 0.003388] Initmem setup node 0 [mem 0x0000000000001000-0x000000103f2fffff] [ 0.003391] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.003403] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.003506] On node 0, zone DMA32: 961 pages in unavailable ranges [ 0.005626] On node 0, zone DMA32: 14 pages in unavailable ranges [ 0.005682] On node 0, zone DMA32: 11778 pages in unavailable ranges [ 0.058015] On node 0, zone Normal: 4096 pages in unavailable ranges [ 0.058028] On node 0, zone Normal: 3328 pages in unavailable ranges [ 0.058265] ACPI: PM-Timer IO Port: 0x808 [ 0.058271] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.058282] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23 [ 0.058287] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55 [ 0.058288] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.058289] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.058290] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.058291] ACPI: HPET id: 0x10228201 base: 0xfed00000 [ 0.058298] e820: update [mem 0xb62cd000-0xb6311fff] usable ==> reserved [ 0.058307] ------------[ cut here ]------------ [ 0.058307] WARNING: CPU: 0 PID: 0 at prefill_possible_map+0x1a0/0x1f0 [ 0.058311] Modules linked in: [ 0.058312] CPU: 0 PID: 0 Comm: swapper Not tainted 6.2.7-273-tkg-tt-llvm #1 [ 0.058313] Hardware name: Gigabyte Technology Co., Ltd. X570 GAMING X/X570 GAMING X, BIOS F38a 02/08/2023 [ 0.058314] RIP: 0010:prefill_possible_map+0x1a0/0x1f0 [ 0.058315] Code: ff 48 89 05 c2 09 aa ff 48 89 05 c3 09 aa ff 89 d8 31 c9 f0 48 0f ab 0d 96 09 aa ff 48 ff c1 48 39 c8 75 ef 5b e9 10 00 ce fd <0f> 0b 89 d8 2b 05 4e 07 1e 00 48 c7 c7 40 d4 df 87 89 de 89 c1 c1 [ 0.058316] RSP: 0000:ffffffff88203f08 EFLAGS: 00010083 ORIG_RAX: 0000000000000000 [ 0.058317] RAX: 0000000000000010 RBX: 0000000000000010 RCX: 0000000000000140 [ 0.058318] RDX: 00000000ffffffff RSI: 0000000000000010 RDI: 0000000000000010 [ 0.058318] RBP: 0000000000000000 R08: ffffffff88be8570 R09: 0000000000000038 [ 0.058319] R10: 00d0000000000010 R11: ffffffff866acb30 R12: 00000000b44932a0 [ 0.058319] R13: 00000000b490bae4 R14: 00000000b44d68d1 R15: 0000000000000000 [ 0.058320] FS: 0000000000000000(0000) GS:ffffffff888d8000(0000) knlGS:0000000000000000 [ 0.058321] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 0.058321] CR2: ffff90c3ce601000 CR3: 00000005cd810000 CR4: 00000000000406b0 [ 0.058322] Call Trace: [ 0.058322] [ 0.058323] ? setup_arch+0x611/0x710 [ 0.058324] ? start_kernel+0x8d/0x690 [ 0.058326] ? secondary_startup_64_no_verify+0xe6/0xeb [ 0.058327] [ 0.058327] ---[ end trace 0000000000000000 ]--- [ 0.058328] smpboot: Allowing 16 CPUs, 0 hotplug CPUs [ 0.058340] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.058341] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.058341] PM: hibernation: Registered nosave memory: [mem 0x09c3f000-0x09ffffff] [ 0.058342] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff] [ 0.058343] PM: hibernation: Registered nosave memory: [mem 0xb62cd000-0xb6311fff] [ 0.058344] PM: hibernation: Registered nosave memory: [mem 0xb7775000-0xb7775fff] [ 0.058344] PM: hibernation: Registered nosave memory: [mem 0xbaffd000-0xbc769fff] [ 0.058345] PM: hibernation: Registered nosave memory: [mem 0xbc76a000-0xbc7b1fff] [ 0.058345] PM: hibernation: Registered nosave memory: [mem 0xbc7b2000-0xbce9bfff] [ 0.058345] PM: hibernation: Registered nosave memory: [mem 0xbce9c000-0xbdd74fff] [ 0.058345] PM: hibernation: Registered nosave memory: [mem 0xbdd75000-0xbddfefff] [ 0.058346] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff] [ 0.058346] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff] [ 0.058346] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] [ 0.058347] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff] [ 0.058347] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [ 0.058347] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [ 0.058347] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.058348] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [ 0.058348] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [ 0.058348] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [ 0.058348] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] [ 0.058349] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] [ 0.058349] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] [ 0.058349] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] [ 0.058349] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] [ 0.058350] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff] [ 0.058350] [mem 0xc0000000-0xfe9fffff] available for PCI devices [ 0.058351] Booting paravirtualized kernel on bare hardware [ 0.058352] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.061778] ------------[ cut here ]------------ [ 0.061779] WARNING: CPU: 0 PID: 0 at setup_nr_cpu_ids+0x24/0x50 [ 0.061781] Modules linked in: [ 0.061782] CPU: 0 PID: 0 Comm: swapper Tainted: G W 6.2.7-273-tkg-tt-llvm #1 [ 0.061783] Hardware name: Gigabyte Technology Co., Ltd. X570 GAMING X/X570 GAMING X, BIOS F38a 02/08/2023 [ 0.061783] RIP: 0010:setup_nr_cpu_ids+0x24/0x50 [ 0.061785] Code: fd 0f 1f 44 00 00 50 b9 04 00 00 00 48 c7 c0 00 ff ff ff 48 8b 14 cd f8 6c 3c 88 48 85 d2 75 0e 48 83 c0 40 48 83 c1 ff 72 e9 <0f> 0b eb 13 48 89 14 24 48 0f bd 0c 24 29 c1 81 f9 3f 01 00 00 75 [ 0.061785] RSP: 0000:ffffffff88203f18 EFLAGS: 00010083 ORIG_RAX: 0000000000000000 [ 0.061786] RAX: 0000000000000000 RBX: ffffffff88203f28 RCX: 000000000000000f [ 0.061787] RDX: 000000000000ffff RSI: ffffffff889e73f0 RDI: ffff90ce3f2f0680 [ 0.061787] RBP: 0000000000000000 R08: 6c6576656c676f6c R09: 746569757120333d [ 0.061788] R10: 3d6c6576656c676f R11: 0074656975712033 R12: 00000000b44932a0 [ 0.061788] R13: 00000000b490bae4 R14: ffffffff889e73f0 R15: 0000000000000000 [ 0.061789] FS: 0000000000000000(0000) GS:ffffffff888d8000(0000) knlGS:0000000000000000 [ 0.061789] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 0.061790] CR2: ffff90c3ce601000 CR3: 00000005cd810000 CR4: 00000000000406b0 [ 0.061790] Call Trace: [ 0.061792] [ 0.061792] start_kernel+0xa2/0x690 [ 0.061794] secondary_startup_64_no_verify+0xe6/0xeb [ 0.061796] [ 0.061796] ---[ end trace 0000000000000000 ]--- [ 0.061796] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:320 nr_node_ids:1 [ 0.062099] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144 [ 0.062103] pcpu-alloc: s180224 r8192 d28672 u262144 alloc=1*2097152 [ 0.062104] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.062118] Built 1 zonelists, mobility grouping on. Total pages: 16494954 [ 0.062119] Kernel command line: intel_pstate=passive nowatchdog amdgpu.ppfeaturemask=0xfffd7fff mitigations=off split_lock_detect=off BOOT_IMAGE=/boot/vmlinuz-linux62-tkg-tt-llvm root=UUID=e13af97e-2986-4218-9119-d7f1390868d3 rw mitigations=off nowatchdog tsc=reliable clocksource=tsc amdgpu.ppfeaturemask=0xffffffff drm.edid_firmware=DP-0:edid/g9.bin loglevel=3 quiet [ 0.062170] Unknown kernel command line parameters "split_lock_detect=off BOOT_IMAGE=/boot/vmlinuz-linux62-tkg-tt-llvm", will be passed to user space. [ 0.062191] random: crng init done [ 0.065291] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) [ 0.066803] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.066858] mem auto-init: stack:all(zero), heap alloc:on, heap free:on [ 0.066859] mem auto-init: clearing system memory may take some time... [ 0.066888] software IO TLB: area num 16. [ 3.175908] Memory: 65592556K/67027768K available (22528K kernel code, 1821K rwdata, 4788K rodata, 2028K init, 5188K bss, 1434952K reserved, 0K cma-reserved) [ 3.175964] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=320, Nodes=1 [ 3.175975] TT CPU scheduler v6.1 by Hamad Al Marri. [ 3.177425] Dynamic Preempt: voluntary [ 3.177445] rcu: Preemptible hierarchical RCU implementation. [ 3.177445] Trampoline variant of Tasks RCU enabled. [ 3.177446] Tracing variant of Tasks RCU enabled. [ 3.177446] rcu: RCU calculated value of scheduler-enlistment delay is 101 jiffies. [ 3.177464] NR_IRQS: 20736, nr_irqs: 3528, preallocated irqs: 16 [ 3.177619] rcu: srcu_init: Setting srcu_struct sizes to big. [ 3.177668] Console: colour dummy device 80x25 [ 3.177669] printk: console [tty0] enabled [ 3.177684] ACPI: Core revision 20221020 [ 3.177773] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 3.177788] APIC: Switch to symmetric I/O mode setup [ 3.178119] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 [ 3.500579] x2apic: IRQ remapping doesn't support X2APIC mode [ 3.500594] Switched APIC routing to physical flat. [ 3.501207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 3.505769] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3102e7cf384, max_idle_ns: 440795274468 ns [ 3.505772] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.32 BogoMIPS (lpj=3400162) [ 3.505773] pid_max: default: 32768 minimum: 301 [ 3.511785] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity,apparmor [ 3.511792] landlock: Up and running. [ 3.511792] Yama: becoming mindful. [ 3.511805] AppArmor: AppArmor initialized [ 3.511820] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 3.511822] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 3.511922] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 3.511964] LVT offset 1 assigned for vector 0xf9 [ 3.512104] LVT offset 2 assigned for vector 0xf4 [ 3.512143] process: using mwait in idle threads [ 3.512144] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256 [ 3.512144] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 3.512147] Spectre V2 : User space: Vulnerable [ 3.512148] Speculative Store Bypass: Vulnerable [ 3.525238] Freeing SMP alternatives memory: 108K [ 3.627413] smpboot: CPU0: AMD Ryzen 9 5950X 16-Core Processor (family: 0x19, model: 0x21, stepping: 0x0) [ 3.627456] cblist_init_generic: Setting adjustable number of callback queues. [ 3.627457] cblist_init_generic: Setting shift to 9 and lim to 1. [ 3.627462] cblist_init_generic: Setting shift to 9 and lim to 1. [ 3.627466] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 3.627468] ... version: 0 [ 3.627469] ... bit width: 48 [ 3.627469] ... generic registers: 6 [ 3.627469] ... value mask: 0000ffffffffffff [ 3.627470] ... max period: 00007fffffffffff [ 3.627470] ... fixed-purpose events: 0 [ 3.627470] ... event mask: 000000000000003f [ 3.627526] rcu: Hierarchical SRCU implementation. [ 3.627527] rcu: Max phase no-delay instances is 400. [ 3.627698] smp: Bringing up secondary CPUs ... [ 3.627728] x86: Booting SMP configuration: [ 3.627729] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 [ 3.629894] smp: Brought up 1 node, 16 CPUs [ 3.629894] smpboot: Max logical packages: 1 [ 3.629894] smpboot: Total of 16 processors activated (108805.18 BogoMIPS) [ 3.631341] devtmpfs: initialized [ 3.631341] x86/mm: Memory block size: 2048MB [ 3.631341] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes) [ 3.631341] ACPI: PM: Registering ACPI NVS region [mem 0xbc7b2000-0xbce9bfff] (7249920 bytes) [ 3.631341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 3.631341] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 3.631341] pinctrl core: initialized pinctrl subsystem [ 3.631981] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 3.632034] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 3.632038] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 3.632042] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 3.632045] audit: initializing netlink subsys (disabled) [ 3.632055] audit: type=2000 audit(1679535767.133:1): state=initialized audit_enabled=0 res=1 [ 3.632055] thermal_sys: Registered thermal governor 'fair_share' [ 3.632055] thermal_sys: Registered thermal governor 'bang_bang' [ 3.632055] thermal_sys: Registered thermal governor 'step_wise' [ 3.632055] thermal_sys: Registered thermal governor 'user_space' [ 3.632055] thermal_sys: Registered thermal governor 'power_allocator' [ 3.632055] cpuidle: using governor ladder [ 3.632055] cpuidle: using governor menu [ 3.632055] Detected 1 PCC Subspaces [ 3.632055] Registering PCC driver as Mailbox controller [ 3.632055] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 3.632055] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 3.632055] PCI: not using MMCONFIG [ 3.632055] PCI: Using configuration type 1 for base access [ 3.632055] PCI: Using configuration type 1 for extended access [ 3.632055] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 3.632055] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 3.632055] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 3.632055] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 3.632055] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 3.632055] ACPI: Added _OSI(Module Device) [ 3.632055] ACPI: Added _OSI(Processor Device) [ 3.632055] ACPI: Added _OSI(3.0 _SCP Extensions) [ 3.632055] ACPI: Added _OSI(Processor Aggregator Device) [ 3.641903] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 3.642645] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 3.650864] ACPI: Interpreter enabled [ 3.650873] ACPI: PM: (supports S0 S4 S5) [ 3.650873] ACPI: Using IOAPIC for interrupt routing [ 3.651318] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 3.651343] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource [ 3.651348] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 3.651349] PCI: Ignoring E820 reservations for host bridge windows [ 3.651574] ACPI: Enabled 2 GPEs in block 00 to 1F [ 3.656821] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 3.656824] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 3.656875] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC] [ 3.656964] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 3.656965] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge [ 3.657173] PCI host bridge to bus 0000:00 [ 3.657174] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 3.657175] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 3.657176] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 3.657176] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 3.657177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] [ 3.657177] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec02fff window] [ 3.657178] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window] [ 3.657178] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.657188] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 [ 3.657258] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 [ 3.657328] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 [ 3.657373] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 [ 3.657397] pci 0000:00:01.2: enabling Extended Tags [ 3.657441] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold [ 3.657550] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 [ 3.657597] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 [ 3.657638] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 [ 3.657704] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold [ 3.657805] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 [ 3.657851] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 [ 3.657898] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 [ 3.657939] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 [ 3.657961] pci 0000:00:07.1: enabling Extended Tags [ 3.657997] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 3.658078] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 [ 3.658120] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 [ 3.658143] pci 0000:00:08.1: enabling Extended Tags [ 3.658183] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 3.658285] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 3.658375] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 3.658472] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 [ 3.658489] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 [ 3.658506] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 [ 3.658523] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 [ 3.658539] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 [ 3.658555] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 [ 3.658572] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 [ 3.658588] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 [ 3.658650] pci 0000:01:00.0: [1022:57ad] type 01 class 0x060400 [ 3.658704] pci 0000:01:00.0: enabling Extended Tags [ 3.658786] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 3.658883] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link) [ 3.658977] pci 0000:00:01.2: PCI bridge to [bus 01-08] [ 3.658981] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] [ 3.658982] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc8fffff] [ 3.659208] pci 0000:02:03.0: [1022:57a3] type 01 class 0x060400 [ 3.659281] pci 0000:02:03.0: enabling Extended Tags [ 3.659540] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold [ 3.659980] pci 0000:02:04.0: [1022:57a3] type 01 class 0x060400 [ 3.660053] pci 0000:02:04.0: enabling Extended Tags [ 3.660292] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold [ 3.660795] pci 0000:02:08.0: [1022:57a4] type 01 class 0x060400 [ 3.660863] pci 0000:02:08.0: enabling Extended Tags [ 3.661019] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold [ 3.661233] pci 0000:02:09.0: [1022:57a4] type 01 class 0x060400 [ 3.661301] pci 0000:02:09.0: enabling Extended Tags [ 3.661477] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold [ 3.661678] pci 0000:02:0a.0: [1022:57a4] type 01 class 0x060400 [ 3.661746] pci 0000:02:0a.0: enabling Extended Tags [ 3.661894] pci 0000:02:0a.0: PME# supported from D0 D3hot D3cold [ 3.662107] pci 0000:01:00.0: PCI bridge to [bus 02-08] [ 3.662113] pci 0000:01:00.0: bridge window [io 0xf000-0xffff] [ 3.662116] pci 0000:01:00.0: bridge window [mem 0xfc200000-0xfc8fffff] [ 3.662223] pci 0000:03:00.0: [10e3:8111] type 01 class 0x060400 [ 3.662248] pci 0000:03:00.0: reg 0x10: [mem 0xfc500000-0xfc500fff] [ 3.662382] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot [ 3.662513] pci 0000:02:03.0: PCI bridge to [bus 03-04] [ 3.662522] pci 0000:02:03.0: bridge window [mem 0xfc400000-0xfc5fffff] [ 3.662578] pci_bus 0000:04: extended config space not accessible [ 3.662597] pci 0000:04:00.0: [1102:0010] type 00 class 0x040300 [ 3.662637] pci 0000:04:00.0: reg 0x10: [mem 0xfc404000-0xfc407fff 64bit] [ 3.662660] pci 0000:04:00.0: reg 0x18: [mem 0xfc400000-0xfc403fff 64bit] [ 3.662755] pci 0000:04:00.0: supports D2 [ 3.662868] pci 0000:03:00.0: PCI bridge to [bus 04] [ 3.662881] pci 0000:03:00.0: bridge window [mem 0xfc400000-0xfc4fffff] [ 3.663002] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 [ 3.663029] pci 0000:05:00.0: reg 0x10: [io 0xf000-0xf0ff] [ 3.663065] pci 0000:05:00.0: reg 0x18: [mem 0xfc804000-0xfc804fff 64bit] [ 3.663088] pci 0000:05:00.0: reg 0x20: [mem 0xfc800000-0xfc803fff 64bit] [ 3.663232] pci 0000:05:00.0: supports D1 D2 [ 3.663233] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.663473] pci 0000:02:04.0: PCI bridge to [bus 05] [ 3.663479] pci 0000:02:04.0: bridge window [io 0xf000-0xffff] [ 3.663482] pci 0000:02:04.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 3.663592] pci 0000:06:00.0: [1022:1485] type 00 class 0x130000 [ 3.663657] pci 0000:06:00.0: enabling Extended Tags [ 3.663823] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.664019] pci 0000:06:00.1: [1022:149c] type 00 class 0x0c0330 [ 3.664410] pci 0000:06:00.1: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit] [ 3.665160] pci 0000:06:00.1: enabling Extended Tags [ 3.665683] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold [ 3.666068] pci 0000:06:00.3: [1022:149c] type 00 class 0x0c0330 [ 3.666093] pci 0000:06:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit] [ 3.666151] pci 0000:06:00.3: enabling Extended Tags [ 3.666222] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold [ 3.666345] pci 0000:02:08.0: PCI bridge to [bus 06] [ 3.666354] pci 0000:02:08.0: bridge window [mem 0xfc200000-0xfc3fffff] [ 3.666468] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601 [ 3.666537] pci 0000:07:00.0: reg 0x24: [mem 0xfc700000-0xfc7007ff] [ 3.666556] pci 0000:07:00.0: enabling Extended Tags [ 3.666651] pci 0000:07:00.0: PME# supported from D3hot D3cold [ 3.666736] pci 0000:07:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.666821] pci 0000:02:09.0: PCI bridge to [bus 07] [ 3.666829] pci 0000:02:09.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 3.666921] pci 0000:08:00.0: [1022:7901] type 00 class 0x010601 [ 3.666989] pci 0000:08:00.0: reg 0x24: [mem 0xfc600000-0xfc6007ff] [ 3.667008] pci 0000:08:00.0: enabling Extended Tags [ 3.667103] pci 0000:08:00.0: PME# supported from D3hot D3cold [ 3.667189] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 3.667268] pci 0000:02:0a.0: PCI bridge to [bus 08] [ 3.667276] pci 0000:02:0a.0: bridge window [mem 0xfc600000-0xfc6fffff] [ 3.667355] pci 0000:09:00.0: [1002:1478] type 01 class 0x060400 [ 3.667368] pci 0000:09:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff] [ 3.667468] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold [ 3.667624] pci 0000:00:03.1: PCI bridge to [bus 09-0b] [ 3.667626] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] [ 3.667628] pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfccfffff] [ 3.667631] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.667676] pci 0000:0a:00.0: [1002:1479] type 01 class 0x060400 [ 3.667788] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold [ 3.668179] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] [ 3.668184] pci 0000:09:00.0: bridge window [io 0xe000-0xefff] [ 3.668186] pci 0000:09:00.0: bridge window [mem 0xfc900000-0xfcbfffff] [ 3.668190] pci 0000:09:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.668240] pci 0000:0b:00.0: [1002:73bf] type 00 class 0x030000 [ 3.668257] pci 0000:0b:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref] [ 3.668268] pci 0000:0b:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref] [ 3.668275] pci 0000:0b:00.0: reg 0x20: [io 0xe000-0xe0ff] [ 3.668282] pci 0000:0b:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff] [ 3.668289] pci 0000:0b:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref] [ 3.668312] pci 0000:0b:00.0: BAR 0: assigned to efifb [ 3.668318] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 3.668383] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold [ 3.668533] pci 0000:0b:00.1: [1002:ab28] type 00 class 0x040300 [ 3.668546] pci 0000:0b:00.1: reg 0x10: [mem 0xfcb24000-0xfcb27fff] [ 3.668643] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold [ 3.668733] pci 0000:0b:00.2: [1002:73a6] type 00 class 0x0c0330 [ 3.668750] pci 0000:0b:00.2: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit] [ 3.668845] pci 0000:0b:00.2: PME# supported from D0 D3hot D3cold [ 3.668928] pci 0000:0b:00.3: [1002:73a4] type 00 class 0x0c8000 [ 3.668945] pci 0000:0b:00.3: reg 0x10: [mem 0xfcb20000-0xfcb23fff 64bit] [ 3.669035] pci 0000:0b:00.3: PME# supported from D0 D3hot [ 3.669145] pci 0000:0a:00.0: PCI bridge to [bus 0b] [ 3.669149] pci 0000:0a:00.0: bridge window [io 0xe000-0xefff] [ 3.669151] pci 0000:0a:00.0: bridge window [mem 0xfc900000-0xfcbfffff] [ 3.669155] pci 0000:0a:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.669195] pci 0000:0c:00.0: [1022:148a] type 00 class 0x130000 [ 3.669221] pci 0000:0c:00.0: enabling Extended Tags [ 3.669340] pci 0000:00:07.1: PCI bridge to [bus 0c] [ 3.669382] pci 0000:0d:00.0: [1022:1485] type 00 class 0x130000 [ 3.669413] pci 0000:0d:00.0: enabling Extended Tags [ 3.669545] pci 0000:0d:00.1: [1022:1486] type 00 class 0x108000 [ 3.669560] pci 0000:0d:00.1: reg 0x18: [mem 0xfce00000-0xfcefffff] [ 3.669570] pci 0000:0d:00.1: reg 0x24: [mem 0xfcf08000-0xfcf09fff] [ 3.669578] pci 0000:0d:00.1: enabling Extended Tags [ 3.669685] pci 0000:0d:00.3: [1022:149c] type 00 class 0x0c0330 [ 3.669697] pci 0000:0d:00.3: reg 0x10: [mem 0xfcd00000-0xfcdfffff 64bit] [ 3.669725] pci 0000:0d:00.3: enabling Extended Tags [ 3.669768] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold [ 3.669847] pci 0000:0d:00.4: [1022:1487] type 00 class 0x040300 [ 3.669855] pci 0000:0d:00.4: reg 0x10: [mem 0xfcf00000-0xfcf07fff] [ 3.669880] pci 0000:0d:00.4: enabling Extended Tags [ 3.669920] pci 0000:0d:00.4: PME# supported from D0 D3hot D3cold [ 3.670004] pci 0000:00:08.1: PCI bridge to [bus 0d] [ 3.670007] pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcffffff] [ 3.670026] pci_bus 0000:00: on NUMA node 0 [ 3.670174] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 3.670207] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 [ 3.670234] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 3.670268] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 3.670298] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 3.670323] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 3.670348] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 3.670373] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 3.670964] iommu: Default domain type: Translated [ 3.670964] iommu: DMA domain TLB invalidation policy: lazy mode [ 3.670964] SCSI subsystem initialized [ 3.670964] libata version 3.00 loaded. [ 3.670964] ACPI: bus type USB registered [ 3.670964] usbcore: registered new interface driver usbfs [ 3.670964] usbcore: registered new interface driver hub [ 3.670964] usbcore: registered new device driver usb [ 3.670964] pps_core: LinuxPPS API ver. 1 registered [ 3.670964] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 3.670964] PTP clock support registered [ 3.670964] EDAC MC: Ver: 3.0.0 [ 3.670964] Registered efivars operations [ 3.671846] NetLabel: Initializing [ 3.671847] NetLabel: domain hash size = 128 [ 3.671847] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 3.671854] NetLabel: unlabeled traffic allowed by default [ 3.671859] mctp: management component transport protocol core [ 3.671859] NET: Registered PF_MCTP protocol family [ 3.671859] PCI: Using ACPI for IRQ routing [ 3.676438] PCI: pci_cache_line_size set to 64 bytes [ 3.676544] e820: reserve RAM buffer [mem 0x09c3f000-0x0bffffff] [ 3.676545] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 3.676545] e820: reserve RAM buffer [mem 0xb62cd000-0xb7ffffff] [ 3.676546] e820: reserve RAM buffer [mem 0xb7775000-0xb7ffffff] [ 3.676546] e820: reserve RAM buffer [mem 0xbaffd000-0xbbffffff] [ 3.676547] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff] [ 3.676547] e820: reserve RAM buffer [mem 0x103f300000-0x103fffffff] [ 3.676569] pci 0000:0b:00.0: vgaarb: setting as boot VGA device [ 3.676569] pci 0000:0b:00.0: vgaarb: bridge control possible [ 3.676569] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 3.676569] vgaarb: loaded [ 3.676569] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 3.676569] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 3.677790] clocksource: Switched to clocksource tsc-early [ 3.677809] VFS: Disk quotas dquot_6.6.0 [ 3.677815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.677866] AppArmor: AppArmor Filesystem Enabled [ 3.677882] pnp: PnP ACPI init [ 3.677930] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved [ 3.677985] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved [ 3.678089] system 00:03: [io 0x0a00-0x0a2f] has been reserved [ 3.678090] system 00:03: [io 0x0a30-0x0a3f] has been reserved [ 3.678090] system 00:03: [io 0x0a40-0x0a4f] has been reserved [ 3.678219] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 3.678219] system 00:04: [io 0x040b] has been reserved [ 3.678220] system 00:04: [io 0x04d6] has been reserved [ 3.678221] system 00:04: [io 0x0c00-0x0c01] has been reserved [ 3.678221] system 00:04: [io 0x0c14] has been reserved [ 3.678222] system 00:04: [io 0x0c50-0x0c51] has been reserved [ 3.678222] system 00:04: [io 0x0c52] has been reserved [ 3.678223] system 00:04: [io 0x0c6c] has been reserved [ 3.678223] system 00:04: [io 0x0c6f] has been reserved [ 3.678224] system 00:04: [io 0x0cd8-0x0cdf] has been reserved [ 3.678224] system 00:04: [io 0x0800-0x089f] has been reserved [ 3.678225] system 00:04: [io 0x0b00-0x0b0f] has been reserved [ 3.678226] system 00:04: [io 0x0b20-0x0b3f] has been reserved [ 3.678226] system 00:04: [io 0x0900-0x090f] has been reserved [ 3.678227] system 00:04: [io 0x0910-0x091f] has been reserved [ 3.678227] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved [ 3.678228] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved [ 3.678229] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 3.678229] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved [ 3.678230] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 3.678231] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved [ 3.678231] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 3.678539] pnp: PnP ACPI: found 5 devices [ 3.683624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.683658] NET: Registered PF_INET protocol family [ 3.683674] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 3.685802] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 3.685827] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 3.685835] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 3.686079] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 3.686162] TCP: Hash tables configured (established 524288 bind 65536) [ 3.686201] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear) [ 3.686256] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 3.686316] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 3.686393] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 3.686397] NET: Registered PF_XDP protocol family [ 3.686404] pci 0000:03:00.0: PCI bridge to [bus 04] [ 3.686412] pci 0000:03:00.0: bridge window [mem 0xfc400000-0xfc4fffff] [ 3.686425] pci 0000:02:03.0: PCI bridge to [bus 03-04] [ 3.686430] pci 0000:02:03.0: bridge window [mem 0xfc400000-0xfc5fffff] [ 3.686439] pci 0000:02:04.0: PCI bridge to [bus 05] [ 3.686441] pci 0000:02:04.0: bridge window [io 0xf000-0xffff] [ 3.686445] pci 0000:02:04.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 3.686454] pci 0000:02:08.0: PCI bridge to [bus 06] [ 3.686459] pci 0000:02:08.0: bridge window [mem 0xfc200000-0xfc3fffff] [ 3.686467] pci 0000:02:09.0: PCI bridge to [bus 07] [ 3.686472] pci 0000:02:09.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 3.686480] pci 0000:02:0a.0: PCI bridge to [bus 08] [ 3.686485] pci 0000:02:0a.0: bridge window [mem 0xfc600000-0xfc6fffff] [ 3.686493] pci 0000:01:00.0: PCI bridge to [bus 02-08] [ 3.686495] pci 0000:01:00.0: bridge window [io 0xf000-0xffff] [ 3.686499] pci 0000:01:00.0: bridge window [mem 0xfc200000-0xfc8fffff] [ 3.686507] pci 0000:00:01.2: PCI bridge to [bus 01-08] [ 3.686508] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] [ 3.686511] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc8fffff] [ 3.686515] pci 0000:0a:00.0: PCI bridge to [bus 0b] [ 3.686516] pci 0000:0a:00.0: bridge window [io 0xe000-0xefff] [ 3.686520] pci 0000:0a:00.0: bridge window [mem 0xfc900000-0xfcbfffff] [ 3.686522] pci 0000:0a:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686526] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] [ 3.686528] pci 0000:09:00.0: bridge window [io 0xe000-0xefff] [ 3.686531] pci 0000:09:00.0: bridge window [mem 0xfc900000-0xfcbfffff] [ 3.686533] pci 0000:09:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686538] pci 0000:00:03.1: PCI bridge to [bus 09-0b] [ 3.686539] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] [ 3.686541] pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfccfffff] [ 3.686542] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686545] pci 0000:00:07.1: PCI bridge to [bus 0c] [ 3.686551] pci 0000:00:08.1: PCI bridge to [bus 0d] [ 3.686553] pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcffffff] [ 3.686557] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 3.686558] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 3.686558] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 3.686559] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 3.686559] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] [ 3.686560] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec02fff window] [ 3.686560] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window] [ 3.686561] pci_bus 0000:01: resource 0 [io 0xf000-0xffff] [ 3.686561] pci_bus 0000:01: resource 1 [mem 0xfc200000-0xfc8fffff] [ 3.686562] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] [ 3.686562] pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc8fffff] [ 3.686563] pci_bus 0000:03: resource 1 [mem 0xfc400000-0xfc5fffff] [ 3.686563] pci_bus 0000:04: resource 1 [mem 0xfc400000-0xfc4fffff] [ 3.686564] pci_bus 0000:05: resource 0 [io 0xf000-0xffff] [ 3.686564] pci_bus 0000:05: resource 1 [mem 0xfc800000-0xfc8fffff] [ 3.686565] pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc3fffff] [ 3.686565] pci_bus 0000:07: resource 1 [mem 0xfc700000-0xfc7fffff] [ 3.686565] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc6fffff] [ 3.686566] pci_bus 0000:09: resource 0 [io 0xe000-0xefff] [ 3.686566] pci_bus 0000:09: resource 1 [mem 0xfc900000-0xfccfffff] [ 3.686567] pci_bus 0000:09: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686567] pci_bus 0000:0a: resource 0 [io 0xe000-0xefff] [ 3.686568] pci_bus 0000:0a: resource 1 [mem 0xfc900000-0xfcbfffff] [ 3.686568] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686569] pci_bus 0000:0b: resource 0 [io 0xe000-0xefff] [ 3.686569] pci_bus 0000:0b: resource 1 [mem 0xfc900000-0xfcbfffff] [ 3.686570] pci_bus 0000:0b: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref] [ 3.686570] pci_bus 0000:0d: resource 1 [mem 0xfcd00000-0xfcffffff] [ 3.686889] pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0 [ 3.686936] pci 0000:0b:00.2: D0 power state depends on 0000:0b:00.0 [ 3.687064] pci 0000:0b:00.3: D0 power state depends on 0000:0b:00.0 [ 3.687171] PCI: CLS 64 bytes, default 64 [ 3.687177] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 3.687191] pci 0000:00:01.0: Adding to iommu group 0 [ 3.687196] pci 0000:00:01.2: Adding to iommu group 1 [ 3.687200] Trying to unpack rootfs image as initramfs... [ 3.687201] pci 0000:00:02.0: Adding to iommu group 2 [ 3.687206] pci 0000:00:03.0: Adding to iommu group 3 [ 3.687210] pci 0000:00:03.1: Adding to iommu group 4 [ 3.687215] pci 0000:00:04.0: Adding to iommu group 5 [ 3.687220] pci 0000:00:05.0: Adding to iommu group 6 [ 3.687226] pci 0000:00:07.0: Adding to iommu group 7 [ 3.687230] pci 0000:00:07.1: Adding to iommu group 8 [ 3.687236] pci 0000:00:08.0: Adding to iommu group 9 [ 3.687240] pci 0000:00:08.1: Adding to iommu group 10 [ 3.687247] pci 0000:00:14.0: Adding to iommu group 11 [ 3.687250] pci 0000:00:14.3: Adding to iommu group 11 [ 3.687263] pci 0000:00:18.0: Adding to iommu group 12 [ 3.687267] pci 0000:00:18.1: Adding to iommu group 12 [ 3.687270] pci 0000:00:18.2: Adding to iommu group 12 [ 3.687274] pci 0000:00:18.3: Adding to iommu group 12 [ 3.687277] pci 0000:00:18.4: Adding to iommu group 12 [ 3.687280] pci 0000:00:18.5: Adding to iommu group 12 [ 3.687283] pci 0000:00:18.6: Adding to iommu group 12 [ 3.687286] pci 0000:00:18.7: Adding to iommu group 12 [ 3.687291] pci 0000:01:00.0: Adding to iommu group 13 [ 3.687318] pci 0000:02:03.0: Adding to iommu group 14 [ 3.687346] pci 0000:02:04.0: Adding to iommu group 15 [ 3.687351] pci 0000:02:08.0: Adding to iommu group 16 [ 3.687357] pci 0000:02:09.0: Adding to iommu group 17 [ 3.687363] pci 0000:02:0a.0: Adding to iommu group 18 [ 3.687390] pci 0000:03:00.0: Adding to iommu group 19 [ 3.687391] pci 0000:04:00.0: Adding to iommu group 19 [ 3.687419] pci 0000:05:00.0: Adding to iommu group 20 [ 3.687420] pci 0000:06:00.0: Adding to iommu group 16 [ 3.687422] pci 0000:06:00.1: Adding to iommu group 16 [ 3.687423] pci 0000:06:00.3: Adding to iommu group 16 [ 3.687425] pci 0000:07:00.0: Adding to iommu group 17 [ 3.687426] pci 0000:08:00.0: Adding to iommu group 18 [ 3.687431] pci 0000:09:00.0: Adding to iommu group 21 [ 3.687435] pci 0000:0a:00.0: Adding to iommu group 22 [ 3.687445] pci 0000:0b:00.0: Adding to iommu group 23 [ 3.687453] pci 0000:0b:00.1: Adding to iommu group 24 [ 3.687461] pci 0000:0b:00.2: Adding to iommu group 25 [ 3.687469] pci 0000:0b:00.3: Adding to iommu group 26 [ 3.687474] pci 0000:0c:00.0: Adding to iommu group 27 [ 3.687479] pci 0000:0d:00.0: Adding to iommu group 28 [ 3.687485] pci 0000:0d:00.1: Adding to iommu group 29 [ 3.687490] pci 0000:0d:00.3: Adding to iommu group 30 [ 3.687496] pci 0000:0d:00.4: Adding to iommu group 31 [ 3.689328] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 3.689328] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC [ 3.689331] AMD-Vi: Interrupt remapping enabled [ 3.689375] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 3.689379] software IO TLB: mapped [mem 0x00000000b1aa0000-0x00000000b5aa0000] (64MB) [ 3.689392] LVT offset 0 assigned for vector 0x400 [ 3.689842] perf: AMD IBS detected (0x000003ff) [ 3.689847] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 3.690099] Initialise system trusted keyrings [ 3.690106] Key type blacklist registered [ 3.690133] workingset: timestamp_bits=46 max_order=24 bucket_order=0 [ 3.690263] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.690299] fuse: init (API version 7.38) [ 3.690376] integrity: Platform Keyring initialized [ 3.690378] integrity: Machine keyring initialized [ 3.696343] Key type asymmetric registered [ 3.696343] Asymmetric key parser 'x509' registered [ 3.696351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 3.696376] io scheduler mq-deadline registered [ 3.699356] Freeing initrd memory: 68312K [ 3.700248] pcieport 0000:00:01.2: PME: Signaling with IRQ 29 [ 3.700294] pcieport 0000:00:01.2: AER: enabled with IRQ 29 [ 3.700389] pcieport 0000:00:03.1: PME: Signaling with IRQ 30 [ 3.700420] pcieport 0000:00:03.1: AER: enabled with IRQ 30 [ 3.700552] pcieport 0000:00:07.1: PME: Signaling with IRQ 32 [ 3.700582] pcieport 0000:00:07.1: AER: enabled with IRQ 32 [ 3.700658] pcieport 0000:00:08.1: PME: Signaling with IRQ 33 [ 3.700690] pcieport 0000:00:08.1: AER: enabled with IRQ 33 [ 3.701988] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 3.702061] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 3.702069] ACPI: button: Power Button [PWRB] [ 3.702082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 3.702108] ACPI: button: Power Button [PWRF] [ 4.745788] tsc: Refined TSC clocksource calibration: 3399.999 MHz [ 4.745793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024d9464a, max_idle_ns: 440795287124 ns [ 4.745808] clocksource: Switched to clocksource tsc [ 5.771480] ACPI: \_TZ_.TZ10: Invalid passive threshold [ 5.771649] thermal LNXTHERM:00: registered as thermal_zone0 [ 5.771650] ACPI: thermal: Thermal Zone [TZ10] (17 C) [ 5.771691] ACPI: \_TZ_.PCT0: Invalid passive threshold [ 5.771721] thermal LNXTHERM:01: registered as thermal_zone1 [ 5.771722] ACPI: thermal: Thermal Zone [PCT0] (17 C) [ 5.771757] ACPI: \_TZ_.UAD0: Invalid passive threshold [ 5.771790] thermal LNXTHERM:02: registered as thermal_zone2 [ 5.771791] ACPI: thermal: Thermal Zone [UAD0] (17 C) [ 5.772020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 5.772680] Linux agpgart interface v0.103 [ 5.818736] tun: Universal TUN/TAP device driver, 1.6 [ 5.818755] PPP generic driver version 2.4.2 [ 5.818803] i8042: PNP: No PS/2 controller found. [ 5.818822] mousedev: PS/2 mouse device common for all mice [ 5.818856] rtc_cmos 00:02: RTC can wake from S4 [ 5.819025] rtc_cmos 00:02: registered as rtc0 [ 5.819053] rtc_cmos 00:02: setting system clock to 2023-03-23T01:42:50 UTC (1679535770) [ 5.819069] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 5.819074] i2c_dev: i2c /dev entries driver [ 5.819081] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 5.819088] device-mapper: uevent: version 1.0.3 [ 5.819100] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 5.819306] ledtrig-cpu: registered to indicate activity on CPUs [ 5.819318] efifb: probing for efifb [ 5.819329] efifb: showing boot graphics [ 5.819783] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k [ 5.819784] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 5.819785] efifb: scrolling: redraw [ 5.819785] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 5.819800] fbcon: Deferring console take-over [ 5.819800] fb0: EFI VGA frame buffer device [ 5.819875] NET: Registered PF_INET6 protocol family [ 5.822316] Segment Routing with IPv6 [ 5.822320] In-situ OAM (IOAM) with IPv6 [ 5.822331] NET: Registered PF_PACKET protocol family [ 5.822350] Key type dns_resolver registered [ 5.823037] microcode: CPU1: patch_level=0x0a201025 [ 5.823043] microcode: CPU14: patch_level=0x0a201025 [ 5.823043] microcode: CPU13: patch_level=0x0a201025 [ 5.823043] microcode: CPU8: patch_level=0x0a201025 [ 5.823044] microcode: CPU9: patch_level=0x0a201025 [ 5.823044] microcode: CPU12: patch_level=0x0a201025 [ 5.823044] microcode: CPU10: patch_level=0x0a201025 [ 5.823045] microcode: CPU11: patch_level=0x0a201025 [ 5.823046] microcode: CPU15: patch_level=0x0a201025 [ 5.823046] microcode: CPU0: patch_level=0x0a201025 [ 5.823048] microcode: CPU2: patch_level=0x0a201025 [ 5.823050] microcode: CPU3: patch_level=0x0a201025 [ 5.823051] microcode: CPU4: patch_level=0x0a201025 [ 5.823052] microcode: CPU5: patch_level=0x0a201025 [ 5.823054] microcode: CPU6: patch_level=0x0a201025 [ 5.823055] microcode: CPU7: patch_level=0x0a201025 [ 5.823064] microcode: Microcode Update Driver: v2.2. [ 5.823161] resctrl: L3 allocation detected [ 5.823161] resctrl: MB allocation detected [ 5.823162] resctrl: L3 monitoring detected [ 5.823163] IPI shorthand broadcast: enabled [ 5.823712] sched_clock: Marking stable (5502027503, 321126025)->(5825655580, -2502052) [ 5.823768] registered taskstats version 1 [ 5.823808] Loading compiled-in X.509 certificates [ 5.824088] Loaded X.509 cert 'Build time autogenerated kernel key: 738e84be8f67090534558a5604aedc88e47350ac' [ 5.824170] zswap: loaded using pool lz4/z3fold [ 5.824666] Key type .fscrypt registered [ 5.824667] Key type fscrypt-provisioning registered [ 5.824756] Key type trusted registered [ 5.825829] Key type encrypted registered [ 5.825831] AppArmor: AppArmor sha1 policy hashing enabled [ 5.825881] Loading compiled-in module X.509 certificates [ 5.826127] Loaded X.509 cert 'Build time autogenerated kernel key: 738e84be8f67090534558a5604aedc88e47350ac' [ 5.826128] ima: Allocated hash algorithm: sha1 [ 5.858788] ima: No architecture policies found [ 5.858794] evm: Initialising EVM extended attributes: [ 5.858795] evm: security.selinux [ 5.858795] evm: security.SMACK64 [ 5.858796] evm: security.SMACK64EXEC [ 5.858796] evm: security.SMACK64TRANSMUTE [ 5.858796] evm: security.SMACK64MMAP [ 5.858797] evm: security.apparmor [ 5.858797] evm: security.ima [ 5.858797] evm: security.capability [ 5.858797] evm: HMAC attrs: 0x1 [ 5.859132] RAS: Correctable Errors collector initialized. [ 5.859372] Freeing unused decrypted memory: 2036K [ 5.859556] Freeing unused kernel image (initmem) memory: 2028K [ 5.880777] Write protecting the kernel read-only data: 28672k [ 5.880957] Freeing unused kernel image (rodata/data gap) memory: 1356K [ 5.886729] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.886731] Run /init as init process [ 5.886731] with arguments: [ 5.886732] /init [ 5.886732] with environment: [ 5.886732] HOME=/ [ 5.886733] TERM=linux [ 5.886733] split_lock_detect=off [ 5.886733] BOOT_IMAGE=/boot/vmlinuz-linux62-tkg-tt-llvm [ 5.896319] fbcon: Taking over console [ 5.896349] Console: switching to colour frame buffer device 128x48 [ 5.902204] ACPI: bus type drm_connector registered [ 5.912296] AMD-Vi: AMD IOMMUv2 loaded and initialized [ 5.982716] [drm] amdgpu kernel modesetting enabled. [ 5.986826] amdgpu: Ignoring ACPI CRAT on non-APU system [ 5.986828] amdgpu: Virtual CRAT table created for CPU [ 5.986834] amdgpu: Topology: Add CPU node [ 5.986909] [drm] initializing kernel modesetting (SIENNA_CICHLID 0x1002:0x73BF 0x1DA2:0x438E 0xC1). [ 5.986915] [drm] register mmio base: 0xFCA00000 [ 5.986916] [drm] register mmio size: 1048576 [ 5.988453] [drm] add ip block number 0 [ 5.988455] [drm] add ip block number 1 [ 5.988455] [drm] add ip block number 2 [ 5.988456] [drm] add ip block number 3 [ 5.988456] [drm] add ip block number 4 [ 5.988456] [drm] add ip block number 5 [ 5.988457] [drm] add ip block number 6 [ 5.988457] [drm] add ip block number 7 [ 5.988458] [drm] add ip block number 8 [ 5.988458] [drm] add ip block number 9 [ 5.988466] amdgpu 0000:0b:00.0: No more image in the PCI ROM [ 5.988475] amdgpu 0000:0b:00.0: amdgpu: Fetched VBIOS from ROM BAR [ 5.988477] amdgpu: ATOM BIOS: 113-438XT-U88 [ 5.988480] [drm] VCN(0) decode is enabled in VM mode [ 5.988481] [drm] VCN(1) decode is enabled in VM mode [ 5.988481] [drm] VCN(0) encode is enabled in VM mode [ 5.988482] [drm] VCN(1) encode is enabled in VM mode [ 5.988483] [drm] JPEG decode is enabled in VM mode [ 5.988522] Console: switching to colour dummy device 80x25 [ 5.988536] amdgpu 0000:0b:00.0: vgaarb: deactivate vga console [ 5.988537] amdgpu 0000:0b:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default) [ 5.988559] amdgpu 0000:0b:00.0: amdgpu: MEM ECC is not presented. [ 5.988559] amdgpu 0000:0b:00.0: amdgpu: SRAM ECC is not presented. [ 5.988566] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 5.988570] amdgpu 0000:0b:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used) [ 5.988572] amdgpu 0000:0b:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 5.988573] amdgpu 0000:0b:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF [ 5.988578] [drm] Detected VRAM RAM=16368M, BAR=256M [ 5.988579] [drm] RAM width 256bits GDDR6 [ 5.988603] [drm] amdgpu: 16368M of VRAM memory ready [ 5.988604] [drm] amdgpu: 32115M of GTT memory ready. [ 5.988611] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 5.988701] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000). [ 5.995291] amdgpu 0000:0b:00.0: amdgpu: PSP runtime database doesn't exist [ 5.995293] amdgpu 0000:0b:00.0: amdgpu: PSP runtime database doesn't exist [ 7.993103] amdgpu 0000:0b:00.0: amdgpu: STB initialized to 2048 entries [ 7.996449] [drm] Loading DMUB firmware via PSP: version=0x02020017 [ 8.007386] [drm] use_doorbell being set to: [true] [ 8.007396] [drm] use_doorbell being set to: [true] [ 8.007404] [drm] use_doorbell being set to: [true] [ 8.007411] [drm] use_doorbell being set to: [true] [ 8.023552] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0 [ 8.023558] amdgpu 0000:0b:00.0: amdgpu: Will use PSP to load VCN firmware [ 8.089396] [drm] reserve 0xa00000 from 0x83fd000000 for PSP TMR [ 8.232882] amdgpu 0000:0b:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 8.232900] amdgpu 0000:0b:00.0: amdgpu: smu driver if version = 0x00000040, smu fw if version = 0x00000041, smu fw program = 0, version = 0x003a5600 (58.86.0) [ 8.232902] amdgpu 0000:0b:00.0: amdgpu: SMU driver if version not matched [ 8.232929] amdgpu 0000:0b:00.0: amdgpu: use vbios provided pptable [ 8.305616] amdgpu 0000:0b:00.0: amdgpu: SMU is initialized successfully! [ 8.305725] [drm] Display Core initialized with v3.2.215! [ 8.306977] [drm] DMUB hardware initialized: version=0x02020017 [ 8.811922] [drm] kiq ring mec 2 pipe 1 q 0 [ 8.819294] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 8.819805] [drm] JPEG decode initialized successfully. [ 8.820520] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 8.820604] amdgpu: sdma_bitmap: ffff [ 8.849909] memmap_init_zone_device initialised 4194304 pages in 15ms [ 8.849913] amdgpu: HMM registered 16368MB device memory [ 8.850344] amdgpu: Virtual CRAT table created for GPU [ 8.850514] amdgpu: Topology: Add dGPU node [0x73bf:0x1002] [ 8.850516] kfd kfd: amdgpu: added device 1002:73bf [ 8.850539] amdgpu 0000:0b:00.0: amdgpu: SE 4, SH per SE 2, CU per SH 10, active_cu_number 72 [ 8.850584] amdgpu 0000:0b:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 8.850585] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 8.850585] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 8.850586] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 8.850586] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 8.850587] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 8.850587] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 8.850588] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 8.850588] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 8.850589] amdgpu 0000:0b:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 8.850589] amdgpu 0000:0b:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 8.850590] amdgpu 0000:0b:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 8.850591] amdgpu 0000:0b:00.0: amdgpu: ring sdma2 uses VM inv eng 14 on hub 0 [ 8.850591] amdgpu 0000:0b:00.0: amdgpu: ring sdma3 uses VM inv eng 15 on hub 0 [ 8.850592] amdgpu 0000:0b:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 8.850592] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 8.850593] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 8.850593] amdgpu 0000:0b:00.0: amdgpu: ring vcn_dec_1 uses VM inv eng 5 on hub 1 [ 8.850594] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_1.0 uses VM inv eng 6 on hub 1 [ 8.850594] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_1.1 uses VM inv eng 7 on hub 1 [ 8.850595] amdgpu 0000:0b:00.0: amdgpu: ring jpeg_dec uses VM inv eng 8 on hub 1 [ 8.851337] amdgpu 0000:0b:00.0: amdgpu: Using BACO for runtime pm [ 8.851569] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:0b:00.0 on minor 0 [ 8.865755] fbcon: amdgpudrmfb (fb0) is primary device [ 8.865870] [drm] DSC precompute is not needed. [ 9.168094] Console: switching to colour frame buffer device 320x90 [ 9.185141] amdgpu 0000:0b:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 9.243779] xhci_hcd 0000:06:00.3: xHCI Host Controller [ 9.243788] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 1 [ 9.243854] xhci_hcd 0000:06:00.1: xHCI Host Controller [ 9.243858] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 2 [ 9.243886] xhci_hcd 0000:0d:00.3: xHCI Host Controller [ 9.243891] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 3 [ 9.243947] xhci_hcd 0000:0b:00.2: xHCI Host Controller [ 9.243951] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus number 4 [ 9.243992] xhci_hcd 0000:0d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 9.243995] xhci_hcd 0000:06:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 9.244036] xhci_hcd 0000:0b:00.2: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010 [ 9.244049] xhci_hcd 0000:06:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 9.244316] ahci 0000:07:00.0: version 3.0 [ 9.244670] xhci_hcd 0000:0d:00.3: xHCI Host Controller [ 9.244672] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 5 [ 9.244673] xhci_hcd 0000:0d:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 9.244693] xhci_hcd 0000:0b:00.2: xHCI Host Controller [ 9.244706] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 9.244708] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.244709] usb usb3: Product: xHCI Host Controller [ 9.244710] usb usb3: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.244711] usb usb3: SerialNumber: 0000:0d:00.3 [ 9.244714] xhci_hcd 0000:06:00.1: xHCI Host Controller [ 9.244719] xhci_hcd 0000:06:00.3: xHCI Host Controller [ 9.244807] hub 3-0:1.0: USB hub found [ 9.244813] hub 3-0:1.0: 4 ports detected [ 9.244813] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode [ 9.244815] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs [ 9.244958] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus number 6 [ 9.244959] xhci_hcd 0000:0b:00.2: Host supports USB 3.1 Enhanced SuperSpeed [ 9.244968] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.244987] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 9.244988] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.244988] usb usb5: Product: xHCI Host Controller [ 9.244989] usb usb5: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.244990] usb usb5: SerialNumber: 0000:0d:00.3 [ 9.245019] scsi host0: ahci [ 9.245111] hub 5-0:1.0: USB hub found [ 9.245117] hub 5-0:1.0: 4 ports detected [ 9.245130] scsi host1: ahci [ 9.245199] scsi host2: ahci [ 9.245233] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 7 [ 9.245234] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 8 [ 9.245235] xhci_hcd 0000:06:00.1: Host supports USB 3.1 Enhanced SuperSpeed [ 9.245235] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 9.245238] scsi host3: ahci [ 9.245259] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 9.245260] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.245261] usb usb4: Product: xHCI Host Controller [ 9.245262] usb usb4: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.245262] usb usb4: SerialNumber: 0000:0b:00.2 [ 9.245275] ata1: DUMMY [ 9.245276] ata2: DUMMY [ 9.245278] ata3: SATA max UDMA/133 abar m2048@0xfc700000 port 0xfc700200 irq 72 [ 9.245280] ata4: SATA max UDMA/133 abar m2048@0xfc700000 port 0xfc700280 irq 73 [ 9.245322] hub 4-0:1.0: USB hub found [ 9.245327] hub 4-0:1.0: 1 port detected [ 9.245379] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.245396] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 9.245397] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.245398] usb usb6: Product: xHCI Host Controller [ 9.245398] usb usb6: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.245399] usb usb6: SerialNumber: 0000:0b:00.2 [ 9.245430] hub 6-0:1.0: USB hub found [ 9.245435] hub 6-0:1.0: 1 port detected [ 9.245483] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 9.245484] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.245485] usb usb2: Product: xHCI Host Controller [ 9.245485] usb usb2: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.245486] usb usb2: SerialNumber: 0000:06:00.1 [ 9.245534] hub 2-0:1.0: USB hub found [ 9.245537] ahci 0000:08:00.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0x33 impl SATA mode [ 9.245539] ahci 0000:08:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs [ 9.245543] hub 2-0:1.0: 6 ports detected [ 9.245689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 9.245691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.245692] usb usb1: Product: xHCI Host Controller [ 9.245693] usb usb1: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.245693] usb usb1: SerialNumber: 0000:06:00.3 [ 9.245776] hub 1-0:1.0: USB hub found [ 9.245786] hub 1-0:1.0: 6 ports detected [ 9.245841] scsi host4: ahci [ 9.245897] scsi host5: ahci [ 9.245947] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.245952] scsi host6: ahci [ 9.245955] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 9.245956] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.245957] usb usb7: Product: xHCI Host Controller [ 9.245958] usb usb7: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.245958] usb usb7: SerialNumber: 0000:06:00.1 [ 9.246067] hub 7-0:1.0: USB hub found [ 9.246067] scsi host7: ahci [ 9.246073] hub 7-0:1.0: 4 ports detected [ 9.246142] scsi host8: ahci [ 9.246203] scsi host9: ahci [ 9.246233] ata5: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 86 [ 9.246235] ata6: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600180 irq 87 [ 9.246236] ata7: DUMMY [ 9.246237] ata8: DUMMY [ 9.246239] ata9: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600300 irq 90 [ 9.246239] ata10: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600380 irq 91 [ 9.246263] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.246285] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 9.246286] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.246287] usb usb8: Product: xHCI Host Controller [ 9.246288] usb usb8: Manufacturer: Linux 6.2.7-273-tkg-tt-llvm xhci-hcd [ 9.246289] usb usb8: SerialNumber: 0000:06:00.3 [ 9.246333] hub 8-0:1.0: USB hub found [ 9.246341] hub 8-0:1.0: 4 ports detected [ 9.246381] usb: port power management may be unreliable [ 9.391789] usb usb3-port1: over-current condition [ 9.483774] usb 2-2: new high-speed USB device number 2 using xhci_hcd [ 9.483774] usb 1-6: new full-speed USB device number 2 using xhci_hcd [ 9.519788] usb usb3-port2: over-current condition [ 9.550874] ata4: SATA link down (SStatus 0 SControl 300) [ 9.551113] ata5: SATA link down (SStatus 0 SControl 300) [ 9.551873] ata9: SATA link down (SStatus 0 SControl 300) [ 9.553774] usb usb5-port1: over-current condition [ 9.627512] usb 2-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.31 [ 9.627513] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 9.627514] usb 2-2: Product: USB2.1 Hub [ 9.627515] usb 2-2: Manufacturer: Generic [ 9.633284] usb 1-6: New USB device found, idVendor=048d, idProduct=8297, bcdDevice= 0.03 [ 9.633286] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 9.633288] usb 1-6: Product: ITE Device(8595) [ 9.633288] usb 1-6: Manufacturer: ITE Tech. Inc. [ 9.647788] usb usb3-port3: over-current condition [ 9.662047] hub 2-2:1.0: USB hub found [ 9.664271] hub 2-2:1.0: 3 ports detected [ 9.706034] ata10: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 9.706043] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 9.706060] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 9.707315] ata6.00: ATA-10: CT1000BX500SSD1, M6CR030, max UDMA/133 [ 9.708899] ata6.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA [ 9.714380] ata6.00: Features: Dev-Sleep [ 9.725017] ata6.00: configured for UDMA/133 [ 9.734025] ata10.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133 [ 9.734161] ata3.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133 [ 9.743119] ata10.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 9.743257] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 9.761918] usb usb5-port2: over-current condition [ 9.775790] usb usb3-port4: over-current condition [ 9.794693] ata3.00: configured for UDMA/133 [ 9.794695] ata10.00: configured for UDMA/133 [ 9.803768] scsi 2:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5 [ 9.803865] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 9.803924] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 9.803926] sd 2:0:0:0: [sda] 4096-byte physical blocks [ 9.803935] sd 2:0:0:0: [sda] Write Protect is off [ 9.803937] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 9.803949] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 9.803962] sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 9.803963] scsi 5:0:0:0: Direct-Access ATA CT1000BX500SSD1 030 PQ: 0 ANSI: 5 [ 9.804085] sd 5:0:0:0: Attached scsi generic sg1 type 0 [ 9.804127] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 9.804136] sd 5:0:0:0: [sdb] Write Protect is off [ 9.804138] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 9.804146] scsi 9:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5 [ 9.804148] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 9.804161] sd 5:0:0:0: [sdb] Preferred minimum I/O size 512 bytes [ 9.804240] sd 9:0:0:0: Attached scsi generic sg2 type 0 [ 9.804275] sd 9:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 9.804277] sd 9:0:0:0: [sdc] 4096-byte physical blocks [ 9.804281] sd 9:0:0:0: [sdc] Write Protect is off [ 9.804282] sd 9:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 9.804286] sd 9:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 9.804291] sd 9:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes [ 9.818097] sdb: sdb1 sdb2 [ 9.818148] sd 5:0:0:0: [sdb] Attached SCSI removable disk [ 9.818170] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 9.827817] sdc: sdc1 [ 9.827851] sd 9:0:0:0: [sdc] Attached SCSI removable disk [ 9.834027] hid: raw HID events driver (C) Jiri Kosina [ 9.838286] usbcore: registered new interface driver usbhid [ 9.838287] usbhid: USB HID core driver [ 9.838928] hid-generic 0003:048D:8297.0001: hiddev0,hidraw0: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(8595)] on usb-0000:06:00.3-6/input0 [ 9.969779] usb usb5-port3: over-current condition [ 10.016773] usb 2-2.1: new full-speed USB device number 3 using xhci_hcd [ 10.127247] usb 2-2.1: New USB device found, idVendor=046d, idProduct=c541, bcdDevice= 1.02 [ 10.127249] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.127250] usb 2-2.1: Product: USB Receiver [ 10.127250] usb 2-2.1: Manufacturer: Logitech [ 10.171767] EXT4-fs (sdb2): mounted filesystem e13af97e-2986-4218-9119-d7f1390868d3 with ordered data mode. Quota mode: none. [ 10.177780] usb usb5-port4: over-current condition [ 10.246326] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.1/usb2/2-2/2-2.1/2-2.1:1.0/0003:046D:C541.0002/input/input2 [ 10.246375] hid-generic 0003:046D:C541.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:06:00.1-2.1/input0 [ 10.251371] input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.1/usb2/2-2/2-2.1/2-2.1:1.1/0003:046D:C541.0003/input/input3 [ 10.278060] systemd[1]: Inserted module 'autofs4' [ 10.289033] systemd[1]: systemd 253.1-3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 10.289036] systemd[1]: Detected architecture x86-64. [ 10.291701] systemd[1]: Hostname set to . [ 10.302830] hid-generic 0003:046D:C541.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:06:00.1-2.1/input1 [ 10.305463] hid-generic 0003:046D:C541.0004: hiddev1,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:06:00.1-2.1/input2 [ 10.330950] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported [ 10.382775] usb 2-2.2: new full-speed USB device number 4 using xhci_hcd [ 10.419840] systemd[1]: /usr/lib/systemd/system/schedtoold.service:6: PIDFile= references a path below legacy directory /var/run/, updating /var/run/schedtoold.pid → /run/schedtoold.pid; please update the unit file accordingly. [ 10.441097] systemd[1]: Queued start job for default target Multi-User System. [ 10.455191] systemd[1]: Created slice Slice /system/getty. [ 10.455352] systemd[1]: Created slice Slice /system/modprobe. [ 10.455459] systemd[1]: Created slice Slice /system/systemd-fsck. [ 10.455543] systemd[1]: Created slice User and Session Slice. [ 10.455569] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 10.455587] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 10.455642] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 10.455656] systemd[1]: Reached target Local Encrypted Volumes. [ 10.455665] systemd[1]: Reached target Local Integrity Protected Volumes. [ 10.455675] systemd[1]: Reached target Path Units. [ 10.455682] systemd[1]: Reached target Slice Units. [ 10.455690] systemd[1]: Reached target Swaps. [ 10.455695] systemd[1]: Reached target System Time Set. [ 10.455702] systemd[1]: Reached target Local Verity Protected Volumes. [ 10.455729] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 10.455769] systemd[1]: Listening on LVM2 poll daemon socket. [ 10.456391] systemd[1]: Listening on Process Core Dump Socket. [ 10.456441] systemd[1]: Listening on Journal Socket (/dev/log). [ 10.456481] systemd[1]: Listening on Journal Socket. [ 10.456536] systemd[1]: Listening on Network Service Netlink Socket. [ 10.456768] systemd[1]: Listening on udev Control Socket. [ 10.456809] systemd[1]: Listening on udev Kernel Socket. [ 10.457125] systemd[1]: Mounting Huge Pages File System... [ 10.457431] systemd[1]: Mounting POSIX Message Queue File System... [ 10.457750] systemd[1]: Mounting Kernel Debug File System... [ 10.457790] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 10.458306] systemd[1]: Mounting Temporary Directory /tmp... [ 10.458639] systemd[1]: Starting Create List of Static Device Nodes... [ 10.458977] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 10.459358] systemd[1]: Starting Load Kernel Module configfs... [ 10.459719] systemd[1]: Starting Load Kernel Module dm_mod... [ 10.460032] systemd[1]: Starting Load Kernel Module drm... [ 10.460352] systemd[1]: Starting Load Kernel Module fuse... [ 10.460694] systemd[1]: Starting Load Kernel Module loop... [ 10.460726] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 10.461308] systemd[1]: Starting Journal Service... [ 10.468332] systemd[1]: Starting Load Kernel Modules... [ 10.468664] systemd[1]: Starting Generate network units from Kernel command line... [ 10.468681] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). [ 10.469046] systemd[1]: Starting Remount Root and Kernel File Systems... [ 10.469321] loop: module loaded [ 10.469411] systemd[1]: Starting Coldplug All udev Devices... [ 10.469986] systemd[1]: Mounted Huge Pages File System. [ 10.470021] systemd[1]: Mounted POSIX Message Queue File System. [ 10.470049] systemd[1]: Mounted Kernel Debug File System. [ 10.470077] systemd[1]: Mounted Temporary Directory /tmp. [ 10.470146] systemd[1]: Finished Create List of Static Device Nodes. [ 10.470255] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 10.470300] systemd[1]: Finished Load Kernel Module configfs. [ 10.470395] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 10.470437] systemd[1]: Finished Load Kernel Module dm_mod. [ 10.470527] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 10.470567] systemd[1]: Finished Load Kernel Module drm. [ 10.470652] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 10.470693] systemd[1]: Finished Load Kernel Module fuse. [ 10.470778] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 10.470818] systemd[1]: Finished Load Kernel Module loop. [ 10.471203] systemd[1]: Mounting FUSE Control File System... [ 10.471341] systemd-journald[374]: Collecting audit messages is disabled. [ 10.471512] systemd[1]: Mounting Kernel Configuration File System... [ 10.471543] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met. [ 10.472893] systemd[1]: Finished Generate network units from Kernel command line. [ 10.472926] systemd[1]: Reached target Preparation for Network. [ 10.473658] systemd[1]: Mounted FUSE Control File System. [ 10.474463] systemd[1]: Mounted Kernel Configuration File System. [ 10.475159] EXT4-fs (sdb2): re-mounted e13af97e-2986-4218-9119-d7f1390868d3. Quota mode: none. [ 10.475528] systemd[1]: Finished Remount Root and Kernel File Systems. [ 10.475575] systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 10.477476] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [ 10.477904] systemd[1]: Starting Load/Save OS Random Seed... [ 10.477948] systemd[1]: Create System Users was skipped because no trigger condition checks were met. [ 10.478332] systemd[1]: Starting Create Static Device Nodes in /dev... [ 10.478442] systemd[1]: Finished Load Kernel Modules. [ 10.478805] systemd[1]: Starting Apply Kernel Variables... [ 10.490750] systemd[1]: Finished Load/Save OS Random Seed. [ 10.490793] systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 10.492246] usb 2-2.2: New USB device found, idVendor=046d, idProduct=c547, bcdDevice= 4.02 [ 10.492248] usb 2-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.492249] usb 2-2.2: Product: USB Receiver [ 10.492250] usb 2-2.2: Manufacturer: Logitech [ 10.492843] systemd[1]: Finished Apply Kernel Variables. [ 10.501965] systemd[1]: Started Journal Service. [ 10.526052] systemd-journald[374]: Received client request to flush runtime journal. [ 10.556807] systemd-journald[374]: /var/log/journal/58e866ce6d0d41ba994b32341aa73bd2/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating. [ 10.556810] systemd-journald[374]: Rotating system journal. [ 10.598299] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.1/usb2/2-2/2-2.2/2-2.2:1.0/0003:046D:C547.0005/input/input4 [ 10.598337] hid-generic 0003:046D:C547.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:06:00.1-2.2/input0 [ 10.603385] input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:06:00.1/usb2/2-2/2-2.2/2-2.2:1.1/0003:046D:C547.0006/input/input5 [ 10.621769] pstore: Using crash dump compression: zstd [ 10.623329] pstore: Registered efi_pstore as persistent store backend [ 10.625627] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20221020/utaddress-204) [ 10.625631] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 10.625637] input: PC Speaker as /devices/platform/pcspkr/input/input6 [ 10.625896] ccp 0000:0d:00.1: enabling device (0000 -> 0002) [ 10.626009] ccp 0000:0d:00.1: ccp: unable to access the device: you might be running a broken BIOS. [ 10.626025] ccp 0000:0d:00.1: psp enabled [ 10.630034] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver [ 10.631175] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address [ 10.632172] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 10.632174] RAPL PMU: hw unit of domain package 2^-16 Joules [ 10.632325] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0) [ 10.654768] cryptd: max_cpu_qlen set to 1000 [ 10.655119] hid-generic 0003:046D:C547.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:06:00.1-2.2/input1 [ 10.655928] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.656062] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.658428] hid-generic 0003:046D:C547.0007: hiddev2,hidraw6: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:06:00.1-2.2/input2 [ 10.663377] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 10.663379] cfg80211: failed to load regulatory.db [ 10.669666] AVX2 version of gcm_enc/dec engaged. [ 10.669693] AES CTR mode by8 optimization enabled [ 10.674122] ucsi_ccg 9-0008: failed to get FW build information [ 10.699276] usbcore: registered new interface driver usbmouse [ 10.699280] usbcore: registered new interface driver usbkbd [ 10.699943] io scheduler bfq registered [ 10.795067] Error: Driver 'pcspkr' is already registered, aborting... [ 10.804961] r8169 0000:05:00.0 eth0: RTL8168h/8111h, b4:2e:99:ae:83:d1, XID 541, IRQ 107 [ 10.804964] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 10.806711] r8169 0000:05:00.0 enp5s0: renamed from eth0 [ 10.845690] snd_hda_intel 0000:04:00.0: enabling device (0000 -> 0002) [ 10.845758] snd_hda_intel 0000:04:00.0: Disabling MSI [ 10.845758] snd_hda_intel 0000:04:00.0: Force to non-snoop mode [ 10.846008] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client [ 10.846009] snd_hda_intel 0000:0b:00.1: Force to non-snoop mode [ 10.846169] snd_hda_intel 0000:0d:00.4: enabling device (0000 -> 0002) [ 10.847754] SVM: TSC scaling supported [ 10.847755] kvm: Nested Virtualization enabled [ 10.847756] SVM: kvm: Nested Paging enabled [ 10.847757] SVM: Virtual VMLOAD VMSAVE supported [ 10.847758] SVM: Virtual GIF supported [ 10.847758] SVM: LBR virtualization supported [ 10.848786] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 10.850817] snd_hda_intel 0000:0d:00.4: no codecs found! [ 10.852380] snd_hda_intel 0000:0b:00.1: bound 0000:0b:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 10.853498] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input7 [ 10.853525] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input8 [ 10.853546] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input9 [ 10.853562] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input10 [ 10.853577] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input11 [ 10.853605] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input12 [ 10.863404] snd_hda_codec_ca0132 hdaudioC0D1: autoconfig for Sound Blaster AE-7: line_outs=3 (0xb/0xf/0x10/0x0/0x0) type:line [ 10.863407] snd_hda_codec_ca0132 hdaudioC0D1: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.863409] snd_hda_codec_ca0132 hdaudioC0D1: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.863409] snd_hda_codec_ca0132 hdaudioC0D1: mono: mono_out=0x0 [ 10.863410] snd_hda_codec_ca0132 hdaudioC0D1: dig-out=0xc/0x0 [ 10.863410] snd_hda_codec_ca0132 hdaudioC0D1: inputs: [ 10.863411] snd_hda_codec_ca0132 hdaudioC0D1: Mic=0x12 [ 10.863411] snd_hda_codec_ca0132 hdaudioC0D1: Line=0x11 [ 10.863412] snd_hda_codec_ca0132 hdaudioC0D1: Line=0x13 [ 10.863412] snd_hda_codec_ca0132 hdaudioC0D1: dig-in=0xe [ 10.864582] MCE: In-kernel MCE decoding enabled. [ 10.874102] intel_rapl_common: Found RAPL domain package [ 10.874104] intel_rapl_common: Found RAPL domain core [ 10.943104] min_free_kbytes is not updated to 32049 because user defined value 1048576 is preferred [ 11.021908] r8169 0000:05:00.0 enp5s0: Link is Down [ 11.469627] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running [ 11.826401] systemd-journald[374]: /var/log/journal/58e866ce6d0d41ba994b32341aa73bd2/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating. [ 12.719116] input: HDA Creative Mic as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:03:00.0/0000:04:00.0/sound/card0/input13 [ 12.719155] input: HDA Creative Line as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:03:00.0/0000:04:00.0/sound/card0/input14 [ 12.719184] input: HDA Creative Line Out Front as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:03:00.0/0000:04:00.0/sound/card0/input15 [ 12.719208] input: HDA Creative Line Out CLFE as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:03:00.0/0000:04:00.0/sound/card0/input16 [ 13.689570] snd_hda_intel 0000:04:00.0: Too many BDL entries: buffer=1572864, period=49152 [ 15.289796] r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx [ 15.289802] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready [ 74.562545] amdgpu 0000:0b:00.0: amdgpu: GfxclkFmin (2525) must be <= GfxclkFmax (2464)! [ 74.562549] amdgpu 0000:0b:00.0: amdgpu: GfxclkFmin (2525) must be <= GfxclkFmax (2464)! [ 426.566144] EXT4-fs (sda): mounted filesystem ca1cf509-ab67-44cb-a5e9-505bd2f718b5 with ordered data mode. Quota mode: none. ```
hamadmarri commented 1 year ago

Try these values

dedicated_cpu_bound_enabled = 0 lat_sens_enabled = 0 *_prio = 0 For the last one, all rt, interactive … change them to 0

Please let me know if this fixes the issue.

NogradThGin commented 1 year ago

Hotfixing it with the above settings seem to solve the issue, will check on a fresh reboot with a /etc/sysctl.d/ conf file. Yep, I confirm it's way more reactive and behave like any other kernels now. I will start testing each of the above settings to find out which one is the problem here.

Just tested with the following config file /etc/sysctl.d/00-sched-tt.conf:

### Default values
kernel.sched_tt_balancer_opt = 0
kernel.sched_tt_batch_prio = 19
kernel.sched_tt_cpu_bound_prio = -15
kernel.sched_tt_dedicated_cpu_bound_enabled = 1
# kernel.sched_tt_interactive_prio = -10
kernel.sched_tt_lat_sens_enabled = 1
kernel.sched_tt_max_lifetime = 22000
kernel.sched_tt_rt_prio = -20

### Custom values
kernel.sched_tt_interactive_prio=0

All is running fine and clean now. For an unknown reason the interactive priority is the one making trouble here.

NogradThGin commented 1 year ago

Update after replacing the MOBO. It was indeed the one making TT scheduler totally unstable with the interactive priority. No real clue on why (except it's a Gigabyte mobo).

Received and replaced it today with an Asus, modified back interactive priority to -10. Now working like a charm.