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

Bug#994949: marked as done (Black screen on AMD Ryzen based systems (AMDGPU related when AMD Secure Memory Encryption not disabled -- mem_encrypt=off))



Your message dated Sun, 03 Oct 2021 20:34:35 +0000
with message-id <E1mX8Bv-0003ox-EC@fasolo.debian.org>
and subject line Bug#994453: fixed in linux 5.14.9-2
has caused the Debian Bug report #994453,
regarding Black screen on AMD Ryzen based systems (AMDGPU related when AMD Secure Memory Encryption not disabled -- mem_encrypt=off)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
994453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994453
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 5.14.6-2
Severity: important
Tags: upstream

Dear Maintainer,

after installing the latest kernel my system does no longer
boot into a usable state. The display freezes and the machine
can only be accessed via ssh. Booting a 5.10 kernel mitigates
the problem.

please note that I tried to use the navi-driver from linux-firmware
(0268c1b8a06798f5167cbef8fb16241298b3eba9) which does not resolve the
issue.

the dirvers have been installed with the following command:

--- linux-firmware-update-navi - start ---
#!/bin/bash

ferr(){
    echo "$*"
    exit 1
}

lib="/usr/lib/firmware"
logfile=linux-firmware-amdgpu-update.log

cd linux-firmware || ferr "can not change into git reop"
git fetch origin
git reset --hard origin/HEAD || ferr "can not update"

changes="$(git diff HEAD@{1} HEAD -- amdgpu 2>&1)"

if [[ -z $changes ]]; then
    exit 1
fi

cp amdgpu/nav* "$lib/amdgpu" || ferr "can not copy navi files"

date +%F | tee -a ../$logfile
git log -n1 | tee -a ../$logfile
echo "$changes" | tee -a ../$logfile
echo "-----------------------------------" | tee -a ../$logfile
echo "" | tee -a ../$logfile
update-initramfs -u
#yes this sucks I should use $HOME instead of `..`
--- linux-firmware-update-navi - end ---

I am really willing to help to resolve this issue, but I would need
some guidance as I have no system/kernel programming experience.

I feel comfortable with git / gdb / c++ and understand basic C.
But I have no clue about gnu-extensions or the standard libraries
other than the stuff in `string.h`.

If you can not deal with the problem yourself it would be really
helpful if you could bring me into contact with people, who can
solve this issue or are at least interested. I can not identify
the problem enough to find the correct mailing list. This why I
file the bug here in the debian bug tracker. 

-- Package-specific info:
** Version:
Linux version 5.14.0-1-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.3.0-10) 10.3.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Debian 5.14.6-2 (2021-09-19)

** Command line:
BOOT_IMAGE=/vmlinuz-5.14.0-1-amd64 root=/dev/mapper/nvme-root ro

** Tainted: W (512)
 * kernel issued warning

** Kernel log:


