clbr / radeontop

GNU General Public License v3.0
810 stars 72 forks source link

Add VCN support #141

Open danielzgtg opened 1 year ago

danielzgtg commented 1 year ago

The UVDVCE support in #140 did not enable VCN support. In https://github.com/clbr/radeontop/issues/29#issuecomment-1272401377 I explained why not. It is requested by @userofryzen in https://github.com/clbr/radeontop/issues/29#issuecomment-1272303448 .

This is because I don't know if UVD and VCN use the same registers. If they are the same then the PR will be easy and simple. If they are different then someone needs to go and find the documentation that defines where the VCN usage register in located. I have a Navi2 card arriving in about 1 week, so I might look into this if I decide to use that card for video.

GreyXor commented 1 year ago

Rembrandt(VCN 3.0) here, tell me if I can help you

danielzgtg commented 1 year ago

Hi @GreyXor, more testers are always more help!

What you can do immediately is delete the && fam < VEGAM from the following code and report back whether it works on your card: https://github.com/clbr/radeontop/blob/e3bbf06eaed49746f2838a60eb01e7edfc185da5/detect.c#L374

What I am blocked on is more validation and assurance that this or something else is the correct register and is safe for the GPU. Each documentation PDF is ~300 pages long and someone else needs to read time if you want this done faster. I am looking for a citation to evidence documenting the old UVD/VCE registers, and a citation to evidence documenting to new VCN registers. This could either be from the documentation or a mailing list post by someone reliable.

GreyXor commented 1 year ago

Well, for now when I execute radontop from latest master commit, all my Arch Linux is freezing

danielzgtg commented 1 year ago

Oh no! Userspace shouldn't be able to freeze the system.

  1. Does caps lock work? If so, it's just the GUI that's frozen.
    1. Try CTRL+ALT+F1/F2. If that doesn't work try SSH
    2. dmesg > dmesg.txt and post that file
    3. If on X11, kill the compositor. If on Wayland, restart the compositor. This breaks graphics but at least does it start responding again?
    4. sudo systemctl restart name-of-your-display-manager. Does that log you out and fix the graphics?
  2. Undo the change I mentioned. Does it work?
  3. I was going to suggest commenting out the srbm_area lines, but the /dev/mem path shouldn't be used anyway
GreyXor commented 1 year ago
  1. no
  2. no
  3. i'll try to comment it
danielzgtg commented 1 year ago

I just tested on Navi23. My system didn't crash at all, but this might be because I'm on discrete while you're on integrated.

UVD and VCE were both stuck at 0. I tested in Firefox and they were stuck there even on AV1. I still have no clue what the register is supposed to be at.

danielzgtg commented 1 year ago

all my Arch Linux is freezing

You can help by filing a kernel bug report as suggested by https://github.com/clbr/radeontop/issues/87#issuecomment-705477114 . I think your issue is covered by #87 not the new video code.

B83C commented 1 year ago

Running Linux 6.1.0-rc4 on gentoo here, radeontop causes amdgpu to crash as well, rendering the system unusable.

However, I did the same test on 6.0.0 daily builds from ubuntu and 5.15 binary kernels from gentoo, both with success, but quite surprisingly not on 6.0.0-rc4 (gentoo).

Edit: Specs: 6850u(rembrandt), t14s gen 3 amd

danielzgtg commented 1 year ago

I found a hardware error after installing https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.1-rc4/ . I ran sudo ./radeontop --mem on Git master and was at KDE Wayland desktop with only wobbly windows Konsole.

