Linux warns `sysfb: VRAM smaller than advertised` when using kexec

From: Paul Menzel
Date: Mon Mar 04 2024 - 11:09:39 EST


Dear Linux folks,


Rebooting a the AMD server Supermicro AS-2023US-TR4/H11DSU-iN, BIOS 1.3 01/30/2020 with kexec from Linux 5.15.86 to Linux 6.6.12, Linux 6.6.12 prints the warning below.

$ dmesg --level alert,crit,err,warn # below are all warnings
[ 15.102627] sysfb: VRAM smaller than advertised
[ 24.444136] ipmi_si dmi-ipmi-si.0: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 53.213763] systemd[1749]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set

On an identical server reboot *without* kexec that means going through the firmware, Linux does not warn about this.

With kexec:

[ 15.064652] PCI: Using ACPI for IRQ routing
[ 15.077994] PCI: pci_cache_line_size set to 64 bytes
[ 15.078760] e820: reserve RAM buffer [mem 0x75db0000-0x77ffffff]
[ 15.078768] e820: reserve RAM buffer [mem 0xc6699000-0xc7ffffff]
[ 15.078774] e820: reserve RAM buffer [mem 0xc9cf5000-0xcbffffff]
[ 15.078780] e820: reserve RAM buffer [mem 0xc9e1c000-0xcbffffff]
[ 15.078785] e820: reserve RAM buffer [mem 0x202f380000-0x202fffffff]
[ 15.078791] e820: reserve RAM buffer [mem 0x402ff80000-0x402fffffff]
[ 15.078796] e820: reserve RAM buffer [mem 0x602ff80000-0x602fffffff]
[ 15.078801] e820: reserve RAM buffer [mem 0x802ff80000-0x802fffffff]
[ 15.078806] e820: reserve RAM buffer [mem 0xa02ff80000-0xa02fffffff]
[ 15.078811] e820: reserve RAM buffer [mem 0xc02ff80000-0xc02fffffff]
[ 15.078816] e820: reserve RAM buffer [mem 0xe02ff80000-0xe02fffffff]
[ 15.078822] e820: reserve RAM buffer [mem 0x1002ff80000-0x1002fffffff]
[ 15.079596] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 15.080505] pci 0000:06:00.0: vgaarb: bridge control possible
[ 15.080505] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 15.099586] vgaarb: loaded
[ 15.102627] sysfb: VRAM smaller than advertised
[ 15.107626] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 15.112508] hpet0: 3 comparators, 32-bit 14.318180 MHz counter

Without kexec:

[ 4.794671] PCI: Using ACPI for IRQ routing
[ 4.807791] PCI: pci_cache_line_size set to 64 bytes
[ 4.808411] e820: reserve RAM buffer [mem 0x75db0000-0x77ffffff]
[ 4.808415] e820: reserve RAM buffer [mem 0xc6580000-0xc7ffffff]
[ 4.808417] e820: reserve RAM buffer [mem 0xc9cf9000-0xcbffffff]
[ 4.808420] e820: reserve RAM buffer [mem 0xc9e20000-0xcbffffff]
[ 4.808423] e820: reserve RAM buffer [mem 0x202f380000-0x202fffffff]
[ 4.808425] e820: reserve RAM buffer [mem 0x402ff80000-0x402fffffff]
[ 4.808428] e820: reserve RAM buffer [mem 0x602ff80000-0x602fffffff]
[ 4.808430] e820: reserve RAM buffer [mem 0x802ff80000-0x802fffffff]
[ 4.808432] e820: reserve RAM buffer [mem 0xa02ff80000-0xa02fffffff]
[ 4.808434] e820: reserve RAM buffer [mem 0xc02ff80000-0xc02fffffff]
[ 4.808437] e820: reserve RAM buffer [mem 0xe02ff80000-0xe02fffffff]
[ 4.808439] e820: reserve RAM buffer [mem 0x1002ff80000-0x1002fffffff]
[ 4.808650] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 4.809523] pci 0000:06:00.0: vgaarb: bridge control possible
[ 4.809523] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 4.828561] vgaarb: loaded
[ 4.831626] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 4.836526] hpet0: 3 comparators, 32-bit 14.318180 MHz counter

Only the start of the RAM buffer sizes differ a little: With the t removed, wdiff shows:

e820: reserve RAM buffer [mem [-0xc6699000-] {+0xc6580000+} 0xc7ffffff]
e820: reserve RAM buffer [mem [-0xc9cf5000-] {+0xc9cf9000+} 0xcbffffff]
e820: reserve RAM buffer [mem [-0xc9e1c000-] {+0xc9e20000+} 0xcbffffff]

Please find the output of `dmesg` attached.


Kind regards,

Paul[ 0.000000] Linux version 6.6.12.mx64.461 (root@xxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_DYNAMIC Thu Jan 18 10:47:08 CET 2024
[ 0.000000] Command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075daffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075db0000-0x0000000075ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x00000000c9cf4fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9cf5000-0x00000000c9d69fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c9d6a000-0x00000000c9e1bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9e1c000-0x00000000ca1a8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ca1a9000-0x00000000cacd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cacd6000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cc000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dcb00000-0x00000000dcc7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dccf0000-0x00000000dccf0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df100000-0x00000000df27ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df2f0000-0x00000000df2f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1e00000-0x00000000e1f7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1ff0000-0x00000000e1ff0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e4400000-0x00000000e457ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e45f0000-0x00000000e45f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e6a00000-0x00000000e6b7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e6bf0000-0x00000000e6bf0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e9000000-0x00000000e917ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e91f0000-0x00000000e91f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb600000-0x00000000eb77ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb7f0000-0x00000000eb7f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ebf00000-0x00000000ebf7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ebff0000-0x00000000ebff0fff] 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 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-0x00000000fedc5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000202f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000202f380000-0x000000202fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000002030000000-0x000000402ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000402ff80000-0x000000402fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000004030000000-0x000000602ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000602ff80000-0x000000602fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000006030000000-0x000000802ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000802ff80000-0x000000802fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000008030000000-0x000000a02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000a02ff80000-0x000000a02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000a030000000-0x000000c02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000c02ff80000-0x000000c02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000c030000000-0x000000e02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000e02ff80000-0x000000e02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000e030000000-0x000000fcffffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000fdffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fe00000000-0x000001002ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000001002ff80000-0x000001002fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x00100000-0x0010006f] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000100-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000075daffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075db0000-0x0000000075ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000076000000-0x00000000c9cf4fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000c9cf5000-0x00000000c9d69fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000c9d6a000-0x00000000c9e1bfff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000c9e1c000-0x00000000ca1a8fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000ca1a9000-0x00000000cacd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000cacd6000-0x00000000cbffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000cc000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000dcb00000-0x00000000dcc7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000dccf0000-0x00000000dccf0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000df100000-0x00000000df27ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000df2f0000-0x00000000df2f0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e1e00000-0x00000000e1f7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e1ff0000-0x00000000e1ff0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e4400000-0x00000000e457ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e45f0000-0x00000000e45f0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e6a00000-0x00000000e6b7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e6bf0000-0x00000000e6bf0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e9000000-0x00000000e917ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e91f0000-0x00000000e91f0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000eb600000-0x00000000eb77ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000eb7f0000-0x00000000eb7f0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ebf00000-0x00000000ebf7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ebff0000-0x00000000ebff0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000202f37ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000202f380000-0x000000202fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000002030000000-0x000000402ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000402ff80000-0x000000402fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000004030000000-0x000000602ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000602ff80000-0x000000602fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000006030000000-0x000000802ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000802ff80000-0x000000802fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000008030000000-0x000000a02ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000a02ff80000-0x000000a02fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000a030000000-0x000000c02ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000c02ff80000-0x000000c02fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000c030000000-0x000000e02ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000e02ff80000-0x000000e02fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000e030000000-0x000000fcffffffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000fdffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000fe00000000-0x000001002ff7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000001002ff80000-0x000001002fffffff] reserved
[ 0.000000] efi: EFI v2.6 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xc9e1c000 ACPI=0xc9e1c000 SMBIOS=0xcab35000 SMBIOS 3.0=0xcab34000 MEMATTR=0xc6173018 ESRT=0xc6699818
[ 0.000000] efi: Remove mem00: MMIO range=[0xe9000000-0xe917ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe9000000-0xe917ffff] reserved
[ 0.000000] efi: Not removing mem01: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Remove mem02: MMIO range=[0xdf100000-0xdf27ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xdf100000-0xdf27ffff] reserved
[ 0.000000] efi: Remove mem03: MMIO range=[0xeb600000-0xeb77ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xeb600000-0xeb77ffff] reserved
[ 0.000000] efi: Not removing mem04: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem05: MMIO range=[0xe1e00000-0xe1f7ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe1e00000-0xe1f7ffff] reserved
[ 0.000000] efi: Remove mem06: MMIO range=[0xebf00000-0xebf7ffff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xebf00000-0xebf7ffff] reserved
[ 0.000000] efi: Not removing mem08: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem09: MMIO range=[0xe4400000-0xe457ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe4400000-0xe457ffff] reserved
[ 0.000000] efi: Remove mem10: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfea00000-0xfeafffff] reserved
[ 0.000000] efi: Remove mem11: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee00000-0xfeefffff] reserved
[ 0.000000] efi: Not removing mem13: MMIO range=[0xe6bf0000-0xe6bf0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem14: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem15: MMIO range=[0xdccf0000-0xdccf0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem16: MMIO range=[0xe91f0000-0xe91f0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem17: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem18: MMIO range=[0xdf2f0000-0xdf2f0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem19: MMIO range=[0xeb7f0000-0xeb7f0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem21: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem22: MMIO range=[0xe1ff0000-0xe1ff0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem23: MMIO range=[0xebff0000-0xebff0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem25: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[ 0.000000] efi: Not removing mem26: MMIO range=[0xe45f0000-0xe45f0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem27: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem29: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] efi: Remove mem30: MMIO range=[0xe6a00000-0xe6b7ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe6a00000-0xe6b7ffff] reserved
[ 0.000000] efi: Not removing mem31: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem32: MMIO range=[0xdcb00000-0xdcc7ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xdcb00000-0xdcc7ffff] reserved
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Supermicro AS -2023US-TR4/H11DSU-iN, BIOS 1.3 01/30/2020
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2199.996 MHz processor
[ 0.000015] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000021] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000069] last_pfn = 0x1002ff80 max_arch_pfn = 0x400000000
[ 0.000083] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000087] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001748] e820: update [mem 0xcc000000-0xffffffff] usable ==> reserved
[ 0.001767] last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.012416] found SMP MP-table at [mem 0x000fd690-0x000fd69f]
[ 0.012440] esrt: Reserving ESRT space from 0x00000000c6699818 to 0x00000000c6699850.
[ 0.012458] e820: update [mem 0xc6699000-0xc6699fff] usable ==> reserved
[ 0.012521] Using GB pages for direct mapping
[ 0.017680] Secure boot could not be determined
[ 0.017682] RAMDISK: [mem 0x1002c1a8000-0x1002cffffff]
[ 0.017693] ACPI: Early table checksum verification disabled
[ 0.017703] ACPI: RSDP 0x00000000C9E1C000 000024 (v02 SUPERM)
[ 0.017713] ACPI: XSDT 0x00000000C9E1C0B0 0000E4 (v01 SUPERM SUPERM 03242016 AMI 00010013)
[ 0.017728] ACPI: FACP 0x00000000C9E28230 000114 (v06 03242016 AMI 00010013)
[ 0.017742] ACPI: DSDT 0x00000000C9E1C230 00BFFF (v02 SUPERM SMCI 03242016 INTL 20120913)
[ 0.017750] ACPI: FACS 0x00000000CA1A8E80 000040
[ 0.017757] ACPI: APIC 0x00000000C9E28348 0004B2 (v04 03242016 AMI 00010013)
[ 0.017764] ACPI: FPDT 0x00000000C9E28800 000044 (v01 03242016 AMI 00010013)
[ 0.017772] ACPI: FIDT 0x00000000C9E28848 00009C (v01 SUPERM SMCI 03242016 AMI 00010013)
[ 0.017779] ACPI: SSDT 0x00000000C9E288E8 0000D2 (v02 SUPERM AMD ALIB 00000002 MSFT 04000000)
[ 0.017786] ACPI: SPMI 0x00000000C9E289C0 000041 (v05 SUPERM SMCI 00000000 AMI. 00000000)
[ 0.017793] ACPI: SSDT 0x00000000C9E28A08 0006AC (v02 SUPERM CPUSSDT 03242016 AMI 03242016)
[ 0.017801] ACPI: MCFG 0x00000000C9E290B8 00003C (v01 SUPERM SMCI 03242016 MSFT 00010013)
[ 0.017808] ACPI: SSDT 0x00000000C9E290F8 0117A4 (v01 SUPERM AMD CPU 00000001 AMD 00000001)
[ 0.017815] ACPI: SRAT 0x00000000C9E3A8A0 0009C0 (v03 SUPERM AMD SRAT 00000001 AMD 00000001)
[ 0.017822] ACPI: MSCT 0x00000000C9E3B260 00004E (v01 SUPERM AMD MSCT 00000000 AMD 00000001)
[ 0.017829] ACPI: SLIT 0x00000000C9E3B2B0 00006C (v01 SUPERM AMD SLIT 00000001 AMD 00000001)
[ 0.017836] ACPI: CRAT 0x00000000C9E3B320 007700 (v01 SUPERM AMD CRAT 00000001 AMD 00000001)
[ 0.017843] ACPI: CDIT 0x00000000C9E42A20 000068 (v01 SUPERM AMD CDIT 00000001 AMD 00000001)
[ 0.017850] ACPI: BERT 0x00000000C9E42A88 000030 (v01 AMD AMD BERT 00000001 AMD 00000001)
[ 0.017857] ACPI: EINJ 0x00000000C9E42AB8 000150 (v01 AMD AMD EINJ 00000001 AMD 00000001)
[ 0.017864] ACPI: HEST 0x00000000C9E42C08 000608 (v01 AMD AMD HEST 00000001 AMD 00000001)
[ 0.017871] ACPI: HPET 0x00000000C9E43210 000038 (v01 SUPERM SMCI 03242016 AMI 00000005)
[ 0.017878] ACPI: SSDT 0x00000000C9E43248 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.017885] ACPI: UEFI 0x00000000C9E43270 000042 (v01 00000000 00000000)
[ 0.017892] ACPI: IVRS 0x00000000C9E432B8 000370 (v02 SUPERM AMD IVRS 00000001 AMD 00000000)
[ 0.017899] ACPI: SSDT 0x00000000C9E43628 001630 (v01 AMD CPMCMN 00000001 INTL 20120913)
[ 0.017906] ACPI: WSMT 0x00000000C9E44C58 000028 (v01 \xff\xca 03242016 AMI 00010013)
[ 0.017913] ACPI: ERST 0x00000000C9E44C80 000230 (v01 AMIER AMI.ERST 00000000 AMI. 00000000)
[ 0.017919] ACPI: Reserving FACP table memory at [mem 0xc9e28230-0xc9e28343]
[ 0.017923] ACPI: Reserving DSDT table memory at [mem 0xc9e1c230-0xc9e2822e]
[ 0.017925] ACPI: Reserving FACS table memory at [mem 0xca1a8e80-0xca1a8ebf]
[ 0.017928] ACPI: Reserving APIC table memory at [mem 0xc9e28348-0xc9e287f9]
[ 0.017930] ACPI: Reserving FPDT table memory at [mem 0xc9e28800-0xc9e28843]
[ 0.017933] ACPI: Reserving FIDT table memory at [mem 0xc9e28848-0xc9e288e3]
[ 0.017935] ACPI: Reserving SSDT table memory at [mem 0xc9e288e8-0xc9e289b9]
[ 0.017937] ACPI: Reserving SPMI table memory at [mem 0xc9e289c0-0xc9e28a00]
[ 0.017939] ACPI: Reserving SSDT table memory at [mem 0xc9e28a08-0xc9e290b3]
[ 0.017941] ACPI: Reserving MCFG table memory at [mem 0xc9e290b8-0xc9e290f3]
[ 0.017943] ACPI: Reserving SSDT table memory at [mem 0xc9e290f8-0xc9e3a89b]
[ 0.017945] ACPI: Reserving SRAT table memory at [mem 0xc9e3a8a0-0xc9e3b25f]
[ 0.017947] ACPI: Reserving MSCT table memory at [mem 0xc9e3b260-0xc9e3b2ad]
[ 0.017950] ACPI: Reserving SLIT table memory at [mem 0xc9e3b2b0-0xc9e3b31b]
[ 0.017952] ACPI: Reserving CRAT table memory at [mem 0xc9e3b320-0xc9e42a1f]
[ 0.017954] ACPI: Reserving CDIT table memory at [mem 0xc9e42a20-0xc9e42a87]
[ 0.017956] ACPI: Reserving BERT table memory at [mem 0xc9e42a88-0xc9e42ab7]
[ 0.017958] ACPI: Reserving EINJ table memory at [mem 0xc9e42ab8-0xc9e42c07]
[ 0.017960] ACPI: Reserving HEST table memory at [mem 0xc9e42c08-0xc9e4320f]
[ 0.017963] ACPI: Reserving HPET table memory at [mem 0xc9e43210-0xc9e43247]
[ 0.017965] ACPI: Reserving SSDT table memory at [mem 0xc9e43248-0xc9e4326b]
[ 0.017967] ACPI: Reserving UEFI table memory at [mem 0xc9e43270-0xc9e432b1]
[ 0.017969] ACPI: Reserving IVRS table memory at [mem 0xc9e432b8-0xc9e43627]
[ 0.017971] ACPI: Reserving SSDT table memory at [mem 0xc9e43628-0xc9e44c57]
[ 0.017973] ACPI: Reserving WSMT table memory at [mem 0xc9e44c58-0xc9e44c7f]
[ 0.017975] ACPI: Reserving ERST table memory at [mem 0xc9e44c80-0xc9e44eaf]
[ 0.018034] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.018037] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.018039] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.018041] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.018043] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.018045] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.018047] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.018048] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.018050] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.018052] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.018054] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.018055] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.018057] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.018059] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.018060] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.018062] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.018064] SRAT: PXM 1 -> APIC 0x10 -> Node 1
[ 0.018066] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[ 0.018067] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[ 0.018069] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[ 0.018071] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[ 0.018073] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[ 0.018074] SRAT: PXM 1 -> APIC 0x16 -> Node 1
[ 0.018076] SRAT: PXM 1 -> APIC 0x17 -> Node 1
[ 0.018078] SRAT: PXM 1 -> APIC 0x18 -> Node 1
[ 0.018079] SRAT: PXM 1 -> APIC 0x19 -> Node 1
[ 0.018081] SRAT: PXM 1 -> APIC 0x1a -> Node 1
[ 0.018083] SRAT: PXM 1 -> APIC 0x1b -> Node 1
[ 0.018084] SRAT: PXM 1 -> APIC 0x1c -> Node 1
[ 0.018086] SRAT: PXM 1 -> APIC 0x1d -> Node 1
[ 0.018088] SRAT: PXM 1 -> APIC 0x1e -> Node 1
[ 0.018089] SRAT: PXM 1 -> APIC 0x1f -> Node 1
[ 0.018091] SRAT: PXM 2 -> APIC 0x20 -> Node 2
[ 0.018093] SRAT: PXM 2 -> APIC 0x21 -> Node 2
[ 0.018095] SRAT: PXM 2 -> APIC 0x22 -> Node 2
[ 0.018096] SRAT: PXM 2 -> APIC 0x23 -> Node 2
[ 0.018098] SRAT: PXM 2 -> APIC 0x24 -> Node 2
[ 0.018100] SRAT: PXM 2 -> APIC 0x25 -> Node 2
[ 0.018101] SRAT: PXM 2 -> APIC 0x26 -> Node 2
[ 0.018103] SRAT: PXM 2 -> APIC 0x27 -> Node 2
[ 0.018105] SRAT: PXM 2 -> APIC 0x28 -> Node 2
[ 0.018106] SRAT: PXM 2 -> APIC 0x29 -> Node 2
[ 0.018108] SRAT: PXM 2 -> APIC 0x2a -> Node 2
[ 0.018110] SRAT: PXM 2 -> APIC 0x2b -> Node 2
[ 0.018111] SRAT: PXM 2 -> APIC 0x2c -> Node 2
[ 0.018113] SRAT: PXM 2 -> APIC 0x2d -> Node 2
[ 0.018115] SRAT: PXM 2 -> APIC 0x2e -> Node 2
[ 0.018116] SRAT: PXM 2 -> APIC 0x2f -> Node 2
[ 0.018118] SRAT: PXM 3 -> APIC 0x30 -> Node 3
[ 0.018120] SRAT: PXM 3 -> APIC 0x31 -> Node 3
[ 0.018121] SRAT: PXM 3 -> APIC 0x32 -> Node 3
[ 0.018123] SRAT: PXM 3 -> APIC 0x33 -> Node 3
[ 0.018125] SRAT: PXM 3 -> APIC 0x34 -> Node 3
[ 0.018126] SRAT: PXM 3 -> APIC 0x35 -> Node 3
[ 0.018128] SRAT: PXM 3 -> APIC 0x36 -> Node 3
[ 0.018130] SRAT: PXM 3 -> APIC 0x37 -> Node 3
[ 0.018131] SRAT: PXM 3 -> APIC 0x38 -> Node 3
[ 0.018133] SRAT: PXM 3 -> APIC 0x39 -> Node 3
[ 0.018135] SRAT: PXM 3 -> APIC 0x3a -> Node 3
[ 0.018137] SRAT: PXM 3 -> APIC 0x3b -> Node 3
[ 0.018138] SRAT: PXM 3 -> APIC 0x3c -> Node 3
[ 0.018140] SRAT: PXM 3 -> APIC 0x3d -> Node 3
[ 0.018142] SRAT: PXM 3 -> APIC 0x3e -> Node 3
[ 0.018143] SRAT: PXM 3 -> APIC 0x3f -> Node 3
[ 0.018145] SRAT: PXM 4 -> APIC 0x40 -> Node 4
[ 0.018147] SRAT: PXM 4 -> APIC 0x41 -> Node 4
[ 0.018148] SRAT: PXM 4 -> APIC 0x42 -> Node 4
[ 0.018150] SRAT: PXM 4 -> APIC 0x43 -> Node 4
[ 0.018152] SRAT: PXM 4 -> APIC 0x44 -> Node 4
[ 0.018153] SRAT: PXM 4 -> APIC 0x45 -> Node 4
[ 0.018155] SRAT: PXM 4 -> APIC 0x46 -> Node 4
[ 0.018157] SRAT: PXM 4 -> APIC 0x47 -> Node 4
[ 0.018158] SRAT: PXM 4 -> APIC 0x48 -> Node 4
[ 0.018160] SRAT: PXM 4 -> APIC 0x49 -> Node 4
[ 0.018162] SRAT: PXM 4 -> APIC 0x4a -> Node 4
[ 0.018163] SRAT: PXM 4 -> APIC 0x4b -> Node 4
[ 0.018165] SRAT: PXM 4 -> APIC 0x4c -> Node 4
[ 0.018167] SRAT: PXM 4 -> APIC 0x4d -> Node 4
[ 0.018168] SRAT: PXM 4 -> APIC 0x4e -> Node 4
[ 0.018170] SRAT: PXM 4 -> APIC 0x4f -> Node 4
[ 0.018172] SRAT: PXM 5 -> APIC 0x50 -> Node 5
[ 0.018173] SRAT: PXM 5 -> APIC 0x51 -> Node 5
[ 0.018175] SRAT: PXM 5 -> APIC 0x52 -> Node 5
[ 0.018177] SRAT: PXM 5 -> APIC 0x53 -> Node 5
[ 0.018179] SRAT: PXM 5 -> APIC 0x54 -> Node 5
[ 0.018180] SRAT: PXM 5 -> APIC 0x55 -> Node 5
[ 0.018182] SRAT: PXM 5 -> APIC 0x56 -> Node 5
[ 0.018184] SRAT: PXM 5 -> APIC 0x57 -> Node 5
[ 0.018185] SRAT: PXM 5 -> APIC 0x58 -> Node 5
[ 0.018187] SRAT: PXM 5 -> APIC 0x59 -> Node 5
[ 0.018189] SRAT: PXM 5 -> APIC 0x5a -> Node 5
[ 0.018190] SRAT: PXM 5 -> APIC 0x5b -> Node 5
[ 0.018192] SRAT: PXM 5 -> APIC 0x5c -> Node 5
[ 0.018194] SRAT: PXM 5 -> APIC 0x5d -> Node 5
[ 0.018195] SRAT: PXM 5 -> APIC 0x5e -> Node 5
[ 0.018197] SRAT: PXM 5 -> APIC 0x5f -> Node 5
[ 0.018199] SRAT: PXM 6 -> APIC 0x60 -> Node 6
[ 0.018200] SRAT: PXM 6 -> APIC 0x61 -> Node 6
[ 0.018202] SRAT: PXM 6 -> APIC 0x62 -> Node 6
[ 0.018204] SRAT: PXM 6 -> APIC 0x63 -> Node 6
[ 0.018205] SRAT: PXM 6 -> APIC 0x64 -> Node 6
[ 0.018207] SRAT: PXM 6 -> APIC 0x65 -> Node 6
[ 0.018209] SRAT: PXM 6 -> APIC 0x66 -> Node 6
[ 0.018210] SRAT: PXM 6 -> APIC 0x67 -> Node 6
[ 0.018212] SRAT: PXM 6 -> APIC 0x68 -> Node 6
[ 0.018214] SRAT: PXM 6 -> APIC 0x69 -> Node 6
[ 0.018215] SRAT: PXM 6 -> APIC 0x6a -> Node 6
[ 0.018217] SRAT: PXM 6 -> APIC 0x6b -> Node 6
[ 0.018219] SRAT: PXM 6 -> APIC 0x6c -> Node 6
[ 0.018220] SRAT: PXM 6 -> APIC 0x6d -> Node 6
[ 0.018222] SRAT: PXM 6 -> APIC 0x6e -> Node 6
[ 0.018224] SRAT: PXM 6 -> APIC 0x6f -> Node 6
[ 0.018226] SRAT: PXM 7 -> APIC 0x70 -> Node 7
[ 0.018227] SRAT: PXM 7 -> APIC 0x71 -> Node 7
[ 0.018229] SRAT: PXM 7 -> APIC 0x72 -> Node 7
[ 0.018231] SRAT: PXM 7 -> APIC 0x73 -> Node 7
[ 0.018232] SRAT: PXM 7 -> APIC 0x74 -> Node 7
[ 0.018234] SRAT: PXM 7 -> APIC 0x75 -> Node 7
[ 0.018236] SRAT: PXM 7 -> APIC 0x76 -> Node 7
[ 0.018237] SRAT: PXM 7 -> APIC 0x77 -> Node 7
[ 0.018239] SRAT: PXM 7 -> APIC 0x78 -> Node 7
[ 0.018241] SRAT: PXM 7 -> APIC 0x79 -> Node 7
[ 0.018242] SRAT: PXM 7 -> APIC 0x7a -> Node 7
[ 0.018244] SRAT: PXM 7 -> APIC 0x7b -> Node 7
[ 0.018246] SRAT: PXM 7 -> APIC 0x7c -> Node 7
[ 0.018247] SRAT: PXM 7 -> APIC 0x7d -> Node 7
[ 0.018249] SRAT: PXM 7 -> APIC 0x7e -> Node 7
[ 0.018251] SRAT: PXM 7 -> APIC 0x7f -> Node 7
[ 0.018257] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.018263] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
[ 0.018266] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x202fffffff]
[ 0.018270] ACPI: SRAT: Node 1 PXM 1 [mem 0x2030000000-0x402fffffff]
[ 0.018273] ACPI: SRAT: Node 2 PXM 2 [mem 0x4030000000-0x602fffffff]
[ 0.018276] ACPI: SRAT: Node 3 PXM 3 [mem 0x6030000000-0x802fffffff]
[ 0.018278] ACPI: SRAT: Node 4 PXM 4 [mem 0x8030000000-0xa02fffffff]
[ 0.018281] ACPI: SRAT: Node 5 PXM 5 [mem 0xa030000000-0xc02fffffff]
[ 0.018284] ACPI: SRAT: Node 6 PXM 6 [mem 0xc030000000-0xe02fffffff]
[ 0.018287] ACPI: SRAT: Node 7 PXM 7 [mem 0xe030000000-0x1002fffffff]
[ 0.018294] NUMA: Initialized distance table, cnt=8
[ 0.018301] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
[ 0.018307] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x202fffffff] -> [mem 0x00000000-0x202fffffff]
[ 0.018322] NODE_DATA(0) allocated [mem 0x202f37b000-0x202f37ffff]
[ 0.018345] NODE_DATA(1) allocated [mem 0x402ff7b000-0x402ff7ffff]
[ 0.018367] NODE_DATA(2) allocated [mem 0x602ff7b000-0x602ff7ffff]
[ 0.018388] NODE_DATA(3) allocated [mem 0x802ff7b000-0x802ff7ffff]
[ 0.018409] NODE_DATA(4) allocated [mem 0xa02ff7b000-0xa02ff7ffff]
[ 0.018432] NODE_DATA(5) allocated [mem 0xc02ff7b000-0xc02ff7ffff]
[ 0.018454] NODE_DATA(6) allocated [mem 0xe02ff7b000-0xe02ff7ffff]
[ 0.018475] NODE_DATA(7) allocated [mem 0x1002ff7a000-0x1002ff7efff]
[ 0.018501] Reserving 256MB of memory at 2912MB for crashkernel (System RAM: 1044382MB)
[ 0.020731] Zone ranges:
[ 0.020733] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.020738] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.020742] Normal [mem 0x0000000100000000-0x000001002ff7ffff]
[ 0.020746] Device empty
[ 0.020748] Movable zone start for each node
[ 0.020750] Early memory node ranges
[ 0.020751] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.020755] node 0: [mem 0x0000000000100000-0x0000000075daffff]
[ 0.020758] node 0: [mem 0x0000000076000000-0x00000000c9cf4fff]
[ 0.020761] node 0: [mem 0x00000000c9d6a000-0x00000000c9e1bfff]
[ 0.020763] node 0: [mem 0x00000000cacd6000-0x00000000cbffffff]
[ 0.020765] node 0: [mem 0x0000000100000000-0x000000202f37ffff]
[ 0.020793] node 1: [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.020822] node 2: [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.020850] node 3: [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.020879] node 4: [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.020907] node 5: [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.020936] node 6: [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.020964] node 7: [mem 0x000000e030000000-0x000000fcffffffff]
[ 0.020990] node 7: [mem 0x000000fe00000000-0x000001002ff7ffff]
[ 0.020995] Initmem setup node 0 [mem 0x0000000000001000-0x000000202f37ffff]
[ 0.021003] Initmem setup node 1 [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.021007] Initmem setup node 2 [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.021010] Initmem setup node 3 [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.021014] Initmem setup node 4 [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.021017] Initmem setup node 5 [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.021020] Initmem setup node 6 [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.021023] Initmem setup node 7 [mem 0x000000e030000000-0x000001002ff7ffff]
[ 0.021031] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.021071] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.028925] On node 0, zone DMA32: 592 pages in unavailable ranges
[ 0.028944] On node 0, zone DMA32: 117 pages in unavailable ranges
[ 0.029079] On node 0, zone DMA32: 3770 pages in unavailable ranges
[ 0.388018] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.803935] On node 1, zone Normal: 3200 pages in unavailable ranges
[ 1.209673] On node 2, zone Normal: 128 pages in unavailable ranges
[ 1.613488] On node 3, zone Normal: 128 pages in unavailable ranges
[ 2.149008] On node 4, zone Normal: 128 pages in unavailable ranges
[ 2.687104] On node 5, zone Normal: 128 pages in unavailable ranges
[ 3.175488] On node 6, zone Normal: 128 pages in unavailable ranges
[ 3.648955] On node 7, zone Normal: 128 pages in unavailable ranges
[ 3.686541] On node 7, zone Normal: 128 pages in unavailable ranges
[ 3.687476] ACPI: PM-Timer IO Port: 0x808
[ 3.687526] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 3.687550] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[ 3.687560] IOAPIC[1]: apic_id 129, version 33, address 0xebff0000, GSI 24-55
[ 3.687570] IOAPIC[2]: apic_id 130, version 33, address 0xeb7f0000, GSI 56-87
[ 3.687583] IOAPIC[3]: apic_id 131, version 33, address 0xe91f0000, GSI 88-119
[ 3.687596] IOAPIC[4]: apic_id 132, version 33, address 0xe6bf0000, GSI 120-151
[ 3.687606] IOAPIC[5]: apic_id 133, version 33, address 0xe45f0000, GSI 152-183
[ 3.687616] IOAPIC[6]: apic_id 134, version 33, address 0xe1ff0000, GSI 184-215
[ 3.687630] IOAPIC[7]: apic_id 135, version 33, address 0xdf2f0000, GSI 216-247
[ 3.687640] IOAPIC[8]: apic_id 136, version 33, address 0xdccf0000, GSI 248-279
[ 3.687646] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 3.687651] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 3.687665] ACPI: Using ACPI (MADT) for SMP configuration information
[ 3.687668] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 3.687679] smpboot: Allowing 128 CPUs, 0 hotplug CPUs
[ 3.687867] [mem 0xebff1000-0xfebfffff] available for PCI devices
[ 3.687876] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 3.701772] setup_percpu: NR_CPUS:512 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:8
[ 3.716395] percpu: Embedded 56 pages/cpu s191464 r8192 d29720 u262144
[ 3.716438] pcpu-alloc: s191464 r8192 d29720 u262144 alloc=1*2097152
[ 3.716446] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 3.716461] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 3.716474] pcpu-alloc: [1] 008 009 010 011 012 013 014 015
[ 3.716487] pcpu-alloc: [1] 072 073 074 075 076 077 078 079
[ 3.716499] pcpu-alloc: [2] 016 017 018 019 020 021 022 023
[ 3.716512] pcpu-alloc: [2] 080 081 082 083 084 085 086 087
[ 3.716524] pcpu-alloc: [3] 024 025 026 027 028 029 030 031
[ 3.716536] pcpu-alloc: [3] 088 089 090 091 092 093 094 095
[ 3.716549] pcpu-alloc: [4] 032 033 034 035 036 037 038 039
[ 3.716561] pcpu-alloc: [4] 096 097 098 099 100 101 102 103
[ 3.716573] pcpu-alloc: [5] 040 041 042 043 044 045 046 047
[ 3.716586] pcpu-alloc: [5] 104 105 106 107 108 109 110 111
[ 3.716598] pcpu-alloc: [6] 048 049 050 051 052 053 054 055
[ 3.716610] pcpu-alloc: [6] 112 113 114 115 116 117 118 119
[ 3.716622] pcpu-alloc: [7] 056 057 058 059 060 061 062 063
[ 3.716634] pcpu-alloc: [7] 120 121 122 123 124 125 126 127
[ 3.716726] Kernel command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy
[ 3.716836] audit: disabled (until reboot)
[ 3.716919] random: crng init done
[ 3.716921] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 3.716924] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[ 3.716926] printk: log_buf_len min size: 524288 bytes
[ 3.718495] printk: log_buf_len: 1048576 bytes
[ 3.718497] printk: early log buf free: 492768(93%)
[ 3.720825] Fallback order for Node 0: 0 1 2 3 4 5 6 7
[ 3.720840] Fallback order for Node 1: 1 2 3 0 5 6 7 4
[ 3.720851] Fallback order for Node 2: 2 3 0 1 6 7 4 5
[ 3.720862] Fallback order for Node 3: 3 0 1 2 7 4 5 6
[ 3.720874] Fallback order for Node 4: 4 5 6 7 0 1 2 3
[ 3.720885] Fallback order for Node 5: 5 6 7 4 1 2 3 0
[ 3.720896] Fallback order for Node 6: 6 7 4 5 2 3 0 1
[ 3.720907] Fallback order for Node 7: 7 4 5 6 3 0 1 2
[ 3.720962] Built 8 zonelists, mobility grouping on. Total pages: 263167748
[ 3.720966] Policy zone: Normal
[ 3.720969] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 3.721035] software IO TLB: area num 128.
[ 7.392354] Memory: 1052320520K/1069447296K available (16384K kernel code, 3591K rwdata, 4920K rodata, 3008K init, 3176K bss, 17126520K reserved, 0K cma-reserved)
[ 7.394887] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=8
[ 7.395090] ftrace: allocating 45045 entries in 176 pages
[ 7.416123] ftrace: allocated 176 pages with 3 groups
[ 7.418517] Dynamic Preempt: voluntary
[ 7.419789] rcu: Preemptible hierarchical RCU implementation.
[ 7.419791] rcu: RCU event tracing is enabled.
[ 7.419792] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=128.
[ 7.419795] Trampoline variant of Tasks RCU enabled.
[ 7.419796] Rude variant of Tasks RCU enabled.
[ 7.419797] Tracing variant of Tasks RCU enabled.
[ 7.419798] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 7.419800] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 7.427542] NR_IRQS: 33024, nr_irqs: 5800, preallocated irqs: 16
[ 7.428484] rcu: srcu_init: Setting srcu_struct sizes to big.
[ 7.429450] Console: colour dummy device 80x25
[ 7.429458] printk: console [tty0] enabled
[ 7.431543] printk: console [ttyS0] enabled
[ 10.389095] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 10.400402] ACPI: Core revision 20230628
[ 10.404797] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 10.413965] APIC: Switch to symmetric I/O mode setup
[ 10.421770] AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
[ 10.429793] APIC: Switched APIC routing to: physical flat
[ 10.438394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 10.448974] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
[ 10.459506] Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.99 BogoMIPS (lpj=2199996)
[ 10.460537] AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
[ 10.461597] LVT offset 2 assigned for vector 0xf4
[ 10.462534] process: using mwait in idle threads
[ 10.463511] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 10.464507] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 10.465510] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 10.466510] Spectre V2 : Mitigation: Retpolines
[ 10.467507] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 10.468507] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 10.469507] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 10.470508] RETBleed: Mitigation: untrained return thunk
[ 10.471508] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 10.472509] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 10.473508] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 10.474517] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 10.475507] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 10.476507] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 10.477508] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 10.478507] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 10.529059] Freeing SMP alternatives memory: 40K
[ 10.529510] pid_max: default: 131072 minimum: 1024
[ 10.581897] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc hugepage)
[ 10.607935] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 10.610595] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 10.612518] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 10.718129] smpboot: CPU0: AMD EPYC 7601 32-Core Processor (family: 0x17, model: 0x1, stepping: 0x2)
[ 10.719229] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.720542] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.721617] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.722597] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 10.723511] ... version: 0
[ 10.724508] ... bit width: 48
[ 10.725508] ... generic registers: 6
[ 10.726508] ... value mask: 0000ffffffffffff
[ 10.727508] ... max period: 00007fffffffffff
[ 10.728508] ... fixed-purpose events: 0
[ 10.729510] ... event mask: 000000000000003f
[ 10.731068] signal: max sigframe size: 1776
[ 10.731590] rcu: Hierarchical SRCU implementation.
[ 10.732509] rcu: Max phase no-delay instances is 400.
[ 10.748995] smp: Bringing up secondary CPUs ...
[ 10.749851] smpboot: x86: Booting SMP configuration:
[ 10.750513] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 10.754515] .... node #1, CPUs: #8 #9 #10 #11 #12 #13 #14 #15
[ 10.758512] .... node #2, CPUs: #16 #17 #18 #19 #20 #21 #22 #23
[ 10.762511] .... node #3, CPUs: #24 #25 #26 #27 #28 #29 #30 #31
[ 10.766512] .... node #4, CPUs: #32 #33 #34 #35 #36 #37 #38 #39
[ 10.769513] .... node #5, CPUs: #40 #41 #42 #43 #44 #45 #46 #47
[ 10.773513] .... node #6, CPUs: #48 #49 #50 #51 #52 #53 #54 #55
[ 10.777512] .... node #7, CPUs: #56 #57 #58 #59 #60 #61 #62 #63
[ 10.877510] .... node #0, CPUs: #64 #65 #66 #67 #68 #69 #70 #71
[ 10.883513] .... node #1, CPUs: #72 #73 #74 #75 #76 #77 #78 #79
[ 10.887512] .... node #2, CPUs: #80 #81 #82 #83 #84 #85 #86 #87
[ 10.892509] .... node #3, CPUs: #88 #89 #90 #91 #92 #93 #94 #95
[ 10.896509] .... node #4, CPUs: #96 #97 #98 #99 #100 #101 #102 #103
[ 10.901509] .... node #5, CPUs: #104 #105 #106 #107 #108 #109 #110 #111
[ 10.905509] .... node #6, CPUs: #112 #113 #114 #115 #116 #117 #118 #119
[ 10.910514] .... node #7, CPUs: #120 #121 #122 #123 #124 #125 #126 #127
[ 11.025054] smp: Brought up 8 nodes, 128 CPUs
[ 11.026510] smpboot: Max logical packages: 2
[ 11.027530] smpboot: Total of 128 processors activated (563198.97 BogoMIPS)
[ 11.268707] devtmpfs: initialized
[ 11.269705] x86/mm: Memory block size: 2048MB
[ 11.345565] ACPI: PM: Registering ACPI NVS region [mem 0xc9e1c000-0xca1a8fff] (3723264 bytes)
[ 11.347712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 11.349600] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[ 11.353060] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 11.356148] thermal_sys: Registered thermal governor 'step_wise'
[ 11.356153] thermal_sys: Registered thermal governor 'user_space'
[ 11.357532] cpuidle: using governor menu
[ 11.370950] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 11.380517] PCI: not using MMCONFIG
[ 11.383509] PCI: Using configuration type 1 for base access
[ 11.389508] PCI: Using configuration type 1 for extended access
[ 11.409801] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 11.421653] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 11.428514] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 11.435510] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 11.441508] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 11.468352] raid6: avx2x4 gen() 6448 MB/s
[ 11.489351] raid6: avx2x2 gen() 6457 MB/s
[ 11.510350] raid6: avx2x1 gen() 5872 MB/s
[ 11.514513] raid6: using algorithm avx2x2 gen() 6457 MB/s
[ 11.536349] raid6: .... xor() 4519 MB/s, rmw enabled
[ 11.540510] raid6: using avx2x2 recovery algorithm
[ 11.546818] ACPI: Added _OSI(Module Device)
[ 11.550511] ACPI: Added _OSI(Processor Device)
[ 11.555511] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 11.559509] ACPI: Added _OSI(Processor Aggregator Device)
[ 11.635826] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 11.658598] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 11.668808] ACPI: Interpreter enabled
[ 11.672529] ACPI: PM: (supports S0 S5)
[ 11.676510] ACPI: Using IOAPIC for interrupt routing
[ 11.682238] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 11.691648] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 11.700557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 11.709508] PCI: Using E820 reservations for host bridge windows
[ 11.717482] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 11.736155] ACPI: \_SB_.PCI0.BR0E.SATA.P0SA: New power resource
[ 11.742608] ACPI: \_SB_.PCI0.BR0E.SATA.P3SA: New power resource
[ 11.760435] ACPI: \_SB_.S0D1.BR22.SATA.P0SA: New power resource
[ 11.766607] ACPI: \_SB_.S0D1.BR22.SATA.P3SA: New power resource
[ 11.777266] ACPI: \_SB_.S0D2.BR37.SATA.P0SA: New power resource
[ 11.783607] ACPI: \_SB_.S0D2.BR37.SATA.P3SA: New power resource
[ 11.794306] ACPI: \_SB_.S0D3.BR4C.SATA.P0SA: New power resource
[ 11.800607] ACPI: \_SB_.S0D3.BR4C.SATA.P3SA: New power resource
[ 11.810713] ACPI: \_SB_.S1D0.BR61.SATA.P0SA: New power resource
[ 11.816608] ACPI: \_SB_.S1D0.BR61.SATA.P3SA: New power resource
[ 11.827550] ACPI: \_SB_.S1D1.BR76.SATA.P0SA: New power resource
[ 11.833595] ACPI: \_SB_.S1D1.BR76.SATA.P3SA: New power resource
[ 11.844593] ACPI: \_SB_.S1D2.BR8B.SATA.P0SA: New power resource
[ 11.850605] ACPI: \_SB_.S1D2.BR8B.SATA.P3SA: New power resource
[ 11.861409] ACPI: \_SB_.S1D3.BRA0.SATA.P0SA: New power resource
[ 11.867606] ACPI: \_SB_.S1D3.BRA0.SATA.P3SA: New power resource
[ 11.886187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 11.892521] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 11.901781] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 11.908558] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 11.915999] PCI host bridge to bus 0000:00
[ 11.920515] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 11.926509] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 11.933510] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 11.940510] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window]
[ 11.947509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 11.954509] pci_bus 0000:00: root bus resource [mem 0xec000000-0xefffffff window]
[ 11.962509] pci_bus 0000:00: root bus resource [mem 0x1e006000000-0x1ffffffffff window]
[ 11.970511] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 11.975548] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 11.981716] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 11.988713] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 11.994602] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[ 12.001223] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 12.008803] pci 0000:00:01.2: [1022:1453] type 01 class 0x060400
[ 12.015322] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 12.022792] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 12.029328] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 12.036785] pci 0000:00:01.4: [1022:1453] type 01 class 0x060400
[ 12.043332] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[ 12.050782] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 12.056677] pci 0000:00:02.1: [1022:1453] type 01 class 0x060400
[ 12.063148] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 12.070795] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 12.076673] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 12.082680] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 12.088668] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 12.095716] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 12.102514] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 12.108664] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 12.115111] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 12.122562] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 12.128867] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 12.134920] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 12.141558] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 12.147647] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 12.153645] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 12.159646] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 12.166647] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 12.172648] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 12.178552] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 12.184649] pci 0000:00:19.0: [1022:1460] type 00 class 0x060000
[ 12.190643] pci 0000:00:19.1: [1022:1461] type 00 class 0x060000
[ 12.196652] pci 0000:00:19.2: [1022:1462] type 00 class 0x060000
[ 12.203646] pci 0000:00:19.3: [1022:1463] type 00 class 0x060000
[ 12.209683] pci 0000:00:19.4: [1022:1464] type 00 class 0x060000
[ 12.215591] pci 0000:00:19.5: [1022:1465] type 00 class 0x060000
[ 12.221645] pci 0000:00:19.6: [1022:1466] type 00 class 0x060000
[ 12.227646] pci 0000:00:19.7: [1022:1467] type 00 class 0x060000
[ 12.233647] pci 0000:00:1a.0: [1022:1460] type 00 class 0x060000
[ 12.240644] pci 0000:00:1a.1: [1022:1461] type 00 class 0x060000
[ 12.246650] pci 0000:00:1a.2: [1022:1462] type 00 class 0x060000
[ 12.252579] pci 0000:00:1a.3: [1022:1463] type 00 class 0x060000
[ 12.258639] pci 0000:00:1a.4: [1022:1464] type 00 class 0x060000
[ 12.264642] pci 0000:00:1a.5: [1022:1465] type 00 class 0x060000
[ 12.270640] pci 0000:00:1a.6: [1022:1466] type 00 class 0x060000
[ 12.277642] pci 0000:00:1a.7: [1022:1467] type 00 class 0x060000
[ 12.283641] pci 0000:00:1b.0: [1022:1460] type 00 class 0x060000
[ 12.289550] pci 0000:00:1b.1: [1022:1461] type 00 class 0x060000
[ 12.295645] pci 0000:00:1b.2: [1022:1462] type 00 class 0x060000
[ 12.301647] pci 0000:00:1b.3: [1022:1463] type 00 class 0x060000
[ 12.307653] pci 0000:00:1b.4: [1022:1464] type 00 class 0x060000
[ 12.314643] pci 0000:00:1b.5: [1022:1465] type 00 class 0x060000
[ 12.320654] pci 0000:00:1b.6: [1022:1466] type 00 class 0x060000
[ 12.326555] pci 0000:00:1b.7: [1022:1467] type 00 class 0x060000
[ 12.332647] pci 0000:00:1c.0: [1022:1460] type 00 class 0x060000
[ 12.338648] pci 0000:00:1c.1: [1022:1461] type 00 class 0x060000
[ 12.344652] pci 0000:00:1c.2: [1022:1462] type 00 class 0x060000
[ 12.351648] pci 0000:00:1c.3: [1022:1463] type 00 class 0x060000
[ 12.357652] pci 0000:00:1c.4: [1022:1464] type 00 class 0x060000
[ 12.363552] pci 0000:00:1c.5: [1022:1465] type 00 class 0x060000
[ 12.369652] pci 0000:00:1c.6: [1022:1466] type 00 class 0x060000
[ 12.375653] pci 0000:00:1c.7: [1022:1467] type 00 class 0x060000
[ 12.381650] pci 0000:00:1d.0: [1022:1460] type 00 class 0x060000
[ 12.388660] pci 0000:00:1d.1: [1022:1461] type 00 class 0x060000
[ 12.394653] pci 0000:00:1d.2: [1022:1462] type 00 class 0x060000
[ 12.400596] pci 0000:00:1d.3: [1022:1463] type 00 class 0x060000
[ 12.406653] pci 0000:00:1d.4: [1022:1464] type 00 class 0x060000
[ 12.412658] pci 0000:00:1d.5: [1022:1465] type 00 class 0x060000
[ 12.418657] pci 0000:00:1d.6: [1022:1466] type 00 class 0x060000
[ 12.425660] pci 0000:00:1d.7: [1022:1467] type 00 class 0x060000
[ 12.431657] pci 0000:00:1e.0: [1022:1460] type 00 class 0x060000
[ 12.437632] pci 0000:00:1e.1: [1022:1461] type 00 class 0x060000
[ 12.443654] pci 0000:00:1e.2: [1022:1462] type 00 class 0x060000
[ 12.449655] pci 0000:00:1e.3: [1022:1463] type 00 class 0x060000
[ 12.455660] pci 0000:00:1e.4: [1022:1464] type 00 class 0x060000
[ 12.462651] pci 0000:00:1e.5: [1022:1465] type 00 class 0x060000
[ 12.468656] pci 0000:00:1e.6: [1022:1466] type 00 class 0x060000
[ 12.474653] pci 0000:00:1e.7: [1022:1467] type 00 class 0x060000
[ 12.480654] pci 0000:00:1f.0: [1022:1460] type 00 class 0x060000
[ 12.486653] pci 0000:00:1f.1: [1022:1461] type 00 class 0x060000
[ 12.492655] pci 0000:00:1f.2: [1022:1462] type 00 class 0x060000
[ 12.499656] pci 0000:00:1f.3: [1022:1463] type 00 class 0x060000
[ 12.505534] pci 0000:00:1f.4: [1022:1464] type 00 class 0x060000
[ 12.511657] pci 0000:00:1f.5: [1022:1465] type 00 class 0x060000
[ 12.517652] pci 0000:00:1f.6: [1022:1466] type 00 class 0x060000
[ 12.523660] pci 0000:00:1f.7: [1022:1467] type 00 class 0x060000
[ 12.530743] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 12.535516] pci 0000:00:01.1: bridge window [mem 0xec000000-0xec1fffff]
[ 12.542513] pci 0000:00:01.1: bridge window [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 12.551583] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 12.556515] pci 0000:00:01.2: bridge window [mem 0xec200000-0xec3fffff]
[ 12.563513] pci 0000:00:01.2: bridge window [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 12.572593] pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330
[ 12.578540] pci 0000:03:00.0: reg 0x10: [mem 0xef800000-0xef807fff 64bit]
[ 12.585671] pci 0000:03:00.0: PME# supported from D3cold
[ 12.590711] pci 0000:00:01.3: PCI bridge to [bus 03]
[ 12.595515] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 12.603179] pci 0000:04:00.0: [1b21:1142] type 00 class 0x0c0330
[ 12.609539] pci 0000:04:00.0: reg 0x10: [mem 0xef700000-0xef707fff 64bit]
[ 12.616670] pci 0000:04:00.0: PME# supported from D3cold
[ 12.621703] pci 0000:00:01.4: PCI bridge to [bus 04]
[ 12.626515] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 12.634152] pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400
[ 12.640553] pci 0000:05:00.0: supports D1 D2
[ 12.644510] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 12.651681] pci 0000:00:02.1: PCI bridge to [bus 05-06]
[ 12.656517] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 12.662511] pci 0000:00:02.1: bridge window [mem 0xee000000-0xef0fffff]
[ 12.669572] pci_bus 0000:06: extended config space not accessible
[ 12.675583] pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000
[ 12.682537] pci 0000:06:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[ 12.688524] pci 0000:06:00.0: reg 0x14: [mem 0xef000000-0xef01ffff]
[ 12.694524] pci 0000:06:00.0: reg 0x18: [io 0x1000-0x107f]
[ 12.700588] pci 0000:06:00.0: BAR 0: assigned to efifb
[ 12.705521] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 12.713565] pci 0000:06:00.0: supports D1 D2
[ 12.718509] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 12.724718] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 12.730516] pci 0000:05:00.0: bridge window [io 0x1000-0x1fff]
[ 12.736513] pci 0000:05:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 12.743794] pci 0000:07:00.0: [1022:145a] type 00 class 0x130000
[ 12.749633] pci 0000:07:00.2: [1022:1456] type 00 class 0x108000
[ 12.755529] pci 0000:07:00.2: reg 0x18: [mem 0xef300000-0xef3fffff]
[ 12.761523] pci 0000:07:00.2: reg 0x24: [mem 0xef400000-0xef401fff]
[ 12.768576] pci 0000:07:00.3: [1022:145f] type 00 class 0x0c0330
[ 12.774526] pci 0000:07:00.3: reg 0x10: [mem 0xef200000-0xef2fffff 64bit]
[ 12.781534] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[ 12.787788] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 12.792515] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 12.800124] pci 0000:08:00.0: [1022:1455] type 00 class 0x130000
[ 12.806635] pci 0000:08:00.1: [1022:1468] type 00 class 0x108000
[ 12.812530] pci 0000:08:00.1: reg 0x18: [mem 0xef500000-0xef5fffff]
[ 12.818524] pci 0000:08:00.1: reg 0x24: [mem 0xef600000-0xef601fff]
[ 12.825599] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 12.830515] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 12.837570] pci_bus 0000:00: on NUMA node 0
[ 12.840330] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 10-1f])
[ 12.846516] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 12.855821] acpi PNP0A08:01: _OSC: platform does not support [LTR]
[ 12.862698] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[ 12.870048] PCI host bridge to bus 0000:10
[ 12.874510] pci_bus 0000:10: root bus resource [io 0x2000-0x2fff window]
[ 12.880509] pci_bus 0000:10: root bus resource [mem 0xeb800000-0xebefffff window]
[ 12.888509] pci_bus 0000:10: root bus resource [mem 0x1c00c000000-0x1e005ffffff window]
[ 12.896510] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 12.901534] pci 0000:10:00.0: [1022:1450] type 00 class 0x060000
[ 12.908676] pci 0000:10:00.2: [1022:1451] type 00 class 0x080600
[ 12.914695] pci 0000:10:01.0: [1022:1452] type 00 class 0x060000
[ 12.920640] pci 0000:10:01.1: [1022:1453] type 01 class 0x060400
[ 12.926687] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 12.932896] pci 0000:10:02.0: [1022:1452] type 00 class 0x060000
[ 12.939547] pci 0000:10:03.0: [1022:1452] type 00 class 0x060000
[ 12.945680] pci 0000:10:04.0: [1022:1452] type 00 class 0x060000
[ 12.951676] pci 0000:10:07.0: [1022:1452] type 00 class 0x060000
[ 12.957673] pci 0000:10:07.1: [1022:1454] type 01 class 0x060400
[ 12.964617] pci 0000:10:07.1: PME# supported from D0 D3hot D3cold
[ 12.970850] pci 0000:10:08.0: [1022:1452] type 00 class 0x060000
[ 12.977666] pci 0000:10:08.1: [1022:1454] type 01 class 0x060400
[ 12.983619] pci 0000:10:08.1: PME# supported from D0 D3hot D3cold
[ 12.991587] pci 0000:11:00.0: [8086:1521] type 00 class 0x020000
[ 12.998010] pci 0000:11:00.0: reg 0x10: [mem 0xeb980000-0xeb9fffff]
[ 13.004970] pci 0000:11:00.0: reg 0x18: [io 0x2060-0x207f]
[ 13.010776] pci 0000:11:00.0: reg 0x1c: [mem 0xeba0c000-0xeba0ffff]
[ 13.020933] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[ 13.028323] pci 0000:11:00.0: reg 0x184: [mem 0x1e005fe0000-0x1e005fe3fff 64bit pref]
[ 13.036509] pci 0000:11:00.0: VF(n) BAR0 space: [mem 0x1e005fe0000-0x1e005ffffff 64bit pref] (contains BAR0 for 8 VFs)
[ 13.047621] pci 0000:11:00.0: reg 0x190: [mem 0x1e005fc0000-0x1e005fc3fff 64bit pref]
[ 13.055509] pci 0000:11:00.0: VF(n) BAR3 space: [mem 0x1e005fc0000-0x1e005fdffff 64bit pref] (contains BAR3 for 8 VFs)
[ 13.072103] pci 0000:11:00.1: [8086:1521] type 00 class 0x020000
[ 13.078623] pci 0000:11:00.1: reg 0x10: [mem 0xeb900000-0xeb97ffff]
[ 13.085050] pci 0000:11:00.1: reg 0x18: [io 0x2040-0x205f]
[ 13.091778] pci 0000:11:00.1: reg 0x1c: [mem 0xeba08000-0xeba0bfff]
[ 13.101245] pci 0000:11:00.1: PME# supported from D0 D3hot D3cold
[ 13.108508] pci 0000:11:00.1: reg 0x184: [mem 0x1e005fa0000-0x1e005fa3fff 64bit pref]
[ 13.116512] pci 0000:11:00.1: VF(n) BAR0 space: [mem 0x1e005fa0000-0x1e005fbffff 64bit pref] (contains BAR0 for 8 VFs)
[ 13.127817] pci 0000:11:00.1: reg 0x190: [mem 0x1e005f80000-0x1e005f83fff 64bit pref]
[ 13.135509] pci 0000:11:00.1: VF(n) BAR3 space: [mem 0x1e005f80000-0x1e005f9ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 13.151740] pci 0000:11:00.2: [8086:1521] type 00 class 0x020000
[ 13.158011] pci 0000:11:00.2: reg 0x10: [mem 0xeb880000-0xeb8fffff]
[ 13.165048] pci 0000:11:00.2: reg 0x18: [io 0x2020-0x203f]
[ 13.170777] pci 0000:11:00.2: reg 0x1c: [mem 0xeba04000-0xeba07fff]
[ 13.180897] pci 0000:11:00.2: PME# supported from D0 D3hot D3cold
[ 13.188168] pci 0000:11:00.2: reg 0x184: [mem 0x1e005f60000-0x1e005f63fff 64bit pref]
[ 13.195509] pci 0000:11:00.2: VF(n) BAR0 space: [mem 0x1e005f60000-0x1e005f7ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 13.207208] pci 0000:11:00.2: reg 0x190: [mem 0x1e005f40000-0x1e005f43fff 64bit pref]
[ 13.215509] pci 0000:11:00.2: VF(n) BAR3 space: [mem 0x1e005f40000-0x1e005f5ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 13.231370] pci 0000:11:00.3: [8086:1521] type 00 class 0x020000
[ 13.237898] pci 0000:11:00.3: reg 0x10: [mem 0xeb800000-0xeb87ffff]
[ 13.244736] pci 0000:11:00.3: reg 0x18: [io 0x2000-0x201f]
[ 13.250582] pci 0000:11:00.3: reg 0x1c: [mem 0xeba00000-0xeba03fff]
[ 13.260544] pci 0000:11:00.3: PME# supported from D0 D3hot D3cold
[ 13.267814] pci 0000:11:00.3: reg 0x184: [mem 0x1e005f20000-0x1e005f23fff 64bit pref]
[ 13.275509] pci 0000:11:00.3: VF(n) BAR0 space: [mem 0x1e005f20000-0x1e005f3ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 13.287048] pci 0000:11:00.3: reg 0x190: [mem 0x1e005f00000-0x1e005f03fff 64bit pref]
[ 13.294509] pci 0000:11:00.3: VF(n) BAR3 space: [mem 0x1e005f00000-0x1e005f1ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 13.310834] pci 0000:10:01.1: PCI bridge to [bus 11-12]
[ 13.316514] pci 0000:10:01.1: bridge window [io 0x2000-0x2fff]
[ 13.322511] pci 0000:10:01.1: bridge window [mem 0xeb800000-0xebafffff]
[ 13.328513] pci 0000:10:01.1: bridge window [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 13.337597] pci 0000:13:00.0: [1022:145a] type 00 class 0x130000
[ 13.343778] pci 0000:13:00.2: [1022:1456] type 00 class 0x108000
[ 13.350530] pci 0000:13:00.2: reg 0x18: [mem 0xebd00000-0xebdfffff]
[ 13.356523] pci 0000:13:00.2: reg 0x24: [mem 0xebe00000-0xebe01fff]
[ 13.362821] pci 0000:10:07.1: PCI bridge to [bus 13]
[ 13.367515] pci 0000:10:07.1: bridge window [mem 0xebd00000-0xebefffff]
[ 13.374641] pci 0000:14:00.0: [1022:1455] type 00 class 0x130000
[ 13.380780] pci 0000:14:00.1: [1022:1468] type 00 class 0x108000
[ 13.387530] pci 0000:14:00.1: reg 0x18: [mem 0xebb00000-0xebbfffff]
[ 13.393523] pci 0000:14:00.1: reg 0x24: [mem 0xebc00000-0xebc01fff]
[ 13.399816] pci 0000:14:00.2: [1022:7901] type 00 class 0x010601
[ 13.406557] pci 0000:14:00.2: reg 0x24: [mem 0xebc02000-0xebc02fff]
[ 13.412589] pci 0000:14:00.2: PME# supported from D3hot D3cold
[ 13.418777] pci 0000:10:08.1: PCI bridge to [bus 14]
[ 13.423515] pci 0000:10:08.1: bridge window [mem 0xebb00000-0xebcfffff]
[ 13.430537] pci_bus 0000:10: on NUMA node 1
[ 13.431876] ACPI: PCI Root Bridge [S0D2] (domain 0000 [bus 20-2f])
[ 13.438519] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 13.447818] acpi PNP0A08:02: _OSC: platform does not support [LTR]
[ 13.454076] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[ 13.461518] PCI host bridge to bus 0000:20
[ 13.465510] pci_bus 0000:20: root bus resource [mem 0xe9200000-0xeb5fffff window]
[ 13.473510] pci_bus 0000:20: root bus resource [mem 0x1a012000000-0x1c00bffffff window]
[ 13.481510] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 13.486533] pci 0000:20:00.0: [1022:1450] type 00 class 0x060000
[ 13.492665] pci 0000:20:00.2: [1022:1451] type 00 class 0x080600
[ 13.498699] pci 0000:20:01.0: [1022:1452] type 00 class 0x060000
[ 13.505670] pci 0000:20:02.0: [1022:1452] type 00 class 0x060000
[ 13.511671] pci 0000:20:03.0: [1022:1452] type 00 class 0x060000
[ 13.517646] pci 0000:20:04.0: [1022:1452] type 00 class 0x060000
[ 13.523674] pci 0000:20:07.0: [1022:1452] type 00 class 0x060000
[ 13.529657] pci 0000:20:07.1: [1022:1454] type 01 class 0x060400
[ 13.536556] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 13.542843] pci 0000:20:08.0: [1022:1452] type 00 class 0x060000
[ 13.548658] pci 0000:20:08.1: [1022:1454] type 01 class 0x060400
[ 13.555556] pci 0000:20:08.1: PME# supported from D0 D3hot D3cold
[ 13.562549] pci 0000:21:00.0: [1022:145a] type 00 class 0x130000
[ 13.568762] pci 0000:21:00.2: [1022:1456] type 00 class 0x108000
[ 13.574528] pci 0000:21:00.2: reg 0x18: [mem 0xeb400000-0xeb4fffff]
[ 13.581522] pci 0000:21:00.2: reg 0x24: [mem 0xeb500000-0xeb501fff]
[ 13.587789] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 13.592514] pci 0000:20:07.1: bridge window [mem 0xeb400000-0xeb5fffff]
[ 13.599634] pci 0000:22:00.0: [1022:1455] type 00 class 0x130000
[ 13.605773] pci 0000:22:00.1: [1022:1468] type 00 class 0x108000
[ 13.611528] pci 0000:22:00.1: reg 0x18: [mem 0xeb200000-0xeb2fffff]
[ 13.618522] pci 0000:22:00.1: reg 0x24: [mem 0xeb300000-0xeb301fff]
[ 13.624826] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 13.629515] pci 0000:20:08.1: bridge window [mem 0xeb200000-0xeb3fffff]
[ 13.636533] pci_bus 0000:20: on NUMA node 2
[ 13.637982] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 30-3f])
[ 13.644515] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 13.653565] acpi PNP0A08:03: _OSC: platform does not support [LTR]
[ 13.660074] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[ 13.667621] PCI host bridge to bus 0000:30
[ 13.671510] pci_bus 0000:30: root bus resource [mem 0xe6c00000-0xe8ffffff window]
[ 13.679509] pci_bus 0000:30: root bus resource [mem 0x18018000000-0x1a011ffffff window]
[ 13.687509] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 13.692533] pci 0000:30:00.0: [1022:1450] type 00 class 0x060000
[ 13.698678] pci 0000:30:00.2: [1022:1451] type 00 class 0x080600
[ 13.704709] pci 0000:30:01.0: [1022:1452] type 00 class 0x060000
[ 13.711677] pci 0000:30:02.0: [1022:1452] type 00 class 0x060000
[ 13.717608] pci 0000:30:03.0: [1022:1452] type 00 class 0x060000
[ 13.723670] pci 0000:30:04.0: [1022:1452] type 00 class 0x060000
[ 13.729682] pci 0000:30:07.0: [1022:1452] type 00 class 0x060000
[ 13.735665] pci 0000:30:07.1: [1022:1454] type 01 class 0x060400
[ 13.742619] pci 0000:30:07.1: PME# supported from D0 D3hot D3cold
[ 13.748840] pci 0000:30:08.0: [1022:1452] type 00 class 0x060000
[ 13.755664] pci 0000:30:08.1: [1022:1454] type 01 class 0x060400
[ 13.761824] pci 0000:30:08.1: PME# supported from D0 D3hot D3cold
[ 13.768596] pci 0000:31:00.0: [1022:145a] type 00 class 0x130000
[ 13.774770] pci 0000:31:00.2: [1022:1456] type 00 class 0x108000
[ 13.781529] pci 0000:31:00.2: reg 0x18: [mem 0xe8e00000-0xe8efffff]
[ 13.787523] pci 0000:31:00.2: reg 0x24: [mem 0xe8f00000-0xe8f01fff]
[ 13.793831] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 13.798515] pci 0000:30:07.1: bridge window [mem 0xe8e00000-0xe8ffffff]
[ 13.805645] pci 0000:32:00.0: [1022:1455] type 00 class 0x130000
[ 13.811786] pci 0000:32:00.1: [1022:1468] type 00 class 0x108000
[ 13.818530] pci 0000:32:00.1: reg 0x18: [mem 0xe8c00000-0xe8cfffff]
[ 13.824523] pci 0000:32:00.1: reg 0x24: [mem 0xe8d00000-0xe8d01fff]
[ 13.830836] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 13.836515] pci 0000:30:08.1: bridge window [mem 0xe8c00000-0xe8dfffff]
[ 13.843530] pci_bus 0000:30: on NUMA node 3
[ 13.844273] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus 40-4f])
[ 13.850515] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 13.859816] acpi PNP0A08:04: _OSC: platform does not support [LTR]
[ 13.866631] acpi PNP0A08:04: _OSC: OS now controls [PME PCIeCapability]
[ 13.873904] PCI host bridge to bus 0000:40
[ 13.877510] pci_bus 0000:40: root bus resource [mem 0xe4600000-0xe69fffff window]
[ 13.885509] pci_bus 0000:40: root bus resource [mem 0x1601e000000-0x18017ffffff window]
[ 13.893514] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 13.899534] pci 0000:40:00.0: [1022:1450] type 00 class 0x060000
[ 13.905681] pci 0000:40:00.2: [1022:1451] type 00 class 0x080600
[ 13.911524] pci 0000:40:01.0: [1022:1452] type 00 class 0x060000
[ 13.917679] pci 0000:40:01.1: [1022:1453] type 01 class 0x060400
[ 13.923944] pci 0000:40:01.1: PME# supported from D0 D3hot D3cold
[ 13.931831] pci 0000:40:01.2: [1022:1453] type 01 class 0x060400
[ 13.938636] pci 0000:40:01.2: PME# supported from D0 D3hot D3cold
[ 13.945794] pci 0000:40:02.0: [1022:1452] type 00 class 0x060000
[ 13.951542] pci 0000:40:03.0: [1022:1452] type 00 class 0x060000
[ 13.957685] pci 0000:40:04.0: [1022:1452] type 00 class 0x060000
[ 13.963683] pci 0000:40:07.0: [1022:1452] type 00 class 0x060000
[ 13.969669] pci 0000:40:07.1: [1022:1454] type 01 class 0x060400
[ 13.977571] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[ 13.984804] pci 0000:40:08.0: [1022:1452] type 00 class 0x060000
[ 13.990578] pci 0000:40:08.1: [1022:1454] type 01 class 0x060400
[ 13.997068] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[ 14.005582] pci 0000:40:01.1: PCI bridge to [bus 41]
[ 14.010515] pci 0000:40:01.1: bridge window [mem 0xe4600000-0xe47fffff]
[ 14.016513] pci 0000:40:01.1: bridge window [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 14.026582] pci 0000:40:01.2: PCI bridge to [bus 42]
[ 14.031515] pci 0000:40:01.2: bridge window [mem 0xe4800000-0xe49fffff]
[ 14.037513] pci 0000:40:01.2: bridge window [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 14.047574] pci 0000:43:00.0: [1022:145a] type 00 class 0x130000
[ 14.053795] pci 0000:43:00.2: [1022:1456] type 00 class 0x108000
[ 14.059531] pci 0000:43:00.2: reg 0x18: [mem 0xe6800000-0xe68fffff]
[ 14.065524] pci 0000:43:00.2: reg 0x24: [mem 0xe6900000-0xe6901fff]
[ 14.072845] pci 0000:40:07.1: PCI bridge to [bus 43]
[ 14.077515] pci 0000:40:07.1: bridge window [mem 0xe6800000-0xe69fffff]
[ 14.085581] pci 0000:44:00.0: [1022:1455] type 00 class 0x130000
[ 14.091794] pci 0000:44:00.1: [1022:1468] type 00 class 0x108000
[ 14.097531] pci 0000:44:00.1: reg 0x18: [mem 0xe6600000-0xe66fffff]
[ 14.103525] pci 0000:44:00.1: reg 0x24: [mem 0xe6700000-0xe6701fff]
[ 14.110824] pci 0000:44:00.2: [1022:7901] type 00 class 0x010601
[ 14.116561] pci 0000:44:00.2: reg 0x24: [mem 0xe6702000-0xe6702fff]
[ 14.122594] pci 0000:44:00.2: PME# supported from D3hot D3cold
[ 14.128807] pci 0000:40:08.1: PCI bridge to [bus 44]
[ 14.133515] pci 0000:40:08.1: bridge window [mem 0xe6600000-0xe67fffff]
[ 14.140546] pci_bus 0000:40: on NUMA node 4
[ 14.142017] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus 50-5f])
[ 14.148515] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 14.157610] acpi PNP0A08:05: _OSC: platform does not support [LTR]
[ 14.164074] acpi PNP0A08:05: _OSC: OS now controls [PME PCIeCapability]
[ 14.171683] PCI host bridge to bus 0000:50
[ 14.175511] pci_bus 0000:50: root bus resource [mem 0xe2000000-0xe43fffff window]
[ 14.183510] pci_bus 0000:50: root bus resource [mem 0x14024000000-0x1601dffffff window]
[ 14.191509] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 14.196534] pci 0000:50:00.0: [1022:1450] type 00 class 0x060000
[ 14.202691] pci 0000:50:00.2: [1022:1451] type 00 class 0x080600
[ 14.209713] pci 0000:50:01.0: [1022:1452] type 00 class 0x060000
[ 14.215687] pci 0000:50:02.0: [1022:1452] type 00 class 0x060000
[ 14.221684] pci 0000:50:03.0: [1022:1452] type 00 class 0x060000
[ 14.227685] pci 0000:50:04.0: [1022:1452] type 00 class 0x060000
[ 14.233685] pci 0000:50:07.0: [1022:1452] type 00 class 0x060000
[ 14.240677] pci 0000:50:07.1: [1022:1454] type 01 class 0x060400
[ 14.246628] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 14.252853] pci 0000:50:08.0: [1022:1452] type 00 class 0x060000
[ 14.259579] pci 0000:50:08.1: [1022:1454] type 01 class 0x060400
[ 14.265827] pci 0000:50:08.1: PME# supported from D0 D3hot D3cold
[ 14.272601] pci 0000:51:00.0: [1022:145a] type 00 class 0x130000
[ 14.278800] pci 0000:51:00.2: [1022:1456] type 00 class 0x108000
[ 14.285536] pci 0000:51:00.2: reg 0x18: [mem 0xe4200000-0xe42fffff]
[ 14.291525] pci 0000:51:00.2: reg 0x24: [mem 0xe4300000-0xe4301fff]
[ 14.297850] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 14.303517] pci 0000:50:07.1: bridge window [mem 0xe4200000-0xe43fffff]
[ 14.309644] pci 0000:52:00.0: [1022:1455] type 00 class 0x130000
[ 14.316805] pci 0000:52:00.1: [1022:1468] type 00 class 0x108000
[ 14.322533] pci 0000:52:00.1: reg 0x18: [mem 0xe4000000-0xe40fffff]
[ 14.328526] pci 0000:52:00.1: reg 0x24: [mem 0xe4100000-0xe4101fff]
[ 14.335853] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 14.340516] pci 0000:50:08.1: bridge window [mem 0xe4000000-0xe41fffff]
[ 14.347532] pci_bus 0000:50: on NUMA node 5
[ 14.348447] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 60-6f])
[ 14.354519] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 14.363815] acpi PNP0A08:06: _OSC: platform does not support [LTR]
[ 14.370798] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[ 14.378103] PCI host bridge to bus 0000:60
[ 14.382510] pci_bus 0000:60: root bus resource [io 0x3000-0x3fff window]
[ 14.388510] pci_bus 0000:60: root bus resource [mem 0xdf300000-0xe1dfffff window]
[ 14.396509] pci_bus 0000:60: root bus resource [mem 0x1202a000000-0x14023ffffff window]
[ 14.404510] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 14.410534] pci 0000:60:00.0: [1022:1450] type 00 class 0x060000
[ 14.416689] pci 0000:60:00.2: [1022:1451] type 00 class 0x080600
[ 14.422537] pci 0000:60:01.0: [1022:1452] type 00 class 0x060000
[ 14.428683] pci 0000:60:02.0: [1022:1452] type 00 class 0x060000
[ 14.434679] pci 0000:60:03.0: [1022:1452] type 00 class 0x060000
[ 14.440679] pci 0000:60:03.1: [1022:1453] type 01 class 0x060400
[ 14.447602] pci 0000:60:03.1: PME# supported from D0 D3hot D3cold
[ 14.453847] pci 0000:60:04.0: [1022:1452] type 00 class 0x060000
[ 14.460551] pci 0000:60:07.0: [1022:1452] type 00 class 0x060000
[ 14.466674] pci 0000:60:07.1: [1022:1454] type 01 class 0x060400
[ 14.472680] pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
[ 14.479846] pci 0000:60:08.0: [1022:1452] type 00 class 0x060000
[ 14.485597] pci 0000:60:08.1: [1022:1454] type 01 class 0x060400
[ 14.491814] pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
[ 14.498615] pci 0000:61:00.0: [8086:10fb] type 00 class 0x020000
[ 14.504533] pci 0000:61:00.0: reg 0x10: [mem 0xe1480000-0xe14fffff 64bit]
[ 14.511519] pci 0000:61:00.0: reg 0x18: [io 0x3020-0x303f]
[ 14.517534] pci 0000:61:00.0: reg 0x20: [mem 0xe1904000-0xe1907fff 64bit]
[ 14.524518] pci 0000:61:00.0: reg 0x30: [mem 0xe1400000-0xe147ffff pref]
[ 14.530609] pci 0000:61:00.0: PME# supported from D0 D3hot
[ 14.536554] pci 0000:61:00.0: reg 0x184: [mem 0xe1800000-0xe1803fff 64bit]
[ 14.543509] pci 0000:61:00.0: VF(n) BAR0 space: [mem 0xe1800000-0xe18fffff 64bit] (contains BAR0 for 64 VFs)
[ 14.553534] pci 0000:61:00.0: reg 0x190: [mem 0xe1700000-0xe1703fff 64bit]
[ 14.560510] pci 0000:61:00.0: VF(n) BAR3 space: [mem 0xe1700000-0xe17fffff 64bit] (contains BAR3 for 64 VFs)
[ 14.570641] pci 0000:61:00.1: [8086:10fb] type 00 class 0x020000
[ 14.576533] pci 0000:61:00.1: reg 0x10: [mem 0xe1380000-0xe13fffff 64bit]
[ 14.583509] pci 0000:61:00.1: reg 0x18: [io 0x3000-0x301f]
[ 14.589534] pci 0000:61:00.1: reg 0x20: [mem 0xe1900000-0xe1903fff 64bit]
[ 14.595519] pci 0000:61:00.1: reg 0x30: [mem 0xe1300000-0xe137ffff pref]
[ 14.602608] pci 0000:61:00.1: PME# supported from D0 D3hot
[ 14.608546] pci 0000:61:00.1: reg 0x184: [mem 0xe1600000-0xe1603fff 64bit]
[ 14.615509] pci 0000:61:00.1: VF(n) BAR0 space: [mem 0xe1600000-0xe16fffff 64bit] (contains BAR0 for 64 VFs)
[ 14.625536] pci 0000:61:00.1: reg 0x190: [mem 0xe1500000-0xe1503fff 64bit]
[ 14.631509] pci 0000:61:00.1: VF(n) BAR3 space: [mem 0xe1500000-0xe15fffff 64bit] (contains BAR3 for 64 VFs)
[ 14.642011] pci 0000:60:03.1: PCI bridge to [bus 61-62]
[ 14.647514] pci 0000:60:03.1: bridge window [io 0x3000-0x3fff]
[ 14.653511] pci 0000:60:03.1: bridge window [mem 0xe1300000-0xe19fffff]
[ 14.660928] pci 0000:63:00.0: [1022:145a] type 00 class 0x130000
[ 14.666806] pci 0000:63:00.2: [1022:1456] type 00 class 0x108000
[ 14.673531] pci 0000:63:00.2: reg 0x18: [mem 0xe1c00000-0xe1cfffff]
[ 14.679525] pci 0000:63:00.2: reg 0x24: [mem 0xe1d00000-0xe1d01fff]
[ 14.685844] pci 0000:60:07.1: PCI bridge to [bus 63]
[ 14.691521] pci 0000:60:07.1: bridge window [mem 0xe1c00000-0xe1dfffff]
[ 14.697640] pci 0000:64:00.0: [1022:1455] type 00 class 0x130000
[ 14.704798] pci 0000:64:00.1: [1022:1468] type 00 class 0x108000
[ 14.710523] pci 0000:64:00.1: reg 0x18: [mem 0xe1a00000-0xe1afffff]
[ 14.716525] pci 0000:64:00.1: reg 0x24: [mem 0xe1b00000-0xe1b01fff]
[ 14.723851] pci 0000:60:08.1: PCI bridge to [bus 64]
[ 14.728516] pci 0000:60:08.1: bridge window [mem 0xe1a00000-0xe1bfffff]
[ 14.735542] pci_bus 0000:60: on NUMA node 6
[ 14.736510] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus 70-7f])
[ 14.742515] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 14.751819] acpi PNP0A08:07: _OSC: platform does not support [LTR]
[ 14.758860] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[ 14.766154] PCI host bridge to bus 0000:70
[ 14.770510] pci_bus 0000:70: root bus resource [mem 0xdcd00000-0xdf0fffff window]
[ 14.777509] pci_bus 0000:70: root bus resource [mem 0x10030000000-0x12029ffffff window]
[ 14.785509] pci_bus 0000:70: root bus resource [bus 70-7f]
[ 14.791535] pci 0000:70:00.0: [1022:1450] type 00 class 0x060000
[ 14.797545] pci 0000:70:00.2: [1022:1451] type 00 class 0x080600
[ 14.803713] pci 0000:70:01.0: [1022:1452] type 00 class 0x060000
[ 14.809690] pci 0000:70:02.0: [1022:1452] type 00 class 0x060000
[ 14.815681] pci 0000:70:03.0: [1022:1452] type 00 class 0x060000
[ 14.822686] pci 0000:70:04.0: [1022:1452] type 00 class 0x060000
[ 14.828596] pci 0000:70:07.0: [1022:1452] type 00 class 0x060000
[ 14.834678] pci 0000:70:07.1: [1022:1454] type 01 class 0x060400
[ 14.840683] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 14.847830] pci 0000:70:08.0: [1022:1452] type 00 class 0x060000
[ 14.853677] pci 0000:70:08.1: [1022:1454] type 01 class 0x060400
[ 14.860627] pci 0000:70:08.1: PME# supported from D0 D3hot D3cold
[ 14.867606] pci 0000:71:00.0: [1022:145a] type 00 class 0x130000
[ 14.873797] pci 0000:71:00.2: [1022:1456] type 00 class 0x108000
[ 14.880533] pci 0000:71:00.2: reg 0x18: [mem 0xdef00000-0xdeffffff]
[ 14.886529] pci 0000:71:00.2: reg 0x24: [mem 0xdf000000-0xdf001fff]
[ 14.892842] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 14.898515] pci 0000:70:07.1: bridge window [mem 0xdef00000-0xdf0fffff]
[ 14.904645] pci 0000:72:00.0: [1022:1455] type 00 class 0x130000
[ 14.910801] pci 0000:72:00.1: [1022:1468] type 00 class 0x108000
[ 14.917533] pci 0000:72:00.1: reg 0x18: [mem 0xded00000-0xdedfffff]
[ 14.923525] pci 0000:72:00.1: reg 0x24: [mem 0xdee00000-0xdee01fff]
[ 14.929860] pci 0000:70:08.1: PCI bridge to [bus 72]
[ 14.935516] pci 0000:70:08.1: bridge window [mem 0xded00000-0xdeefffff]
[ 14.942533] pci_bus 0000:70: on NUMA node 7
[ 14.943038] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 14.948680] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 14.955715] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 14.961687] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 14.967514] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 14.973589] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 14.979645] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 14.985644] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 14.992288] iommu: Default domain type: Translated
[ 14.997509] iommu: DMA domain TLB invalidation policy: lazy mode
[ 15.003843] SCSI subsystem initialized
[ 15.007788] libata version 3.00 loaded.
[ 15.007788] ACPI: bus type USB registered
[ 15.011562] usbcore: registered new interface driver usbfs
[ 15.017530] usbcore: registered new interface driver hub
[ 15.022732] usbcore: registered new device driver usb
[ 15.028551] mc: Linux media interface: v0.10
[ 15.032537] videodev: Linux video capture interface: v2.00
[ 15.038524] pps_core: LinuxPPS API ver. 1 registered
[ 15.043509] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 15.052516] PTP clock support registered
[ 15.058524] efivars: Registered efivars operations
[ 15.064652] PCI: Using ACPI for IRQ routing
[ 15.077994] PCI: pci_cache_line_size set to 64 bytes
[ 15.078760] e820: reserve RAM buffer [mem 0x75db0000-0x77ffffff]
[ 15.078768] e820: reserve RAM buffer [mem 0xc6699000-0xc7ffffff]
[ 15.078774] e820: reserve RAM buffer [mem 0xc9cf5000-0xcbffffff]
[ 15.078780] e820: reserve RAM buffer [mem 0xc9e1c000-0xcbffffff]
[ 15.078785] e820: reserve RAM buffer [mem 0x202f380000-0x202fffffff]
[ 15.078791] e820: reserve RAM buffer [mem 0x402ff80000-0x402fffffff]
[ 15.078796] e820: reserve RAM buffer [mem 0x602ff80000-0x602fffffff]
[ 15.078801] e820: reserve RAM buffer [mem 0x802ff80000-0x802fffffff]
[ 15.078806] e820: reserve RAM buffer [mem 0xa02ff80000-0xa02fffffff]
[ 15.078811] e820: reserve RAM buffer [mem 0xc02ff80000-0xc02fffffff]
[ 15.078816] e820: reserve RAM buffer [mem 0xe02ff80000-0xe02fffffff]
[ 15.078822] e820: reserve RAM buffer [mem 0x1002ff80000-0x1002fffffff]
[ 15.079596] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 15.080505] pci 0000:06:00.0: vgaarb: bridge control possible
[ 15.080505] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 15.099586] vgaarb: loaded
[ 15.102627] sysfb: VRAM smaller than advertised
[ 15.107626] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 15.112508] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 15.121539] clocksource: Switched to clocksource tsc-early
[ 15.128023] VFS: Disk quotas dquot_6.6.0
[ 15.132129] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 15.139406] FS-Cache: Loaded
[ 15.142625] CacheFiles: Loaded
[ 15.145752] pnp: PnP ACPI init
[ 15.149313] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 15.157599] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 15.163547] system 00:02: [io 0x0a10-0x0a1f] has been reserved
[ 15.169490] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 15.175437] system 00:02: [io 0x0a30-0x0a3f] has been reserved
[ 15.181380] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 15.188018] pnp 00:03: [dma 0 disabled]
[ 15.188783] pnp 00:04: [dma 0 disabled]
[ 15.190174] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 15.196123] system 00:05: [io 0x040b] has been reserved
[ 15.201463] system 00:05: [io 0x04d6] has been reserved
[ 15.206800] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 15.212746] system 00:05: [io 0x0c14] has been reserved
[ 15.218085] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 15.224034] system 00:05: [io 0x0c52] has been reserved
[ 15.229371] system 00:05: [io 0x0c6c] has been reserved
[ 15.234708] system 00:05: [io 0x0c6f] has been reserved
[ 15.240046] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 15.245991] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 15.251950] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 15.257893] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 15.263841] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 15.269783] system 00:05: [io 0x0800-0x089f] has been reserved
[ 15.275728] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 15.281671] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 15.287617] system 00:05: [io 0x0900-0x090f] has been reserved
[ 15.293562] system 00:05: [io 0x0910-0x091f] has been reserved
[ 15.299512] system 00:05: [io 0xfe00-0xfefe] has been reserved
[ 15.305455] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 15.312443] system 00:05: [mem 0xfec01000-0xfec01fff] has been reserved
[ 15.319082] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 15.325717] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 15.332357] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 15.339341] system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
[ 15.345981] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 15.352619] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 15.363754] pnp: PnP ACPI: found 6 devices
[ 15.378070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 15.387177] NET: Registered PF_INET protocol family
[ 15.392865] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 15.410517] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 15.419812] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 15.427829] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 15.437588] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 15.445627] TCP: Hash tables configured (established 524288 bind 65536)
[ 15.452842] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 15.460687] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 15.469376] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 15.475126] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 15.483338] pci 0000:00:01.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 15.491574] pci 0000:00:01.1: BAR 13: no space for [io size 0x1000]
[ 15.497950] pci 0000:00:01.1: BAR 13: failed to assign [io size 0x1000]
[ 15.504677] pci 0000:00:01.2: BAR 13: no space for [io size 0x1000]
[ 15.511050] pci 0000:00:01.2: BAR 13: failed to assign [io size 0x1000]
[ 15.517797] pci 0000:00:01.2: BAR 13: no space for [io size 0x1000]
[ 15.524171] pci 0000:00:01.2: BAR 13: failed to assign [io size 0x1000]
[ 15.530890] pci 0000:00:01.1: BAR 13: no space for [io size 0x1000]
[ 15.537268] pci 0000:00:01.1: BAR 13: failed to assign [io size 0x1000]
[ 15.543990] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 15.548983] pci 0000:00:01.1: bridge window [mem 0xec000000-0xec1fffff]
[ 15.555791] pci 0000:00:01.1: bridge window [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 15.564083] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 15.569073] pci 0000:00:01.2: bridge window [mem 0xec200000-0xec3fffff]
[ 15.575882] pci 0000:00:01.2: bridge window [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 15.584177] pci 0000:00:01.3: PCI bridge to [bus 03]
[ 15.589169] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 15.595983] pci 0000:00:01.4: PCI bridge to [bus 04]
[ 15.600972] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 15.607793] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 15.612787] pci 0000:05:00.0: bridge window [io 0x1000-0x1fff]
[ 15.618908] pci 0000:05:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 15.625743] pci 0000:00:02.1: PCI bridge to [bus 05-06]
[ 15.630990] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 15.637101] pci 0000:00:02.1: bridge window [mem 0xee000000-0xef0fffff]
[ 15.643922] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 15.648919] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 15.655744] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 15.660728] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 15.667576] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 15.673776] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 15.679974] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 15.686176] pci_bus 0000:00: resource 7 [io 0x0d00-0x1fff window]
[ 15.692381] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 15.699274] pci_bus 0000:00: resource 9 [mem 0xec000000-0xefffffff window]
[ 15.706166] pci_bus 0000:00: resource 10 [mem 0x1e006000000-0x1ffffffffff window]
[ 15.713676] pci_bus 0000:01: resource 1 [mem 0xec000000-0xec1fffff]
[ 15.719963] pci_bus 0000:01: resource 2 [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 15.727733] pci_bus 0000:02: resource 1 [mem 0xec200000-0xec3fffff]
[ 15.734043] pci_bus 0000:02: resource 2 [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 15.741805] pci_bus 0000:03: resource 1 [mem 0xef800000-0xef8fffff]
[ 15.748096] pci_bus 0000:04: resource 1 [mem 0xef700000-0xef7fffff]
[ 15.754382] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 15.759982] pci_bus 0000:05: resource 1 [mem 0xee000000-0xef0fffff]
[ 15.766271] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
[ 15.771858] pci_bus 0000:06: resource 1 [mem 0xee000000-0xef0fffff]
[ 15.778146] pci_bus 0000:07: resource 1 [mem 0xef200000-0xef4fffff]
[ 15.784435] pci_bus 0000:08: resource 1 [mem 0xef500000-0xef6fffff]
[ 15.790852] pci 0000:10:01.1: PCI bridge to [bus 11-12]
[ 15.796107] pci 0000:10:01.1: bridge window [io 0x2000-0x2fff]
[ 15.802222] pci 0000:10:01.1: bridge window [mem 0xeb800000-0xebafffff]
[ 15.809033] pci 0000:10:01.1: bridge window [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 15.817323] pci 0000:10:07.1: PCI bridge to [bus 13]
[ 15.822310] pci 0000:10:07.1: bridge window [mem 0xebd00000-0xebefffff]
[ 15.829132] pci 0000:10:08.1: PCI bridge to [bus 14]
[ 15.834121] pci 0000:10:08.1: bridge window [mem 0xebb00000-0xebcfffff]
[ 15.840961] pci_bus 0000:10: resource 4 [io 0x2000-0x2fff window]
[ 15.847164] pci_bus 0000:10: resource 5 [mem 0xeb800000-0xebefffff window]
[ 15.854054] pci_bus 0000:10: resource 6 [mem 0x1c00c000000-0x1e005ffffff window]
[ 15.861472] pci_bus 0000:11: resource 0 [io 0x2000-0x2fff]
[ 15.867066] pci_bus 0000:11: resource 1 [mem 0xeb800000-0xebafffff]
[ 15.873361] pci_bus 0000:11: resource 2 [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 15.881121] pci_bus 0000:13: resource 1 [mem 0xebd00000-0xebefffff]
[ 15.887406] pci_bus 0000:14: resource 1 [mem 0xebb00000-0xebcfffff]
[ 15.893794] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 15.898781] pci 0000:20:07.1: bridge window [mem 0xeb400000-0xeb5fffff]
[ 15.905601] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 15.910594] pci 0000:20:08.1: bridge window [mem 0xeb200000-0xeb3fffff]
[ 15.917418] pci_bus 0000:20: resource 4 [mem 0xe9200000-0xeb5fffff window]
[ 15.924317] pci_bus 0000:20: resource 5 [mem 0x1a012000000-0x1c00bffffff window]
[ 15.931740] pci_bus 0000:21: resource 1 [mem 0xeb400000-0xeb5fffff]
[ 15.938031] pci_bus 0000:22: resource 1 [mem 0xeb200000-0xeb3fffff]
[ 15.944432] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 15.949443] pci 0000:30:07.1: bridge window [mem 0xe8e00000-0xe8ffffff]
[ 15.956266] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 15.961258] pci 0000:30:08.1: bridge window [mem 0xe8c00000-0xe8dfffff]
[ 15.968081] pci_bus 0000:30: resource 4 [mem 0xe6c00000-0xe8ffffff window]
[ 15.974977] pci_bus 0000:30: resource 5 [mem 0x18018000000-0x1a011ffffff window]
[ 15.982397] pci_bus 0000:31: resource 1 [mem 0xe8e00000-0xe8ffffff]
[ 15.988684] pci_bus 0000:32: resource 1 [mem 0xe8c00000-0xe8dfffff]
[ 15.995042] pci 0000:40:01.1: bridge window [io 0x1000-0x0fff] to [bus 41] add_size 1000
[ 16.003247] pci 0000:40:01.2: bridge window [io 0x1000-0x0fff] to [bus 42] add_size 1000
[ 16.011458] pci 0000:40:01.1: BAR 13: no space for [io size 0x1000]
[ 16.017836] pci 0000:40:01.1: BAR 13: failed to assign [io size 0x1000]
[ 16.024555] pci 0000:40:01.2: BAR 13: no space for [io size 0x1000]
[ 16.030926] pci 0000:40:01.2: BAR 13: failed to assign [io size 0x1000]
[ 16.037653] pci 0000:40:01.2: BAR 13: no space for [io size 0x1000]
[ 16.044033] pci 0000:40:01.2: BAR 13: failed to assign [io size 0x1000]
[ 16.050761] pci 0000:40:01.1: BAR 13: no space for [io size 0x1000]
[ 16.057154] pci 0000:40:01.1: BAR 13: failed to assign [io size 0x1000]
[ 16.063879] pci 0000:40:01.1: PCI bridge to [bus 41]
[ 16.068865] pci 0000:40:01.1: bridge window [mem 0xe4600000-0xe47fffff]
[ 16.075675] pci 0000:40:01.1: bridge window [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 16.083966] pci 0000:40:01.2: PCI bridge to [bus 42]
[ 16.088955] pci 0000:40:01.2: bridge window [mem 0xe4800000-0xe49fffff]
[ 16.095769] pci 0000:40:01.2: bridge window [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 16.104063] pci 0000:40:07.1: PCI bridge to [bus 43]
[ 16.109051] pci 0000:40:07.1: bridge window [mem 0xe6800000-0xe69fffff]
[ 16.115870] pci 0000:40:08.1: PCI bridge to [bus 44]
[ 16.120856] pci 0000:40:08.1: bridge window [mem 0xe6600000-0xe67fffff]
[ 16.127673] pci_bus 0000:40: resource 4 [mem 0xe4600000-0xe69fffff window]
[ 16.134562] pci_bus 0000:40: resource 5 [mem 0x1601e000000-0x18017ffffff window]
[ 16.141983] pci_bus 0000:41: resource 1 [mem 0xe4600000-0xe47fffff]
[ 16.148264] pci_bus 0000:41: resource 2 [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 16.156031] pci_bus 0000:42: resource 1 [mem 0xe4800000-0xe49fffff]
[ 16.162320] pci_bus 0000:42: resource 2 [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 16.170110] pci_bus 0000:43: resource 1 [mem 0xe6800000-0xe69fffff]
[ 16.176396] pci_bus 0000:44: resource 1 [mem 0xe6600000-0xe67fffff]
[ 16.182751] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 16.187737] pci 0000:50:07.1: bridge window [mem 0xe4200000-0xe43fffff]
[ 16.194556] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 16.199544] pci 0000:50:08.1: bridge window [mem 0xe4000000-0xe41fffff]
[ 16.206355] pci_bus 0000:50: resource 4 [mem 0xe2000000-0xe43fffff window]
[ 16.213247] pci_bus 0000:50: resource 5 [mem 0x14024000000-0x1601dffffff window]
[ 16.220666] pci_bus 0000:51: resource 1 [mem 0xe4200000-0xe43fffff]
[ 16.226956] pci_bus 0000:52: resource 1 [mem 0xe4000000-0xe41fffff]
[ 16.233328] pci 0000:60:03.1: PCI bridge to [bus 61-62]
[ 16.238573] pci 0000:60:03.1: bridge window [io 0x3000-0x3fff]
[ 16.244685] pci 0000:60:03.1: bridge window [mem 0xe1300000-0xe19fffff]
[ 16.251503] pci 0000:60:07.1: PCI bridge to [bus 63]
[ 16.256491] pci 0000:60:07.1: bridge window [mem 0xe1c00000-0xe1dfffff]
[ 16.263306] pci 0000:60:08.1: PCI bridge to [bus 64]
[ 16.268300] pci 0000:60:08.1: bridge window [mem 0xe1a00000-0xe1bfffff]
[ 16.275129] pci_bus 0000:60: resource 4 [io 0x3000-0x3fff window]
[ 16.281327] pci_bus 0000:60: resource 5 [mem 0xdf300000-0xe1dfffff window]
[ 16.288224] pci_bus 0000:60: resource 6 [mem 0x1202a000000-0x14023ffffff window]
[ 16.295648] pci_bus 0000:61: resource 0 [io 0x3000-0x3fff]
[ 16.301243] pci_bus 0000:61: resource 1 [mem 0xe1300000-0xe19fffff]
[ 16.307529] pci_bus 0000:63: resource 1 [mem 0xe1c00000-0xe1dfffff]
[ 16.313817] pci_bus 0000:64: resource 1 [mem 0xe1a00000-0xe1bfffff]
[ 16.320184] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 16.325176] pci 0000:70:07.1: bridge window [mem 0xdef00000-0xdf0fffff]
[ 16.331990] pci 0000:70:08.1: PCI bridge to [bus 72]
[ 16.336978] pci 0000:70:08.1: bridge window [mem 0xded00000-0xdeefffff]
[ 16.343798] pci_bus 0000:70: resource 4 [mem 0xdcd00000-0xdf0fffff window]
[ 16.350695] pci_bus 0000:70: resource 5 [mem 0x10030000000-0x12029ffffff window]
[ 16.358118] pci_bus 0000:71: resource 1 [mem 0xdef00000-0xdf0fffff]
[ 16.364407] pci_bus 0000:72: resource 1 [mem 0xded00000-0xdeefffff]
[ 16.372814] PCI: CLS 64 bytes, default 64
[ 16.376878] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 16.377037] Trying to unpack rootfs image as initramfs...
[ 16.384219] pci 0000:00:01.0: Adding to iommu group 0
[ 16.394462] pci 0000:00:01.1: Adding to iommu group 1
[ 16.399696] pci 0000:00:01.2: Adding to iommu group 2
[ 16.404929] pci 0000:00:01.3: Adding to iommu group 3
[ 16.410182] pci 0000:00:01.4: Adding to iommu group 4
[ 16.415544] pci 0000:00:02.0: Adding to iommu group 5
[ 16.420779] pci 0000:00:02.1: Adding to iommu group 6
[ 16.426159] pci 0000:00:03.0: Adding to iommu group 7
[ 16.431521] pci 0000:00:04.0: Adding to iommu group 8
[ 16.436882] pci 0000:00:07.0: Adding to iommu group 9
[ 16.442119] pci 0000:00:07.1: Adding to iommu group 10
[ 16.447566] pci 0000:00:08.0: Adding to iommu group 11
[ 16.452897] pci 0000:00:08.1: Adding to iommu group 12
[ 16.458481] pci 0000:00:14.0: Adding to iommu group 13
[ 16.463802] pci 0000:00:14.3: Adding to iommu group 13
[ 16.470208] pci 0000:00:18.0: Adding to iommu group 14
[ 16.475534] pci 0000:00:18.1: Adding to iommu group 14
[ 16.480861] pci 0000:00:18.2: Adding to iommu group 14
[ 16.486179] pci 0000:00:18.3: Adding to iommu group 14
[ 16.491530] pci 0000:00:18.4: Adding to iommu group 14
[ 16.496850] pci 0000:00:18.5: Adding to iommu group 14
[ 16.502171] pci 0000:00:18.6: Adding to iommu group 14
[ 16.507496] pci 0000:00:18.7: Adding to iommu group 14
[ 16.513889] pci 0000:00:19.0: Adding to iommu group 15
[ 16.519216] pci 0000:00:19.1: Adding to iommu group 15
[ 16.524555] pci 0000:00:19.2: Adding to iommu group 15
[ 16.529887] pci 0000:00:19.3: Adding to iommu group 15
[ 16.535217] pci 0000:00:19.4: Adding to iommu group 15
[ 16.540548] pci 0000:00:19.5: Adding to iommu group 15
[ 16.545871] pci 0000:00:19.6: Adding to iommu group 15
[ 16.551198] pci 0000:00:19.7: Adding to iommu group 15
[ 16.557607] pci 0000:00:1a.0: Adding to iommu group 16
[ 16.562946] pci 0000:00:1a.1: Adding to iommu group 16
[ 16.568276] pci 0000:00:1a.2: Adding to iommu group 16
[ 16.573608] pci 0000:00:1a.3: Adding to iommu group 16
[ 16.578966] pci 0000:00:1a.4: Adding to iommu group 16
[ 16.584303] pci 0000:00:1a.5: Adding to iommu group 16
[ 16.589640] pci 0000:00:1a.6: Adding to iommu group 16
[ 16.594998] pci 0000:00:1a.7: Adding to iommu group 16
[ 16.601412] pci 0000:00:1b.0: Adding to iommu group 17
[ 16.606754] pci 0000:00:1b.1: Adding to iommu group 17
[ 16.612105] pci 0000:00:1b.2: Adding to iommu group 17
[ 16.617450] pci 0000:00:1b.3: Adding to iommu group 17
[ 16.622791] pci 0000:00:1b.4: Adding to iommu group 17
[ 16.628121] pci 0000:00:1b.5: Adding to iommu group 17
[ 16.633467] pci 0000:00:1b.6: Adding to iommu group 17
[ 16.638804] pci 0000:00:1b.7: Adding to iommu group 17
[ 16.645203] pci 0000:00:1c.0: Adding to iommu group 18
[ 16.650542] pci 0000:00:1c.1: Adding to iommu group 18
[ 16.655892] pci 0000:00:1c.2: Adding to iommu group 18
[ 16.661233] pci 0000:00:1c.3: Adding to iommu group 18
[ 16.666577] pci 0000:00:1c.4: Adding to iommu group 18
[ 16.671924] pci 0000:00:1c.5: Adding to iommu group 18
[ 16.677277] pci 0000:00:1c.6: Adding to iommu group 18
[ 16.682623] pci 0000:00:1c.7: Adding to iommu group 18
[ 16.689038] pci 0000:00:1d.0: Adding to iommu group 19
[ 16.694384] pci 0000:00:1d.1: Adding to iommu group 19
[ 16.699752] pci 0000:00:1d.2: Adding to iommu group 19
[ 16.705102] pci 0000:00:1d.3: Adding to iommu group 19
[ 16.710453] pci 0000:00:1d.4: Adding to iommu group 19
[ 16.715801] pci 0000:00:1d.5: Adding to iommu group 19
[ 16.720891] Freeing initrd memory: 14688K
[ 16.721176] pci 0000:00:1d.6: Adding to iommu group 19
[ 16.730342] pci 0000:00:1d.7: Adding to iommu group 19
[ 16.736747] pci 0000:00:1e.0: Adding to iommu group 20
[ 16.742112] pci 0000:00:1e.1: Adding to iommu group 20
[ 16.747464] pci 0000:00:1e.2: Adding to iommu group 20
[ 16.752828] pci 0000:00:1e.3: Adding to iommu group 20
[ 16.758183] pci 0000:00:1e.4: Adding to iommu group 20
[ 16.763548] pci 0000:00:1e.5: Adding to iommu group 20
[ 16.768906] pci 0000:00:1e.6: Adding to iommu group 20
[ 16.774258] pci 0000:00:1e.7: Adding to iommu group 20
[ 16.780653] pci 0000:00:1f.0: Adding to iommu group 21
[ 16.786022] pci 0000:00:1f.1: Adding to iommu group 21
[ 16.791383] pci 0000:00:1f.2: Adding to iommu group 21
[ 16.796743] pci 0000:00:1f.3: Adding to iommu group 21
[ 16.802121] pci 0000:00:1f.4: Adding to iommu group 21
[ 16.807498] pci 0000:00:1f.5: Adding to iommu group 21
[ 16.812860] pci 0000:00:1f.6: Adding to iommu group 21
[ 16.818219] pci 0000:00:1f.7: Adding to iommu group 21
[ 16.823540] pci 0000:03:00.0: Adding to iommu group 22
[ 16.828859] pci 0000:04:00.0: Adding to iommu group 23
[ 16.834175] pci 0000:05:00.0: Adding to iommu group 24
[ 16.839354] pci 0000:06:00.0: Adding to iommu group 24
[ 16.844668] pci 0000:07:00.0: Adding to iommu group 25
[ 16.849988] pci 0000:07:00.2: Adding to iommu group 26
[ 16.855304] pci 0000:07:00.3: Adding to iommu group 27
[ 16.860622] pci 0000:08:00.0: Adding to iommu group 28
[ 16.865941] pci 0000:08:00.1: Adding to iommu group 29
[ 16.907309] pci 0000:10:00.2: AMD-Vi: IOMMU performance counters supported
[ 16.914693] pci 0000:10:01.0: Adding to iommu group 30
[ 16.920039] pci 0000:10:01.1: Adding to iommu group 31
[ 16.925480] pci 0000:10:02.0: Adding to iommu group 32
[ 16.930919] pci 0000:10:03.0: Adding to iommu group 33
[ 16.936364] pci 0000:10:04.0: Adding to iommu group 34
[ 16.941837] pci 0000:10:07.0: Adding to iommu group 35
[ 16.947157] pci 0000:10:07.1: Adding to iommu group 36
[ 16.952603] pci 0000:10:08.0: Adding to iommu group 37
[ 16.957917] pci 0000:10:08.1: Adding to iommu group 38
[ 16.963227] pci 0000:11:00.0: Adding to iommu group 39
[ 16.968543] pci 0000:11:00.1: Adding to iommu group 40
[ 16.973872] pci 0000:11:00.2: Adding to iommu group 41
[ 16.979182] pci 0000:11:00.3: Adding to iommu group 42
[ 16.984502] pci 0000:13:00.0: Adding to iommu group 43
[ 16.989815] pci 0000:13:00.2: Adding to iommu group 44
[ 16.995134] pci 0000:14:00.0: Adding to iommu group 45
[ 17.000450] pci 0000:14:00.1: Adding to iommu group 46
[ 17.005764] pci 0000:14:00.2: Adding to iommu group 47
[ 17.032285] pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.039658] pci 0000:20:01.0: Adding to iommu group 48
[ 17.045107] pci 0000:20:02.0: Adding to iommu group 49
[ 17.050552] pci 0000:20:03.0: Adding to iommu group 50
[ 17.056009] pci 0000:20:04.0: Adding to iommu group 51
[ 17.061455] pci 0000:20:07.0: Adding to iommu group 52
[ 17.066768] pci 0000:20:07.1: Adding to iommu group 53
[ 17.072214] pci 0000:20:08.0: Adding to iommu group 54
[ 17.077531] pci 0000:20:08.1: Adding to iommu group 55
[ 17.082848] pci 0000:21:00.0: Adding to iommu group 56
[ 17.088161] pci 0000:21:00.2: Adding to iommu group 57
[ 17.093481] pci 0000:22:00.0: Adding to iommu group 58
[ 17.098796] pci 0000:22:00.1: Adding to iommu group 59
[ 17.117425] pci 0000:30:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.124810] pci 0000:30:01.0: Adding to iommu group 60
[ 17.130247] pci 0000:30:02.0: Adding to iommu group 61
[ 17.135711] pci 0000:30:03.0: Adding to iommu group 62
[ 17.141168] pci 0000:30:04.0: Adding to iommu group 63
[ 17.146614] pci 0000:30:07.0: Adding to iommu group 64
[ 17.151945] pci 0000:30:07.1: Adding to iommu group 65
[ 17.157386] pci 0000:30:08.0: Adding to iommu group 66
[ 17.162701] pci 0000:30:08.1: Adding to iommu group 67
[ 17.168022] pci 0000:31:00.0: Adding to iommu group 68
[ 17.173336] pci 0000:31:00.2: Adding to iommu group 69
[ 17.178651] pci 0000:32:00.0: Adding to iommu group 70
[ 17.183980] pci 0000:32:00.1: Adding to iommu group 71
[ 17.202571] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.209984] pci 0000:40:01.0: Adding to iommu group 72
[ 17.215300] pci 0000:40:01.1: Adding to iommu group 73
[ 17.220610] pci 0000:40:01.2: Adding to iommu group 74
[ 17.226057] pci 0000:40:02.0: Adding to iommu group 75
[ 17.231492] pci 0000:40:03.0: Adding to iommu group 76
[ 17.236927] pci 0000:40:04.0: Adding to iommu group 77
[ 17.242380] pci 0000:40:07.0: Adding to iommu group 78
[ 17.247721] pci 0000:40:07.1: Adding to iommu group 79
[ 17.253170] pci 0000:40:08.0: Adding to iommu group 80
[ 17.258487] pci 0000:40:08.1: Adding to iommu group 81
[ 17.263802] pci 0000:43:00.0: Adding to iommu group 82
[ 17.269122] pci 0000:43:00.2: Adding to iommu group 83
[ 17.274441] pci 0000:44:00.0: Adding to iommu group 84
[ 17.279753] pci 0000:44:00.1: Adding to iommu group 85
[ 17.285074] pci 0000:44:00.2: Adding to iommu group 86
[ 17.307511] pci 0000:50:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.314898] pci 0000:50:01.0: Adding to iommu group 87
[ 17.320337] pci 0000:50:02.0: Adding to iommu group 88
[ 17.325783] pci 0000:50:03.0: Adding to iommu group 89
[ 17.331221] pci 0000:50:04.0: Adding to iommu group 90
[ 17.336668] pci 0000:50:07.0: Adding to iommu group 91
[ 17.341999] pci 0000:50:07.1: Adding to iommu group 92
[ 17.347446] pci 0000:50:08.0: Adding to iommu group 93
[ 17.352764] pci 0000:50:08.1: Adding to iommu group 94
[ 17.358110] pci 0000:51:00.0: Adding to iommu group 95
[ 17.363427] pci 0000:51:00.2: Adding to iommu group 96
[ 17.368745] pci 0000:52:00.0: Adding to iommu group 97
[ 17.374062] pci 0000:52:00.1: Adding to iommu group 98
[ 17.393148] pci 0000:60:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.400538] pci 0000:60:01.0: Adding to iommu group 99
[ 17.405994] pci 0000:60:02.0: Adding to iommu group 100
[ 17.411518] pci 0000:60:03.0: Adding to iommu group 101
[ 17.416921] pci 0000:60:03.1: Adding to iommu group 102
[ 17.422455] pci 0000:60:04.0: Adding to iommu group 103
[ 17.427999] pci 0000:60:07.0: Adding to iommu group 104
[ 17.433397] pci 0000:60:07.1: Adding to iommu group 105
[ 17.438924] pci 0000:60:08.0: Adding to iommu group 106
[ 17.444329] pci 0000:60:08.1: Adding to iommu group 107
[ 17.449729] pci 0000:61:00.0: Adding to iommu group 108
[ 17.455123] pci 0000:61:00.1: Adding to iommu group 109
[ 17.460550] pci 0000:63:00.0: Adding to iommu group 110
[ 17.465956] pci 0000:63:00.2: Adding to iommu group 111
[ 17.471367] pci 0000:64:00.0: Adding to iommu group 112
[ 17.476764] pci 0000:64:00.1: Adding to iommu group 113
[ 17.499575] pci 0000:70:00.2: AMD-Vi: IOMMU performance counters supported
[ 17.506968] pci 0000:70:01.0: Adding to iommu group 114
[ 17.512496] pci 0000:70:02.0: Adding to iommu group 115
[ 17.518028] pci 0000:70:03.0: Adding to iommu group 116
[ 17.523552] pci 0000:70:04.0: Adding to iommu group 117
[ 17.529085] pci 0000:70:07.0: Adding to iommu group 118
[ 17.534492] pci 0000:70:07.1: Adding to iommu group 119
[ 17.540026] pci 0000:70:08.0: Adding to iommu group 120
[ 17.545427] pci 0000:70:08.1: Adding to iommu group 121
[ 17.550822] pci 0000:71:00.0: Adding to iommu group 122
[ 17.556222] pci 0000:71:00.2: Adding to iommu group 123
[ 17.561625] pci 0000:72:00.0: Adding to iommu group 124
[ 17.567046] pci 0000:72:00.1: Adding to iommu group 125
[ 17.585988] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.591505] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.599744] pci 0000:10:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.605250] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.613466] pci 0000:20:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.618970] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.627192] pci 0000:30:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.632700] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.640914] pci 0000:40:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.646417] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.654634] pci 0000:50:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.660136] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.668383] pci 0000:60:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.673891] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.682109] pci 0000:70:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 17.687610] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 17.695826] AMD-Vi: Interrupt remapping enabled
[ 17.702832] AMD-Vi: Virtual APIC enabled
[ 17.706849] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 17.713318] software IO TLB: mapped [mem 0x00000000b2000000-0x00000000b6000000] (64MB)
[ 17.725167] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 17.733122] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 17.738880] amd_uncore: 4 amd_df counters detected
[ 17.743852] amd_uncore: 6 amd_l3 counters detected
[ 17.757885] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 17.765112] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[ 17.772352] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[ 17.779587] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[ 17.786806] perf/amd_iommu: Detected AMD IOMMU #4 (2 banks, 4 counters/bank).
[ 17.794022] perf/amd_iommu: Detected AMD IOMMU #5 (2 banks, 4 counters/bank).
[ 17.801242] perf/amd_iommu: Detected AMD IOMMU #6 (2 banks, 4 counters/bank).
[ 17.808467] perf/amd_iommu: Detected AMD IOMMU #7 (2 banks, 4 counters/bank).
[ 17.824696] workingset: timestamp_bits=40 max_order=28 bucket_order=0
[ 17.831196] zbud: loaded
[ 17.834210] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 17.843738] xor: automatically using best checksumming function avx
[ 17.850821] Key type asymmetric registered
[ 17.855001] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 17.862725] io scheduler mq-deadline registered
[ 17.867283] io scheduler kyber registered
[ 17.871360] io scheduler bfq registered
[ 17.880811] pcieport 0000:00:01.1: PME: Signaling with IRQ 33
[ 17.888719] pcieport 0000:00:01.2: PME: Signaling with IRQ 34
[ 17.895764] pcieport 0000:00:01.3: PME: Signaling with IRQ 35
[ 17.902766] pcieport 0000:00:01.4: PME: Signaling with IRQ 36
[ 17.909776] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[ 17.916830] pcieport 0000:00:07.1: PME: Signaling with IRQ 38
[ 17.923876] pcieport 0000:00:08.1: PME: Signaling with IRQ 40
[ 17.931232] pcieport 0000:10:01.1: PME: Signaling with IRQ 41
[ 17.938292] pcieport 0000:10:07.1: PME: Signaling with IRQ 43
[ 17.945280] pcieport 0000:10:08.1: PME: Signaling with IRQ 45
[ 17.952094] pcieport 0000:20:07.1: PME: Signaling with IRQ 47
[ 17.959078] pcieport 0000:20:08.1: PME: Signaling with IRQ 49
[ 17.966398] pcieport 0000:30:07.1: PME: Signaling with IRQ 51
[ 17.973315] pcieport 0000:30:08.1: PME: Signaling with IRQ 53
[ 17.981565] pcieport 0000:40:01.1: PME: Signaling with IRQ 54
[ 17.989452] pcieport 0000:40:01.2: PME: Signaling with IRQ 55
[ 17.996637] pcieport 0000:40:07.1: PME: Signaling with IRQ 57
[ 18.004623] pcieport 0000:40:08.1: PME: Signaling with IRQ 59
[ 18.012234] pcieport 0000:50:07.1: PME: Signaling with IRQ 61
[ 18.019246] pcieport 0000:50:08.1: PME: Signaling with IRQ 63
[ 18.026597] pcieport 0000:60:03.1: PME: Signaling with IRQ 64
[ 18.033363] pcieport 0000:60:07.1: PME: Signaling with IRQ 66
[ 18.040357] pcieport 0000:60:08.1: PME: Signaling with IRQ 68
[ 18.047128] pcieport 0000:70:07.1: PME: Signaling with IRQ 70
[ 18.053361] pcieport 0000:70:08.1: PME: Signaling with IRQ 72
[ 18.060118] efifb: probing for efifb
[ 18.063802] efifb: framebuffer at 0xee000000, using 3072k, total 3072k
[ 18.070354] efifb: mode is 1024x768x32, linelength=4096, pages=768
[ 18.076559] efifb: scrolling: redraw
[ 18.080158] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 18.102714] Console: switching to colour frame buffer device 128x48
[ 18.125828] fb0: EFI VGA frame buffer device
[ 18.130278] IPMI message handler: version 39.2
[ 18.135235] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 18.143961] ACPI: button: Power Button [PWRB]
[ 18.148578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 18.156473] ACPI: button: Power Button [PWRF]
[ 18.161099] Monitor-Mwait will be used to enter C-1 state
[ 18.161132] ACPI: \_PR_.C000: Found 2 idle states
[ 18.166332] ACPI: \_PR_.C002: Found 2 idle states
[ 18.171484] ACPI: \_PR_.C004: Found 2 idle states
[ 18.176626] ACPI: \_PR_.C006: Found 2 idle states
[ 18.181932] ACPI: \_PR_.C008: Found 2 idle states
[ 18.187251] ACPI: \_PR_.C00A: Found 2 idle states
[ 18.192559] ACPI: \_PR_.C00C: Found 2 idle states
[ 18.197860] ACPI: \_PR_.C00E: Found 2 idle states
[ 18.203025] ACPI: \_PR_.C010: Found 2 idle states
[ 18.208371] ACPI: \_PR_.C012: Found 2 idle states
[ 18.213692] ACPI: \_PR_.C014: Found 2 idle states
[ 18.219009] ACPI: \_PR_.C016: Found 2 idle states
[ 18.224387] ACPI: \_PR_.C018: Found 2 idle states
[ 18.229705] ACPI: \_PR_.C01A: Found 2 idle states
[ 18.235037] ACPI: \_PR_.C01C: Found 2 idle states
[ 18.240372] ACPI: \_PR_.C01E: Found 2 idle states
[ 18.245504] ACPI: \_PR_.C020: Found 2 idle states
[ 18.253919] ACPI: \_PR_.C022: Found 2 idle states
[ 18.262336] ACPI: \_PR_.C024: Found 2 idle states
[ 18.270755] ACPI: \_PR_.C026: Found 2 idle states
[ 18.279188] ACPI: \_PR_.C028: Found 2 idle states
[ 18.287571] ACPI: \_PR_.C02A: Found 2 idle states
[ 18.295998] ACPI: \_PR_.C02C: Found 2 idle states
[ 18.304380] ACPI: \_PR_.C02E: Found 2 idle states
[ 18.312600] ACPI: \_PR_.C030: Found 2 idle states
[ 18.320985] ACPI: \_PR_.C032: Found 2 idle states
[ 18.329368] ACPI: \_PR_.C034: Found 2 idle states
[ 18.337711] ACPI: \_PR_.C036: Found 2 idle states
[ 18.346106] ACPI: \_PR_.C038: Found 2 idle states
[ 18.354451] ACPI: \_PR_.C03A: Found 2 idle states
[ 18.362798] ACPI: \_PR_.C03C: Found 2 idle states
[ 18.371155] ACPI: \_PR_.C03E: Found 2 idle states
[ 18.379325] ACPI: \_PR_.C040: Found 2 idle states
[ 18.387692] ACPI: \_PR_.C042: Found 2 idle states
[ 18.396039] ACPI: \_PR_.C044: Found 2 idle states
[ 18.404389] ACPI: \_PR_.C046: Found 2 idle states
[ 18.412649] ACPI: \_PR_.C048: Found 2 idle states
[ 18.420735] ACPI: \_PR_.C04A: Found 2 idle states
[ 18.428704] ACPI: \_PR_.C04C: Found 2 idle states
[ 18.436556] ACPI: \_PR_.C04E: Found 2 idle states
[ 18.444116] ACPI: \_PR_.C050: Found 2 idle states
[ 18.451736] ACPI: \_PR_.C052: Found 2 idle states
[ 18.459205] ACPI: \_PR_.C054: Found 2 idle states
[ 18.466592] ACPI: \_PR_.C056: Found 2 idle states
[ 18.473764] ACPI: \_PR_.C058: Found 2 idle states
[ 18.480729] ACPI: \_PR_.C05A: Found 2 idle states
[ 18.487511] ACPI: \_PR_.C05C: Found 2 idle states
[ 18.494111] ACPI: \_PR_.C05E: Found 2 idle states
[ 18.500450] ACPI: \_PR_.C060: Found 2 idle states
[ 18.506995] ACPI: \_PR_.C062: Found 2 idle states
[ 18.513529] ACPI: \_PR_.C064: Found 2 idle states
[ 18.520064] ACPI: \_PR_.C066: Found 2 idle states
[ 18.526611] ACPI: \_PR_.C068: Found 2 idle states
[ 18.533160] ACPI: \_PR_.C06A: Found 2 idle states
[ 18.539695] ACPI: \_PR_.C06C: Found 2 idle states
[ 18.546237] ACPI: \_PR_.C06E: Found 2 idle states
[ 18.552562] ACPI: \_PR_.C070: Found 2 idle states
[ 18.559079] ACPI: \_PR_.C072: Found 2 idle states
[ 18.565597] ACPI: \_PR_.C074: Found 2 idle states
[ 18.572146] ACPI: \_PR_.C076: Found 2 idle states
[ 18.578699] ACPI: \_PR_.C078: Found 2 idle states
[ 18.585248] ACPI: \_PR_.C07A: Found 2 idle states
[ 18.591783] ACPI: \_PR_.C07C: Found 2 idle states
[ 18.598322] ACPI: \_PR_.C07E: Found 2 idle states
[ 18.604648] ACPI: \_PR_.C001: Found 2 idle states
[ 18.611170] ACPI: \_PR_.C003: Found 2 idle states
[ 18.617668] ACPI: \_PR_.C005: Found 2 idle states
[ 18.624010] ACPI: \_PR_.C007: Found 2 idle states
[ 18.630490] ACPI: \_PR_.C009: Found 2 idle states
[ 18.636986] ACPI: \_PR_.C00B: Found 2 idle states
[ 18.643612] ACPI: \_PR_.C00D: Found 2 idle states
[ 18.649929] ACPI: \_PR_.C00F: Found 2 idle states
[ 18.656454] ACPI: \_PR_.C011: Found 2 idle states
[ 18.662989] ACPI: \_PR_.C013: Found 2 idle states
[ 18.669510] ACPI: \_PR_.C015: Found 2 idle states
[ 18.676035] ACPI: \_PR_.C017: Found 2 idle states
[ 18.682551] ACPI: \_PR_.C019: Found 2 idle states
[ 18.689095] ACPI: \_PR_.C01B: Found 2 idle states
[ 18.695623] ACPI: \_PR_.C01D: Found 2 idle states
[ 18.702155] ACPI: \_PR_.C01F: Found 2 idle states
[ 18.708710] ACPI: \_PR_.C021: Found 2 idle states
[ 18.715023] ACPI: \_PR_.C023: Found 2 idle states
[ 18.721329] ACPI: \_PR_.C025: Found 2 idle states
[ 18.727863] ACPI: \_PR_.C027: Found 2 idle states
[ 18.734401] ACPI: \_PR_.C029: Found 2 idle states
[ 18.740951] ACPI: \_PR_.C02B: Found 2 idle states
[ 18.747475] ACPI: \_PR_.C02D: Found 2 idle states
[ 18.754009] ACPI: \_PR_.C02F: Found 2 idle states
[ 18.760539] ACPI: \_PR_.C031: Found 2 idle states
[ 18.767088] ACPI: \_PR_.C033: Found 2 idle states
[ 18.773620] ACPI: \_PR_.C035: Found 2 idle states
[ 18.780133] ACPI: \_PR_.C037: Found 2 idle states
[ 18.786667] ACPI: \_PR_.C039: Found 2 idle states
[ 18.793209] ACPI: \_PR_.C03B: Found 2 idle states
[ 18.799740] ACPI: \_PR_.C03D: Found 2 idle states
[ 18.806291] ACPI: \_PR_.C03F: Found 2 idle states
[ 18.812864] ACPI: \_PR_.C041: Found 2 idle states
[ 18.819438] ACPI: \_PR_.C043: Found 2 idle states
[ 18.826000] ACPI: \_PR_.C045: Found 2 idle states
[ 18.832556] ACPI: \_PR_.C047: Found 2 idle states
[ 18.839117] ACPI: \_PR_.C049: Found 2 idle states
[ 18.845670] ACPI: \_PR_.C04B: Found 2 idle states
[ 18.852237] ACPI: \_PR_.C04D: Found 2 idle states
[ 18.858796] ACPI: \_PR_.C04F: Found 2 idle states
[ 18.864901] tsc: Refined TSC clocksource calibration: 2199.999 MHz
[ 18.866988] ACPI: \_PR_.C051: Found 2 idle states
[ 18.874334] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb631c647b, max_idle_ns: 440795226700 ns
[ 18.881365] ACPI: \_PR_.C053: Found 2 idle states
[ 18.898066] clocksource: Switched to clocksource tsc
[ 18.900607] ACPI: \_PR_.C055: Found 2 idle states
[ 18.912845] ACPI: \_PR_.C057: Found 2 idle states
[ 18.920386] ACPI: \_PR_.C059: Found 2 idle states
[ 18.927918] ACPI: \_PR_.C05B: Found 2 idle states
[ 18.935452] ACPI: \_PR_.C05D: Found 2 idle states
[ 18.942988] ACPI: \_PR_.C05F: Found 2 idle states
[ 18.950538] ACPI: \_PR_.C061: Found 2 idle states
[ 18.958097] ACPI: \_PR_.C063: Found 2 idle states
[ 18.965642] ACPI: \_PR_.C065: Found 2 idle states
[ 18.973188] ACPI: \_PR_.C067: Found 2 idle states
[ 18.980726] ACPI: \_PR_.C069: Found 2 idle states
[ 18.988274] ACPI: \_PR_.C06B: Found 2 idle states
[ 18.995812] ACPI: \_PR_.C06D: Found 2 idle states
[ 19.003362] ACPI: \_PR_.C06F: Found 2 idle states
[ 19.010906] ACPI: \_PR_.C071: Found 2 idle states
[ 19.018222] ACPI: \_PR_.C073: Found 2 idle states
[ 19.025753] ACPI: \_PR_.C075: Found 2 idle states
[ 19.033297] ACPI: \_PR_.C077: Found 2 idle states
[ 19.040849] ACPI: \_PR_.C079: Found 2 idle states
[ 19.048395] ACPI: \_PR_.C07B: Found 2 idle states
[ 19.055952] ACPI: \_PR_.C07D: Found 2 idle states
[ 19.063499] ACPI: \_PR_.C07F: Found 2 idle states
[ 19.071601] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 19.080770] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 19.091216] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 19.103421] lp: driver loaded but no devices found
[ 19.111342] Linux agpgart interface v0.103
[ 19.126514] ACPI: bus type drm_connector registered
[ 19.188149] brd: module loaded
[ 19.216132] loop: module loaded
[ 19.229466] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 19.239141] drbd: built-in
[ 19.245243] drbd: registered as block device major 147
[ 19.255051] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 19.266262] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 19.277256] megasas: 07.725.01.00-rc1
[ 19.285032] mpt3sas version 43.100.00.00 loaded
[ 19.295419] ahci 0000:14:00.2: version 3.0
[ 19.296655] ahci 0000:14:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 19.309234] ahci 0000:14:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 19.325706] scsi host0: ahci
[ 19.333831] scsi host1: ahci
[ 19.341889] scsi host2: ahci
[ 19.349947] scsi host3: ahci
[ 19.357850] scsi host4: ahci
[ 19.365613] scsi host5: ahci
[ 19.373128] scsi host6: ahci
[ 19.380427] scsi host7: ahci
[ 19.387231] ata1: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02100 irq 74
[ 19.398567] ata2: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02180 irq 75
[ 19.409911] ata3: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02200 irq 76
[ 19.421268] ata4: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02280 irq 77
[ 19.432634] ata5: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02300 irq 78
[ 19.444005] ata6: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02380 irq 79
[ 19.455386] ata7: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02400 irq 80
[ 19.466781] ata8: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02480 irq 81
[ 19.479689] ahci 0000:44:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 19.492139] ahci 0000:44:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 19.508586] scsi host8: ahci
[ 19.516599] scsi host9: ahci
[ 19.524539] scsi host10: ahci
[ 19.532567] scsi host11: ahci
[ 19.540584] scsi host12: ahci
[ 19.548594] scsi host13: ahci
[ 19.556609] scsi host14: ahci
[ 19.564640] scsi host15: ahci
[ 19.572269] ata9: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702100 irq 91
[ 19.584436] ata10: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702180 irq 92
[ 19.596853] ata11: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702200 irq 93
[ 19.609286] ata12: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702280 irq 94
[ 19.621725] ata13: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702300 irq 95
[ 19.634032] ata14: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702380 irq 96
[ 19.646178] ata15: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702400 irq 97
[ 19.658327] ata16: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702480 irq 98
[ 19.672097] tun: Universal TUN/TAP device driver, 1.6
[ 19.681906] Fusion MPT base driver 3.04.20
[ 19.690481] Copyright (c) 1999-2008 LSI Corporation
[ 19.699857] Fusion MPT SPI Host driver 3.04.20
[ 19.708916] Fusion MPT FC Host driver 3.04.20
[ 19.717821] Fusion MPT SAS Host driver 3.04.20
[ 19.726754] Fusion MPT misc device (ioctl) driver 3.04.20
[ 19.736659] mptctl: Registered with Fusion MPT base driver
[ 19.746539] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 19.756800] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 19.766369] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[ 19.784962] ata8: SATA link down (SStatus 0 SControl 300)
[ 19.794772] ata6: SATA link down (SStatus 0 SControl 300)
[ 19.804327] ata7: SATA link down (SStatus 0 SControl 300)
[ 19.838804] xhci_hcd 0000:03:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[ 19.853365] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 19.862891] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[ 19.874756] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[ 19.886024] hub 1-0:1.0: USB hub found
[ 19.894411] hub 1-0:1.0: 2 ports detected
[ 19.903345] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 19.916758] hub 2-0:1.0: USB hub found
[ 19.925450] hub 2-0:1.0: 2 ports detected
[ 19.934955] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 19.945313] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 19.970970] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 19.976303] ata15: SATA link down (SStatus 0 SControl 300)
[ 19.982497] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 19.987993] ata16: SATA link down (SStatus 0 SControl 300)
[ 19.993463] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 19.999096] ata11: SATA link down (SStatus 0 SControl 300)
[ 20.004829] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 20.010231] ata13: SATA link down (SStatus 0 SControl 300)
[ 20.015834] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 20.019772] xhci_hcd 0000:04:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[ 20.021290] ata9: SATA link down (SStatus 0 SControl 300)
[ 20.023286] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 20.023296] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 20.023307] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[ 20.025094] hub 3-0:1.0: USB hub found
[ 20.025153] hub 3-0:1.0: 2 ports detected
[ 20.025633] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 20.026629] hub 4-0:1.0: USB hub found
[ 20.026686] hub 4-0:1.0: 2 ports detected
[ 20.027153] ata3.00: ATA-10: ST2000NM0055-1V4104, TN02, max UDMA/133
[ 20.027437] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 20.027455] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 5
[ 20.027822] xhci_hcd 0000:07:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[ 20.030979] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 20.030988] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 6
[ 20.030997] xhci_hcd 0000:07:00.3: Host supports USB 3.0 SuperSpeed
[ 20.031744] hub 5-0:1.0: USB hub found
[ 20.031790] hub 5-0:1.0: 2 ports detected
[ 20.032195] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 20.032704] hub 6-0:1.0: USB hub found
[ 20.032751] hub 6-0:1.0: 2 ports detected
[ 20.033092] ata12: SATA link down (SStatus 0 SControl 300)
[ 20.033529] usbcore: registered new interface driver usb-storage
[ 20.033682] i8042: PNP: No PS/2 controller found.
[ 20.034197] rtc_cmos 00:01: RTC can wake from S4
[ 20.036385] rtc_cmos 00:01: registered as rtc0
[ 20.036802] rtc_cmos 00:01: setting system clock to 2024-03-04T15:32:41 UTC (1709566361)
[ 20.036996] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 20.037740] hid: raw HID events driver (C) Jiri Kosina
[ 20.038103] Key type dns_resolver registered
[ 20.039221] ata1.00: ATA-9: SAMSUNG MZ7KM960HMJP-00005, GXM5104Q, max UDMA/133
[ 20.045531] ata14: SATA link down (SStatus 0 SControl 300)
[ 20.051921] ata2.00: ATA-10: ST2000NM0055-1V4104, TN02, max UDMA/133
[ 20.058449] ata10: SATA link down (SStatus 0 SControl 300)
[ 20.064799] ata5.00: ATA-9: HGST HUS726040ALA610, A5GNTD05, max UDMA/133
[ 20.268960] usb 5-2: new high-speed USB device number 2 using xhci_hcd
[ 20.271237] ata4.00: ATA-9: HGST HUS726040ALA610, A5GNTD05, max UDMA/133
[ 20.447570] hub 5-2:1.0: USB hub found
[ 20.453137] ata1.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 20.461310] hub 5-2:1.0: 4 ports detected
[ 20.463204] microcode: CPU1: patch_level=0x08001230
[ 20.463220] microcode: CPU8: patch_level=0x08001230
[ 20.463225] microcode: CPU2: patch_level=0x08001230
[ 20.463228] microcode: CPU3: patch_level=0x08001230
[ 20.463242] microcode: CPU9: patch_level=0x08001230
[ 20.463262] microcode: CPU16: patch_level=0x08001230
[ 20.463263] microcode: CPU17: patch_level=0x08001230
[ 20.463264] microcode: CPU18: patch_level=0x08001230
[ 20.463276] microcode: CPU24: patch_level=0x08001230
[ 20.463278] microcode: CPU25: patch_level=0x08001230
[ 20.463278] microcode: CPU26: patch_level=0x08001230
[ 20.463303] microcode: CPU32: patch_level=0x08001230
[ 20.463307] microcode: CPU33: patch_level=0x08001230
[ 20.463311] microcode: CPU34: patch_level=0x08001230
[ 20.463332] microcode: CPU40: patch_level=0x08001230
[ 20.463336] microcode: CPU41: patch_level=0x08001230
[ 20.463339] microcode: CPU42: patch_level=0x08001230
[ 20.463345] microcode: CPU10: patch_level=0x08001230
[ 20.463345] microcode: CPU11: patch_level=0x08001230
[ 20.463346] microcode: CPU13: patch_level=0x08001230
[ 20.463347] microcode: CPU15: patch_level=0x08001230
[ 20.463346] microcode: CPU12: patch_level=0x08001230
[ 20.463359] microcode: CPU48: patch_level=0x08001230
[ 20.463362] microcode: CPU49: patch_level=0x08001230
[ 20.463365] microcode: CPU50: patch_level=0x08001230
[ 20.463371] microcode: CPU56: patch_level=0x08001230
[ 20.463373] microcode: CPU57: patch_level=0x08001230
[ 20.463374] microcode: CPU23: patch_level=0x08001230
[ 20.463374] microcode: CPU21: patch_level=0x08001230
[ 20.463374] microcode: CPU22: patch_level=0x08001230
[ 20.463374] microcode: CPU20: patch_level=0x08001230
[ 20.463338] microcode: CPU5: patch_level=0x08001230
[ 20.463349] microcode: CPU7: patch_level=0x08001230
[ 20.463380] microcode: CPU19: patch_level=0x08001230
[ 20.463385] microcode: CPU65: patch_level=0x08001230
[ 20.463386] microcode: CPU58: patch_level=0x08001230
[ 20.463386] microcode: CPU64: patch_level=0x08001230
[ 20.463388] microcode: CPU66: patch_level=0x08001230
[ 20.463391] microcode: CPU67: patch_level=0x08001230
[ 20.463403] microcode: CPU72: patch_level=0x08001230
[ 20.463404] microcode: CPU73: patch_level=0x08001230
[ 20.463403] microcode: CPU6: patch_level=0x08001230
[ 20.463406] microcode: CPU27: patch_level=0x08001230
[ 20.463410] microcode: CPU74: patch_level=0x08001230
[ 20.463413] microcode: CPU75: patch_level=0x08001230
[ 20.463414] microcode: CPU76: patch_level=0x08001230
[ 20.463414] microcode: CPU77: patch_level=0x08001230
[ 20.463417] microcode: CPU78: patch_level=0x08001230
[ 20.463419] microcode: CPU79: patch_level=0x08001230
[ 20.463420] microcode: CPU80: patch_level=0x08001230
[ 20.463425] microcode: CPU81: patch_level=0x08001230
[ 20.463427] microcode: CPU82: patch_level=0x08001230
[ 20.463427] microcode: CPU29: patch_level=0x08001230
[ 20.463427] microcode: CPU28: patch_level=0x08001230
[ 20.463427] microcode: CPU31: patch_level=0x08001230
[ 20.463427] microcode: CPU30: patch_level=0x08001230
[ 20.463435] microcode: CPU83: patch_level=0x08001230
[ 20.463437] microcode: CPU84: patch_level=0x08001230
[ 20.463441] microcode: CPU85: patch_level=0x08001230
[ 20.463444] microcode: CPU86: patch_level=0x08001230
[ 20.463445] microcode: CPU88: patch_level=0x08001230
[ 20.463448] microcode: CPU87: patch_level=0x08001230
[ 20.463448] microcode: CPU89: patch_level=0x08001230
[ 20.463451] microcode: CPU91: patch_level=0x08001230
[ 20.463450] microcode: CPU90: patch_level=0x08001230
[ 20.463461] microcode: CPU92: patch_level=0x08001230
[ 20.463461] microcode: CPU44: patch_level=0x08001230
[ 20.463463] microcode: CPU93: patch_level=0x08001230
[ 20.463466] microcode: CPU94: patch_level=0x08001230
[ 20.463468] microcode: CPU45: patch_level=0x08001230
[ 20.463468] microcode: CPU46: patch_level=0x08001230
[ 20.463469] microcode: CPU95: patch_level=0x08001230
[ 20.463468] microcode: CPU51: patch_level=0x08001230
[ 20.463470] microcode: CPU52: patch_level=0x08001230
[ 20.463473] microcode: CPU43: patch_level=0x08001230
[ 20.463472] microcode: CPU35: patch_level=0x08001230
[ 20.463472] microcode: CPU96: patch_level=0x08001230
[ 20.463469] microcode: CPU47: patch_level=0x08001230
[ 20.463470] microcode: CPU55: patch_level=0x08001230
[ 20.463478] microcode: CPU97: patch_level=0x08001230
[ 20.463470] microcode: CPU54: patch_level=0x08001230
[ 20.463484] microcode: CPU98: patch_level=0x08001230
[ 20.463473] microcode: CPU39: patch_level=0x08001230
[ 20.463473] microcode: CPU36: patch_level=0x08001230
[ 20.463470] microcode: CPU53: patch_level=0x08001230
[ 20.463473] microcode: CPU37: patch_level=0x08001230
[ 20.463473] microcode: CPU38: patch_level=0x08001230
[ 20.463493] microcode: CPU99: patch_level=0x08001230
[ 20.463500] microcode: CPU100: patch_level=0x08001230
[ 20.463505] microcode: CPU101: patch_level=0x08001230
[ 20.463505] microcode: CPU104: patch_level=0x08001230
[ 20.463506] microcode: CPU71: patch_level=0x08001230
[ 20.463509] microcode: CPU103: patch_level=0x08001230
[ 20.463512] microcode: CPU105: patch_level=0x08001230
[ 20.463515] microcode: CPU102: patch_level=0x08001230
[ 20.463516] microcode: CPU106: patch_level=0x08001230
[ 20.463519] microcode: CPU108: patch_level=0x08001230
[ 20.463513] microcode: CPU69: patch_level=0x08001230
[ 20.463522] microcode: CPU107: patch_level=0x08001230
[ 20.463529] microcode: CPU109: patch_level=0x08001230
[ 20.463520] microcode: CPU70: patch_level=0x08001230
[ 20.463532] microcode: CPU59: patch_level=0x08001230
[ 20.463534] microcode: CPU110: patch_level=0x08001230
[ 20.463537] microcode: CPU111: patch_level=0x08001230
[ 20.463537] microcode: CPU61: patch_level=0x08001230
[ 20.463537] microcode: CPU60: patch_level=0x08001230
[ 20.463537] microcode: CPU62: patch_level=0x08001230
[ 20.463537] microcode: CPU63: patch_level=0x08001230
[ 20.463545] microcode: CPU112: patch_level=0x08001230
[ 20.463548] microcode: CPU113: patch_level=0x08001230
[ 20.463553] microcode: CPU114: patch_level=0x08001230
[ 20.463555] microcode: CPU115: patch_level=0x08001230
[ 20.463560] microcode: CPU116: patch_level=0x08001230
[ 20.463565] microcode: CPU117: patch_level=0x08001230
[ 20.463568] microcode: CPU120: patch_level=0x08001230
[ 20.463569] microcode: CPU118: patch_level=0x08001230
[ 20.463570] microcode: CPU119: patch_level=0x08001230
[ 20.463573] microcode: CPU121: patch_level=0x08001230
[ 20.463580] microcode: CPU122: patch_level=0x08001230
[ 20.463585] microcode: CPU123: patch_level=0x08001230
[ 20.463589] microcode: CPU124: patch_level=0x08001230
[ 20.463593] microcode: CPU14: patch_level=0x08001230
[ 20.463593] microcode: CPU125: patch_level=0x08001230
[ 20.463598] microcode: CPU126: patch_level=0x08001230
[ 20.463601] microcode: CPU127: patch_level=0x08001230
[ 20.463798] microcode: CPU68: patch_level=0x08001230
[ 20.467623] ata1.00: Features: NCQ-sndrcv
[ 20.467643] microcode: CPU4: patch_level=0x08001230
[ 20.467686] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 20.467699] ata2.00: Features: NCQ-sndrcv
[ 20.467772] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 20.467783] ata3.00: Features: NCQ-sndrcv
[ 20.468927] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 20.468952] ata5.00: Features: NCQ-prio
[ 20.469288] ata3.00: configured for UDMA/133
[ 20.469313] ata1.00: configured for UDMA/133
[ 20.469445] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 20.469455] ata4.00: Features: NCQ-prio
[ 20.469841] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZ7KM960 104Q PQ: 0 ANSI: 5
[ 20.470561] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 20.471158] ata1.00: Enabling discard_zeroes_data
[ 20.471185] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[ 20.471207] sd 0:0:0:0: [sda] Write Protect is off
[ 20.471214] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 20.471249] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.471303] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 20.473844] ata1.00: Enabling discard_zeroes_data
[ 20.475313] microcode: CPU0: patch_level=0x08001230
[ 20.475556] sda: sda1 sda2 sda3
[ 20.475750] ata5.00: configured for UDMA/133
[ 20.477155] ata4.00: configured for UDMA/133
[ 20.477616] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 20.489269] ata2.00: configured for UDMA/133
[ 20.491099] microcode: Microcode Update Driver: v2.2.
[ 20.498141] scsi 1:0:0:0: Direct-Access ATA ST2000NM0055-1V4 TN02 PQ: 0 ANSI: 5
[ 20.505044] IPI shorthand broadcast: enabled
[ 20.513244] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 20.513488] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 20.513534] sd 1:0:0:0: [sdb] Write Protect is off
[ 20.513541] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 20.513611] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.513705] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 20.526377] sched_clock: Marking stable (17511007124, 3014933299)->(21117033484, -591093061)
[ 20.528667] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 20.530216] scsi 2:0:0:0: Direct-Access ATA ST2000NM0055-1V4 TN02 PQ: 0 ANSI: 5
[ 20.536630] registered taskstats version 1
[ 20.543882] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 20.544175] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 20.544222] sd 2:0:0:0: [sdc] Write Protect is off
[ 20.544230] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 20.544297] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.544393] sd 2:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 20.563710] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 20.571661] scsi 3:0:0:0: Direct-Access ATA HGST HUS726040AL TD05 PQ: 0 ANSI: 5
[ 20.782976] usb 5-2.1: new low-speed USB device number 3 using xhci_hcd
[ 20.784399] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 20.784452] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 20.784491] sd 3:0:0:0: [sdd] Write Protect is off
[ 20.784498] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 20.784560] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.784651] sd 3:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[ 20.805613] sd 3:0:0:0: [sdd] Attached SCSI removable disk
[ 20.809016] scsi 4:0:0:0: Direct-Access ATA HGST HUS726040AL TD05 PQ: 0 ANSI: 5
[ 22.117654] sd 4:0:0:0: Attached scsi generic sg4 type 0
[ 22.125165] sd 4:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 22.146377] sd 4:0:0:0: [sde] Write Protect is off
[ 22.159000] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 22.159162] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 22.176524] sd 4:0:0:0: [sde] Preferred minimum I/O size 512 bytes
[ 22.211888] sd 4:0:0:0: [sde] Attached SCSI removable disk
[ 22.230459] Freeing unused kernel image (initmem) memory: 3008K
[ 22.244441] Write protecting the kernel read-only data: 22528k
[ 22.259907] Freeing unused kernel image (rodata/data gap) memory: 1224K
[ 22.274555] Run /init as init process
[ 22.286131] with arguments:
[ 22.286135] /init
[ 22.286139] with environment:
[ 22.286143] HOME=/
[ 22.286147] TERM=linux
[ 22.458474] XFS (sda1): Mounting V5 Filesystem 558dc83f-12c5-4d2b-aae5-43aa8e74c231
[ 22.489222] XFS (sda1): Ending clean mount
[ 22.594204] systemd[1]: Inserted module 'autofs4'
[ 22.686077] NET: Registered PF_INET6 protocol family
[ 22.701207] Segment Routing with IPv6
[ 22.713102] In-situ OAM (IOAM) with IPv6
[ 22.945505] systemd[1]: systemd 242 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 22.984296] systemd[1]: Detected architecture x86-64.
[ 23.024258] systemd[1]: Set hostname to <godsavethequeen.molgen.mpg.de>.
[ 23.277593] systemd[1]: Listening on Journal Socket (/dev/log).
[ 23.312287] systemd[1]: Created slice system-getty.slice.
[ 23.335405] systemd[1]: Listening on udev Control Socket.
[ 23.357702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 23.399575] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 23.423435] systemd[1]: Reached target RPC Port Mapper.
[ 23.445977] systemd[1]: Listening on udev Kernel Socket.
[ 23.895670] RPC: Registered named UNIX socket transport module.
[ 23.908317] RPC: Registered udp transport module.
[ 23.919651] RPC: Registered tcp transport module.
[ 23.930841] RPC: Registered tcp-with-tls transport module.
[ 23.942704] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 23.975241] systemd-journald[968]: Received request to flush runtime journal from PID 1
[ 24.327590] ipmi_si: IPMI System Interface driver
[ 24.338794] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 24.351665] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 24.351679] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 24.351877] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 24.352287] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca4] regsize 1 spacing 1 irq 0
[ 24.412579] ipmi_si: Adding ACPI-specified kcs state machine
[ 24.412969] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 24.422786] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 24.444136] ipmi_si dmi-ipmi-si.0: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 24.444944] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 24.483927] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0963, dev_id: 0x20)
[ 24.484474] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 24.518167] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[ 24.570410] acpi_cpufreq: overriding BIOS provided _PSD data
[ 24.599872] usbcore: registered new interface driver usbhid
[ 24.613535] usbhid: USB HID core driver
[ 24.631266] pstore: Using crash dump compression: deflate
[ 24.644704] pstore: Registered efi_pstore as persistent store backend
[ 24.661433] igb: Intel(R) Gigabit Ethernet Network Driver
[ 24.674835] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 24.692173] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:07:00.3/usb5/5-2/5-2.1/5-2.1:1.0/0003:0557:2419.0001/input/input2
[ 24.773137] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:07:00.3-2.1/input0
[ 24.793025] igb 0000:11:00.0: added PHC on eth0
[ 24.802806] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:07:00.3/usb5/5-2/5-2.1/5-2.1:1.1/0003:0557:2419.0002/input/input3
[ 24.811950] igb 0000:11:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 24.830619] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:07:00.3-2.1/input1
[ 24.839909] igb 0000:11:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1c:7c
[ 24.840123] igb 0000:11:00.0: eth0: PBA No: 010A00-000
[ 24.927262] igb 0000:11:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 25.047483] igb 0000:11:00.1: added PHC on eth1
[ 25.062602] igb 0000:11:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 25.079886] igb 0000:11:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1c:7d
[ 25.097715] igb 0000:11:00.1: eth1: PBA No: 010A00-000
[ 25.113275] igb 0000:11:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 25.174093] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 25.190665] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 25.234764] igb 0000:11:00.2: added PHC on eth2
[ 25.249877] igb 0000:11:00.2: Intel(R) Gigabit Ethernet Network Connection
[ 25.267033] igb 0000:11:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1c:7e
[ 25.284674] igb 0000:11:00.2: eth2: PBA No: 010A00-000
[ 25.299833] igb 0000:11:00.2: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 25.321544] kvm_amd: TSC scaling supported
[ 25.335504] kvm_amd: Nested Virtualization enabled
[ 25.350125] kvm_amd: Nested Paging enabled
[ 25.364068] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 25.378279] ixgbe 0000:61:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 25.378719] kvm_amd: Virtual GIF supported
[ 25.389615] ixgbe 0000:61:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 25.398489] kvm_amd: LBR virtualization supported
[ 25.410404] igb 0000:11:00.3: added PHC on eth3
[ 25.418680] ixgbe 0000:61:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: Unknown
[ 25.428586] igb 0000:11:00.3: Intel(R) Gigabit Ethernet Network Connection
[ 25.437753] ixgbe 0000:61:00.0: 00:1b:21:bc:f2:b0
[ 25.447271] igb 0000:11:00.3: eth3: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1c:7f
[ 25.447479] igb 0000:11:00.3: eth3: PBA No: 010A00-000
[ 25.458738] ixgbe 0000:61:00.0: Intel(R) 10 Gigabit Network Connection
[ 25.465863] igb 0000:11:00.3: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 25.639574] ixgbe 0000:61:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 25.659522] ixgbe 0000:61:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 25.677601] ixgbe 0000:61:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: Unknown
[ 25.693897] ixgbe 0000:61:00.1: 00:1b:21:bc:f2:b2
[ 25.709955] ixgbe 0000:61:00.1: Intel(R) 10 Gigabit Network Connection
[ 25.949249] md: md0 stopped.
[ 25.995072] md: md1 stopped.
[ 26.178578] XFS (sda2): Mounting V5 Filesystem f83d366e-fbed-48ec-a21b-742a42401d77
[ 26.208856] XFS (sda2): Ending clean mount
[ 26.529574] XFS (md0): Mounting V5 Filesystem b4ae169b-a7b3-4edd-bfd2-a02a7494489b
[ 26.969038] XFS (md0): Ending clean mount
[ 27.012073] XFS (md1): Mounting V5 Filesystem fb9f7126-788d-4640-becc-d242442ec1f6
[ 27.506577] XFS (md1): Ending clean mount
[ 27.744491] igb 0000:11:00.0 net00: renamed from eth0
[ 27.766467] igb 0000:11:00.1 net01: renamed from eth1
[ 27.777981] igb 0000:11:00.2 net02: renamed from eth2
[ 27.807819] igb 0000:11:00.3 net03: renamed from eth3
[ 27.828834] ixgbe 0000:61:00.0 net04: renamed from eth4
[ 27.850872] ixgbe 0000:61:00.1 net05: renamed from eth5
[ 27.901999] 8021q: 802.1Q VLAN Support v1.8
[ 28.194044] ixgbe 0000:61:00.1: registered PHC device on net05
[ 28.318866] 8021q: adding VLAN 0 to HW filter on device net05
[ 28.378599] ixgbe 0000:61:00.1 net05: detected SFP+: 6
[ 28.643089] ixgbe 0000:61:00.1 net05: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 29.212296] ixgbe 0000:61:00.1 net05: NIC Link is Down
[ 29.384553] NFSD: Using UMH upcall client tracking operations.
[ 29.395789] NFSD: starting 90-second grace period (net f0000000)
[ 30.891152] ixgbe 0000:61:00.1 net05: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 52.844181] NFS: Registering the id_resolver key type
[ 52.849408] Key type id_resolver registered
[ 52.853729] Key type id_legacy registered
[ 53.213763] systemd[1749]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 0.000000] Linux version 6.6.12.mx64.461 (root@xxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_DYNAMIC Thu Jan 18 10:47:08 CET 2024
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage.x86_64 root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy
[ 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-0x0000000075daffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075db0000-0x0000000075ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x00000000c9cf8fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9cf9000-0x00000000c9d6dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c9d6e000-0x00000000c9e1ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9e20000-0x00000000ca1acfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ca1ad000-0x00000000cabe5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cabe6000-0x00000000cacd5fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000cacd6000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cc000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dc600000-0x00000000dc77ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dc7f0000-0x00000000dc7f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df100000-0x00000000df27ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000df2f0000-0x00000000df2f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1e00000-0x00000000e1f7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1ff0000-0x00000000e1ff0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e4400000-0x00000000e457ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e45f0000-0x00000000e45f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e6a00000-0x00000000e6b7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e6bf0000-0x00000000e6bf0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e9000000-0x00000000e917ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e91f0000-0x00000000e91f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb600000-0x00000000eb77ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb7f0000-0x00000000eb7f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ebf00000-0x00000000ebf7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ebff0000-0x00000000ebff0fff] 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 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-0x00000000fedc5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000202f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000202f380000-0x000000202fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000002030000000-0x000000402ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000402ff80000-0x000000402fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000004030000000-0x000000602ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000602ff80000-0x000000602fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000006030000000-0x000000802ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000802ff80000-0x000000802fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000008030000000-0x000000a02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000a02ff80000-0x000000a02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000a030000000-0x000000c02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000c02ff80000-0x000000c02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000c030000000-0x000000e02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000e02ff80000-0x000000e02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000e030000000-0x000000fcffffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000fdffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fe00000000-0x000001002ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000001002ff80000-0x000001002fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.6 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xc9e20000 ACPI=0xc9e20000 SMBIOS=0xcab35000 SMBIOS 3.0=0xcab34000 MEMATTR=0xc6578018 ESRT=0xc6580698
[ 0.000000] efi: Remove mem40: MMIO range=[0xdc600000-0xdc77ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xdc600000-0xdc77ffff] reserved
[ 0.000000] efi: Not removing mem41: MMIO range=[0xdc7f0000-0xdc7f0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem42: MMIO range=[0xdf100000-0xdf27ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xdf100000-0xdf27ffff] reserved
[ 0.000000] efi: Not removing mem43: MMIO range=[0xdf2f0000-0xdf2f0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem44: MMIO range=[0xe1e00000-0xe1f7ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe1e00000-0xe1f7ffff] reserved
[ 0.000000] efi: Not removing mem45: MMIO range=[0xe1ff0000-0xe1ff0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem46: MMIO range=[0xe4400000-0xe457ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe4400000-0xe457ffff] reserved
[ 0.000000] efi: Not removing mem47: MMIO range=[0xe45f0000-0xe45f0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem48: MMIO range=[0xe6a00000-0xe6b7ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe6a00000-0xe6b7ffff] reserved
[ 0.000000] efi: Not removing mem49: MMIO range=[0xe6bf0000-0xe6bf0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem50: MMIO range=[0xe9000000-0xe917ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xe9000000-0xe917ffff] reserved
[ 0.000000] efi: Not removing mem51: MMIO range=[0xe91f0000-0xe91f0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem52: MMIO range=[0xeb600000-0xeb77ffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xeb600000-0xeb77ffff] reserved
[ 0.000000] efi: Not removing mem53: MMIO range=[0xeb7f0000-0xeb7f0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem54: MMIO range=[0xebf00000-0xebf7ffff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xebf00000-0xebf7ffff] reserved
[ 0.000000] efi: Not removing mem55: MMIO range=[0xebff0000-0xebff0fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem56: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfea00000-0xfeafffff] reserved
[ 0.000000] efi: Not removing mem57: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem58: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem59: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem60: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem61: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem62: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem63: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem64: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem65: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[ 0.000000] efi: Remove mem66: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee00000-0xfeefffff] reserved
[ 0.000000] efi: Remove mem67: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Supermicro AS -2023US-TR4/H11DSU-iN, BIOS 1.3 01/30/2020
[ 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 = 0x1002ff80 max_arch_pfn = 0x400000000
[ 0.000000] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xcc000000-0xffffffff] usable ==> reserved
[ 0.000000] last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd6e0-0x000fd6ef]
[ 0.000000] esrt: Reserving ESRT space from 0x00000000c6580698 to 0x00000000c65806d0.
[ 0.000000] e820: update [mem 0xc6580000-0xc6580fff] usable ==> reserved
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x34a23000-0x36508fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000C9E20000 000024 (v02 SUPERM)
[ 0.000000] ACPI: XSDT 0x00000000C9E200B0 0000E4 (v01 SUPERM SUPERM 03242016 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000C9E2C230 000114 (v06 03242016 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000C9E20230 00BFFF (v02 SUPERM SMCI 03242016 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000CA1ACE80 000040
[ 0.000000] ACPI: APIC 0x00000000C9E2C348 0004B2 (v04 03242016 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000C9E2C800 000044 (v01 03242016 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000C9E2C848 00009C (v01 SUPERM SMCI 03242016 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000C9E2C8E8 0000D2 (v02 SUPERM AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SPMI 0x00000000C9E2C9C0 000041 (v05 SUPERM SMCI 00000000 AMI. 00000000)
[ 0.000000] ACPI: SSDT 0x00000000C9E2CA08 0006AC (v02 SUPERM CPUSSDT 03242016 AMI 03242016)
[ 0.000000] ACPI: MCFG 0x00000000C9E2D0B8 00003C (v01 SUPERM SMCI 03242016 MSFT 00010013)
[ 0.000000] ACPI: SSDT 0x00000000C9E2D0F8 0117A4 (v01 SUPERM AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: SRAT 0x00000000C9E3E8A0 0009C0 (v03 SUPERM AMD SRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: MSCT 0x00000000C9E3F260 00004E (v01 SUPERM AMD MSCT 00000000 AMD 00000001)
[ 0.000000] ACPI: SLIT 0x00000000C9E3F2B0 00006C (v01 SUPERM AMD SLIT 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000C9E3F320 007700 (v01 SUPERM AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000C9E46A20 000068 (v01 SUPERM AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: BERT 0x00000000C9E46A88 000030 (v01 AMD AMD BERT 00000001 AMD 00000001)
[ 0.000000] ACPI: EINJ 0x00000000C9E46AB8 000150 (v01 AMD AMD EINJ 00000001 AMD 00000001)
[ 0.000000] ACPI: HEST 0x00000000C9E46C08 000608 (v01 AMD AMD HEST 00000001 AMD 00000001)
[ 0.000000] ACPI: HPET 0x00000000C9E47210 000038 (v01 SUPERM SMCI 03242016 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000C9E47248 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000C9E47270 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: IVRS 0x00000000C9E472B8 000370 (v02 SUPERM AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000C9E47628 001630 (v01 AMD CPMCMN 00000001 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000C9E48C58 000028 (v01 \xff\xca 03242016 AMI 00010013)
[ 0.000000] ACPI: ERST 0x00000000C9E48C80 000230 (v01 AMIER AMI.ERST 00000000 AMI. 00000000)
[ 0.000000] ACPI: Reserving FACP table memory at [mem 0xc9e2c230-0xc9e2c343]
[ 0.000000] ACPI: Reserving DSDT table memory at [mem 0xc9e20230-0xc9e2c22e]
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0xca1ace80-0xca1acebf]
[ 0.000000] ACPI: Reserving APIC table memory at [mem 0xc9e2c348-0xc9e2c7f9]
[ 0.000000] ACPI: Reserving FPDT table memory at [mem 0xc9e2c800-0xc9e2c843]
[ 0.000000] ACPI: Reserving FIDT table memory at [mem 0xc9e2c848-0xc9e2c8e3]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9e2c8e8-0xc9e2c9b9]
[ 0.000000] ACPI: Reserving SPMI table memory at [mem 0xc9e2c9c0-0xc9e2ca00]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9e2ca08-0xc9e2d0b3]
[ 0.000000] ACPI: Reserving MCFG table memory at [mem 0xc9e2d0b8-0xc9e2d0f3]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9e2d0f8-0xc9e3e89b]
[ 0.000000] ACPI: Reserving SRAT table memory at [mem 0xc9e3e8a0-0xc9e3f25f]
[ 0.000000] ACPI: Reserving MSCT table memory at [mem 0xc9e3f260-0xc9e3f2ad]
[ 0.000000] ACPI: Reserving SLIT table memory at [mem 0xc9e3f2b0-0xc9e3f31b]
[ 0.000000] ACPI: Reserving CRAT table memory at [mem 0xc9e3f320-0xc9e46a1f]
[ 0.000000] ACPI: Reserving CDIT table memory at [mem 0xc9e46a20-0xc9e46a87]
[ 0.000000] ACPI: Reserving BERT table memory at [mem 0xc9e46a88-0xc9e46ab7]
[ 0.000000] ACPI: Reserving EINJ table memory at [mem 0xc9e46ab8-0xc9e46c07]
[ 0.000000] ACPI: Reserving HEST table memory at [mem 0xc9e46c08-0xc9e4720f]
[ 0.000000] ACPI: Reserving HPET table memory at [mem 0xc9e47210-0xc9e47247]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9e47248-0xc9e4726b]
[ 0.000000] ACPI: Reserving UEFI table memory at [mem 0xc9e47270-0xc9e472b1]
[ 0.000000] ACPI: Reserving IVRS table memory at [mem 0xc9e472b8-0xc9e47627]
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9e47628-0xc9e48c57]
[ 0.000000] ACPI: Reserving WSMT table memory at [mem 0xc9e48c58-0xc9e48c7f]
[ 0.000000] ACPI: Reserving ERST table memory at [mem 0xc9e48c80-0xc9e48eaf]
[ 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 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> 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 0 -> APIC 0x0e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x10 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x16 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x17 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x18 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x19 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1c -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1d -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1e -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1f -> Node 1
[ 0.000000] SRAT: PXM 2 -> APIC 0x20 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x21 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x22 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x23 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x24 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x25 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x26 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x27 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x28 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x29 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2a -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2b -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2c -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2d -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2e -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2f -> 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 0x36 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x37 -> 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] SRAT: PXM 3 -> APIC 0x3e -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3f -> Node 3
[ 0.000000] SRAT: PXM 4 -> APIC 0x40 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x41 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x42 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x43 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x44 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x45 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x46 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x47 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x48 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x49 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4a -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4b -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4c -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4d -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4e -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4f -> Node 4
[ 0.000000] SRAT: PXM 5 -> APIC 0x50 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x51 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x52 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x53 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x54 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x55 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x56 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x57 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x58 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x59 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5a -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5b -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5c -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5d -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5e -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5f -> Node 5
[ 0.000000] SRAT: PXM 6 -> APIC 0x60 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x61 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x62 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x63 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x64 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x65 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x66 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x67 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x68 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x69 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6a -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6b -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6c -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6d -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6e -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6f -> Node 6
[ 0.000000] SRAT: PXM 7 -> APIC 0x70 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x71 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x72 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x73 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x74 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x75 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x76 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x77 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x78 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x79 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7a -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7b -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7c -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7d -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7e -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7f -> Node 7
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x202fffffff]
[ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x2030000000-0x402fffffff]
[ 0.000000] ACPI: SRAT: Node 2 PXM 2 [mem 0x4030000000-0x602fffffff]
[ 0.000000] ACPI: SRAT: Node 3 PXM 3 [mem 0x6030000000-0x802fffffff]
[ 0.000000] ACPI: SRAT: Node 4 PXM 4 [mem 0x8030000000-0xa02fffffff]
[ 0.000000] ACPI: SRAT: Node 5 PXM 5 [mem 0xa030000000-0xc02fffffff]
[ 0.000000] ACPI: SRAT: Node 6 PXM 6 [mem 0xc030000000-0xe02fffffff]
[ 0.000000] ACPI: SRAT: Node 7 PXM 7 [mem 0xe030000000-0x1002fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=8
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x202fffffff] -> [mem 0x00000000-0x202fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x202f37b000-0x202f37ffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x402ff7b000-0x402ff7ffff]
[ 0.000000] NODE_DATA(2) allocated [mem 0x602ff7b000-0x602ff7ffff]
[ 0.000000] NODE_DATA(3) allocated [mem 0x802ff7b000-0x802ff7ffff]
[ 0.000000] NODE_DATA(4) allocated [mem 0xa02ff7b000-0xa02ff7ffff]
[ 0.000000] NODE_DATA(5) allocated [mem 0xc02ff7b000-0xc02ff7ffff]
[ 0.000000] NODE_DATA(6) allocated [mem 0xe02ff7b000-0xe02ff7ffff]
[ 0.000000] NODE_DATA(7) allocated [mem 0x1002ff7a000-0x1002ff7efff]
[ 0.000000] Reserving 256MB of memory at 2912MB for crashkernel (System RAM: 1044382MB)
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000001002ff7ffff]
[ 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-0x0000000075daffff]
[ 0.000000] node 0: [mem 0x0000000076000000-0x00000000c9cf8fff]
[ 0.000000] node 0: [mem 0x00000000c9d6e000-0x00000000c9e1ffff]
[ 0.000000] node 0: [mem 0x00000000cacd6000-0x00000000cbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000202f37ffff]
[ 0.000000] node 1: [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.000000] node 2: [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.000000] node 3: [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.000000] node 4: [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.000000] node 5: [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.000000] node 6: [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.000000] node 7: [mem 0x000000e030000000-0x000000fcffffffff]
[ 0.000000] node 7: [mem 0x000000fe00000000-0x000001002ff7ffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000202f37ffff]
[ 0.000000] Initmem setup node 1 [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.000000] Initmem setup node 2 [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.000000] Initmem setup node 3 [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.000000] Initmem setup node 4 [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.000000] Initmem setup node 5 [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.000000] Initmem setup node 6 [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.000000] Initmem setup node 7 [mem 0x000000e030000000-0x000001002ff7ffff]
[ 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: 592 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 117 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 3766 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.000000] On node 1, zone Normal: 3200 pages in unavailable ranges
[ 0.000000] On node 2, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 3, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 4, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 5, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 6, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 7, zone Normal: 128 pages in unavailable ranges
[ 0.000000] On node 7, zone Normal: 128 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 0xebff0000, GSI 24-55
[ 0.000000] IOAPIC[2]: apic_id 130, version 33, address 0xeb7f0000, GSI 56-87
[ 0.000000] IOAPIC[3]: apic_id 131, version 33, address 0xe91f0000, GSI 88-119
[ 0.000000] IOAPIC[4]: apic_id 132, version 33, address 0xe6bf0000, GSI 120-151
[ 0.000000] IOAPIC[5]: apic_id 133, version 33, address 0xe45f0000, GSI 152-183
[ 0.000000] IOAPIC[6]: apic_id 134, version 33, address 0xe1ff0000, GSI 184-215
[ 0.000000] IOAPIC[7]: apic_id 135, version 33, address 0xdf2f0000, GSI 216-247
[ 0.000000] IOAPIC[8]: apic_id 136, version 33, address 0xdc7f0000, GSI 248-279
[ 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, 0 hotplug CPUs
[ 0.000000] [mem 0xebff1000-0xfebfffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:8
[ 0.000000] percpu: Embedded 56 pages/cpu s191464 r8192 d29720 u262144
[ 0.000000] pcpu-alloc: s191464 r8192 d29720 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.000000] pcpu-alloc: [1] 008 009 010 011 012 013 014 015
[ 0.000000] pcpu-alloc: [1] 072 073 074 075 076 077 078 079
[ 0.000000] pcpu-alloc: [2] 016 017 018 019 020 021 022 023
[ 0.000000] pcpu-alloc: [2] 080 081 082 083 084 085 086 087
[ 0.000000] pcpu-alloc: [3] 024 025 026 027 028 029 030 031
[ 0.000000] pcpu-alloc: [3] 088 089 090 091 092 093 094 095
[ 0.000000] pcpu-alloc: [4] 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [4] 096 097 098 099 100 101 102 103
[ 0.000000] pcpu-alloc: [5] 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [5] 104 105 106 107 108 109 110 111
[ 0.000000] pcpu-alloc: [6] 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [6] 112 113 114 115 116 117 118 119
[ 0.000000] pcpu-alloc: [7] 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [7] 120 121 122 123 124 125 126 127
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/bzImage.x86_64 root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/boot/bzImage.x86_64", will be passed to user space.
[ 0.000000] random: crng init done
[ 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: 524288 bytes
[ 0.000000] printk: log_buf_len: 1048576 bytes
[ 0.000000] printk: early log buf free: 497336(94%)
[ 0.000000] Fallback order for Node 0: 0 1 2 3 4 5 6 7
[ 0.000000] Fallback order for Node 1: 1 2 3 0 5 6 7 4
[ 0.000000] Fallback order for Node 2: 2 3 0 1 6 7 4 5
[ 0.000000] Fallback order for Node 3: 3 0 1 2 7 4 5 6
[ 0.000000] Fallback order for Node 4: 4 5 6 7 0 1 2 3
[ 0.000000] Fallback order for Node 5: 5 6 7 4 1 2 3 0
[ 0.000000] Fallback order for Node 6: 6 7 4 5 2 3 0 1
[ 0.000000] Fallback order for Node 7: 7 4 5 6 3 0 1 2
[ 0.000000] Built 8 zonelists, mobility grouping on. Total pages: 263167754
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 128.
[ 0.000000] Memory: 1052232916K/1069447312K available (16384K kernel code, 3591K rwdata, 4920K rodata, 3008K init, 3176K bss, 17214140K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=8
[ 0.000000] ftrace: allocating 45045 entries in 176 pages
[ 0.000000] ftrace: allocated 176 pages with 3 groups
[ 0.000000] Dynamic Preempt: voluntary
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=128.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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 100 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 0.000000] NR_IRQS: 33024, nr_irqs: 5800, preallocated irqs: 16
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes to big.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] printk: console [tty0] enabled
[ 0.000000] printk: console [ttyS0] enabled
[ 0.000000] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] ACPI: Core revision 20230628
[ 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.003000] AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
[ 0.005000] APIC: Switched APIC routing to: physical flat
[ 0.009000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.015000] tsc: PIT calibration matches HPET. 1 loops
[ 0.016000] tsc: Detected 2199.764 MHz processor
[ 0.000010] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb55418fe4, max_idle_ns: 440795289881 ns
[ 0.010524] Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.52 BogoMIPS (lpj=2199764)
[ 0.011535] AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
[ 0.012571] LVT offset 2 assigned for vector 0xf4
[ 0.013537] process: using mwait in idle threads
[ 0.014525] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.015524] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.016525] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.017526] Spectre V2 : Mitigation: Retpolines
[ 0.018524] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.019524] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.020524] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 0.021524] RETBleed: Mitigation: untrained return thunk
[ 0.022525] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.023525] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.024524] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.025528] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.026524] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.027524] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.028524] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.029524] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.049669] Freeing SMP alternatives memory: 40K
[ 0.050526] pid_max: default: 131072 minimum: 1024
[ 0.102229] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc hugepage)
[ 0.126413] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 0.128321] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 0.129982] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 0.234821] smpboot: CPU0: AMD EPYC 7601 32-Core Processor (family: 0x17, model: 0x1, stepping: 0x2)
[ 0.235891] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 0.236562] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 0.237592] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 0.238573] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.239525] ... version: 0
[ 0.240524] ... bit width: 48
[ 0.241524] ... generic registers: 6
[ 0.242524] ... value mask: 0000ffffffffffff
[ 0.243524] ... max period: 00007fffffffffff
[ 0.244524] ... fixed-purpose events: 0
[ 0.245524] ... event mask: 000000000000003f
[ 0.246826] signal: max sigframe size: 1776
[ 0.247557] rcu: Hierarchical SRCU implementation.
[ 0.248525] rcu: Max phase no-delay instances is 400.
[ 0.256048] smp: Bringing up secondary CPUs ...
[ 0.256677] smpboot: x86: Booting SMP configuration:
[ 0.257526] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.259527] .... node #1, CPUs: #8 #9 #10 #11 #12 #13 #14 #15
[ 0.262526] .... node #2, CPUs: #16 #17 #18 #19 #20 #21 #22 #23
[ 0.265527] .... node #3, CPUs: #24 #25 #26 #27 #28 #29 #30 #31
[ 0.268526] .... node #4, CPUs: #32 #33 #34 #35 #36 #37 #38 #39
[ 0.271528] .... node #5, CPUs: #40 #41 #42 #43 #44 #45 #46 #47
[ 0.274527] .... node #6, CPUs: #48 #49 #50 #51 #52 #53 #54 #55
[ 0.276527] .... node #7, CPUs: #56 #57 #58 #59 #60 #61 #62 #63
[ 0.364527] .... node #0, CPUs: #64 #65 #66 #67 #68 #69 #70 #71
[ 0.367525] .... node #1, CPUs: #72 #73 #74 #75 #76 #77 #78 #79
[ 0.370526] .... node #2, CPUs: #80 #81 #82 #83 #84 #85 #86 #87
[ 0.373527] .... node #3, CPUs: #88 #89 #90 #91 #92 #93 #94 #95
[ 0.376525] .... node #4, CPUs: #96 #97 #98 #99 #100 #101 #102 #103
[ 0.379525] .... node #5, CPUs: #104 #105 #106 #107 #108 #109 #110 #111
[ 0.382526] .... node #6, CPUs: #112 #113 #114 #115 #116 #117 #118 #119
[ 0.385527] .... node #7, CPUs: #120 #121 #122 #123 #124 #125 #126 #127
[ 0.484902] smp: Brought up 8 nodes, 128 CPUs
[ 0.486525] smpboot: Max logical packages: 2
[ 0.487540] smpboot: Total of 128 processors activated (563139.58 BogoMIPS)
[ 0.669632] devtmpfs: initialized
[ 0.670612] x86/mm: Memory block size: 2048MB
[ 0.705942] ACPI: PM: Registering ACPI NVS region [mem 0xc9e20000-0xca1acfff] (3723264 bytes)
[ 0.706845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.707592] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[ 0.710368] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.712504] thermal_sys: Registered thermal governor 'step_wise'
[ 0.712506] thermal_sys: Registered thermal governor 'user_space'
[ 0.713630] cpuidle: using governor menu
[ 0.725800] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.735530] PCI: not using MMCONFIG
[ 0.738525] PCI: Using configuration type 1 for base access
[ 0.744525] PCI: Using configuration type 1 for extended access
[ 0.756753] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.767722] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.774529] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.781526] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.787525] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.812711] raid6: avx2x4 gen() 14475 MB/s
[ 0.833711] raid6: avx2x2 gen() 14636 MB/s
[ 0.854711] raid6: avx2x1 gen() 13287 MB/s
[ 0.859527] raid6: using algorithm avx2x2 gen() 14636 MB/s
[ 0.880711] raid6: .... xor() 10314 MB/s, rmw enabled
[ 0.886527] raid6: using avx2x2 recovery algorithm
[ 0.890940] ACPI: Added _OSI(Module Device)
[ 0.895525] ACPI: Added _OSI(Processor Device)
[ 0.899526] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.904526] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.941304] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.956859] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 0.965075] ACPI: Interpreter enabled
[ 0.968544] ACPI: PM: (supports S0 S5)
[ 0.972525] ACPI: Using IOAPIC for interrupt routing
[ 0.977960] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.987588] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 0.995553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.004525] PCI: Using E820 reservations for host bridge windows
[ 1.011984] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 1.023043] ACPI: \_SB_.PCI0.BR0E.SATA.P0SA: New power resource
[ 1.028570] ACPI: \_SB_.PCI0.BR0E.SATA.P3SA: New power resource
[ 1.040491] ACPI: \_SB_.S0D1.BR22.SATA.P0SA: New power resource
[ 1.046569] ACPI: \_SB_.S0D1.BR22.SATA.P3SA: New power resource
[ 1.054601] ACPI: \_SB_.S0D2.BR37.SATA.P0SA: New power resource
[ 1.060569] ACPI: \_SB_.S0D2.BR37.SATA.P3SA: New power resource
[ 1.068787] ACPI: \_SB_.S0D3.BR4C.SATA.P0SA: New power resource
[ 1.074569] ACPI: \_SB_.S0D3.BR4C.SATA.P3SA: New power resource
[ 1.082987] ACPI: \_SB_.S1D0.BR61.SATA.P0SA: New power resource
[ 1.088573] ACPI: \_SB_.S1D0.BR61.SATA.P3SA: New power resource
[ 1.097366] ACPI: \_SB_.S1D1.BR76.SATA.P0SA: New power resource
[ 1.103574] ACPI: \_SB_.S1D1.BR76.SATA.P3SA: New power resource
[ 1.111540] ACPI: \_SB_.S1D2.BR8B.SATA.P0SA: New power resource
[ 1.117569] ACPI: \_SB_.S1D2.BR8B.SATA.P3SA: New power resource
[ 1.125622] ACPI: \_SB_.S1D3.BRA0.SATA.P0SA: New power resource
[ 1.131569] ACPI: \_SB_.S1D3.BRA0.SATA.P3SA: New power resource
[ 1.143741] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 1.149533] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 1.158663] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 1.165563] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 1.172545] PCI host bridge to bus 0000:00
[ 1.176526] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 1.183525] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 1.190525] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 1.196526] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window]
[ 1.203525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 1.211526] pci_bus 0000:00: root bus resource [mem 0xec000000-0xefffffff window]
[ 1.218527] pci_bus 0000:00: root bus resource [mem 0x1e006000000-0x1ffffffffff window]
[ 1.226527] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 1.232546] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 1.238634] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 1.244570] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 1.250611] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[ 1.257319] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 1.264549] pci 0000:00:01.2: [1022:1453] type 01 class 0x060400
[ 1.271424] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 1.278488] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 1.285500] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 1.292438] pci 0000:00:01.4: [1022:1453] type 01 class 0x060400
[ 1.299466] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[ 1.306477] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 1.312613] pci 0000:00:02.1: [1022:1453] type 01 class 0x060400
[ 1.319349] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 1.326537] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 1.332619] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 1.338625] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 1.344609] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 1.351022] pci 0000:00:07.1: enabling Extended Tags
[ 1.356655] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 1.363527] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 1.369608] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 1.376262] pci 0000:00:08.1: enabling Extended Tags
[ 1.381655] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 1.388570] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 1.394775] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 1.400808] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 1.406594] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 1.413595] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 1.419592] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 1.425590] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 1.431537] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 1.437592] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 1.443595] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 1.449593] pci 0000:00:19.0: [1022:1460] type 00 class 0x060000
[ 1.455589] pci 0000:00:19.1: [1022:1461] type 00 class 0x060000
[ 1.461591] pci 0000:00:19.2: [1022:1462] type 00 class 0x060000
[ 1.467591] pci 0000:00:19.3: [1022:1463] type 00 class 0x060000
[ 1.473592] pci 0000:00:19.4: [1022:1464] type 00 class 0x060000
[ 1.479590] pci 0000:00:19.5: [1022:1465] type 00 class 0x060000
[ 1.486591] pci 0000:00:19.6: [1022:1466] type 00 class 0x060000
[ 1.492593] pci 0000:00:19.7: [1022:1467] type 00 class 0x060000
[ 1.498594] pci 0000:00:1a.0: [1022:1460] type 00 class 0x060000
[ 1.504593] pci 0000:00:1a.1: [1022:1461] type 00 class 0x060000
[ 1.510564] pci 0000:00:1a.2: [1022:1462] type 00 class 0x060000
[ 1.516593] pci 0000:00:1a.3: [1022:1463] type 00 class 0x060000
[ 1.522591] pci 0000:00:1a.4: [1022:1464] type 00 class 0x060000
[ 1.528593] pci 0000:00:1a.5: [1022:1465] type 00 class 0x060000
[ 1.534591] pci 0000:00:1a.6: [1022:1466] type 00 class 0x060000
[ 1.540597] pci 0000:00:1a.7: [1022:1467] type 00 class 0x060000
[ 1.546593] pci 0000:00:1b.0: [1022:1460] type 00 class 0x060000
[ 1.552588] pci 0000:00:1b.1: [1022:1461] type 00 class 0x060000
[ 1.558587] pci 0000:00:1b.2: [1022:1462] type 00 class 0x060000
[ 1.565594] pci 0000:00:1b.3: [1022:1463] type 00 class 0x060000
[ 1.571590] pci 0000:00:1b.4: [1022:1464] type 00 class 0x060000
[ 1.577587] pci 0000:00:1b.5: [1022:1465] type 00 class 0x060000
[ 1.583588] pci 0000:00:1b.6: [1022:1466] type 00 class 0x060000
[ 1.589570] pci 0000:00:1b.7: [1022:1467] type 00 class 0x060000
[ 1.595589] pci 0000:00:1c.0: [1022:1460] type 00 class 0x060000
[ 1.601600] pci 0000:00:1c.1: [1022:1461] type 00 class 0x060000
[ 1.607602] pci 0000:00:1c.2: [1022:1462] type 00 class 0x060000
[ 1.613602] pci 0000:00:1c.3: [1022:1463] type 00 class 0x060000
[ 1.619602] pci 0000:00:1c.4: [1022:1464] type 00 class 0x060000
[ 1.625600] pci 0000:00:1c.5: [1022:1465] type 00 class 0x060000
[ 1.631602] pci 0000:00:1c.6: [1022:1466] type 00 class 0x060000
[ 1.637609] pci 0000:00:1c.7: [1022:1467] type 00 class 0x060000
[ 1.644601] pci 0000:00:1d.0: [1022:1460] type 00 class 0x060000
[ 1.650600] pci 0000:00:1d.1: [1022:1461] type 00 class 0x060000
[ 1.656595] pci 0000:00:1d.2: [1022:1462] type 00 class 0x060000
[ 1.662587] pci 0000:00:1d.3: [1022:1463] type 00 class 0x060000
[ 1.668597] pci 0000:00:1d.4: [1022:1464] type 00 class 0x060000
[ 1.674600] pci 0000:00:1d.5: [1022:1465] type 00 class 0x060000
[ 1.680598] pci 0000:00:1d.6: [1022:1466] type 00 class 0x060000
[ 1.686600] pci 0000:00:1d.7: [1022:1467] type 00 class 0x060000
[ 1.692598] pci 0000:00:1e.0: [1022:1460] type 00 class 0x060000
[ 1.698599] pci 0000:00:1e.1: [1022:1461] type 00 class 0x060000
[ 1.704603] pci 0000:00:1e.2: [1022:1462] type 00 class 0x060000
[ 1.711600] pci 0000:00:1e.3: [1022:1463] type 00 class 0x060000
[ 1.717602] pci 0000:00:1e.4: [1022:1464] type 00 class 0x060000
[ 1.723601] pci 0000:00:1e.5: [1022:1465] type 00 class 0x060000
[ 1.729535] pci 0000:00:1e.6: [1022:1466] type 00 class 0x060000
[ 1.735601] pci 0000:00:1e.7: [1022:1467] type 00 class 0x060000
[ 1.741603] pci 0000:00:1f.0: [1022:1460] type 00 class 0x060000
[ 1.747600] pci 0000:00:1f.1: [1022:1461] type 00 class 0x060000
[ 1.753604] pci 0000:00:1f.2: [1022:1462] type 00 class 0x060000
[ 1.759617] pci 0000:00:1f.3: [1022:1463] type 00 class 0x060000
[ 1.765599] pci 0000:00:1f.4: [1022:1464] type 00 class 0x060000
[ 1.771602] pci 0000:00:1f.5: [1022:1465] type 00 class 0x060000
[ 1.778601] pci 0000:00:1f.6: [1022:1466] type 00 class 0x060000
[ 1.784605] pci 0000:00:1f.7: [1022:1467] type 00 class 0x060000
[ 1.790664] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 1.795559] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 1.801461] pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330
[ 1.807548] pci 0000:03:00.0: reg 0x10: [mem 0xef800000-0xef807fff 64bit]
[ 1.814692] pci 0000:03:00.0: PME# supported from D3cold
[ 1.819764] pci 0000:00:01.3: PCI bridge to [bus 03]
[ 1.824529] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 1.832202] pci 0000:04:00.0: [1b21:1142] type 00 class 0x0c0330
[ 1.838589] pci 0000:04:00.0: reg 0x10: [mem 0xef700000-0xef707fff 64bit]
[ 1.845547] pci 0000:04:00.0: PME# supported from D3cold
[ 1.850759] pci 0000:00:01.4: PCI bridge to [bus 04]
[ 1.855530] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 1.863140] pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400
[ 1.869655] pci 0000:05:00.0: supports D1 D2
[ 1.873525] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.883539] pci 0000:00:02.1: PCI bridge to [bus 05-06]
[ 1.888529] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 1.894526] pci 0000:00:02.1: bridge window [mem 0xee000000-0xef0fffff]
[ 1.901576] pci_bus 0000:06: extended config space not accessible
[ 1.907558] pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000
[ 1.913549] pci 0000:06:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[ 1.919538] pci 0000:06:00.0: reg 0x14: [mem 0xef000000-0xef01ffff]
[ 1.926538] pci 0000:06:00.0: reg 0x18: [io 0x1000-0x107f]
[ 1.931588] pci 0000:06:00.0: BAR 0: assigned to efifb
[ 1.937534] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.945573] pci 0000:06:00.0: supports D1 D2
[ 1.949525] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.956658] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 1.961532] pci 0000:05:00.0: bridge window [io 0x1000-0x1fff]
[ 1.967528] pci 0000:05:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 1.975413] pci 0000:07:00.0: [1022:145a] type 00 class 0x130000
[ 1.981556] pci 0000:07:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 1.988526] pci 0000:07:00.0: enabling Extended Tags
[ 1.993629] pci 0000:07:00.2: [1022:1456] type 00 class 0x108000
[ 1.999539] pci 0000:07:00.2: reg 0x18: [mem 0xef300000-0xef3fffff]
[ 2.005535] pci 0000:07:00.2: reg 0x24: [mem 0xef400000-0xef401fff]
[ 2.012534] pci 0000:07:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 2.019526] pci 0000:07:00.2: enabling Extended Tags
[ 2.024687] pci 0000:07:00.3: [1022:145f] type 00 class 0x0c0330
[ 2.030536] pci 0000:07:00.3: reg 0x10: [mem 0xef200000-0xef2fffff 64bit]
[ 2.037551] pci 0000:07:00.3: Max Payload Size set to 256 (was 128, max 256)
[ 2.044526] pci 0000:07:00.3: enabling Extended Tags
[ 2.049569] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[ 2.055574] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 2.060530] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 2.067662] pci 0000:08:00.0: [1022:1455] type 00 class 0x130000
[ 2.073527] pci 0000:08:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 2.080528] pci 0000:08:00.0: enabling Extended Tags
[ 2.085660] pci 0000:08:00.1: [1022:1468] type 00 class 0x108000
[ 2.091540] pci 0000:08:00.1: reg 0x18: [mem 0xef500000-0xef5fffff]
[ 2.097535] pci 0000:08:00.1: reg 0x24: [mem 0xef600000-0xef601fff]
[ 2.104533] pci 0000:08:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 2.111526] pci 0000:08:00.1: enabling Extended Tags
[ 2.116707] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 2.121530] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 2.128565] pci_bus 0000:00: on NUMA node 0
[ 2.129606] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 10-1f])
[ 2.135528] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.144664] acpi PNP0A08:01: _OSC: platform does not support [LTR]
[ 2.151777] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[ 2.157843] PCI host bridge to bus 0000:10
[ 2.162527] pci_bus 0000:10: root bus resource [io 0x2000-0x2fff window]
[ 2.169525] pci_bus 0000:10: root bus resource [mem 0xeb800000-0xebefffff window]
[ 2.176525] pci_bus 0000:10: root bus resource [mem 0x1c00c000000-0x1e005ffffff window]
[ 2.184526] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 2.190537] pci 0000:10:00.0: [1022:1450] type 00 class 0x060000
[ 2.196614] pci 0000:10:00.2: [1022:1451] type 00 class 0x080600
[ 2.202631] pci 0000:10:01.0: [1022:1452] type 00 class 0x060000
[ 2.208586] pci 0000:10:01.1: [1022:1453] type 01 class 0x060400
[ 2.214673] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 2.221591] pci 0000:10:02.0: [1022:1452] type 00 class 0x060000
[ 2.227619] pci 0000:10:03.0: [1022:1452] type 00 class 0x060000
[ 2.233623] pci 0000:10:04.0: [1022:1452] type 00 class 0x060000
[ 2.239626] pci 0000:10:07.0: [1022:1452] type 00 class 0x060000
[ 2.245608] pci 0000:10:07.1: [1022:1454] type 01 class 0x060400
[ 2.251937] pci 0000:10:07.1: enabling Extended Tags
[ 2.257614] pci 0000:10:07.1: PME# supported from D0 D3hot D3cold
[ 2.263714] pci 0000:10:08.0: [1022:1452] type 00 class 0x060000
[ 2.269608] pci 0000:10:08.1: [1022:1454] type 01 class 0x060400
[ 2.276072] pci 0000:10:08.1: enabling Extended Tags
[ 2.281616] pci 0000:10:08.1: PME# supported from D0 D3hot D3cold
[ 2.289277] pci 0000:11:00.0: [8086:1521] type 00 class 0x020000
[ 2.295796] pci 0000:11:00.0: reg 0x10: [mem 0xeb980000-0xeb9fffff]
[ 2.302602] pci 0000:11:00.0: reg 0x18: [io 0x2060-0x207f]
[ 2.308793] pci 0000:11:00.0: reg 0x1c: [mem 0xeba0c000-0xeba0ffff]
[ 2.318562] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[ 2.325950] pci 0000:11:00.0: reg 0x184: [mem 0x1e005fe0000-0x1e005fe3fff 64bit pref]
[ 2.333525] pci 0000:11:00.0: VF(n) BAR0 space: [mem 0x1e005fe0000-0x1e005ffffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.345186] pci 0000:11:00.0: reg 0x190: [mem 0x1e005fc0000-0x1e005fc3fff 64bit pref]
[ 2.352525] pci 0000:11:00.0: VF(n) BAR3 space: [mem 0x1e005fc0000-0x1e005fdffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.369519] pci 0000:11:00.1: [8086:1521] type 00 class 0x020000
[ 2.376030] pci 0000:11:00.1: reg 0x10: [mem 0xeb900000-0xeb97ffff]
[ 2.382834] pci 0000:11:00.1: reg 0x18: [io 0x2040-0x205f]
[ 2.388679] pci 0000:11:00.1: reg 0x1c: [mem 0xeba08000-0xeba0bfff]
[ 2.398602] pci 0000:11:00.1: PME# supported from D0 D3hot D3cold
[ 2.405871] pci 0000:11:00.1: reg 0x184: [mem 0x1e005fa0000-0x1e005fa3fff 64bit pref]
[ 2.413527] pci 0000:11:00.1: VF(n) BAR0 space: [mem 0x1e005fa0000-0x1e005fbffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.425104] pci 0000:11:00.1: reg 0x190: [mem 0x1e005f80000-0x1e005f83fff 64bit pref]
[ 2.432525] pci 0000:11:00.1: VF(n) BAR3 space: [mem 0x1e005f80000-0x1e005f9ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.448872] pci 0000:11:00.2: [8086:1521] type 00 class 0x020000
[ 2.455026] pci 0000:11:00.2: reg 0x10: [mem 0xeb880000-0xeb8fffff]
[ 2.462071] pci 0000:11:00.2: reg 0x18: [io 0x2020-0x203f]
[ 2.467796] pci 0000:11:00.2: reg 0x1c: [mem 0xeba04000-0xeba07fff]
[ 2.477988] pci 0000:11:00.2: PME# supported from D0 D3hot D3cold
[ 2.485260] pci 0000:11:00.2: reg 0x184: [mem 0x1e005f60000-0x1e005f63fff 64bit pref]
[ 2.492525] pci 0000:11:00.2: VF(n) BAR0 space: [mem 0x1e005f60000-0x1e005f7ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.504219] pci 0000:11:00.2: reg 0x190: [mem 0x1e005f40000-0x1e005f43fff 64bit pref]
[ 2.512526] pci 0000:11:00.2: VF(n) BAR3 space: [mem 0x1e005f40000-0x1e005f5ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.528265] pci 0000:11:00.3: [8086:1521] type 00 class 0x020000
[ 2.534794] pci 0000:11:00.3: reg 0x10: [mem 0xeb800000-0xeb87ffff]
[ 2.541600] pci 0000:11:00.3: reg 0x18: [io 0x2000-0x201f]
[ 2.547796] pci 0000:11:00.3: reg 0x1c: [mem 0xeba00000-0xeba03fff]
[ 2.557382] pci 0000:11:00.3: PME# supported from D0 D3hot D3cold
[ 2.564640] pci 0000:11:00.3: reg 0x184: [mem 0x1e005f20000-0x1e005f23fff 64bit pref]
[ 2.572526] pci 0000:11:00.3: VF(n) BAR0 space: [mem 0x1e005f20000-0x1e005f3ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.583873] pci 0000:11:00.3: reg 0x190: [mem 0x1e005f00000-0x1e005f03fff 64bit pref]
[ 2.591525] pci 0000:11:00.3: VF(n) BAR3 space: [mem 0x1e005f00000-0x1e005f1ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.607532] pci 0000:10:01.1: PCI bridge to [bus 11-12]
[ 2.612528] pci 0000:10:01.1: bridge window [io 0x2000-0x2fff]
[ 2.618526] pci 0000:10:01.1: bridge window [mem 0xeb800000-0xebafffff]
[ 2.625528] pci 0000:10:01.1: bridge window [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 2.634111] pci 0000:13:00.0: [1022:145a] type 00 class 0x130000
[ 2.640554] pci 0000:13:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 2.647526] pci 0000:13:00.0: enabling Extended Tags
[ 2.652657] pci 0000:13:00.2: [1022:1456] type 00 class 0x108000
[ 2.658539] pci 0000:13:00.2: reg 0x18: [mem 0xebd00000-0xebdfffff]
[ 2.664535] pci 0000:13:00.2: reg 0x24: [mem 0xebe00000-0xebe01fff]
[ 2.671534] pci 0000:13:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 2.678528] pci 0000:13:00.2: enabling Extended Tags
[ 2.683702] pci 0000:10:07.1: PCI bridge to [bus 13]
[ 2.688529] pci 0000:10:07.1: bridge window [mem 0xebd00000-0xebefffff]
[ 2.695753] pci 0000:14:00.0: [1022:1455] type 00 class 0x130000
[ 2.701557] pci 0000:14:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 2.708527] pci 0000:14:00.0: enabling Extended Tags
[ 2.713661] pci 0000:14:00.1: [1022:1468] type 00 class 0x108000
[ 2.719539] pci 0000:14:00.1: reg 0x18: [mem 0xebb00000-0xebbfffff]
[ 2.725535] pci 0000:14:00.1: reg 0x24: [mem 0xebc00000-0xebc01fff]
[ 2.732533] pci 0000:14:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 2.739528] pci 0000:14:00.1: enabling Extended Tags
[ 2.744690] pci 0000:14:00.2: [1022:7901] type 00 class 0x010601
[ 2.750547] pci 0000:14:00.2: reg 0x24: [mem 0xebc02000-0xebc02fff]
[ 2.756534] pci 0000:14:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 2.763528] pci 0000:14:00.2: enabling Extended Tags
[ 2.768569] pci 0000:14:00.2: PME# supported from D3hot D3cold
[ 2.774683] pci 0000:10:08.1: PCI bridge to [bus 14]
[ 2.779529] pci 0000:10:08.1: bridge window [mem 0xebb00000-0xebcfffff]
[ 2.786543] pci_bus 0000:10: on NUMA node 1
[ 2.787139] ACPI: PCI Root Bridge [S0D2] (domain 0000 [bus 20-2f])
[ 2.793528] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.802657] acpi PNP0A08:02: _OSC: platform does not support [LTR]
[ 2.808776] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[ 2.815815] PCI host bridge to bus 0000:20
[ 2.819526] pci_bus 0000:20: root bus resource [mem 0xe9200000-0xeb5fffff window]
[ 2.827526] pci_bus 0000:20: root bus resource [mem 0x1a012000000-0x1c00bffffff window]
[ 2.835525] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 2.840537] pci 0000:20:00.0: [1022:1450] type 00 class 0x060000
[ 2.846611] pci 0000:20:00.2: [1022:1451] type 00 class 0x080600
[ 2.853640] pci 0000:20:01.0: [1022:1452] type 00 class 0x060000
[ 2.859619] pci 0000:20:02.0: [1022:1452] type 00 class 0x060000
[ 2.865567] pci 0000:20:03.0: [1022:1452] type 00 class 0x060000
[ 2.871618] pci 0000:20:04.0: [1022:1452] type 00 class 0x060000
[ 2.877626] pci 0000:20:07.0: [1022:1452] type 00 class 0x060000
[ 2.883606] pci 0000:20:07.1: [1022:1454] type 01 class 0x060400
[ 2.889568] pci 0000:20:07.1: enabling Extended Tags
[ 2.894616] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 2.901698] pci 0000:20:08.0: [1022:1452] type 00 class 0x060000
[ 2.907610] pci 0000:20:08.1: [1022:1454] type 01 class 0x060400
[ 2.913568] pci 0000:20:08.1: enabling Extended Tags
[ 2.918617] pci 0000:20:08.1: PME# supported from D0 D3hot D3cold
[ 2.925817] pci 0000:21:00.0: [1022:145a] type 00 class 0x130000
[ 2.931559] pci 0000:21:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 2.938526] pci 0000:21:00.0: enabling Extended Tags
[ 2.943654] pci 0000:21:00.2: [1022:1456] type 00 class 0x108000
[ 2.949539] pci 0000:21:00.2: reg 0x18: [mem 0xeb400000-0xeb4fffff]
[ 2.956535] pci 0000:21:00.2: reg 0x24: [mem 0xeb500000-0xeb501fff]
[ 2.962532] pci 0000:21:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 2.969526] pci 0000:21:00.2: enabling Extended Tags
[ 2.974700] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 2.979530] pci 0000:20:07.1: bridge window [mem 0xeb400000-0xeb5fffff]
[ 2.986611] pci 0000:22:00.0: [1022:1455] type 00 class 0x130000
[ 2.992557] pci 0000:22:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 2.999528] pci 0000:22:00.0: enabling Extended Tags
[ 3.004660] pci 0000:22:00.1: [1022:1468] type 00 class 0x108000
[ 3.010540] pci 0000:22:00.1: reg 0x18: [mem 0xeb200000-0xeb2fffff]
[ 3.017536] pci 0000:22:00.1: reg 0x24: [mem 0xeb300000-0xeb301fff]
[ 3.023534] pci 0000:22:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 3.030526] pci 0000:22:00.1: enabling Extended Tags
[ 3.035705] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 3.040529] pci 0000:20:08.1: bridge window [mem 0xeb200000-0xeb3fffff]
[ 3.047538] pci_bus 0000:20: on NUMA node 2
[ 3.048044] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 30-3f])
[ 3.054528] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.063663] acpi PNP0A08:03: _OSC: platform does not support [LTR]
[ 3.069776] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[ 3.076776] PCI host bridge to bus 0000:30
[ 3.080526] pci_bus 0000:30: root bus resource [mem 0xe6c00000-0xe8ffffff window]
[ 3.088525] pci_bus 0000:30: root bus resource [mem 0x18018000000-0x1a011ffffff window]
[ 3.096525] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 3.101536] pci 0000:30:00.0: [1022:1450] type 00 class 0x060000
[ 3.107607] pci 0000:30:00.2: [1022:1451] type 00 class 0x080600
[ 3.113629] pci 0000:30:01.0: [1022:1452] type 00 class 0x060000
[ 3.119615] pci 0000:30:02.0: [1022:1452] type 00 class 0x060000
[ 3.126619] pci 0000:30:03.0: [1022:1452] type 00 class 0x060000
[ 3.132615] pci 0000:30:04.0: [1022:1452] type 00 class 0x060000
[ 3.138621] pci 0000:30:07.0: [1022:1452] type 00 class 0x060000
[ 3.144604] pci 0000:30:07.1: [1022:1454] type 01 class 0x060400
[ 3.151098] pci 0000:30:07.1: enabling Extended Tags
[ 3.156610] pci 0000:30:07.1: PME# supported from D0 D3hot D3cold
[ 3.162533] pci 0000:30:08.0: [1022:1452] type 00 class 0x060000
[ 3.168603] pci 0000:30:08.1: [1022:1454] type 01 class 0x060400
[ 3.175087] pci 0000:30:08.1: enabling Extended Tags
[ 3.179615] pci 0000:30:08.1: PME# supported from D0 D3hot D3cold
[ 3.186645] pci 0000:31:00.0: [1022:145a] type 00 class 0x130000
[ 3.192553] pci 0000:31:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.199526] pci 0000:31:00.0: enabling Extended Tags
[ 3.204645] pci 0000:31:00.2: [1022:1456] type 00 class 0x108000
[ 3.210538] pci 0000:31:00.2: reg 0x18: [mem 0xe8e00000-0xe8efffff]
[ 3.216533] pci 0000:31:00.2: reg 0x24: [mem 0xe8f00000-0xe8f01fff]
[ 3.223531] pci 0000:31:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 3.230526] pci 0000:31:00.2: enabling Extended Tags
[ 3.235604] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 3.240529] pci 0000:30:07.1: bridge window [mem 0xe8e00000-0xe8ffffff]
[ 3.247607] pci 0000:32:00.0: [1022:1455] type 00 class 0x130000
[ 3.253554] pci 0000:32:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.260528] pci 0000:32:00.0: enabling Extended Tags
[ 3.265647] pci 0000:32:00.1: [1022:1468] type 00 class 0x108000
[ 3.271538] pci 0000:32:00.1: reg 0x18: [mem 0xe8c00000-0xe8cfffff]
[ 3.277535] pci 0000:32:00.1: reg 0x24: [mem 0xe8d00000-0xe8d01fff]
[ 3.284533] pci 0000:32:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 3.291526] pci 0000:32:00.1: enabling Extended Tags
[ 3.296696] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 3.301529] pci 0000:30:08.1: bridge window [mem 0xe8c00000-0xe8dfffff]
[ 3.308537] pci_bus 0000:30: on NUMA node 3
[ 3.308765] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus 40-4f])
[ 3.314528] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.323663] acpi PNP0A08:04: _OSC: platform does not support [LTR]
[ 3.330580] acpi PNP0A08:04: _OSC: OS now controls [PME PCIeCapability]
[ 3.337812] PCI host bridge to bus 0000:40
[ 3.341526] pci_bus 0000:40: root bus resource [mem 0xe4600000-0xe69fffff window]
[ 3.348525] pci_bus 0000:40: root bus resource [mem 0x1601e000000-0x18017ffffff window]
[ 3.356525] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 3.362538] pci 0000:40:00.0: [1022:1450] type 00 class 0x060000
[ 3.368622] pci 0000:40:00.2: [1022:1451] type 00 class 0x080600
[ 3.374648] pci 0000:40:01.0: [1022:1452] type 00 class 0x060000
[ 3.380620] pci 0000:40:01.1: [1022:1453] type 01 class 0x060400
[ 3.386680] pci 0000:40:01.1: PME# supported from D0 D3hot D3cold
[ 3.393699] pci 0000:40:01.2: [1022:1453] type 01 class 0x060400
[ 3.400641] pci 0000:40:01.2: PME# supported from D0 D3hot D3cold
[ 3.407706] pci 0000:40:02.0: [1022:1452] type 00 class 0x060000
[ 3.413630] pci 0000:40:03.0: [1022:1452] type 00 class 0x060000
[ 3.420630] pci 0000:40:04.0: [1022:1452] type 00 class 0x060000
[ 3.426633] pci 0000:40:07.0: [1022:1452] type 00 class 0x060000
[ 3.432556] pci 0000:40:07.1: [1022:1454] type 01 class 0x060400
[ 3.438870] pci 0000:40:07.1: enabling Extended Tags
[ 3.443629] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[ 3.449734] pci 0000:40:08.0: [1022:1452] type 00 class 0x060000
[ 3.456621] pci 0000:40:08.1: [1022:1454] type 01 class 0x060400
[ 3.462528] pci 0000:40:08.1: enabling Extended Tags
[ 3.467641] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[ 3.475560] pci 0000:40:01.1: PCI bridge to [bus 41]
[ 3.480628] pci 0000:40:01.2: PCI bridge to [bus 42]
[ 3.485621] pci 0000:43:00.0: [1022:145a] type 00 class 0x130000
[ 3.491563] pci 0000:43:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.499527] pci 0000:43:00.0: enabling Extended Tags
[ 3.504676] pci 0000:43:00.2: [1022:1456] type 00 class 0x108000
[ 3.510542] pci 0000:43:00.2: reg 0x18: [mem 0xe6800000-0xe68fffff]
[ 3.516538] pci 0000:43:00.2: reg 0x24: [mem 0xe6900000-0xe6901fff]
[ 3.522534] pci 0000:43:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 3.529528] pci 0000:43:00.2: enabling Extended Tags
[ 3.534725] pci 0000:40:07.1: PCI bridge to [bus 43]
[ 3.539530] pci 0000:40:07.1: bridge window [mem 0xe6800000-0xe69fffff]
[ 3.546641] pci 0000:44:00.0: [1022:1455] type 00 class 0x130000
[ 3.552563] pci 0000:44:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.559527] pci 0000:44:00.0: enabling Extended Tags
[ 3.564678] pci 0000:44:00.1: [1022:1468] type 00 class 0x108000
[ 3.571543] pci 0000:44:00.1: reg 0x18: [mem 0xe6600000-0xe66fffff]
[ 3.577537] pci 0000:44:00.1: reg 0x24: [mem 0xe6700000-0xe6701fff]
[ 3.583536] pci 0000:44:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 3.590527] pci 0000:44:00.1: enabling Extended Tags
[ 3.595711] pci 0000:44:00.2: [1022:7901] type 00 class 0x010601
[ 3.601565] pci 0000:44:00.2: reg 0x24: [mem 0xe6702000-0xe6702fff]
[ 3.608536] pci 0000:44:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 3.615527] pci 0000:44:00.2: enabling Extended Tags
[ 3.620579] pci 0000:44:00.2: PME# supported from D3hot D3cold
[ 3.626695] pci 0000:40:08.1: PCI bridge to [bus 44]
[ 3.631530] pci 0000:40:08.1: bridge window [mem 0xe6600000-0xe67fffff]
[ 3.638553] pci_bus 0000:40: on NUMA node 4
[ 3.638821] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus 50-5f])
[ 3.644528] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.653663] acpi PNP0A08:05: _OSC: platform does not support [LTR]
[ 3.660635] acpi PNP0A08:05: _OSC: OS now controls [PME PCIeCapability]
[ 3.667548] PCI host bridge to bus 0000:50
[ 3.671525] pci_bus 0000:50: root bus resource [mem 0xe2000000-0xe43fffff window]
[ 3.678525] pci_bus 0000:50: root bus resource [mem 0x14024000000-0x1601dffffff window]
[ 3.686525] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 3.692538] pci 0000:50:00.0: [1022:1450] type 00 class 0x060000
[ 3.698616] pci 0000:50:00.2: [1022:1451] type 00 class 0x080600
[ 3.704641] pci 0000:50:01.0: [1022:1452] type 00 class 0x060000
[ 3.710627] pci 0000:50:02.0: [1022:1452] type 00 class 0x060000
[ 3.716624] pci 0000:50:03.0: [1022:1452] type 00 class 0x060000
[ 3.722627] pci 0000:50:04.0: [1022:1452] type 00 class 0x060000
[ 3.729629] pci 0000:50:07.0: [1022:1452] type 00 class 0x060000
[ 3.735614] pci 0000:50:07.1: [1022:1454] type 01 class 0x060400
[ 3.741528] pci 0000:50:07.1: enabling Extended Tags
[ 3.746621] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 3.752724] pci 0000:50:08.0: [1022:1452] type 00 class 0x060000
[ 3.758615] pci 0000:50:08.1: [1022:1454] type 01 class 0x060400
[ 3.765528] pci 0000:50:08.1: enabling Extended Tags
[ 3.770622] pci 0000:50:08.1: PME# supported from D0 D3hot D3cold
[ 3.777570] pci 0000:51:00.0: [1022:145a] type 00 class 0x130000
[ 3.783560] pci 0000:51:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.790527] pci 0000:51:00.0: enabling Extended Tags
[ 3.795666] pci 0000:51:00.2: [1022:1456] type 00 class 0x108000
[ 3.801540] pci 0000:51:00.2: reg 0x18: [mem 0xe4200000-0xe42fffff]
[ 3.807536] pci 0000:51:00.2: reg 0x24: [mem 0xe4300000-0xe4301fff]
[ 3.814533] pci 0000:51:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 3.821527] pci 0000:51:00.2: enabling Extended Tags
[ 3.826656] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 3.831529] pci 0000:50:07.1: bridge window [mem 0xe4200000-0xe43fffff]
[ 3.838584] pci 0000:52:00.0: [1022:1455] type 00 class 0x130000
[ 3.844561] pci 0000:52:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 3.851529] pci 0000:52:00.0: enabling Extended Tags
[ 3.856670] pci 0000:52:00.1: [1022:1468] type 00 class 0x108000
[ 3.862541] pci 0000:52:00.1: reg 0x18: [mem 0xe4000000-0xe40fffff]
[ 3.869536] pci 0000:52:00.1: reg 0x24: [mem 0xe4100000-0xe4101fff]
[ 3.875534] pci 0000:52:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 3.882524] pci 0000:52:00.1: enabling Extended Tags
[ 3.887687] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 3.892529] pci 0000:50:08.1: bridge window [mem 0xe4000000-0xe41fffff]
[ 3.899539] pci_bus 0000:50: on NUMA node 5
[ 3.900018] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 60-6f])
[ 3.906528] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.915664] acpi PNP0A08:06: _OSC: platform does not support [LTR]
[ 3.921776] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[ 3.928751] PCI host bridge to bus 0000:60
[ 3.932525] pci_bus 0000:60: root bus resource [io 0x3000-0x3fff window]
[ 3.939525] pci_bus 0000:60: root bus resource [mem 0xdf300000-0xe1dfffff window]
[ 3.946526] pci_bus 0000:60: root bus resource [mem 0x1202a000000-0x14023ffffff window]
[ 3.954527] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 3.960538] pci 0000:60:00.0: [1022:1450] type 00 class 0x060000
[ 3.966621] pci 0000:60:00.2: [1022:1451] type 00 class 0x080600
[ 3.972644] pci 0000:60:01.0: [1022:1452] type 00 class 0x060000
[ 3.978633] pci 0000:60:02.0: [1022:1452] type 00 class 0x060000
[ 3.984626] pci 0000:60:03.0: [1022:1452] type 00 class 0x060000
[ 3.990621] pci 0000:60:03.1: [1022:1453] type 01 class 0x060400
[ 3.997527] pci 0000:60:03.1: PME# supported from D0 D3hot D3cold
[ 4.003725] pci 0000:60:04.0: [1022:1452] type 00 class 0x060000
[ 4.009635] pci 0000:60:07.0: [1022:1452] type 00 class 0x060000
[ 4.015619] pci 0000:60:07.1: [1022:1454] type 01 class 0x060400
[ 4.021884] pci 0000:60:07.1: enabling Extended Tags
[ 4.027624] pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
[ 4.033716] pci 0000:60:08.0: [1022:1452] type 00 class 0x060000
[ 4.039617] pci 0000:60:08.1: [1022:1454] type 01 class 0x060400
[ 4.046045] pci 0000:60:08.1: enabling Extended Tags
[ 4.051627] pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
[ 4.057860] pci 0000:61:00.0: [8086:10fb] type 00 class 0x020000
[ 4.063544] pci 0000:61:00.0: reg 0x10: [mem 0xe1480000-0xe14fffff 64bit]
[ 4.070533] pci 0000:61:00.0: reg 0x18: [io 0x3020-0x303f]
[ 4.076545] pci 0000:61:00.0: reg 0x20: [mem 0xe1904000-0xe1907fff 64bit]
[ 4.082533] pci 0000:61:00.0: reg 0x30: [mem 0xe1400000-0xe147ffff pref]
[ 4.089599] pci 0000:61:00.0: PME# supported from D0 D3hot
[ 4.095562] pci 0000:61:00.0: reg 0x184: [mem 0xe1800000-0xe1803fff 64bit]
[ 4.102526] pci 0000:61:00.0: VF(n) BAR0 space: [mem 0xe1800000-0xe18fffff 64bit] (contains BAR0 for 64 VFs)
[ 4.111545] pci 0000:61:00.0: reg 0x190: [mem 0xe1700000-0xe1703fff 64bit]
[ 4.118525] pci 0000:61:00.0: VF(n) BAR3 space: [mem 0xe1700000-0xe17fffff 64bit] (contains BAR3 for 64 VFs)
[ 4.128892] pci 0000:61:00.1: [8086:10fb] type 00 class 0x020000
[ 4.135544] pci 0000:61:00.1: reg 0x10: [mem 0xe1380000-0xe13fffff 64bit]
[ 4.141533] pci 0000:61:00.1: reg 0x18: [io 0x3000-0x301f]
[ 4.147544] pci 0000:61:00.1: reg 0x20: [mem 0xe1900000-0xe1903fff 64bit]
[ 4.154533] pci 0000:61:00.1: reg 0x30: [mem 0xe1300000-0xe137ffff pref]
[ 4.161600] pci 0000:61:00.1: PME# supported from D0 D3hot
[ 4.166556] pci 0000:61:00.1: reg 0x184: [mem 0xe1600000-0xe1603fff 64bit]
[ 4.173526] pci 0000:61:00.1: VF(n) BAR0 space: [mem 0xe1600000-0xe16fffff 64bit] (contains BAR0 for 64 VFs)
[ 4.183544] pci 0000:61:00.1: reg 0x190: [mem 0xe1500000-0xe1503fff 64bit]
[ 4.190525] pci 0000:61:00.1: VF(n) BAR3 space: [mem 0xe1500000-0xe15fffff 64bit] (contains BAR3 for 64 VFs)
[ 4.200565] pci 0000:60:03.1: PCI bridge to [bus 61-62]
[ 4.205528] pci 0000:60:03.1: bridge window [io 0x3000-0x3fff]
[ 4.211528] pci 0000:60:03.1: bridge window [mem 0xe1300000-0xe19fffff]
[ 4.218616] pci 0000:63:00.0: [1022:145a] type 00 class 0x130000
[ 4.224562] pci 0000:63:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 4.231527] pci 0000:63:00.0: enabling Extended Tags
[ 4.236675] pci 0000:63:00.2: [1022:1456] type 00 class 0x108000
[ 4.242541] pci 0000:63:00.2: reg 0x18: [mem 0xe1c00000-0xe1cfffff]
[ 4.249538] pci 0000:63:00.2: reg 0x24: [mem 0xe1d00000-0xe1d01fff]
[ 4.255534] pci 0000:63:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 4.262526] pci 0000:63:00.2: enabling Extended Tags
[ 4.267719] pci 0000:60:07.1: PCI bridge to [bus 63]
[ 4.272529] pci 0000:60:07.1: bridge window [mem 0xe1c00000-0xe1dfffff]
[ 4.279617] pci 0000:64:00.0: [1022:1455] type 00 class 0x130000
[ 4.285562] pci 0000:64:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 4.292527] pci 0000:64:00.0: enabling Extended Tags
[ 4.297675] pci 0000:64:00.1: [1022:1468] type 00 class 0x108000
[ 4.303542] pci 0000:64:00.1: reg 0x18: [mem 0xe1a00000-0xe1afffff]
[ 4.310539] pci 0000:64:00.1: reg 0x24: [mem 0xe1b00000-0xe1b01fff]
[ 4.316536] pci 0000:64:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 4.323526] pci 0000:64:00.1: enabling Extended Tags
[ 4.328727] pci 0000:60:08.1: PCI bridge to [bus 64]
[ 4.333530] pci 0000:60:08.1: bridge window [mem 0xe1a00000-0xe1bfffff]
[ 4.340536] pci_bus 0000:60: on NUMA node 6
[ 4.341100] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus 70-7f])
[ 4.347528] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.356662] acpi PNP0A08:07: _OSC: platform does not support [LTR]
[ 4.362777] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[ 4.369815] PCI host bridge to bus 0000:70
[ 4.373526] pci_bus 0000:70: root bus resource [io 0x4000-0x4fff window]
[ 4.380527] pci_bus 0000:70: root bus resource [mem 0xdc800000-0xdf0fffff window]
[ 4.388525] pci_bus 0000:70: root bus resource [mem 0x10030000000-0x12029ffffff window]
[ 4.396526] pci_bus 0000:70: root bus resource [bus 70-7f]
[ 4.401538] pci 0000:70:00.0: [1022:1450] type 00 class 0x060000
[ 4.407624] pci 0000:70:00.2: [1022:1451] type 00 class 0x080600
[ 4.413644] pci 0000:70:01.0: [1022:1452] type 00 class 0x060000
[ 4.419629] pci 0000:70:02.0: [1022:1452] type 00 class 0x060000
[ 4.425629] pci 0000:70:03.0: [1022:1452] type 00 class 0x060000
[ 4.432620] pci 0000:70:03.1: [1022:1453] type 01 class 0x060400
[ 4.438672] pci 0000:70:03.1: PME# supported from D0 D3hot D3cold
[ 4.445213] pci 0000:70:04.0: [1022:1452] type 00 class 0x060000
[ 4.451634] pci 0000:70:07.0: [1022:1452] type 00 class 0x060000
[ 4.457617] pci 0000:70:07.1: [1022:1454] type 01 class 0x060400
[ 4.464100] pci 0000:70:07.1: enabling Extended Tags
[ 4.468627] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 4.475720] pci 0000:70:08.0: [1022:1452] type 00 class 0x060000
[ 4.481580] pci 0000:70:08.1: [1022:1454] type 01 class 0x060400
[ 4.488026] pci 0000:70:08.1: enabling Extended Tags
[ 4.492627] pci 0000:70:08.1: PME# supported from D0 D3hot D3cold
[ 4.500173] pci 0000:71:00.0: [9005:028f] type 00 class 0x010700
[ 4.506562] pci 0000:71:00.0: reg 0x10: [mem 0xdea00000-0xdea07fff 64bit]
[ 4.512567] pci 0000:71:00.0: reg 0x20: [io 0x4000-0x40ff]
[ 4.518559] pci 0000:71:00.0: reg 0x30: [mem 0xde800000-0xde9fffff pref]
[ 4.525598] pci 0000:71:00.0: supports D1
[ 4.529525] pci 0000:71:00.0: PME# supported from D0 D1 D3hot
[ 4.535654] pci 0000:70:03.1: PCI bridge to [bus 71]
[ 4.540528] pci 0000:70:03.1: bridge window [io 0x4000-0x4fff]
[ 4.546526] pci 0000:70:03.1: bridge window [mem 0xde800000-0xdeafffff]
[ 4.553620] pci 0000:72:00.0: [1022:145a] type 00 class 0x130000
[ 4.559561] pci 0000:72:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 4.566527] pci 0000:72:00.0: enabling Extended Tags
[ 4.571530] pci 0000:72:00.2: [1022:1456] type 00 class 0x108000
[ 4.577543] pci 0000:72:00.2: reg 0x18: [mem 0xdee00000-0xdeefffff]
[ 4.583537] pci 0000:72:00.2: reg 0x24: [mem 0xdef00000-0xdef01fff]
[ 4.589534] pci 0000:72:00.2: Max Payload Size set to 256 (was 128, max 256)
[ 4.597526] pci 0000:72:00.2: enabling Extended Tags
[ 4.601723] pci 0000:70:07.1: PCI bridge to [bus 72]
[ 4.607529] pci 0000:70:07.1: bridge window [mem 0xdee00000-0xdeffffff]
[ 4.613619] pci 0000:73:00.0: [1022:1455] type 00 class 0x130000
[ 4.620563] pci 0000:73:00.0: Max Payload Size set to 256 (was 128, max 256)
[ 4.627527] pci 0000:73:00.0: enabling Extended Tags
[ 4.632677] pci 0000:73:00.1: [1022:1468] type 00 class 0x108000
[ 4.638542] pci 0000:73:00.1: reg 0x18: [mem 0xdec00000-0xdecfffff]
[ 4.644538] pci 0000:73:00.1: reg 0x24: [mem 0xded00000-0xded01fff]
[ 4.650535] pci 0000:73:00.1: Max Payload Size set to 256 (was 128, max 256)
[ 4.657527] pci 0000:73:00.1: enabling Extended Tags
[ 4.662725] pci 0000:70:08.1: PCI bridge to [bus 73]
[ 4.668530] pci 0000:70:08.1: bridge window [mem 0xdec00000-0xdedfffff]
[ 4.674546] pci_bus 0000:70: on NUMA node 7
[ 4.674964] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 4.681577] ACPI: PCI: Interrupt link LNKB configured for IRQ 5
[ 4.687580] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[ 4.693614] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
[ 4.699607] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 4.705592] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 4.711593] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 4.717593] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[ 4.723947] iommu: Default domain type: Translated
[ 4.728525] iommu: DMA domain TLB invalidation policy: lazy mode
[ 4.734838] SCSI subsystem initialized
[ 4.739647] libata version 3.00 loaded.
[ 4.739647] ACPI: bus type USB registered
[ 4.743559] usbcore: registered new interface driver usbfs
[ 4.748535] usbcore: registered new interface driver hub
[ 4.754673] usbcore: registered new device driver usb
[ 4.759546] mc: Linux media interface: v0.10
[ 4.763538] videodev: Linux video capture interface: v2.00
[ 4.769532] pps_core: LinuxPPS API ver. 1 registered
[ 4.774526] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 4.783529] PTP clock support registered
[ 4.789531] efivars: Registered efivars operations
[ 4.794671] PCI: Using ACPI for IRQ routing
[ 4.807791] PCI: pci_cache_line_size set to 64 bytes
[ 4.808411] e820: reserve RAM buffer [mem 0x75db0000-0x77ffffff]
[ 4.808415] e820: reserve RAM buffer [mem 0xc6580000-0xc7ffffff]
[ 4.808417] e820: reserve RAM buffer [mem 0xc9cf9000-0xcbffffff]
[ 4.808420] e820: reserve RAM buffer [mem 0xc9e20000-0xcbffffff]
[ 4.808423] e820: reserve RAM buffer [mem 0x202f380000-0x202fffffff]
[ 4.808425] e820: reserve RAM buffer [mem 0x402ff80000-0x402fffffff]
[ 4.808428] e820: reserve RAM buffer [mem 0x602ff80000-0x602fffffff]
[ 4.808430] e820: reserve RAM buffer [mem 0x802ff80000-0x802fffffff]
[ 4.808432] e820: reserve RAM buffer [mem 0xa02ff80000-0xa02fffffff]
[ 4.808434] e820: reserve RAM buffer [mem 0xc02ff80000-0xc02fffffff]
[ 4.808437] e820: reserve RAM buffer [mem 0xe02ff80000-0xe02fffffff]
[ 4.808439] e820: reserve RAM buffer [mem 0x1002ff80000-0x1002fffffff]
[ 4.808650] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 4.809523] pci 0000:06:00.0: vgaarb: bridge control possible
[ 4.809523] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 4.828561] vgaarb: loaded
[ 4.831626] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 4.836526] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 4.845543] clocksource: Switched to clocksource tsc-early
[ 4.851637] VFS: Disk quotas dquot_6.6.0
[ 4.855679] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.862773] FS-Cache: Loaded
[ 4.865866] CacheFiles: Loaded
[ 4.868955] pnp: PnP ACPI init
[ 4.872262] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 4.879639] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 4.885570] system 00:02: [io 0x0a10-0x0a1f] has been reserved
[ 4.891499] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 4.897430] system 00:02: [io 0x0a30-0x0a3f] has been reserved
[ 4.903358] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 4.909623] pnp 00:03: [dma 0 disabled]
[ 4.909991] pnp 00:04: [dma 0 disabled]
[ 4.910608] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 4.916545] system 00:05: [io 0x040b] has been reserved
[ 4.921862] system 00:05: [io 0x04d6] has been reserved
[ 4.927184] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 4.933114] system 00:05: [io 0x0c14] has been reserved
[ 4.938436] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 4.944363] system 00:05: [io 0x0c52] has been reserved
[ 4.949688] system 00:05: [io 0x0c6c] has been reserved
[ 4.955009] system 00:05: [io 0x0c6f] has been reserved
[ 4.960329] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 4.966260] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 4.972187] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 4.978114] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 4.984046] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 4.989973] system 00:05: [io 0x0800-0x089f] has been reserved
[ 4.995906] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 5.001831] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 5.007760] system 00:05: [io 0x0900-0x090f] has been reserved
[ 5.013688] system 00:05: [io 0x0910-0x091f] has been reserved
[ 5.019619] system 00:05: [io 0xfe00-0xfefe] has been reserved
[ 5.025545] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 5.032517] system 00:05: [mem 0xfec01000-0xfec01fff] has been reserved
[ 5.039147] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 5.045767] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 5.052392] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 5.059358] system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
[ 5.065979] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 5.072604] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 5.081391] pnp: PnP ACPI: found 6 devices
[ 5.093244] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 5.102246] NET: Registered PF_INET protocol family
[ 5.107604] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 5.120006] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 5.129085] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 5.137020] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 5.146080] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 5.153825] TCP: Hash tables configured (established 524288 bind 65536)
[ 5.160762] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 5.168235] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 5.176388] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 5.182111] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 5.190302] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 5.201787] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 5.212316] pci 0000:00:01.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 5.220500] pci 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 5.232002] pci 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 5.242559] pci 0000:00:01.1: BAR 14: assigned [mem 0xec000000-0xec1fffff]
[ 5.249443] pci 0000:00:01.1: BAR 15: assigned [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 5.257797] pci 0000:00:01.2: BAR 14: assigned [mem 0xec200000-0xec3fffff]
[ 5.264678] pci 0000:00:01.2: BAR 15: assigned [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 5.273036] pci 0000:00:01.1: BAR 13: no space for [io size 0x1000]
[ 5.279396] pci 0000:00:01.1: BAR 13: failed to assign [io size 0x1000]
[ 5.286105] pci 0000:00:01.2: BAR 13: no space for [io size 0x1000]
[ 5.292466] pci 0000:00:01.2: BAR 13: failed to assign [io size 0x1000]
[ 5.299178] pci 0000:00:01.2: BAR 13: no space for [io size 0x1000]
[ 5.305539] pci 0000:00:01.2: BAR 13: failed to assign [io size 0x1000]
[ 5.312247] pci 0000:00:01.1: BAR 13: no space for [io size 0x1000]
[ 5.318606] pci 0000:00:01.1: BAR 13: failed to assign [io size 0x1000]
[ 5.325317] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 5.330296] pci 0000:00:01.1: bridge window [mem 0xec000000-0xec1fffff]
[ 5.337106] pci 0000:00:01.1: bridge window [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 5.345380] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 5.350349] pci 0000:00:01.2: bridge window [mem 0xec200000-0xec3fffff]
[ 5.357146] pci 0000:00:01.2: bridge window [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 5.365416] pci 0000:00:01.3: PCI bridge to [bus 03]
[ 5.370389] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 5.377191] pci 0000:00:01.4: PCI bridge to [bus 04]
[ 5.382162] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 5.388962] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 5.393932] pci 0000:05:00.0: bridge window [io 0x1000-0x1fff]
[ 5.400035] pci 0000:05:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 5.406837] pci 0000:00:02.1: PCI bridge to [bus 05-06]
[ 5.412073] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 5.418174] pci 0000:00:02.1: bridge window [mem 0xee000000-0xef0fffff]
[ 5.424975] pci 0000:00:07.1: PCI bridge to [bus 07]
[ 5.429946] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 5.436744] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 5.441736] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 5.448558] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 5.454741] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 5.460931] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 5.467124] pci_bus 0000:00: resource 7 [io 0x0d00-0x1fff window]
[ 5.473309] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 5.480194] pci_bus 0000:00: resource 9 [mem 0xec000000-0xefffffff window]
[ 5.487075] pci_bus 0000:00: resource 10 [mem 0x1e006000000-0x1ffffffffff window]
[ 5.494566] pci_bus 0000:01: resource 1 [mem 0xec000000-0xec1fffff]
[ 5.500839] pci_bus 0000:01: resource 2 [mem 0x1e006000000-0x1e0061fffff 64bit pref]
[ 5.508589] pci_bus 0000:02: resource 1 [mem 0xec200000-0xec3fffff]
[ 5.514865] pci_bus 0000:02: resource 2 [mem 0x1e006200000-0x1e0063fffff 64bit pref]
[ 5.522614] pci_bus 0000:03: resource 1 [mem 0xef800000-0xef8fffff]
[ 5.528889] pci_bus 0000:04: resource 1 [mem 0xef700000-0xef7fffff]
[ 5.535165] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 5.540744] pci_bus 0000:05: resource 1 [mem 0xee000000-0xef0fffff]
[ 5.547040] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
[ 5.552621] pci_bus 0000:06: resource 1 [mem 0xee000000-0xef0fffff]
[ 5.558896] pci_bus 0000:07: resource 1 [mem 0xef200000-0xef4fffff]
[ 5.565173] pci_bus 0000:08: resource 1 [mem 0xef500000-0xef6fffff]
[ 5.571546] pci 0000:10:01.1: PCI bridge to [bus 11-12]
[ 5.576776] pci 0000:10:01.1: bridge window [io 0x2000-0x2fff]
[ 5.582881] pci 0000:10:01.1: bridge window [mem 0xeb800000-0xebafffff]
[ 5.589676] pci 0000:10:01.1: bridge window [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 5.597955] pci 0000:10:07.1: PCI bridge to [bus 13]
[ 5.602928] pci 0000:10:07.1: bridge window [mem 0xebd00000-0xebefffff]
[ 5.609727] pci 0000:10:08.1: PCI bridge to [bus 14]
[ 5.614699] pci 0000:10:08.1: bridge window [mem 0xebb00000-0xebcfffff]
[ 5.621496] pci_bus 0000:10: resource 4 [io 0x2000-0x2fff window]
[ 5.627682] pci_bus 0000:10: resource 5 [mem 0xeb800000-0xebefffff window]
[ 5.634563] pci_bus 0000:10: resource 6 [mem 0x1c00c000000-0x1e005ffffff window]
[ 5.641964] pci_bus 0000:11: resource 0 [io 0x2000-0x2fff]
[ 5.647562] pci_bus 0000:11: resource 1 [mem 0xeb800000-0xebafffff]
[ 5.653832] pci_bus 0000:11: resource 2 [mem 0x1e005f00000-0x1e005ffffff 64bit pref]
[ 5.661582] pci_bus 0000:13: resource 1 [mem 0xebd00000-0xebefffff]
[ 5.667856] pci_bus 0000:14: resource 1 [mem 0xebb00000-0xebcfffff]
[ 5.674187] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 5.679162] pci 0000:20:07.1: bridge window [mem 0xeb400000-0xeb5fffff]
[ 5.685959] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 5.690931] pci 0000:20:08.1: bridge window [mem 0xeb200000-0xeb3fffff]
[ 5.697730] pci_bus 0000:20: resource 4 [mem 0xe9200000-0xeb5fffff window]
[ 5.704614] pci_bus 0000:20: resource 5 [mem 0x1a012000000-0x1c00bffffff window]
[ 5.712019] pci_bus 0000:21: resource 1 [mem 0xeb400000-0xeb5fffff]
[ 5.718292] pci_bus 0000:22: resource 1 [mem 0xeb200000-0xeb3fffff]
[ 5.724609] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 5.729583] pci 0000:30:07.1: bridge window [mem 0xe8e00000-0xe8ffffff]
[ 5.736378] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 5.741350] pci 0000:30:08.1: bridge window [mem 0xe8c00000-0xe8dfffff]
[ 5.748147] pci_bus 0000:30: resource 4 [mem 0xe6c00000-0xe8ffffff window]
[ 5.755043] pci_bus 0000:30: resource 5 [mem 0x18018000000-0x1a011ffffff window]
[ 5.762449] pci_bus 0000:31: resource 1 [mem 0xe8e00000-0xe8ffffff]
[ 5.768725] pci_bus 0000:32: resource 1 [mem 0xe8c00000-0xe8dfffff]
[ 5.775029] pci 0000:40:01.1: bridge window [io 0x1000-0x0fff] to [bus 41] add_size 1000
[ 5.783213] pci 0000:40:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[ 5.794688] pci 0000:40:01.1: bridge window [mem 0x00100000-0x000fffff] to [bus 41] add_size 200000 add_align 100000
[ 5.805214] pci 0000:40:01.2: bridge window [io 0x1000-0x0fff] to [bus 42] add_size 1000
[ 5.813399] pci 0000:40:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[ 5.824882] pci 0000:40:01.2: bridge window [mem 0x00100000-0x000fffff] to [bus 42] add_size 200000 add_align 100000
[ 5.835421] pci 0000:40:01.1: BAR 14: assigned [mem 0xe4600000-0xe47fffff]
[ 5.842303] pci 0000:40:01.1: BAR 15: assigned [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 5.850659] pci 0000:40:01.2: BAR 14: assigned [mem 0xe4800000-0xe49fffff]
[ 5.857556] pci 0000:40:01.2: BAR 15: assigned [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 5.865912] pci 0000:40:01.1: BAR 13: no space for [io size 0x1000]
[ 5.872273] pci 0000:40:01.1: BAR 13: failed to assign [io size 0x1000]
[ 5.878983] pci 0000:40:01.2: BAR 13: no space for [io size 0x1000]
[ 5.885345] pci 0000:40:01.2: BAR 13: failed to assign [io size 0x1000]
[ 5.892058] pci 0000:40:01.2: BAR 13: no space for [io size 0x1000]
[ 5.898417] pci 0000:40:01.2: BAR 13: failed to assign [io size 0x1000]
[ 5.905124] pci 0000:40:01.1: BAR 13: no space for [io size 0x1000]
[ 5.911487] pci 0000:40:01.1: BAR 13: failed to assign [io size 0x1000]
[ 5.918197] pci 0000:40:01.1: PCI bridge to [bus 41]
[ 5.923176] pci 0000:40:01.1: bridge window [mem 0xe4600000-0xe47fffff]
[ 5.929968] pci 0000:40:01.1: bridge window [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 5.938239] pci 0000:40:01.2: PCI bridge to [bus 42]
[ 5.943212] pci 0000:40:01.2: bridge window [mem 0xe4800000-0xe49fffff]
[ 5.950009] pci 0000:40:01.2: bridge window [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 5.958283] pci 0000:40:07.1: PCI bridge to [bus 43]
[ 5.963279] pci 0000:40:07.1: bridge window [mem 0xe6800000-0xe69fffff]
[ 5.970079] pci 0000:40:08.1: PCI bridge to [bus 44]
[ 5.975050] pci 0000:40:08.1: bridge window [mem 0xe6600000-0xe67fffff]
[ 5.981847] pci_bus 0000:40: resource 4 [mem 0xe4600000-0xe69fffff window]
[ 5.988723] pci_bus 0000:40: resource 5 [mem 0x1601e000000-0x18017ffffff window]
[ 5.996129] pci_bus 0000:41: resource 1 [mem 0xe4600000-0xe47fffff]
[ 6.002404] pci_bus 0000:41: resource 2 [mem 0x1601e000000-0x1601e1fffff 64bit pref]
[ 6.010153] pci_bus 0000:42: resource 1 [mem 0xe4800000-0xe49fffff]
[ 6.016427] pci_bus 0000:42: resource 2 [mem 0x1601e200000-0x1601e3fffff 64bit pref]
[ 6.024180] pci_bus 0000:43: resource 1 [mem 0xe6800000-0xe69fffff]
[ 6.030453] pci_bus 0000:44: resource 1 [mem 0xe6600000-0xe67fffff]
[ 6.036767] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 6.041740] pci 0000:50:07.1: bridge window [mem 0xe4200000-0xe43fffff]
[ 6.048538] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 6.053510] pci 0000:50:08.1: bridge window [mem 0xe4000000-0xe41fffff]
[ 6.060308] pci_bus 0000:50: resource 4 [mem 0xe2000000-0xe43fffff window]
[ 6.067200] pci_bus 0000:50: resource 5 [mem 0x14024000000-0x1601dffffff window]
[ 6.074605] pci_bus 0000:51: resource 1 [mem 0xe4200000-0xe43fffff]
[ 6.080882] pci_bus 0000:52: resource 1 [mem 0xe4000000-0xe41fffff]
[ 6.087200] pci 0000:60:03.1: PCI bridge to [bus 61-62]
[ 6.092434] pci 0000:60:03.1: bridge window [io 0x3000-0x3fff]
[ 6.098536] pci 0000:60:03.1: bridge window [mem 0xe1300000-0xe19fffff]
[ 6.105339] pci 0000:60:07.1: PCI bridge to [bus 63]
[ 6.110311] pci 0000:60:07.1: bridge window [mem 0xe1c00000-0xe1dfffff]
[ 6.117109] pci 0000:60:08.1: PCI bridge to [bus 64]
[ 6.122079] pci 0000:60:08.1: bridge window [mem 0xe1a00000-0xe1bfffff]
[ 6.128878] pci_bus 0000:60: resource 4 [io 0x3000-0x3fff window]
[ 6.135062] pci_bus 0000:60: resource 5 [mem 0xdf300000-0xe1dfffff window]
[ 6.141944] pci_bus 0000:60: resource 6 [mem 0x1202a000000-0x14023ffffff window]
[ 6.149347] pci_bus 0000:61: resource 0 [io 0x3000-0x3fff]
[ 6.154931] pci_bus 0000:61: resource 1 [mem 0xe1300000-0xe19fffff]
[ 6.161203] pci_bus 0000:63: resource 1 [mem 0xe1c00000-0xe1dfffff]
[ 6.167479] pci_bus 0000:64: resource 1 [mem 0xe1a00000-0xe1bfffff]
[ 6.173817] pci 0000:70:03.1: PCI bridge to [bus 71]
[ 6.178790] pci 0000:70:03.1: bridge window [io 0x4000-0x4fff]
[ 6.184895] pci 0000:70:03.1: bridge window [mem 0xde800000-0xdeafffff]
[ 6.191695] pci 0000:70:07.1: PCI bridge to [bus 72]
[ 6.196666] pci 0000:70:07.1: bridge window [mem 0xdee00000-0xdeffffff]
[ 6.203463] pci 0000:70:08.1: PCI bridge to [bus 73]
[ 6.208434] pci 0000:70:08.1: bridge window [mem 0xdec00000-0xdedfffff]
[ 6.215234] pci_bus 0000:70: resource 4 [io 0x4000-0x4fff window]
[ 6.221420] pci_bus 0000:70: resource 5 [mem 0xdc800000-0xdf0fffff window]
[ 6.228298] pci_bus 0000:70: resource 6 [mem 0x10030000000-0x12029ffffff window]
[ 6.235705] pci_bus 0000:71: resource 0 [io 0x4000-0x4fff]
[ 6.241283] pci_bus 0000:71: resource 1 [mem 0xde800000-0xdeafffff]
[ 6.247560] pci_bus 0000:72: resource 1 [mem 0xdee00000-0xdeffffff]
[ 6.253837] pci_bus 0000:73: resource 1 [mem 0xdec00000-0xdedfffff]
[ 6.261302] PCI: CLS 64 bytes, default 64
[ 6.265338] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 6.265404] Trying to unpack rootfs image as initramfs...
[ 6.272412] pci 0000:00:01.0: Adding to iommu group 0
[ 6.282815] pci 0000:00:01.1: Adding to iommu group 1
[ 6.287952] pci 0000:00:01.2: Adding to iommu group 2
[ 6.293088] pci 0000:00:01.3: Adding to iommu group 3
[ 6.298228] pci 0000:00:01.4: Adding to iommu group 4
[ 6.303416] pci 0000:00:02.0: Adding to iommu group 5
[ 6.308556] pci 0000:00:02.1: Adding to iommu group 6
[ 6.313752] pci 0000:00:03.0: Adding to iommu group 7
[ 6.318942] pci 0000:00:04.0: Adding to iommu group 8
[ 6.324135] pci 0000:00:07.0: Adding to iommu group 9
[ 6.329267] pci 0000:00:07.1: Adding to iommu group 10
[ 6.334549] pci 0000:00:08.0: Adding to iommu group 11
[ 6.339801] pci 0000:00:08.1: Adding to iommu group 12
[ 6.345145] pci 0000:00:14.0: Adding to iommu group 13
[ 6.350365] pci 0000:00:14.3: Adding to iommu group 13
[ 6.356070] pci 0000:00:18.0: Adding to iommu group 14
[ 6.361295] pci 0000:00:18.1: Adding to iommu group 14
[ 6.366512] pci 0000:00:18.2: Adding to iommu group 14
[ 6.371730] pci 0000:00:18.3: Adding to iommu group 14
[ 6.376949] pci 0000:00:18.4: Adding to iommu group 14
[ 6.382168] pci 0000:00:18.5: Adding to iommu group 14
[ 6.387400] pci 0000:00:18.6: Adding to iommu group 14
[ 6.392620] pci 0000:00:18.7: Adding to iommu group 14
[ 6.398322] pci 0000:00:19.0: Adding to iommu group 15
[ 6.403551] pci 0000:00:19.1: Adding to iommu group 15
[ 6.408775] pci 0000:00:19.2: Adding to iommu group 15
[ 6.413998] pci 0000:00:19.3: Adding to iommu group 15
[ 6.419225] pci 0000:00:19.4: Adding to iommu group 15
[ 6.424447] pci 0000:00:19.5: Adding to iommu group 15
[ 6.429669] pci 0000:00:19.6: Adding to iommu group 15
[ 6.434230] Freeing initrd memory: 27544K
[ 6.434930] pci 0000:00:19.7: Adding to iommu group 15
[ 6.444552] pci 0000:00:1a.0: Adding to iommu group 16
[ 6.449779] pci 0000:00:1a.1: Adding to iommu group 16
[ 6.455006] pci 0000:00:1a.2: Adding to iommu group 16
[ 6.460232] pci 0000:00:1a.3: Adding to iommu group 16
[ 6.465462] pci 0000:00:1a.4: Adding to iommu group 16
[ 6.470694] pci 0000:00:1a.5: Adding to iommu group 16
[ 6.475921] pci 0000:00:1a.6: Adding to iommu group 16
[ 6.481147] pci 0000:00:1a.7: Adding to iommu group 16
[ 6.486860] pci 0000:00:1b.0: Adding to iommu group 17
[ 6.492119] pci 0000:00:1b.1: Adding to iommu group 17
[ 6.497352] pci 0000:00:1b.2: Adding to iommu group 17
[ 6.502581] pci 0000:00:1b.3: Adding to iommu group 17
[ 6.507814] pci 0000:00:1b.4: Adding to iommu group 17
[ 6.513038] pci 0000:00:1b.5: Adding to iommu group 17
[ 6.518262] pci 0000:00:1b.6: Adding to iommu group 17
[ 6.523488] pci 0000:00:1b.7: Adding to iommu group 17
[ 6.529188] pci 0000:00:1c.0: Adding to iommu group 18
[ 6.534414] pci 0000:00:1c.1: Adding to iommu group 18
[ 6.539640] pci 0000:00:1c.2: Adding to iommu group 18
[ 6.544868] pci 0000:00:1c.3: Adding to iommu group 18
[ 6.550095] pci 0000:00:1c.4: Adding to iommu group 18
[ 6.555319] pci 0000:00:1c.5: Adding to iommu group 18
[ 6.560547] pci 0000:00:1c.6: Adding to iommu group 18
[ 6.565775] pci 0000:00:1c.7: Adding to iommu group 18
[ 6.571473] pci 0000:00:1d.0: Adding to iommu group 19
[ 6.576706] pci 0000:00:1d.1: Adding to iommu group 19
[ 6.581931] pci 0000:00:1d.2: Adding to iommu group 19
[ 6.587158] pci 0000:00:1d.3: Adding to iommu group 19
[ 6.592384] pci 0000:00:1d.4: Adding to iommu group 19
[ 6.597614] pci 0000:00:1d.5: Adding to iommu group 19
[ 6.602862] pci 0000:00:1d.6: Adding to iommu group 19
[ 6.608093] pci 0000:00:1d.7: Adding to iommu group 19
[ 6.613803] pci 0000:00:1e.0: Adding to iommu group 20
[ 6.619032] pci 0000:00:1e.1: Adding to iommu group 20
[ 6.624269] pci 0000:00:1e.2: Adding to iommu group 20
[ 6.629501] pci 0000:00:1e.3: Adding to iommu group 20
[ 6.634738] pci 0000:00:1e.4: Adding to iommu group 20
[ 6.639976] pci 0000:00:1e.5: Adding to iommu group 20
[ 6.645206] pci 0000:00:1e.6: Adding to iommu group 20
[ 6.650436] pci 0000:00:1e.7: Adding to iommu group 20
[ 6.656140] pci 0000:00:1f.0: Adding to iommu group 21
[ 6.661377] pci 0000:00:1f.1: Adding to iommu group 21
[ 6.666612] pci 0000:00:1f.2: Adding to iommu group 21
[ 6.671844] pci 0000:00:1f.3: Adding to iommu group 21
[ 6.677082] pci 0000:00:1f.4: Adding to iommu group 21
[ 6.682316] pci 0000:00:1f.5: Adding to iommu group 21
[ 6.687557] pci 0000:00:1f.6: Adding to iommu group 21
[ 6.692790] pci 0000:00:1f.7: Adding to iommu group 21
[ 6.698006] pci 0000:03:00.0: Adding to iommu group 22
[ 6.703224] pci 0000:04:00.0: Adding to iommu group 23
[ 6.708460] pci 0000:05:00.0: Adding to iommu group 24
[ 6.713617] pci 0000:06:00.0: Adding to iommu group 24
[ 6.718834] pci 0000:07:00.0: Adding to iommu group 25
[ 6.724051] pci 0000:07:00.2: Adding to iommu group 26
[ 6.729271] pci 0000:07:00.3: Adding to iommu group 27
[ 6.734488] pci 0000:08:00.0: Adding to iommu group 28
[ 6.739707] pci 0000:08:00.1: Adding to iommu group 29
[ 6.765527] pci 0000:10:00.2: AMD-Vi: IOMMU performance counters supported
[ 6.772673] pci 0000:10:01.0: Adding to iommu group 30
[ 6.777889] pci 0000:10:01.1: Adding to iommu group 31
[ 6.783159] pci 0000:10:02.0: Adding to iommu group 32
[ 6.788429] pci 0000:10:03.0: Adding to iommu group 33
[ 6.793701] pci 0000:10:04.0: Adding to iommu group 34
[ 6.798976] pci 0000:10:07.0: Adding to iommu group 35
[ 6.804196] pci 0000:10:07.1: Adding to iommu group 36
[ 6.809471] pci 0000:10:08.0: Adding to iommu group 37
[ 6.814689] pci 0000:10:08.1: Adding to iommu group 38
[ 6.819936] pci 0000:11:00.0: Adding to iommu group 39
[ 6.825153] pci 0000:11:00.1: Adding to iommu group 40
[ 6.830371] pci 0000:11:00.2: Adding to iommu group 41
[ 6.835594] pci 0000:11:00.3: Adding to iommu group 42
[ 6.840817] pci 0000:13:00.0: Adding to iommu group 43
[ 6.846034] pci 0000:13:00.2: Adding to iommu group 44
[ 6.851254] pci 0000:14:00.0: Adding to iommu group 45
[ 6.856471] pci 0000:14:00.1: Adding to iommu group 46
[ 6.861686] pci 0000:14:00.2: Adding to iommu group 47
[ 6.879659] pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
[ 6.886788] pci 0000:20:01.0: Adding to iommu group 48
[ 6.892060] pci 0000:20:02.0: Adding to iommu group 49
[ 6.897332] pci 0000:20:03.0: Adding to iommu group 50
[ 6.902611] pci 0000:20:04.0: Adding to iommu group 51
[ 6.907882] pci 0000:20:07.0: Adding to iommu group 52
[ 6.913101] pci 0000:20:07.1: Adding to iommu group 53
[ 6.918381] pci 0000:20:08.0: Adding to iommu group 54
[ 6.923600] pci 0000:20:08.1: Adding to iommu group 55
[ 6.928836] pci 0000:21:00.0: Adding to iommu group 56
[ 6.934060] pci 0000:21:00.2: Adding to iommu group 57
[ 6.939282] pci 0000:22:00.0: Adding to iommu group 58
[ 6.944503] pci 0000:22:00.1: Adding to iommu group 59
[ 6.957494] pci 0000:30:00.2: AMD-Vi: IOMMU performance counters supported
[ 6.964632] pci 0000:30:01.0: Adding to iommu group 60
[ 6.969905] pci 0000:30:02.0: Adding to iommu group 61
[ 6.975174] pci 0000:30:03.0: Adding to iommu group 62
[ 6.980449] pci 0000:30:04.0: Adding to iommu group 63
[ 6.985728] pci 0000:30:07.0: Adding to iommu group 64
[ 6.990951] pci 0000:30:07.1: Adding to iommu group 65
[ 6.996222] pci 0000:30:08.0: Adding to iommu group 66
[ 7.001438] pci 0000:30:08.1: Adding to iommu group 67
[ 7.006654] pci 0000:31:00.0: Adding to iommu group 68
[ 7.011872] pci 0000:31:00.2: Adding to iommu group 69
[ 7.017092] pci 0000:32:00.0: Adding to iommu group 70
[ 7.022308] pci 0000:32:00.1: Adding to iommu group 71
[ 7.035173] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[ 7.042446] pci 0000:40:01.0: Adding to iommu group 72
[ 7.047663] pci 0000:40:01.1: Adding to iommu group 73
[ 7.052879] pci 0000:40:01.2: Adding to iommu group 74
[ 7.058153] pci 0000:40:02.0: Adding to iommu group 75
[ 7.063419] pci 0000:40:03.0: Adding to iommu group 76
[ 7.068695] pci 0000:40:04.0: Adding to iommu group 77
[ 7.073976] pci 0000:40:07.0: Adding to iommu group 78
[ 7.079196] pci 0000:40:07.1: Adding to iommu group 79
[ 7.084469] pci 0000:40:08.0: Adding to iommu group 80
[ 7.089684] pci 0000:40:08.1: Adding to iommu group 81
[ 7.094902] pci 0000:43:00.0: Adding to iommu group 82
[ 7.100118] pci 0000:43:00.2: Adding to iommu group 83
[ 7.105337] pci 0000:44:00.0: Adding to iommu group 84
[ 7.110557] pci 0000:44:00.1: Adding to iommu group 85
[ 7.115770] pci 0000:44:00.2: Adding to iommu group 86
[ 7.131094] pci 0000:50:00.2: AMD-Vi: IOMMU performance counters supported
[ 7.138252] pci 0000:50:01.0: Adding to iommu group 87
[ 7.143533] pci 0000:50:02.0: Adding to iommu group 88
[ 7.148808] pci 0000:50:03.0: Adding to iommu group 89
[ 7.154077] pci 0000:50:04.0: Adding to iommu group 90
[ 7.159349] pci 0000:50:07.0: Adding to iommu group 91
[ 7.164563] pci 0000:50:07.1: Adding to iommu group 92
[ 7.169837] pci 0000:50:08.0: Adding to iommu group 93
[ 7.175049] pci 0000:50:08.1: Adding to iommu group 94
[ 7.180267] pci 0000:51:00.0: Adding to iommu group 95
[ 7.185485] pci 0000:51:00.2: Adding to iommu group 96
[ 7.190710] pci 0000:52:00.0: Adding to iommu group 97
[ 7.195933] pci 0000:52:00.1: Adding to iommu group 98
[ 7.209149] pci 0000:60:00.2: AMD-Vi: IOMMU performance counters supported
[ 7.216279] pci 0000:60:01.0: Adding to iommu group 99
[ 7.221561] pci 0000:60:02.0: Adding to iommu group 100
[ 7.226925] pci 0000:60:03.0: Adding to iommu group 101
[ 7.232235] pci 0000:60:03.1: Adding to iommu group 102
[ 7.237593] pci 0000:60:04.0: Adding to iommu group 103
[ 7.242976] pci 0000:60:07.0: Adding to iommu group 104
[ 7.248286] pci 0000:60:07.1: Adding to iommu group 105
[ 7.253646] pci 0000:60:08.0: Adding to iommu group 106
[ 7.258955] pci 0000:60:08.1: Adding to iommu group 107
[ 7.264265] pci 0000:61:00.0: Adding to iommu group 108
[ 7.269577] pci 0000:61:00.1: Adding to iommu group 109
[ 7.274884] pci 0000:63:00.0: Adding to iommu group 110
[ 7.280191] pci 0000:63:00.2: Adding to iommu group 111
[ 7.285492] pci 0000:64:00.0: Adding to iommu group 112
[ 7.290797] pci 0000:64:00.1: Adding to iommu group 113
[ 7.306424] pci 0000:70:00.2: AMD-Vi: IOMMU performance counters supported
[ 7.313557] pci 0000:70:01.0: Adding to iommu group 114
[ 7.318921] pci 0000:70:02.0: Adding to iommu group 115
[ 7.324284] pci 0000:70:03.0: Adding to iommu group 116
[ 7.329594] pci 0000:70:03.1: Adding to iommu group 117
[ 7.334961] pci 0000:70:04.0: Adding to iommu group 118
[ 7.340323] pci 0000:70:07.0: Adding to iommu group 119
[ 7.345643] pci 0000:70:07.1: Adding to iommu group 120
[ 7.351004] pci 0000:70:08.0: Adding to iommu group 121
[ 7.356310] pci 0000:70:08.1: Adding to iommu group 122
[ 7.361613] pci 0000:71:00.0: Adding to iommu group 123
[ 7.366921] pci 0000:72:00.0: Adding to iommu group 124
[ 7.372226] pci 0000:72:00.2: Adding to iommu group 125
[ 7.377535] pci 0000:73:00.0: Adding to iommu group 126
[ 7.382841] pci 0000:73:00.1: Adding to iommu group 127
[ 7.397272] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.402778] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.410977] pci 0000:10:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.416471] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.424661] pci 0000:20:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.430158] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.438348] pci 0000:30:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.443845] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.452052] pci 0000:40:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.457552] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.465747] pci 0000:50:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.471242] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.479433] pci 0000:60:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.484928] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.493120] pci 0000:70:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 7.498615] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 7.506806] AMD-Vi: Interrupt remapping enabled
[ 7.513145] AMD-Vi: Virtual APIC enabled
[ 7.517135] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 7.523588] software IO TLB: mapped [mem 0x00000000b2000000-0x00000000b6000000] (64MB)
[ 7.533940] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 7.541870] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 7.547581] amd_uncore: 4 amd_df counters detected
[ 7.552507] amd_uncore: 6 amd_l3 counters detected
[ 7.563459] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 7.570639] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[ 7.577809] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[ 7.585006] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[ 7.592181] perf/amd_iommu: Detected AMD IOMMU #4 (2 banks, 4 counters/bank).
[ 7.599358] perf/amd_iommu: Detected AMD IOMMU #5 (2 banks, 4 counters/bank).
[ 7.606538] perf/amd_iommu: Detected AMD IOMMU #6 (2 banks, 4 counters/bank).
[ 7.613713] perf/amd_iommu: Detected AMD IOMMU #7 (2 banks, 4 counters/bank).
[ 7.625935] workingset: timestamp_bits=40 max_order=28 bucket_order=0
[ 7.632403] zbud: loaded
[ 7.635216] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 7.644104] xor: automatically using best checksumming function avx
[ 7.651163] Key type asymmetric registered
[ 7.655301] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 7.662886] io scheduler mq-deadline registered
[ 7.667445] io scheduler kyber registered
[ 7.671488] io scheduler bfq registered
[ 7.679178] pcieport 0000:00:01.1: PME: Signaling with IRQ 33
[ 7.686199] pcieport 0000:00:01.2: PME: Signaling with IRQ 34
[ 7.693129] pcieport 0000:00:01.3: PME: Signaling with IRQ 35
[ 7.700180] pcieport 0000:00:01.4: PME: Signaling with IRQ 36
[ 7.707300] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[ 7.714180] pcieport 0000:00:07.1: PME: Signaling with IRQ 38
[ 7.721258] pcieport 0000:00:08.1: PME: Signaling with IRQ 40
[ 7.728179] pcieport 0000:10:01.1: PME: Signaling with IRQ 41
[ 7.734489] pcieport 0000:10:07.1: PME: Signaling with IRQ 43
[ 7.741177] pcieport 0000:10:08.1: PME: Signaling with IRQ 45
[ 7.747670] pcieport 0000:20:07.1: PME: Signaling with IRQ 47
[ 7.754388] pcieport 0000:20:08.1: PME: Signaling with IRQ 49
[ 7.761038] pcieport 0000:30:07.1: PME: Signaling with IRQ 51
[ 7.767171] pcieport 0000:30:08.1: PME: Signaling with IRQ 53
[ 7.774708] pcieport 0000:40:01.1: PME: Signaling with IRQ 54
[ 7.781639] pcieport 0000:40:01.2: PME: Signaling with IRQ 55
[ 7.788718] pcieport 0000:40:07.1: PME: Signaling with IRQ 57
[ 7.795679] pcieport 0000:40:08.1: PME: Signaling with IRQ 59
[ 7.802465] pcieport 0000:50:07.1: PME: Signaling with IRQ 61
[ 7.809233] pcieport 0000:50:08.1: PME: Signaling with IRQ 63
[ 7.816156] pcieport 0000:60:03.1: PME: Signaling with IRQ 64
[ 7.822398] pcieport 0000:60:07.1: PME: Signaling with IRQ 66
[ 7.829117] pcieport 0000:60:08.1: PME: Signaling with IRQ 68
[ 7.836054] pcieport 0000:70:03.1: PME: Signaling with IRQ 69
[ 7.842828] pcieport 0000:70:07.1: PME: Signaling with IRQ 71
[ 7.849025] pcieport 0000:70:08.1: PME: Signaling with IRQ 73
[ 7.855288] IPMI message handler: version 39.2
[ 7.859953] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 7.868360] ACPI: button: Power Button [PWRB]
[ 7.872783] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 7.880355] ACPI: button: Power Button [PWRF]
[ 7.884787] Monitor-Mwait will be used to enter C-1 state
[ 7.884805] ACPI: \_PR_.C000: Found 2 idle states
[ 7.889677] ACPI: \_PR_.C002: Found 2 idle states
[ 7.894531] ACPI: \_PR_.C004: Found 2 idle states
[ 7.899510] ACPI: \_PR_.C006: Found 2 idle states
[ 7.904482] ACPI: \_PR_.C008: Found 2 idle states
[ 7.909335] ACPI: \_PR_.C00A: Found 2 idle states
[ 7.914292] ACPI: \_PR_.C00C: Found 2 idle states
[ 7.919251] ACPI: \_PR_.C00E: Found 2 idle states
[ 7.924094] ACPI: \_PR_.C010: Found 2 idle states
[ 7.929124] ACPI: \_PR_.C012: Found 2 idle states
[ 7.934077] ACPI: \_PR_.C014: Found 2 idle states
[ 7.939034] ACPI: \_PR_.C016: Found 2 idle states
[ 7.944012] ACPI: \_PR_.C018: Found 2 idle states
[ 7.948970] ACPI: \_PR_.C01A: Found 2 idle states
[ 7.953922] ACPI: \_PR_.C01C: Found 2 idle states
[ 7.958870] ACPI: \_PR_.C01E: Found 2 idle states
[ 7.963715] ACPI: \_PR_.C020: Found 2 idle states
[ 7.968709] ACPI: \_PR_.C022: Found 2 idle states
[ 7.973675] ACPI: \_PR_.C024: Found 2 idle states
[ 7.978650] ACPI: \_PR_.C026: Found 2 idle states
[ 7.983643] ACPI: \_PR_.C028: Found 2 idle states
[ 7.988614] ACPI: \_PR_.C02A: Found 2 idle states
[ 7.993586] ACPI: \_PR_.C02C: Found 2 idle states
[ 7.998563] ACPI: \_PR_.C02E: Found 2 idle states
[ 8.003415] ACPI: \_PR_.C030: Found 2 idle states
[ 8.008370] ACPI: \_PR_.C032: Found 2 idle states
[ 8.013331] ACPI: \_PR_.C034: Found 2 idle states
[ 8.018269] ACPI: \_PR_.C036: Found 2 idle states
[ 8.023238] ACPI: \_PR_.C038: Found 2 idle states
[ 8.028186] ACPI: \_PR_.C03A: Found 2 idle states
[ 8.033136] ACPI: \_PR_.C03C: Found 2 idle states
[ 8.038086] ACPI: \_PR_.C03E: Found 2 idle states
[ 8.042927] ACPI: \_PR_.C040: Found 2 idle states
[ 8.047916] ACPI: \_PR_.C042: Found 2 idle states
[ 8.052903] ACPI: \_PR_.C044: Found 2 idle states
[ 8.057886] ACPI: \_PR_.C046: Found 2 idle states
[ 8.062907] ACPI: \_PR_.C048: Found 2 idle states
[ 8.067885] ACPI: \_PR_.C04A: Found 2 idle states
[ 8.072877] ACPI: \_PR_.C04C: Found 2 idle states
[ 8.077858] ACPI: \_PR_.C04E: Found 2 idle states
[ 8.082702] ACPI: \_PR_.C050: Found 2 idle states
[ 8.087705] ACPI: \_PR_.C052: Found 2 idle states
[ 8.092686] ACPI: \_PR_.C054: Found 2 idle states
[ 8.097678] ACPI: \_PR_.C056: Found 2 idle states
[ 8.102708] ACPI: \_PR_.C058: Found 2 idle states
[ 8.107692] ACPI: \_PR_.C05A: Found 2 idle states
[ 8.112688] ACPI: \_PR_.C05C: Found 2 idle states
[ 8.117688] ACPI: \_PR_.C05E: Found 2 idle states
[ 8.122552] ACPI: \_PR_.C060: Found 2 idle states
[ 8.127559] ACPI: \_PR_.C062: Found 2 idle states
[ 8.132538] ACPI: \_PR_.C064: Found 2 idle states
[ 8.137533] ACPI: \_PR_.C066: Found 2 idle states
[ 8.142557] ACPI: \_PR_.C068: Found 2 idle states
[ 8.147549] ACPI: \_PR_.C06A: Found 2 idle states
[ 8.152540] ACPI: \_PR_.C06C: Found 2 idle states
[ 8.157534] ACPI: \_PR_.C06E: Found 2 idle states
[ 8.162379] ACPI: \_PR_.C070: Found 2 idle states
[ 8.167363] ACPI: \_PR_.C072: Found 2 idle states
[ 8.172332] ACPI: \_PR_.C074: Found 2 idle states
[ 8.177309] ACPI: \_PR_.C076: Found 2 idle states
[ 8.182327] ACPI: \_PR_.C078: Found 2 idle states
[ 8.187300] ACPI: \_PR_.C07A: Found 2 idle states
[ 8.192269] ACPI: \_PR_.C07C: Found 2 idle states
[ 8.197244] ACPI: \_PR_.C07E: Found 2 idle states
[ 8.202078] ACPI: \_PR_.C001: Found 2 idle states
[ 8.207034] ACPI: \_PR_.C003: Found 2 idle states
[ 8.211985] ACPI: \_PR_.C005: Found 2 idle states
[ 8.216922] ACPI: \_PR_.C007: Found 2 idle states
[ 8.221871] ACPI: \_PR_.C009: Found 2 idle states
[ 8.226818] ACPI: \_PR_.C00B: Found 2 idle states
[ 8.231762] ACPI: \_PR_.C00D: Found 2 idle states
[ 8.236709] ACPI: \_PR_.C00F: Found 2 idle states
[ 8.241650] ACPI: \_PR_.C011: Found 2 idle states
[ 8.246585] ACPI: \_PR_.C013: Found 2 idle states
[ 8.251513] ACPI: \_PR_.C015: Found 2 idle states
[ 8.256450] ACPI: \_PR_.C017: Found 2 idle states
[ 8.261390] ACPI: \_PR_.C019: Found 2 idle states
[ 8.266328] ACPI: \_PR_.C01B: Found 2 idle states
[ 8.271430] ACPI: \_PR_.C01D: Found 2 idle states
[ 8.276359] ACPI: \_PR_.C01F: Found 2 idle states
[ 8.281326] ACPI: \_PR_.C021: Found 2 idle states
[ 8.286283] ACPI: \_PR_.C023: Found 2 idle states
[ 8.291243] ACPI: \_PR_.C025: Found 2 idle states
[ 8.296198] ACPI: \_PR_.C027: Found 2 idle states
[ 8.301169] ACPI: \_PR_.C029: Found 2 idle states
[ 8.306122] ACPI: \_PR_.C02B: Found 2 idle states
[ 8.311088] ACPI: \_PR_.C02D: Found 2 idle states
[ 8.316044] ACPI: \_PR_.C02F: Found 2 idle states
[ 8.320993] ACPI: \_PR_.C031: Found 2 idle states
[ 8.325811] ACPI: \_PR_.C033: Found 2 idle states
[ 8.330641] ACPI: \_PR_.C035: Found 2 idle states
[ 8.335461] ACPI: \_PR_.C037: Found 2 idle states
[ 8.340416] ACPI: \_PR_.C039: Found 2 idle states
[ 8.345368] ACPI: \_PR_.C03B: Found 2 idle states
[ 8.350330] ACPI: \_PR_.C03D: Found 2 idle states
[ 8.355260] ACPI: \_PR_.C03F: Found 2 idle states
[ 8.360236] ACPI: \_PR_.C041: Found 2 idle states
[ 8.365204] ACPI: \_PR_.C043: Found 2 idle states
[ 8.370166] ACPI: \_PR_.C045: Found 2 idle states
[ 8.375124] ACPI: \_PR_.C047: Found 2 idle states
[ 8.380092] ACPI: \_PR_.C049: Found 2 idle states
[ 8.385066] ACPI: \_PR_.C04B: Found 2 idle states
[ 8.390039] ACPI: \_PR_.C04D: Found 2 idle states
[ 8.395005] ACPI: \_PR_.C04F: Found 2 idle states
[ 8.399978] ACPI: \_PR_.C051: Found 2 idle states
[ 8.404950] ACPI: \_PR_.C053: Found 2 idle states
[ 8.409907] ACPI: \_PR_.C055: Found 2 idle states
[ 8.414861] ACPI: \_PR_.C057: Found 2 idle states
[ 8.419833] ACPI: \_PR_.C059: Found 2 idle states
[ 8.424801] ACPI: \_PR_.C05B: Found 2 idle states
[ 8.429770] ACPI: \_PR_.C05D: Found 2 idle states
[ 8.434736] ACPI: \_PR_.C05F: Found 2 idle states
[ 8.439715] ACPI: \_PR_.C061: Found 2 idle states
[ 8.444683] ACPI: \_PR_.C063: Found 2 idle states
[ 8.449660] ACPI: \_PR_.C065: Found 2 idle states
[ 8.454636] ACPI: \_PR_.C067: Found 2 idle states
[ 8.459612] ACPI: \_PR_.C069: Found 2 idle states
[ 8.464579] ACPI: \_PR_.C06B: Found 2 idle states
[ 8.469562] ACPI: \_PR_.C06D: Found 2 idle states
[ 8.474556] ACPI: \_PR_.C06F: Found 2 idle states
[ 8.479531] ACPI: \_PR_.C071: Found 2 idle states
[ 8.484495] ACPI: \_PR_.C073: Found 2 idle states
[ 8.489464] ACPI: \_PR_.C075: Found 2 idle states
[ 8.494429] ACPI: \_PR_.C077: Found 2 idle states
[ 8.499406] ACPI: \_PR_.C079: Found 2 idle states
[ 8.504361] ACPI: \_PR_.C07B: Found 2 idle states
[ 8.509336] ACPI: \_PR_.C07D: Found 2 idle states
[ 8.514290] ACPI: \_PR_.C07F: Found 2 idle states
[ 8.519504] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 8.526009] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.533517] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 8.541801] lp: driver loaded but no devices found
[ 8.546711] Linux agpgart interface v0.103
[ 8.555781] ACPI: bus type drm_connector registered
[ 8.560902] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 8.605203] Console: switching to colour frame buffer device 128x48
[ 8.645867] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 8.663543] tsc: Refined TSC clocksource calibration: 2199.999 MHz
[ 8.669929] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb631c647b, max_idle_ns: 440795226700 ns
[ 8.681179] clocksource: Switched to clocksource tsc
[ 8.693237] brd: module loaded
[ 8.705821] loop: module loaded
[ 8.712351] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 8.718701] drbd: built-in
[ 8.721449] drbd: registered as block device major 147
[ 8.727206] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 8.734632] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 8.741955] megasas: 07.725.01.00-rc1
[ 8.745834] mpt3sas version 43.100.00.00 loaded
[ 8.751562] ahci 0000:14:00.2: version 3.0
[ 8.752162] ahci 0000:14:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 8.760468] ahci 0000:14:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 8.772055] scsi host0: ahci
[ 8.775474] scsi host1: ahci
[ 8.778855] scsi host2: ahci
[ 8.782244] scsi host3: ahci
[ 8.785634] scsi host4: ahci
[ 8.789026] scsi host5: ahci
[ 8.792406] scsi host6: ahci
[ 8.795799] scsi host7: ahci
[ 8.817593] ata1: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02100 irq 75
[ 8.825554] ata2: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02180 irq 76
[ 8.833460] ata3: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02200 irq 77
[ 8.841357] ata4: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02280 irq 78
[ 8.849218] ata5: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02300 irq 79
[ 8.857066] ata6: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02380 irq 80
[ 8.864919] ata7: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02400 irq 81
[ 8.872771] ata8: SATA max UDMA/133 abar m4096@0xebc02000 port 0xebc02480 irq 82
[ 8.898582] ahci 0000:44:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 8.909221] ahci 0000:44:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 8.938263] scsi host8: ahci
[ 8.959480] scsi host9: ahci
[ 8.980592] scsi host10: ahci
[ 9.001747] scsi host11: ahci
[ 9.022838] scsi host12: ahci
[ 9.043887] scsi host13: ahci
[ 9.064923] scsi host14: ahci
[ 9.085842] scsi host15: ahci
[ 9.106519] ata9: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702100 irq 92
[ 9.114316] ata10: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702180 irq 93
[ 9.122177] ata11: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702200 irq 94
[ 9.130042] ata12: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702280 irq 95
[ 9.137896] ata13: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702300 irq 96
[ 9.145743] ata14: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702380 irq 97
[ 9.153578] ata15: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702400 irq 98
[ 9.161381] ata16: SATA max UDMA/133 abar m4096@0xe6702000 port 0xe6702480 irq 99
[ 9.187118] tun: Universal TUN/TAP device driver, 1.6
[ 9.188990] ata8: SATA link down (SStatus 0 SControl 300)
[ 9.189181] Fusion MPT base driver 3.04.20
[ 9.190611] ata7: SATA link down (SStatus 0 SControl 300)
[ 9.191494] Copyright (c) 1999-2008 LSI Corporation
[ 9.192443] ata6: SATA link down (SStatus 0 SControl 300)
[ 9.193341] Fusion MPT SPI Host driver 3.04.20
[ 9.194731] ata4: SATA link down (SStatus 0 SControl 300)
[ 9.195631] Fusion MPT FC Host driver 3.04.20
[ 9.196482] ata5: SATA link down (SStatus 0 SControl 300)
[ 9.197208] Fusion MPT SAS Host driver 3.04.20
[ 9.253220] Fusion MPT misc device (ioctl) driver 3.04.20
[ 9.259255] mptctl: Registered with Fusion MPT base driver
[ 9.271375] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 9.282545] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 9.289288] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[ 9.351559] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 9.358666] xhci_hcd 0000:03:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[ 9.359293] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 9.363186] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 9.370668] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 9.371485] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[ 9.372401] ata3.00: ATA-10: ST2000NM0055-1V4104, TN02, max UDMA/133
[ 9.373150] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[ 9.373482] hub 1-0:1.0: USB hub found
[ 9.381643] ata2.00: ATA-10: ST2000NM0055-1V4104, TN02, max UDMA/133
[ 9.382622] hub 1-0:1.0: 2 ports detected
[ 9.383423] ata1.00: ATA-9: SAMSUNG MZ7KM960HMJP-00005, GXM5104Q, max UDMA/133
[ 9.384437] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.385261] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 9.385977] hub 2-0:1.0: USB hub found
[ 9.396550] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 9.397927] hub 2-0:1.0: 2 ports detected
[ 9.398654] ata3.00: Features: NCQ-sndrcv
[ 9.399914] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 9.412593] ata2.00: Features: NCQ-sndrcv
[ 9.414409] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 9.415110] ata1.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 9.476700] ata14: SATA link down (SStatus 0 SControl 300)
[ 9.476780] xhci_hcd 0000:04:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[ 9.477357] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 9.477361] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 9.477366] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[ 9.477573] hub 3-0:1.0: USB hub found
[ 9.477583] hub 3-0:1.0: 2 ports detected
[ 9.477715] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.477860] hub 4-0:1.0: USB hub found
[ 9.477871] hub 4-0:1.0: 2 ports detected
[ 9.478121] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 9.478130] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 5
[ 9.478265] xhci_hcd 0000:07:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[ 9.478830] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 9.478834] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 6
[ 9.478838] xhci_hcd 0000:07:00.3: Host supports USB 3.0 SuperSpeed
[ 9.478999] hub 5-0:1.0: USB hub found
[ 9.479008] hub 5-0:1.0: 2 ports detected
[ 9.479122] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.479258] hub 6-0:1.0: USB hub found
[ 9.479267] hub 6-0:1.0: 2 ports detected
[ 9.479492] usbcore: registered new interface driver usb-storage
[ 9.479585] i8042: PNP: No PS/2 controller found.
[ 9.479862] rtc_cmos 00:01: RTC can wake from S4
[ 9.480658] rtc_cmos 00:01: registered as rtc0
[ 9.480854] rtc_cmos 00:01: setting system clock to 2024-02-14T14:03:42 UTC (1707919422)
[ 9.480921] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 9.481332] hid: raw HID events driver (C) Jiri Kosina
[ 9.481500] Key type dns_resolver registered
[ 9.484653] ata1.00: Features: NCQ-sndrcv
[ 9.485754] ata1.00: configured for UDMA/133
[ 9.492202] ata16: SATA link down (SStatus 0 SControl 300)
[ 9.493188] ata2.00: configured for UDMA/133
[ 9.495603] ata11: SATA link down (SStatus 0 SControl 300)
[ 9.496658] ata3.00: configured for UDMA/133
[ 9.534119] microcode: microcode updated early to new patch_level=0x0800126e
[ 9.534183] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZ7KM960 104Q PQ: 0 ANSI: 5
[ 9.534445] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.534801] ata1.00: Enabling discard_zeroes_data
[ 9.534812] scsi 1:0:0:0: Direct-Access ATA ST2000NM0055-1V4 TN02 PQ: 0 ANSI: 5
[ 9.534816] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[ 9.534830] sd 0:0:0:0: [sda] Write Protect is off
[ 9.534834] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.534854] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.534878] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 9.535171] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[ 9.535445] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 9.535446] scsi 2:0:0:0: Direct-Access ATA ST2000NM0055-1V4 TN02 PQ: 0 ANSI: 5
[ 9.535457] sd 1:0:0:0: [sdb] Write Protect is off
[ 9.535459] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 9.535484] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.535506] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 9.535765] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 9.535943] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 9.535968] sd 2:0:0:0: [sdc] Write Protect is off
[ 9.535972] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 9.535993] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.536018] sd 2:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 9.536285] ata1.00: Enabling discard_zeroes_data
[ 9.536502] ata10: SATA link down (SStatus 0 SControl 300)
[ 9.536673] sda: sda1 sda2 sda3
[ 9.536910] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 9.537476] microcode: CPU1: patch_level=0x0800126e
[ 9.537479] microcode: CPU5: patch_level=0x0800126e
[ 9.537487] microcode: CPU8: patch_level=0x0800126e
[ 9.537488] microcode: CPU10: patch_level=0x0800126e
[ 9.537489] microcode: CPU9: patch_level=0x0800126e
[ 9.537489] microcode: CPU11: patch_level=0x0800126e
[ 9.537508] microcode: CPU12: patch_level=0x0800126e
[ 9.537514] microcode: CPU25: patch_level=0x0800126e
[ 9.537516] microcode: CPU16: patch_level=0x0800126e
[ 9.537516] microcode: CPU17: patch_level=0x0800126e
[ 9.537517] microcode: CPU18: patch_level=0x0800126e
[ 9.537518] microcode: CPU15: patch_level=0x0800126e
[ 9.537532] microcode: CPU26: patch_level=0x0800126e
[ 9.537535] microcode: CPU33: patch_level=0x0800126e
[ 9.537536] microcode: CPU24: patch_level=0x0800126e
[ 9.537632] microcode: CPU3: patch_level=0x0800126e
[ 9.537632] microcode: CPU2: patch_level=0x0800126e
[ 9.537656] microcode: CPU6: patch_level=0x0800126e
[ 9.537656] microcode: CPU4: patch_level=0x0800126e
[ 9.537656] microcode: CPU7: patch_level=0x0800126e
[ 9.537684] microcode: CPU22: patch_level=0x0800126e
[ 9.537684] microcode: CPU23: patch_level=0x0800126e
[ 9.537684] microcode: CPU20: patch_level=0x0800126e
[ 9.537684] microcode: CPU21: patch_level=0x0800126e
[ 9.537720] microcode: CPU19: patch_level=0x0800126e
[ 9.537773] microcode: CPU32: patch_level=0x0800126e
[ 9.537773] microcode: CPU34: patch_level=0x0800126e
[ 9.537794] microcode: CPU29: patch_level=0x0800126e
[ 9.537794] microcode: CPU31: patch_level=0x0800126e
[ 9.537794] microcode: CPU28: patch_level=0x0800126e
[ 9.537794] microcode: CPU30: patch_level=0x0800126e
[ 9.537808] microcode: CPU27: patch_level=0x0800126e
[ 9.537840] microcode: CPU33: new patch_level=0x0800126e
[ 9.537857] microcode: CPU18: new patch_level=0x0800126e
[ 9.537860] microcode: CPU16: new patch_level=0x0800126e
[ 9.537946] microcode: CPU17: new patch_level=0x0800126e
[ 9.537970] microcode: CPU7: new patch_level=0x0800126e
[ 9.537995] microcode: CPU19: new patch_level=0x0800126e
[ 9.538022] microcode: CPU6: new patch_level=0x0800126e
[ 9.538023] microcode: CPU4: new patch_level=0x0800126e
[ 9.538002] microcode: CPU11: new patch_level=0x0800126e
[ 9.538021] microcode: CPU10: new patch_level=0x0800126e
[ 9.538025] microcode: CPU23: new patch_level=0x0800126e
[ 9.538025] microcode: CPU22: new patch_level=0x0800126e
[ 9.538032] microcode: CPU5: new patch_level=0x0800126e
[ 9.538093] microcode: CPU34: new patch_level=0x0800126e
[ 9.538101] microcode: CPU8: new patch_level=0x0800126e
[ 9.538163] microcode: CPU20: new patch_level=0x0800126e
[ 9.538163] microcode: CPU21: new patch_level=0x0800126e
[ 9.538163] microcode: CPU2: new patch_level=0x0800126e
[ 9.538163] microcode: CPU32: new patch_level=0x0800126e
[ 9.538164] microcode: CPU3: new patch_level=0x0800126e
[ 9.538231] microcode: CPU24: new patch_level=0x0800126e
[ 9.538231] microcode: CPU26: new patch_level=0x0800126e
[ 9.538237] microcode: CPU9: new patch_level=0x0800126e
[ 9.538363] microcode: CPU25: new patch_level=0x0800126e
[ 9.538407] microcode: CPU35: patch_level=0x0800126e
[ 9.538429] microcode: CPU36: patch_level=0x0800126e
[ 9.538429] microcode: CPU37: patch_level=0x0800126e
[ 9.538433] microcode: CPU38: patch_level=0x0800126e
[ 9.538436] microcode: CPU39: patch_level=0x0800126e
[ 9.538442] microcode: CPU40: patch_level=0x0800126e
[ 9.538443] microcode: CPU41: patch_level=0x0800126e
[ 9.538445] microcode: CPU42: patch_level=0x0800126e
[ 9.538465] microcode: CPU48: patch_level=0x0800126e
[ 9.538466] microcode: CPU49: patch_level=0x0800126e
[ 9.538469] microcode: CPU50: patch_level=0x0800126e
[ 9.538492] microcode: CPU56: patch_level=0x0800126e
[ 9.538492] microcode: CPU57: patch_level=0x0800126e
[ 9.538494] microcode: CPU58: patch_level=0x0800126e
[ 9.538492] microcode: CPU12: new patch_level=0x0800126e
[ 9.538501] microcode: CPU65: patch_level=0x0800126e
[ 9.538504] microcode: CPU66: patch_level=0x0800126e
[ 9.538506] microcode: CPU67: patch_level=0x0800126e
[ 9.538509] microcode: CPU70: patch_level=0x0800126e
[ 9.538509] microcode: CPU68: patch_level=0x0800126e
[ 9.538510] microcode: CPU69: patch_level=0x0800126e
[ 9.538511] microcode: CPU64: patch_level=0x0800126e
[ 9.538512] microcode: CPU71: patch_level=0x0800126e
[ 9.538520] microcode: CPU72: patch_level=0x0800126e
[ 9.538520] microcode: CPU74: patch_level=0x0800126e
[ 9.538520] microcode: CPU75: patch_level=0x0800126e
[ 9.538535] microcode: CPU81: patch_level=0x0800126e
[ 9.538535] microcode: CPU83: patch_level=0x0800126e
[ 9.538535] microcode: CPU80: patch_level=0x0800126e
[ 9.538535] microcode: CPU82: patch_level=0x0800126e
[ 9.538540] microcode: CPU27: new patch_level=0x0800126e
[ 9.538540] microcode: CPU76: patch_level=0x0800126e
[ 9.538540] microcode: CPU77: patch_level=0x0800126e
[ 9.538541] microcode: CPU84: patch_level=0x0800126e
[ 9.538542] microcode: CPU15: new patch_level=0x0800126e
[ 9.538543] microcode: CPU73: patch_level=0x0800126e
[ 9.538546] microcode: CPU79: patch_level=0x0800126e
[ 9.538551] microcode: CPU85: patch_level=0x0800126e
[ 9.538553] microcode: CPU86: patch_level=0x0800126e
[ 9.538554] microcode: CPU87: patch_level=0x0800126e
[ 9.538558] microcode: CPU88: patch_level=0x0800126e
[ 9.538563] microcode: CPU90: patch_level=0x0800126e
[ 9.538564] microcode: CPU91: patch_level=0x0800126e
[ 9.538581] microcode: CPU98: patch_level=0x0800126e
[ 9.538581] microcode: CPU97: patch_level=0x0800126e
[ 9.538581] microcode: CPU96: patch_level=0x0800126e
[ 9.538572] microcode: CPU78: patch_level=0x0800126e
[ 9.538634] microcode: CPU46: patch_level=0x0800126e
[ 9.538634] microcode: CPU110: patch_level=0x0800126e
[ 9.538634] microcode: CPU44: patch_level=0x0800126e
[ 9.538634] microcode: CPU108: patch_level=0x0800126e
[ 9.538634] microcode: CPU45: patch_level=0x0800126e
[ 9.538634] microcode: CPU109: patch_level=0x0800126e
[ 9.538634] microcode: CPU111: patch_level=0x0800126e
[ 9.538634] microcode: CPU47: patch_level=0x0800126e
[ 9.538639] microcode: CPU89: patch_level=0x0800126e
[ 9.538663] microcode: CPU30: new patch_level=0x0800126e
[ 9.538664] microcode: CPU29: new patch_level=0x0800126e
[ 9.538665] microcode: CPU52: patch_level=0x0800126e
[ 9.538665] microcode: CPU118: patch_level=0x0800126e
[ 9.538665] microcode: CPU53: patch_level=0x0800126e
[ 9.538664] microcode: CPU117: patch_level=0x0800126e
[ 9.538665] microcode: CPU54: patch_level=0x0800126e
[ 9.538664] microcode: CPU55: patch_level=0x0800126e
[ 9.538664] microcode: CPU119: patch_level=0x0800126e
[ 9.538665] microcode: CPU116: patch_level=0x0800126e
[ 9.538672] microcode: CPU93: patch_level=0x0800126e
[ 9.538671] microcode: CPU94: patch_level=0x0800126e
[ 9.538686] microcode: CPU35: new patch_level=0x0800126e
[ 9.538690] microcode: CPU43: patch_level=0x0800126e
[ 9.538690] microcode: CPU107: patch_level=0x0800126e
[ 9.538694] microcode: CPU31: new patch_level=0x0800126e
[ 9.538698] microcode: CPU95: patch_level=0x0800126e
[ 9.538699] microcode: CPU28: new patch_level=0x0800126e
[ 9.538700] microcode: CPU99: patch_level=0x0800126e
[ 9.538703] microcode: CPU92: patch_level=0x0800126e
[ 9.538709] microcode: CPU51: patch_level=0x0800126e
[ 9.538709] microcode: CPU115: patch_level=0x0800126e
[ 9.538718] microcode: CPU63: patch_level=0x0800126e
[ 9.538718] microcode: CPU62: patch_level=0x0800126e
[ 9.538718] microcode: CPU61: patch_level=0x0800126e
[ 9.538718] microcode: CPU127: patch_level=0x0800126e
[ 9.538718] microcode: CPU124: patch_level=0x0800126e
[ 9.538718] microcode: CPU60: patch_level=0x0800126e
[ 9.538718] microcode: CPU125: patch_level=0x0800126e
[ 9.538718] microcode: CPU126: patch_level=0x0800126e
[ 9.538767] microcode: CPU106: patch_level=0x0800126e
[ 9.538765] microcode: CPU39: new patch_level=0x0800126e
[ 9.538765] microcode: CPU38: new patch_level=0x0800126e
[ 9.538772] microcode: CPU104: patch_level=0x0800126e
[ 9.538777] microcode: CPU42: new patch_level=0x0800126e
[ 9.538782] microcode: CPU40: new patch_level=0x0800126e
[ 9.538783] microcode: CPU103: patch_level=0x0800126e
[ 9.538783] microcode: CPU102: patch_level=0x0800126e
[ 9.538787] microcode: CPU37: new patch_level=0x0800126e
[ 9.538789] microcode: CPU112: patch_level=0x0800126e
[ 9.538790] microcode: CPU114: patch_level=0x0800126e
[ 9.538792] microcode: CPU36: new patch_level=0x0800126e
[ 9.538795] microcode: CPU48: new patch_level=0x0800126e
[ 9.538794] microcode: CPU50: new patch_level=0x0800126e
[ 9.538795] microcode: CPU101: patch_level=0x0800126e
[ 9.538796] microcode: CPU100: patch_level=0x0800126e
[ 9.538797] microcode: CPU41: new patch_level=0x0800126e
[ 9.538794] microcode: CPU123: patch_level=0x0800126e
[ 9.538799] microcode: CPU105: patch_level=0x0800126e
[ 9.538794] microcode: CPU59: patch_level=0x0800126e
[ 9.538810] microcode: CPU120: patch_level=0x0800126e
[ 9.538813] microcode: CPU122: patch_level=0x0800126e
[ 9.538819] microcode: CPU58: new patch_level=0x0800126e
[ 9.538820] microcode: CPU56: new patch_level=0x0800126e
[ 9.538819] microcode: CPU49: new patch_level=0x0800126e
[ 9.538821] microcode: CPU113: patch_level=0x0800126e
[ 9.538828] microcode: CPU67: new patch_level=0x0800126e
[ 9.538828] microcode: CPU66: new patch_level=0x0800126e
[ 9.538826] microcode: CPU83: new patch_level=0x0800126e
[ 9.538830] microcode: CPU82: new patch_level=0x0800126e
[ 9.538832] microcode: CPU70: new patch_level=0x0800126e
[ 9.538835] microcode: CPU71: new patch_level=0x0800126e
[ 9.538837] microcode: CPU74: new patch_level=0x0800126e
[ 9.538840] microcode: CPU98: new patch_level=0x0800126e
[ 9.538841] microcode: CPU57: new patch_level=0x0800126e
[ 9.538844] microcode: CPU121: patch_level=0x0800126e
[ 9.538843] microcode: CPU86: new patch_level=0x0800126e
[ 9.538846] microcode: CPU87: new patch_level=0x0800126e
[ 9.538870] microcode: CPU75: new patch_level=0x0800126e
[ 9.538876] microcode: CPU96: new patch_level=0x0800126e
[ 9.538875] microcode: CPU90: new patch_level=0x0800126e
[ 9.538878] microcode: CPU97: new patch_level=0x0800126e
[ 9.538885] microcode: CPU64: new patch_level=0x0800126e
[ 9.538889] microcode: CPU80: new patch_level=0x0800126e
[ 9.538890] microcode: CPU84: new patch_level=0x0800126e
[ 9.538893] microcode: CPU81: new patch_level=0x0800126e
[ 9.538899] microcode: CPU85: new patch_level=0x0800126e
[ 9.538908] microcode: CPU72: new patch_level=0x0800126e
[ 9.538908] microcode: CPU91: new patch_level=0x0800126e
[ 9.538910] microcode: CPU88: new patch_level=0x0800126e
[ 9.538910] microcode: CPU68: new patch_level=0x0800126e
[ 9.538910] microcode: CPU65: new patch_level=0x0800126e
[ 9.538912] microcode: CPU73: new patch_level=0x0800126e
[ 9.538918] microcode: CPU69: new patch_level=0x0800126e
[ 9.538941] microcode: CPU89: new patch_level=0x0800126e
[ 9.538965] microcode: CPU0: patch_level=0x0800126e
[ 9.538985] microcode: CPU79: new patch_level=0x0800126e
[ 9.538996] microcode: CPU76: new patch_level=0x0800126e
[ 9.539008] microcode: CPU94: new patch_level=0x0800126e
[ 9.539015] microcode: CPU93: new patch_level=0x0800126e
[ 9.539048] microcode: CPU78: new patch_level=0x0800126e
[ 9.539076] microcode: CPU77: new patch_level=0x0800126e
[ 9.539272] microcode: CPU111: new patch_level=0x0800126e
[ 9.539272] microcode: CPU47: new patch_level=0x0800126e
[ 9.539272] microcode: CPU46: new patch_level=0x0800126e
[ 9.539272] microcode: CPU110: new patch_level=0x0800126e
[ 9.539326] microcode: CPU54: new patch_level=0x0800126e
[ 9.539326] microcode: CPU119: new patch_level=0x0800126e
[ 9.539326] microcode: CPU55: new patch_level=0x0800126e
[ 9.539326] microcode: CPU118: new patch_level=0x0800126e
[ 9.539342] microcode: CPU109: new patch_level=0x0800126e
[ 9.539342] microcode: CPU45: new patch_level=0x0800126e
[ 9.539351] microcode: CPU108: new patch_level=0x0800126e
[ 9.539351] microcode: CPU44: new patch_level=0x0800126e
[ 9.539359] microcode: CPU117: new patch_level=0x0800126e
[ 9.539359] microcode: CPU53: new patch_level=0x0800126e
[ 9.539072] microcode: CPU52: new patch_level=0x0800126e
[ 9.539383] microcode: CPU116: new patch_level=0x0800126e
[ 9.539635] microcode: CPU99: new patch_level=0x0800126e
[ 9.539372] microcode: CPU107: new patch_level=0x0800126e
[ 9.539682] microcode: CPU43: new patch_level=0x0800126e
[ 9.539695] microcode: CPU106: new patch_level=0x0800126e
[ 9.539727] microcode: CPU95: new patch_level=0x0800126e
[ 9.539760] microcode: CPU92: new patch_level=0x0800126e
[ 9.539999] microcode: CPU13: patch_level=0x0800126e
[ 9.540032] ata15: SATA link down (SStatus 0 SControl 300)
[ 9.540073] microcode: CPU115: new patch_level=0x0800126e
[ 9.539671] microcode: CPU51: new patch_level=0x0800126e
[ 9.540083] ata12: SATA link down (SStatus 0 SControl 300)
[ 9.540126] microcode: CPU103: new patch_level=0x0800126e
[ 9.540126] microcode: CPU102: new patch_level=0x0800126e
[ 9.540194] microcode: CPU101: new patch_level=0x0800126e
[ 9.540224] microcode: CPU114: new patch_level=0x0800126e
[ 9.540226] microcode: CPU104: new patch_level=0x0800126e
[ 9.540228] microcode: CPU112: new patch_level=0x0800126e
[ 9.540230] microcode: CPU105: new patch_level=0x0800126e
[ 9.540231] microcode: CPU100: new patch_level=0x0800126e
[ 9.540227] microcode: CPU122: new patch_level=0x0800126e
[ 9.540239] microcode: CPU113: new patch_level=0x0800126e
[ 9.540248] microcode: CPU121: new patch_level=0x0800126e
[ 9.540249] microcode: CPU120: new patch_level=0x0800126e
[ 9.540265] microcode: CPU0: new patch_level=0x0800126e
[ 9.540300] microcode: CPU61: new patch_level=0x0800126e
[ 9.540300] microcode: CPU63: new patch_level=0x0800126e
[ 9.540300] microcode: CPU126: new patch_level=0x0800126e
[ 9.540300] microcode: CPU60: new patch_level=0x0800126e
[ 9.540300] microcode: CPU62: new patch_level=0x0800126e
[ 9.540300] microcode: CPU124: new patch_level=0x0800126e
[ 9.540300] microcode: CPU125: new patch_level=0x0800126e
[ 9.540300] microcode: CPU127: new patch_level=0x0800126e
[ 9.540573] microcode: CPU123: new patch_level=0x0800126e
[ 9.540573] microcode: CPU59: new patch_level=0x0800126e
[ 9.540652] ata13: SATA link down (SStatus 0 SControl 300)
[ 9.540701] ata9: SATA link down (SStatus 0 SControl 300)
[ 9.541744] microcode: CPU1: new patch_level=0x0800126e
[ 9.542776] microcode: CPU13: new patch_level=0x0800126e
[ 9.544655] microcode: CPU14: patch_level=0x0800126e
[ 9.552404] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 9.557369] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 9.557691] microcode: CPU14: new patch_level=0x0800126e
[ 9.557792] microcode: Microcode Update Driver: v2.2.
[ 9.557808] IPI shorthand broadcast: enabled
[ 9.560646] sched_clock: Marking stable (9568001243, -7476271)->(10217293001, -656768029)
[ 9.722532] usb 5-2: new high-speed USB device number 2 using xhci_hcd
[ 9.723044] registered taskstats version 1
[ 9.895030] hub 5-2:1.0: USB hub found
[ 11.500495] hub 5-2:1.0: 4 ports detected
[ 11.506713] Freeing unused kernel image (initmem) memory: 3008K
[ 11.514084] Write protecting the kernel read-only data: 22528k
[ 11.521514] Freeing unused kernel image (rodata/data gap) memory: 1224K
[ 11.528606] Run /init as init process
[ 11.533611] with arguments:
[ 11.533614] /init
[ 11.533616] with environment:
[ 11.533618] HOME=/
[ 11.533621] TERM=linux
[ 11.533622] BOOT_IMAGE=/boot/bzImage.x86_64
[ 11.600901] XFS (sda1): Mounting V5 Filesystem 7442d6dd-1604-48d4-b794-9defd030cb80
[ 11.624096] XFS (sda1): Ending clean mount
[ 11.686491] systemd[1]: Inserted module 'autofs4'
[ 11.744605] NET: Registered PF_INET6 protocol family
[ 11.751806] Segment Routing with IPv6
[ 11.756130] In-situ OAM (IOAM) with IPv6
[ 11.854173] usb 5-2.1: new low-speed USB device number 3 using xhci_hcd
[ 11.931596] systemd[1]: systemd 242 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 11.957171] systemd[1]: Detected architecture x86-64.
[ 11.970020] systemd[1]: Set hostname to <phaedra.molgen.mpg.de>.
[ 12.130192] systemd[1]: Created slice User and Session Slice.
[ 12.155722] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.163123] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 12.170970] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.181592] systemd[1]: Created slice system-serial\x2dlog.slice.
[ 12.189573] systemd[1]: Listening on udev Control Socket.
[ 12.196724] systemd[1]: Created slice system-getty.slice.
[ 12.355127] RPC: Registered named UNIX socket transport module.
[ 12.363324] RPC: Registered udp transport module.
[ 12.370218] RPC: Registered tcp transport module.
[ 12.375562] RPC: Registered tcp-with-tls transport module.
[ 12.381610] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.420856] systemd-journald[983]: Received request to flush runtime journal from PID 1
[ 12.534680] ipmi_si: IPMI System Interface driver
[ 12.542082] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 12.542088] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 12.542094] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 12.543273] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 12.575522] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca4] regsize 1 spacing 1 irq 0
[ 12.585050] ipmi_si: Adding ACPI-specified kcs state machine
[ 12.585221] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 12.604461] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 12.616188] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 12.621646] ipmi_si dmi-ipmi-si.0: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 12.627200] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 12.640165] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0963, dev_id: 0x20)
[ 12.685564] acpi_cpufreq: overriding BIOS provided _PSD data
[ 12.697705] Microchip SmartPQI Driver (v2.1.24-046)
[ 12.706514] smartpqi 0000:71:00.0: Microchip Smart Family Controller found
[ 12.715773] igb: Intel(R) Gigabit Ethernet Network Driver
[ 12.715783] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 12.719774] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[ 12.755940] pstore: Using crash dump compression: deflate
[ 12.764411] usbcore: registered new interface driver usbhid
[ 12.766067] pstore: Registered efi_pstore as persistent store backend
[ 12.769998] usbhid: USB HID core driver
[ 12.793345] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:07:00.3/usb5/5-2/5-2.1/5-2.1:1.0/0003:0557:2419.0001/input/input2
[ 12.823332] igb 0000:11:00.0: added PHC on eth0
[ 12.831821] igb 0000:11:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 12.842388] igb 0000:11:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:48
[ 12.851428] igb 0000:11:00.0: eth0: PBA No: 010A00-000
[ 12.860153] igb 0000:11:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 12.864741] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:07:00.3-2.1/input0
[ 12.884550] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:07:00.3/usb5/5-2/5-2.1/5-2.1:1.1/0003:0557:2419.0002/input/input3
[ 12.901106] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:07:00.3-2.1/input1
[ 12.961938] igb 0000:11:00.1: added PHC on eth1
[ 12.970594] igb 0000:11:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 12.978649] igb 0000:11:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:49
[ 12.986839] igb 0000:11:00.1: eth1: PBA No: 010A00-000
[ 12.992778] igb 0000:11:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 13.121114] igb 0000:11:00.2: added PHC on eth2
[ 13.126729] igb 0000:11:00.2: Intel(R) Gigabit Ethernet Network Connection
[ 13.134254] igb 0000:11:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:4a
[ 13.142224] igb 0000:11:00.2: eth2: PBA No: 010A00-000
[ 13.148016] igb 0000:11:00.2: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 13.173469] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 13.183357] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 13.227726] kvm_amd: TSC scaling supported
[ 13.238731] kvm_amd: Nested Virtualization enabled
[ 13.245217] kvm_amd: Nested Paging enabled
[ 13.250146] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 13.267747] kvm_amd: Virtual GIF supported
[ 13.270210] igb 0000:11:00.3: added PHC on eth3
[ 13.284759] kvm_amd: LBR virtualization supported
[ 13.287058] smartpqi 0000:71:00.0: Maximum Known Feature not supported by controller
[ 13.287065] smartpqi 0000:71:00.0: RAID 0 Read Bypass not supported by controller
[ 13.287067] smartpqi 0000:71:00.0: RAID 1 Read Bypass not supported by controller
[ 13.287069] smartpqi 0000:71:00.0: RAID 5 Read Bypass not supported by controller
[ 13.287072] smartpqi 0000:71:00.0: RAID 6 Read Bypass not supported by controller
[ 13.287074] smartpqi 0000:71:00.0: RAID 0 Write Bypass not supported by controller
[ 13.287076] smartpqi 0000:71:00.0: RAID 1 Write Bypass not supported by controller
[ 13.287077] smartpqi 0000:71:00.0: RAID 5 Write Bypass not supported by controller
[ 13.287079] smartpqi 0000:71:00.0: RAID 6 Write Bypass not supported by controller
[ 13.287080] smartpqi 0000:71:00.0: RAID Bypass on encrypted logical volumes on NVMe not supported by controller
[ 13.288271] igb 0000:11:00.3: Intel(R) Gigabit Ethernet Network Connection
[ 13.289103] smartpqi 0000:71:00.0: Firmware Triage not supported by controller
[ 13.289107] smartpqi 0000:71:00.0: RPL Extended Formats 4 and 5 not supported by controller
[ 13.289109] smartpqi 0000:71:00.0: Multi-LUN Target not supported by controller
[ 13.289579] smartpqi 0000:71:00.0: Online Firmware Activation enabled
[ 13.289583] smartpqi 0000:71:00.0: Serial Management Protocol enabled
[ 13.289587] smartpqi 0000:71:00.0: New Soft Reset Handshake enabled
[ 13.289590] smartpqi 0000:71:00.0: RAID IU Timeout enabled
[ 13.289593] smartpqi 0000:71:00.0: TMF IU Timeout enabled
[ 13.290145] scsi host16: smartpqi
[ 13.292277] smartpqi 0000:71:00.0: Firmware version: 2.62-0
[ 13.307588] scsi 16:0:0:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.313820] sd 16:0:0:0: Attached scsi generic sg3 type 0
[ 13.313874] igb 0000:11:00.3: eth3: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:4b
[ 13.314795] sd 16:0:0:0: [sdd] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.315479] sd 16:0:0:0: [sdd] Write Protect is off
[ 13.316250] smartpqi 0000:71:00.0: added 16:0:0:0 5000c5009561a8610000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.316719] igb 0000:11:00.3: eth3: PBA No: 010A00-000
[ 13.318238] sd 16:0:0:0: [sdd] Mode Sense: db 00 10 08
[ 13.319662] sd 16:0:0:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.324033] igb 0000:11:00.3: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 13.326792] scsi 16:0:1:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.329176] sd 16:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
[ 13.336171] sd 16:0:1:0: [sde] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.336407] sd 16:0:1:0: Attached scsi generic sg4 type 0
[ 13.340339] sd 16:0:1:0: [sde] Write Protect is off
[ 13.342659] smartpqi 0000:71:00.0: added 16:0:1:0 5000c500955bf3bd0000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.350235] sd 16:0:1:0: [sde] Mode Sense: db 00 10 08
[ 13.358770] sd 16:0:0:0: [sdd] Attached SCSI disk
[ 13.359501] ixgbe 0000:61:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 13.359823] ixgbe 0000:61:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 13.359962] ixgbe 0000:61:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: Unknown
[ 13.359970] ixgbe 0000:61:00.0: 00:1b:21:bc:f2:78
[ 13.361262] scsi 16:0:2:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.363632] ixgbe 0000:61:00.0: Intel(R) 10 Gigabit Network Connection
[ 13.388851] sd 16:0:1:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.398496] sd 16:0:2:0: Attached scsi generic sg5 type 0
[ 13.399109] sd 16:0:2:0: [sdf] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.399820] sd 16:0:2:0: [sdf] Write Protect is off
[ 13.399824] sd 16:0:2:0: [sdf] Mode Sense: db 00 10 08
[ 13.401070] sd 16:0:2:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.402129] sd 16:0:2:0: [sdf] Preferred minimum I/O size 4096 bytes
[ 13.404586] sd 16:0:1:0: [sde] Preferred minimum I/O size 4096 bytes
[ 13.421569] sd 16:0:2:0: [sdf] Attached SCSI disk
[ 13.422174] smartpqi 0000:71:00.0: added 16:0:2:0 5000c5009565c2f50000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.423715] scsi 16:0:3:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.449979] sd 16:0:1:0: [sde] Attached SCSI disk
[ 13.470034] sd 16:0:3:0: Attached scsi generic sg6 type 0
[ 13.470771] sd 16:0:3:0: [sdg] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.471469] sd 16:0:3:0: [sdg] Write Protect is off
[ 13.471474] sd 16:0:3:0: [sdg] Mode Sense: db 00 10 08
[ 13.472743] sd 16:0:3:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.473888] sd 16:0:3:0: [sdg] Preferred minimum I/O size 4096 bytes
[ 13.500903] sd 16:0:3:0: [sdg] Attached SCSI disk
[ 13.503103] smartpqi 0000:71:00.0: added 16:0:3:0 5000c500956d31090000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.531278] ixgbe 0000:61:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 13.533968] scsi 16:0:4:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.534744] ixgbe 0000:61:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 13.545374] scsi 16:0:4:0: Attached scsi generic sg7 type 0
[ 13.546475] sd 16:0:4:0: [sdh] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.547181] sd 16:0:4:0: [sdh] Write Protect is off
[ 13.547189] sd 16:0:4:0: [sdh] Mode Sense: db 00 10 08
[ 13.548468] sd 16:0:4:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.549182] ixgbe 0000:61:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: Unknown
[ 13.549600] sd 16:0:4:0: [sdh] Preferred minimum I/O size 4096 bytes
[ 13.552424] smartpqi 0000:71:00.0: added 16:0:4:0 5000c500956d44d50000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.553175] ixgbe 0000:61:00.1: 00:1b:21:bc:f2:7a
[ 13.560064] scsi 16:0:5:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.563064] ixgbe 0000:61:00.1: Intel(R) 10 Gigabit Network Connection
[ 13.574109] sd 16:0:4:0: [sdh] Attached SCSI disk
[ 13.574681] sd 16:0:5:0: Attached scsi generic sg8 type 0
[ 13.575171] smartpqi 0000:71:00.0: added 16:0:5:0 5000c5009561a8510000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 13.575595] sd 16:0:5:0: [sdi] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 13.576297] sd 16:0:5:0: [sdi] Write Protect is off
[ 13.576301] sd 16:0:5:0: [sdi] Mode Sense: db 00 10 08
[ 13.577564] sd 16:0:5:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 13.578563] sd 16:0:5:0: [sdi] Preferred minimum I/O size 4096 bytes
[ 13.592618] scsi 16:0:6:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 13.597877] sd 16:0:5:0: [sdi] Attached SCSI disk
[ 14.125328] sd 16:0:6:0: Attached scsi generic sg9 type 0
[ 14.126082] sd 16:0:6:0: [sdj] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.144929] sd 16:0:6:0: [sdj] Write Protect is off
[ 14.151438] sd 16:0:6:0: [sdj] Mode Sense: db 00 10 08
[ 14.152734] sd 16:0:6:0: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.163446] smartpqi 0000:71:00.0: added 16:0:6:0 5000c5009565b3010000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.164080] sd 16:0:6:0: [sdj] Preferred minimum I/O size 4096 bytes
[ 14.195107] scsi 16:0:7:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.210571] sd 16:0:6:0: [sdj] Attached SCSI disk
[ 14.242292] sd 16:0:7:0: Attached scsi generic sg10 type 0
[ 14.243049] sd 16:0:7:0: [sdk] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.258535] sd 16:0:7:0: [sdk] Write Protect is off
[ 14.264797] sd 16:0:7:0: [sdk] Mode Sense: db 00 10 08
[ 14.266099] sd 16:0:7:0: [sdk] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.277212] sd 16:0:7:0: [sdk] Preferred minimum I/O size 4096 bytes
[ 14.282819] smartpqi 0000:71:00.0: added 16:0:7:0 5000c5009565a2e90000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.306280] sd 16:0:7:0: [sdk] Attached SCSI disk
[ 14.317606] scsi 16:0:8:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.364366] sd 16:0:8:0: Attached scsi generic sg11 type 0
[ 14.365101] sd 16:0:8:0: [sdl] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.380192] sd 16:0:8:0: [sdl] Write Protect is off
[ 14.386258] sd 16:0:8:0: [sdl] Mode Sense: db 00 10 08
[ 14.387580] sd 16:0:8:0: [sdl] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.398507] sd 16:0:8:0: [sdl] Preferred minimum I/O size 4096 bytes
[ 14.404676] smartpqi 0000:71:00.0: added 16:0:8:0 5000c500956d43650000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.430537] sd 16:0:8:0: [sdl] Attached SCSI disk
[ 14.438100] scsi 16:0:9:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.484685] sd 16:0:9:0: Attached scsi generic sg12 type 0
[ 14.485385] sd 16:0:9:0: [sdm] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.500422] sd 16:0:9:0: [sdm] Write Protect is off
[ 14.506476] sd 16:0:9:0: [sdm] Mode Sense: db 00 10 08
[ 14.507792] sd 16:0:9:0: [sdm] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.518705] sd 16:0:9:0: [sdm] Preferred minimum I/O size 4096 bytes
[ 14.525020] smartpqi 0000:71:00.0: added 16:0:9:0 5000c5009561a83d0000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.546900] sd 16:0:9:0: [sdm] Attached SCSI disk
[ 14.558365] scsi 16:0:10:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.604971] sd 16:0:10:0: Attached scsi generic sg13 type 0
[ 14.605693] sd 16:0:10:0: [sdn] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.620951] sd 16:0:10:0: [sdn] Write Protect is off
[ 14.627100] sd 16:0:10:0: [sdn] Mode Sense: db 00 10 08
[ 14.628400] sd 16:0:10:0: [sdn] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.639358] sd 16:0:10:0: [sdn] Preferred minimum I/O size 4096 bytes
[ 14.645429] smartpqi 0000:71:00.0: added 16:0:10:0 5000c500adbdf8b90000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.670703] sd 16:0:10:0: [sdn] Attached SCSI disk
[ 14.679161] scsi 16:0:11:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.725858] sd 16:0:11:0: Attached scsi generic sg14 type 0
[ 14.726588] sd 16:0:11:0: [sdo] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.741796] sd 16:0:11:0: [sdo] Write Protect is off
[ 14.747934] sd 16:0:11:0: [sdo] Mode Sense: db 00 10 08
[ 14.749237] sd 16:0:11:0: [sdo] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.760210] sd 16:0:11:0: [sdo] Preferred minimum I/O size 4096 bytes
[ 14.766292] smartpqi 0000:71:00.0: added 16:0:11:0 5000c500956246090000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.792811] sd 16:0:11:0: [sdo] Attached SCSI disk
[ 14.800014] scsi 16:0:12:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.846697] sd 16:0:12:0: Attached scsi generic sg15 type 0
[ 14.847421] sd 16:0:12:0: [sdp] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.862626] sd 16:0:12:0: [sdp] Write Protect is off
[ 14.868754] sd 16:0:12:0: [sdp] Mode Sense: db 00 10 08
[ 14.870054] sd 16:0:12:0: [sdp] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.881024] sd 16:0:12:0: [sdp] Preferred minimum I/O size 4096 bytes
[ 14.887118] smartpqi 0000:71:00.0: added 16:0:12:0 5000c500956d2b790000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 14.914265] sd 16:0:12:0: [sdp] Attached SCSI disk
[ 14.920878] scsi 16:0:13:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 14.967567] sd 16:0:13:0: Attached scsi generic sg16 type 0
[ 14.968297] sd 16:0:13:0: [sdq] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 14.983487] sd 16:0:13:0: [sdq] Write Protect is off
[ 14.989608] sd 16:0:13:0: [sdq] Mode Sense: db 00 10 08
[ 14.990924] sd 16:0:13:0: [sdq] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.001899] sd 16:0:13:0: [sdq] Preferred minimum I/O size 4096 bytes
[ 15.008002] smartpqi 0000:71:00.0: added 16:0:13:0 5000c5009565a8a50000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 15.029449] sd 16:0:13:0: [sdq] Attached SCSI disk
[ 15.041768] scsi 16:0:14:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 15.088575] sd 16:0:14:0: Attached scsi generic sg17 type 0
[ 15.089274] sd 16:0:14:0: [sdr] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.104506] sd 16:0:14:0: [sdr] Write Protect is off
[ 15.110629] sd 16:0:14:0: [sdr] Mode Sense: db 00 10 08
[ 15.111928] sd 16:0:14:0: [sdr] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.122900] sd 16:0:14:0: [sdr] Preferred minimum I/O size 4096 bytes
[ 15.128996] smartpqi 0000:71:00.0: added 16:0:14:0 5000c500956d44510000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 15.150144] sd 16:0:14:0: [sdr] Attached SCSI disk
[ 15.162754] scsi 16:0:15:0: Direct-Access SEAGATE ST8000NM0065 K004 PQ: 0 ANSI: 6
[ 15.209381] sd 16:0:15:0: Attached scsi generic sg18 type 0
[ 15.210094] sd 16:0:15:0: [sds] 1953506646 4096-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.225307] sd 16:0:15:0: [sds] Write Protect is off
[ 15.231449] sd 16:0:15:0: [sds] Mode Sense: db 00 10 08
[ 15.232768] sd 16:0:15:0: [sds] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.243742] sd 16:0:15:0: [sds] Preferred minimum I/O size 4096 bytes
[ 15.249820] smartpqi 0000:71:00.0: added 16:0:15:0 5000c5009561a7b10000000000000000 Direct-Access SEAGATE ST8000NM0065 AIO+ qd=64
[ 15.270790] sd 16:0:15:0: [sds] Attached SCSI disk
[ 15.283574] scsi 16:0:16:0: Enclosure AIC 12G 3U16SAS3swap 0c01 PQ: 0 ANSI: 5
[ 15.326675] ses 16:0:16:0: Attached Enclosure device
[ 15.349441] ses 16:0:16:0: Attached scsi generic sg19 type 13
[ 15.374535] smartpqi 0000:71:00.0: added 16:0:16:0 50015b214011fe7d0000000000000000 Enclosure AIC 12G 3U16SAS3swap AIO-
[ 15.406520] scsi 16:0:17:0: Enclosure Adaptec Smart Adapter 2.62 PQ: 0 ANSI: 5
[ 15.432746] ses 16:0:17:0: Attached Enclosure device
[ 15.455604] ses 16:0:17:0: Attached scsi generic sg20 type 13
[ 15.479489] smartpqi 0000:71:00.0: added 16:0:17:0 50000d1e0018b1280000000000000000 Enclosure Adaptec Smart Adapter AIO-
[ 15.511205] scsi 16:2:0:0: RAID Adaptec 1100-8e 2.62 PQ: 0 ANSI: 5
[ 15.537474] scsi 16:2:0:0: Attached scsi generic sg21 type 12
[ 15.561442] smartpqi 0000:71:00.0: added 16:2:0:0 0000000000000000 RAID Adaptec 1100-8e
[ 16.586193] md: md0 stopped.
[ 16.601729] md/raid:md0: device sds operational as raid disk 0
[ 16.608686] md/raid:md0: device sdj operational as raid disk 15
[ 16.615404] md/raid:md0: device sdi operational as raid disk 14
[ 16.622084] md/raid:md0: device sdh operational as raid disk 13
[ 16.628674] md/raid:md0: device sdg operational as raid disk 12
[ 16.635226] md/raid:md0: device sdf operational as raid disk 11
[ 16.641734] md/raid:md0: device sde operational as raid disk 10
[ 16.648210] md/raid:md0: device sdd operational as raid disk 9
[ 16.654542] md/raid:md0: device sdk operational as raid disk 8
[ 16.660882] md/raid:md0: device sdl operational as raid disk 7
[ 16.667221] md/raid:md0: device sdm operational as raid disk 6
[ 16.673531] md/raid:md0: device sdn operational as raid disk 5
[ 16.679836] md/raid:md0: device sdo operational as raid disk 4
[ 16.686132] md/raid:md0: device sdp operational as raid disk 3
[ 16.692418] md/raid:md0: device sdr operational as raid disk 2
[ 16.698700] md/raid:md0: device sdq operational as raid disk 1
[ 16.707023] md/raid:md0: raid level 6 active with 16 out of 16 devices, algorithm 2
[ 16.773977] md: md1 stopped.
[ 16.955370] XFS (sda2): Mounting V5 Filesystem 84cb7d98-efb2-4ba0-811b-946ceb666ce0
[ 16.989533] XFS (sda2): Ending clean mount
[ 17.326979] XFS (md0): Mounting V5 Filesystem 528c0d12-2b5c-4f62-94e9-da292377cd46
[ 17.751645] XFS (md0): Starting recovery (logdev: internal)
[ 19.164162] XFS (md0): Ending recovery (logdev: internal)
[ 19.263203] XFS (md1): Mounting V5 Filesystem ccabc10b-3b5c-432a-813d-00bfb2f35396
[ 19.943440] XFS (md1): Ending clean mount
[ 20.324074] 8021q: 802.1Q VLAN Support v1.8
[ 20.324726] igb 0000:11:00.0 net00: renamed from eth0
[ 20.349171] igb 0000:11:00.1 net01: renamed from eth1
[ 20.369997] igb 0000:11:00.2 net02: renamed from eth2
[ 20.386935] igb 0000:11:00.3 net03: renamed from eth3
[ 20.406596] ixgbe 0000:61:00.0 net04: renamed from eth4
[ 20.422895] ixgbe 0000:61:00.1 net05: renamed from eth5
[ 20.772715] ixgbe 0000:61:00.1: registered PHC device on net05
[ 20.891794] 8021q: adding VLAN 0 to HW filter on device net05
[ 20.951106] ixgbe 0000:61:00.1 net05: detected SFP+: 6
[ 21.199657] ixgbe 0000:61:00.1 net05: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 21.473556] NFSD: Using UMH upcall client tracking operations.
[ 21.481581] NFSD: starting 90-second grace period (net f0000000)
[ 22.046553] ixgbe 0000:61:00.1 net05: NIC Link is Down
[ 23.447751] ixgbe 0000:61:00.1 net05: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 29.814184] systemd[1995]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set