[    0.000000] Linux version 5.14.0-1-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.3.0-10) 10.3.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Debian 5.14.6-2 (2021-09-19)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.14.0-1-amd64 root=/dev/mapper/nvme-root ro
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009deffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009df0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000760defff] usable
[    0.000000] BIOS-e820: [mem 0x00000000760df000-0x000000007767dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007767e000-0x0000000077782fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000077783000-0x00000000778a3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000778a4000-0x0000000077c8afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000077c8b000-0x00000000794e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000794e1000-0x000000007958dfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007958e000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082400000-0x0000000082400fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082500000-0x000000008257ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082c00000-0x0000000082c00fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082d00000-0x0000000082d7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ef800000-0x00000000ef8fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000efc00000-0x00000000efc00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000efd00000-0x00000000efd7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fa400000-0x00000000fa400fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fa500000-0x00000000fa57ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] 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 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207f200000-0x000000207fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x77692000 ACPI=0x77692000 SMBIOS=0x7944f000 SMBIOS 3.0=0x7944e000 ESRT=0x73267b18 MEMATTR=0x73266018 MOKvar=0x7251d000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG ZENITH EXTREME ALPHA, BIOS 2001 07/31/2019
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x207f200 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd1f0-0x000fd1ff]
[    0.000000] esrt: Reserving ESRT space from 0x0000000073267b18 to 0x0000000073267b50.
[    0.000000] e820: update [mem 0x73267000-0x73267fff] usable ==> reserved
[    0.000000] e820: update [mem 0x7251d000-0x7251ffff] usable ==> reserved
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x32cc9000-0x3565bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000077692000 000024 (v02 AMD   )
[    0.000000] ACPI: XSDT 0x00000000776920A8 0000CC (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000776A3F40 000114 (v06 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000077692210 011D2C (v02 AMD    A M I    03242016 INTL 20120913)
[    0.000000] ACPI: FACS 0x0000000077C88700 000040
[    0.000000] ACPI: APIC 0x00000000776A4058 000482 (v03 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000776A44E0 000044 (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000776A4528 00009C (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000776BB8B8 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000776A4620 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000776AD270 00029C (v02 AMD    CPUSSDT  03242016 AMI  03242016)
[    0.000000] ACPI: SSDT 0x00000000776AD510 002C23 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000776B0138 00003C (v01 AMD    A M I    03242016 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000776B0178 0068F4 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: SRAT 0x00000000776B6A70 0003D0 (v03 AMD    AMD SRAT 00000001 AMD  00000001)
[    0.000000] ACPI: MSCT 0x00000000776B6E40 000090 (v01 AMD    AMD MSCT 00000000 AMD  00000001)
[    0.000000] ACPI: SLIT 0x00000000776B6ED0 00003C (v01 AMD    AMD SLIT 00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000776B6F10 002D70 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000776B9C80 000038 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: HPET 0x00000000776B9CB8 000038 (v01 AMD    A M I    03242016 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000776B9CF0 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000776B9D18 000042 (v01 AMD    A M I    00000002      01000013)
[    0.000000] ACPI: WPBT 0x00000000776B9D60 00003C (v01 AMD    A M I    00000001 ASUS 00000001)
[    0.000000] ACPI: IVRS 0x00000000776B9DA0 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000776B9E70 001A41 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Reserving FACP table memory at [mem 0x776a3f40-0x776a4053]
[    0.000000] ACPI: Reserving DSDT table memory at [mem 0x77692210-0x776a3f3b]
[    0.000000] ACPI: Reserving FACS table memory at [mem 0x77c88700-0x77c8873f]
[    0.000000] ACPI: Reserving APIC table memory at [mem 0x776a4058-0x776a44d9]
[    0.000000] ACPI: Reserving FPDT table memory at [mem 0x776a44e0-0x776a4523]
[    0.000000] ACPI: Reserving FIDT table memory at [mem 0x776a4528-0x776a45c3]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776bb8b8-0x776bb9af]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776a4620-0x776ad26b]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776ad270-0x776ad50b]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776ad510-0x776b0132]
[    0.000000] ACPI: Reserving MCFG table memory at [mem 0x776b0138-0x776b0173]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776b0178-0x776b6a6b]
[    0.000000] ACPI: Reserving SRAT table memory at [mem 0x776b6a70-0x776b6e3f]
[    0.000000] ACPI: Reserving MSCT table memory at [mem 0x776b6e40-0x776b6ecf]
[    0.000000] ACPI: Reserving SLIT table memory at [mem 0x776b6ed0-0x776b6f0b]
[    0.000000] ACPI: Reserving CRAT table memory at [mem 0x776b6f10-0x776b9c7f]
[    0.000000] ACPI: Reserving CDIT table memory at [mem 0x776b9c80-0x776b9cb7]
[    0.000000] ACPI: Reserving HPET table memory at [mem 0x776b9cb8-0x776b9cef]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776b9cf0-0x776b9d13]
[    0.000000] ACPI: Reserving UEFI table memory at [mem 0x776b9d18-0x776b9d59]
[    0.000000] ACPI: Reserving WPBT table memory at [mem 0x776b9d60-0x776b9d9b]
[    0.000000] ACPI: Reserving IVRS table memory at [mem 0x776b9da0-0x776b9e6f]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x776b9e70-0x776bb8b0]
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2c -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2d -> Node 1
[    0.000000] SRAT: PXM 2 -> APIC 0x10 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x11 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x12 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x13 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x14 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x15 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x18 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x19 -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x1a -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x1b -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x1c -> Node 2
[    0.000000] SRAT: PXM 2 -> APIC 0x1d -> Node 2
[    0.000000] SRAT: PXM 3 -> APIC 0x30 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x31 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x32 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x33 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x34 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x35 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x38 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x39 -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x3a -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x3b -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x3c -> Node 3
[    0.000000] SRAT: PXM 3 -> APIC 0x3d -> Node 3
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0x7fffffff]
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff]
[    0.000000] ACPI: SRAT: Node 2 PXM 2 [mem 0x1080000000-0x207fffffff]
[    0.000000] NUMA: Initialized distance table, cnt=4
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x107ffd6000-0x107fffffff]
[    0.000000] NODE_DATA(2) allocated [mem 0x207f1d5000-0x207f1fefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000207f1fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009deffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000760defff]
[    0.000000]   node   0: [mem 0x0000000077783000-0x00000000778a3fff]
[    0.000000]   node   0: [mem 0x000000007958e000-0x000000007bffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000107fffffff]
[    0.000000]   node   2: [mem 0x0000001080000000-0x000000207f1fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000001080000000-0x000000207f1fffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 528 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 5796 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 7402 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.000000] On node 2, zone Normal: 3584 pages in unavailable ranges
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 129, version 33, address 0xefc00000, GSI 24-55
[    0.000000] IOAPIC[2]: apic_id 130, version 33, address 0xfa400000, GSI 56-87
[    0.000000] IOAPIC[3]: apic_id 131, version 33, address 0x82c00000, GSI 88-119
[    0.000000] IOAPIC[4]: apic_id 132, version 33, address 0x82400000, GSI 120-151
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 128 CPUs, 80 hotplug CPUs
[    0.000000] NODE_DATA(1) allocated [mem 0x207f199000-0x207f1c2fff]
[    0.000000]     NODE_DATA(1) on node 2
[    0.000000] Initmem setup node 1 [mem 0x0000000000000000-0x0000000000000000]
[    0.000000] NODE_DATA(3) allocated [mem 0x207f16f000-0x207f198fff]
[    0.000000]     NODE_DATA(3) on node 2
[    0.000000] Initmem setup node 3 [mem 0x0000000000000000-0x0000000000000000]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x09df0000-0x09ffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7251d000-0x7251ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x73267000-0x73267fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x760df000-0x7767dfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7767e000-0x77782fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x778a4000-0x77c8afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x77c8b000-0x794e0fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x794e1000-0x7958dfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7fffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x823fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82400000-0x82400fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82401000-0x824fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82500000-0x8257ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82580000-0x82bfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82c00000-0x82c00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82c01000-0x82cfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82d00000-0x82d7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x82d80000-0xef7fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xef800000-0xef8fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xef900000-0xefbfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xefc00000-0xefc00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xefc01000-0xefcfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xefd00000-0xefd7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xefd80000-0xfa3fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfa400000-0xfa400fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfa401000-0xfa4fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfa500000-0xfa57ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfa580000-0xfe9fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0x82d80000-0xef7fffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:4
[    0.000000] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 024 025 
[    0.000000] pcpu-alloc: [0] 026 027 028 029 048 050 052 054 
[    0.000000] pcpu-alloc: [0] 056 058 060 062 064 066 068 070 
[    0.000000] pcpu-alloc: [0] 072 074 076 078 080 082 084 086 
[    0.000000] pcpu-alloc: [0] 088 090 092 094 096 098 100 102 
[    0.000000] pcpu-alloc: [0] 104 106 108 110 112 114 116 118 
[    0.000000] pcpu-alloc: [0] 120 122 124 126 --- --- --- --- 
[    0.000000] pcpu-alloc: [1] 006 007 008 009 010 011 030 031 
[    0.000000] pcpu-alloc: [1] 032 033 034 035 049 051 053 055 
[    0.000000] pcpu-alloc: [1] 057 059 061 063 065 067 069 071 
[    0.000000] pcpu-alloc: [1] 073 075 077 079 081 083 085 087 
[    0.000000] pcpu-alloc: [1] 089 091 093 095 097 099 101 103 
[    0.000000] pcpu-alloc: [1] 105 107 109 111 113 115 117 119 
[    0.000000] pcpu-alloc: [1] 121 123 125 127 --- --- --- --- 
[    0.000000] pcpu-alloc: [2] 012 013 014 015 016 017 036 037 
[    0.000000] pcpu-alloc: [2] 038 039 040 041 --- --- --- --- 
[    0.000000] pcpu-alloc: [3] 018 019 020 021 022 023 042 043 
[    0.000000] pcpu-alloc: [3] 044 045 046 047 --- --- --- --- 
[    0.000000] Built 4 zonelists, mobility grouping on.  Total pages: 32996688
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.14.0-1-amd64 root=/dev/mapper/nvme-root ro
[    0.000000] Unknown command line parameters: BOOT_IMAGE=/vmlinuz-5.14.0-1-amd64
[    0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    0.000000] printk: log_buf_len min size: 131072 bytes
[    0.000000] printk: log_buf_len: 1048576 bytes
[    0.000000] printk: early log buf free: 110432(84%)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 1895900K/134082436K available (12295K kernel code, 2641K rwdata, 8024K rodata, 2628K init, 5268K bss, 2515360K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=4
[    0.000000] ftrace: allocating 37651 entries in 148 pages
[    0.000000] ftrace: allocated 148 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    0.000000] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    0.000000] random: crng done (trusting CPU's manufacturer)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] AMD Memory Encryption Features active: SME
[    0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.000000] ACPI: Core revision 20210604
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] AMD-Vi: [Firmware Bug]: : IOAPIC[130] not in IVRS table
[    0.000000] AMD-Vi: [Firmware Bug]: : IOAPIC[131] not in IVRS table
[    0.000000] AMD-Vi: [Firmware Bug]: : IOAPIC[132] not in IVRS table
[    0.000000] AMD-Vi: Disabling interrupt remapping
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: PIT calibration matches HPET. 2 loops
[    0.028000] tsc: Detected 2993.979 MHz processor
[    0.000006] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b280da1851, max_idle_ns: 440795316787 ns
[    0.000012] Calibrating delay loop (skipped), value calculated using timer frequency.. 5987.95 BogoMIPS (lpj=11975916)
[    0.000016] pid_max: default: 131072 minimum: 1024
[    0.005382] LSM: Security Framework initializing
[    0.005405] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.005440] AppArmor: AppArmor initialized
[    0.005443] TOMOYO Linux initialized
[    0.008088] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    0.012051] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[    0.012224] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.012339] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.013473] LVT offset 2 assigned for vector 0xf4
[    0.013489] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.013491] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.013499] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.013502] Spectre V2 : Mitigation: Full AMD retpoline
[    0.013504] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.013506] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.013508] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.018243] Freeing SMP alternatives memory: 32K
[    0.129583] smpboot: CPU0: AMD Ryzen Threadripper 2970WX 24-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.129818] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.129824] ... version:                0
[    0.129825] ... bit width:              48
[    0.129826] ... generic registers:      6
[    0.129827] ... value mask:             0000ffffffffffff
[    0.129829] ... max period:             00007fffffffffff
[    0.129830] ... fixed-purpose events:   0
[    0.129831] ... event mask:             000000000000003f
[    0.129977] rcu: Hierarchical SRCU implementation.
[    0.130276] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.131072] smp: Bringing up secondary CPUs ...
[    0.131151] x86: Booting SMP configuration:
[    0.131153] .... node  #0, CPUs:          #1   #2   #3   #4   #5
[    0.142557] .... node  #2, CPUs:     #6
[    0.000000] smpboot: CPU 6 Converting physical 2 to logical die 1
[    0.144152]    #7   #8   #9  #10  #11
[    0.158728] .... node  #1, CPUs:    #12
[    0.000000] smpboot: CPU 12 Converting physical 1 to logical die 2
[    0.162212]   #13  #14  #15  #16  #17
[    0.176099] .... node  #3, CPUs:    #18  #19  #20  #21  #22  #23
[    0.192107] .... node  #0, CPUs:    #24  #25  #26  #27  #28  #29
[    0.206215] .... node  #2, CPUs:    #30  #31  #32  #33  #34  #35
[    0.220095] .... node  #1, CPUs:    #36  #37  #38  #39  #40  #41
[    0.236116] .... node  #3, CPUs:    #42  #43  #44  #45  #46  #47
[    0.250269] smp: Brought up 4 nodes, 48 CPUs
[    0.250269] smpboot: Max logical packages: 3
[    0.250269] smpboot: Total of 48 processors activated (287421.98 BogoMIPS)
[    0.335333] node 0 deferred pages initialised in 80ms
[    0.340034] node 2 deferred pages initialised in 88ms
[    0.349315] devtmpfs: initialized
[    0.349315] x86/mm: Memory block size: 2048MB
[    0.349315] ACPI: PM: Registering ACPI NVS region [mem 0x778a4000-0x77c8afff] (4091904 bytes)
[    0.349315] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.349315] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    0.349315] pinctrl core: initialized pinctrl subsystem
[    0.349475] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.352514] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.353064] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.353611] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.353619] audit: initializing netlink subsys (disabled)
[    0.353625] audit: type=2000 audit(1632423567.380:1): state=initialized audit_enabled=0 res=1
[    0.353625] thermal_sys: Registered thermal governor 'fair_share'
[    0.353625] thermal_sys: Registered thermal governor 'bang_bang'
[    0.353625] thermal_sys: Registered thermal governor 'step_wise'
[    0.353625] thermal_sys: Registered thermal governor 'user_space'
[    0.353625] thermal_sys: Registered thermal governor 'power_allocator'
[    0.353625] cpuidle: using governor ladder
[    0.353625] cpuidle: using governor menu
[    0.353625] ACPI: bus type PCI registered
[    0.353625] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.353625] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.353625] PCI: not using MMCONFIG
[    0.353625] PCI: Using configuration type 1 for base access
[    0.353625] PCI: Using configuration type 1 for extended access
[    0.356587] Kprobes globally optimized
[    0.356593] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.356593] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.464181] ACPI: Added _OSI(Module Device)
[    0.464184] ACPI: Added _OSI(Processor Device)
[    0.464186] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.464187] ACPI: Added _OSI(Processor Aggregator Device)
[    0.464189] ACPI: Added _OSI(Linux-Dell-Video)
[    0.464191] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.464192] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.475460] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.479273] ACPI: EC: EC started
[    0.479276] ACPI: EC: interrupt blocked
[    0.479316] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.479319] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.479321] ACPI: Interpreter enabled
[    0.479336] ACPI: PM: (supports S0 S3 S4 S5)
[    0.479338] ACPI: Using IOAPIC for interrupt routing
[    0.479655] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.479688] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    0.479702] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.480107] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.486167] ACPI: PM: Power Resource [P0SA]
[    0.486180] ACPI: PM: Power Resource [P3SA]
[    0.487525] ACPI: PM: Power Resource [P0SA]
[    0.487537] ACPI: PM: Power Resource [P3SA]
[    0.491962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-1f])
[    0.491970] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.492083] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.492189] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.492275] acpi PNP0A08:00: host bridge window expanded to [io  0x0000-0x2fff]; [io  0x0000-0x2fff window] ignored
[    0.492394] PCI host bridge to bus 0000:00
[    0.492396] pci_bus 0000:00: root bus resource [io  0x0000-0x2fff]
[    0.492398] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.492401] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.492403] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.492405] pci_bus 0000:00: root bus resource [mem 0xfac00000-0xfdbfffff window]
[    0.492408] pci_bus 0000:00: root bus resource [mem 0x2080000000-0x385fffffff window]
[    0.492410] pci_bus 0000:00: root bus resource [bus 00-1f]
[    0.492423] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.492510] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.492602] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.492662] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.492714] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.492813] pci 0000:00:01.2: [1022:1453] type 01 class 0x060400
[    0.492864] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.492956] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.493007] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.493103] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.493173] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.493241] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.493313] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.493369] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.493388] pci 0000:00:07.1: enabling Extended Tags
[    0.493415] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.493502] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.493560] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.493580] pci 0000:00:08.1: enabling Extended Tags
[    0.493608] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.493732] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.493941] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.494154] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.494199] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.494244] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.494288] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.494332] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.494376] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.494426] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.494471] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.494516] pci 0000:00:19.0: [1022:1460] type 00 class 0x060000
[    0.494565] pci 0000:00:19.1: [1022:1461] type 00 class 0x060000
[    0.494613] pci 0000:00:19.2: [1022:1462] type 00 class 0x060000
[    0.494662] pci 0000:00:19.3: [1022:1463] type 00 class 0x060000
[    0.494710] pci 0000:00:19.4: [1022:1464] type 00 class 0x060000
[    0.494759] pci 0000:00:19.5: [1022:1465] type 00 class 0x060000
[    0.494810] pci 0000:00:19.6: [1022:1466] type 00 class 0x060000
[    0.494859] pci 0000:00:19.7: [1022:1467] type 00 class 0x060000
[    0.494910] pci 0000:00:1a.0: [1022:1460] type 00 class 0x060000
[    0.494961] pci 0000:00:1a.1: [1022:1461] type 00 class 0x060000
[    0.495009] pci 0000:00:1a.2: [1022:1462] type 00 class 0x060000
[    0.495058] pci 0000:00:1a.3: [1022:1463] type 00 class 0x060000
[    0.495107] pci 0000:00:1a.4: [1022:1464] type 00 class 0x060000
[    0.495156] pci 0000:00:1a.5: [1022:1465] type 00 class 0x060000
[    0.495208] pci 0000:00:1a.6: [1022:1466] type 00 class 0x060000
[    0.495256] pci 0000:00:1a.7: [1022:1467] type 00 class 0x060000
[    0.495304] pci 0000:00:1b.0: [1022:1460] type 00 class 0x060000
[    0.495353] pci 0000:00:1b.1: [1022:1461] type 00 class 0x060000
[    0.495405] pci 0000:00:1b.2: [1022:1462] type 00 class 0x060000
[    0.495453] pci 0000:00:1b.3: [1022:1463] type 00 class 0x060000
[    0.495501] pci 0000:00:1b.4: [1022:1464] type 00 class 0x060000
[    0.495550] pci 0000:00:1b.5: [1022:1465] type 00 class 0x060000
[    0.495603] pci 0000:00:1b.6: [1022:1466] type 00 class 0x060000
[    0.495651] pci 0000:00:1b.7: [1022:1467] type 00 class 0x060000
[    0.495755] pci 0000:01:00.0: [1022:43ba] type 00 class 0x0c0330
[    0.495771] pci 0000:01:00.0: reg 0x10: [mem 0xfd5a0000-0xfd5a7fff 64bit]
[    0.495851] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.495943] pci 0000:01:00.1: [1022:43b6] type 00 class 0x010601
[    0.495983] pci 0000:01:00.1: reg 0x24: [mem 0xfd580000-0xfd59ffff]
[    0.495991] pci 0000:01:00.1: reg 0x30: [mem 0xfd500000-0xfd57ffff pref]
[    0.496030] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.496095] pci 0000:01:00.2: [1022:43b1] type 01 class 0x060400
[    0.496168] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.496254] pci 0000:00:01.1: PCI bridge to [bus 01-06]
[    0.496258] pci 0000:00:01.1:   bridge window [io  0x1000-0x2fff]
[    0.496261] pci 0000:00:01.1:   bridge window [mem 0xfd200000-0xfd5fffff]
[    0.496341] pci 0000:02:02.0: [1022:43b4] type 01 class 0x060400
[    0.496428] pci 0000:02:02.0: PME# supported from D3hot D3cold
[    0.496513] pci 0000:02:03.0: [1022:43b4] type 01 class 0x060400
[    0.496600] pci 0000:02:03.0: PME# supported from D3hot D3cold
[    0.496685] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[    0.496771] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.496864] pci 0000:02:09.0: [1022:43b4] type 01 class 0x060400
[    0.496951] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.497040] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.497045] pci 0000:01:00.2:   bridge window [io  0x1000-0x2fff]
[    0.497049] pci 0000:01:00.2:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.497125] pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
[    0.497156] pci 0000:03:00.0: reg 0x10: [mem 0xfd400000-0xfd41ffff]
[    0.497189] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[    0.497206] pci 0000:03:00.0: reg 0x1c: [mem 0xfd420000-0xfd423fff]
[    0.497376] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.497516] pci 0000:02:02.0: PCI bridge to [bus 03]
[    0.497521] pci 0000:02:02.0:   bridge window [io  0x2000-0x2fff]
[    0.497525] pci 0000:02:02.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.497586] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.497608] pci 0000:04:00.0: reg 0x10: [io  0x1050-0x1057]
[    0.497621] pci 0000:04:00.0: reg 0x14: [io  0x1040-0x1043]
[    0.497633] pci 0000:04:00.0: reg 0x18: [io  0x1030-0x1037]
[    0.497646] pci 0000:04:00.0: reg 0x1c: [io  0x1020-0x1023]
[    0.497658] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x101f]
[    0.497670] pci 0000:04:00.0: reg 0x24: [mem 0xfd300000-0xfd3001ff]
[    0.497840] pci 0000:02:03.0: PCI bridge to [bus 04]
[    0.497846] pci 0000:02:03.0:   bridge window [io  0x1000-0x1fff]
[    0.497849] pci 0000:02:03.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.497885] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.497955] pci 0000:06:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.497983] pci 0000:06:00.0: reg 0x10: [mem 0xfd200000-0xfd207fff 64bit]
[    0.498132] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.498204] pci 0000:06:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:02:09.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[    0.498284] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.498292] pci 0000:02:09.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.498351] pci 0000:07:00.0: [1d6a:07b1] type 00 class 0x020000
[    0.498366] pci 0000:07:00.0: reg 0x10: [mem 0xfd040000-0xfd04ffff 64bit]
[    0.498375] pci 0000:07:00.0: reg 0x18: [mem 0xfd050000-0xfd050fff 64bit]
[    0.498385] pci 0000:07:00.0: reg 0x20: [mem 0xfcc00000-0xfcffffff 64bit]
[    0.498392] pci 0000:07:00.0: reg 0x30: [mem 0xfd000000-0xfd03ffff pref]
[    0.498437] pci 0000:07:00.0: supports D1 D2
[    0.498438] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.498468] pci 0000:07:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.498511] pci 0000:00:01.2: PCI bridge to [bus 07]
[    0.498516] pci 0000:00:01.2:   bridge window [mem 0xfcc00000-0xfd0fffff]
[    0.498562] pci 0000:08:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.498581] pci 0000:08:00.0: reg 0x10: [mem 0xfda00000-0xfda07fff 64bit]
[    0.498680] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.498731] pci 0000:08:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:01.3 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[    0.498785] pci 0000:00:01.3: PCI bridge to [bus 08]
[    0.498789] pci 0000:00:01.3:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.498829] pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
[    0.498850] pci 0000:09:00.0: enabling Extended Tags
[    0.498921] pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
[    0.498932] pci 0000:09:00.2: reg 0x18: [mem 0xfd700000-0xfd7fffff]
[    0.498940] pci 0000:09:00.2: reg 0x24: [mem 0xfd800000-0xfd801fff]
[    0.498947] pci 0000:09:00.2: enabling Extended Tags
[    0.499028] pci 0000:09:00.3: [1022:145f] type 00 class 0x0c0330
[    0.499038] pci 0000:09:00.3: reg 0x10: [mem 0xfd600000-0xfd6fffff 64bit]
[    0.499056] pci 0000:09:00.3: enabling Extended Tags
[    0.499083] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.499144] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.499149] pci 0000:00:07.1:   bridge window [mem 0xfd600000-0xfd8fffff]
[    0.499203] pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
[    0.499225] pci 0000:0a:00.0: enabling Extended Tags
[    0.499299] pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
[    0.499323] pci 0000:0a:00.2: reg 0x24: [mem 0xfd908000-0xfd908fff]
[    0.499331] pci 0000:0a:00.2: enabling Extended Tags
[    0.499359] pci 0000:0a:00.2: PME# supported from D3hot D3cold
[    0.499418] pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
[    0.499425] pci 0000:0a:00.3: reg 0x10: [mem 0xfd900000-0xfd907fff]
[    0.499443] pci 0000:0a:00.3: enabling Extended Tags
[    0.499470] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[    0.499533] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.499538] pci 0000:00:08.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.499558] pci_bus 0000:00: on NUMA node 0
[    0.499897] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 20-3f])
[    0.499901] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.500012] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug LTR]
[    0.500114] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.500280] PCI host bridge to bus 0000:20
[    0.500282] pci_bus 0000:20: root bus resource [io  0x3000-0x7fff window]
[    0.500284] pci_bus 0000:20: root bus resource [mem 0xf8000000-0xfa1fffff window]
[    0.500287] pci_bus 0000:20: root bus resource [mem 0x3860000000-0x503fffffff window]
[    0.500289] pci_bus 0000:20: root bus resource [bus 20-3f]
[    0.500297] pci 0000:20:00.0: [1022:1450] type 00 class 0x060000
[    0.500370] pci 0000:20:00.2: [1022:1451] type 00 class 0x080600
[    0.500461] pci 0000:20:01.0: [1022:1452] type 00 class 0x060000
[    0.500531] pci 0000:20:02.0: [1022:1452] type 00 class 0x060000
[    0.500602] pci 0000:20:03.0: [1022:1452] type 00 class 0x060000
[    0.500671] pci 0000:20:04.0: [1022:1452] type 00 class 0x060000
[    0.500746] pci 0000:20:07.0: [1022:1452] type 00 class 0x060000
[    0.500804] pci 0000:20:07.1: [1022:1454] type 01 class 0x060400
[    0.500826] pci 0000:20:07.1: enabling Extended Tags
[    0.500856] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[    0.500947] pci 0000:20:08.0: [1022:1452] type 00 class 0x060000
[    0.501006] pci 0000:20:08.1: [1022:1454] type 01 class 0x060400
[    0.501029] pci 0000:20:08.1: enabling Extended Tags
[    0.501061] pci 0000:20:08.1: PME# supported from D0 D3hot D3cold
[    0.501239] pci 0000:21:00.0: [1022:145a] type 00 class 0x130000
[    0.501263] pci 0000:21:00.0: enabling Extended Tags
[    0.501341] pci 0000:21:00.2: [1022:1456] type 00 class 0x108000
[    0.501353] pci 0000:21:00.2: reg 0x18: [mem 0xfa000000-0xfa0fffff]
[    0.501363] pci 0000:21:00.2: reg 0x24: [mem 0xfa100000-0xfa101fff]
[    0.501370] pci 0000:21:00.2: enabling Extended Tags
[    0.501464] pci 0000:20:07.1: PCI bridge to [bus 21]
[    0.501469] pci 0000:20:07.1:   bridge window [mem 0xfa000000-0xfa1fffff]
[    0.501523] pci 0000:22:00.0: [1022:1455] type 00 class 0x130000
[    0.501549] pci 0000:22:00.0: enabling Extended Tags
[    0.501631] pci 0000:20:08.1: PCI bridge to [bus 22]
[    0.501646] pci_bus 0000:20: on NUMA node 1
[    0.501777] ACPI: PCI Root Bridge [S0D2] (domain 0000 [bus 40-5f])
[    0.501782] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.501889] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug LTR]
[    0.501990] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.502175] PCI host bridge to bus 0000:40
[    0.502178] pci_bus 0000:40: root bus resource [io  0x03b0-0x03df window]
[    0.502180] pci_bus 0000:40: root bus resource [io  0x8000-0x8fff window]
[    0.502182] pci_bus 0000:40: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.502184] pci_bus 0000:40: root bus resource [mem 0x90000000-0xacdfffff window]
[    0.502187] pci_bus 0000:40: root bus resource [mem 0x5040000000-0x681fffffff window]
[    0.502189] pci_bus 0000:40: root bus resource [bus 40-5f]
[    0.502197] pci 0000:40:00.0: [1022:1450] type 00 class 0x060000
[    0.502268] pci 0000:40:00.2: [1022:1451] type 00 class 0x080600
[    0.502358] pci 0000:40:01.0: [1022:1452] type 00 class 0x060000
[    0.502418] pci 0000:40:01.2: [1022:1453] type 01 class 0x060400
[    0.502475] pci 0000:40:01.2: PME# supported from D0 D3hot D3cold
[    0.502569] pci 0000:40:02.0: [1022:1452] type 00 class 0x060000
[    0.502639] pci 0000:40:03.0: [1022:1452] type 00 class 0x060000
[    0.502698] pci 0000:40:03.1: [1022:1453] type 01 class 0x060400
[    0.502752] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    0.502852] pci 0000:40:04.0: [1022:1452] type 00 class 0x060000
[    0.502928] pci 0000:40:07.0: [1022:1452] type 00 class 0x060000
[    0.502986] pci 0000:40:07.1: [1022:1454] type 01 class 0x060400
[    0.503008] pci 0000:40:07.1: enabling Extended Tags
[    0.503038] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    0.503128] pci 0000:40:08.0: [1022:1452] type 00 class 0x060000
[    0.503186] pci 0000:40:08.1: [1022:1454] type 01 class 0x060400
[    0.503209] pci 0000:40:08.1: enabling Extended Tags
[    0.503241] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    0.503421] pci 0000:41:00.0: [144d:a808] type 00 class 0x010802
[    0.503438] pci 0000:41:00.0: reg 0x10: [mem 0xacd00000-0xacd03fff 64bit]
[    0.503608] pci 0000:40:01.2: PCI bridge to [bus 41]
[    0.503613] pci 0000:40:01.2:   bridge window [mem 0xacd00000-0xacdfffff]
[    0.503662] pci 0000:42:00.0: [1002:1478] type 01 class 0x060400
[    0.503675] pci 0000:42:00.0: reg 0x10: [mem 0xacb00000-0xacb03fff]
[    0.503762] pci 0000:42:00.0: PME# supported from D0 D3hot D3cold
[    0.503825] pci 0000:42:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:40:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.503869] pci 0000:40:03.1: PCI bridge to [bus 42-44]
[    0.503872] pci 0000:40:03.1:   bridge window [io  0x8000-0x8fff]
[    0.503875] pci 0000:40:03.1:   bridge window [mem 0xaca00000-0xacbfffff]
[    0.503879] pci 0000:40:03.1:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.503924] pci 0000:43:00.0: [1002:1479] type 01 class 0x060400
[    0.504022] pci 0000:43:00.0: PME# supported from D0 D3hot D3cold
[    0.504119] pci 0000:42:00.0: PCI bridge to [bus 43-44]
[    0.504124] pci 0000:42:00.0:   bridge window [io  0x8000-0x8fff]
[    0.504128] pci 0000:42:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    0.504133] pci 0000:42:00.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.504181] pci 0000:44:00.0: [1002:731f] type 00 class 0x030000
[    0.504197] pci 0000:44:00.0: reg 0x10: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.504209] pci 0000:44:00.0: reg 0x18: [mem 0xa0000000-0xa01fffff 64bit pref]
[    0.504216] pci 0000:44:00.0: reg 0x20: [io  0x8000-0x80ff]
[    0.504224] pci 0000:44:00.0: reg 0x24: [mem 0xaca00000-0xaca7ffff]
[    0.504232] pci 0000:44:00.0: reg 0x30: [mem 0xaca80000-0xaca9ffff pref]
[    0.504255] pci 0000:44:00.0: BAR 0: assigned to efifb
[    0.504320] pci 0000:44:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.504395] pci 0000:44:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:40:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.504435] pci 0000:44:00.1: [1002:ab38] type 00 class 0x040300
[    0.504448] pci 0000:44:00.1: reg 0x10: [mem 0xacaa0000-0xacaa3fff]
[    0.504532] pci 0000:44:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.504605] pci 0000:43:00.0: PCI bridge to [bus 44]
[    0.504611] pci 0000:43:00.0:   bridge window [io  0x8000-0x8fff]
[    0.504614] pci 0000:43:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    0.504619] pci 0000:43:00.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.504670] pci 0000:45:00.0: [1022:145a] type 00 class 0x130000
[    0.504695] pci 0000:45:00.0: enabling Extended Tags
[    0.504771] pci 0000:45:00.2: [1022:1456] type 00 class 0x108000
[    0.504783] pci 0000:45:00.2: reg 0x18: [mem 0xac800000-0xac8fffff]
[    0.504792] pci 0000:45:00.2: reg 0x24: [mem 0xac900000-0xac901fff]
[    0.504799] pci 0000:45:00.2: enabling Extended Tags
[    0.504889] pci 0000:45:00.3: [1022:145f] type 00 class 0x0c0330
[    0.504900] pci 0000:45:00.3: reg 0x10: [mem 0xac700000-0xac7fffff 64bit]
[    0.504921] pci 0000:45:00.3: enabling Extended Tags
[    0.504952] pci 0000:45:00.3: PME# supported from D0 D3hot D3cold
[    0.505019] pci 0000:40:07.1: PCI bridge to [bus 45]
[    0.505024] pci 0000:40:07.1:   bridge window [mem 0xac700000-0xac9fffff]
[    0.505080] pci 0000:46:00.0: [1022:1455] type 00 class 0x130000
[    0.505106] pci 0000:46:00.0: enabling Extended Tags
[    0.505189] pci 0000:46:00.2: [1022:7901] type 00 class 0x010601
[    0.505215] pci 0000:46:00.2: reg 0x24: [mem 0xacc00000-0xacc00fff]
[    0.505224] pci 0000:46:00.2: enabling Extended Tags
[    0.505256] pci 0000:46:00.2: PME# supported from D3hot D3cold
[    0.505324] pci 0000:40:08.1: PCI bridge to [bus 46]
[    0.505329] pci 0000:40:08.1:   bridge window [mem 0xacc00000-0xaccfffff]
[    0.505347] pci_bus 0000:40: on NUMA node 2
[    0.505558] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 60-ff])
[    0.505562] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.505671] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug LTR]
[    0.505774] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.505783] acpi PNP0A08:03: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.505944] PCI host bridge to bus 0000:60
[    0.505946] pci_bus 0000:60: root bus resource [io  0x9000-0xffff window]
[    0.505948] pci_bus 0000:60: root bus resource [mem 0x80000000-0x821fffff window]
[    0.505951] pci_bus 0000:60: root bus resource [mem 0x6820000000-0x7fffffffff window]
[    0.505953] pci_bus 0000:60: root bus resource [bus 60-ff]
[    0.505961] pci 0000:60:00.0: [1022:1450] type 00 class 0x060000
[    0.506036] pci 0000:60:00.2: [1022:1451] type 00 class 0x080600
[    0.506125] pci 0000:60:01.0: [1022:1452] type 00 class 0x060000
[    0.506196] pci 0000:60:02.0: [1022:1452] type 00 class 0x060000
[    0.506265] pci 0000:60:03.0: [1022:1452] type 00 class 0x060000
[    0.506333] pci 0000:60:04.0: [1022:1452] type 00 class 0x060000
[    0.506406] pci 0000:60:07.0: [1022:1452] type 00 class 0x060000
[    0.506463] pci 0000:60:07.1: [1022:1454] type 01 class 0x060400
[    0.506485] pci 0000:60:07.1: enabling Extended Tags
[    0.506515] pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
[    0.506606] pci 0000:60:08.0: [1022:1452] type 00 class 0x060000
[    0.506666] pci 0000:60:08.1: [1022:1454] type 01 class 0x060400
[    0.506689] pci 0000:60:08.1: enabling Extended Tags
[    0.506720] pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
[    0.506901] pci 0000:61:00.0: [1022:145a] type 00 class 0x130000
[    0.506926] pci 0000:61:00.0: enabling Extended Tags
[    0.507001] pci 0000:61:00.2: [1022:1456] type 00 class 0x108000
[    0.507014] pci 0000:61:00.2: reg 0x18: [mem 0x82000000-0x820fffff]
[    0.507023] pci 0000:61:00.2: reg 0x24: [mem 0x82100000-0x82101fff]
[    0.507030] pci 0000:61:00.2: enabling Extended Tags
[    0.507121] pci 0000:60:07.1: PCI bridge to [bus 61]
[    0.507126] pci 0000:60:07.1:   bridge window [mem 0x82000000-0x821fffff]
[    0.507185] pci 0000:62:00.0: [1022:1455] type 00 class 0x130000
[    0.507210] pci 0000:62:00.0: enabling Extended Tags
[    0.507292] pci 0000:60:08.1: PCI bridge to [bus 62]
[    0.507306] pci_bus 0000:60: on NUMA node 3
[    0.507511] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.507552] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.507587] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.507631] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.507671] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.507703] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.507735] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.507767] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.508304] ACPI: EC: interrupt unblocked
[    0.508306] ACPI: EC: event unblocked
[    0.508314] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.508316] ACPI: EC: GPE=0x2
[    0.508317] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.508320] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.508418] iommu: Default domain type: Translated 
[    0.508418] pci 0000:44:00.0: vgaarb: setting as boot VGA device
[    0.508418] pci 0000:44:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.508418] pci 0000:44:00.0: vgaarb: bridge control possible
[    0.508418] vgaarb: loaded
[    0.510792] EDAC MC: Ver: 3.0.0
[    0.510948] Registered efivars operations
[    0.512038] NetLabel: Initializing
[    0.512041] NetLabel:  domain hash size = 128
[    0.512042] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.512055] NetLabel:  unlabeled traffic allowed by default
[    0.512056] PCI: Using ACPI for IRQ routing
[    0.520107] PCI: pci_cache_line_size set to 64 bytes
[    0.520243] e820: reserve RAM buffer [mem 0x09df0000-0x0bffffff]
[    0.520245] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.520246] e820: reserve RAM buffer [mem 0x7251d000-0x73ffffff]
[    0.520247] e820: reserve RAM buffer [mem 0x73267000-0x73ffffff]
[    0.520248] e820: reserve RAM buffer [mem 0x760df000-0x77ffffff]
[    0.520249] e820: reserve RAM buffer [mem 0x778a4000-0x77ffffff]
[    0.520250] e820: reserve RAM buffer [mem 0x207f200000-0x207fffffff]
[    0.520275] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.520280] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.522587] clocksource: Switched to clocksource tsc-early
[    0.525810] VFS: Disk quotas dquot_6.6.0
[    0.525873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.526065] AppArmor: AppArmor Filesystem Enabled
[    0.526085] pnp: PnP ACPI init
[    0.526277] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.526390] system 00:01: [mem 0xefd00000-0xefd7ffff] could not be reserved
[    0.526587] system 00:03: [io  0x02a0-0x02af] has been reserved
[    0.526591] system 00:03: [io  0x0230-0x023f] has been reserved
[    0.526593] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.526825] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.526829] system 00:04: [io  0x040b] has been reserved
[    0.526831] system 00:04: [io  0x04d6] has been reserved
[    0.526833] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.526835] system 00:04: [io  0x0c14] has been reserved
[    0.526837] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.526839] system 00:04: [io  0x0c52] has been reserved
[    0.526841] system 00:04: [io  0x0c6c] has been reserved
[    0.526842] system 00:04: [io  0x0c6f] has been reserved
[    0.526844] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.526846] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.526850] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.526852] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.526854] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.526856] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.526858] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.526860] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.526861] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.526863] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.526866] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.526869] system 00:04: [mem 0xfec01000-0xfec01fff] has been reserved
[    0.526873] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.526876] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.526878] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.526881] system 00:04: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.526884] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.526887] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.527023] system 00:05: [mem 0xfa500000-0xfa57ffff] has been reserved
[    0.527212] system 00:06: [mem 0x82d00000-0x82d7ffff] has been reserved
[    0.527426] system 00:07: [mem 0x82500000-0x8257ffff] has been reserved
[    0.527792] pnp: PnP ACPI: found 8 devices
[    0.533760] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.533870] NET: Registered PF_INET protocol family
[    0.534101] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.536051] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    0.536488] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.536995] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    0.537070] TCP: Hash tables configured (established 524288 bind 65536)
[    0.537396] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[    0.537730] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.538072] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.538462] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.538469] NET: Registered PF_XDP protocol family
[    0.538521] pci 0000:02:02.0: PCI bridge to [bus 03]
[    0.538527] pci 0000:02:02.0:   bridge window [io  0x2000-0x2fff]
[    0.538533] pci 0000:02:02.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.538541] pci 0000:02:03.0: PCI bridge to [bus 04]
[    0.538544] pci 0000:02:03.0:   bridge window [io  0x1000-0x1fff]
[    0.538548] pci 0000:02:03.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.538555] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.538565] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.538569] pci 0000:02:09.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.538576] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.538578] pci 0000:01:00.2:   bridge window [io  0x1000-0x2fff]
[    0.538583] pci 0000:01:00.2:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.538589] pci 0000:00:01.1: PCI bridge to [bus 01-06]
[    0.538591] pci 0000:00:01.1:   bridge window [io  0x1000-0x2fff]
[    0.538594] pci 0000:00:01.1:   bridge window [mem 0xfd200000-0xfd5fffff]
[    0.538599] pci 0000:00:01.2: PCI bridge to [bus 07]
[    0.538602] pci 0000:00:01.2:   bridge window [mem 0xfcc00000-0xfd0fffff]
[    0.538606] pci 0000:00:01.3: PCI bridge to [bus 08]
[    0.538609] pci 0000:00:01.3:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.538614] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.538617] pci 0000:00:07.1:   bridge window [mem 0xfd600000-0xfd8fffff]
[    0.538622] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.538625] pci 0000:00:08.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.538633] pci_bus 0000:00: resource 4 [io  0x0000-0x2fff]
[    0.538635] pci_bus 0000:00: resource 5 [io  0x0000-0x03af window]
[    0.538637] pci_bus 0000:00: resource 6 [io  0x03e0-0x0cf7 window]
[    0.538639] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.538641] pci_bus 0000:00: resource 8 [mem 0xfac00000-0xfdbfffff window]
[    0.538643] pci_bus 0000:00: resource 9 [mem 0x2080000000-0x385fffffff window]
[    0.538646] pci_bus 0000:01: resource 0 [io  0x1000-0x2fff]
[    0.538648] pci_bus 0000:01: resource 1 [mem 0xfd200000-0xfd5fffff]
[    0.538649] pci_bus 0000:02: resource 0 [io  0x1000-0x2fff]
[    0.538651] pci_bus 0000:02: resource 1 [mem 0xfd200000-0xfd4fffff]
[    0.538653] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.538655] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.538657] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.538659] pci_bus 0000:04: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.538661] pci_bus 0000:06: resource 1 [mem 0xfd200000-0xfd2fffff]
[    0.538663] pci_bus 0000:07: resource 1 [mem 0xfcc00000-0xfd0fffff]
[    0.538665] pci_bus 0000:08: resource 1 [mem 0xfda00000-0xfdafffff]
[    0.538667] pci_bus 0000:09: resource 1 [mem 0xfd600000-0xfd8fffff]
[    0.538669] pci_bus 0000:0a: resource 1 [mem 0xfd900000-0xfd9fffff]
[    0.538730] pci 0000:20:07.1: PCI bridge to [bus 21]
[    0.538734] pci 0000:20:07.1:   bridge window [mem 0xfa000000-0xfa1fffff]
[    0.538739] pci 0000:20:08.1: PCI bridge to [bus 22]
[    0.538745] pci_bus 0000:20: resource 4 [io  0x3000-0x7fff window]
[    0.538747] pci_bus 0000:20: resource 5 [mem 0xf8000000-0xfa1fffff window]
[    0.538748] pci_bus 0000:20: resource 6 [mem 0x3860000000-0x503fffffff window]
[    0.538751] pci_bus 0000:21: resource 1 [mem 0xfa000000-0xfa1fffff]
[    0.538776] pci 0000:40:01.2: PCI bridge to [bus 41]
[    0.538780] pci 0000:40:01.2:   bridge window [mem 0xacd00000-0xacdfffff]
[    0.538786] pci 0000:43:00.0: PCI bridge to [bus 44]
[    0.538788] pci 0000:43:00.0:   bridge window [io  0x8000-0x8fff]
[    0.538792] pci 0000:43:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    0.538796] pci 0000:43:00.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538802] pci 0000:42:00.0: PCI bridge to [bus 43-44]
[    0.538804] pci 0000:42:00.0:   bridge window [io  0x8000-0x8fff]
[    0.538808] pci 0000:42:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    0.538812] pci 0000:42:00.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538817] pci 0000:40:03.1: PCI bridge to [bus 42-44]
[    0.538820] pci 0000:40:03.1:   bridge window [io  0x8000-0x8fff]
[    0.538822] pci 0000:40:03.1:   bridge window [mem 0xaca00000-0xacbfffff]
[    0.538825] pci 0000:40:03.1:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538830] pci 0000:40:07.1: PCI bridge to [bus 45]
[    0.538833] pci 0000:40:07.1:   bridge window [mem 0xac700000-0xac9fffff]
[    0.538838] pci 0000:40:08.1: PCI bridge to [bus 46]
[    0.538841] pci 0000:40:08.1:   bridge window [mem 0xacc00000-0xaccfffff]
[    0.538846] pci_bus 0000:40: resource 4 [io  0x03b0-0x03df window]
[    0.538848] pci_bus 0000:40: resource 5 [io  0x8000-0x8fff window]
[    0.538850] pci_bus 0000:40: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.538852] pci_bus 0000:40: resource 7 [mem 0x90000000-0xacdfffff window]
[    0.538854] pci_bus 0000:40: resource 8 [mem 0x5040000000-0x681fffffff window]
[    0.538856] pci_bus 0000:41: resource 1 [mem 0xacd00000-0xacdfffff]
[    0.538858] pci_bus 0000:42: resource 0 [io  0x8000-0x8fff]
[    0.538859] pci_bus 0000:42: resource 1 [mem 0xaca00000-0xacbfffff]
[    0.538861] pci_bus 0000:42: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538863] pci_bus 0000:43: resource 0 [io  0x8000-0x8fff]
[    0.538865] pci_bus 0000:43: resource 1 [mem 0xaca00000-0xacafffff]
[    0.538867] pci_bus 0000:43: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538869] pci_bus 0000:44: resource 0 [io  0x8000-0x8fff]
[    0.538870] pci_bus 0000:44: resource 1 [mem 0xaca00000-0xacafffff]
[    0.538872] pci_bus 0000:44: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
[    0.538874] pci_bus 0000:45: resource 1 [mem 0xac700000-0xac9fffff]
[    0.538876] pci_bus 0000:46: resource 1 [mem 0xacc00000-0xaccfffff]
[    0.538903] pci 0000:60:07.1: PCI bridge to [bus 61]
[    0.538907] pci 0000:60:07.1:   bridge window [mem 0x82000000-0x821fffff]
[    0.538912] pci 0000:60:08.1: PCI bridge to [bus 62]
[    0.538918] pci_bus 0000:60: resource 4 [io  0x9000-0xffff window]
[    0.538920] pci_bus 0000:60: resource 5 [mem 0x80000000-0x821fffff window]
[    0.538922] pci_bus 0000:60: resource 6 [mem 0x6820000000-0x7fffffffff window]
[    0.538924] pci_bus 0000:61: resource 1 [mem 0x82000000-0x821fffff]
[    0.539179] pci 0000:06:00.0: PME# does not work under D0, disabling it
[    0.539306] pci 0000:08:00.0: PME# does not work under D0, disabling it
[    0.539527] pci 0000:44:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.539559] pci 0000:44:00.1: D0 power state depends on 0000:44:00.0
[    0.539749] PCI: CLS 64 bytes, default 64
[    0.539788] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.539807] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.539827] Trying to unpack rootfs image as initramfs...
[    0.539840] pci 0000:00:01.0: Adding to iommu group 0
[    0.539863] pci 0000:00:01.1: Adding to iommu group 1
[    0.539879] pci 0000:00:01.2: Adding to iommu group 2
[    0.539895] pci 0000:00:01.3: Adding to iommu group 3
[    0.539920] pci 0000:00:02.0: Adding to iommu group 4
[    0.539945] pci 0000:00:03.0: Adding to iommu group 5
[    0.539969] pci 0000:00:04.0: Adding to iommu group 6
[    0.539996] pci 0000:00:07.0: Adding to iommu group 7
[    0.540012] pci 0000:00:07.1: Adding to iommu group 8
[    0.540038] pci 0000:00:08.0: Adding to iommu group 9
[    0.540055] pci 0000:00:08.1: Adding to iommu group 10
[    0.540089] pci 0000:00:14.0: Adding to iommu group 11
[    0.540104] pci 0000:00:14.3: Adding to iommu group 11
[    0.540194] pci 0000:00:18.0: Adding to iommu group 12
[    0.540209] pci 0000:00:18.1: Adding to iommu group 12
[    0.540224] pci 0000:00:18.2: Adding to iommu group 12
[    0.540239] pci 0000:00:18.3: Adding to iommu group 12
[    0.540255] pci 0000:00:18.4: Adding to iommu group 12
[    0.540270] pci 0000:00:18.5: Adding to iommu group 12
[    0.540285] pci 0000:00:18.6: Adding to iommu group 12
[    0.540300] pci 0000:00:18.7: Adding to iommu group 12
[    0.540392] pci 0000:00:19.0: Adding to iommu group 13
[    0.540408] pci 0000:00:19.1: Adding to iommu group 13
[    0.540424] pci 0000:00:19.2: Adding to iommu group 13
[    0.540441] pci 0000:00:19.3: Adding to iommu group 13
[    0.540456] pci 0000:00:19.4: Adding to iommu group 13
[    0.540472] pci 0000:00:19.5: Adding to iommu group 13
[    0.540488] pci 0000:00:19.6: Adding to iommu group 13
[    0.540505] pci 0000:00:19.7: Adding to iommu group 13
[    0.540592] pci 0000:00:1a.0: Adding to iommu group 14
[    0.540610] pci 0000:00:1a.1: Adding to iommu group 14
[    0.540626] pci 0000:00:1a.2: Adding to iommu group 14
[    0.540643] pci 0000:00:1a.3: Adding to iommu group 14
[    0.540660] pci 0000:00:1a.4: Adding to iommu group 14
[    0.540676] pci 0000:00:1a.5: Adding to iommu group 14
[    0.540694] pci 0000:00:1a.6: Adding to iommu group 14
[    0.540712] pci 0000:00:1a.7: Adding to iommu group 14
[    0.540800] pci 0000:00:1b.0: Adding to iommu group 15
[    0.540817] pci 0000:00:1b.1: Adding to iommu group 15
[    0.540834] pci 0000:00:1b.2: Adding to iommu group 15
[    0.540852] pci 0000:00:1b.3: Adding to iommu group 15
[    0.540870] pci 0000:00:1b.4: Adding to iommu group 15
[    0.540888] pci 0000:00:1b.5: Adding to iommu group 15
[    0.540906] pci 0000:00:1b.6: Adding to iommu group 15
[    0.540923] pci 0000:00:1b.7: Adding to iommu group 15
[    0.540966] pci 0000:01:00.0: Adding to iommu group 16
[    0.540985] pci 0000:01:00.1: Adding to iommu group 16
[    0.541003] pci 0000:01:00.2: Adding to iommu group 16
[    0.541009] pci 0000:02:02.0: Adding to iommu group 16
[    0.541015] pci 0000:02:03.0: Adding to iommu group 16
[    0.541021] pci 0000:02:04.0: Adding to iommu group 16
[    0.541026] pci 0000:02:09.0: Adding to iommu group 16
[    0.541031] pci 0000:03:00.0: Adding to iommu group 16
[    0.541037] pci 0000:04:00.0: Adding to iommu group 16
[    0.541041] pci 0000:06:00.0: Adding to iommu group 16
[    0.541057] pci 0000:07:00.0: Adding to iommu group 17
[    0.541074] pci 0000:08:00.0: Adding to iommu group 18
[    0.541091] pci 0000:09:00.0: Adding to iommu group 19
[    0.541108] pci 0000:09:00.2: Adding to iommu group 20
[    0.541124] pci 0000:09:00.3: Adding to iommu group 21
[    0.541141] pci 0000:0a:00.0: Adding to iommu group 22
[    0.541157] pci 0000:0a:00.2: Adding to iommu group 23
[    0.541174] pci 0000:0a:00.3: Adding to iommu group 24
[    0.558950] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.558960] AMD-Vi: Extended features (0xf77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
[    0.559121] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.559124] software IO TLB: mapped [mem 0x00000000658d3000-0x00000000698d3000] (64MB)
[    0.559177] amd_uncore: 4  amd_df counters detected
[    0.559392] amd_uncore: 6  amd_l3 counters detected
[    0.561015] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.562048] Initialise system trusted keyrings
[    0.562060] Key type blacklist registered
[    0.562146] workingset: timestamp_bits=36 max_order=25 bucket_order=0
[    0.562899] zbud: loaded
[    0.563489] integrity: Platform Keyring initialized
[    0.563492] Key type asymmetric registered
[    0.563495] Asymmetric key parser 'x509' registered
[    0.563502] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.563593] io scheduler mq-deadline registered
[    0.565158] pcieport 0000:00:01.1: PME: Signaling with IRQ 29
[    0.565243] pcieport 0000:00:01.1: AER: enabled with IRQ 29
[    0.565299] pcieport 0000:00:01.1: DPC: enabled with IRQ 29
[    0.565301] pcieport 0000:00:01.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.565417] pcieport 0000:00:01.2: PME: Signaling with IRQ 30
[    0.565466] pcieport 0000:00:01.2: AER: enabled with IRQ 30
[    0.565512] pcieport 0000:00:01.2: DPC: enabled with IRQ 30
[    0.565514] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.565629] pcieport 0000:00:01.3: PME: Signaling with IRQ 31
[    0.565679] pcieport 0000:00:01.3: AER: enabled with IRQ 31
[    0.565721] pcieport 0000:00:01.3: DPC: enabled with IRQ 31
[    0.565723] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.565819] pcieport 0000:00:07.1: PME: Signaling with IRQ 32
[    0.565878] pcieport 0000:00:07.1: AER: enabled with IRQ 32
[    0.566065] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[    0.566125] pcieport 0000:00:08.1: AER: enabled with IRQ 34
[    0.567226] pcieport 0000:20:07.1: PME: Signaling with IRQ 43
[    0.567338] pcieport 0000:20:07.1: AER: enabled with IRQ 43
[    0.567591] pcieport 0000:20:08.1: PME: Signaling with IRQ 45
[    0.567674] pcieport 0000:20:08.1: AER: enabled with IRQ 45
[    0.567946] pcieport 0000:40:01.2: PME: Signaling with IRQ 46
[    0.568014] pcieport 0000:40:01.2: AER: enabled with IRQ 46
[    0.568056] pcieport 0000:40:01.2: DPC: enabled with IRQ 46
[    0.568059] pcieport 0000:40:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.568188] pcieport 0000:40:03.1: PME: Signaling with IRQ 47
[    0.568238] pcieport 0000:40:03.1: AER: enabled with IRQ 47
[    0.568275] pcieport 0000:40:03.1: DPC: enabled with IRQ 47
[    0.568277] pcieport 0000:40:03.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.568386] pcieport 0000:40:07.1: PME: Signaling with IRQ 48
[    0.568444] pcieport 0000:40:07.1: AER: enabled with IRQ 48
[    0.568624] pcieport 0000:40:08.1: PME: Signaling with IRQ 50
[    0.568676] pcieport 0000:40:08.1: AER: enabled with IRQ 50
[    0.569447] pcieport 0000:60:07.1: PME: Signaling with IRQ 55
[    0.569555] pcieport 0000:60:07.1: AER: enabled with IRQ 55
[    0.569789] pcieport 0000:60:08.1: PME: Signaling with IRQ 57
[    0.569868] pcieport 0000:60:08.1: AER: enabled with IRQ 57
[    0.570040] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.570055] efifb: probing for efifb
[    0.570071] efifb: framebuffer at 0x90000000, using 3072k, total 3072k
[    0.570074] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.570077] efifb: scrolling: redraw
[    0.570078] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.571415] Console: switching to colour frame buffer device 128x48
[    0.572567] fb0: EFI VGA frame buffer device
[    0.572611] Monitor-Mwait will be used to enter C-1 state
[    0.572617] ACPI: \_PR_.C000: Found 2 idle states
[    0.572803] ACPI: \_PR_.C002: Found 2 idle states
[    0.572954] ACPI: \_PR_.C004: Found 2 idle states
[    0.573100] ACPI: \_PR_.C006: Found 2 idle states
[    0.573231] ACPI: \_PR_.C008: Found 2 idle states
[    0.573372] ACPI: \_PR_.C00A: Found 2 idle states
[    0.573460] ACPI: \_PR_.C00C: Found 2 idle states
[    0.573572] ACPI: \_PR_.C00E: Found 2 idle states
[    0.573702] ACPI: \_PR_.C010: Found 2 idle states
[    0.573786] ACPI: \_PR_.C012: Found 2 idle states
[    0.573885] ACPI: \_PR_.C014: Found 2 idle states
[    0.574011] ACPI: \_PR_.C016: Found 2 idle states
[    0.574100] ACPI: \_PR_.C018: Found 2 idle states
[    0.574508] ACPI: \_PR_.C01A: Found 2 idle states
[    0.574632] ACPI: \_PR_.C01C: Found 2 idle states
[    0.574810] ACPI: \_PR_.C01E: Found 2 idle states
[    0.574948] ACPI: \_PR_.C020: Found 2 idle states
[    0.575081] ACPI: \_PR_.C022: Found 2 idle states
[    0.575317] ACPI: \_PR_.C024: Found 2 idle states
[    0.575461] ACPI: \_PR_.C026: Found 2 idle states
[    0.575609] ACPI: \_PR_.C028: Found 2 idle states
[    0.575775] ACPI: \_PR_.C02A: Found 2 idle states
[    0.576183] ACPI: \_PR_.C02C: Found 2 idle states
[    0.576609] ACPI: \_PR_.C02E: Found 2 idle states
[    0.576996] ACPI: \_PR_.C001: Found 2 idle states
[    0.577368] ACPI: \_PR_.C003: Found 2 idle states
[    0.577680] ACPI: \_PR_.C005: Found 2 idle states
[    0.578032] ACPI: \_PR_.C007: Found 2 idle states
[    0.578379] ACPI: \_PR_.C009: Found 2 idle states
[    0.578704] ACPI: \_PR_.C00B: Found 2 idle states
[    0.579018] ACPI: \_PR_.C00D: Found 2 idle states
[    0.579324] ACPI: \_PR_.C00F: Found 2 idle states
[    0.579615] ACPI: \_PR_.C011: Found 2 idle states
[    0.579868] ACPI: \_PR_.C013: Found 2 idle states
[    0.580162] ACPI: \_PR_.C015: Found 2 idle states
[    0.580448] ACPI: \_PR_.C017: Found 2 idle states
[    0.580763] ACPI: \_PR_.C019: Found 2 idle states
[    0.581057] ACPI: \_PR_.C01B: Found 2 idle states
[    0.581352] ACPI: \_PR_.C01D: Found 2 idle states
[    0.581665] ACPI: \_PR_.C01F: Found 2 idle states
[    0.581947] ACPI: \_PR_.C021: Found 2 idle states
[    0.582232] ACPI: \_PR_.C023: Found 2 idle states
[    0.582513] ACPI: \_PR_.C025: Found 2 idle states
[    0.582756] ACPI: \_PR_.C027: Found 2 idle states
[    0.583008] ACPI: \_PR_.C029: Found 2 idle states
[    0.583244] ACPI: \_PR_.C02B: Found 2 idle states
[    0.583474] ACPI: \_PR_.C02D: Found 2 idle states
[    0.583697] ACPI: \_PR_.C02F: Found 2 idle states
[    0.584134] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.584450] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.584990] Linux agpgart interface v0.103
[    0.586468] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.590774] i8042: PNP: No PS/2 controller found.
[    0.591252] mousedev: PS/2 mouse device common for all mice
[    0.591449] rtc_cmos 00:02: RTC can wake from S4
[    0.592003] rtc_cmos 00:02: registered as rtc0
[    0.592602] rtc_cmos 00:02: setting system clock to 2021-09-23T18:59:28 UTC (1632423568)
[    0.592806] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.593811] ledtrig-cpu: registered to indicate activity on CPUs
[    0.594477] NET: Registered PF_INET6 protocol family
[    0.966997] Freeing initrd memory: 42572K
[    0.973322] Segment Routing with IPv6
[    0.973575] mip6: Mobile IPv6
[    0.973795] NET: Registered PF_PACKET protocol family
[    0.974099] mpls_gso: MPLS GSO support
[    0.978356] microcode: microcode updated early to new patch_level=0x0800820d
[    0.978663] microcode: CPU0: patch_level=0x0800820d
[    0.978947] microcode: CPU1: patch_level=0x0800820d
[    0.979222] microcode: CPU2: patch_level=0x0800820d
[    0.979499] microcode: CPU3: patch_level=0x0800820d
[    0.980348] microcode: CPU4: patch_level=0x0800820d
[    0.980737] microcode: CPU5: patch_level=0x0800820d
[    0.981372] microcode: CPU6: patch_level=0x0800820d
[    0.981913] microcode: CPU7: patch_level=0x0800820d
[    0.982222] microcode: CPU8: patch_level=0x0800820d
[    0.982804] microcode: CPU9: patch_level=0x0800820d
[    0.983106] microcode: CPU10: patch_level=0x0800820d
[    0.983410] microcode: CPU11: patch_level=0x0800820d
[    0.983904] microcode: CPU12: patch_level=0x0800820d
[    0.984487] microcode: CPU13: patch_level=0x0800820d
[    0.984987] microcode: CPU14: patch_level=0x0800820d
[    0.985620] microcode: CPU15: patch_level=0x0800820d
[    0.985943] microcode: CPU16: patch_level=0x0800820d
[    0.986497] microcode: CPU17: patch_level=0x0800820d
[    0.987199] microcode: CPU18: patch_level=0x0800820d
[    0.987852] microcode: CPU19: patch_level=0x0800820d
[    0.988478] microcode: CPU20: patch_level=0x0800820d
[    0.989116] microcode: CPU21: patch_level=0x0800820d
[    0.989426] microcode: CPU22: patch_level=0x0800820d
[    0.990042] microcode: CPU23: patch_level=0x0800820d
[    0.990645] microcode: CPU24: patch_level=0x0800820d
[    0.990938] microcode: CPU25: patch_level=0x0800820d
[    0.991215] microcode: CPU26: patch_level=0x0800820d
[    0.991495] microcode: CPU27: patch_level=0x0800820d
[    0.992404] microcode: CPU28: patch_level=0x0800820d
[    0.992986] microcode: CPU29: patch_level=0x0800820d
[    0.993570] microcode: CPU30: patch_level=0x0800820d
[    0.994080] microcode: CPU31: patch_level=0x0800820d
[    0.994338] microcode: CPU32: patch_level=0x0800820d
[    0.994849] microcode: CPU33: patch_level=0x0800820d
[    0.995288] microcode: CPU34: patch_level=0x0800820d
[    0.995703] microcode: CPU35: patch_level=0x0800820d
[    0.996148] microcode: CPU36: patch_level=0x0800820d
[    0.996545] microcode: CPU37: patch_level=0x0800820d
[    0.996894] microcode: CPU38: patch_level=0x0800820d
[    0.997281] microcode: CPU39: patch_level=0x0800820d
[    0.997612] microcode: CPU40: patch_level=0x0800820d
[    0.997905] microcode: CPU41: patch_level=0x0800820d
[    0.998216] microcode: CPU42: patch_level=0x0800820d
[    0.998491] microcode: CPU43: patch_level=0x0800820d
[    0.998747] microcode: CPU44: patch_level=0x0800820d
[    0.999017] microcode: CPU45: patch_level=0x0800820d
[    0.999273] microcode: CPU46: patch_level=0x0800820d
[    0.999513] microcode: CPU47: patch_level=0x0800820d
[    0.999618] microcode: Microcode Update Driver: v2.2.
[    0.999625] IPI shorthand broadcast: enabled
[    0.999832] sched_clock: Marking stable (1024319273, -27989028)->(1220656527, -224326282)
[    1.001598] registered taskstats version 1
[    1.001728] Loading compiled-in X.509 certificates
[    1.022864] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.023033] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    1.026954] zswap: loaded using pool lzo/zbud
[    1.027895] Key type ._fscrypt registered
[    1.028080] Key type .fscrypt registered
[    1.028263] Key type fscrypt-provisioning registered
[    1.031002] Key type encrypted registered
[    1.031195] AppArmor: AppArmor sha1 policy hashing enabled
[    1.033169] integrity: Loading X.509 certificate: UEFI:db
[    1.033753] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    1.034275] integrity: Loading X.509 certificate: UEFI:db
[    1.034637] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    1.034891] integrity: Loading X.509 certificate: UEFI:db
[    1.035162] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.035444] integrity: Loading X.509 certificate: UEFI:db
[    1.035750] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.036065] integrity: Loading X.509 certificate: UEFI:db
[    1.036530] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    1.038653] ima: No TPM chip found, activating TPM-bypass!
[    1.039044] ima: Allocated hash algorithm: sha256
[    1.039442] ima: No architecture policies found
[    1.039824] evm: Initialising EVM extended attributes:
[    1.040220] evm: security.selinux
[    1.040627] evm: security.SMACK64 (disabled)
[    1.041038] evm: security.SMACK64EXEC (disabled)
[    1.041449] evm: security.SMACK64TRANSMUTE (disabled)
[    1.041845] evm: security.SMACK64MMAP (disabled)
[    1.042245] evm: security.apparmor
[    1.042643] evm: security.ima
[    1.043033] evm: security.capability
[    1.043426] evm: HMAC attrs: 0x1
[    1.046176] Freeing unused decrypted memory: 2036K
[    1.047195] Freeing unused kernel image (initmem) memory: 2628K
[    1.084050] Write protecting the kernel read-only data: 22528k
[    1.086278] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.087128] Freeing unused kernel image (rodata/data gap) memory: 168K
[    1.119169] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.119608] Run /init as init process
[    1.120053]   with arguments:
[    1.120055]     /init
[    1.120055]   with environment:
[    1.120056]     HOME=/
[    1.120056]     TERM=linux
[    1.120057]     BOOT_IMAGE=/vmlinuz-5.14.0-1-amd64
[    1.198112] pps_core: LinuxPPS API ver. 1 registered
[    1.198404] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.198621] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.199513] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.205671] PTP clock support registered
[    1.208817] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.209955] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.211163] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.212416] SCSI subsystem initialized
[    1.213242] dca service started, version 1.12.1
[    1.216851] MACsec IEEE 802.1AE
[    1.216851] ACPI: bus type USB registered
[    1.218088] usbcore: registered new interface driver usbfs
[    1.219020] usbcore: registered new interface driver hub
[    1.219752] usbcore: registered new device driver usb
[    1.226377] libata version 3.00 loaded.
[    1.233338] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.233964] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.236561] nvme nvme0: pci function 0000:41:00.0
[    1.244196] nvme nvme0: missing or invalid SUBNQN field.
[    1.244764] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.274089] nvme nvme0: 32/0/0 default/read/poll queues
[    1.278578]  nvme0n1: p1 p2 p3
[    1.299338] device-mapper: uevent: version 1.0.3
[    1.299913] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.572249] tsc: Refined TSC clocksource calibration: 2994.367 MHz
[    1.573249] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b297c2c1a3, max_idle_ns: 440795339100 ns
[    1.681639] clocksource: Switched to clocksource tsc
[    1.682934] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.683219] atlantic 0000:07:00.0 eth10g: renamed from eth0
[    1.683440] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.740038] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000008000410
[    1.741193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.741713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.742238] usb usb1: Product: xHCI Host Controller
[    1.742765] usb usb1: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.743298] usb usb1: SerialNumber: 0000:01:00.0
[    1.743991] hub 1-0:1.0: USB hub found
[    1.744565] hub 1-0:1.0: 14 ports detected
[    1.745595] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.746145] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.746700] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.747278] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.747852] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.748428] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.748996] usb usb2: Product: xHCI Host Controller
[    1.749562] usb usb2: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.750134] usb usb2: SerialNumber: 0000:01:00.0
[    1.750737] ahci 0000:01:00.1: version 3.0
[    1.750937] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.751630] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    1.752204] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.757109] hub 2-0:1.0: USB hub found
[    1.757690] hub 2-0:1.0: 8 ports detected
[    1.758242] scsi host0: ahci
[    1.759052] scsi host1: ahci
[    1.759645] usb: port power management may be unreliable
[    1.760188] scsi host2: ahci
[    1.761650] pps pps0: new PPS source ptp0
[    1.762200] igb 0000:03:00.0: added PHC on eth0
[    1.762718] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    1.763241] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:d9:f5:c8:c6:03
[    1.763766] igb 0000:03:00.0: eth0: PBA No: FFFFFF-0FF
[    1.764279] igb 0000:03:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    1.764815] scsi host3: ahci
[    1.765469] scsi host4: ahci
[    1.766123] scsi host5: ahci
[    1.767046] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.767573] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[    1.783604] igb 0000:03:00.0 eth1g: renamed from eth0
[    1.822983] scsi host6: ahci
[    1.823567] xhci_hcd 0000:06:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    1.824193] scsi host7: ahci
[    1.824773] ata1: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580100 irq 116
[    1.825321] ata2: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580180 irq 116
[    1.825848] ata3: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580200 irq 116
[    1.826340] ata4: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580280 irq 116
[    1.826818] ata5: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580300 irq 116
[    1.827290] ata6: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580380 irq 116
[    1.827752] ata7: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580400 irq 116
[    1.828223] ata8: SATA max UDMA/133 abar m131072@0xfd580000 port 0xfd580480 irq 116
[    1.828944] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.829408] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.829867] usb usb3: Product: xHCI Host Controller
[    1.830322] usb usb3: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.830783] usb usb3: SerialNumber: 0000:06:00.0
[    1.831531] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.832054] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.832534] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[    1.833291] scsi host8: ahci
[    1.833897] scsi host9: ahci
[    1.834400] ata9: SATA max UDMA/133 abar m512@0xfd300000 port 0xfd300100 irq 125
[    1.834871] ata10: SATA max UDMA/133 abar m512@0xfd300000 port 0xfd300180 irq 125
[    1.835367] hub 3-0:1.0: USB hub found
[    1.835841] hub 3-0:1.0: 2 ports detected
[    1.836480] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.836947] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[    1.837412] xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.837908] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.838383] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.838845] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.839283] usb usb4: Product: xHCI Host Controller
[    1.839719] usb usb4: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.840177] usb usb4: SerialNumber: 0000:06:00.0
[    1.840773] ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.841256] ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.841851] hub 4-0:1.0: USB hub found
[    1.842360] hub 4-0:1.0: 2 ports detected
[    1.842862] scsi host10: ahci
[    1.843385] ata11: SATA max UDMA/133 abar m4096@0xfd908000 port 0xfd908100 irq 127
[    1.844069] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    1.844126] ahci 0000:46:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.844538] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 5
[    1.845014] ahci 0000:46:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.846163] scsi host11: ahci
[    1.846713] ata12: SATA max UDMA/133 abar m4096@0xacc00000 port 0xacc00100 irq 129
[    1.900335] xhci_hcd 0000:08:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    1.901116] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.901662] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.902192] usb usb5: Product: xHCI Host Controller
[    1.902691] usb usb5: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.903186] usb usb5: SerialNumber: 0000:08:00.0
[    1.903812] hub 5-0:1.0: USB hub found
[    1.904363] hub 5-0:1.0: 2 ports detected
[    1.905037] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    1.905588] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 6
[    1.906150] xhci_hcd 0000:08:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.906712] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.907273] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.907819] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.908379] usb usb6: Product: xHCI Host Controller
[    1.908947] usb usb6: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.909519] usb usb6: SerialNumber: 0000:08:00.0
[    1.910158] hub 6-0:1.0: USB hub found
[    1.910721] hub 6-0:1.0: 2 ports detected
[    1.911414] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    1.911971] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 7
[    1.912630] xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    1.913370] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.913944] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.914496] usb usb7: Product: xHCI Host Controller
[    1.915026] usb usb7: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.915568] usb usb7: SerialNumber: 0000:09:00.3
[    1.916173] hub 7-0:1.0: USB hub found
[    1.916743] hub 7-0:1.0: 4 ports detected
[    1.917444] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    1.917998] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 8
[    1.918552] xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
[    1.919114] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.919681] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.920254] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.920816] usb usb8: Product: xHCI Host Controller
[    1.921370] usb usb8: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.921911] usb usb8: SerialNumber: 0000:09:00.3
[    1.922495] hub 8-0:1.0: USB hub found
[    1.923032] hub 8-0:1.0: 4 ports detected
[    1.923859] xhci_hcd 0000:45:00.3: xHCI Host Controller
[    1.924788] xhci_hcd 0000:45:00.3: new USB bus registered, assigned bus number 9
[    1.925423] xhci_hcd 0000:45:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    1.926152] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.926670] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.927163] usb usb9: Product: xHCI Host Controller
[    1.927647] usb usb9: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.928134] usb usb9: SerialNumber: 0000:45:00.3
[    1.928740] hub 9-0:1.0: USB hub found
[    1.929232] hub 9-0:1.0: 4 ports detected
[    1.929918] xhci_hcd 0000:45:00.3: xHCI Host Controller
[    1.930376] xhci_hcd 0000:45:00.3: new USB bus registered, assigned bus number 10
[    1.930839] xhci_hcd 0000:45:00.3: Host supports USB 3.0 SuperSpeed
[    1.931307] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.931787] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.932290] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.932795] usb usb10: Product: xHCI Host Controller
[    1.933287] usb usb10: Manufacturer: Linux 5.14.0-1-amd64 xhci-hcd
[    1.933784] usb usb10: SerialNumber: 0000:45:00.3
[    1.934353] hub 10-0:1.0: USB hub found
[    1.934815] hub 10-0:1.0: 4 ports detected
[    2.064025] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    2.142753] ata1: SATA link down (SStatus 0 SControl 300)
[    2.158404] ata11: SATA link down (SStatus 0 SControl 300)
[    2.162568] ata12: SATA link down (SStatus 0 SControl 300)
[    2.172026] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[    2.184020] usb 9-4: new high-speed USB device number 2 using xhci_hcd
[    2.312028] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.314498] ata9.00: supports DRM functions and may not be fully accessible
[    2.316005] ata9.00: ATA-9: Samsung SSD 750 EVO 500GB, MAT01B6Q, max UDMA/133
[    2.316738] ata9.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.318769] ata9.00: supports DRM functions and may not be fully accessible
[    2.321008] ata9.00: configured for UDMA/133
[    2.337188] usb 9-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55
[    2.338109] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.338796] usb 9-4: Product: USB2.1 Hub
[    2.339264] usb 9-4: Manufacturer: GenesysLogic
[    2.344187] usb 7-1: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
[    2.345090] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.345550] usb 7-1: Product: Back-UPS RS 1500G FW:878.L5 .I USB FW:L5 
[    2.346004] usb 7-1: Manufacturer: American Power Conversion
[    2.346445] usb 7-1: SerialNumber: 4B1952P00899  
[    2.379623] hub 9-4:1.0: USB hub found
[    2.381070] hub 9-4:1.0: 4 ports detected
[    2.388557] usb 1-2: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    2.389493] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.438381] hid: raw HID events driver (C) Jiri Kosina
[    2.460125] usb 10-4: new SuperSpeed USB device number 2 using xhci_hcd
[    2.465458] usbcore: registered new interface driver usbhid
[    2.466032] usbhid: USB HID core driver
[    2.469123] hid-generic 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500G FW:878.L5 .I USB FW:L5 ] on usb-0000:09:00.3-1/input0
[    2.484189] usb 10-4: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.55
[    2.485182] usb 10-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.486167] usb 10-4: Product: USB3.1 Hub
[    2.487144] usb 10-4: Manufacturer: GenesysLogic
[    2.507954] hub 10-4:1.0: USB hub found
[    2.509312] hub 10-4:1.0: 4 ports detected
[    2.528148] usb 1-11: new full-speed USB device number 3 using xhci_hcd
[    2.620037] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.627871] ata2.00: ATA-9: WDC WD6003FZBX-00K5WB0, 01.01A01, max UDMA/133
[    2.628868] ata2.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.638855] ata2.00: configured for UDMA/133
[    2.640057] scsi 1:0:0:0: Direct-Access     ATA      WDC WD6003FZBX-0 1A01 PQ: 0 ANSI: 5
[    2.644670] sd 1:0:0:0: [sda] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[    2.645683] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    2.646615] sd 1:0:0:0: [sda] Write Protect is off
[    2.647152] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.647162] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.700021] usb 9-4.1: new high-speed USB device number 3 using xhci_hcd
[    2.705181]  sda: sda1
[    2.720028] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.855768] usb 1-11: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    2.856892] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.857456] usb 1-11: Product: AURA LED Controller
[    2.857981] usb 1-11: Manufacturer: AsusTek Computer Inc.
[    2.858502] usb 1-11: SerialNumber: 00000000001A
[    2.873900] hid-generic 0003:0B05:1872.0002: hiddev1,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-11/input0
[    3.098716] usb 9-4.1: New USB device found, idVendor=046d, idProduct=0826, bcdDevice= 0.10
[    3.099919] usb 9-4.1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[    3.100465] usb 9-4.1: Product: HD Webcam C525
[    3.101210] usb 9-4.1: SerialNumber: 2963B420
[    3.116076] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.123828] ata3.00: ATA-9: WDC WD6003FZBX-00K5WB0, 01.01A01, max UDMA/133
[    3.124942] ata3.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.135685] ata3.00: configured for UDMA/133
[    3.136868] scsi 2:0:0:0: Direct-Access     ATA      WDC WD6003FZBX-0 1A01 PQ: 0 ANSI: 5
[    3.137893] sd 2:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[    3.138811] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    3.139379] sd 2:0:0:0: [sdb] Write Protect is off
[    3.139918] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.139927] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.207802]  sdb: sdb1 sdb2
[    3.232059] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.252020] usb 9-4.2: new high-speed USB device number 4 using xhci_hcd
[    3.379441] usb 9-4.2: New USB device found, idVendor=045e, idProduct=02e6, bcdDevice= 1.00
[    3.380575] usb 9-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.381692] usb 9-4.2: Product: XBOX ACC
[    3.382800] usb 9-4.2: Manufacturer: Microsoft Inc.
[    3.383883] usb 9-4.2: SerialNumber: 460182
[    3.492019] usb 9-4.3: new full-speed USB device number 5 using xhci_hcd
[    3.612022] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.619710] ata4.00: ATA-9: WDC WD6003FZBX-00K5WB0, 01.01A01, max UDMA/133
[    3.620571] usb 9-4.3: New USB device found, idVendor=04d9, idProduct=a231, bcdDevice= 1.01
[    3.620792] ata4.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.621866] usb 9-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.624060] usb 9-4.3: Product: USB-HID Keyboard
[    3.625154] usb 9-4.3: Manufacturer: HOLTEK
[    3.632663] ata4.00: configured for UDMA/133
[    3.633904] scsi 3:0:0:0: Direct-Access     ATA      WDC WD6003FZBX-0 1A01 PQ: 0 ANSI: 5
[    3.634887] sd 3:0:0:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[    3.635757] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    3.636371] sd 3:0:0:0: [sdc] Write Protect is off
[    3.637485] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.637502] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.693942]  sdc: sdc1 sdc2
[    3.704242] sd 3:0:0:0: [sdc] Attached SCSI disk
[    3.821292] input: HOLTEK USB-HID Keyboard as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.0/0003:04D9:A231.0003/input/input0
[    3.880308] hid-generic 0003:04D9:A231.0003: input,hidraw2: USB HID v1.11 Keyboard [HOLTEK USB-HID Keyboard] on usb-0000:45:00.3-4.3/input0
[    3.883489] hid-generic 0003:04D9:A231.0004: hiddev2,hidraw3: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:45:00.3-4.3/input1
[    3.887252] input: HOLTEK USB-HID Keyboard Mouse as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.2/0003:04D9:A231.0005/input/input1
[    3.888548] input: HOLTEK USB-HID Keyboard System Control as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.2/0003:04D9:A231.0005/input/input2
[    3.948111] input: HOLTEK USB-HID Keyboard Consumer Control as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.2/0003:04D9:A231.0005/input/input3
[    3.950648] ata5: SATA link down (SStatus 0 SControl 300)
[    3.950742] input: HOLTEK USB-HID Keyboard as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.2/0003:04D9:A231.0005/input/input4
[    3.953703] input: HOLTEK USB-HID Keyboard as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.3/9-4.3:1.2/0003:04D9:A231.0005/input/input5
[    3.955133] hid-generic 0003:04D9:A231.0005: input,hiddev3,hidraw4: USB HID v1.11 Mouse [HOLTEK USB-HID Keyboard] on usb-0000:45:00.3-4.3/input2
[    3.958066] hid-generic 0003:04D9:A231.0006: hiddev4,hidraw5: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:45:00.3-4.3/input3
[    4.064020] usb 9-4.4: new full-speed USB device number 6 using xhci_hcd
[    4.198345] usb 9-4.4: New USB device found, idVendor=1532, idProduct=0037, bcdDevice= 2.00
[    4.199880] usb 9-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.201375] usb 9-4.4: Product: Razer DeathAdder 2013
[    4.202508] usb 9-4.4: Manufacturer: Razer
[    4.267053] ata6: SATA link down (SStatus 0 SControl 300)
[    4.336049] input: Razer Razer DeathAdder 2013 as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.4/9-4.4:1.0/0003:1532:0037.0007/input/input6
[    4.339179] hid-generic 0003:1532:0037.0007: input,hidraw6: USB HID v1.11 Mouse [Razer Razer DeathAdder 2013] on usb-0000:45:00.3-4.4/input0
[    4.347746] input: Razer Razer DeathAdder 2013 Keyboard as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.4/9-4.4:1.1/0003:1532:0037.0008/input/input7
[    4.408068] input: Razer Razer DeathAdder 2013 as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.4/9-4.4:1.1/0003:1532:0037.0008/input/input8
[    4.411465] hid-generic 0003:1532:0037.0008: input,hidraw7: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:45:00.3-4.4/input1
[    4.416984] input: Razer Razer DeathAdder 2013 as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.4/9-4.4:1.2/0003:1532:0037.0009/input/input9
[    4.476106] hid-generic 0003:1532:0037.0009: input,hidraw8: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:45:00.3-4.4/input2
[    5.308014] ata7: failed to resume link (SControl 0)
[    5.309826] ata7: SATA link down (SStatus 0 SControl 0)
[    5.626673] ata8: SATA link down (SStatus 0 SControl 330)
[    5.628886] scsi 8:0:0:0: Direct-Access     ATA      Samsung SSD 750  1B6Q PQ: 0 ANSI: 5
[    5.630892] sd 8:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.632503] sd 8:0:0:0: [sdd] Write Protect is off
[    5.633414] sd 8:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    5.633428] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.650033]  sdd: sdd1 sdd2 sdd3 sdd4
[    5.668694] sd 8:0:0:0: [sdd] supports TCG Opal
[    5.670320] sd 8:0:0:0: [sdd] Attached SCSI disk
[    5.942714] ata10: SATA link down (SStatus 0 SControl 300)
[    6.338315] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    6.371394] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    6.404431] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    6.415087] systemd[1]: Inserted module 'autofs4'
[    6.546497] systemd[1]: systemd 247.9-2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    6.568121] systemd[1]: Detected architecture x86-64.
[    6.572193] systemd[1]: Set hostname to <XXXXXXXXXXXXXXXXXX>.
[    6.675295] systemd[1]: /lib/systemd/system/clamav-freshclam.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    6.680570] systemd[1]: Queued start job for default target Graphical Interface.
[    6.706961] systemd[1]: Created slice Slice /system/getty.
[    6.708868] systemd[1]: Created slice Slice /system/modprobe.
[    6.710723] systemd[1]: Created slice Slice /system/postfix.
[    6.712606] systemd[1]: Created slice Slice /system/systemd-fsck.
[    6.714525] systemd[1]: Created slice User and Session Slice.
[    6.715930] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.717572] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.719107] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.720552] systemd[1]: Reached target Local Encrypted Volumes.
[    6.721864] systemd[1]: Reached target User and Group Name Lookups.
[    6.723136] systemd[1]: Reached target Slices.
[    6.724475] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.725838] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.730687] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.732988] systemd[1]: Listening on Syslog Socket.
[    6.734351] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.735649] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.737067] systemd[1]: Listening on Journal Audit Socket.
[    6.738389] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.739705] systemd[1]: Listening on Journal Socket.
[    6.741243] systemd[1]: Listening on udev Control Socket.
[    6.742493] systemd[1]: Listening on udev Kernel Socket.
[    6.744563] systemd[1]: Mounting Huge Pages File System...
[    6.746784] systemd[1]: Mounting POSIX Message Queue File System...
[    6.748889] systemd[1]: Mounting RPC Pipe File System...
[    6.750800] systemd[1]: Mounting Kernel Debug File System...
[    6.752949] systemd[1]: Mounting Kernel Trace File System...
[    6.754254] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    6.754924] systemd[1]: Finished Availability of block devices.
[    6.757090] systemd[1]: Starting Set the console keyboard layout...
[    6.759300] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    6.761305] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.763097] systemd[1]: Starting Load Kernel Module configfs...
[    6.765553] systemd[1]: Starting Load Kernel Module drm...
[    6.768415] systemd[1]: Starting Load Kernel Module fuse...
[    6.770330] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    6.770977] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.810126] systemd[1]: Starting Journal Service...
[    6.813473] systemd[1]: Starting Load Kernel Modules...
[    6.817028] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.818103] fuse: init (API version 7.34)
[    6.821885] systemd[1]: Starting Coldplug All udev Devices...
[    6.823691] RPC: Registered named UNIX socket transport module.
[    6.824377] RPC: Registered udp transport module.
[    6.825032] RPC: Registered tcp transport module.
[    6.825277] systemd[1]: Mounted Huge Pages File System.
[    6.825676] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.826127] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    6.829185] systemd[1]: Mounted POSIX Message Queue File System.
[    6.830187] lp: driver loaded but no devices found
[    6.831649] systemd[1]: Mounted RPC Pipe File System.
[    6.833241] systemd[1]: Mounted Kernel Debug File System.
[    6.834081] ppdev: user-space parallel port driver
[    6.835648] systemd[1]: Mounted Kernel Trace File System.
[    6.837837] systemd[1]: Finished Set the console keyboard layout.
[    6.839795] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    6.841332] systemd[1]: modprobe@configfs.service: Succeeded.
[    6.842137] systemd[1]: Finished Load Kernel Module configfs.
[    6.843610] systemd[1]: modprobe@drm.service: Succeeded.
[    6.844406] systemd[1]: Finished Load Kernel Module drm.
[    6.845833] systemd[1]: modprobe@fuse.service: Succeeded.
[    6.846550] systemd[1]: Finished Load Kernel Module fuse.
[    6.848021] systemd[1]: Finished Load Kernel Modules.
[    6.849463] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.852064] systemd[1]: Mounting FUSE Control File System...
[    6.854065] systemd[1]: Mounting Kernel Configuration File System...
[    6.855266] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    6.856893] systemd[1]: Starting Load/Save Random Seed...
[    6.858873] systemd[1]: Starting Apply Kernel Variables...
[    6.860814] systemd[1]: Starting Create System Users...
[    6.862590] systemd[1]: Mounted FUSE Control File System.
[    6.863902] systemd[1]: Mounted Kernel Configuration File System.
[    6.865849] systemd[1]: Finished Apply Kernel Variables.
[    6.867379] systemd[1]: Finished Create System Users.
[    6.868952] systemd[1]: Finished Load/Save Random Seed.
[    6.870218] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    6.871892] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.879687] systemd[1]: Finished Create Static Device Nodes in /dev.
[    6.884841] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    6.901249] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    6.902682] systemd[1]: Reached target Local File Systems (Pre).
[    6.904416] systemd[1]: Set up automount XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[    6.905995] systemd[1]: Set up automount XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[    6.907494] systemd[1]: Set up automount XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[    6.909058] systemd[1]: Set up automount XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[    6.910604] systemd[1]: Set up automount XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[    6.921681] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    6.937946] systemd[1]: Started Journal Service.
[    6.947587] systemd-journald[674]: Received client request to flush runtime journal.
[    6.953799] acpi_cpufreq: overriding BIOS provided _PSD data
[    6.955203] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10
[    6.955980] ACPI: button: Power Button [PWRB]
[    6.956794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
[    6.976355] ACPI: button: Power Button [PWRF]
[    7.109985] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    7.111511] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    7.111765] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    7.112806] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    7.114685] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    7.116555] sd 8:0:0:0: Attached scsi generic sg3 type 0
[    7.117563] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    7.119338] ccp 0000:09:00.2: enabling device (0000 -> 0002)
[    7.129660] ccp 0000:09:00.2: ccp enabled
[    7.130681] ccp 0000:21:00.2: enabling device (0000 -> 0002)
[    7.142962] ccp 0000:21:00.2: ccp enabled
[    7.143919] ccp 0000:45:00.2: enabling device (0000 -> 0002)
[    7.158735] ccp 0000:45:00.2: ccp enabled
[    7.165334] ccp 0000:61:00.2: enabling device (0000 -> 0002)
[    7.171776] input: PC Speaker as /devices/platform/pcspkr/input/input12
[    7.191760] pstore: Using crash dump compression: deflate
[    7.192543] pstore: Registered efi as persistent store backend
[    7.197101] ccp 0000:61:00.2: ccp enabled
[    7.218386] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[    7.225729] asus_wmi: ASUS WMI generic driver loaded
[    7.226698] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    7.227375] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.230135] asus_wmi: Initialization: 0x0
[    7.230933] asus_wmi: BIOS WMI version: 0.9
[    7.231707] asus_wmi: SFUN value: 0x0
[    7.232508] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    7.233738] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13
[    7.233853] cryptd: max_cpu_qlen set to 1000
[    7.273189] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    7.281751] AVX2 version of gcm_enc/dec engaged.
[    7.282980] AES CTR mode by8 optimization enabled
[    7.283338] snd_hda_intel 0000:0a:00.3: enabling device (0000 -> 0002)
[    7.285129] snd_hda_intel 0000:44:00.1: Force to non-snoop mode
[    7.291529] mc: Linux media interface: v0.10
[    7.300133] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input14
[    7.301345] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input15
[    7.302601] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input16
[    7.303937] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input17
[    7.305350] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input18
[    7.306799] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:40/0000:40:03.1/0000:42:00.0/0000:43:00.0/0000:44:00.1/sound/card1/input19
[    7.311112] videodev: Linux video capture interface: v2.00
[    7.369333] Adding 124997628k swap on /dev/mapper/nvme-swap.  Priority:-2 extents:1 across:124997628k SSFS
[    7.386975] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: commit=20. Quota mode: none.
[    7.497244] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.498019] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    7.499567] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    7.501755] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.501764] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.501766] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.501769] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    7.501771] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.501774] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    7.501776] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    7.501778] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    7.525484] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    7.529931] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.539190] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input20
[    7.542585] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input21
[    7.545144] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input22
[    7.546886] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[    7.547472] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input23
[    7.550082] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[    7.556049] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input24
[    7.558572] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input25
[    7.561112] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card0/input26
[    7.634019] [drm] amdgpu kernel modesetting enabled.
[    7.637822] amdgpu: Ignoring ACPI CRAT on non-APU system
[    7.637837] amdgpu: Virtual CRAT table created for CPU
[    7.637904] amdgpu: Topology: Add CPU node
[    7.638249] checking generic (90000000 300000) vs hw (90000000 10000000)
[    7.638255] fb0: switching to amdgpudrmfb from EFI VGA
[    7.648501] Console: switching to colour dummy device 80x25
[    7.649237] amdgpu 0000:44:00.0: vgaarb: deactivate vga console
[    7.649481] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1043:0x04E4 0xC4).
[    7.649487] amdgpu 0000:44:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    7.649502] [drm] register mmio base: 0xACA00000
[    7.649504] [drm] register mmio size: 524288
[    7.650609] [drm] add ip block number 0 <nv_common>
[    7.650611] [drm] add ip block number 1 <gmc_v10_0>
[    7.650613] [drm] add ip block number 2 <navi10_ih>
[    7.650615] [drm] add ip block number 3 <psp>
[    7.650616] [drm] add ip block number 4 <smu>
[    7.650618] [drm] add ip block number 5 <dm>
[    7.650619] [drm] add ip block number 6 <gfx_v10_0>
[    7.650621] [drm] add ip block number 7 <sdma_v5_0>
[    7.650622] [drm] add ip block number 8 <vcn_v2_0>
[    7.650623] [drm] add ip block number 9 <jpeg_v2_0>
[    7.650671] amdgpu 0000:44:00.0: No more image in the PCI ROM
[    7.650699] amdgpu 0000:44:00.0: amdgpu: Fetched VBIOS from ROM BAR
[    7.650702] amdgpu: ATOM BIOS: 115-D182PI0-100
[    7.650719] [drm] VCN decode is enabled in VM mode
[    7.650719] [drm] VCN encode is enabled in VM mode
[    7.650720] [drm] JPEG decode is enabled in VM mode
[    7.650755] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.650768] amdgpu 0000:44:00.0: BAR 2: releasing [mem 0xa0000000-0xa01fffff 64bit pref]
[    7.650772] amdgpu 0000:44:00.0: BAR 0: releasing [mem 0x90000000-0x9fffffff 64bit pref]
[    7.650788] pcieport 0000:43:00.0: BAR 15: releasing [mem 0x90000000-0xa01fffff 64bit pref]
[    7.650791] pcieport 0000:42:00.0: BAR 15: releasing [mem 0x90000000-0xa01fffff 64bit pref]
[    7.650793] pcieport 0000:40:03.1: BAR 15: releasing [mem 0x90000000-0xa01fffff 64bit pref]
[    7.650802] pcieport 0000:40:03.1: BAR 15: assigned [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650804] pcieport 0000:42:00.0: BAR 15: assigned [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650807] pcieport 0000:43:00.0: BAR 15: assigned [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650809] amdgpu 0000:44:00.0: BAR 0: assigned [mem 0x5200000000-0x53ffffffff 64bit pref]
[    7.650817] amdgpu 0000:44:00.0: BAR 2: assigned [mem 0x5100000000-0x51001fffff 64bit pref]
[    7.650825] pcieport 0000:40:03.1: PCI bridge to [bus 42-44]
[    7.650827] pcieport 0000:40:03.1:   bridge window [io  0x8000-0x8fff]
[    7.650830] pcieport 0000:40:03.1:   bridge window [mem 0xaca00000-0xacbfffff]
[    7.650833] pcieport 0000:40:03.1:   bridge window [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650836] pcieport 0000:42:00.0: PCI bridge to [bus 43-44]
[    7.650839] pcieport 0000:42:00.0:   bridge window [io  0x8000-0x8fff]
[    7.650843] pcieport 0000:42:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    7.650846] pcieport 0000:42:00.0:   bridge window [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650850] pcieport 0000:43:00.0: PCI bridge to [bus 44]
[    7.650852] pcieport 0000:43:00.0:   bridge window [io  0x8000-0x8fff]
[    7.650855] pcieport 0000:43:00.0:   bridge window [mem 0xaca00000-0xacafffff]
[    7.650858] pcieport 0000:43:00.0:   bridge window [mem 0x5100000000-0x53ffffffff 64bit pref]
[    7.650873] amdgpu 0000:44:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[    7.650876] amdgpu 0000:44:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.650878] amdgpu 0000:44:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    7.650886] [drm] Detected VRAM RAM=8176M, BAR=8192M
[    7.650888] [drm] RAM width 256bits GDDR6
[    7.650963] [drm] amdgpu: 8176M of VRAM memory ready
[    7.650964] [drm] amdgpu: 8176M of GTT memory ready.
[    7.650972] software IO TLB: Memory encryption is active and system is using DMA bounce buffers
[    7.650974] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.651088] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[    7.652363] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_sos.bin
[    7.652807] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_asd.bin
[    7.653046] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_ta.bin
[    7.653055] amdgpu 0000:44:00.0: amdgpu: PSP runtime database doesn't exist
[    7.653523] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_smc.bin
[    7.653909] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_pfp.bin
[    7.654246] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_me.bin
[    7.654468] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_ce.bin
[    7.654797] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_rlc.bin
[    7.655244] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_mec.bin
[    7.655687] amdgpu 0000:44:00.0: firmware: direct-loading firmware amdgpu/navi10_mec2.bin
[    7.656435] amdgpu 0000:44:00.0: swiotlb buffer is full (sz: 1048576 bytes), total 32768 (slots), used 180 (slots)
[    7.656447] amdgpu 0000:44:00.0: amdgpu: (-14) failed to allocate kernel bo
[    7.656450] amdgpu 0000:44:00.0: amdgpu: (-14) ring create failed
[    7.656452] amdgpu 0000:44:00.0: amdgpu: (-14) failed to init kiq ring
[    7.656455] [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* sw_init of IP block <gfx_v10_0> failed -14
[    7.656680] amdgpu 0000:44:00.0: amdgpu: amdgpu_device_ip_init failed
[    7.656683] amdgpu 0000:44:00.0: amdgpu: Fatal error during GPU init
[    7.656687] amdgpu 0000:44:00.0: amdgpu: amdgpu: finishing device.
[    7.657322] amdgpu: probe of 0000:44:00.0 failed with error -14
[    7.657440] ------------[ cut here ]------------
[    7.657443] Memory manager not clean during takedown.
[    7.657479] WARNING: CPU: 24 PID: 791 at drivers/gpu/drm/drm_mm.c:998 drm_mm_takedown+0x1f/0x30 [drm]
[    7.657507] Modules linked in: uvcvideo(+) kvm_amd(+) videobuf2_vmalloc pcc_cpufreq(-) jitterentropy_rng kvm snd_usb_audio(+) videobuf2_memops irqbypass videobuf2_v4l2 snd_usbmidi_lib amdgpu(+) snd_hda_codec_realtek nls_ascii videobuf2_common sha512_ssse3 ghash_clmulni_intel cfg80211 snd_rawmidi nls_cp437 snd_hda_codec_generic sha512_generic videodev ledtrig_audio snd_hda_codec_hdmi vfat snd_seq_device fat libarc4 mc gpu_sched aesni_intel snd_hda_intel joydev snd_intel_dspcfg crypto_simd ctr drm_ttm_helper cryptd snd_intel_sdw_acpi eeepc_wmi ttm asus_wmi drbg rapl snd_hda_codec battery ansi_cprng drm_kms_helper sparse_keymap snd_hda_core cec video ecdh_generic(+) wmi_bmof rc_core rfkill snd_hwdep pcspkr ecc efi_pstore snd_pcm evdev snd_timer mxm_wmi ccp snd sp5100_tco sg soundcore k10temp rng_core watchdog button acpi_cpufreq parport_pc ppdev lp parport drm fuse configfs sunrpc efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sd_mod hid_generic usbhid hid
[    7.657552]  dm_mod nvme ahci xhci_pci igb nvme_core libahci xhci_hcd atlantic t10_pi crc_t10dif libata crc32_pclmul i2c_algo_bit crct10dif_generic crc32c_intel macsec dca usbcore crct10dif_pclmul crct10dif_common ptp scsi_mod i2c_piix4 gpio_amdpt pps_core usb_common wmi gpio_generic
[    7.657584] CPU: 24 PID: 791 Comm: systemd-udevd Not tainted 5.14.0-1-amd64 #1  Debian 5.14.6-2
[    7.657589] Hardware name: System manufacturer System Product Name/ROG ZENITH EXTREME ALPHA, BIOS 2001 07/31/2019
[    7.657592] RIP: 0010:drm_mm_takedown+0x1f/0x30 [drm]
[    7.657613] Code: ff ff ff 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 01 c3 48 c7 c7 08 93 9c c0 e8 30 c8 73 d2 <0f> 0b c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00
[    7.657618] RSP: 0018:ffffbf9189f07bd8 EFLAGS: 00010286
[    7.657621] RAX: 0000000000000000 RBX: ffff9b2a19160000 RCX: ffff9b29bf198888
[    7.657623] RDX: 00000000ffffffd8 RSI: 0000000000000027 RDI: ffff9b29bf198880
[    7.657625] RBP: ffff9b2a19165d80 R08: 0000000000000000 R09: ffffbf9189f07a00
[    7.657627] R10: ffffbf9189f079f8 R11: ffff9b39beffffe8 R12: ffff9b2a19165d80
[    7.657629] R13: ffff9b2a19165d68 R14: ffff9b2a19165d80 R15: ffff9b1a879da364
[    7.657632] FS:  00007f0178e8a8c0(0000) GS:ffff9b29bf180000(0000) knlGS:0000000000000000
[    7.657635] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    7.657637] CR2: 00007f109594b514 CR3: 000080108bfd0000 CR4: 00000000003506e0
[    7.657640] Call Trace:
[    7.657644]  amdgpu_vram_mgr_fini+0xe0/0x150 [amdgpu]
[    7.657847]  amdgpu_ttm_fini+0x94/0x100 [amdgpu]
[    7.657996]  gmc_v10_0_sw_fini+0x26/0x30 [amdgpu]
[    7.658156]  amdgpu_device_fini_sw+0xb6/0x2d0 [amdgpu]
[    7.658303]  amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[    7.658449]  devm_drm_dev_init_release+0x3d/0x60 [drm]
[    7.658471]  release_nodes+0x38/0xa0
[    7.658478]  devres_release_all+0x8b/0xc0
[    7.658481]  really_probe+0x100/0x3f0
[    7.658486]  __driver_probe_device+0xfe/0x180
[    7.658488]  driver_probe_device+0x1e/0x90
[    7.658491]  __driver_attach+0xc0/0x1c0
[    7.658494]  ? __device_attach_driver+0xe0/0xe0
[    7.658497]  ? __device_attach_driver+0xe0/0xe0
[    7.658500]  bus_for_each_dev+0x78/0xc0
[    7.658502]  bus_add_driver+0x12b/0x1e0
[    7.658505]  driver_register+0x8f/0xe0
[    7.658508]  ? 0xffffffffc17b8000
[    7.658510]  do_one_initcall+0x44/0x1d0
[    7.658516]  ? __cond_resched+0x16/0x40
[    7.658520]  ? kmem_cache_alloc_trace+0x29b/0x3c0
[    7.658525]  do_init_module+0x5c/0x270
[    7.658531]  __do_sys_finit_module+0xae/0x110
[    7.658534]  do_syscall_64+0x3b/0xc0
[    7.658539]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    7.658543] RIP: 0033:0x7f01793415e9
[    7.658546] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 4f 58 0c 00 f7 d8 64 89 01 48
[    7.658550] RSP: 002b:00007ffed84a7bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    7.658554] RAX: ffffffffffffffda RBX: 0000559a2e531980 RCX: 00007f01793415e9
[    7.658556] RDX: 0000000000000000 RSI: 00007f01794dceed RDI: 0000000000000014
[    7.658558] RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffed84a7ce0
[    7.658560] R10: 0000000000000014 R11: 0000000000000246 R12: 00007f01794dceed
[    7.658562] R13: 0000000000000000 R14: 0000559a2e54a410 R15: 0000559a2e531980
[    7.658565] ---[ end trace cfc9c1f44c2e3de2 ]---
[    7.658567] ------------[ cut here ]------------
[    7.658568] Memory manager not clean during takedown.
[    7.658582] WARNING: CPU: 24 PID: 791 at drivers/gpu/drm/drm_mm.c:998 drm_mm_takedown+0x1f/0x30 [drm]
[    7.658604] Modules linked in: uvcvideo(+) kvm_amd(+) videobuf2_vmalloc pcc_cpufreq(-) jitterentropy_rng kvm snd_usb_audio(+) videobuf2_memops irqbypass videobuf2_v4l2 snd_usbmidi_lib amdgpu(+) snd_hda_codec_realtek nls_ascii videobuf2_common sha512_ssse3 ghash_clmulni_intel cfg80211 snd_rawmidi nls_cp437 snd_hda_codec_generic sha512_generic videodev ledtrig_audio snd_hda_codec_hdmi vfat snd_seq_device fat libarc4 mc gpu_sched aesni_intel snd_hda_intel joydev snd_intel_dspcfg crypto_simd ctr drm_ttm_helper cryptd snd_intel_sdw_acpi eeepc_wmi ttm asus_wmi drbg rapl snd_hda_codec battery ansi_cprng drm_kms_helper sparse_keymap snd_hda_core cec video ecdh_generic(+) wmi_bmof rc_core rfkill snd_hwdep pcspkr ecc efi_pstore snd_pcm evdev snd_timer mxm_wmi ccp snd sp5100_tco sg soundcore k10temp rng_core watchdog button acpi_cpufreq parport_pc ppdev lp parport drm fuse configfs sunrpc efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sd_mod hid_generic usbhid hid
[    7.658640]  dm_mod nvme ahci xhci_pci igb nvme_core libahci xhci_hcd atlantic t10_pi crc_t10dif libata crc32_pclmul i2c_algo_bit crct10dif_generic crc32c_intel macsec dca usbcore crct10dif_pclmul crct10dif_common ptp scsi_mod i2c_piix4 gpio_amdpt pps_core usb_common wmi gpio_generic
[    7.658665] CPU: 24 PID: 791 Comm: systemd-udevd Tainted: G        W         5.14.0-1-amd64 #1  Debian 5.14.6-2
[    7.658669] Hardware name: System manufacturer System Product Name/ROG ZENITH EXTREME ALPHA, BIOS 2001 07/31/2019
[    7.658671] RIP: 0010:drm_mm_takedown+0x1f/0x30 [drm]
[    7.658693] Code: ff ff ff 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 01 c3 48 c7 c7 08 93 9c c0 e8 30 c8 73 d2 <0f> 0b c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00
[    7.658697] RSP: 0018:ffffbf9189f07bf0 EFLAGS: 00010286
[    7.658699] RAX: 0000000000000000 RBX: ffff9b2a19160000 RCX: ffff9b29bf198888
[    7.658701] RDX: 00000000ffffffd8 RSI: 0000000000000027 RDI: ffff9b29bf198880
[    7.658703] RBP: ffff9b2a19165ef8 R08: 0000000000000000 R09: ffffbf9189f07a18
[    7.658705] R10: ffffbf9189f07a10 R11: ffff9b39beffffe8 R12: ffff9b2a19175580
[    7.658707] R13: ffff9b2a19176230 R14: ffff9b1a879da368 R15: ffff9b1a879da364
[    7.658709] FS:  00007f0178e8a8c0(0000) GS:ffff9b29bf180000(0000) knlGS:0000000000000000
[    7.658712] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    7.658714] CR2: 00007f109594b514 CR3: 000080108bfd0000 CR4: 00000000003506e0
[    7.658716] Call Trace:
[    7.658717]  amdgpu_gtt_mgr_fini+0x79/0xe0 [amdgpu]
[    7.658870]  amdgpu_ttm_fini+0x9c/0x100 [amdgpu]
[    7.659018]  gmc_v10_0_sw_fini+0x26/0x30 [amdgpu]
[    7.659176]  amdgpu_device_fini_sw+0xb6/0x2d0 [amdgpu]
[    7.659345] kvm: Nested Virtualization enabled
[    7.659351] SVM: kvm: Nested Paging enabled
[    7.659354] SEV supported: 15 ASIDs
[    7.659322]  amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[    7.659469] SVM: Virtual VMLOAD VMSAVE supported
[    7.659474] SVM: Virtual GIF supported
[    7.659471]  devm_drm_dev_init_release+0x3d/0x60 [drm]
[    7.659494]  release_nodes+0x38/0xa0
[    7.659498]  devres_release_all+0x8b/0xc0
[    7.659501]  really_probe+0x100/0x3f0
[    7.659503]  __driver_probe_device+0xfe/0x180
[    7.659507]  driver_probe_device+0x1e/0x90
[    7.659509]  __driver_attach+0xc0/0x1c0
[    7.659514]  ? __device_attach_driver+0xe0/0xe0
[    7.659516]  ? __device_attach_driver+0xe0/0xe0
[    7.659519]  bus_for_each_dev+0x78/0xc0
[    7.659521]  bus_add_driver+0x12b/0x1e0
[    7.659524]  driver_register+0x8f/0xe0
[    7.659528]  ? 0xffffffffc17b8000
[    7.659530]  do_one_initcall+0x44/0x1d0
[    7.659533]  ? __cond_resched+0x16/0x40
[    7.659535]  ? kmem_cache_alloc_trace+0x29b/0x3c0
[    7.659538]  do_init_module+0x5c/0x270
[    7.659541]  __do_sys_finit_module+0xae/0x110
[    7.659545]  do_syscall_64+0x3b/0xc0
[    7.659548]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    7.659551] RIP: 0033:0x7f01793415e9
[    7.659553] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 4f 58 0c 00 f7 d8 64 89 01 48
[    7.659558] RSP: 002b:00007ffed84a7bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    7.659561] RAX: ffffffffffffffda RBX: 0000559a2e531980 RCX: 00007f01793415e9
[    7.659563] RDX: 0000000000000000 RSI: 00007f01794dceed RDI: 0000000000000014
[    7.659565] RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffed84a7ce0
[    7.659567] R10: 0000000000000014 R11: 0000000000000246 R12: 00007f01794dceed
[    7.659569] R13: 0000000000000000 R14: 0000559a2e54a410 R15: 0000559a2e531980
[    7.659572] ---[ end trace cfc9c1f44c2e3de3 ]---
[    7.659641] [drm] amdgpu: ttm finalized
[    7.690648] Bluetooth: Core ver 2.22
[    7.690696] NET: Registered PF_BLUETOOTH protocol family
[    7.690699] Bluetooth: HCI device and connection manager initialized
[    7.690708] Bluetooth: HCI socket layer initialized
[    7.690712] Bluetooth: L2CAP socket layer initialized
[    7.690718] Bluetooth: SCO socket layer initialized
[    7.754347] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.754651] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.780266] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.780311] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.804429] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.804480] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.826989] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: commit=20. Quota mode: none.
[    7.840545] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.840649] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.866101] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: commit=20. Quota mode: none.
[    7.872306] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.872368] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.887766] audit: type=1400 audit(1632416375.787:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1429 comm="apparmor_parser"
[    7.888062] audit: type=1400 audit(1632416375.787:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1431 comm="apparmor_parser"
[    7.888078] audit: type=1400 audit(1632416375.787:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1422 comm="apparmor_parser"
[    7.888324] audit: type=1400 audit(1632416375.791:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1428 comm="apparmor_parser"
[    7.888779] audit: type=1400 audit(1632416375.791:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1426 comm="apparmor_parser"
[    7.888789] audit: type=1400 audit(1632416375.791:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1426 comm="apparmor_parser"
[    7.888797] audit: type=1400 audit(1632416375.791:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1426 comm="apparmor_parser"
[    7.888988] audit: type=1400 audit(1632416375.791:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1423 comm="apparmor_parser"
[    7.889000] audit: type=1400 audit(1632416375.791:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1423 comm="apparmor_parser"
[    7.889211] audit: type=1400 audit(1632416375.791:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1433 comm="apparmor_parser"
[    7.904369] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.904407] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.943611] usb 9-4.1: set resolution quirk: cval->res = 384
[    7.943763] usbcore: registered new interface driver snd-usb-audio
[    7.943858] usb 9-4.1: Found UVC 1.00 device HD Webcam C525 (046d:0826)
[    7.976590] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    7.976655] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    7.984774] input: HD Webcam C525 as /devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb9/9-4/9-4.1/9-4.1:1.2/input/input27
[    7.984855] usbcore: registered new interface driver uvcvideo
[    8.452461] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.452530] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.484311] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.484363] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.508439] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.508495] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.528684] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.528734] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.556421] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.556475] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.606838] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.606925] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.683549] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.684455] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.716191] intel_rapl_common: Found RAPL domain package
[    8.716207] intel_rapl_common: Found RAPL domain core
[    8.716261] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.716362] intel_rapl_common: Found RAPL domain package
[    8.716372] intel_rapl_common: Found RAPL domain core
[    8.716540] intel_rapl_common: Found RAPL domain package
[    8.716551] intel_rapl_common: Found RAPL domain core
[    8.716724] intel_rapl_common: Found RAPL domain package
[    8.716734] intel_rapl_common: Found RAPL domain core
[    8.766875] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.800218] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.800270] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.815249] usbcore: registered new interface driver btusb
[    8.820104] Bluetooth: hci0: Firmware revision 0.1 build 6 week 12 2021
[    8.826218] bluetooth hci0: firmware: direct-loading firmware intel/ibt-18-16-1.sfi
[    8.826227] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi
[    8.826239] Bluetooth: hci0: Boot Address: 0x40800
[    8.826242] Bluetooth: hci0: Firmware Version: 6-12.21
[    8.826244] Bluetooth: hci0: Firmware already loaded
[    8.914613] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.915857] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.916703] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.916719] Bluetooth: BNEP filters: protocol multicast
[    8.916732] Bluetooth: BNEP socket layer initialized
[    8.953005] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.953314] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    8.984552] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    8.984632] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.012446] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.012511] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.052695] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.052779] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.092655] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.092735] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.112376] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.112433] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.184333] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.234891] NET: Registered PF_ALG protocol family
[    9.236184] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.292576] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.293300] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.356401] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.356506] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.372474] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.372544] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.388248] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.388316] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.420343] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.420439] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.444232] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.444281] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.480801] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.480857] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.512478] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.512555] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.524630] usb 9-4.2: reset high-speed USB device number 4 using xhci_hcd
[    9.560637] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.560711] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.588710] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.588777] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.624157] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.624229] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.650968] mt76x2u 9-4.2:1.0: ASIC revision: 76320044
[    9.656134] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.656182] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.689176] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.689245] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.749596] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.749669] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.788380] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.788432] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.804772] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.805739] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.840429] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.840500] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.872841] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.872933] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.937442] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.937519] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.968599] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.968673] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[    9.988320] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[    9.988381] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[   10.012631] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[   10.012690] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[   10.044798] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[   10.081564] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[   10.113016] amd64_edac: Unknown symbol amd_unregister_ecc_decoder (err -2)
[   10.113080] amd64_edac: Unknown symbol amd_register_ecc_decoder (err -2)
[   10.956125] mt76x2u 9-4.2:1.0: could not get hardware semaphore for ROM PATCH
[   11.464597] igb 0000:03:00.0 eth1g: igb: eth1g NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   11.572381] IPv6: ADDRCONF(NETDEV_CHANGE): eth1g: link becomes ready
[   11.610856] mt76x2u 9-4.2:1.0: MAC RX failed to stop
[   11.624481] mt76x2u: probe of 9-4.2:1.0 failed with error -110
[   11.624533] usbcore: registered new interface driver mt76x2u
[   12.890196] atlantic 0000:07:00.0 eth10g: atlantic: link change old 0 new 1000
[   12.890271] IPv6: ADDRCONF(NETDEV_CHANGE): eth10g: link becomes ready
[   61.899564] usb 9-4.1: reset high-speed USB device number 3 using xhci_hcd

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 2001
board_vendor: ASUSTeK COMPUTER INC.
board_name: ROG ZENITH EXTREME ALPHA
board_version: Rev 1.xx