`dmesg` after rebooting ``` [ 0.000000] Linux version 6.1.0-060100rc4-generic (kernel@gloin) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.2.0-3ubuntu1) 12.2.0, GNU ld (GNU Binutils for Ubuntu) 2.39) #202211061931 SMP PREEMPT_DYNAMIC Mon Nov 7 00:40:37 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7 [ 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-0x0000000009d81fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009d82000-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-0x00000000cb074fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cb075000-0x00000000cb075fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cb076000-0x00000000cb0a0fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cb0a1000-0x00000000cb0a1fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cb0a2000-0x00000000daceefff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dacef000-0x00000000db0a2fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000db0a3000-0x00000000db106fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000db107000-0x00000000dcc06fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000dcc07000-0x00000000ddbfefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] 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-0x000000041f2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000041f300000-0x000000041fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0xd71f1018-0xd71ff057] usable ==> usable [ 0.000000] e820: update [mem 0xd71f1018-0xd71ff057] usable ==> usable [ 0.000000] e820: update [mem 0xd71d3018-0xd71f0c57] usable ==> usable [ 0.000000] e820: update [mem 0xd71d3018-0xd71f0c57] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d81fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009d82000-0x0000000009ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x00000000cb074fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000cb075000-0x00000000cb075fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000cb076000-0x00000000cb0a0fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000cb0a1000-0x00000000cb0a1fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000cb0a2000-0x00000000d71d3017] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71d3018-0x00000000d71f0c57] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71f0c58-0x00000000d71f1017] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71f1018-0x00000000d71ff057] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71ff058-0x00000000daceefff] usable [ 0.000000] reserve setup_data: [mem 0x00000000dacef000-0x00000000db0a2fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000db0a3000-0x00000000db106fff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000db107000-0x00000000dcc06fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000dcc07000-0x00000000ddbfefff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ddbff000-0x00000000deffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041f2fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000041f300000-0x000000041fffffff] reserved [ 0.000000] efi: EFI v2.70 by American Megatrends [ 0.000000] efi: ACPI=0xdcbee000 ACPI 2.0=0xdcbee014 TPMFinalLog=0xdcbb8000 SMBIOS=0xdda08000 MEMATTR=0xd73db018 ESRT=0xd9543218 MOKvar=0xd7398000 RNG=0xdb0f5018 TPMEventLog=0xd7200018 [ 0.000000] efi: seeding entropy pool [ 0.000000] random: crng init done [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: Micro-Star International Co., Ltd. MS-7C37/X570-A PRO (MS-7C37), BIOS H.I0 08/10/2022 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3699.880 MHz processor [ 0.000122] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000123] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000130] last_pfn = 0x41f300 max_arch_pfn = 0x400000000 [ 0.000632] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000798] total RAM covered: 3583M [ 0.000894] Found optimal setting for mtrr clean up [ 0.000894] gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G [ 0.000980] e820: update [mem 0xdc980000-0xdc98ffff] usable ==> reserved [ 0.000984] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved [ 0.000986] last_pfn = 0xdf000 max_arch_pfn = 0x400000000 [ 0.003548] esrt: Reserving ESRT space from 0x00000000d9543218 to 0x00000000d9543278. [ 0.003554] e820: update [mem 0xd9543000-0xd9543fff] usable ==> reserved [ 0.003567] e820: update [mem 0xd7398000-0xd7398fff] usable ==> reserved [ 0.003597] Using GB pages for direct mapping [ 0.003939] Secure boot disabled [ 0.003939] RAMDISK: [mem 0x355bd000-0x3c7b7fff] [ 0.003945] ACPI: Early table checksum verification disabled [ 0.003947] ACPI: RSDP 0x00000000DCBEE014 000024 (v02 ALASKA) [ 0.003950] ACPI: XSDT 0x00000000DCBED728 0000E4 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.003953] ACPI: FACP 0x00000000DB0F8000 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.003957] ACPI: DSDT 0x00000000DB0C1000 0070D2 (v02 ALASKA A M I 01072009 INTL 20120913) [ 0.003959] ACPI: FACS 0x00000000DCBE8000 000040 [ 0.003960] ACPI: SSDT 0x00000000DB0FE000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000) [ 0.003962] ACPI: SSDT 0x00000000DB0FA000 003B7E (v01 AMD AMD AOD 00000001 INTL 20120913) [ 0.003964] ACPI: SSDT 0x00000000DB0F9000 000164 (v02 ALASKA CPUSSDT 01072009 AMI 01072009) [ 0.003965] ACPI: FIDT 0x00000000DB0F0000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003967] ACPI: MCFG 0x00000000DB0EF000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.003968] ACPI: HPET 0x00000000DB0EE000 000038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.003970] ACPI: SSDT 0x00000000DB0ED000 000024 (v01 AMD BIXBY 00001000 INTL 20120913) [ 0.003971] ACPI: IVRS 0x00000000DB0EC000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003973] ACPI: FPDT 0x00000000DB0EB000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.003974] ACPI: VFCT 0x00000000DB0E0000 00AA84 (v01 ALASKA A M I 00000001 AMD 31504F47) [ 0.003976] ACPI: TPM2 0x00000000DB0DF000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.003977] ACPI: PCCT 0x00000000DB0DE000 00006E (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003979] ACPI: SSDT 0x00000000DB0D7000 00603B (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003981] ACPI: CRAT 0x00000000DB0D5000 001190 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003982] ACPI: CDIT 0x00000000DB0D4000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003983] ACPI: BGRT 0x00000000DB0D3000 000038 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003985] ACPI: SSDT 0x00000000DB0D2000 0002C2 (v01 AMD QOGIRDGP 00000001 INTL 20120913) [ 0.003986] ACPI: SSDT 0x00000000DB0D0000 0010B4 (v01 AMD QOGIRTPX 00000001 INTL 20120913) [ 0.003988] ACPI: SSDT 0x00000000DB0CF000 00052C (v01 AMD QOGIRNOI 00000001 INTL 20120913) [ 0.003989] ACPI: SSDT 0x00000000DB0CB000 0037B0 (v01 AMD QOGIRN 00000001 INTL 20120913) [ 0.003991] ACPI: WSMT 0x00000000DB0CA000 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.003992] ACPI: APIC 0x00000000DB0C9000 00015E (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.003994] ACPI: SSDT 0x00000000DB0F6000 0010AF (v01 AMD QOGIRC 00000001 INTL 20120913) [ 0.003995] ACPI: Reserving FACP table memory at [mem 0xdb0f8000-0xdb0f8113] [ 0.003996] ACPI: Reserving DSDT table memory at [mem 0xdb0c1000-0xdb0c80d1] [ 0.003996] ACPI: Reserving FACS table memory at [mem 0xdcbe8000-0xdcbe803f] [ 0.003997] ACPI: Reserving SSDT table memory at [mem 0xdb0fe000-0xdb106ce8] [ 0.003997] ACPI: Reserving SSDT table memory at [mem 0xdb0fa000-0xdb0fdb7d] [ 0.003998] ACPI: Reserving SSDT table memory at [mem 0xdb0f9000-0xdb0f9163] [ 0.003998] ACPI: Reserving FIDT table memory at [mem 0xdb0f0000-0xdb0f009b] [ 0.003998] ACPI: Reserving MCFG table memory at [mem 0xdb0ef000-0xdb0ef03b] [ 0.003999] ACPI: Reserving HPET table memory at [mem 0xdb0ee000-0xdb0ee037] [ 0.003999] ACPI: Reserving SSDT table memory at [mem 0xdb0ed000-0xdb0ed023] [ 0.004000] ACPI: Reserving IVRS table memory at [mem 0xdb0ec000-0xdb0ec0cf] [ 0.004000] ACPI: Reserving FPDT table memory at [mem 0xdb0eb000-0xdb0eb043] [ 0.004001] ACPI: Reserving VFCT table memory at [mem 0xdb0e0000-0xdb0eaa83] [ 0.004001] ACPI: Reserving TPM2 table memory at [mem 0xdb0df000-0xdb0df04b] [ 0.004001] ACPI: Reserving PCCT table memory at [mem 0xdb0de000-0xdb0de06d] [ 0.004002] ACPI: Reserving SSDT table memory at [mem 0xdb0d7000-0xdb0dd03a] [ 0.004002] ACPI: Reserving CRAT table memory at [mem 0xdb0d5000-0xdb0d618f] [ 0.004003] ACPI: Reserving CDIT table memory at [mem 0xdb0d4000-0xdb0d4028] [ 0.004003] ACPI: Reserving BGRT table memory at [mem 0xdb0d3000-0xdb0d3037] [ 0.004004] ACPI: Reserving SSDT table memory at [mem 0xdb0d2000-0xdb0d22c1] [ 0.004004] ACPI: Reserving SSDT table memory at [mem 0xdb0d0000-0xdb0d10b3] [ 0.004004] ACPI: Reserving SSDT table memory at [mem 0xdb0cf000-0xdb0cf52b] [ 0.004005] ACPI: Reserving SSDT table memory at [mem 0xdb0cb000-0xdb0ce7af] [ 0.004005] ACPI: Reserving WSMT table memory at [mem 0xdb0ca000-0xdb0ca027] [ 0.004006] ACPI: Reserving APIC table memory at [mem 0xdb0c9000-0xdb0c915d] [ 0.004006] ACPI: Reserving SSDT table memory at [mem 0xdb0f6000-0xdb0f70ae] [ 0.004109] No NUMA configuration found [ 0.004110] Faking a node at [mem 0x0000000000000000-0x000000041f2fffff] [ 0.004114] NODE_DATA(0) allocated [mem 0x41f2d5000-0x41f2fffff] [ 0.004257] Zone ranges: [ 0.004258] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004259] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.004260] Normal [mem 0x0000000100000000-0x000000041f2fffff] [ 0.004260] Device empty [ 0.004261] Movable zone start for each node [ 0.004262] Early memory node ranges [ 0.004262] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.004263] node 0: [mem 0x0000000000100000-0x0000000009d81fff] [ 0.004263] node 0: [mem 0x000000000a000000-0x000000000a1fffff] [ 0.004264] node 0: [mem 0x000000000a20e000-0x00000000cb074fff] [ 0.004264] node 0: [mem 0x00000000cb076000-0x00000000cb0a0fff] [ 0.004265] node 0: [mem 0x00000000cb0a2000-0x00000000daceefff] [ 0.004265] node 0: [mem 0x00000000ddbff000-0x00000000deffffff] [ 0.004266] node 0: [mem 0x0000000100000000-0x000000041f2fffff] [ 0.004267] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f2fffff] [ 0.004270] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004282] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.004381] On node 0, zone DMA32: 638 pages in unavailable ranges [ 0.006808] On node 0, zone DMA32: 14 pages in unavailable ranges [ 0.006809] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.007041] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.007119] On node 0, zone DMA32: 12048 pages in unavailable ranges [ 0.019445] On node 0, zone Normal: 4096 pages in unavailable ranges [ 0.019465] On node 0, zone Normal: 3328 pages in unavailable ranges [ 0.019698] ACPI: PM-Timer IO Port: 0x808 [ 0.019706] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.019716] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23 [ 0.019721] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55 [ 0.019723] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.019724] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.019726] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.019727] ACPI: HPET id: 0x10228201 base: 0xfed00000 [ 0.019735] e820: update [mem 0xd7339000-0xd7395fff] usable ==> reserved [ 0.019746] smpboot: Allowing 32 CPUs, 8 hotplug CPUs [ 0.019765] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.019766] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.019768] PM: hibernation: Registered nosave memory: [mem 0x09d82000-0x09ffffff] [ 0.019769] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff] [ 0.019770] PM: hibernation: Registered nosave memory: [mem 0xcb075000-0xcb075fff] [ 0.019771] PM: hibernation: Registered nosave memory: [mem 0xcb0a1000-0xcb0a1fff] [ 0.019772] PM: hibernation: Registered nosave memory: [mem 0xd71d3000-0xd71d3fff] [ 0.019773] PM: hibernation: Registered nosave memory: [mem 0xd71f0000-0xd71f0fff] [ 0.019773] PM: hibernation: Registered nosave memory: [mem 0xd71f1000-0xd71f1fff] [ 0.019774] PM: hibernation: Registered nosave memory: [mem 0xd71ff000-0xd71fffff] [ 0.019775] PM: hibernation: Registered nosave memory: [mem 0xd7339000-0xd7395fff] [ 0.019776] PM: hibernation: Registered nosave memory: [mem 0xd7398000-0xd7398fff] [ 0.019777] PM: hibernation: Registered nosave memory: [mem 0xd9543000-0xd9543fff] [ 0.019778] PM: hibernation: Registered nosave memory: [mem 0xdacef000-0xdb0a2fff] [ 0.019778] PM: hibernation: Registered nosave memory: [mem 0xdb0a3000-0xdb106fff] [ 0.019779] PM: hibernation: Registered nosave memory: [mem 0xdb107000-0xdcc06fff] [ 0.019779] PM: hibernation: Registered nosave memory: [mem 0xdcc07000-0xddbfefff] [ 0.019780] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff] [ 0.019781] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.019781] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] [ 0.019781] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff] [ 0.019782] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff] [ 0.019782] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd3fffff] [ 0.019782] PM: hibernation: Registered nosave memory: [mem 0xfd400000-0xfd5fffff] [ 0.019783] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff] [ 0.019783] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] [ 0.019783] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff] [ 0.019784] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff] [ 0.019784] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff] [ 0.019784] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [ 0.019785] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [ 0.019785] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.019785] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [ 0.019786] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [ 0.019786] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [ 0.019786] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] [ 0.019787] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] [ 0.019787] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] [ 0.019787] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] [ 0.019788] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] [ 0.019788] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff] [ 0.019788] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.019789] [mem 0xe0000000-0xefffffff] available for PCI devices [ 0.019790] Booting paravirtualized kernel on bare hardware [ 0.019792] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.019797] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1 [ 0.020501] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.020507] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.020508] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.020513] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 [ 0.020538] Fallback order for Node 0: 0 [ 0.020541] Built 1 zonelists, mobility grouping on. Total pages: 4108700 [ 0.020542] Policy zone: Normal [ 0.020542] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7 [ 0.020585] Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic", will be passed to user space. [ 0.021186] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.021482] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.021552] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.021583] software IO TLB: area num 32. [ 0.043859] Memory: 16093068K/16696324K available (18440K kernel code, 4138K rwdata, 10968K rodata, 3168K init, 4816K bss, 602996K reserved, 0K cma-reserved) [ 0.043935] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1 [ 0.043943] ftrace: allocating 52542 entries in 206 pages [ 0.051315] ftrace: allocated 206 pages with 5 groups [ 0.051867] Dynamic Preempt: voluntary [ 0.051906] rcu: Preemptible hierarchical RCU implementation. [ 0.051906] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. [ 0.051907] Trampoline variant of Tasks RCU enabled. [ 0.051908] Rude variant of Tasks RCU enabled. [ 0.051908] Tracing variant of Tasks RCU enabled. [ 0.051909] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.051909] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 [ 0.054032] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16 [ 0.054196] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.054253] Console: colour dummy device 80x25 [ 0.054267] printk: console [tty0] enabled [ 0.054284] ACPI: Core revision 20220331 [ 0.054396] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 0.054411] APIC: Switch to symmetric I/O mode setup [ 0.055174] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 [ 0.371937] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.371953] Switched APIC routing to physical flat. [ 0.372555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390419] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa9c801e1a, max_idle_ns: 881590522331 ns [ 0.390423] Calibrating delay loop (skipped), value calculated using timer frequency.. 7399.76 BogoMIPS (lpj=14799520) [ 0.390425] pid_max: default: 32768 minimum: 301 [ 0.392169] LSM: Security Framework initializing [ 0.392176] landlock: Up and running. [ 0.392176] Yama: becoming mindful. [ 0.392192] AppArmor: AppArmor initialized [ 0.392223] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.392239] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.392387] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.392431] LVT offset 1 assigned for vector 0xf9 [ 0.392572] LVT offset 2 assigned for vector 0xf4 [ 0.392612] process: using mwait in idle threads [ 0.392613] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256 [ 0.392613] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 0.392615] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.392617] Spectre V2 : Mitigation: Retpolines [ 0.392617] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.392618] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.392618] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.392619] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.392620] Spectre V2 : User space: Mitigation: STIBP always-on protection [ 0.392620] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.407074] Freeing SMP alternatives memory: 44K [ 0.516935] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2) [ 0.516995] cblist_init_generic: Setting adjustable number of callback queues. [ 0.516997] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.517004] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.517012] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.517020] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 0.517023] ... version: 0 [ 0.517023] ... bit width: 48 [ 0.517024] ... generic registers: 6 [ 0.517024] ... value mask: 0000ffffffffffff [ 0.517025] ... max period: 00007fffffffffff [ 0.517025] ... fixed-purpose events: 0 [ 0.517025] ... event mask: 000000000000003f [ 0.517072] rcu: Hierarchical SRCU implementation. [ 0.517073] rcu: Max phase no-delay instances is 1000. [ 0.517334] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.517456] smp: Bringing up secondary CPUs ... [ 0.517502] x86: Booting SMP configuration: [ 0.517503] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 [ 0.540631] Spectre V2 : Update user space SMT mitigation: STIBP always-on [ 0.540631] #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 [ 0.564592] smp: Brought up 1 node, 24 CPUs [ 0.564592] smpboot: Max logical packages: 2 [ 0.564592] smpboot: Total of 24 processors activated (177594.24 BogoMIPS) [ 0.566682] devtmpfs: initialized [ 0.566682] x86/mm: Memory block size: 128MB [ 0.566965] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes) [ 0.566965] ACPI: PM: Registering ACPI NVS region [mem 0xdb107000-0xdcc06fff] (28311552 bytes) [ 0.566965] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.566965] futex hash table entries: 8192 (order: 7, 524288 bytes, linear) [ 0.566965] pinctrl core: initialized pinctrl subsystem [ 0.566965] PM: RTC time: 16:34:41, date: 2022-11-08 [ 0.567103] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.567210] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.567275] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.567336] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.567340] audit: initializing netlink subsys (disabled) [ 0.567343] audit: type=2000 audit(1667925280.200:1): state=initialized audit_enabled=0 res=1 [ 0.567343] thermal_sys: Registered thermal governor 'fair_share' [ 0.567343] thermal_sys: Registered thermal governor 'bang_bang' [ 0.567343] thermal_sys: Registered thermal governor 'step_wise' [ 0.567343] thermal_sys: Registered thermal governor 'user_space' [ 0.567343] thermal_sys: Registered thermal governor 'power_allocator' [ 0.567343] EISA bus registered [ 0.567343] cpuidle: using governor ladder [ 0.567343] cpuidle: using governor menu [ 0.567343] Detected 1 PCC Subspaces [ 0.567343] Registering PCC driver as Mailbox controller [ 0.567343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.567343] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 0.567343] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 [ 0.567343] PCI: Using configuration type 1 for base access [ 0.570991] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.570995] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.570995] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.570995] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.570995] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.570995] ACPI: Added _OSI(Module Device) [ 0.570995] ACPI: Added _OSI(Processor Device) [ 0.570995] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.570995] ACPI: Added _OSI(Processor Aggregator Device) [ 0.581390] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 0.582516] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.584839] ACPI: Interpreter enabled [ 0.584850] ACPI: PM: (supports S0 S3 S4 S5) [ 0.584851] ACPI: Using IOAPIC for interrupt routing [ 0.585077] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.585078] PCI: Using E820 reservations for host bridge windows [ 0.585350] ACPI: Enabled 2 GPEs in block 00 to 1F [ 0.592153] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.592158] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.592220] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC] [ 0.592330] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability] [ 0.592337] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge [ 0.592608] PCI host bridge to bus 0000:00 [ 0.592609] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 0.592610] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 0.592610] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 0.592611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.592612] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] [ 0.592613] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window] [ 0.592613] pci_bus 0000:00: root bus resource [mem 0x420000000-0x7fffffffff window] [ 0.592614] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.592624] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 [ 0.592699] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 [ 0.592772] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 [ 0.592819] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 [ 0.592889] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold [ 0.593005] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 [ 0.593055] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 [ 0.593099] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 [ 0.593168] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold [ 0.593270] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 [ 0.593318] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 [ 0.593368] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 [ 0.593412] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 [ 0.593472] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.593556] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 [ 0.593601] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 [ 0.593667] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 0.593772] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 0.593867] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 0.593968] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 [ 0.593988] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 [ 0.594008] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 [ 0.594027] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 [ 0.594046] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 [ 0.594065] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 [ 0.594084] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 [ 0.594102] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 [ 0.594169] pci 0000:20:00.0: [1022:57ad] type 01 class 0x060400 [ 0.594309] pci 0000:20:00.0: PME# supported from D0 D3hot D3cold [ 0.594405] pci 0000:20: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) [ 0.594510] pci 0000:00:01.2: PCI bridge to [bus 20-2c] [ 0.594513] pci 0000:00:01.2: bridge window [io 0xd000-0xefff] [ 0.594515] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfcafffff] [ 0.594761] pci 0000:21:04.0: [1022:57a3] type 01 class 0x060400 [ 0.595078] pci 0000:21:04.0: PME# supported from D0 D3hot D3cold [ 0.595530] pci 0000:21:05.0: [1022:57a3] type 01 class 0x060400 [ 0.595847] pci 0000:21:05.0: PME# supported from D0 D3hot D3cold [ 0.596300] pci 0000:21:08.0: [1022:57a4] type 01 class 0x060400 [ 0.596555] pci 0000:21:08.0: PME# supported from D0 D3hot D3cold [ 0.596772] pci 0000:21:09.0: [1022:57a4] type 01 class 0x060400 [ 0.597001] pci 0000:21:09.0: PME# supported from D0 D3hot D3cold [ 0.597203] pci 0000:21:0a.0: [1022:57a4] type 01 class 0x060400 [ 0.597432] pci 0000:21:0a.0: PME# supported from D0 D3hot D3cold [ 0.597645] pci 0000:20:00.0: PCI bridge to [bus 21-2c] [ 0.597651] pci 0000:20:00.0: bridge window [io 0xd000-0xefff] [ 0.597654] pci 0000:20:00.0: bridge window [mem 0xfc500000-0xfcafffff] [ 0.597756] pci 0000:26:00.0: [1b21:0612] type 00 class 0x010601 [ 0.597782] pci 0000:26:00.0: reg 0x10: [io 0xe050-0xe057] [ 0.597795] pci 0000:26:00.0: reg 0x14: [io 0xe040-0xe043] [ 0.597808] pci 0000:26:00.0: reg 0x18: [io 0xe030-0xe037] [ 0.597821] pci 0000:26:00.0: reg 0x1c: [io 0xe020-0xe023] [ 0.597834] pci 0000:26:00.0: reg 0x20: [io 0xe000-0xe01f] [ 0.597847] pci 0000:26:00.0: reg 0x24: [mem 0xfca00000-0xfca001ff] [ 0.598033] pci 0000:21:04.0: PCI bridge to [bus 26] [ 0.598039] pci 0000:21:04.0: bridge window [io 0xe000-0xefff] [ 0.598042] pci 0000:21:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.598149] pci 0000:27:00.0: [10ec:8168] type 00 class 0x020000 [ 0.598173] pci 0000:27:00.0: reg 0x10: [io 0xd000-0xd0ff] [ 0.598200] pci 0000:27:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit] [ 0.598218] pci 0000:27:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit] [ 0.598365] pci 0000:27:00.0: supports D1 D2 [ 0.598366] pci 0000:27:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.598612] pci 0000:21:05.0: PCI bridge to [bus 27] [ 0.598617] pci 0000:21:05.0: bridge window [io 0xd000-0xdfff] [ 0.598621] pci 0000:21:05.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.598734] pci 0000:2a:00.0: [1022:1485] type 00 class 0x130000 [ 0.598969] pci 0000:2a: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) [ 0.599167] pci 0000:2a:00.1: [1022:149c] type 00 class 0x0c0330 [ 0.599516] pci 0000:2a:00.1: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit] [ 0.600749] pci 0000:2a:00.1: PME# supported from D0 D3hot D3cold [ 0.601132] pci 0000:2a:00.3: [1022:149c] type 00 class 0x0c0330 [ 0.601159] pci 0000:2a:00.3: reg 0x10: [mem 0xfc500000-0xfc5fffff 64bit] [ 0.601287] pci 0000:2a:00.3: PME# supported from D0 D3hot D3cold [ 0.601415] pci 0000:21:08.0: PCI bridge to [bus 2a] [ 0.601423] pci 0000:21:08.0: bridge window [mem 0xfc500000-0xfc6fffff] [ 0.601531] pci 0000:2b:00.0: [1022:7901] type 00 class 0x010601 [ 0.601602] pci 0000:2b:00.0: reg 0x24: [mem 0xfc800000-0xfc8007ff] [ 0.601720] pci 0000:2b:00.0: PME# supported from D3hot D3cold [ 0.601806] pci 0000:2b: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) [ 0.601887] pci 0000:21:09.0: PCI bridge to [bus 2b] [ 0.601895] pci 0000:21:09.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.601988] pci 0000:2c:00.0: [1022:7901] type 00 class 0x010601 [ 0.602059] pci 0000:2c:00.0: reg 0x24: [mem 0xfc700000-0xfc7007ff] [ 0.602176] pci 0000:2c:00.0: PME# supported from D3hot D3cold [ 0.602262] pci 0000:2c: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) [ 0.602343] pci 0000:21:0a.0: PCI bridge to [bus 2c] [ 0.602351] pci 0000:21:0a.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.602437] pci 0000:2d:00.0: [1002:1478] type 01 class 0x060400 [ 0.602451] pci 0000:2d:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff] [ 0.602554] pci 0000:2d:00.0: PME# supported from D0 D3hot D3cold [ 0.602694] pci 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 0.602697] pci 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 0.602699] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.602702] pci 0000:00:03.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.602750] pci 0000:2e:00.0: [1002:1479] type 01 class 0x060400 [ 0.602865] pci 0000:2e:00.0: PME# supported from D0 D3hot D3cold [ 0.603293] pci 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 0.603298] pci 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 0.603301] pci 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.603305] pci 0000:2d:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.603356] pci 0000:2f:00.0: [1002:73ef] type 00 class 0x030000 [ 0.603374] pci 0000:2f:00.0: reg 0x10: [mem 0x7fe0000000-0x7fefffffff 64bit pref] [ 0.603385] pci 0000:2f:00.0: reg 0x18: [mem 0x7ff0000000-0x7ff01fffff 64bit pref] [ 0.603392] pci 0000:2f:00.0: reg 0x20: [io 0xf000-0xf0ff] [ 0.603399] pci 0000:2f:00.0: reg 0x24: [mem 0xfcb00000-0xfcbfffff] [ 0.603406] pci 0000:2f:00.0: reg 0x30: [mem 0xfcc00000-0xfcc1ffff pref] [ 0.603429] pci 0000:2f:00.0: BAR 0: assigned to efifb [ 0.603502] pci 0000:2f:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.603580] pci 0000:2f:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 0.603654] pci 0000:2f:00.1: [1002:ab28] type 00 class 0x040300 [ 0.603665] pci 0000:2f:00.1: reg 0x10: [mem 0xfcc20000-0xfcc23fff] [ 0.603753] pci 0000:2f:00.1: PME# supported from D1 D2 D3hot D3cold [ 0.603858] pci 0000:2e:00.0: PCI bridge to [bus 2f] [ 0.603862] pci 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 0.603864] pci 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.603869] pci 0000:2e:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.603910] pci 0000:30:00.0: [1022:148a] type 00 class 0x130000 [ 0.604060] pci 0000:00:07.1: PCI bridge to [bus 30] [ 0.604106] pci 0000:31:00.0: [1022:1485] type 00 class 0x130000 [ 0.604273] pci 0000:31:00.3: [1022:149c] type 00 class 0x0c0330 [ 0.604286] pci 0000:31:00.3: reg 0x10: [mem 0xfce00000-0xfcefffff 64bit] [ 0.604358] pci 0000:31:00.3: PME# supported from D0 D3hot D3cold [ 0.604439] pci 0000:31:00.4: [1022:1487] type 00 class 0x040300 [ 0.604447] pci 0000:31:00.4: reg 0x10: [mem 0xfcf00000-0xfcf07fff] [ 0.604513] pci 0000:31:00.4: PME# supported from D0 D3hot D3cold [ 0.604596] pci 0000:00:08.1: PCI bridge to [bus 31] [ 0.604599] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcffffff] [ 0.604878] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 0.604914] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 [ 0.604946] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 0.604985] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 0.605020] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 0.605049] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 0.605078] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 0.605107] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 0.605558] iommu: Default domain type: Translated [ 0.605558] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.605558] SCSI subsystem initialized [ 0.605558] libata version 3.00 loaded. [ 0.605558] ACPI: bus type USB registered [ 0.605558] usbcore: registered new interface driver usbfs [ 0.605558] usbcore: registered new interface driver hub [ 0.605558] usbcore: registered new device driver usb [ 0.605558] pps_core: LinuxPPS API ver. 1 registered [ 0.605558] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.605558] PTP clock support registered [ 0.605558] EDAC MC: Ver: 3.0.0 [ 0.605558] Registered efivars operations [ 0.605558] NetLabel: Initializing [ 0.605558] NetLabel: domain hash size = 128 [ 0.605558] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.605558] NetLabel: unlabeled traffic allowed by default [ 0.605558] mctp: management component transport protocol core [ 0.605558] NET: Registered PF_MCTP protocol family [ 0.605558] PCI: Using ACPI for IRQ routing [ 0.609766] PCI: pci_cache_line_size set to 64 bytes [ 0.609865] e820: reserve RAM buffer [mem 0x09d82000-0x0bffffff] [ 0.609866] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 0.609867] e820: reserve RAM buffer [mem 0xcb075000-0xcbffffff] [ 0.609868] e820: reserve RAM buffer [mem 0xcb0a1000-0xcbffffff] [ 0.609868] e820: reserve RAM buffer [mem 0xd71d3018-0xd7ffffff] [ 0.609869] e820: reserve RAM buffer [mem 0xd71f1018-0xd7ffffff] [ 0.609869] e820: reserve RAM buffer [mem 0xd7339000-0xd7ffffff] [ 0.609870] e820: reserve RAM buffer [mem 0xd7398000-0xd7ffffff] [ 0.609870] e820: reserve RAM buffer [mem 0xd9543000-0xdbffffff] [ 0.609871] e820: reserve RAM buffer [mem 0xdacef000-0xdbffffff] [ 0.609871] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff] [ 0.609872] e820: reserve RAM buffer [mem 0x41f300000-0x41fffffff] [ 0.609877] pci 0000:2f:00.0: vgaarb: setting as boot VGA device [ 0.609877] pci 0000:2f:00.0: vgaarb: bridge control possible [ 0.609877] pci 0000:2f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 0.609877] vgaarb: loaded [ 0.609877] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.609877] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.611456] clocksource: Switched to clocksource tsc-early [ 0.611509] VFS: Disk quotas dquot_6.6.0 [ 0.611517] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.611570] AppArmor: AppArmor Filesystem Enabled [ 0.611584] pnp: PnP ACPI init [ 0.611638] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved [ 0.611704] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved [ 0.611851] system 00:03: [io 0x0a00-0x0a0f] has been reserved [ 0.611853] system 00:03: [io 0x0a10-0x0a1f] has been reserved [ 0.611854] system 00:03: [io 0x0a20-0x0a2f] has been reserved [ 0.611854] system 00:03: [io 0x0a40-0x0a4f] has been reserved [ 0.612089] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.612090] system 00:04: [io 0x040b] has been reserved [ 0.612091] system 00:04: [io 0x04d6] has been reserved [ 0.612091] system 00:04: [io 0x0c00-0x0c01] has been reserved [ 0.612092] system 00:04: [io 0x0c14] has been reserved [ 0.612093] system 00:04: [io 0x0c50-0x0c51] has been reserved [ 0.612093] system 00:04: [io 0x0c52] has been reserved [ 0.612094] system 00:04: [io 0x0c6c] has been reserved [ 0.612094] system 00:04: [io 0x0c6f] has been reserved [ 0.612095] system 00:04: [io 0x0cd8-0x0cdf] has been reserved [ 0.612096] system 00:04: [io 0x0800-0x089f] has been reserved [ 0.612096] system 00:04: [io 0x0b00-0x0b0f] has been reserved [ 0.612097] system 00:04: [io 0x0b20-0x0b3f] has been reserved [ 0.612098] system 00:04: [io 0x0900-0x090f] has been reserved [ 0.612098] system 00:04: [io 0x0910-0x091f] has been reserved [ 0.612099] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.612100] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved [ 0.612101] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 0.612101] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.612102] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 0.612103] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.612104] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.612455] pnp: PnP ACPI: found 5 devices [ 0.616632] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.616666] NET: Registered PF_INET protocol family [ 0.616786] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.618504] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.618522] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.618578] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.618737] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.618810] TCP: Hash tables configured (established 131072 bind 65536) [ 0.618883] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.618912] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.618939] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.618977] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.618980] NET: Registered PF_XDP protocol family [ 0.618987] pci 0000:21:04.0: PCI bridge to [bus 26] [ 0.618989] pci 0000:21:04.0: bridge window [io 0xe000-0xefff] [ 0.618994] pci 0000:21:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.619003] pci 0000:21:05.0: PCI bridge to [bus 27] [ 0.619005] pci 0000:21:05.0: bridge window [io 0xd000-0xdfff] [ 0.619010] pci 0000:21:05.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.619018] pci 0000:21:08.0: PCI bridge to [bus 2a] [ 0.619023] pci 0000:21:08.0: bridge window [mem 0xfc500000-0xfc6fffff] [ 0.619032] pci 0000:21:09.0: PCI bridge to [bus 2b] [ 0.619036] pci 0000:21:09.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.619044] pci 0000:21:0a.0: PCI bridge to [bus 2c] [ 0.619049] pci 0000:21:0a.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.619057] pci 0000:20:00.0: PCI bridge to [bus 21-2c] [ 0.619059] pci 0000:20:00.0: bridge window [io 0xd000-0xefff] [ 0.619064] pci 0000:20:00.0: bridge window [mem 0xfc500000-0xfcafffff] [ 0.619072] pci 0000:00:01.2: PCI bridge to [bus 20-2c] [ 0.619073] pci 0000:00:01.2: bridge window [io 0xd000-0xefff] [ 0.619076] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfcafffff] [ 0.619080] pci 0000:2e:00.0: PCI bridge to [bus 2f] [ 0.619085] pci 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 0.619089] pci 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.619091] pci 0000:2e:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619096] pci 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 0.619097] pci 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 0.619100] pci 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.619103] pci 0000:2d:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619107] pci 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 0.619108] pci 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 0.619110] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.619112] pci 0000:00:03.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619115] pci 0000:00:07.1: PCI bridge to [bus 30] [ 0.619120] pci 0000:00:08.1: PCI bridge to [bus 31] [ 0.619123] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcffffff] [ 0.619127] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 0.619128] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 0.619128] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 0.619129] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 0.619129] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] [ 0.619130] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window] [ 0.619131] pci_bus 0000:00: resource 10 [mem 0x420000000-0x7fffffffff window] [ 0.619132] pci_bus 0000:20: resource 0 [io 0xd000-0xefff] [ 0.619132] pci_bus 0000:20: resource 1 [mem 0xfc500000-0xfcafffff] [ 0.619133] pci_bus 0000:21: resource 0 [io 0xd000-0xefff] [ 0.619133] pci_bus 0000:21: resource 1 [mem 0xfc500000-0xfcafffff] [ 0.619134] pci_bus 0000:26: resource 0 [io 0xe000-0xefff] [ 0.619134] pci_bus 0000:26: resource 1 [mem 0xfca00000-0xfcafffff] [ 0.619135] pci_bus 0000:27: resource 0 [io 0xd000-0xdfff] [ 0.619136] pci_bus 0000:27: resource 1 [mem 0xfc900000-0xfc9fffff] [ 0.619136] pci_bus 0000:2a: resource 1 [mem 0xfc500000-0xfc6fffff] [ 0.619137] pci_bus 0000:2b: resource 1 [mem 0xfc800000-0xfc8fffff] [ 0.619137] pci_bus 0000:2c: resource 1 [mem 0xfc700000-0xfc7fffff] [ 0.619138] pci_bus 0000:2d: resource 0 [io 0xf000-0xffff] [ 0.619139] pci_bus 0000:2d: resource 1 [mem 0xfcb00000-0xfcdfffff] [ 0.619139] pci_bus 0000:2d: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619140] pci_bus 0000:2e: resource 0 [io 0xf000-0xffff] [ 0.619140] pci_bus 0000:2e: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.619141] pci_bus 0000:2e: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619142] pci_bus 0000:2f: resource 0 [io 0xf000-0xffff] [ 0.619142] pci_bus 0000:2f: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.619143] pci_bus 0000:2f: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.619143] pci_bus 0000:31: resource 1 [mem 0xfce00000-0xfcffffff] [ 0.619485] pci 0000:2f:00.1: D0 power state depends on 0000:2f:00.0 [ 0.619602] PCI: CLS 64 bytes, default 64 [ 0.619608] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 0.619625] pci 0000:00:01.0: Adding to iommu group 0 [ 0.619631] pci 0000:00:01.2: Adding to iommu group 1 [ 0.619631] Trying to unpack rootfs image as initramfs... [ 0.619636] pci 0000:00:02.0: Adding to iommu group 2 [ 0.619642] pci 0000:00:03.0: Adding to iommu group 3 [ 0.619647] pci 0000:00:03.1: Adding to iommu group 4 [ 0.619652] pci 0000:00:04.0: Adding to iommu group 5 [ 0.619657] pci 0000:00:05.0: Adding to iommu group 6 [ 0.619663] pci 0000:00:07.0: Adding to iommu group 7 [ 0.619667] pci 0000:00:07.1: Adding to iommu group 8 [ 0.619673] pci 0000:00:08.0: Adding to iommu group 9 [ 0.619678] pci 0000:00:08.1: Adding to iommu group 10 [ 0.619685] pci 0000:00:14.0: Adding to iommu group 11 [ 0.619688] pci 0000:00:14.3: Adding to iommu group 11 [ 0.619704] pci 0000:00:18.0: Adding to iommu group 12 [ 0.619708] pci 0000:00:18.1: Adding to iommu group 12 [ 0.619711] pci 0000:00:18.2: Adding to iommu group 12 [ 0.619715] pci 0000:00:18.3: Adding to iommu group 12 [ 0.619718] pci 0000:00:18.4: Adding to iommu group 12 [ 0.619721] pci 0000:00:18.5: Adding to iommu group 12 [ 0.619725] pci 0000:00:18.6: Adding to iommu group 12 [ 0.619728] pci 0000:00:18.7: Adding to iommu group 12 [ 0.619733] pci 0000:20:00.0: Adding to iommu group 13 [ 0.619761] pci 0000:21:04.0: Adding to iommu group 14 [ 0.619788] pci 0000:21:05.0: Adding to iommu group 15 [ 0.619794] pci 0000:21:08.0: Adding to iommu group 16 [ 0.619800] pci 0000:21:09.0: Adding to iommu group 17 [ 0.619806] pci 0000:21:0a.0: Adding to iommu group 18 [ 0.619833] pci 0000:26:00.0: Adding to iommu group 19 [ 0.619861] pci 0000:27:00.0: Adding to iommu group 20 [ 0.619863] pci 0000:2a:00.0: Adding to iommu group 16 [ 0.619865] pci 0000:2a:00.1: Adding to iommu group 16 [ 0.619867] pci 0000:2a:00.3: Adding to iommu group 16 [ 0.619870] pci 0000:2b:00.0: Adding to iommu group 17 [ 0.619872] pci 0000:2c:00.0: Adding to iommu group 18 [ 0.619877] pci 0000:2d:00.0: Adding to iommu group 21 [ 0.619883] pci 0000:2e:00.0: Adding to iommu group 22 [ 0.619891] pci 0000:2f:00.0: Adding to iommu group 23 [ 0.619899] pci 0000:2f:00.1: Adding to iommu group 24 [ 0.619904] pci 0000:30:00.0: Adding to iommu group 25 [ 0.619912] pci 0000:31:00.0: Adding to iommu group 26 [ 0.619918] pci 0000:31:00.3: Adding to iommu group 27 [ 0.619924] pci 0000:31:00.4: Adding to iommu group 28 [ 0.622850] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 0.622851] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC [ 0.622854] AMD-Vi: Interrupt remapping enabled [ 0.622915] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.622916] software IO TLB: mapped [mem 0x00000000d31d3000-0x00000000d71d3000] (64MB) [ 0.622942] LVT offset 0 assigned for vector 0x400 [ 0.623101] perf: AMD IBS detected (0x000003ff) [ 0.623105] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 0.623382] Initialise system trusted keyrings [ 0.623388] Key type blacklist registered [ 0.623406] workingset: timestamp_bits=36 max_order=22 bucket_order=0 [ 0.623872] zbud: loaded [ 0.624022] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.624078] fuse: init (API version 7.37) [ 0.624152] integrity: Platform Keyring initialized [ 0.624154] integrity: Machine keyring initialized [ 0.626287] Key type asymmetric registered [ 0.626288] Asymmetric key parser 'x509' registered [ 0.923001] Freeing initrd memory: 116716K [ 0.924568] alg: self-tests for CTR-KDF (hmac(sha256)) passed [ 0.924585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.924620] io scheduler mq-deadline registered [ 0.925751] pcieport 0000:00:01.2: AER: enabled with IRQ 28 [ 0.925874] pcieport 0000:00:03.1: AER: enabled with IRQ 29 [ 0.926035] pcieport 0000:00:07.1: AER: enabled with IRQ 31 [ 0.926135] pcieport 0000:00:08.1: AER: enabled with IRQ 32 [ 0.927488] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.927575] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.927584] ACPI: button: Power Button [PWRB] [ 0.927598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.927613] ACPI: button: Power Button [PWRF] [ 0.928899] Estimated ratio of average max frequency by base frequency (times 1024): 1197 [ 0.928907] Monitor-Mwait will be used to enter C-1 state [ 0.928909] ACPI: \_PR_.C000: Found 2 idle states [ 0.928963] ACPI: \_PR_.C002: Found 2 idle states [ 0.929041] ACPI: \_PR_.C004: Found 2 idle states [ 0.929122] ACPI: \_PR_.C006: Found 2 idle states [ 0.929198] ACPI: \_PR_.C008: Found 2 idle states [ 0.929276] ACPI: \_PR_.C00A: Found 2 idle states [ 0.929353] ACPI: \_PR_.C00C: Found 2 idle states [ 0.929437] ACPI: \_PR_.C00E: Found 2 idle states [ 0.929516] ACPI: \_PR_.C010: Found 2 idle states [ 0.929595] ACPI: \_PR_.C012: Found 2 idle states [ 0.929674] ACPI: \_PR_.C014: Found 2 idle states [ 0.929754] ACPI: \_PR_.C016: Found 2 idle states [ 0.929813] ACPI: \_PR_.C001: Found 2 idle states [ 0.929898] ACPI: \_PR_.C003: Found 2 idle states [ 0.929975] ACPI: \_PR_.C005: Found 2 idle states [ 0.930049] ACPI: \_PR_.C007: Found 2 idle states [ 0.930125] ACPI: \_PR_.C009: Found 2 idle states [ 0.930187] ACPI: \_PR_.C00B: Found 2 idle states [ 0.930251] ACPI: \_PR_.C00D: Found 2 idle states [ 0.930312] ACPI: \_PR_.C00F: Found 2 idle states [ 0.930375] ACPI: \_PR_.C011: Found 2 idle states [ 0.930438] ACPI: \_PR_.C013: Found 2 idle states [ 0.930507] ACPI: \_PR_.C015: Found 2 idle states [ 0.930570] ACPI: \_PR_.C017: Found 2 idle states [ 0.930720] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.931397] Linux agpgart interface v0.103 [ 1.002864] loop: module loaded [ 1.003000] tun: Universal TUN/TAP device driver, 1.6 [ 1.003014] PPP generic driver version 2.4.2 [ 1.003037] VFIO - User Level meta-driver version: 0.3 [ 1.003114] i8042: PNP: No PS/2 controller found. [ 1.003137] mousedev: PS/2 mouse device common for all mice [ 1.003176] rtc_cmos 00:02: RTC can wake from S4 [ 1.003349] rtc_cmos 00:02: registered as rtc0 [ 1.003374] rtc_cmos 00:02: setting system clock to 2022-11-08T16:34:41 UTC (1667925281) [ 1.003382] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.003397] i2c_dev: i2c /dev entries driver [ 1.003406] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 1.003418] device-mapper: uevent: version 1.0.3 [ 1.003437] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 1.003446] platform eisa.0: Probing EISA bus 0 [ 1.003447] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 1.003447] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 1.003448] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 1.003449] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 1.003449] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 1.003450] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 1.003450] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 1.003451] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 1.003451] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 1.003452] platform eisa.0: EISA: Detected 0 cards [ 1.003453] amd_pstate: This processor supports shared memory solution, you can enable it with amd_pstate.shared_mem=1 [ 1.003581] ledtrig-cpu: registered to indicate activity on CPUs [ 1.003590] efifb: probing for efifb [ 1.003600] efifb: showing boot graphics [ 1.004584] efifb: framebuffer at 0x7fe0000000, using 8100k, total 8100k [ 1.004585] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 1.004586] efifb: scrolling: redraw [ 1.004586] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.004604] fbcon: Deferring console take-over [ 1.004604] fb0: EFI VGA frame buffer device [ 1.004654] drop_monitor: Initializing network drop monitor service [ 1.011028] NET: Registered PF_INET6 protocol family [ 1.012513] Segment Routing with IPv6 [ 1.012516] In-situ OAM (IOAM) with IPv6 [ 1.012526] NET: Registered PF_PACKET protocol family [ 1.012544] Key type dns_resolver registered [ 1.013284] mce: [Hardware Error]: Machine check events logged [ 1.013285] mce: [Hardware Error]: CPU 6: Machine Check: 0 Bank 5: bea0000000000108 [ 1.013289] fbcon: Taking over console [ 1.013290] mce: [Hardware Error]: TSC 0 ADDR ffffff894503f0 MISC d012000100000000 SYND 4d000000 IPID 500b000000000 [ 1.013293] mce: [Hardware Error]: PROCESSOR 2:a20f12 TIME 1667925280 SOCKET 0 APIC 10 microcode a20120a [ 1.013318] Console: switching to colour frame buffer device 240x67 [ 1.014128] microcode: CPU0: patch_level=0x0a20120a [ 1.014131] microcode: CPU1: patch_level=0x0a20120a [ 1.014135] microcode: CPU2: patch_level=0x0a20120a [ 1.014139] microcode: CPU3: patch_level=0x0a20120a [ 1.014142] microcode: CPU4: patch_level=0x0a20120a [ 1.014146] microcode: CPU5: patch_level=0x0a20120a [ 1.014150] microcode: CPU6: patch_level=0x0a20120a [ 1.014155] microcode: CPU7: patch_level=0x0a20120a [ 1.014160] microcode: CPU8: patch_level=0x0a20120a [ 1.014164] microcode: CPU9: patch_level=0x0a20120a [ 1.014169] microcode: CPU10: patch_level=0x0a20120a [ 1.014174] microcode: CPU11: patch_level=0x0a20120a [ 1.014178] microcode: CPU12: patch_level=0x0a20120a [ 1.014182] microcode: CPU13: patch_level=0x0a20120a [ 1.014184] microcode: CPU14: patch_level=0x0a20120a [ 1.014187] microcode: CPU15: patch_level=0x0a20120a [ 1.014190] microcode: CPU16: patch_level=0x0a20120a [ 1.014192] microcode: CPU17: patch_level=0x0a20120a [ 1.014195] microcode: CPU18: patch_level=0x0a20120a [ 1.014199] microcode: CPU19: patch_level=0x0a20120a [ 1.014203] microcode: CPU20: patch_level=0x0a20120a [ 1.014207] microcode: CPU21: patch_level=0x0a20120a [ 1.014210] microcode: CPU22: patch_level=0x0a20120a [ 1.014214] microcode: CPU23: patch_level=0x0a20120a [ 1.014216] microcode: Microcode Update Driver: v2.2. [ 1.014347] resctrl: L3 allocation detected [ 1.014347] resctrl: MB allocation detected [ 1.014348] resctrl: L3 monitoring detected [ 1.014349] IPI shorthand broadcast: enabled [ 1.014361] sched_clock: Marking stable (702141269, 312199333)->(1018398989, -4058387) [ 1.014668] registered taskstats version 1 [ 1.014782] Loading compiled-in X.509 certificates [ 1.015136] Loaded X.509 cert 'Build time autogenerated kernel key: defc11b38d824ed70e6ad122b32ea160c4c950a0' [ 1.015397] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 1.015653] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 1.015653] blacklist: Loading compiled-in revocation X.509 certificates [ 1.015663] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 1.016032] zswap: loaded using pool lzo/zbud [ 1.016087] Key type .fscrypt registered [ 1.016088] Key type fscrypt-provisioning registered [ 1.016162] Key type trusted registered [ 1.017529] Key type encrypted registered [ 1.017531] AppArmor: AppArmor sha1 policy hashing enabled [ 1.017579] integrity: Loading X.509 certificate: UEFI:db [ 1.017592] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 1.017592] integrity: Loading X.509 certificate: UEFI:db [ 1.017601] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 1.017772] blacklist: Problem blacklisting hash (-13) [ 1.017785] blacklist: Problem blacklisting hash (-13) [ 1.017812] blacklist: Problem blacklisting hash (-13) [ 1.017834] blacklist: Problem blacklisting hash (-13) [ 1.017866] blacklist: Problem blacklisting hash (-13) [ 1.017885] blacklist: Problem blacklisting hash (-13) [ 1.017983] Loading compiled-in module X.509 certificates [ 1.018243] Loaded X.509 cert 'Build time autogenerated kernel key: defc11b38d824ed70e6ad122b32ea160c4c950a0' [ 1.018244] ima: Allocated hash algorithm: sha1 [ 1.156909] ima: No architecture policies found [ 1.156915] evm: Initialising EVM extended attributes: [ 1.156916] evm: security.selinux [ 1.156917] evm: security.SMACK64 [ 1.156917] evm: security.SMACK64EXEC [ 1.156918] evm: security.SMACK64TRANSMUTE [ 1.156918] evm: security.SMACK64MMAP [ 1.156918] evm: security.apparmor [ 1.156919] evm: security.ima [ 1.156919] evm: security.capability [ 1.156920] evm: HMAC attrs: 0x1 [ 1.157848] PM: Magic number: 14:358:590 [ 1.252973] RAS: Correctable Errors collector initialized. [ 1.254066] Freeing unused decrypted memory: 2036K [ 1.254450] Freeing unused kernel image (initmem) memory: 3168K [ 1.268912] Write protecting the kernel read-only data: 32768k [ 1.269269] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 1.269436] Freeing unused kernel image (rodata/data gap) memory: 1320K [ 1.314925] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.314929] Run /init as init process [ 1.314930] with arguments: [ 1.314931] /init [ 1.314932] splash [ 1.314933] with environment: [ 1.314933] HOME=/ [ 1.314934] TERM=linux [ 1.314934] BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic [ 1.363402] xhci_hcd 0000:2a:00.1: xHCI Host Controller [ 1.363408] xhci_hcd 0000:2a:00.1: new USB bus registered, assigned bus number 1 [ 1.363564] xhci_hcd 0000:2a:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.364761] xhci_hcd 0000:2a:00.1: xHCI Host Controller [ 1.364763] xhci_hcd 0000:2a:00.1: new USB bus registered, assigned bus number 2 [ 1.364764] xhci_hcd 0000:2a:00.1: Host supports USB 3.1 Enhanced SuperSpeed [ 1.364798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.364800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.364801] usb usb1: Product: xHCI Host Controller [ 1.364801] usb usb1: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.364802] usb usb1: SerialNumber: 0000:2a:00.1 [ 1.364817] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 1.364820] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection [ 1.364906] ahci 0000:26:00.0: version 3.0 [ 1.364913] hub 1-0:1.0: USB hub found [ 1.364924] hub 1-0:1.0: 6 ports detected [ 1.364972] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 1.365089] ahci 0000:26:00.0: SSS flag set, parallel bus scan disabled [ 1.365132] ahci 0000:26:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 1.365135] ahci 0000:26:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc [ 1.365250] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.365262] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.365263] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.365264] usb usb2: Product: xHCI Host Controller [ 1.365264] usb usb2: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.365265] usb usb2: SerialNumber: 0000:2a:00.1 [ 1.365405] r8169 0000:27:00.0: enabling device (0000 -> 0003) [ 1.365422] hub 2-0:1.0: USB hub found [ 1.365431] hub 2-0:1.0: 4 ports detected [ 1.365470] scsi host0: ahci [ 1.365553] usb: port power management may be unreliable [ 1.365631] scsi host1: ahci [ 1.365659] ata1: SATA max UDMA/133 abar m512@0xfca00000 port 0xfca00100 irq 44 [ 1.365663] ata2: SATA max UDMA/133 abar m512@0xfca00000 port 0xfca00180 irq 44 [ 1.365678] xhci_hcd 0000:2a:00.3: xHCI Host Controller [ 1.365681] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 3 [ 1.365803] ahci 0000:2b:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 1.365806] ahci 0000:2b:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 1.365846] xhci_hcd 0000:2a:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.365974] scsi host2: ahci [ 1.366008] ata3: SATA max UDMA/133 abar m2048@0xfc800000 port 0xfc800100 irq 45 [ 1.366070] cryptd: max_cpu_qlen set to 1000 [ 1.366149] ahci 0000:2c:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 1.366155] ahci 0000:2c:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 1.366253] xhci_hcd 0000:2a:00.3: xHCI Host Controller [ 1.366255] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 4 [ 1.366256] xhci_hcd 0000:2a:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 1.366279] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.366281] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.366282] usb usb3: Product: xHCI Host Controller [ 1.366283] usb usb3: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.366283] usb usb3: SerialNumber: 0000:2a:00.3 [ 1.366286] scsi host3: ahci [ 1.366322] ata4: SATA max UDMA/133 abar m2048@0xfc700000 port 0xfc700100 irq 54 [ 1.366366] hub 3-0:1.0: USB hub found [ 1.366378] hub 3-0:1.0: 6 ports detected [ 1.366521] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.366531] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.366533] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.366534] usb usb4: Product: xHCI Host Controller [ 1.366535] usb usb4: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.366536] usb usb4: SerialNumber: 0000:2a:00.3 [ 1.366598] hub 4-0:1.0: USB hub found [ 1.366606] hub 4-0:1.0: 4 ports detected [ 1.366769] xhci_hcd 0000:31:00.3: xHCI Host Controller [ 1.366773] xhci_hcd 0000:31:00.3: new USB bus registered, assigned bus number 5 [ 1.366882] xhci_hcd 0000:31:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.367155] xhci_hcd 0000:31:00.3: xHCI Host Controller [ 1.367157] xhci_hcd 0000:31:00.3: new USB bus registered, assigned bus number 6 [ 1.367158] xhci_hcd 0000:31:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 1.367175] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.367176] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.367177] usb usb5: Product: xHCI Host Controller [ 1.367178] usb usb5: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.367179] usb usb5: SerialNumber: 0000:31:00.3 [ 1.367226] hub 5-0:1.0: USB hub found [ 1.367231] hub 5-0:1.0: 4 ports detected [ 1.367323] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.367332] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.367333] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.367334] usb usb6: Product: xHCI Host Controller [ 1.367334] usb usb6: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.367335] usb usb6: SerialNumber: 0000:31:00.3 [ 1.367371] hub 6-0:1.0: USB hub found [ 1.367376] hub 6-0:1.0: 4 ports detected [ 1.374559] AVX2 version of gcm_enc/dec engaged. [ 1.374587] AES CTR mode by8 optimization enabled [ 1.374714] ACPI: bus type drm_connector registered [ 1.383033] r8169 0000:27:00.0 eth0: RTL8168h/8111h, d8:bb:c1:da:50:0b, XID 541, IRQ 64 [ 1.383037] r8169 0000:27:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 1.622432] usb 3-5: new full-speed USB device number 2 using xhci_hcd [ 1.622491] usb 5-3: new full-speed USB device number 2 using xhci_hcd [ 1.642452] tsc: Refined TSC clocksource calibration: 3699.997 MHz [ 1.642462] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaaa638e3b, max_idle_ns: 881590585313 ns [ 1.642498] clocksource: Switched to clocksource tsc [ 1.676639] ata3: SATA link down (SStatus 0 SControl 300) [ 1.680643] ata4: SATA link down (SStatus 0 SControl 300) [ 1.791203] usb 5-3: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.36 [ 1.791206] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.791208] usb 5-3: Product: Gaming KB [ 1.791210] usb 5-3: Manufacturer: SINO WEALTH [ 1.794297] usb 3-5: New USB device found, idVendor=1462, idProduct=7c37, bcdDevice= 0.01 [ 1.794299] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.794300] usb 3-5: Product: MYSTIC LIGHT [ 1.794301] usb 3-5: Manufacturer: MSI [ 1.794302] usb 3-5: SerialNumber: A0202109060C [ 1.800870] hid: raw HID events driver (C) Jiri Kosina [ 1.842445] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.842814] ata1.00: ATA-10: WDC WD20EZBX-00AYRA0, 01.01A01, max UDMA/133 [ 1.850492] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 1.850494] ata1.00: Features: NCQ-prio [ 1.853367] usbcore: registered new interface driver usbhid [ 1.853369] usbhid: USB HID core driver [ 1.858661] ata1.00: configured for UDMA/133 [ 1.858760] scsi 0:0:0:0: Direct-Access ATA WDC WD20EZBX-00A 1A01 PQ: 0 ANSI: 5 [ 1.858943] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.859001] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 1.859004] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 1.859016] sd 0:0:0:0: [sda] Write Protect is off [ 1.859019] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.859033] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.859052] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 1.922443] usb 5-4: new low-speed USB device number 3 using xhci_hcd [ 1.932635] sda: sda1 sda2 sda3 [ 1.932772] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.934443] usb 3-6: new high-speed USB device number 3 using xhci_hcd [ 2.085538] usb 3-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90 [ 2.085541] usb 3-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.085543] usb 3-6: Product: USB2.0 Hub [ 2.087261] usb 5-4: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00 [ 2.087263] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.087265] usb 5-4: Product: USB Optical Mouse [ 2.087266] usb 5-4: Manufacturer: PixArt [ 2.111484] input: SINO WEALTH Gaming KB as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.0/0003:258A:002A.0001/input/input2 [ 2.134719] hub 3-6:1.0: USB hub found [ 2.135312] hub 3-6:1.0: 4 ports detected [ 2.170499] hid-generic 0003:258A:002A.0001: input,hidraw0: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:31:00.3-3/input0 [ 2.170627] input: SINO WEALTH Gaming KB System Control as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input3 [ 2.172560] ata2: SATA link down (SStatus 0 SControl 300) [ 2.179245] r8169 0000:27:00.0 enp39s0: renamed from eth0 [ 2.197710] AMD-Vi: AMD IOMMUv2 loaded and initialized [ 2.234715] input: SINO WEALTH Gaming KB Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input4 [ 2.234750] input: SINO WEALTH Gaming KB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input5 [ 2.234815] hid-generic 0003:258A:002A.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:31:00.3-3/input1 [ 2.234891] input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.3/usb3/3-5/3-5:1.0/0003:1462:7C37.0003/input/input6 [ 2.234951] hid-generic 0003:1462:7C37.0003: input,hiddev1,hidraw2: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:2a:00.3-5/input0 [ 2.235002] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-4/5-4:1.0/0003:093A:2510.0004/input/input7 [ 2.235042] hid-generic 0003:093A:2510.0004: input,hidraw3: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:31:00.3-4/input0 [ 3.002437] [drm] amdgpu kernel modesetting enabled. [ 3.007439] amdgpu: Ignoring ACPI CRAT on non-APU system [ 3.007441] amdgpu: Virtual CRAT table created for CPU [ 3.007446] amdgpu: Topology: Add CPU node [ 3.007545] Console: switching to colour dummy device 80x25 [ 3.007561] amdgpu 0000:2f:00.0: vgaarb: deactivate vga console [ 3.007594] amdgpu 0000:2f:00.0: enabling device (0006 -> 0007) [ 3.007631] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73EF 0x1458:0x2405 0xC1). [ 3.007637] [drm] register mmio base: 0xFCB00000 [ 3.007637] [drm] register mmio size: 1048576 [ 3.009752] [drm] add ip block number 0 [ 3.009752] [drm] add ip block number 1 [ 3.009753] [drm] add ip block number 2 [ 3.009753] [drm] add ip block number 3 [ 3.009754] [drm] add ip block number 4 [ 3.009754] [drm] add ip block number 5 [ 3.009754] [drm] add ip block number 6 [ 3.009755] [drm] add ip block number 7 [ 3.009755] [drm] add ip block number 8 [ 3.009756] [drm] add ip block number 9 [ 3.009765] amdgpu 0000:2f:00.0: amdgpu: Fetched VBIOS from VFCT [ 3.009767] amdgpu: ATOM BIOS: 113-D53213-XTGO [ 3.009770] [drm] VCN(0) decode is enabled in VM mode [ 3.009771] [drm] VCN(0) encode is enabled in VM mode [ 3.009772] [drm] JPEG decode is enabled in VM mode [ 3.009773] amdgpu 0000:2f:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default) [ 3.009801] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 3.009813] amdgpu 0000:2f:00.0: BAR 2: releasing [mem 0x7ff0000000-0x7ff01fffff 64bit pref] [ 3.009815] amdgpu 0000:2f:00.0: BAR 0: releasing [mem 0x7fe0000000-0x7fefffffff 64bit pref] [ 3.009832] pcieport 0000:2e:00.0: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 3.009833] pcieport 0000:2d:00.0: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 3.009834] pcieport 0000:00:03.1: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 3.009838] pcieport 0000:00:03.1: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009839] pcieport 0000:2d:00.0: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009840] pcieport 0000:2e:00.0: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009841] amdgpu 0000:2f:00.0: BAR 0: assigned [mem 0x600000000-0x7ffffffff 64bit pref] [ 3.009849] amdgpu 0000:2f:00.0: BAR 2: assigned [mem 0x500000000-0x5001fffff 64bit pref] [ 3.009856] pcieport 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 3.009858] pcieport 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 3.009860] pcieport 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 3.009862] pcieport 0000:00:03.1: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009865] pcieport 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 3.009867] pcieport 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 3.009870] pcieport 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 3.009873] pcieport 0000:2d:00.0: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009877] pcieport 0000:2e:00.0: PCI bridge to [bus 2f] [ 3.009878] pcieport 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 3.009882] pcieport 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 3.009884] pcieport 0000:2e:00.0: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 3.009893] amdgpu 0000:2f:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used) [ 3.009894] amdgpu 0000:2f:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 3.009895] amdgpu 0000:2f:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF [ 3.009902] [drm] Detected VRAM RAM=8176M, BAR=8192M [ 3.009902] [drm] RAM width 128bits GDDR6 [ 3.009935] [drm] amdgpu: 8176M of VRAM memory ready [ 3.009936] [drm] amdgpu: 7957M of GTT memory ready. [ 3.009943] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 3.010081] [drm] PCIE GART of 512M enabled (table at 0x00000081FEB00000). [ 3.010211] amdgpu 0000:2f:00.0: amdgpu: PSP runtime database doesn't exist [ 3.010214] amdgpu 0000:2f:00.0: amdgpu: PSP runtime database doesn't exist [ 5.685004] amdgpu 0000:2f:00.0: amdgpu: STB initialized to 2048 entries [ 5.685128] [drm] Loading DMUB firmware via PSP: version=0x02020013 [ 5.685611] [drm] use_doorbell being set to: [true] [ 5.685619] [drm] use_doorbell being set to: [true] [ 5.685682] [drm] Found VCN firmware Version ENC: 1.24 DEC: 2 VEP: 0 Revision: 0 [ 5.685685] amdgpu 0000:2f:00.0: amdgpu: Will use PSP to load VCN firmware [ 5.765673] [drm] reserve 0xa00000 from 0x8001000000 for PSP TMR [ 5.881359] amdgpu 0000:2f:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 5.903418] amdgpu 0000:2f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 5.903439] amdgpu 0000:2f:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2900 (59.41.0) [ 5.903441] amdgpu 0000:2f:00.0: amdgpu: SMU driver if version not matched [ 5.903471] amdgpu 0000:2f:00.0: amdgpu: use vbios provided pptable [ 5.951725] amdgpu 0000:2f:00.0: amdgpu: SMU is initialized successfully! [ 5.951887] [drm] Display Core initialized with v3.2.207! [ 5.953040] [drm] DMUB hardware initialized: version=0x02020013 [ 6.013735] [drm] kiq ring mec 2 pipe 1 q 0 [ 6.018038] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 6.018400] [drm] JPEG decode initialized successfully. [ 6.019606] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 6.019728] amdgpu: sdma_bitmap: ffff [ 6.050659] memmap_init_zone_device initialised 2097152 pages in 12ms [ 6.050665] amdgpu: HMM registered 8176MB device memory [ 6.050715] amdgpu: SRAT table not found [ 6.050716] amdgpu: Virtual CRAT table created for GPU [ 6.050833] amdgpu: Topology: Add dGPU node [0x73ef:0x1002] [ 6.050837] kfd kfd: amdgpu: added device 1002:73ef [ 6.050857] amdgpu 0000:2f:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32 [ 6.050912] amdgpu 0000:2f:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 6.050913] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 6.050914] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 6.050914] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 6.050915] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 6.050915] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 6.050916] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 6.050916] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 6.050917] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 6.050917] amdgpu 0000:2f:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 6.050918] amdgpu 0000:2f:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 6.050919] amdgpu 0000:2f:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 6.050919] amdgpu 0000:2f:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 6.050920] amdgpu 0000:2f:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 6.050921] amdgpu 0000:2f:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 6.050921] amdgpu 0000:2f:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 6.051735] amdgpu 0000:2f:00.0: amdgpu: Using BACO for runtime pm [ 6.052004] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:2f:00.0 on minor 0 [ 6.058125] fbcon: amdgpudrmfb (fb0) is primary device [ 6.058227] [drm] DSC precompute is not needed. [ 6.155202] Console: switching to colour frame buffer device 240x67 [ 6.170615] amdgpu 0000:2f:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 31.600074] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none. [ 33.502279] systemd[1]: Inserted module 'autofs4' [ 33.637408] systemd[1]: systemd 251.4-1ubuntu7 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) [ 33.637414] systemd[1]: Detected architecture x86-64. [ 33.654227] systemd[1]: Hostname set to . [ 35.122232] systemd[1]: Queued start job for default target Graphical Interface. [ 35.138859] systemd[1]: Created slice Slice /system/modprobe. [ 35.139119] systemd[1]: Created slice Cryptsetup Units Slice. [ 35.139286] systemd[1]: Created slice Slice /system/systemd-fsck. [ 35.139456] systemd[1]: Created slice User and Session Slice. [ 35.139501] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 35.139619] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 35.139649] systemd[1]: Reached target Local Integrity Protected Volumes. [ 35.139666] systemd[1]: Reached target User and Group Name Lookups. [ 35.139673] systemd[1]: Reached target Remote File Systems. [ 35.139678] systemd[1]: Reached target Slice Units. [ 35.139687] systemd[1]: Reached target Swaps. [ 35.139698] systemd[1]: Reached target Local Verity Protected Volumes. [ 35.139734] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 35.139784] systemd[1]: Listening on LVM2 poll daemon socket. [ 35.140086] systemd[1]: Listening on Syslog Socket. [ 35.140127] systemd[1]: Listening on fsck to fsckd communication Socket. [ 35.140150] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 35.140226] systemd[1]: Listening on Journal Audit Socket. [ 35.140263] systemd[1]: Listening on Journal Socket (/dev/log). [ 35.140307] systemd[1]: Listening on Journal Socket. [ 35.140363] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket. [ 35.140908] systemd[1]: Listening on udev Control Socket. [ 35.140944] systemd[1]: Listening on udev Kernel Socket. [ 35.141314] systemd[1]: Mounting Huge Pages File System... [ 35.141653] systemd[1]: Mounting POSIX Message Queue File System... [ 35.142004] systemd[1]: Mounting Kernel Debug File System... [ 35.142352] systemd[1]: Mounting Kernel Trace File System... [ 35.143063] systemd[1]: Starting Journal Service... [ 35.143129] systemd[1]: Finished Availability of block devices. [ 35.143660] systemd[1]: Starting Set the console keyboard layout... [ 35.144044] systemd[1]: Starting Create List of Static Device Nodes... [ 35.144407] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 35.144791] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 35.145197] systemd[1]: Starting Load Kernel Module configfs... [ 35.145572] systemd[1]: Starting Load Kernel Module drm... [ 35.145960] systemd[1]: Starting Load Kernel Module efi_pstore... [ 35.146358] systemd[1]: Starting Load Kernel Module fuse... [ 35.146766] systemd[1]: Starting Load Kernel Module pstore_blk... [ 35.147123] systemd[1]: Starting Load Kernel Module pstore_zone... [ 35.147514] systemd[1]: Starting Load Kernel Module ramoops... [ 35.147572] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 35.163056] systemd[1]: Starting Load Kernel Modules... [ 35.163567] systemd[1]: Starting Remount Root and Kernel File Systems... [ 35.163597] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 35.163965] systemd[1]: Starting Coldplug All udev Devices... [ 35.164522] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 35.164575] systemd[1]: Finished Load Kernel Module configfs. [ 35.164677] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 35.164722] systemd[1]: Finished Load Kernel Module drm. [ 35.164813] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 35.164857] systemd[1]: Finished Load Kernel Module fuse. [ 35.165214] systemd[1]: Mounting FUSE Control File System... [ 35.165560] systemd[1]: Mounting Kernel Configuration File System... [ 35.178710] systemd[1]: Mounted Huge Pages File System. [ 35.178831] systemd[1]: Mounted POSIX Message Queue File System. [ 35.178942] systemd[1]: Mounted Kernel Debug File System. [ 35.179047] systemd[1]: Mounted Kernel Trace File System. [ 35.179150] systemd[1]: Mounted FUSE Control File System. [ 35.179253] systemd[1]: Mounted Kernel Configuration File System. [ 35.191184] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 35.191253] systemd[1]: Finished Load Kernel Module pstore_zone. [ 35.207564] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 35.207623] systemd[1]: Finished Load Kernel Module pstore_blk. [ 35.212279] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 35.212343] systemd[1]: Finished Load Kernel Module ramoops. [ 35.212925] systemd[1]: Finished Create List of Static Device Nodes. [ 35.283009] pstore: Using crash dump compression: deflate [ 35.283154] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 35.283224] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 35.284225] pstore: Registered efi as persistent store backend [ 35.284499] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 35.284565] systemd[1]: Finished Load Kernel Module efi_pstore. [ 35.325406] systemd[1]: Finished Coldplug All udev Devices. [ 35.397132] EXT4-fs (dm-1): re-mounted. Quota mode: none. [ 35.397671] systemd[1]: Finished Remount Root and Kernel File Systems. [ 35.397818] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 35.415520] systemd[1]: Starting Load/Save Random Seed... [ 35.416133] systemd[1]: Starting Create System Users... [ 35.464032] systemd[1]: Started Journal Service. [ 35.500057] systemd-journald[848]: Received client request to flush runtime journal. [ 35.556638] lp: driver loaded but no devices found [ 35.589402] ppdev: user-space parallel port driver [ 35.933383] systemd-journald[848]: File /var/log/journal/3fcbd0d9df454784b2049301fb7130e9/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 36.471279] nct6775: Found NCT6797D or compatible chip at 0x4e:0xa20 [ 37.961839] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 37.961842] RAPL PMU: hw unit of domain package 2^-16 Joules [ 38.452862] kvm: support for 'kvm_amd' disabled by bios [ 38.532961] kvm: support for 'kvm_amd' disabled by bios [ 38.549277] MCE: In-kernel MCE decoding enabled. [ 38.617889] kvm: support for 'kvm_amd' disabled by bios [ 38.721083] kvm: support for 'kvm_amd' disabled by bios [ 38.829419] kvm: support for 'kvm_amd' disabled by bios [ 38.952664] intel_rapl_common: Found RAPL domain package [ 38.952667] intel_rapl_common: Found RAPL domain core [ 38.954053] kvm: support for 'kvm_amd' disabled by bios [ 39.076875] kvm: support for 'kvm_amd' disabled by bios [ 39.219542] kvm: support for 'kvm_amd' disabled by bios [ 39.305598] kvm: support for 'kvm_amd' disabled by bios [ 39.391404] kvm: support for 'kvm_amd' disabled by bios [ 39.594600] snd_hda_intel 0000:2f:00.1: enabling device (0000 -> 0002) [ 39.594686] snd_hda_intel 0000:2f:00.1: Handle vga_switcheroo audio client [ 39.594688] snd_hda_intel 0000:2f:00.1: Force to non-snoop mode [ 39.594883] snd_hda_intel 0000:31:00.4: enabling device (0000 -> 0002) [ 39.797971] snd_hda_intel 0000:2f:00.1: bound 0000:2f:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 39.800310] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input8 [ 39.800355] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input9 [ 39.800396] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input10 [ 39.800431] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input11 [ 39.800469] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input12 [ 40.082044] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none. [ 40.126481] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line [ 40.126485] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 40.126486] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 40.126487] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 40.126488] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0 [ 40.126488] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 40.126489] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 [ 40.126490] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 [ 40.126491] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a [ 40.139112] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input13 [ 40.139149] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input14 [ 40.139192] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input15 [ 40.139217] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input16 [ 40.139242] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input17 [ 40.139266] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input18 [ 40.139288] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input19 [ 42.686883] audit: type=1400 audit(1667925323.179:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=1172 comm="apparmor_parser" [ 42.687661] audit: type=1400 audit(1667925323.179:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1162 comm="apparmor_parser" [ 42.687666] audit: type=1400 audit(1667925323.179:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1162 comm="apparmor_parser" [ 42.687668] audit: type=1400 audit(1667925323.179:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1162 comm="apparmor_parser" [ 42.688896] audit: type=1400 audit(1667925323.179:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1158 comm="apparmor_parser" [ 42.688900] audit: type=1400 audit(1667925323.179:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1158 comm="apparmor_parser" [ 42.694700] audit: type=1400 audit(1667925323.187:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1155 comm="apparmor_parser" [ 42.694726] audit: type=1400 audit(1667925323.187:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1167 comm="apparmor_parser" [ 42.695030] audit: type=1400 audit(1667925323.187:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1165 comm="apparmor_parser" [ 42.695583] audit: type=1400 audit(1667925323.187:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1164 comm="apparmor_parser" [ 56.794457] Generic FE-GE Realtek PHY r8169-0-2700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2700:00, irq=MAC) [ 56.860624] kauditd_printk_skb: 23 callbacks suppressed [ 56.860626] audit: type=1400 audit(1667925337.355:35): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1334 comm="cupsd" capability=12 capname="net_admin" [ 57.002553] r8169 0000:27:00.0 enp39s0: Link is Down [ 60.337749] r8169 0000:27:00.0 enp39s0: Link is Up - 1Gbps/Full - flow control rx/tx [ 60.337761] IPv6: ADDRCONF(NETDEV_CHANGE): enp39s0: link becomes ready [ 63.159352] vboxdrv: loading out-of-tree module taints kernel. [ 63.159475] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel [ 63.167578] vboxdrv: Found 24 processor cores [ 63.186648] vboxdrv: TSC mode is Invariant, tentative frequency 3699995264 Hz [ 63.186651] vboxdrv: Successfully loaded version 6.1.38_Ubuntu r153438 (interface 0x00320000) [ 63.226863] VBoxNetFlt: Successfully started. [ 63.252689] VBoxNetAdp: Successfully started. [ 73.884016] systemd-journald[848]: File /var/log/journal/3fcbd0d9df454784b2049301fb7130e9/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. ```

Here are the relevant lines:

[    1.013284] mce: [Hardware Error]: Machine check events logged
[    1.013285] mce: [Hardware Error]: CPU 6: Machine Check: 0 Bank 5: bea0000000000108
[...]
[    1.013290] mce: [Hardware Error]: TSC 0 ADDR ffffff894503f0 MISC d012000100000000 SYND 4d000000 IPID 500b000000000 
[    1.013293] mce: [Hardware Error]: PROCESSOR 2:a20f12 TIME 1667925280 SOCKET 0 APIC 10 microcode a20120a

My dual monitors and my backlit keyboard turned black. There is still no indication this is an amdgpu or a radeontop problem. I could do serial debugging but I doubt it's worth the time because it's a machine check error which might not even leave a dmesg or kernel log.

danielzgtg commented 1 year ago

I turns out this also affects ubuntu kernel 5.19.0-21.21. Both this and the other kernel, it never happens immediately. It's probably a race condition with memory mapping. I'm on Navi23 with X570 socket CPU. I have PCI atomics and AMD IOMMU active.

dmesg after reboot ``` [ 0.000000] Linux version 6.1.0-060100rc4-generic (kernel@gloin) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.2.0-3ubuntu1) 12.2.0, GNU ld (GNU Binutils for Ubuntu) 2.39) #202211061931 SMP PREEMPT_DYNAMIC Mon Nov 7 00:40:37 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7 [ 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-0x0000000009d81fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009d82000-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-0x00000000cb074fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cb075000-0x00000000cb075fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cb076000-0x00000000cb0a0fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cb0a1000-0x00000000cb0a1fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cb0a2000-0x00000000daceefff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dacef000-0x00000000db0a2fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000db0a3000-0x00000000db106fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000db107000-0x00000000dcc06fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000dcc07000-0x00000000ddbfefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] 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-0x000000041f2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000041f300000-0x000000041fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0xd71f1018-0xd71ff057] usable ==> usable [ 0.000000] e820: update [mem 0xd71f1018-0xd71ff057] usable ==> usable [ 0.000000] e820: update [mem 0xd71d3018-0xd71f0c57] usable ==> usable [ 0.000000] e820: update [mem 0xd71d3018-0xd71f0c57] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d81fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009d82000-0x0000000009ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x00000000cb074fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000cb075000-0x00000000cb075fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000cb076000-0x00000000cb0a0fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000cb0a1000-0x00000000cb0a1fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000cb0a2000-0x00000000d71d3017] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71d3018-0x00000000d71f0c57] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71f0c58-0x00000000d71f1017] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71f1018-0x00000000d71ff057] usable [ 0.000000] reserve setup_data: [mem 0x00000000d71ff058-0x00000000daceefff] usable [ 0.000000] reserve setup_data: [mem 0x00000000dacef000-0x00000000db0a2fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000db0a3000-0x00000000db106fff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000db107000-0x00000000dcc06fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000dcc07000-0x00000000ddbfefff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ddbff000-0x00000000deffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041f2fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000041f300000-0x000000041fffffff] reserved [ 0.000000] efi: EFI v2.70 by American Megatrends [ 0.000000] efi: ACPI=0xdcbee000 ACPI 2.0=0xdcbee014 TPMFinalLog=0xdcbb8000 SMBIOS=0xdda08000 MEMATTR=0xd73db018 ESRT=0xd9543218 MOKvar=0xd7398000 RNG=0xdb0f5018 TPMEventLog=0xd7200018 [ 0.000000] efi: seeding entropy pool [ 0.000000] random: crng init done [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: Micro-Star International Co., Ltd. MS-7C37/X570-A PRO (MS-7C37), BIOS H.I0 08/10/2022 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3699.595 MHz processor [ 0.000121] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000122] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000129] last_pfn = 0x41f300 max_arch_pfn = 0x400000000 [ 0.000634] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000800] total RAM covered: 3583M [ 0.000897] Found optimal setting for mtrr clean up [ 0.000897] gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G [ 0.000984] e820: update [mem 0xdc980000-0xdc98ffff] usable ==> reserved [ 0.000988] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved [ 0.000991] last_pfn = 0xdf000 max_arch_pfn = 0x400000000 [ 0.003546] esrt: Reserving ESRT space from 0x00000000d9543218 to 0x00000000d9543278. [ 0.003552] e820: update [mem 0xd9543000-0xd9543fff] usable ==> reserved [ 0.003565] e820: update [mem 0xd7398000-0xd7398fff] usable ==> reserved [ 0.003595] Using GB pages for direct mapping [ 0.004321] Secure boot disabled [ 0.004322] RAMDISK: [mem 0x355bd000-0x3c7b7fff] [ 0.004326] ACPI: Early table checksum verification disabled [ 0.004329] ACPI: RSDP 0x00000000DCBEE014 000024 (v02 ALASKA) [ 0.004331] ACPI: XSDT 0x00000000DCBED728 0000E4 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.004334] ACPI: FACP 0x00000000DB0F8000 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.004338] ACPI: DSDT 0x00000000DB0C1000 0070D2 (v02 ALASKA A M I 01072009 INTL 20120913) [ 0.004340] ACPI: FACS 0x00000000DCBE8000 000040 [ 0.004341] ACPI: SSDT 0x00000000DB0FE000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000) [ 0.004343] ACPI: SSDT 0x00000000DB0FA000 003B7E (v01 AMD AMD AOD 00000001 INTL 20120913) [ 0.004344] ACPI: SSDT 0x00000000DB0F9000 000164 (v02 ALASKA CPUSSDT 01072009 AMI 01072009) [ 0.004346] ACPI: FIDT 0x00000000DB0F0000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.004347] ACPI: MCFG 0x00000000DB0EF000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.004349] ACPI: HPET 0x00000000DB0EE000 000038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.004350] ACPI: SSDT 0x00000000DB0ED000 000024 (v01 AMD BIXBY 00001000 INTL 20120913) [ 0.004352] ACPI: IVRS 0x00000000DB0EC000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.004354] ACPI: FPDT 0x00000000DB0EB000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.004355] ACPI: VFCT 0x00000000DB0E0000 00AA84 (v01 ALASKA A M I 00000001 AMD 31504F47) [ 0.004357] ACPI: TPM2 0x00000000DB0DF000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.004358] ACPI: PCCT 0x00000000DB0DE000 00006E (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.004360] ACPI: SSDT 0x00000000DB0D7000 00603B (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.004361] ACPI: CRAT 0x00000000DB0D5000 001190 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.004363] ACPI: CDIT 0x00000000DB0D4000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.004364] ACPI: BGRT 0x00000000DB0D3000 000038 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.004366] ACPI: SSDT 0x00000000DB0D2000 0002C2 (v01 AMD QOGIRDGP 00000001 INTL 20120913) [ 0.004367] ACPI: SSDT 0x00000000DB0D0000 0010B4 (v01 AMD QOGIRTPX 00000001 INTL 20120913) [ 0.004369] ACPI: SSDT 0x00000000DB0CF000 00052C (v01 AMD QOGIRNOI 00000001 INTL 20120913) [ 0.004370] ACPI: SSDT 0x00000000DB0CB000 0037B0 (v01 AMD QOGIRN 00000001 INTL 20120913) [ 0.004372] ACPI: WSMT 0x00000000DB0CA000 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.004373] ACPI: APIC 0x00000000DB0C9000 00015E (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.004375] ACPI: SSDT 0x00000000DB0F6000 0010AF (v01 AMD QOGIRC 00000001 INTL 20120913) [ 0.004376] ACPI: Reserving FACP table memory at [mem 0xdb0f8000-0xdb0f8113] [ 0.004377] ACPI: Reserving DSDT table memory at [mem 0xdb0c1000-0xdb0c80d1] [ 0.004377] ACPI: Reserving FACS table memory at [mem 0xdcbe8000-0xdcbe803f] [ 0.004377] ACPI: Reserving SSDT table memory at [mem 0xdb0fe000-0xdb106ce8] [ 0.004378] ACPI: Reserving SSDT table memory at [mem 0xdb0fa000-0xdb0fdb7d] [ 0.004378] ACPI: Reserving SSDT table memory at [mem 0xdb0f9000-0xdb0f9163] [ 0.004379] ACPI: Reserving FIDT table memory at [mem 0xdb0f0000-0xdb0f009b] [ 0.004379] ACPI: Reserving MCFG table memory at [mem 0xdb0ef000-0xdb0ef03b] [ 0.004380] ACPI: Reserving HPET table memory at [mem 0xdb0ee000-0xdb0ee037] [ 0.004380] ACPI: Reserving SSDT table memory at [mem 0xdb0ed000-0xdb0ed023] [ 0.004380] ACPI: Reserving IVRS table memory at [mem 0xdb0ec000-0xdb0ec0cf] [ 0.004381] ACPI: Reserving FPDT table memory at [mem 0xdb0eb000-0xdb0eb043] [ 0.004381] ACPI: Reserving VFCT table memory at [mem 0xdb0e0000-0xdb0eaa83] [ 0.004382] ACPI: Reserving TPM2 table memory at [mem 0xdb0df000-0xdb0df04b] [ 0.004382] ACPI: Reserving PCCT table memory at [mem 0xdb0de000-0xdb0de06d] [ 0.004383] ACPI: Reserving SSDT table memory at [mem 0xdb0d7000-0xdb0dd03a] [ 0.004383] ACPI: Reserving CRAT table memory at [mem 0xdb0d5000-0xdb0d618f] [ 0.004383] ACPI: Reserving CDIT table memory at [mem 0xdb0d4000-0xdb0d4028] [ 0.004384] ACPI: Reserving BGRT table memory at [mem 0xdb0d3000-0xdb0d3037] [ 0.004384] ACPI: Reserving SSDT table memory at [mem 0xdb0d2000-0xdb0d22c1] [ 0.004385] ACPI: Reserving SSDT table memory at [mem 0xdb0d0000-0xdb0d10b3] [ 0.004385] ACPI: Reserving SSDT table memory at [mem 0xdb0cf000-0xdb0cf52b] [ 0.004386] ACPI: Reserving SSDT table memory at [mem 0xdb0cb000-0xdb0ce7af] [ 0.004386] ACPI: Reserving WSMT table memory at [mem 0xdb0ca000-0xdb0ca027] [ 0.004386] ACPI: Reserving APIC table memory at [mem 0xdb0c9000-0xdb0c915d] [ 0.004387] ACPI: Reserving SSDT table memory at [mem 0xdb0f6000-0xdb0f70ae] [ 0.004491] No NUMA configuration found [ 0.004491] Faking a node at [mem 0x0000000000000000-0x000000041f2fffff] [ 0.004496] NODE_DATA(0) allocated [mem 0x41f2d5000-0x41f2fffff] [ 0.004639] Zone ranges: [ 0.004639] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004640] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.004641] Normal [mem 0x0000000100000000-0x000000041f2fffff] [ 0.004642] Device empty [ 0.004643] Movable zone start for each node [ 0.004644] Early memory node ranges [ 0.004644] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.004645] node 0: [mem 0x0000000000100000-0x0000000009d81fff] [ 0.004645] node 0: [mem 0x000000000a000000-0x000000000a1fffff] [ 0.004646] node 0: [mem 0x000000000a20e000-0x00000000cb074fff] [ 0.004646] node 0: [mem 0x00000000cb076000-0x00000000cb0a0fff] [ 0.004647] node 0: [mem 0x00000000cb0a2000-0x00000000daceefff] [ 0.004647] node 0: [mem 0x00000000ddbff000-0x00000000deffffff] [ 0.004648] node 0: [mem 0x0000000100000000-0x000000041f2fffff] [ 0.004649] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f2fffff] [ 0.004652] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004664] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.004770] On node 0, zone DMA32: 638 pages in unavailable ranges [ 0.007210] On node 0, zone DMA32: 14 pages in unavailable ranges [ 0.007211] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.007440] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.007518] On node 0, zone DMA32: 12048 pages in unavailable ranges [ 0.019816] On node 0, zone Normal: 4096 pages in unavailable ranges [ 0.019836] On node 0, zone Normal: 3328 pages in unavailable ranges [ 0.020071] ACPI: PM-Timer IO Port: 0x808 [ 0.020077] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.020088] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23 [ 0.020093] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55 [ 0.020094] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.020095] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.020097] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.020098] ACPI: HPET id: 0x10228201 base: 0xfed00000 [ 0.020106] e820: update [mem 0xd7339000-0xd7395fff] usable ==> reserved [ 0.020118] smpboot: Allowing 32 CPUs, 8 hotplug CPUs [ 0.020137] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.020138] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.020140] PM: hibernation: Registered nosave memory: [mem 0x09d82000-0x09ffffff] [ 0.020141] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff] [ 0.020142] PM: hibernation: Registered nosave memory: [mem 0xcb075000-0xcb075fff] [ 0.020143] PM: hibernation: Registered nosave memory: [mem 0xcb0a1000-0xcb0a1fff] [ 0.020144] PM: hibernation: Registered nosave memory: [mem 0xd71d3000-0xd71d3fff] [ 0.020145] PM: hibernation: Registered nosave memory: [mem 0xd71f0000-0xd71f0fff] [ 0.020145] PM: hibernation: Registered nosave memory: [mem 0xd71f1000-0xd71f1fff] [ 0.020146] PM: hibernation: Registered nosave memory: [mem 0xd71ff000-0xd71fffff] [ 0.020147] PM: hibernation: Registered nosave memory: [mem 0xd7339000-0xd7395fff] [ 0.020148] PM: hibernation: Registered nosave memory: [mem 0xd7398000-0xd7398fff] [ 0.020149] PM: hibernation: Registered nosave memory: [mem 0xd9543000-0xd9543fff] [ 0.020150] PM: hibernation: Registered nosave memory: [mem 0xdacef000-0xdb0a2fff] [ 0.020150] PM: hibernation: Registered nosave memory: [mem 0xdb0a3000-0xdb106fff] [ 0.020151] PM: hibernation: Registered nosave memory: [mem 0xdb107000-0xdcc06fff] [ 0.020151] PM: hibernation: Registered nosave memory: [mem 0xdcc07000-0xddbfefff] [ 0.020152] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff] [ 0.020153] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.020153] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] [ 0.020153] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff] [ 0.020154] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff] [ 0.020154] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd3fffff] [ 0.020154] PM: hibernation: Registered nosave memory: [mem 0xfd400000-0xfd5fffff] [ 0.020155] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff] [ 0.020155] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] [ 0.020155] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff] [ 0.020156] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff] [ 0.020156] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff] [ 0.020156] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [ 0.020157] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [ 0.020157] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.020157] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [ 0.020158] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [ 0.020158] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [ 0.020158] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] [ 0.020158] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] [ 0.020159] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] [ 0.020159] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] [ 0.020159] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] [ 0.020160] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff] [ 0.020160] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.020161] [mem 0xe0000000-0xefffffff] available for PCI devices [ 0.020162] Booting paravirtualized kernel on bare hardware [ 0.020164] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.020169] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1 [ 0.020873] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.020879] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.020880] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.020885] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 [ 0.020910] Fallback order for Node 0: 0 [ 0.020913] Built 1 zonelists, mobility grouping on. Total pages: 4108700 [ 0.020914] Policy zone: Normal [ 0.020915] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7 [ 0.020958] Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic", will be passed to user space. [ 0.021560] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.021856] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.021927] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.021957] software IO TLB: area num 32. [ 0.044423] Memory: 16093056K/16696324K available (18440K kernel code, 4138K rwdata, 10968K rodata, 3168K init, 4816K bss, 603008K reserved, 0K cma-reserved) [ 0.044498] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1 [ 0.044507] ftrace: allocating 52542 entries in 206 pages [ 0.051832] ftrace: allocated 206 pages with 5 groups [ 0.052370] Dynamic Preempt: voluntary [ 0.052408] rcu: Preemptible hierarchical RCU implementation. [ 0.052409] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. [ 0.052410] Trampoline variant of Tasks RCU enabled. [ 0.052410] Rude variant of Tasks RCU enabled. [ 0.052410] Tracing variant of Tasks RCU enabled. [ 0.052411] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.052412] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 [ 0.054513] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16 [ 0.054677] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.054732] Console: colour dummy device 80x25 [ 0.054746] printk: console [tty0] enabled [ 0.054761] ACPI: Core revision 20220331 [ 0.054865] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 0.054880] APIC: Switch to symmetric I/O mode setup [ 0.055648] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 [ 0.372462] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.372478] Switched APIC routing to physical flat. [ 0.373080] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390913] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa7ad31e7a, max_idle_ns: 881590719106 ns [ 0.390918] Calibrating delay loop (skipped), value calculated using timer frequency.. 7399.19 BogoMIPS (lpj=14798380) [ 0.390920] pid_max: default: 32768 minimum: 301 [ 0.392653] LSM: Security Framework initializing [ 0.392660] landlock: Up and running. [ 0.392661] Yama: becoming mindful. [ 0.392676] AppArmor: AppArmor initialized [ 0.392708] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.392723] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.392960] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.393003] LVT offset 1 assigned for vector 0xf9 [ 0.393144] LVT offset 2 assigned for vector 0xf4 [ 0.393184] process: using mwait in idle threads [ 0.393185] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256 [ 0.393186] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 0.393188] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.393189] Spectre V2 : Mitigation: Retpolines [ 0.393190] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.393190] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.393190] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.393191] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.393192] Spectre V2 : User space: Mitigation: STIBP always-on protection [ 0.393192] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.407020] Freeing SMP alternatives memory: 44K [ 0.516879] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2) [ 0.516938] cblist_init_generic: Setting adjustable number of callback queues. [ 0.516940] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.516947] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.516955] cblist_init_generic: Setting shift to 5 and lim to 1. [ 0.516963] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 0.516966] ... version: 0 [ 0.516966] ... bit width: 48 [ 0.516966] ... generic registers: 6 [ 0.516967] ... value mask: 0000ffffffffffff [ 0.516967] ... max period: 00007fffffffffff [ 0.516967] ... fixed-purpose events: 0 [ 0.516968] ... event mask: 000000000000003f [ 0.517013] rcu: Hierarchical SRCU implementation. [ 0.517013] rcu: Max phase no-delay instances is 1000. [ 0.517272] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.517391] smp: Bringing up secondary CPUs ... [ 0.517438] x86: Booting SMP configuration: [ 0.517438] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 [ 0.541126] Spectre V2 : Update user space SMT mitigation: STIBP always-on [ 0.541126] #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 [ 0.565085] smp: Brought up 1 node, 24 CPUs [ 0.565085] smpboot: Max logical packages: 2 [ 0.565085] smpboot: Total of 24 processors activated (177580.56 BogoMIPS) [ 0.567179] devtmpfs: initialized [ 0.567179] x86/mm: Memory block size: 128MB [ 0.567462] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes) [ 0.567462] ACPI: PM: Registering ACPI NVS region [mem 0xdb107000-0xdcc06fff] (28311552 bytes) [ 0.567462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.567462] futex hash table entries: 8192 (order: 7, 524288 bytes, linear) [ 0.567462] pinctrl core: initialized pinctrl subsystem [ 0.567462] PM: RTC time: 16:44:32, date: 2022-11-08 [ 0.567600] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.567705] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.567769] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.567833] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.567837] audit: initializing netlink subsys (disabled) [ 0.567840] audit: type=2000 audit(1667925871.200:1): state=initialized audit_enabled=0 res=1 [ 0.567840] thermal_sys: Registered thermal governor 'fair_share' [ 0.567840] thermal_sys: Registered thermal governor 'bang_bang' [ 0.567840] thermal_sys: Registered thermal governor 'step_wise' [ 0.567840] thermal_sys: Registered thermal governor 'user_space' [ 0.567840] thermal_sys: Registered thermal governor 'power_allocator' [ 0.567840] EISA bus registered [ 0.567840] cpuidle: using governor ladder [ 0.567840] cpuidle: using governor menu [ 0.567840] Detected 1 PCC Subspaces [ 0.567840] Registering PCC driver as Mailbox controller [ 0.567840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.567840] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 0.567840] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 [ 0.567840] PCI: Using configuration type 1 for base access [ 0.571456] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.571460] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.571460] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.571460] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.571460] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.571460] ACPI: Added _OSI(Module Device) [ 0.571460] ACPI: Added _OSI(Processor Device) [ 0.571460] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.571460] ACPI: Added _OSI(Processor Aggregator Device) [ 0.579851] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 0.580987] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.587920] ACPI: Interpreter enabled [ 0.587920] ACPI: PM: (supports S0 S3 S4 S5) [ 0.587920] ACPI: Using IOAPIC for interrupt routing [ 0.587923] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.587924] PCI: Using E820 reservations for host bridge windows [ 0.588201] ACPI: Enabled 2 GPEs in block 00 to 1F [ 0.593509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593514] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.593576] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC] [ 0.593686] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability] [ 0.593694] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge [ 0.593969] PCI host bridge to bus 0000:00 [ 0.593970] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 0.593971] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 0.593972] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 0.593973] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.593973] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] [ 0.593974] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window] [ 0.593975] pci_bus 0000:00: root bus resource [mem 0x420000000-0x7fffffffff window] [ 0.593975] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.593985] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 [ 0.594062] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 [ 0.594135] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 [ 0.594182] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 [ 0.594252] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold [ 0.594372] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 [ 0.594422] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 [ 0.594467] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 [ 0.594536] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold [ 0.594640] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 [ 0.594688] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 [ 0.594738] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 [ 0.594782] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 [ 0.594842] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.594934] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 [ 0.594980] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 [ 0.595046] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 0.595153] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 0.595248] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 0.595352] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 [ 0.595372] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 [ 0.595391] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 [ 0.595410] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 [ 0.595429] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 [ 0.595449] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 [ 0.595468] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 [ 0.595487] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 [ 0.595557] pci 0000:20:00.0: [1022:57ad] type 01 class 0x060400 [ 0.595695] pci 0000:20:00.0: PME# supported from D0 D3hot D3cold [ 0.595792] pci 0000:20: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) [ 0.595895] pci 0000:00:01.2: PCI bridge to [bus 20-2c] [ 0.595898] pci 0000:00:01.2: bridge window [io 0xd000-0xefff] [ 0.595900] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfcafffff] [ 0.596145] pci 0000:21:04.0: [1022:57a3] type 01 class 0x060400 [ 0.596462] pci 0000:21:04.0: PME# supported from D0 D3hot D3cold [ 0.596894] pci 0000:21:05.0: [1022:57a3] type 01 class 0x060400 [ 0.597232] pci 0000:21:05.0: PME# supported from D0 D3hot D3cold [ 0.597686] pci 0000:21:08.0: [1022:57a4] type 01 class 0x060400 [ 0.597916] pci 0000:21:08.0: PME# supported from D0 D3hot D3cold [ 0.598135] pci 0000:21:09.0: [1022:57a4] type 01 class 0x060400 [ 0.598372] pci 0000:21:09.0: PME# supported from D0 D3hot D3cold [ 0.598574] pci 0000:21:0a.0: [1022:57a4] type 01 class 0x060400 [ 0.598803] pci 0000:21:0a.0: PME# supported from D0 D3hot D3cold [ 0.599016] pci 0000:20:00.0: PCI bridge to [bus 21-2c] [ 0.599022] pci 0000:20:00.0: bridge window [io 0xd000-0xefff] [ 0.599026] pci 0000:20:00.0: bridge window [mem 0xfc500000-0xfcafffff] [ 0.599129] pci 0000:26:00.0: [1b21:0612] type 00 class 0x010601 [ 0.599155] pci 0000:26:00.0: reg 0x10: [io 0xe050-0xe057] [ 0.599169] pci 0000:26:00.0: reg 0x14: [io 0xe040-0xe043] [ 0.599182] pci 0000:26:00.0: reg 0x18: [io 0xe030-0xe037] [ 0.599195] pci 0000:26:00.0: reg 0x1c: [io 0xe020-0xe023] [ 0.599208] pci 0000:26:00.0: reg 0x20: [io 0xe000-0xe01f] [ 0.599222] pci 0000:26:00.0: reg 0x24: [mem 0xfca00000-0xfca001ff] [ 0.599410] pci 0000:21:04.0: PCI bridge to [bus 26] [ 0.599416] pci 0000:21:04.0: bridge window [io 0xe000-0xefff] [ 0.599419] pci 0000:21:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.599525] pci 0000:27:00.0: [10ec:8168] type 00 class 0x020000 [ 0.599549] pci 0000:27:00.0: reg 0x10: [io 0xd000-0xd0ff] [ 0.599577] pci 0000:27:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit] [ 0.599595] pci 0000:27:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit] [ 0.599741] pci 0000:27:00.0: supports D1 D2 [ 0.599742] pci 0000:27:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.599978] pci 0000:21:05.0: PCI bridge to [bus 27] [ 0.599984] pci 0000:21:05.0: bridge window [io 0xd000-0xdfff] [ 0.599987] pci 0000:21:05.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.600100] pci 0000:2a:00.0: [1022:1485] type 00 class 0x130000 [ 0.600335] pci 0000:2a: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) [ 0.600535] pci 0000:2a:00.1: [1022:149c] type 00 class 0x0c0330 [ 0.600863] pci 0000:2a:00.1: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit] [ 0.602101] pci 0000:2a:00.1: PME# supported from D0 D3hot D3cold [ 0.602509] pci 0000:2a:00.3: [1022:149c] type 00 class 0x0c0330 [ 0.602536] pci 0000:2a:00.3: reg 0x10: [mem 0xfc500000-0xfc5fffff 64bit] [ 0.602664] pci 0000:2a:00.3: PME# supported from D0 D3hot D3cold [ 0.602794] pci 0000:21:08.0: PCI bridge to [bus 2a] [ 0.602802] pci 0000:21:08.0: bridge window [mem 0xfc500000-0xfc6fffff] [ 0.602895] pci 0000:2b:00.0: [1022:7901] type 00 class 0x010601 [ 0.602967] pci 0000:2b:00.0: reg 0x24: [mem 0xfc800000-0xfc8007ff] [ 0.603086] pci 0000:2b:00.0: PME# supported from D3hot D3cold [ 0.603171] pci 0000:2b: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) [ 0.603254] pci 0000:21:09.0: PCI bridge to [bus 2b] [ 0.603262] pci 0000:21:09.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.603355] pci 0000:2c:00.0: [1022:7901] type 00 class 0x010601 [ 0.603426] pci 0000:2c:00.0: reg 0x24: [mem 0xfc700000-0xfc7007ff] [ 0.603543] pci 0000:2c:00.0: PME# supported from D3hot D3cold [ 0.603629] pci 0000:2c: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) [ 0.603710] pci 0000:21:0a.0: PCI bridge to [bus 2c] [ 0.603718] pci 0000:21:0a.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.603804] pci 0000:2d:00.0: [1002:1478] type 01 class 0x060400 [ 0.603818] pci 0000:2d:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff] [ 0.603921] pci 0000:2d:00.0: PME# supported from D0 D3hot D3cold [ 0.604062] pci 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 0.604065] pci 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 0.604067] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.604069] pci 0000:00:03.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.604118] pci 0000:2e:00.0: [1002:1479] type 01 class 0x060400 [ 0.604233] pci 0000:2e:00.0: PME# supported from D0 D3hot D3cold [ 0.604666] pci 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 0.604671] pci 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 0.604673] pci 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.604678] pci 0000:2d:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.604730] pci 0000:2f:00.0: [1002:73ef] type 00 class 0x030000 [ 0.604748] pci 0000:2f:00.0: reg 0x10: [mem 0x7fe0000000-0x7fefffffff 64bit pref] [ 0.604759] pci 0000:2f:00.0: reg 0x18: [mem 0x7ff0000000-0x7ff01fffff 64bit pref] [ 0.604766] pci 0000:2f:00.0: reg 0x20: [io 0xf000-0xf0ff] [ 0.604773] pci 0000:2f:00.0: reg 0x24: [mem 0xfcb00000-0xfcbfffff] [ 0.604780] pci 0000:2f:00.0: reg 0x30: [mem 0xfcc00000-0xfcc1ffff pref] [ 0.604803] pci 0000:2f:00.0: BAR 0: assigned to efifb [ 0.604876] pci 0000:2f:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.604955] pci 0000:2f:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 0.605028] pci 0000:2f:00.1: [1002:ab28] type 00 class 0x040300 [ 0.605040] pci 0000:2f:00.1: reg 0x10: [mem 0xfcc20000-0xfcc23fff] [ 0.605128] pci 0000:2f:00.1: PME# supported from D1 D2 D3hot D3cold [ 0.605233] pci 0000:2e:00.0: PCI bridge to [bus 2f] [ 0.605237] pci 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 0.605240] pci 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.605244] pci 0000:2e:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.605287] pci 0000:30:00.0: [1022:148a] type 00 class 0x130000 [ 0.605436] pci 0000:00:07.1: PCI bridge to [bus 30] [ 0.605482] pci 0000:31:00.0: [1022:1485] type 00 class 0x130000 [ 0.605652] pci 0000:31:00.3: [1022:149c] type 00 class 0x0c0330 [ 0.605665] pci 0000:31:00.3: reg 0x10: [mem 0xfce00000-0xfcefffff 64bit] [ 0.605738] pci 0000:31:00.3: PME# supported from D0 D3hot D3cold [ 0.605818] pci 0000:31:00.4: [1022:1487] type 00 class 0x040300 [ 0.605827] pci 0000:31:00.4: reg 0x10: [mem 0xfcf00000-0xfcf07fff] [ 0.605893] pci 0000:31:00.4: PME# supported from D0 D3hot D3cold [ 0.605976] pci 0000:00:08.1: PCI bridge to [bus 31] [ 0.605980] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcffffff] [ 0.606262] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 0.606300] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 [ 0.606331] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 0.606370] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 0.606406] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 0.606435] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 0.606464] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 0.606493] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 0.606951] iommu: Default domain type: Translated [ 0.606951] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.607039] SCSI subsystem initialized [ 0.607045] libata version 3.00 loaded. [ 0.607045] ACPI: bus type USB registered [ 0.607045] usbcore: registered new interface driver usbfs [ 0.607045] usbcore: registered new interface driver hub [ 0.607045] usbcore: registered new device driver usb [ 0.607045] pps_core: LinuxPPS API ver. 1 registered [ 0.607045] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.607045] PTP clock support registered [ 0.607045] EDAC MC: Ver: 3.0.0 [ 0.607050] Registered efivars operations [ 0.607050] NetLabel: Initializing [ 0.607050] NetLabel: domain hash size = 128 [ 0.607050] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.607050] NetLabel: unlabeled traffic allowed by default [ 0.607050] mctp: management component transport protocol core [ 0.607050] NET: Registered PF_MCTP protocol family [ 0.607050] PCI: Using ACPI for IRQ routing [ 0.613049] PCI: pci_cache_line_size set to 64 bytes [ 0.613151] e820: reserve RAM buffer [mem 0x09d82000-0x0bffffff] [ 0.613152] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 0.613152] e820: reserve RAM buffer [mem 0xcb075000-0xcbffffff] [ 0.613153] e820: reserve RAM buffer [mem 0xcb0a1000-0xcbffffff] [ 0.613153] e820: reserve RAM buffer [mem 0xd71d3018-0xd7ffffff] [ 0.613154] e820: reserve RAM buffer [mem 0xd71f1018-0xd7ffffff] [ 0.613155] e820: reserve RAM buffer [mem 0xd7339000-0xd7ffffff] [ 0.613155] e820: reserve RAM buffer [mem 0xd7398000-0xd7ffffff] [ 0.613155] e820: reserve RAM buffer [mem 0xd9543000-0xdbffffff] [ 0.613156] e820: reserve RAM buffer [mem 0xdacef000-0xdbffffff] [ 0.613157] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff] [ 0.613157] e820: reserve RAM buffer [mem 0x41f300000-0x41fffffff] [ 0.613162] pci 0000:2f:00.0: vgaarb: setting as boot VGA device [ 0.613162] pci 0000:2f:00.0: vgaarb: bridge control possible [ 0.613162] pci 0000:2f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 0.613162] vgaarb: loaded [ 0.613166] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.613166] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.614917] clocksource: Switched to clocksource tsc-early [ 0.619683] VFS: Disk quotas dquot_6.6.0 [ 0.619692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619754] AppArmor: AppArmor Filesystem Enabled [ 0.619769] pnp: PnP ACPI init [ 0.619824] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved [ 0.619890] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved [ 0.620036] system 00:03: [io 0x0a00-0x0a0f] has been reserved [ 0.620037] system 00:03: [io 0x0a10-0x0a1f] has been reserved [ 0.620038] system 00:03: [io 0x0a20-0x0a2f] has been reserved [ 0.620038] system 00:03: [io 0x0a40-0x0a4f] has been reserved [ 0.620271] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.620272] system 00:04: [io 0x040b] has been reserved [ 0.620273] system 00:04: [io 0x04d6] has been reserved [ 0.620274] system 00:04: [io 0x0c00-0x0c01] has been reserved [ 0.620274] system 00:04: [io 0x0c14] has been reserved [ 0.620275] system 00:04: [io 0x0c50-0x0c51] has been reserved [ 0.620276] system 00:04: [io 0x0c52] has been reserved [ 0.620276] system 00:04: [io 0x0c6c] has been reserved [ 0.620277] system 00:04: [io 0x0c6f] has been reserved [ 0.620277] system 00:04: [io 0x0cd8-0x0cdf] has been reserved [ 0.620278] system 00:04: [io 0x0800-0x089f] has been reserved [ 0.620280] system 00:04: [io 0x0b00-0x0b0f] has been reserved [ 0.620280] system 00:04: [io 0x0b20-0x0b3f] has been reserved [ 0.620281] system 00:04: [io 0x0900-0x090f] has been reserved [ 0.620282] system 00:04: [io 0x0910-0x091f] has been reserved [ 0.620283] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.620284] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved [ 0.620285] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 0.620285] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.620286] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 0.620287] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.620288] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.620650] pnp: PnP ACPI: found 5 devices [ 0.625696] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.625734] NET: Registered PF_INET protocol family [ 0.625823] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.627451] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.627465] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.627498] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.627629] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.627699] TCP: Hash tables configured (established 131072 bind 65536) [ 0.627749] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.627773] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.627795] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.627835] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.627840] NET: Registered PF_XDP protocol family [ 0.627847] pci 0000:21:04.0: PCI bridge to [bus 26] [ 0.627850] pci 0000:21:04.0: bridge window [io 0xe000-0xefff] [ 0.627855] pci 0000:21:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.627864] pci 0000:21:05.0: PCI bridge to [bus 27] [ 0.627866] pci 0000:21:05.0: bridge window [io 0xd000-0xdfff] [ 0.627870] pci 0000:21:05.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.627879] pci 0000:21:08.0: PCI bridge to [bus 2a] [ 0.627884] pci 0000:21:08.0: bridge window [mem 0xfc500000-0xfc6fffff] [ 0.627892] pci 0000:21:09.0: PCI bridge to [bus 2b] [ 0.627897] pci 0000:21:09.0: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.627905] pci 0000:21:0a.0: PCI bridge to [bus 2c] [ 0.627910] pci 0000:21:0a.0: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.627918] pci 0000:20:00.0: PCI bridge to [bus 21-2c] [ 0.627920] pci 0000:20:00.0: bridge window [io 0xd000-0xefff] [ 0.627925] pci 0000:20:00.0: bridge window [mem 0xfc500000-0xfcafffff] [ 0.627933] pci 0000:00:01.2: PCI bridge to [bus 20-2c] [ 0.627934] pci 0000:00:01.2: bridge window [io 0xd000-0xefff] [ 0.627937] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfcafffff] [ 0.627941] pci 0000:2e:00.0: PCI bridge to [bus 2f] [ 0.627946] pci 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 0.627950] pci 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.627952] pci 0000:2e:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.627957] pci 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 0.627958] pci 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 0.627962] pci 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.627964] pci 0000:2d:00.0: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.627968] pci 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 0.627969] pci 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 0.627972] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.627973] pci 0000:00:03.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.627976] pci 0000:00:07.1: PCI bridge to [bus 30] [ 0.627982] pci 0000:00:08.1: PCI bridge to [bus 31] [ 0.627984] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcffffff] [ 0.627988] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 0.627989] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 0.627990] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 0.627990] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 0.627991] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] [ 0.627991] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window] [ 0.627992] pci_bus 0000:00: resource 10 [mem 0x420000000-0x7fffffffff window] [ 0.627993] pci_bus 0000:20: resource 0 [io 0xd000-0xefff] [ 0.627993] pci_bus 0000:20: resource 1 [mem 0xfc500000-0xfcafffff] [ 0.627994] pci_bus 0000:21: resource 0 [io 0xd000-0xefff] [ 0.627995] pci_bus 0000:21: resource 1 [mem 0xfc500000-0xfcafffff] [ 0.627995] pci_bus 0000:26: resource 0 [io 0xe000-0xefff] [ 0.627996] pci_bus 0000:26: resource 1 [mem 0xfca00000-0xfcafffff] [ 0.627996] pci_bus 0000:27: resource 0 [io 0xd000-0xdfff] [ 0.627997] pci_bus 0000:27: resource 1 [mem 0xfc900000-0xfc9fffff] [ 0.627998] pci_bus 0000:2a: resource 1 [mem 0xfc500000-0xfc6fffff] [ 0.627998] pci_bus 0000:2b: resource 1 [mem 0xfc800000-0xfc8fffff] [ 0.627999] pci_bus 0000:2c: resource 1 [mem 0xfc700000-0xfc7fffff] [ 0.627999] pci_bus 0000:2d: resource 0 [io 0xf000-0xffff] [ 0.628000] pci_bus 0000:2d: resource 1 [mem 0xfcb00000-0xfcdfffff] [ 0.628001] pci_bus 0000:2d: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.628001] pci_bus 0000:2e: resource 0 [io 0xf000-0xffff] [ 0.628002] pci_bus 0000:2e: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.628002] pci_bus 0000:2e: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.628003] pci_bus 0000:2f: resource 0 [io 0xf000-0xffff] [ 0.628003] pci_bus 0000:2f: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.628004] pci_bus 0000:2f: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 0.628005] pci_bus 0000:31: resource 1 [mem 0xfce00000-0xfcffffff] [ 0.628341] pci 0000:2f:00.1: D0 power state depends on 0000:2f:00.0 [ 0.628473] PCI: CLS 64 bytes, default 64 [ 0.628479] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 0.628496] pci 0000:00:01.0: Adding to iommu group 0 [ 0.628501] pci 0000:00:01.2: Adding to iommu group 1 [ 0.628506] Trying to unpack rootfs image as initramfs... [ 0.628506] pci 0000:00:02.0: Adding to iommu group 2 [ 0.628513] pci 0000:00:03.0: Adding to iommu group 3 [ 0.628518] pci 0000:00:03.1: Adding to iommu group 4 [ 0.628523] pci 0000:00:04.0: Adding to iommu group 5 [ 0.628528] pci 0000:00:05.0: Adding to iommu group 6 [ 0.628534] pci 0000:00:07.0: Adding to iommu group 7 [ 0.628539] pci 0000:00:07.1: Adding to iommu group 8 [ 0.628546] pci 0000:00:08.0: Adding to iommu group 9 [ 0.628550] pci 0000:00:08.1: Adding to iommu group 10 [ 0.628557] pci 0000:00:14.0: Adding to iommu group 11 [ 0.628561] pci 0000:00:14.3: Adding to iommu group 11 [ 0.628576] pci 0000:00:18.0: Adding to iommu group 12 [ 0.628579] pci 0000:00:18.1: Adding to iommu group 12 [ 0.628583] pci 0000:00:18.2: Adding to iommu group 12 [ 0.628586] pci 0000:00:18.3: Adding to iommu group 12 [ 0.628589] pci 0000:00:18.4: Adding to iommu group 12 [ 0.628593] pci 0000:00:18.5: Adding to iommu group 12 [ 0.628597] pci 0000:00:18.6: Adding to iommu group 12 [ 0.628600] pci 0000:00:18.7: Adding to iommu group 12 [ 0.628605] pci 0000:20:00.0: Adding to iommu group 13 [ 0.628659] pci 0000:21:04.0: Adding to iommu group 14 [ 0.628687] pci 0000:21:05.0: Adding to iommu group 15 [ 0.628693] pci 0000:21:08.0: Adding to iommu group 16 [ 0.628699] pci 0000:21:09.0: Adding to iommu group 17 [ 0.628705] pci 0000:21:0a.0: Adding to iommu group 18 [ 0.628732] pci 0000:26:00.0: Adding to iommu group 19 [ 0.628760] pci 0000:27:00.0: Adding to iommu group 20 [ 0.628762] pci 0000:2a:00.0: Adding to iommu group 16 [ 0.628764] pci 0000:2a:00.1: Adding to iommu group 16 [ 0.628765] pci 0000:2a:00.3: Adding to iommu group 16 [ 0.628767] pci 0000:2b:00.0: Adding to iommu group 17 [ 0.628768] pci 0000:2c:00.0: Adding to iommu group 18 [ 0.628773] pci 0000:2d:00.0: Adding to iommu group 21 [ 0.628778] pci 0000:2e:00.0: Adding to iommu group 22 [ 0.628786] pci 0000:2f:00.0: Adding to iommu group 23 [ 0.628794] pci 0000:2f:00.1: Adding to iommu group 24 [ 0.628799] pci 0000:30:00.0: Adding to iommu group 25 [ 0.628804] pci 0000:31:00.0: Adding to iommu group 26 [ 0.628810] pci 0000:31:00.3: Adding to iommu group 27 [ 0.628816] pci 0000:31:00.4: Adding to iommu group 28 [ 0.631378] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 0.631379] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC [ 0.631383] AMD-Vi: Interrupt remapping enabled [ 0.631441] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.631443] software IO TLB: mapped [mem 0x00000000d31d3000-0x00000000d71d3000] (64MB) [ 0.631468] LVT offset 0 assigned for vector 0x400 [ 0.631627] perf: AMD IBS detected (0x000003ff) [ 0.631631] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 0.631905] Initialise system trusted keyrings [ 0.631911] Key type blacklist registered [ 0.631931] workingset: timestamp_bits=36 max_order=22 bucket_order=0 [ 0.632543] zbud: loaded [ 0.632721] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.632789] fuse: init (API version 7.37) [ 0.632866] integrity: Platform Keyring initialized [ 0.632867] integrity: Machine keyring initialized [ 0.635030] Key type asymmetric registered [ 0.635030] Asymmetric key parser 'x509' registered [ 0.932419] Freeing initrd memory: 116716K [ 0.934301] alg: self-tests for CTR-KDF (hmac(sha256)) passed [ 0.934323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.934350] io scheduler mq-deadline registered [ 0.935557] pcieport 0000:00:01.2: AER: enabled with IRQ 28 [ 0.935685] pcieport 0000:00:03.1: AER: enabled with IRQ 29 [ 0.935852] pcieport 0000:00:07.1: AER: enabled with IRQ 31 [ 0.935948] pcieport 0000:00:08.1: AER: enabled with IRQ 32 [ 0.937329] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.937422] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.937432] ACPI: button: Power Button [PWRB] [ 0.937446] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.937488] ACPI: button: Power Button [PWRF] [ 0.940182] Estimated ratio of average max frequency by base frequency (times 1024): 1197 [ 0.940194] Monitor-Mwait will be used to enter C-1 state [ 0.940199] ACPI: \_PR_.C000: Found 2 idle states [ 0.940296] ACPI: \_PR_.C002: Found 2 idle states [ 0.940377] ACPI: \_PR_.C004: Found 2 idle states [ 0.940456] ACPI: \_PR_.C006: Found 2 idle states [ 0.940547] ACPI: \_PR_.C008: Found 2 idle states [ 0.940640] ACPI: \_PR_.C00A: Found 2 idle states [ 0.940716] ACPI: \_PR_.C00C: Found 2 idle states [ 0.940795] ACPI: \_PR_.C00E: Found 2 idle states [ 0.940855] ACPI: \_PR_.C010: Found 2 idle states [ 0.940928] ACPI: \_PR_.C012: Found 2 idle states [ 0.940997] ACPI: \_PR_.C014: Found 2 idle states [ 0.941066] ACPI: \_PR_.C016: Found 2 idle states [ 0.941128] ACPI: \_PR_.C001: Found 2 idle states [ 0.941187] ACPI: \_PR_.C003: Found 2 idle states [ 0.941249] ACPI: \_PR_.C005: Found 2 idle states [ 0.941290] ACPI: \_PR_.C007: Found 2 idle states [ 0.941335] ACPI: \_PR_.C009: Found 2 idle states [ 0.941435] ACPI: \_PR_.C00B: Found 2 idle states [ 0.941500] ACPI: \_PR_.C00D: Found 2 idle states [ 0.941567] ACPI: \_PR_.C00F: Found 2 idle states [ 0.941635] ACPI: \_PR_.C011: Found 2 idle states [ 0.941696] ACPI: \_PR_.C013: Found 2 idle states [ 0.941761] ACPI: \_PR_.C015: Found 2 idle states [ 0.941831] ACPI: \_PR_.C017: Found 2 idle states [ 0.942020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.942706] Linux agpgart interface v0.103 [ 1.006074] loop: module loaded [ 1.006207] tun: Universal TUN/TAP device driver, 1.6 [ 1.006221] PPP generic driver version 2.4.2 [ 1.006249] VFIO - User Level meta-driver version: 0.3 [ 1.006323] i8042: PNP: No PS/2 controller found. [ 1.006345] mousedev: PS/2 mouse device common for all mice [ 1.006385] rtc_cmos 00:02: RTC can wake from S4 [ 1.006552] rtc_cmos 00:02: registered as rtc0 [ 1.006578] rtc_cmos 00:02: setting system clock to 2022-11-08T16:44:32 UTC (1667925872) [ 1.006586] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.006599] i2c_dev: i2c /dev entries driver [ 1.006608] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 1.006619] device-mapper: uevent: version 1.0.3 [ 1.006639] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 1.006646] platform eisa.0: Probing EISA bus 0 [ 1.006647] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 1.006648] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 1.006648] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 1.006649] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 1.006649] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 1.006650] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 1.006650] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 1.006651] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 1.006651] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 1.006652] platform eisa.0: EISA: Detected 0 cards [ 1.006653] amd_pstate: This processor supports shared memory solution, you can enable it with amd_pstate.shared_mem=1 [ 1.006759] ledtrig-cpu: registered to indicate activity on CPUs [ 1.006770] efifb: probing for efifb [ 1.006778] efifb: showing boot graphics [ 1.007808] efifb: framebuffer at 0x7fe0000000, using 8100k, total 8100k [ 1.007809] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 1.007810] efifb: scrolling: redraw [ 1.007810] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.007830] fbcon: Deferring console take-over [ 1.007830] fb0: EFI VGA frame buffer device [ 1.007872] drop_monitor: Initializing network drop monitor service [ 1.014430] NET: Registered PF_INET6 protocol family [ 1.015698] Segment Routing with IPv6 [ 1.015703] In-situ OAM (IOAM) with IPv6 [ 1.015713] NET: Registered PF_PACKET protocol family [ 1.015733] Key type dns_resolver registered [ 1.016514] microcode: CPU0: patch_level=0x0a20120a [ 1.016517] microcode: CPU1: patch_level=0x0a20120a [ 1.016521] microcode: CPU2: patch_level=0x0a20120a [ 1.016525] microcode: CPU3: patch_level=0x0a20120a [ 1.016528] microcode: CPU4: patch_level=0x0a20120a [ 1.016531] microcode: CPU5: patch_level=0x0a20120a [ 1.016536] microcode: CPU6: patch_level=0x0a20120a [ 1.016540] microcode: CPU7: patch_level=0x0a20120a [ 1.016545] microcode: CPU8: patch_level=0x0a20120a [ 1.016550] microcode: CPU9: patch_level=0x0a20120a [ 1.016555] microcode: CPU10: patch_level=0x0a20120a [ 1.016559] microcode: CPU11: patch_level=0x0a20120a [ 1.016563] microcode: CPU12: patch_level=0x0a20120a [ 1.016566] microcode: CPU13: patch_level=0x0a20120a [ 1.016569] microcode: CPU14: patch_level=0x0a20120a [ 1.016571] microcode: CPU15: patch_level=0x0a20120a [ 1.016574] microcode: CPU16: patch_level=0x0a20120a [ 1.016575] microcode: CPU17: patch_level=0x0a20120a [ 1.016579] microcode: CPU18: patch_level=0x0a20120a [ 1.016583] microcode: CPU19: patch_level=0x0a20120a [ 1.016587] microcode: CPU20: patch_level=0x0a20120a [ 1.016590] microcode: CPU21: patch_level=0x0a20120a [ 1.016594] microcode: CPU22: patch_level=0x0a20120a [ 1.016598] microcode: CPU23: patch_level=0x0a20120a [ 1.016600] microcode: Microcode Update Driver: v2.2. [ 1.016605] mce: [Hardware Error]: Machine check events logged [ 1.016606] mce: [Hardware Error]: CPU 11: Machine Check: 0 Bank 5: bea0000000000108 [ 1.016610] fbcon: Taking over console [ 1.016612] mce: [Hardware Error]: TSC 0 ADDR ffffffc07bec12 MISC d012000100000000 SYND 4d000000 IPID 500b000000000 [ 1.016615] mce: [Hardware Error]: PROCESSOR 2:a20f12 TIME 1667925871 SOCKET 0 APIC 1a microcode a20120a [ 1.016618] mce: [Hardware Error]: Machine check events logged [ 1.016619] mce: [Hardware Error]: CPU 16: Machine Check: 0 Bank 5: bea0000000000108 [ 1.016621] mce: [Hardware Error]: TSC 0 ADDR ffffffb512949c MISC d012000100000000 SYND 4d000000 IPID 500b000000000 [ 1.016624] mce: [Hardware Error]: PROCESSOR 2:a20f12 TIME 1667925871 SOCKET 0 APIC 9 microcode a20120a [ 1.016655] Console: switching to colour frame buffer device 240x67 [ 1.017513] resctrl: L3 allocation detected [ 1.017513] resctrl: MB allocation detected [ 1.017514] resctrl: L3 monitoring detected [ 1.017515] IPI shorthand broadcast: enabled [ 1.017527] sched_clock: Marking stable (705293535, 312212551)->(1020552689, -3046603) [ 1.017844] registered taskstats version 1 [ 1.017963] Loading compiled-in X.509 certificates [ 1.018378] Loaded X.509 cert 'Build time autogenerated kernel key: defc11b38d824ed70e6ad122b32ea160c4c950a0' [ 1.018704] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 1.018984] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 1.018984] blacklist: Loading compiled-in revocation X.509 certificates [ 1.018992] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 1.019494] zswap: loaded using pool lzo/zbud [ 1.019551] Key type .fscrypt registered [ 1.019551] Key type fscrypt-provisioning registered [ 1.019626] Key type trusted registered [ 1.020907] Key type encrypted registered [ 1.020910] AppArmor: AppArmor sha1 policy hashing enabled [ 1.020963] integrity: Loading X.509 certificate: UEFI:db [ 1.020975] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 1.020976] integrity: Loading X.509 certificate: UEFI:db [ 1.020985] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 1.021161] blacklist: Problem blacklisting hash (-13) [ 1.021174] blacklist: Problem blacklisting hash (-13) [ 1.021200] blacklist: Problem blacklisting hash (-13) [ 1.021221] blacklist: Problem blacklisting hash (-13) [ 1.021251] blacklist: Problem blacklisting hash (-13) [ 1.021270] blacklist: Problem blacklisting hash (-13) [ 1.021368] Loading compiled-in module X.509 certificates [ 1.021628] Loaded X.509 cert 'Build time autogenerated kernel key: defc11b38d824ed70e6ad122b32ea160c4c950a0' [ 1.021629] ima: Allocated hash algorithm: sha1 [ 1.160190] ima: No architecture policies found [ 1.160197] evm: Initialising EVM extended attributes: [ 1.160198] evm: security.selinux [ 1.160198] evm: security.SMACK64 [ 1.160199] evm: security.SMACK64EXEC [ 1.160199] evm: security.SMACK64TRANSMUTE [ 1.160200] evm: security.SMACK64MMAP [ 1.160200] evm: security.apparmor [ 1.160201] evm: security.ima [ 1.160201] evm: security.capability [ 1.160201] evm: HMAC attrs: 0x1 [ 1.161098] PM: Magic number: 14:14:742 [ 1.256234] RAS: Correctable Errors collector initialized. [ 1.257363] Freeing unused decrypted memory: 2036K [ 1.257778] Freeing unused kernel image (initmem) memory: 3168K [ 1.272177] Write protecting the kernel read-only data: 32768k [ 1.272544] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 1.272708] Freeing unused kernel image (rodata/data gap) memory: 1320K [ 1.317239] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.317242] Run /init as init process [ 1.317243] with arguments: [ 1.317244] /init [ 1.317245] splash [ 1.317246] with environment: [ 1.317246] HOME=/ [ 1.317247] TERM=linux [ 1.317247] BOOT_IMAGE=/vmlinuz-6.1.0-060100rc4-generic [ 1.366093] xhci_hcd 0000:2a:00.1: xHCI Host Controller [ 1.366099] xhci_hcd 0000:2a:00.1: new USB bus registered, assigned bus number 1 [ 1.366254] xhci_hcd 0000:2a:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.367269] xhci_hcd 0000:2a:00.1: xHCI Host Controller [ 1.367271] xhci_hcd 0000:2a:00.1: new USB bus registered, assigned bus number 2 [ 1.367272] xhci_hcd 0000:2a:00.1: Host supports USB 3.1 Enhanced SuperSpeed [ 1.367279] ahci 0000:26:00.0: version 3.0 [ 1.367289] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 1.367292] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection [ 1.367297] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.367299] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.367300] usb usb1: Product: xHCI Host Controller [ 1.367301] usb usb1: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.367301] usb usb1: SerialNumber: 0000:2a:00.1 [ 1.367301] r8169 0000:27:00.0: enabling device (0000 -> 0003) [ 1.367414] ahci 0000:26:00.0: SSS flag set, parallel bus scan disabled [ 1.367419] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 1.367423] hub 1-0:1.0: USB hub found [ 1.367434] hub 1-0:1.0: 6 ports detected [ 1.367459] ahci 0000:26:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 1.367462] ahci 0000:26:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc [ 1.367659] scsi host0: ahci [ 1.367672] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.367682] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.367683] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.367684] usb usb2: Product: xHCI Host Controller [ 1.367684] usb usb2: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.367685] usb usb2: SerialNumber: 0000:2a:00.1 [ 1.367729] hub 2-0:1.0: USB hub found [ 1.367736] hub 2-0:1.0: 4 ports detected [ 1.367746] scsi host1: ahci [ 1.367790] ata1: SATA max UDMA/133 abar m512@0xfca00000 port 0xfca00100 irq 44 [ 1.367793] ata2: SATA max UDMA/133 abar m512@0xfca00000 port 0xfca00180 irq 44 [ 1.367813] usb: port power management may be unreliable [ 1.367949] ahci 0000:2b:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 1.367952] xhci_hcd 0000:2a:00.3: xHCI Host Controller [ 1.367951] ahci 0000:2b:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 1.367955] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 3 [ 1.368066] cryptd: max_cpu_qlen set to 1000 [ 1.368103] scsi host2: ahci [ 1.368112] xhci_hcd 0000:2a:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.368137] ata3: SATA max UDMA/133 abar m2048@0xfc800000 port 0xfc800100 irq 45 [ 1.368281] ahci 0000:2c:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 1.368283] ahci 0000:2c:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 1.368410] scsi host3: ahci [ 1.368438] ata4: SATA max UDMA/133 abar m2048@0xfc700000 port 0xfc700100 irq 53 [ 1.368477] xhci_hcd 0000:2a:00.3: xHCI Host Controller [ 1.368479] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 4 [ 1.368481] xhci_hcd 0000:2a:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 1.368509] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.368511] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.368512] usb usb3: Product: xHCI Host Controller [ 1.368513] usb usb3: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.368514] usb usb3: SerialNumber: 0000:2a:00.3 [ 1.368594] hub 3-0:1.0: USB hub found [ 1.368605] hub 3-0:1.0: 6 ports detected [ 1.368757] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.368767] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.368768] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.368769] usb usb4: Product: xHCI Host Controller [ 1.368770] usb usb4: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.368771] usb usb4: SerialNumber: 0000:2a:00.3 [ 1.368820] hub 4-0:1.0: USB hub found [ 1.368836] hub 4-0:1.0: 4 ports detected [ 1.369011] xhci_hcd 0000:31:00.3: xHCI Host Controller [ 1.369014] xhci_hcd 0000:31:00.3: new USB bus registered, assigned bus number 5 [ 1.369130] xhci_hcd 0000:31:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410 [ 1.369473] xhci_hcd 0000:31:00.3: xHCI Host Controller [ 1.369476] xhci_hcd 0000:31:00.3: new USB bus registered, assigned bus number 6 [ 1.369478] xhci_hcd 0000:31:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 1.369506] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 1.369507] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.369509] usb usb5: Product: xHCI Host Controller [ 1.369510] usb usb5: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.369511] usb usb5: SerialNumber: 0000:31:00.3 [ 1.369591] hub 5-0:1.0: USB hub found [ 1.369599] hub 5-0:1.0: 4 ports detected [ 1.369747] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.369761] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 1.369763] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.369764] usb usb6: Product: xHCI Host Controller [ 1.369765] usb usb6: Manufacturer: Linux 6.1.0-060100rc4-generic xhci-hcd [ 1.369766] usb usb6: SerialNumber: 0000:31:00.3 [ 1.369828] hub 6-0:1.0: USB hub found [ 1.369834] hub 6-0:1.0: 4 ports detected [ 1.370515] AVX2 version of gcm_enc/dec engaged. [ 1.370548] AES CTR mode by8 optimization enabled [ 1.377629] ACPI: bus type drm_connector registered [ 1.385613] r8169 0000:27:00.0 eth0: RTL8168h/8111h, d8:bb:c1:da:50:0b, XID 541, IRQ 64 [ 1.385615] r8169 0000:27:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 1.618925] usb 3-5: new full-speed USB device number 2 using xhci_hcd [ 1.618934] usb 5-3: new full-speed USB device number 2 using xhci_hcd [ 1.642964] tsc: Refined TSC clocksource calibration: 3699.999 MHz [ 1.642972] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaaa900000, max_idle_ns: 881590498719 ns [ 1.643000] clocksource: Switched to clocksource tsc [ 1.681191] ata4: SATA link down (SStatus 0 SControl 300) [ 1.681445] ata3: SATA link down (SStatus 0 SControl 300) [ 1.783541] usb 5-3: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.36 [ 1.783547] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.783550] usb 5-3: Product: Gaming KB [ 1.783551] usb 5-3: Manufacturer: SINO WEALTH [ 1.786545] usb 3-5: New USB device found, idVendor=1462, idProduct=7c37, bcdDevice= 0.01 [ 1.786548] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.786549] usb 3-5: Product: MYSTIC LIGHT [ 1.786551] usb 3-5: Manufacturer: MSI [ 1.786552] usb 3-5: SerialNumber: A0202109060C [ 1.811998] hid: raw HID events driver (C) Jiri Kosina [ 1.842959] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.843361] ata1.00: ATA-10: WDC WD20EZBX-00AYRA0, 01.01A01, max UDMA/133 [ 1.851347] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 1.851352] ata1.00: Features: NCQ-prio [ 1.859497] ata1.00: configured for UDMA/133 [ 1.859608] scsi 0:0:0:0: Direct-Access ATA WDC WD20EZBX-00A 1A01 PQ: 0 ANSI: 5 [ 1.859832] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.859908] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 1.859912] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 1.859930] sd 0:0:0:0: [sda] Write Protect is off [ 1.859934] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.859954] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.859977] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 1.873596] usbcore: registered new interface driver usbhid [ 1.873598] usbhid: USB HID core driver [ 1.900468] input: SINO WEALTH Gaming KB as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.0/0003:258A:002A.0001/input/input2 [ 1.914398] sda: sda1 sda2 sda3 [ 1.914495] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.914933] usb 5-4: new low-speed USB device number 3 using xhci_hcd [ 1.922937] usb 3-6: new high-speed USB device number 3 using xhci_hcd [ 1.958976] hid-generic 0003:258A:002A.0001: input,hidraw0: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:31:00.3-3/input0 [ 1.959091] input: SINO WEALTH Gaming KB System Control as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input3 [ 2.023200] input: SINO WEALTH Gaming KB Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input4 [ 2.023230] input: SINO WEALTH Gaming KB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-3/5-3:1.1/0003:258A:002A.0002/input/input5 [ 2.023293] hid-generic 0003:258A:002A.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:31:00.3-3/input1 [ 2.023367] input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.3/usb3/3-5/3-5:1.0/0003:1462:7C37.0003/input/input6 [ 2.023424] hid-generic 0003:1462:7C37.0003: input,hiddev1,hidraw2: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:2a:00.3-5/input0 [ 2.074618] usb 5-4: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00 [ 2.074621] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.074623] usb 5-4: Product: USB Optical Mouse [ 2.074624] usb 5-4: Manufacturer: PixArt [ 2.078032] usb 3-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90 [ 2.078034] usb 3-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.078035] usb 3-6: Product: USB2.0 Hub [ 2.093687] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:31:00.3/usb5/5-4/5-4:1.0/0003:093A:2510.0004/input/input7 [ 2.093757] hid-generic 0003:093A:2510.0004: input,hidraw3: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:31:00.3-4/input0 [ 2.136933] hub 3-6:1.0: USB hub found [ 2.137533] hub 3-6:1.0: 4 ports detected [ 2.173121] ata2: SATA link down (SStatus 0 SControl 300) [ 2.174006] r8169 0000:27:00.0 enp39s0: renamed from eth0 [ 2.184718] AMD-Vi: AMD IOMMUv2 loaded and initialized [ 2.961278] [drm] amdgpu kernel modesetting enabled. [ 2.966101] amdgpu: Ignoring ACPI CRAT on non-APU system [ 2.966103] amdgpu: Virtual CRAT table created for CPU [ 2.966109] amdgpu: Topology: Add CPU node [ 2.966213] Console: switching to colour dummy device 80x25 [ 2.966231] amdgpu 0000:2f:00.0: vgaarb: deactivate vga console [ 2.966269] amdgpu 0000:2f:00.0: enabling device (0006 -> 0007) [ 2.966303] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73EF 0x1458:0x2405 0xC1). [ 2.966311] [drm] register mmio base: 0xFCB00000 [ 2.966311] [drm] register mmio size: 1048576 [ 2.968420] [drm] add ip block number 0 [ 2.968421] [drm] add ip block number 1 [ 2.968422] [drm] add ip block number 2 [ 2.968422] [drm] add ip block number 3 [ 2.968423] [drm] add ip block number 4 [ 2.968423] [drm] add ip block number 5 [ 2.968424] [drm] add ip block number 6 [ 2.968425] [drm] add ip block number 7 [ 2.968425] [drm] add ip block number 8 [ 2.968426] [drm] add ip block number 9 [ 2.968434] amdgpu 0000:2f:00.0: amdgpu: Fetched VBIOS from VFCT [ 2.968436] amdgpu: ATOM BIOS: 113-D53213-XTGO [ 2.968442] [drm] VCN(0) decode is enabled in VM mode [ 2.968442] [drm] VCN(0) encode is enabled in VM mode [ 2.968444] [drm] JPEG decode is enabled in VM mode [ 2.968444] amdgpu 0000:2f:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default) [ 2.968474] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 2.968485] amdgpu 0000:2f:00.0: BAR 2: releasing [mem 0x7ff0000000-0x7ff01fffff 64bit pref] [ 2.968487] amdgpu 0000:2f:00.0: BAR 0: releasing [mem 0x7fe0000000-0x7fefffffff 64bit pref] [ 2.968504] pcieport 0000:2e:00.0: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 2.968505] pcieport 0000:2d:00.0: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 2.968506] pcieport 0000:00:03.1: BAR 15: releasing [mem 0x7fe0000000-0x7ff01fffff 64bit pref] [ 2.968510] pcieport 0000:00:03.1: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968512] pcieport 0000:2d:00.0: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968513] pcieport 0000:2e:00.0: BAR 15: assigned [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968514] amdgpu 0000:2f:00.0: BAR 0: assigned [mem 0x600000000-0x7ffffffff 64bit pref] [ 2.968521] amdgpu 0000:2f:00.0: BAR 2: assigned [mem 0x500000000-0x5001fffff 64bit pref] [ 2.968529] pcieport 0000:00:03.1: PCI bridge to [bus 2d-2f] [ 2.968530] pcieport 0000:00:03.1: bridge window [io 0xf000-0xffff] [ 2.968533] pcieport 0000:00:03.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 2.968535] pcieport 0000:00:03.1: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968537] pcieport 0000:2d:00.0: PCI bridge to [bus 2e-2f] [ 2.968539] pcieport 0000:2d:00.0: bridge window [io 0xf000-0xffff] [ 2.968542] pcieport 0000:2d:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 2.968545] pcieport 0000:2d:00.0: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968549] pcieport 0000:2e:00.0: PCI bridge to [bus 2f] [ 2.968551] pcieport 0000:2e:00.0: bridge window [io 0xf000-0xffff] [ 2.968554] pcieport 0000:2e:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 2.968556] pcieport 0000:2e:00.0: bridge window [mem 0x500000000-0x7ffffffff 64bit pref] [ 2.968565] amdgpu 0000:2f:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used) [ 2.968566] amdgpu 0000:2f:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 2.968567] amdgpu 0000:2f:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF [ 2.968574] [drm] Detected VRAM RAM=8176M, BAR=8192M [ 2.968575] [drm] RAM width 128bits GDDR6 [ 2.968609] [drm] amdgpu: 8176M of VRAM memory ready [ 2.968610] [drm] amdgpu: 7957M of GTT memory ready. [ 2.968617] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 2.968755] [drm] PCIE GART of 512M enabled (table at 0x00000081FEB00000). [ 2.968901] amdgpu 0000:2f:00.0: amdgpu: PSP runtime database doesn't exist [ 2.968903] amdgpu 0000:2f:00.0: amdgpu: PSP runtime database doesn't exist [ 5.651848] amdgpu 0000:2f:00.0: amdgpu: STB initialized to 2048 entries [ 5.651989] [drm] Loading DMUB firmware via PSP: version=0x02020013 [ 5.652500] [drm] use_doorbell being set to: [true] [ 5.652509] [drm] use_doorbell being set to: [true] [ 5.652568] [drm] Found VCN firmware Version ENC: 1.24 DEC: 2 VEP: 0 Revision: 0 [ 5.652571] amdgpu 0000:2f:00.0: amdgpu: Will use PSP to load VCN firmware [ 5.732616] [drm] reserve 0xa00000 from 0x8001000000 for PSP TMR [ 5.848295] amdgpu 0000:2f:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 5.870506] amdgpu 0000:2f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 5.870527] amdgpu 0000:2f:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2900 (59.41.0) [ 5.870529] amdgpu 0000:2f:00.0: amdgpu: SMU driver if version not matched [ 5.870560] amdgpu 0000:2f:00.0: amdgpu: use vbios provided pptable [ 5.918560] amdgpu 0000:2f:00.0: amdgpu: SMU is initialized successfully! [ 5.918727] [drm] Display Core initialized with v3.2.207! [ 5.919879] [drm] DMUB hardware initialized: version=0x02020013 [ 5.981674] [drm] kiq ring mec 2 pipe 1 q 0 [ 5.985956] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 5.986330] [drm] JPEG decode initialized successfully. [ 5.987289] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 5.987402] amdgpu: sdma_bitmap: ffff [ 6.018614] memmap_init_zone_device initialised 2097152 pages in 8ms [ 6.018618] amdgpu: HMM registered 8176MB device memory [ 6.018693] amdgpu: SRAT table not found [ 6.018693] amdgpu: Virtual CRAT table created for GPU [ 6.018803] amdgpu: Topology: Add dGPU node [0x73ef:0x1002] [ 6.018806] kfd kfd: amdgpu: added device 1002:73ef [ 6.018825] amdgpu 0000:2f:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32 [ 6.018877] amdgpu 0000:2f:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 6.018878] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 6.018879] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 6.018879] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 6.018880] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 6.018880] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 6.018881] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 6.018881] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 6.018882] amdgpu 0000:2f:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 6.018882] amdgpu 0000:2f:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 6.018883] amdgpu 0000:2f:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 6.018883] amdgpu 0000:2f:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 6.018884] amdgpu 0000:2f:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 6.018885] amdgpu 0000:2f:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 6.018885] amdgpu 0000:2f:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 6.018886] amdgpu 0000:2f:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 6.019820] amdgpu 0000:2f:00.0: amdgpu: Using BACO for runtime pm [ 6.020058] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:2f:00.0 on minor 0 [ 6.025825] fbcon: amdgpudrmfb (fb0) is primary device [ 6.025935] [drm] DSC precompute is not needed. [ 6.123106] Console: switching to colour frame buffer device 240x67 [ 6.138535] amdgpu 0000:2f:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 27.867096] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none. [ 29.767532] systemd[1]: Inserted module 'autofs4' [ 29.894634] systemd[1]: systemd 251.4-1ubuntu7 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) [ 29.894642] systemd[1]: Detected architecture x86-64. [ 29.911015] systemd[1]: Hostname set to . [ 31.438798] systemd[1]: Queued start job for default target Graphical Interface. [ 31.455340] systemd[1]: Created slice Slice /system/modprobe. [ 31.455603] systemd[1]: Created slice Cryptsetup Units Slice. [ 31.455772] systemd[1]: Created slice Slice /system/systemd-fsck. [ 31.455937] systemd[1]: Created slice User and Session Slice. [ 31.455981] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 31.456107] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 31.456144] systemd[1]: Reached target Local Integrity Protected Volumes. [ 31.456166] systemd[1]: Reached target User and Group Name Lookups. [ 31.456175] systemd[1]: Reached target Remote File Systems. [ 31.456182] systemd[1]: Reached target Slice Units. [ 31.456195] systemd[1]: Reached target Swaps. [ 31.456209] systemd[1]: Reached target Local Verity Protected Volumes. [ 31.456256] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 31.456322] systemd[1]: Listening on LVM2 poll daemon socket. [ 31.456591] systemd[1]: Listening on Syslog Socket. [ 31.456634] systemd[1]: Listening on fsck to fsckd communication Socket. [ 31.456659] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 31.456736] systemd[1]: Listening on Journal Audit Socket. [ 31.456772] systemd[1]: Listening on Journal Socket (/dev/log). [ 31.456815] systemd[1]: Listening on Journal Socket. [ 31.456857] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket. [ 31.456971] systemd[1]: Listening on udev Control Socket. [ 31.457012] systemd[1]: Listening on udev Kernel Socket. [ 31.457396] systemd[1]: Mounting Huge Pages File System... [ 31.457765] systemd[1]: Mounting POSIX Message Queue File System... [ 31.458122] systemd[1]: Mounting Kernel Debug File System... [ 31.458463] systemd[1]: Mounting Kernel Trace File System... [ 31.459395] systemd[1]: Starting Journal Service... [ 31.459459] systemd[1]: Finished Availability of block devices. [ 31.459988] systemd[1]: Starting Set the console keyboard layout... [ 31.460360] systemd[1]: Starting Create List of Static Device Nodes... [ 31.460726] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 31.461107] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 31.461507] systemd[1]: Starting Load Kernel Module configfs... [ 31.461873] systemd[1]: Starting Load Kernel Module drm... [ 31.462250] systemd[1]: Starting Load Kernel Module efi_pstore... [ 31.462651] systemd[1]: Starting Load Kernel Module fuse... [ 31.463058] systemd[1]: Starting Load Kernel Module pstore_blk... [ 31.463413] systemd[1]: Starting Load Kernel Module pstore_zone... [ 31.463803] systemd[1]: Starting Load Kernel Module ramoops... [ 31.463858] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 31.478191] systemd[1]: Starting Load Kernel Modules... [ 31.478581] systemd[1]: Starting Remount Root and Kernel File Systems... [ 31.478612] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 31.478981] systemd[1]: Starting Coldplug All udev Devices... [ 31.479520] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 31.479570] systemd[1]: Finished Load Kernel Module configfs. [ 31.479674] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 31.479717] systemd[1]: Finished Load Kernel Module drm. [ 31.479810] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 31.479855] systemd[1]: Finished Load Kernel Module fuse. [ 31.480213] systemd[1]: Mounting FUSE Control File System... [ 31.480554] systemd[1]: Mounting Kernel Configuration File System... [ 31.493424] systemd[1]: Mounted Huge Pages File System. [ 31.493549] systemd[1]: Mounted POSIX Message Queue File System. [ 31.493656] systemd[1]: Mounted Kernel Debug File System. [ 31.493761] systemd[1]: Mounted Kernel Trace File System. [ 31.493861] systemd[1]: Mounted FUSE Control File System. [ 31.493961] systemd[1]: Mounted Kernel Configuration File System. [ 31.506270] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 31.506342] systemd[1]: Finished Load Kernel Module pstore_zone. [ 31.522573] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 31.522640] systemd[1]: Finished Load Kernel Module pstore_blk. [ 31.527451] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 31.527515] systemd[1]: Finished Load Kernel Module ramoops. [ 31.528038] systemd[1]: Finished Create List of Static Device Nodes. [ 31.583553] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 31.583622] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 31.588401] pstore: Using crash dump compression: deflate [ 31.589444] pstore: Registered efi as persistent store backend [ 31.589716] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 31.589781] systemd[1]: Finished Load Kernel Module efi_pstore. [ 31.640516] systemd[1]: Finished Coldplug All udev Devices. [ 31.715515] EXT4-fs (dm-1): re-mounted. Quota mode: none. [ 31.716058] systemd[1]: Finished Remount Root and Kernel File Systems. [ 31.716197] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 31.731308] systemd[1]: Starting Load/Save Random Seed... [ 31.731975] systemd[1]: Starting Create System Users... [ 31.767507] systemd[1]: Started Journal Service. [ 31.806881] systemd-journald[852]: Received client request to flush runtime journal. [ 31.888315] lp: driver loaded but no devices found [ 32.112423] ppdev: user-space parallel port driver [ 32.214984] systemd-journald[852]: File /var/log/journal/3fcbd0d9df454784b2049301fb7130e9/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 34.155973] nct6775: Found NCT6797D or compatible chip at 0x4e:0xa20 [ 40.269667] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 40.269668] RAPL PMU: hw unit of domain package 2^-16 Joules [ 41.225530] kvm: support for 'kvm_amd' disabled by bios [ 41.279524] kvm: support for 'kvm_amd' disabled by bios [ 41.335965] kvm: support for 'kvm_amd' disabled by bios [ 41.392477] MCE: In-kernel MCE decoding enabled. [ 41.395301] kvm: support for 'kvm_amd' disabled by bios [ 41.476458] kvm: support for 'kvm_amd' disabled by bios [ 41.539900] kvm: support for 'kvm_amd' disabled by bios [ 41.605761] kvm: support for 'kvm_amd' disabled by bios [ 41.666038] kvm: support for 'kvm_amd' disabled by bios [ 41.744124] kvm: support for 'kvm_amd' disabled by bios [ 41.840730] kvm: support for 'kvm_amd' disabled by bios [ 41.868743] intel_rapl_common: Found RAPL domain package [ 41.868745] intel_rapl_common: Found RAPL domain core [ 42.180070] snd_hda_intel 0000:2f:00.1: enabling device (0000 -> 0002) [ 42.180134] snd_hda_intel 0000:2f:00.1: Handle vga_switcheroo audio client [ 42.180136] snd_hda_intel 0000:2f:00.1: Force to non-snoop mode [ 42.180319] snd_hda_intel 0000:31:00.4: enabling device (0000 -> 0002) [ 42.262024] snd_hda_intel 0000:2f:00.1: bound 0000:2f:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 42.264469] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input8 [ 42.264506] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input9 [ 42.264542] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input10 [ 42.264576] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input11 [ 42.264627] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.1/sound/card0/input12 [ 42.360512] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line [ 42.360517] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 42.360519] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 42.360520] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 42.360521] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0 [ 42.360522] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 42.360523] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 [ 42.360524] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 [ 42.360525] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a [ 42.373164] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input13 [ 42.373213] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input14 [ 42.373245] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input15 [ 42.373276] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input16 [ 42.373303] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input17 [ 42.373331] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input18 [ 42.373360] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:31:00.4/sound/card1/input19 [ 46.217729] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none. [ 47.170036] audit: type=1400 audit(1667925918.656:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1179 comm="apparmor_parser" [ 47.170104] audit: type=1400 audit(1667925918.656:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/libexec/ibus-engine-hangul" pid=1183 comm="apparmor_parser" [ 47.170190] audit: type=1400 audit(1667925918.656:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=1187 comm="apparmor_parser" [ 47.170302] audit: type=1400 audit(1667925918.656:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1177 comm="apparmor_parser" [ 47.170303] audit: type=1400 audit(1667925918.656:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1177 comm="apparmor_parser" [ 47.170304] audit: type=1400 audit(1667925918.656:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1177 comm="apparmor_parser" [ 47.171038] audit: type=1400 audit(1667925918.660:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1173 comm="apparmor_parser" [ 47.171040] audit: type=1400 audit(1667925918.660:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1173 comm="apparmor_parser" [ 47.184799] audit: type=1400 audit(1667925918.672:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1182 comm="apparmor_parser" [ 47.184835] audit: type=1400 audit(1667925918.672:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1170 comm="apparmor_parser" [ 53.551177] Generic FE-GE Realtek PHY r8169-0-2700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2700:00, irq=MAC) [ 53.651250] kauditd_printk_skb: 23 callbacks suppressed [ 53.651252] audit: type=1400 audit(1667925925.140:35): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1322 comm="cupsd" capability=12 capname="net_admin" [ 53.751308] r8169 0000:27:00.0 enp39s0: Link is Down [ 57.084935] r8169 0000:27:00.0 enp39s0: Link is Up - 1Gbps/Full - flow control rx/tx [ 57.084950] IPv6: ADDRCONF(NETDEV_CHANGE): enp39s0: link becomes ready [ 59.698945] vboxdrv: loading out-of-tree module taints kernel. [ 59.699037] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel [ 59.703934] vboxdrv: Found 24 processor cores [ 59.723289] vboxdrv: TSC mode is Invariant, tentative frequency 3699997101 Hz [ 59.723291] vboxdrv: Successfully loaded version 6.1.38_Ubuntu r153438 (interface 0x00320000) [ 59.760606] VBoxNetFlt: Successfully started. [ 59.813393] VBoxNetAdp: Successfully started. [ 134.982194] systemd-journald[852]: File /var/log/journal/3fcbd0d9df454784b2049301fb7130e9/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. ```