** Loaded modules:
cmac
algif_hash
algif_skcipher
af_alg
bnep
overlay
mt76x2u
intel_rapl_msr
binfmt_misc
intel_rapl_common
btusb
mt76x2_common
btrtl
mt76x02_usb
btbcm
btintel
mt76_usb
mt76x02_lib
bluetooth
mt76
amdgpu
snd_hda_codec_realtek
kvm_amd
gpu_sched
mac80211
nls_ascii
kvm
nls_cp437
uvcvideo
videobuf2_vmalloc
vfat
videobuf2_memops
irqbypass
fat
videobuf2_v4l2
jitterentropy_rng
snd_hda_codec_generic
drm_ttm_helper
snd_usb_audio
ledtrig_audio
snd_hda_codec_hdmi
ghash_clmulni_intel
ttm
joydev
videobuf2_common
sha512_ssse3
snd_usbmidi_lib
snd_hda_intel
cfg80211
sha512_generic
snd_intel_dspcfg
snd_rawmidi
videodev
snd_intel_sdw_acpi
snd_seq_device
ctr
eeepc_wmi
libarc4
mc
snd_hda_codec
aesni_intel
drm_kms_helper
drbg
asus_wmi
battery
ansi_cprng
crypto_simd
snd_hda_core
sparse_keymap
cec
ecdh_generic
cryptd
rfkill
snd_hwdep
video
rc_core
rapl
wmi_bmof
ecc
snd_pcm
evdev
efi_pstore
pcspkr
snd_timer
mxm_wmi
snd
sg
ccp
soundcore
sp5100_tco
rng_core
k10temp
watchdog
button
acpi_cpufreq
parport_pc
ppdev
lp
parport
drm
fuse
configfs
sunrpc
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
sd_mod
hid_generic
usbhid
hid
dm_mod
ahci
nvme
libahci
xhci_pci
igb
nvme_core
atlantic
xhci_hcd
libata
t10_pi
crc_t10dif
crc32_pclmul
i2c_algo_bit
crct10dif_generic
crc32c_intel
macsec
dca
crct10dif_pclmul
usbcore
ptp
crct10dif_common
scsi_mod
gpio_amdpt
i2c_piix4
pps_core
usb_common
wmi
gpio_generic

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Root Complex [1043:8761]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin ? routed to IRQ 28
	NUMA node: 0
	Capabilities: <access denied>