Normal radeontop without --mem survived a full glmark2, PyTorch CUDA, Firefox, AV1, and Minecraft with heavy shaders.

I ran it a third time with --mem. Like before, all the numbers were at or around "100%" when idle. Oddly, it kept working throughout glmark2, and I sometimes moved my mouse. When the benchmark ended and I only moved my mouse a little bit, only now did my whole computer go black. Without --mem I did not observe this. In TTY1 with the display manager stopped, I also did not observe this even after several minutes.

The other issue mentions kernel 5.2. The main thing I see there is BACO which is power saving, which has a reputation of causing problems even with other things like USB. I added amdgpu.runpm=0 to disable power saving and sudo radeontop --mem did not freeze even after several minutes. https://gitlab.freedesktop.org/drm/amd/-/issues/1820 mentions that parameter and so does https://wiki.archlinux.org/title/AMDGPU .

shtirlic commented 1 year ago

build from git with detect patched

lspci -nn | grep VGA; uname -r
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] VanGogh [AMD Custom GPU 0405] [1002:163f] (rev ae)
6.1.12-valve2-1-neptune-61

UVD and VCE always 100%

shtirlic commented 1 year ago

After digging some time I got something looking at https://github.com/torvalds/linux/blob/fff5a5e7f528b2ed2c335991399a766c2cf01103/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_3_0_0_offset.h#LL796C16-L796C23

        UVD_STATUS= 0x1fa00

static int getuvd_amdgpu(uint32_t *out) {
        return amdgpu_read_mm_registers(amdgpu_dev, (UVD_STATUS) / 4, 1,
                                        0xffffffff, 0, out);
}

I got 0xDEADBEEF while idle and 0x00000026 while decoding(tested on chomium accelerated) and encoding (tested on ffmpeg vaapi) 0x00000046

while running ffmpeg transcode

uvd:0x00000026
uvd:0x00000026
uvd:0x00000046
uvd:0x00000046
uvd:0x00000046
uvd:0x00000026
uvd:0x00000026
uvd:0x00000046
uvd:0x00000046
uvd:0x00000046
uvd:0x00000026
uvd:0xDEADBEEF
uvd:0x00000046
uvd:0x00000046
uvd:0x00000046
uvd:0x00000026
uvd:0x00000026
uvd:0x00000006
uvd:0x00000046
uvd:0x00000046
uvd:0x00000046
uvd:0xDEADBEEF
uvd:0x00000026

and while playing video on chromium

uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0x00000026
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF
uvd:0xDEADBEEF

Device: steam deck/vangogh/rdna2

danielzgtg commented 1 year ago

UVD_STATUS= 0x1fa00

amdgpu_read_mm_registers returns -14 on RX 6650 XT and the value is not written. Does it work on any other GPU than the one in the Steam Deck, or is it Valve-specific?