00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 0

00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 29
	NUMA node: 0
	IOMMU group: 1
	Bus: primary=00, secondary=01, subordinate=06, sec-latency=0
	I/O behind bridge: 00001000-00002fff [size=8K]
	Memory behind bridge: fd200000-fd5fffff [size=4M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 30
	NUMA node: 0
	IOMMU group: 2
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fcc00000-fd0fffff [size=5M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 31
	NUMA node: 0
	IOMMU group: 3
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fda00000-fdafffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	DeviceName:  Onboard IGD
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 4

00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 5

00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 6

00:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 7

00:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 32
	NUMA node: 0
	IOMMU group: 8
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fd600000-fd8fffff [size=3M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 9

00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 34
	NUMA node: 0
	IOMMU group: 10
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fd900000-fd9fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 59)
	Subsystem: ASUSTeK Computer Inc. FCH SMBus Controller [1043:8761]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 11
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
	Subsystem: ASUSTeK Computer Inc. FCH LPC Bridge [1043:8761]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	IOMMU group: 11

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 12

00:19.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
	DeviceName:  Onboard LAN
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:19.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:19.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 13

00:1a.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:1a.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1a.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 14

00:1b.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:1b.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

00:1b.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 15

01:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset USB 3.1 xHCI Controller [1022:43ba] (rev 02) (prog-if 30 [XHCI])
	Subsystem: ASMedia Technology Inc. X399 Series Chipset USB 3.1 xHCI Controller [1b21:1142]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 39
	NUMA node: 0
	IOMMU group: 16
	Region 0: Memory at fd5a0000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

01:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset SATA Controller [1022:43b6] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: ASMedia Technology Inc. X399 Series Chipset SATA Controller [1b21:1062]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 116
	NUMA node: 0
	IOMMU group: 16
	Region 5: Memory at fd580000 (32-bit, non-prefetchable) [size=128K]
	Expansion ROM at fd500000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

01:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset PCIe Bridge [1022:43b1] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 35
	NUMA node: 0
	IOMMU group: 16
	Bus: primary=01, secondary=02, subordinate=06, sec-latency=0
	I/O behind bridge: 00001000-00002fff [size=8K]
	Memory behind bridge: fd200000-fd4fffff [size=3M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 36
	NUMA node: 0
	IOMMU group: 16
	Bus: primary=02, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: fd400000-fd4fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:03.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 38
	NUMA node: 0
	IOMMU group: 16
	Bus: primary=02, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: fd300000-fd3fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 40
	NUMA node: 0
	IOMMU group: 16
	Bus: primary=02, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	NUMA node: 0
	IOMMU group: 16
	Bus: primary=02, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fd200000-fd2fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

03:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
	Subsystem: ASUSTeK Computer Inc. I211 Gigabit Network Connection [1043:85f0]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	NUMA node: 0
	IOMMU group: 16
	Region 0: Memory at fd400000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 2000 [size=32]
	Region 3: Memory at fd420000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: igb
	Kernel modules: igb

04:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. ASM1062 Serial ATA Controller [1043:858d]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 125
	NUMA node: 0
	IOMMU group: 16
	Region 0: I/O ports at 1050 [size=8]
	Region 1: I/O ports at 1040 [size=4]
	Region 2: I/O ports at 1030 [size=8]
	Region 3: I/O ports at 1020 [size=4]
	Region 4: I/O ports at 1000 [size=32]
	Region 5: Memory at fd300000 (32-bit, non-prefetchable) [size=512]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

06:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller [1b21:2142] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. ASM2142 USB 3.1 Host Controller [1043:8756]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 25
	NUMA node: 0
	IOMMU group: 16
	Region 0: Memory at fd200000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

07:00.0 Ethernet controller [0200]: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] [1d6a:07b1] (rev 02)
	Subsystem: ASUSTeK Computer Inc. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] [1043:8757]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 58
	NUMA node: 0
	IOMMU group: 17
	Region 0: Memory at fd040000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at fd050000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at fcc00000 (64-bit, non-prefetchable) [size=4M]
	Expansion ROM at fd000000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: atlantic
	Kernel modules: atlantic

08:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller [1b21:2142] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. ASM2142 USB 3.1 Host Controller [1043:8756]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 33
	NUMA node: 0
	IOMMU group: 18
	Region 0: Memory at fda00000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

09:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 19
	Capabilities: <access denied>

09:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 156
	NUMA node: 0
	IOMMU group: 20
	Region 2: Memory at fd700000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at fd800000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

09:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller [1022:145f] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Zeppelin USB 3.0 Host controller [1043:8761]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 138
	NUMA node: 0
	IOMMU group: 21
	Region 0: Memory at fd600000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

0a:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	IOMMU group: 22
	Capabilities: <access denied>

0a:00.2 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 51) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. FCH SATA Controller [AHCI mode] [1043:8761]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 127
	NUMA node: 0
	IOMMU group: 23
	Region 5: Memory at fd908000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