uvd:0xDEADBEEF

This looks like a value PCI is returning when it can't connect to the GPU. Things like this might crash people's computers again.

shtirlic commented 1 year ago

Should be for all VCN 3 based cores, maybe deadbeef the value set by default by the driver when core not used, also found this

https://github.com/torvalds/linux/blob/fff5a5e7f528b2ed2c335991399a766c2cf01103/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h#L183-L194

enum engine_status_constants {
    UVD_PGFSM_STATUS__UVDM_UVDU_PWR_ON = 0x2AAAA0,
    UVD_PGFSM_STATUS__UVDM_UVDU_PWR_ON_2_0 = 0xAAAA0,
    UVD_PGFSM_STATUS__UVDM_UVDU_UVDLM_PWR_ON_3_0 = 0x2A2A8AA0,
    UVD_PGFSM_CONFIG__UVDM_UVDU_PWR_ON = 0x00000002,
    UVD_STATUS__UVD_BUSY = 0x00000004,
    GB_ADDR_CONFIG_DEFAULT = 0x26010011,
    UVD_STATUS__IDLE = 0x2,
    UVD_STATUS__BUSY = 0x5,
    UVD_POWER_STATUS__UVD_POWER_STATUS_TILES_OFF = 0x1,
    UVD_STATUS__RBC_BUSY = 0x1,
    UVD_PGFSM_STATUS_UVDJ_PWR_ON = 0,
};
Umio-Yasuno commented 1 year ago

UVD_STATUS= 0x1fa00

amdgpu_read_mm_registers returns -14 on RX 6650 XT and the value is not written. Does it work on any other GPU than the one in the Steam Deck, or is it Valve-specific?

I think it depends on the Linux Kernel version.
AMDGPU driver had a bug that allowed amdgpu_read_mm_registers function to succeed on registers that were not originally allowed.

Umio-Yasuno commented 1 year ago

To check VCN status, fdinfo or gpu_metrics must be supported.
I think it is not readable from the register.