0a:00.3 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller [1022:1457]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) HD Audio Controller [1043:8765]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 169
	NUMA node: 0
	IOMMU group: 24
	Region 0: Memory at fd900000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

20:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Root Complex [1043:8761]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: <access denied>

20:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 43
	NUMA node: 1
	Bus: primary=20, secondary=21, subordinate=21, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: fa000000-fa1fffff [size=2M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

20:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

20:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	NUMA node: 1
	Bus: primary=20, secondary=22, subordinate=22, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

21:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: <access denied>

21:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 159
	NUMA node: 1
	Region 2: Memory at fa000000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at fa100000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

22:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: <access denied>

40:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Root Complex [1043:8761]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2
	Capabilities: <access denied>

40:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 46
	NUMA node: 2
	Bus: primary=40, secondary=41, subordinate=41, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: acd00000-acdfffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 47
	NUMA node: 2
	Bus: primary=40, secondary=42, subordinate=44, sec-latency=0
	I/O behind bridge: 00008000-00008fff [size=4K]
	Memory behind bridge: aca00000-acbfffff [size=2M]
	Prefetchable memory behind bridge: 0000005100000000-00000053ffffffff [size=12G]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	NUMA node: 2
	Bus: primary=40, secondary=45, subordinate=45, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: ac700000-ac9fffff [size=3M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2

40:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 50
	NUMA node: 2
	Bus: primary=40, secondary=46, subordinate=46, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: acc00000-accfffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

41:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808] (prog-if 02 [NVM Express])
	Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a801]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 69
	NUMA node: 2
	Region 0: Memory at acd00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: nvme
	Kernel modules: nvme

42:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch [1002:1478] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 52
	NUMA node: 2
	Region 0: Memory at acb00000 (32-bit, non-prefetchable) [size=16K]
	Bus: primary=42, secondary=43, subordinate=44, sec-latency=0
	I/O behind bridge: 00008000-00008fff [size=4K]
	Memory behind bridge: aca00000-acafffff [size=1M]
	Prefetchable memory behind bridge: 0000005100000000-00000053ffffffff [size=12G]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

43:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch [1002:1479] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 53
	NUMA node: 2
	Bus: primary=43, secondary=44, subordinate=44, sec-latency=0
	I/O behind bridge: 00008000-00008fff [size=4K]
	Memory behind bridge: aca00000-acafffff [size=1M]
	Prefetchable memory behind bridge: 0000005100000000-00000053ffffffff [size=12G]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

44:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] [1002:731f] (rev c4) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] [1043:04e4]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 51
	NUMA node: 2
	Region 0: Memory at 5200000000 (64-bit, prefetchable) [size=8G]
	Region 2: Memory at 5100000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at 8000 [size=256]
	Region 5: Memory at aca00000 (32-bit, non-prefetchable) [size=512K]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel modules: amdgpu

44:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio [1002:ab38]
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio [1002:ab38]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 171
	NUMA node: 2
	Region 0: Memory at acaa0000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

45:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2
	Capabilities: <access denied>

45:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 162
	NUMA node: 2
	Region 2: Memory at ac800000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at ac900000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

45:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller [1022:145f] (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller [1022:145c]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 147
	NUMA node: 2
	Region 0: Memory at ac700000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

46:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 2
	Capabilities: <access denied>

46:00.2 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 51) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. FCH SATA Controller [AHCI mode] [1043:8761]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 129
	NUMA node: 2
	Region 5: Memory at acc00000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

60:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Root Complex [1043:8761]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3
	Capabilities: <access denied>

60:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 55
	NUMA node: 3
	Bus: primary=60, secondary=61, subordinate=61, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 82000000-821fffff [size=2M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

60:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3

60:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 57
	NUMA node: 3
	Bus: primary=60, secondary=62, subordinate=62, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

61:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3
	Capabilities: <access denied>

61:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 165
	NUMA node: 3
	Region 2: Memory at 82000000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at 82100000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

62:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 3
	Capabilities: <access denied>


** USB devices:
Bus 009 Device 006: ID 1532:0037 Razer USA, Ltd DeathAdder 2013
Bus 009 Device 005: ID 04d9:a231 Holtek Semiconductor, Inc. USB-HID Keyboard
Bus 009 Device 004: ID 045e:02e6 Microsoft Corp. Wireless XBox Controller Dongle
Bus 009 Device 003: ID 046d:0826 Logitech, Inc. HD Webcam C525
Bus 009 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 002: ID 05e3:0626 Genesys Logic, Inc. USB3.1 Hub
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth Adapter
Bus 001 Device 003: ID 0b05:1872 ASUSTek Computer, Inc. AURA LED Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.14.0-1-amd64 (SMP w/48 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-5.14.0-1-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.140
ii  kmod                                    29-1
ii  linux-base                              4.6

Versions of packages linux-image-5.14.0-1-amd64 recommends:
ii  apparmor             3.0.3-2
ii  firmware-linux-free  20200122-1

Versions of packages linux-image-5.14.0-1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.04-20
pn  linux-doc-5.14          <none>

Versions of packages linux-image-5.14.0-1-amd64 is related to:
ii  firmware-amd-graphics     20210818-1
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
ii  firmware-iwlwifi          20210818-1
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20210818-1
ii  firmware-misc-nonfree     20210818-1
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 5.14.9-2
Done: Salvatore Bonaccorso <carnil@debian.org>

We believe that the bug you reported is fixed in the latest version of
linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 994453@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <carnil@debian.org> (supplier of updated linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 03 Oct 2021 22:14:52 +0200
Source: linux
Architecture: source
Version: 5.14.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <carnil@debian.org>
Closes: 994453
Changes:
 linux (5.14.9-2) unstable; urgency=medium
 .
   * [amd64] Unset AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT.
     Do not activate AMD Secure Memory Encryption (SME) by default, until
     AMDGPU related incompatibilities are fixed. (Closes: #994453)
Checksums-Sha1:
 f36f2e975eee8f167b6fecaed92c828a2dbb39f6 191796 linux_5.14.9-2.dsc
 aca238a6c6105bf8a555f5d83547d70857aa7971 1410648 linux_5.14.9-2.debian.tar.xz
 16a2ad8029fb9a424c13e6d83620861cb5ab39c9 6295 linux_5.14.9-2_source.buildinfo
Checksums-Sha256:
 e7550a3454c590d0440ab48ccd29aaa943ffbce55b0d8ac33b00acfc95bd6ac8 191796 linux_5.14.9-2.dsc
 a3a6d69fd1420c3f3d0896dda6ca5a951793e56a328c9b180095b646eb6a50b0 1410648 linux_5.14.9-2.debian.tar.xz
 d3647bc0f1cddead1df41c176aad1b2543aecacb5f255fe7fa30d829885b95eb 6295 linux_5.14.9-2_source.buildinfo
Files:
 83592a6b32b8c724f0e09f63508354e3 191796 kernel optional linux_5.14.9-2.dsc
 e2dfc8dc3db92df42795edfe448cdb67 1410648 kernel optional linux_5.14.9-2.debian.tar.xz
 17a2f603f69cf32cba09a320f991b246 6295 kernel optional linux_5.14.9-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmFaD8FfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E2LMP/2qs5iX70F5enwek6sJA8Y9tCoAlXi3d
LViYp9PHTX4dQX/kF2A97op5hqzuK2eZZ17wjD5aSRNnxtIQOP2r4s+viq1/zahx
+dVJqOpePCDLFAhA5qONvBoNCVRJm0YpwyJr5MpbBU8j0TCYGTS7700qTfwLUxrI
0/Y9EFQ7eah7+GLTe99i10TjBay/x2cuJAGyVfFLftnC+kob6qkgHZTT+wcYTay+
5rJLSLxcjdhOvHFL5ZL/77JZCAhif/doks6jEkXSgX0TIFRyyjjC1a66QWomv4Qi
Mp37jSMkegP/BCy04viRXVA4lmds9Tx8XiTlQD6LfHiOPqT20h4joa+UEBEV/iqv
3d6zdRm/Cq3VlSyVVULc6qC7BTV8t89FOq2X50MbBZvqvLGbzv0CtO+8zX2VB2SN
5wKx+9uCU7TI118oPPbORkFlzz7mlNHxUrjSEOY/gi0S6rQpudU+P/H/t+t1c9Ye
UAODaFjoYzSS9XZd2C50uppsgavLBOuRgsMhrdMhtBVves+cbGLhl3aR04rDMNun
r8Czu3Ix3vACRbiZEmyUD28daKXcFwMd0Twrcnhns35d0RsQB257vUWKnFowTEBB
2DKkM8rS4KBJywJ2mHMhIt7NYN4oKzGOEbjD5RqpkdLjp/UjZOmrmbbHa33knScM
apCvo9fVTu8Y
=iHF7
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: