Dear Linux folks,
On the Dell PowerEdge T440/021KCD, BIOS 2.12.2 07/09/2021 there is a
five second delay with at least Linux 5.10.70 and 5.10.81:
$ dmesg
[ 0.000000] Linux version 5.10.70.mx64.403
(root@xxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 7.5.0, GNU ld (GNU Binutils)
2.32) #1 SMP Thu Oct 7 18:24:10 CEST 2021
[…]
[ 9.606732] scsi host0: Fusion MPT SAS Host
[ 9.613571] mpt3sas_cm0: sending port enable !!
[ 10.104928] mptctl: Registered with Fusion MPT base driver
[ 10.110518] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 12.075610] mpt3sas_cm0: host_add: handle(0x0001),
sas_addr(0x52cea7f0c710e000), phys(8)
[ 17.206206] mpt3sas_cm0: port enable: SUCCESS
[…]
7.6 seconds are pretty long. We have built the driver into the Linux
kernel and not as module:
$ grep MPT3 /boot/config-5.10.70.mx64.403
CONFIG_SCSI_MPT3SAS=y
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
But even doing it in parallel it could decrease the boot time a little
bit, but the problem at hand is, that today initializing hardware can
take so long. Please find the output of `dmesg` attached.
Kind regards,
Paul
[ 0.000000] Linux version 5.10.70.mx64.403 (root@xxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 7.5.0, GNU ld (GNU Binutils) 2.32) #1 SMP Thu Oct 7 18:24:10 CEST 2021
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage-5.10.70.mx64.403 root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: xstate_offset[5]: 960, xstate_sizes[5]: 64
[ 0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]: 512
[ 0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[ 0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000504b5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000504b6000-0x0000000050758fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000050759000-0x0000000068bfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000068bff000-0x000000006ebfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ebff000-0x000000006f9fefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f9ff000-0x000000006fffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec80000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.2 present.
[ 0.000000] DMI: Dell Inc. PowerEdge T440/021KCD, BIOS 2.12.2 07/09/2021
[ 0.000000] tsc: Detected 3800.000 MHz processor
[ 0.000570] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000572] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000576] last_pfn = 0x2080000 max_arch_pfn = 0x400000000
[ 0.000578] MTRR default type: uncachable
[ 0.000579] MTRR fixed ranges enabled:
[ 0.000580] 00000-9FFFF write-back
[ 0.000580] A0000-BFFFF uncachable
[ 0.000581] C0000-FFFFF write-protect
[ 0.000582] MTRR variable ranges enabled:
[ 0.000583] 0 base 000000000000 mask 3FE000000000 write-back
[ 0.000584] 1 base 002000000000 mask 3FFF80000000 write-back
[ 0.000584] 2 base 000080000000 mask 3FFF80000000 uncachable
[ 0.000585] 3 base 000070000000 mask 3FFFFC000000 uncachable
[ 0.000585] 4 disabled
[ 0.000586] 5 disabled
[ 0.000586] 6 disabled
[ 0.000587] 7 disabled
[ 0.000587] 8 disabled
[ 0.000587] 9 disabled
[ 0.001077] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001777] e820: update [mem 0x70000000-0x73ffffff] usable ==> reserved
[ 0.001779] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[ 0.001781] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.001782] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[ 0.007091] kexec: Reserving the low 1M of memory for crashkernel
[ 0.007093] Using GB pages for direct mapping
[ 0.007385] RAMDISK: [mem 0x375e7000-0x37aeafff]
[ 0.007387] ACPI: Early table checksum verification disabled
[ 0.007389] ACPI: RSDP 0x00000000000FE320 000024 (v02 DELL )
[ 0.007391] ACPI: XSDT 0x000000006FBFF188 0000F4 (v01 DELL PE_SC3 00000000 01000013)
[ 0.007396] ACPI: FACP 0x000000006FFF8000 000114 (v06 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007399] ACPI: DSDT 0x000000006FD00000 2E81B0 (v02 DELL PE_SC3 00000003 DELL 00000001)
[ 0.007402] ACPI: FACS 0x000000006F76E000 000040
[ 0.007404] ACPI: SSDT 0x000000006FFFC000 00046C (v02 INTEL ADDRXLAT 00000001 INTL 20180508)
[ 0.007406] ACPI: MCEJ 0x000000006FFFB000 000130 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007408] ACPI: WD__ 0x000000006FFFA000 000134 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007410] ACPI: SLIC 0x000000006FFF9000 000024 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007412] ACPI: HPET 0x000000006FFF7000 000038 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007415] ACPI: APIC 0x000000006FFF5000 0016DE (v04 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007417] ACPI: MCFG 0x000000006FFF4000 00003C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007419] ACPI: MIGT 0x000000006FFF3000 000040 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007421] ACPI: MSCT 0x000000006FFF2000 000090 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007423] ACPI: PCAT 0x000000006FFF1000 000088 (v02 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007425] ACPI: PCCT 0x000000006FFF0000 00006E (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007427] ACPI: RASF 0x000000006FFEF000 000030 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007430] ACPI: SLIT 0x000000006FFEE000 00042C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007432] ACPI: SRAT 0x000000006FFEB000 002D30 (v03 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007434] ACPI: SVOS 0x000000006FFEA000 000032 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007437] ACPI: WSMT 0x000000006FFE9000 000028 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007439] ACPI: OEM4 0x000000006FC52000 0AD1C1 (v02 INTEL CPU CST 00003000 INTL 20180508)
[ 0.007441] ACPI: SSDT 0x000000006FC1A000 037465 (v02 INTEL SSDT PM 00004000 INTL 20180508)
[ 0.007443] ACPI: SSDT 0x000000006FC00000 000C94 (v02 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007445] ACPI: SSDT 0x000000006FC16000 00357F (v02 INTEL SpsNm 00000002 INTL 20180508)
[ 0.007448] ACPI: DMAR 0x000000006FFFD000 0001A8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007450] ACPI: HEST 0x000000006FC15000 00017C (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007452] ACPI: BERT 0x000000006FC14000 000030 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007454] ACPI: ERST 0x000000006FC13000 000230 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007457] ACPI: EINJ 0x000000006FC12000 000150 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007459] ACPI: Reserving FACP table memory at [mem 0x6fff8000-0x6fff8113]
[ 0.007460] ACPI: Reserving DSDT table memory at [mem 0x6fd00000-0x6ffe81af]
[ 0.007460] ACPI: Reserving FACS table memory at [mem 0x6f76e000-0x6f76e03f]
[ 0.007461] ACPI: Reserving SSDT table memory at [mem 0x6fffc000-0x6fffc46b]
[ 0.007462] ACPI: Reserving MCEJ table memory at [mem 0x6fffb000-0x6fffb12f]
[ 0.007462] ACPI: Reserving WD__ table memory at [mem 0x6fffa000-0x6fffa133]
[ 0.007463] ACPI: Reserving SLIC table memory at [mem 0x6fff9000-0x6fff9023]
[ 0.007464] ACPI: Reserving HPET table memory at [mem 0x6fff7000-0x6fff7037]
[ 0.007465] ACPI: Reserving APIC table memory at [mem 0x6fff5000-0x6fff66dd]
[ 0.007465] ACPI: Reserving MCFG table memory at [mem 0x6fff4000-0x6fff403b]
[ 0.007466] ACPI: Reserving MIGT table memory at [mem 0x6fff3000-0x6fff303f]
[ 0.007467] ACPI: Reserving MSCT table memory at [mem 0x6fff2000-0x6fff208f]
[ 0.007468] ACPI: Reserving PCAT table memory at [mem 0x6fff1000-0x6fff1087]
[ 0.007468] ACPI: Reserving PCCT table memory at [mem 0x6fff0000-0x6fff006d]
[ 0.007469] ACPI: Reserving RASF table memory at [mem 0x6ffef000-0x6ffef02f]
[ 0.007470] ACPI: Reserving SLIT table memory at [mem 0x6ffee000-0x6ffee42b]
[ 0.007471] ACPI: Reserving SRAT table memory at [mem 0x6ffeb000-0x6ffedd2f]
[ 0.007471] ACPI: Reserving SVOS table memory at [mem 0x6ffea000-0x6ffea031]
[ 0.007472] ACPI: Reserving WSMT table memory at [mem 0x6ffe9000-0x6ffe9027]
[ 0.007473] ACPI: Reserving OEM4 table memory at [mem 0x6fc52000-0x6fcff1c0]
[ 0.007473] ACPI: Reserving SSDT table memory at [mem 0x6fc1a000-0x6fc51464]
[ 0.007474] ACPI: Reserving SSDT table memory at [mem 0x6fc00000-0x6fc00c93]
[ 0.007475] ACPI: Reserving SSDT table memory at [mem 0x6fc16000-0x6fc1957e]
[ 0.007476] ACPI: Reserving DMAR table memory at [mem 0x6fffd000-0x6fffd1a7]
[ 0.007477] ACPI: Reserving HEST table memory at [mem 0x6fc15000-0x6fc1517b]
[ 0.007478] ACPI: Reserving BERT table memory at [mem 0x6fc14000-0x6fc1402f]
[ 0.007478] ACPI: Reserving ERST table memory at [mem 0x6fc13000-0x6fc1322f]
[ 0.007479] ACPI: Reserving EINJ table memory at [mem 0x6fc12000-0x6fc1214f]
[ 0.007485] ACPI: Local APIC address 0xfee00000
[ 0.007486] Setting APIC routing to cluster x2apic.
[ 0.007539] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[ 0.007539] SRAT: PXM 1 -> APIC 0x0022 -> Node 1
[ 0.007540] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[ 0.007541] SRAT: PXM 1 -> APIC 0x002a -> Node 1
[ 0.007541] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[ 0.007542] SRAT: PXM 1 -> APIC 0x0024 -> Node 1
[ 0.007543] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[ 0.007543] SRAT: PXM 1 -> APIC 0x0038 -> Node 1
[ 0.007544] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[ 0.007544] SRAT: PXM 1 -> APIC 0x0023 -> Node 1
[ 0.007545] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[ 0.007546] SRAT: PXM 1 -> APIC 0x002b -> Node 1
[ 0.007546] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[ 0.007547] SRAT: PXM 1 -> APIC 0x0025 -> Node 1
[ 0.007547] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[ 0.007548] SRAT: PXM 1 -> APIC 0x0039 -> Node 1
[ 0.007554] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.007555] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff]
[ 0.007556] ACPI: SRAT: Node 1 PXM 1 [mem 0x1080000000-0x207fffffff]
[ 0.007560] NUMA: Initialized distance table, cnt=2
[ 0.007561] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff]
[ 0.007564] NODE_DATA(0) allocated [mem 0x107fffb000-0x107fffffff]
[ 0.007568] NODE_DATA(1) allocated [mem 0x207fff8000-0x207fffcfff]
[ 0.007578] Reserving 256MB of memory at 1408MB for crashkernel (System RAM: 130696MB)
[ 0.007667] Zone ranges:
[ 0.007668] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007669] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007670] Normal [mem 0x0000000100000000-0x000000207fffffff]
[ 0.007671] Device empty
[ 0.007672] Movable zone start for each node
[ 0.007673] Early memory node ranges
[ 0.007673] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.007674] node 0: [mem 0x0000000000100000-0x00000000504b5fff]
[ 0.007675] node 0: [mem 0x0000000050759000-0x0000000068bfefff]
[ 0.007676] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.007677] node 0: [mem 0x0000000100000000-0x000000107fffffff]
[ 0.007681] node 1: [mem 0x0000001080000000-0x000000207fffffff]
[ 0.007685] Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff]
[ 0.007687] On node 0 totalpages: 16681209
[ 0.007687] DMA zone: 64 pages used for memmap
[ 0.007688] DMA zone: 156 pages reserved
[ 0.007688] DMA zone: 3996 pages, LIFO batch:0
[ 0.007689] DMA32 zone: 6630 pages used for memmap
[ 0.007690] DMA32 zone: 424285 pages, LIFO batch:63
[ 0.007690] Normal zone: 253952 pages used for memmap
[ 0.007691] Normal zone: 16252928 pages, LIFO batch:63
[ 0.007691] Initmem setup node 1 [mem 0x0000001080000000-0x000000207fffffff]
[ 0.007692] On node 1 totalpages: 16777216
[ 0.007693] Normal zone: 262144 pages used for memmap
[ 0.007693] Normal zone: 16777216 pages, LIFO batch:63
[ 0.007695] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007719] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.010151] On node 0, zone DMA32: 675 pages in unavailable ranges
[ 0.010379] On node 0, zone DMA32: 29696 pages in unavailable ranges
[ 0.246528] ACPI: PM-Timer IO Port: 0x508
[ 0.246530] ACPI: Local APIC address 0xfee00000
[ 0.246544] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
[ 0.246546] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[ 0.246565] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.246569] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-31
[ 0.246572] IOAPIC[2]: apic_id 10, version 32, address 0xfec08000, GSI 32-39
[ 0.246576] IOAPIC[3]: apic_id 11, version 32, address 0xfec10000, GSI 40-47
[ 0.246579] IOAPIC[4]: apic_id 12, version 32, address 0xfec18000, GSI 48-55
[ 0.246584] IOAPIC[5]: apic_id 15, version 32, address 0xfec20000, GSI 72-79
[ 0.246588] IOAPIC[6]: apic_id 16, version 32, address 0xfec28000, GSI 80-87
[ 0.246592] IOAPIC[7]: apic_id 17, version 32, address 0xfec30000, GSI 88-95
[ 0.246596] IOAPIC[8]: apic_id 18, version 32, address 0xfec38000, GSI 96-103
[ 0.246600] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.246601] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.246603] ACPI: IRQ0 used by override.
[ 0.246603] ACPI: IRQ9 used by override.
[ 0.246607] Using ACPI (MADT) for SMP configuration information
[ 0.246608] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.246610] TSC deadline timer available
[ 0.246611] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.246625] [mem 0x90000000-0xfcffffff] available for PCI devices
[ 0.246628] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.250256] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:2
[ 0.251205] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[ 0.251211] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[ 0.251211] pcpu-alloc: [0] 00 02 04 06 08 10 12 14 [1] 01 03 05 07 09 11 13 15
[ 0.251233] Built 2 zonelists, mobility grouping on. Total pages: 32935479
[ 0.251234] Policy zone: Normal
[ 0.251235] Kernel command line: BOOT_IMAGE=/boot/bzImage-5.10.70.mx64.403 root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on
[ 0.251312] audit: disabled (until reboot)
[ 0.251417] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.533626] Memory: 131370208K/133833700K available (14348K kernel code, 3467K rwdata, 3744K rodata, 1568K init, 2904K bss, 2463236K reserved, 0K cma-reserved)
[ 0.533712] ftrace: allocating 44427 entries in 174 pages
[ 0.546399] ftrace: allocated 174 pages with 5 groups
[ 0.546504] rcu: Hierarchical RCU implementation.
[ 0.546505] rcu: RCU event tracing is enabled.
[ 0.546506] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[ 0.546507] Rude variant of Tasks RCU enabled.
[ 0.546508] Tracing variant of Tasks RCU enabled.
[ 0.546509] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.546510] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.549265] NR_IRQS: 16640, nr_irqs: 1912, preallocated irqs: 16
[ 0.549537] random: crng done (trusting CPU's manufacturer)
[ 0.552817] Console: colour VGA+ 80x25
[ 0.572476] printk: console [tty0] enabled
[ 1.848795] printk: console [ttyS0] enabled
[ 1.853081] ACPI: Core revision 20200925
[ 1.858952] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 1.868124] APIC: Switch to symmetric I/O mode setup
[ 1.873181] DMAR: Host address width 46
[ 1.877113] DMAR: DRHD base: 0x000000d37fc000 flags: 0x0
[ 1.882521] DMAR: dmar0: reg_base_addr d37fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.890620] DMAR: DRHD base: 0x000000e0ffc000 flags: 0x0
[ 1.896026] DMAR: dmar1: reg_base_addr e0ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.904124] DMAR: DRHD base: 0x000000ee7fc000 flags: 0x0
[ 1.909531] DMAR: dmar2: reg_base_addr ee7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.917631] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 1.923036] DMAR: dmar3: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.931137] DMAR: DRHD base: 0x000000aaffc000 flags: 0x0
[ 1.936543] DMAR: dmar4: reg_base_addr aaffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.944640] DMAR: DRHD base: 0x000000b87fc000 flags: 0x0
[ 1.950046] DMAR: dmar5: reg_base_addr b87fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.958146] DMAR: DRHD base: 0x000000c5ffc000 flags: 0x0
[ 1.963552] DMAR: dmar6: reg_base_addr c5ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.971650] DMAR: DRHD base: 0x0000009d7fc000 flags: 0x1
[ 1.977060] DMAR: dmar7: reg_base_addr 9d7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.985157] DMAR: RMRR base: 0x0000006a6f9000 end: 0x0000006abf8fff
[ 1.991513] DMAR: RMRR base: 0x0000006f760000 end: 0x0000006f762fff
[ 1.997868] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000006f760000-0x000000006f762fff], contact BIOS vendor for fixes
[ 2.011599] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000006f760000-0x000000006f762fff]
BIOS vendor: Dell Inc.; Ver: 2.12.2; Product Version:
[ 2.027246] DMAR: ATSR flags: 0x0
[ 2.030654] DMAR-IR: IOAPIC id 12 under DRHD base 0xc5ffc000 IOMMU 6
[ 2.037182] DMAR-IR: IOAPIC id 11 under DRHD base 0xb87fc000 IOMMU 5
[ 2.043709] DMAR-IR: IOAPIC id 10 under DRHD base 0xaaffc000 IOMMU 4
[ 2.050237] DMAR-IR: IOAPIC id 18 under DRHD base 0xfbffc000 IOMMU 3
[ 2.056765] DMAR-IR: IOAPIC id 17 under DRHD base 0xee7fc000 IOMMU 2
[ 2.063294] DMAR-IR: IOAPIC id 16 under DRHD base 0xe0ffc000 IOMMU 1
[ 2.069822] DMAR-IR: IOAPIC id 15 under DRHD base 0xd37fc000 IOMMU 0
[ 2.076347] DMAR-IR: IOAPIC id 8 under DRHD base 0x9d7fc000 IOMMU 7
[ 2.082790] DMAR-IR: IOAPIC id 9 under DRHD base 0x9d7fc000 IOMMU 7
[ 2.089231] DMAR-IR: HPET id 0 under DRHD base 0x9d7fc000
[ 2.094721] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 2.104953] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 2.111444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 2.122499] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d8cb0e20f4, max_idle_ns: 881590468932 ns
[ 2.133099] Calibrating delay loop (skipped), value calculated using timer frequency.. 7600.00 BogoMIPS (lpj=3800000)
[ 2.134100] pid_max: default: 32768 minimum: 301
[ 2.135166] LSM: Security Framework initializing
[ 2.147137] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[ 2.153407] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[ 2.154278] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[ 2.155254] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[ 2.156395] mce: CPU0: Thermal monitoring enabled (TM1)
[ 2.158136] process: using mwait in idle threads
[ 2.159101] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 2.160099] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 2.161102] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 2.162100] Spectre V2 : Mitigation: Enhanced IBRS
[ 2.163100] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 2.164100] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 2.165100] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 2.166099] TAA: Mitigation: TSX disabled
[ 2.168161] Freeing SMP alternatives memory: 44K
[ 2.170160] smpboot: CPU0: Intel(R) Xeon(R) Gold 5222 CPU @ 3.80GHz (family: 0x6, model: 0x55, stepping: 0x7)
[ 2.171245] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 2.172101] ... version: 4
[ 2.173100] ... bit width: 48
[ 2.174099] ... generic registers: 4
[ 2.175100] ... value mask: 0000ffffffffffff
[ 2.176100] ... max period: 00007fffffffffff
[ 2.177099] ... fixed-purpose events: 3
[ 2.178100] ... event mask: 000000070000000f
[ 2.179175] rcu: Hierarchical SRCU implementation.
[ 2.180488] smp: Bringing up secondary CPUs ...
[ 2.181242] x86: Booting SMP configuration:
[ 2.182101] .... node #1, CPUs: #1
[ 1.540595] smpboot: CPU 1 Converting physical 0 to logical die 1
[ 2.256102] .... node #0, CPUs: #2
[ 2.259102] .... node #1, CPUs: #3
[ 2.262100] .... node #0, CPUs: #4
[ 2.265101] .... node #1, CPUs: #5
[ 2.268100] .... node #0, CPUs: #6
[ 2.271101] .... node #1, CPUs: #7
[ 2.274100] .... node #0, CPUs: #8
[ 2.276102] .... node #1, CPUs: #9
[ 2.279100] .... node #0, CPUs: #10
[ 2.282101] .... node #1, CPUs: #11
[ 2.285100] .... node #0, CPUs: #12
[ 2.288101] .... node #1, CPUs: #13
[ 2.291100] .... node #0, CPUs: #14
[ 2.294102] .... node #1, CPUs: #15
[ 2.296582] smp: Brought up 2 nodes, 16 CPUs
[ 2.298100] smpboot: Max logical packages: 2
[ 2.299100] smpboot: Total of 16 processors activated (121663.13 BogoMIPS)
[ 2.306886] devtmpfs: initialized
[ 2.307138] x86/mm: Memory block size: 2048MB
[ 2.308575] PM: Registering ACPI NVS region [mem 0x6ebff000-0x6f9fefff] (14680064 bytes)
[ 2.309322] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 2.310108] futex hash table entries: 4096 (order: 6, 262144 bytes, vmalloc)
[ 2.311327] NET: Registered protocol family 16
[ 2.312284] thermal_sys: Registered thermal governor 'step_wise'
[ 2.312285] thermal_sys: Registered thermal governor 'user_space'
[ 2.313111] cpuidle: using governor menu
[ 2.315103] Detected 1 PCC Subspaces
[ 2.316112] Registering PCC driver as Mailbox controller
[ 2.317178] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 2.325107] ACPI: bus type PCI registered
[ 2.329189] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[ 2.338105] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[ 2.345117] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
[ 2.356377] PCI: Using configuration type 1 for base access
[ 2.361107] PCI: Dell System detected, enabling pci=bfsort.
[ 2.375541] Kprobes globally optimized
[ 2.380117] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 2.386106] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 2.410552] raid6: avx512x4 gen() 18928 MB/s
[ 2.431778] raid6: avx512x4 xor() 8515 MB/s
[ 2.452772] raid6: avx512x2 gen() 19042 MB/s
[ 2.473779] raid6: avx512x2 xor() 33846 MB/s
[ 2.494775] raid6: avx512x1 gen() 18864 MB/s
[ 2.515782] raid6: avx512x1 xor() 29917 MB/s
[ 2.536646] raid6: avx2x4 gen() 18993 MB/s
[ 2.557783] raid6: avx2x4 xor() 7851 MB/s
[ 2.578773] raid6: avx2x2 gen() 18780 MB/s
[ 2.599785] raid6: avx2x2 xor() 23009 MB/s
[ 2.620771] raid6: avx2x1 gen() 14254 MB/s
[ 2.641777] raid6: avx2x1 xor() 21114 MB/s
[ 2.662781] raid6: sse2x4 gen() 13567 MB/s
[ 2.683776] raid6: sse2x4 xor() 8121 MB/s
[ 2.704631] raid6: sse2x2 gen() 14248 MB/s
[ 2.725779] raid6: sse2x2 xor() 8800 MB/s
[ 2.746782] raid6: sse2x1 gen() 13549 MB/s
[ 2.767781] raid6: sse2x1 xor() 7125 MB/s
[ 2.772100] raid6: using algorithm avx512x2 gen() 19042 MB/s
[ 2.778100] raid6: .... xor() 33846 MB/s, rmw enabled
[ 2.783100] raid6: using avx512x2 recovery algorithm
[ 2.788158] ACPI: Added _OSI(Module Device)
[ 2.792102] ACPI: Added _OSI(Processor Device)
[ 2.797100] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 2.801100] ACPI: Added _OSI(Processor Aggregator Device)
[ 2.807100] ACPI: Added _OSI(Linux-Dell-Video)
[ 2.811102] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 2.817101] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 2.878792] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 2.890166] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.899685] ACPI: Dynamic OEM Table Load:
[ 2.995341] ACPI: Interpreter enabled
[ 2.999114] ACPI: (supports S0 S5)
[ 3.002100] ACPI: Using IOAPIC for interrupt routing
[ 3.007117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.022554] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 3.063458] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
[ 3.069105] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.078165] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 3.085157] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 3.091100] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 3.100219] PCI host bridge to bus 0000:00
[ 3.104101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 3.111100] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
[ 3.118100] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.125100] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 3.133100] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
[ 3.140107] pci_bus 0000:00: root bus resource [mem 0x90000000-0x9d7fffff window]
[ 3.148101] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x383fffffffff window]
[ 3.156100] pci_bus 0000:00: root bus resource [bus 00-16]
[ 3.162118] pci 0000:00:00.0: [8086:2020] type 00 class 0x060000
[ 3.168632] pci 0000:00:05.0: [8086:2024] type 00 class 0x088000
[ 3.174582] pci 0000:00:05.2: [8086:2025] type 00 class 0x088000
[ 3.181571] pci 0000:00:05.4: [8086:2026] type 00 class 0x080020
[ 3.188106] pci 0000:00:05.4: reg 0x10: [mem 0x93020000-0x93020fff]
[ 3.194572] pci 0000:00:08.0: [8086:2014] type 00 class 0x088000
[ 3.200564] pci 0000:00:08.1: [8086:2015] type 00 class 0x110100
[ 3.207546] pci 0000:00:08.2: [8086:2016] type 00 class 0x088000
[ 3.214576] pci 0000:00:11.0: [8086:a1ec] type 00 class 0xff0000
[ 3.220101] pci 0000:00:11.0: device has non-compliant BARs; disabling IO/MEM decoding
[ 3.228590] pci 0000:00:11.5: [8086:a1d2] type 00 class 0x010601
[ 3.235110] pci 0000:00:11.5: reg 0x10: [mem 0x93016000-0x93017fff]
[ 3.241105] pci 0000:00:11.5: reg 0x14: [mem 0x9301f000-0x9301f0ff]
[ 3.247105] pci 0000:00:11.5: reg 0x18: [io 0x2068-0x206f]
[ 3.253105] pci 0000:00:11.5: reg 0x1c: [io 0x2074-0x2077]
[ 3.259105] pci 0000:00:11.5: reg 0x20: [io 0x2040-0x205f]
[ 3.264105] pci 0000:00:11.5: reg 0x24: [mem 0x92f80000-0x92ffffff]
[ 3.271133] pci 0000:00:11.5: PME# supported from D3hot
[ 3.276586] pci 0000:00:14.0: [8086:a1af] type 00 class 0x0c0330
[ 3.282116] pci 0000:00:14.0: reg 0x10: [mem 0x93000000-0x9300ffff 64bit]
[ 3.289156] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 3.295587] pci 0000:00:14.2: [8086:a1b1] type 00 class 0x118000
[ 3.302115] pci 0000:00:14.2: reg 0x10: [mem 0x9301c000-0x9301cfff 64bit]
[ 3.309625] pci 0000:00:16.0: [8086:a1ba] type 00 class 0x078000
[ 3.315120] pci 0000:00:16.0: reg 0x10: [mem 0x9301b000-0x9301bfff 64bit]
[ 3.322175] pci 0000:00:16.0: PME# supported from D3hot
[ 3.328564] pci 0000:00:16.1: [8086:a1bb] type 00 class 0x078000
[ 3.334120] pci 0000:00:16.1: reg 0x10: [mem 0x9301a000-0x9301afff 64bit]
[ 3.341176] pci 0000:00:16.1: PME# supported from D3hot
[ 3.346573] pci 0000:00:16.4: [8086:a1be] type 00 class 0x078000
[ 3.353121] pci 0000:00:16.4: reg 0x10: [mem 0x93019000-0x93019fff 64bit]
[ 3.360176] pci 0000:00:16.4: PME# supported from D3hot
[ 3.365568] pci 0000:00:17.0: [8086:a182] type 00 class 0x010601
[ 3.372110] pci 0000:00:17.0: reg 0x10: [mem 0x93014000-0x93015fff]
[ 3.378105] pci 0000:00:17.0: reg 0x14: [mem 0x9301e000-0x9301e0ff]
[ 3.384105] pci 0000:00:17.0: reg 0x18: [io 0x2060-0x2067]
[ 3.390105] pci 0000:00:17.0: reg 0x1c: [io 0x2070-0x2073]
[ 3.396105] pci 0000:00:17.0: reg 0x20: [io 0x2020-0x203f]
[ 3.401106] pci 0000:00:17.0: reg 0x24: [mem 0x92f00000-0x92f7ffff]
[ 3.408133] pci 0000:00:17.0: PME# supported from D3hot
[ 3.413588] pci 0000:00:1c.0: [8086:a190] type 01 class 0x060400
[ 3.420160] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.426603] pci 0000:00:1c.4: [8086:a194] type 01 class 0x060400
[ 3.432159] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 3.439611] pci 0000:00:1c.5: [8086:a195] type 01 class 0x060400
[ 3.445161] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 3.451614] pci 0000:00:1f.0: [8086:a1c1] type 00 class 0x060100
[ 3.458668] pci 0000:00:1f.2: [8086:a1a1] type 00 class 0x058000
[ 3.465112] pci 0000:00:1f.2: reg 0x10: [mem 0x93010000-0x93013fff]
[ 3.471614] pci 0000:00:1f.4: [8086:a1a3] type 00 class 0x0c0500
[ 3.478117] pci 0000:00:1f.4: reg 0x10: [mem 0x93018000-0x930180ff 64bit]
[ 3.484119] pci 0000:00:1f.4: reg 0x20: [io 0x2000-0x201f]
[ 3.490568] pci 0000:00:1f.5: [8086:a1a4] type 00 class 0x0c8000
[ 3.497113] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 3.503622] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.509103] pci 0000:00:1c.0: bridge window [mem 0x92a00000-0x92dfffff]
[ 3.515142] pci 0000:02:00.0: [1556:be00] type 01 class 0x060400
[ 3.525123] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[ 3.530103] pci 0000:00:1c.4: bridge window [mem 0x92000000-0x928fffff]
[ 3.537103] pci 0000:00:1c.4: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 3.545129] pci_bus 0000:03: extended config space not accessible
[ 3.551118] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
[ 3.557117] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91ffffff pref]
[ 3.564109] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
[ 3.570109] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
[ 3.576230] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 3.581107] pci 0000:02:00.0: bridge window [mem 0x92000000-0x928fffff]
[ 3.588105] pci 0000:02:00.0: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 3.596156] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
[ 3.602121] pci 0000:04:00.0: reg 0x10: [mem 0x92e30000-0x92e3ffff 64bit pref]
[ 3.610114] pci 0000:04:00.0: reg 0x18: [mem 0x92e40000-0x92e4ffff 64bit pref]
[ 3.617113] pci 0000:04:00.0: reg 0x20: [mem 0x92e50000-0x92e5ffff 64bit pref]
[ 3.624109] pci 0000:04:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 3.631190] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 3.637144] pci 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[ 3.652198] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000
[ 3.658121] pci 0000:04:00.1: reg 0x10: [mem 0x92e00000-0x92e0ffff 64bit pref]
[ 3.666113] pci 0000:04:00.1: reg 0x18: [mem 0x92e10000-0x92e1ffff 64bit pref]
[ 3.673113] pci 0000:04:00.1: reg 0x20: [mem 0x92e20000-0x92e2ffff 64bit pref]
[ 3.680108] pci 0000:04:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 3.687190] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[ 3.693212] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 3.699105] pci 0000:00:1c.5: bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[ 3.706111] pci_bus 0000:00: on NUMA node 0
[ 3.706346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.714161] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *6 10 11 12 14 15)
[ 3.721160] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 3.728158] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.735157] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.742157] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 10 11 12 14 15)
[ 3.749157] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 3.756158] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.763366] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 17-39])
[ 3.769102] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.778177] acpi PNP0A08:01: _OSC: platform does not support [LTR]
[ 3.784168] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[ 3.791100] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 3.799124] PCI host bridge to bus 0000:17
[ 3.804101] pci_bus 0000:17: root bus resource [io 0x4000-0x5fff window]
[ 3.811100] pci_bus 0000:17: root bus resource [mem 0x9d800000-0xaaffffff window]
[ 3.818100] pci_bus 0000:17: root bus resource [mem 0x384000000000-0x387fffffffff window]
[ 3.826100] pci_bus 0000:17: root bus resource [bus 17-39]
[ 3.832110] pci 0000:17:05.0: [8086:2034] type 00 class 0x088000
[ 3.838174] pci 0000:17:05.2: [8086:2035] type 00 class 0x088000
[ 3.850176] pci 0000:17:05.4: [8086:2036] type 00 class 0x080020
[ 3.856105] pci 0000:17:05.4: reg 0x10: [mem 0x9d800000-0x9d800fff]
[ 3.863170] pci 0000:17:08.0: [8086:208d] type 00 class 0x088000
[ 3.869160] pci 0000:17:08.1: [8086:208d] type 00 class 0x088000
[ 3.875144] pci 0000:17:08.2: [8086:208d] type 00 class 0x088000
[ 3.881142] pci 0000:17:08.3: [8086:208d] type 00 class 0x088000
[ 3.887144] pci 0000:17:08.4: [8086:208d] type 00 class 0x088000
[ 3.893144] pci 0000:17:08.5: [8086:208d] type 00 class 0x088000
[ 3.899143] pci 0000:17:08.6: [8086:208d] type 00 class 0x088000
[ 3.905144] pci 0000:17:08.7: [8086:208d] type 00 class 0x088000
[ 3.912144] pci 0000:17:09.0: [8086:208d] type 00 class 0x088000
[ 3.918158] pci 0000:17:09.1: [8086:208d] type 00 class 0x088000
[ 3.924145] pci 0000:17:09.2: [8086:208d] type 00 class 0x088000
[ 3.930142] pci 0000:17:09.3: [8086:208d] type 00 class 0x088000
[ 3.936143] pci 0000:17:09.4: [8086:208d] type 00 class 0x088000
[ 3.942142] pci 0000:17:09.5: [8086:208d] type 00 class 0x088000
[ 3.948142] pci 0000:17:09.6: [8086:208d] type 00 class 0x088000
[ 3.954141] pci 0000:17:09.7: [8086:208d] type 00 class 0x088000
[ 3.961141] pci 0000:17:0a.0: [8086:208d] type 00 class 0x088000
[ 3.967152] pci 0000:17:0a.1: [8086:208d] type 00 class 0x088000
[ 3.973144] pci 0000:17:0a.2: [8086:208d] type 00 class 0x088000
[ 3.979147] pci 0000:17:0a.3: [8086:208d] type 00 class 0x088000
[ 3.985143] pci 0000:17:0a.4: [8086:208d] type 00 class 0x088000
[ 3.991144] pci 0000:17:0a.5: [8086:208d] type 00 class 0x088000
[ 3.997144] pci 0000:17:0a.6: [8086:208d] type 00 class 0x088000
[ 4.003145] pci 0000:17:0a.7: [8086:208d] type 00 class 0x088000
[ 4.009142] pci 0000:17:0b.0: [8086:208d] type 00 class 0x088000
[ 4.016157] pci 0000:17:0b.1: [8086:208d] type 00 class 0x088000
[ 4.022144] pci 0000:17:0b.2: [8086:208d] type 00 class 0x088000
[ 4.028143] pci 0000:17:0b.3: [8086:208d] type 00 class 0x088000
[ 4.034146] pci 0000:17:0e.0: [8086:208e] type 00 class 0x088000
[ 4.040154] pci 0000:17:0e.1: [8086:208e] type 00 class 0x088000
[ 4.046144] pci 0000:17:0e.2: [8086:208e] type 00 class 0x088000
[ 4.052144] pci 0000:17:0e.3: [8086:208e] type 00 class 0x088000
[ 4.058144] pci 0000:17:0e.4: [8086:208e] type 00 class 0x088000
[ 4.065141] pci 0000:17:0e.5: [8086:208e] type 00 class 0x088000
[ 4.071142] pci 0000:17:0e.6: [8086:208e] type 00 class 0x088000
[ 4.077143] pci 0000:17:0e.7: [8086:208e] type 00 class 0x088000
[ 4.083142] pci 0000:17:0f.0: [8086:208e] type 00 class 0x088000
[ 4.089155] pci 0000:17:0f.1: [8086:208e] type 00 class 0x088000
[ 4.095143] pci 0000:17:0f.2: [8086:208e] type 00 class 0x088000
[ 4.101144] pci 0000:17:0f.3: [8086:208e] type 00 class 0x088000
[ 4.107145] pci 0000:17:0f.4: [8086:208e] type 00 class 0x088000
[ 4.114146] pci 0000:17:0f.5: [8086:208e] type 00 class 0x088000
[ 4.120143] pci 0000:17:0f.6: [8086:208e] type 00 class 0x088000
[ 4.126143] pci 0000:17:0f.7: [8086:208e] type 00 class 0x088000
[ 4.132144] pci 0000:17:10.0: [8086:208e] type 00 class 0x088000
[ 4.138153] pci 0000:17:10.1: [8086:208e] type 00 class 0x088000
[ 4.144143] pci 0000:17:10.2: [8086:208e] type 00 class 0x088000
[ 4.150144] pci 0000:17:10.3: [8086:208e] type 00 class 0x088000
[ 4.156142] pci 0000:17:10.4: [8086:208e] type 00 class 0x088000
[ 4.162143] pci 0000:17:10.5: [8086:208e] type 00 class 0x088000
[ 4.169143] pci 0000:17:10.6: [8086:208e] type 00 class 0x088000
[ 4.175143] pci 0000:17:10.7: [8086:208e] type 00 class 0x088000
[ 4.181144] pci 0000:17:11.0: [8086:208e] type 00 class 0x088000
[ 4.187154] pci 0000:17:11.1: [8086:208e] type 00 class 0x088000
[ 4.193142] pci 0000:17:11.2: [8086:208e] type 00 class 0x088000
[ 4.199143] pci 0000:17:11.3: [8086:208e] type 00 class 0x088000
[ 4.205152] pci 0000:17:1d.0: [8086:2054] type 00 class 0x088000
[ 4.211157] pci 0000:17:1d.1: [8086:2055] type 00 class 0x088000
[ 4.218143] pci 0000:17:1d.2: [8086:2056] type 00 class 0x088000
[ 4.224145] pci 0000:17:1d.3: [8086:2057] type 00 class 0x088000
[ 4.230148] pci 0000:17:1e.0: [8086:2080] type 00 class 0x088000
[ 4.236153] pci 0000:17:1e.1: [8086:2081] type 00 class 0x088000
[ 4.242144] pci 0000:17:1e.2: [8086:2082] type 00 class 0x088000
[ 4.248147] pci 0000:17:1e.3: [8086:2083] type 00 class 0x088000
[ 4.254148] pci 0000:17:1e.4: [8086:2084] type 00 class 0x088000
[ 4.260143] pci 0000:17:1e.5: [8086:2085] type 00 class 0x088000
[ 4.267144] pci 0000:17:1e.6: [8086:2086] type 00 class 0x088000
[ 4.273145] pci_bus 0000:17: on NUMA node 0
[ 4.273233] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 3a-5c])
[ 4.279102] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.288177] acpi PNP0A08:02: _OSC: platform does not support [LTR]
[ 4.294170] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[ 4.301100] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.310127] PCI host bridge to bus 0000:3a
[ 4.314101] pci_bus 0000:3a: root bus resource [io 0x6000-0x7fff window]
[ 4.321101] pci_bus 0000:3a: root bus resource [mem 0xab000000-0xb87fffff window]
[ 4.328100] pci_bus 0000:3a: root bus resource [mem 0x388000000000-0x38bfffffffff window]
[ 4.336100] pci_bus 0000:3a: root bus resource [bus 3a-5c]
[ 4.342109] pci 0000:3a:05.0: [8086:2034] type 00 class 0x088000
[ 4.348164] pci 0000:3a:05.2: [8086:2035] type 00 class 0x088000
[ 4.354160] pci 0000:3a:05.4: [8086:2036] type 00 class 0x080020
[ 4.360105] pci 0000:3a:05.4: reg 0x10: [mem 0xab000000-0xab000fff]
[ 4.367164] pci 0000:3a:08.0: [8086:2066] type 00 class 0x088000
[ 4.373161] pci 0000:3a:09.0: [8086:2066] type 00 class 0x088000
[ 4.379163] pci 0000:3a:0a.0: [8086:2040] type 00 class 0x088000
[ 4.385162] pci 0000:3a:0a.1: [8086:2041] type 00 class 0x088000
[ 4.391155] pci 0000:3a:0a.2: [8086:2042] type 00 class 0x088000
[ 4.397150] pci 0000:3a:0a.3: [8086:2043] type 00 class 0x088000
[ 4.403150] pci 0000:3a:0a.4: [8086:2044] type 00 class 0x088000
[ 4.410150] pci 0000:3a:0a.5: [8086:2045] type 00 class 0x088000
[ 4.416150] pci 0000:3a:0a.6: [8086:2046] type 00 class 0x088000
[ 4.422150] pci 0000:3a:0a.7: [8086:2047] type 00 class 0x088000
[ 4.428151] pci 0000:3a:0b.0: [8086:2048] type 00 class 0x088000
[ 4.434160] pci 0000:3a:0b.1: [8086:2049] type 00 class 0x088000
[ 4.440152] pci 0000:3a:0b.2: [8086:204a] type 00 class 0x088000
[ 4.446153] pci 0000:3a:0b.3: [8086:204b] type 00 class 0x088000
[ 4.452160] pci 0000:3a:0c.0: [8086:2040] type 00 class 0x088000
[ 4.459163] pci 0000:3a:0c.1: [8086:2041] type 00 class 0x088000
[ 4.465154] pci 0000:3a:0c.2: [8086:2042] type 00 class 0x088000
[ 4.471154] pci 0000:3a:0c.3: [8086:2043] type 00 class 0x088000
[ 4.477153] pci 0000:3a:0c.4: [8086:2044] type 00 class 0x088000
[ 4.483152] pci 0000:3a:0c.5: [8086:2045] type 00 class 0x088000
[ 4.489154] pci 0000:3a:0c.6: [8086:2046] type 00 class 0x088000
[ 4.495151] pci 0000:3a:0c.7: [8086:2047] type 00 class 0x088000
[ 4.501151] pci 0000:3a:0d.0: [8086:2048] type 00 class 0x088000
[ 4.508163] pci 0000:3a:0d.1: [8086:2049] type 00 class 0x088000
[ 4.514151] pci 0000:3a:0d.2: [8086:204a] type 00 class 0x088000
[ 4.520152] pci 0000:3a:0d.3: [8086:204b] type 00 class 0x088000
[ 4.526158] pci_bus 0000:3a: on NUMA node 0
[ 4.526226] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 5d-7f])
[ 4.532102] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.541176] acpi PNP0A08:03: _OSC: platform does not support [LTR]
[ 4.548168] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[ 4.555101] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.563143] PCI host bridge to bus 0000:5d
[ 4.567100] pci_bus 0000:5d: root bus resource [io 0x8000-0x9fff window]
[ 4.574100] pci_bus 0000:5d: root bus resource [mem 0xb8800000-0xc5ffffff window]
[ 4.581100] pci_bus 0000:5d: root bus resource [mem 0x38c000000000-0x38ffffffffff window]
[ 4.590103] pci_bus 0000:5d: root bus resource [bus 5d-7f]
[ 4.595117] pci 0000:5d:00.0: [8086:2030] type 01 class 0x060400
[ 4.601152] pci 0000:5d:00.0: PME# supported from D0 D3hot D3cold
[ 4.607203] pci 0000:5d:02.0: [8086:2032] type 01 class 0x060400
[ 4.614151] pci 0000:5d:02.0: PME# supported from D0 D3hot D3cold
[ 4.620196] pci 0000:5d:05.0: [8086:2034] type 00 class 0x088000
[ 4.626166] pci 0000:5d:05.2: [8086:2035] type 00 class 0x088000
[ 4.632164] pci 0000:5d:05.4: [8086:2036] type 00 class 0x080020
[ 4.638106] pci 0000:5d:05.4: reg 0x10: [mem 0xbb300000-0xbb300fff]
[ 4.645172] pci 0000:5d:0e.0: [8086:2058] type 00 class 0x110100
[ 4.651160] pci 0000:5d:0e.1: [8086:2059] type 00 class 0x088000
[ 4.657152] pci 0000:5d:0f.0: [8086:2058] type 00 class 0x110100
[ 4.663161] pci 0000:5d:0f.1: [8086:2059] type 00 class 0x088000
[ 4.669151] pci 0000:5d:10.0: [8086:2058] type 00 class 0x110100
[ 4.675152] pci 0000:5d:10.1: [8086:2059] type 00 class 0x088000
[ 4.681146] pci 0000:5d:12.0: [8086:204c] type 00 class 0x110100
[ 4.688157] pci 0000:5d:12.1: [8086:204d] type 00 class 0x110100
[ 4.694140] pci 0000:5d:12.2: [8086:204e] type 00 class 0x088000
[ 4.700138] pci 0000:5d:12.4: [8086:204c] type 00 class 0x110100
[ 4.706149] pci 0000:5d:12.5: [8086:204d] type 00 class 0x110100
[ 4.712138] pci 0000:5d:15.0: [8086:2018] type 00 class 0x088000
[ 4.718148] pci 0000:5d:15.1: [8086:2088] type 00 class 0x110100
[ 4.724141] pci 0000:5d:16.0: [8086:2018] type 00 class 0x088000
[ 4.730149] pci 0000:5d:16.1: [8086:2088] type 00 class 0x110100
[ 4.736138] pci 0000:5d:16.4: [8086:2018] type 00 class 0x088000
[ 4.743139] pci 0000:5d:16.5: [8086:2088] type 00 class 0x110100
[ 4.749141] pci 0000:5d:17.0: [8086:2018] type 00 class 0x088000
[ 4.755148] pci 0000:5d:17.1: [8086:2088] type 00 class 0x110100
[ 4.761173] pci 0000:5e:00.0: [1000:0097] type 00 class 0x010700
[ 4.767107] pci 0000:5e:00.0: reg 0x10: [io 0x8000-0x80ff]
[ 4.773106] pci 0000:5e:00.0: reg 0x14: [mem 0xbb200000-0xbb20ffff 64bit]
[ 4.780106] pci 0000:5e:00.0: reg 0x1c: [mem 0xbb100000-0xbb1fffff 64bit]
[ 4.786107] pci 0000:5e:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref]
[ 4.793104] pci 0000:5e:00.0: enabling Extended Tags
[ 4.798183] pci 0000:5e:00.0: supports D1 D2
[ 4.803121] pci 0000:5e:00.0: reg 0x174: [mem 0x00000000-0x0000ffff 64bit]
[ 4.810103] pci 0000:5e:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 16 VFs)
[ 4.820105] pci 0000:5e:00.0: reg 0x17c: [mem 0x00000000-0x000fffff 64bit]
[ 4.826101] pci 0000:5e:00.0: VF(n) BAR2 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR2 for 16 VFs)
[ 4.836141] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[ 4.841102] pci 0000:5d:00.0: bridge window [io 0x8000-0x8fff]
[ 4.848101] pci 0000:5d:00.0: bridge window [mem 0xbb100000-0xbb2fffff]
[ 4.855187] pci 0000:5f:00.0: [8086:1572] type 00 class 0x020000
[ 4.861125] pci 0000:5f:00.0: reg 0x10: [mem 0xba000000-0xbaffffff 64bit pref]
[ 4.868116] pci 0000:5f:00.0: reg 0x1c: [mem 0xbb008000-0xbb00ffff 64bit pref]
[ 4.875109] pci 0000:5f:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 4.882154] pci 0000:5f:00.0: PME# supported from D0 D3hot D3cold
[ 4.888168] pci 0000:5f:00.1: [8086:1572] type 00 class 0x020000
[ 4.894111] pci 0000:5f:00.1: reg 0x10: [mem 0xb9000000-0xb9ffffff 64bit pref]
[ 4.908114] pci 0000:5f:00.1: reg 0x1c: [mem 0xbb000000-0xbb007fff 64bit pref]
[ 4.915110] pci 0000:5f:00.1: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 4.922147] pci 0000:5f:00.1: PME# supported from D0 D3hot D3cold
[ 4.928156] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[ 4.933104] pci 0000:5d:02.0: bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 4.941110] pci_bus 0000:5d: on NUMA node 0
[ 4.941276] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus 80-84])
[ 4.947102] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.956179] acpi PNP0A08:06: _OSC: platform does not support [LTR]
[ 4.963168] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[ 4.970100] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.978132] acpi PNP0A08:06: host bridge window [io 0x0000 window] (ignored, not CPU addressable)
[ 4.987131] PCI host bridge to bus 0000:80
[ 4.991101] pci_bus 0000:80: root bus resource [mem 0xc6000000-0xd37fffff window]
[ 4.999100] pci_bus 0000:80: root bus resource [mem 0x390000000000-0x393fffffffff window]
[ 5.007100] pci_bus 0000:80: root bus resource [bus 80-84]
[ 5.013118] pci 0000:80:05.0: [8086:2024] type 00 class 0x088000
[ 5.019176] pci 0000:80:05.2: [8086:2025] type 00 class 0x088000
[ 5.025161] pci 0000:80:05.4: [8086:2026] type 00 class 0x080020
[ 5.031105] pci 0000:80:05.4: reg 0x10: [mem 0xc6000000-0xc6000fff]
[ 5.037161] pci 0000:80:08.0: [8086:2014] type 00 class 0x088000
[ 5.043160] pci 0000:80:08.1: [8086:2015] type 00 class 0x110100
[ 5.050139] pci 0000:80:08.2: [8086:2016] type 00 class 0x088000
[ 5.056148] pci_bus 0000:80: on NUMA node 1
[ 5.056218] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus 85-ad])
[ 5.062101] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.071174] acpi PNP0A08:07: _OSC: platform does not support [LTR]
[ 5.077167] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[ 5.084100] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.092143] PCI host bridge to bus 0000:85
[ 5.097100] pci_bus 0000:85: root bus resource [io 0xa000-0xbfff window]
[ 5.104100] pci_bus 0000:85: root bus resource [mem 0xd3800000-0xe0ffffff window]
[ 5.111101] pci_bus 0000:85: root bus resource [mem 0x394000000000-0x397fffffffff window]
[ 5.119100] pci_bus 0000:85: root bus resource [bus 85-ad]
[ 5.125109] pci 0000:85:05.0: [8086:2034] type 00 class 0x088000
[ 5.131171] pci 0000:85:05.2: [8086:2035] type 00 class 0x088000
[ 5.137164] pci 0000:85:05.4: [8086:2036] type 00 class 0x080020
[ 5.143105] pci 0000:85:05.4: reg 0x10: [mem 0xd3800000-0xd3800fff]
[ 5.150163] pci 0000:85:08.0: [8086:208d] type 00 class 0x088000
[ 5.156157] pci 0000:85:08.1: [8086:208d] type 00 class 0x088000
[ 5.162141] pci 0000:85:08.2: [8086:208d] type 00 class 0x088000
[ 5.168141] pci 0000:85:08.3: [8086:208d] type 00 class 0x088000
[ 5.174143] pci 0000:85:08.4: [8086:208d] type 00 class 0x088000
[ 5.180142] pci 0000:85:08.5: [8086:208d] type 00 class 0x088000
[ 5.187140] pci 0000:85:08.6: [8086:208d] type 00 class 0x088000
[ 5.193141] pci 0000:85:08.7: [8086:208d] type 00 class 0x088000
[ 5.199139] pci 0000:85:09.0: [8086:208d] type 00 class 0x088000
[ 5.205150] pci 0000:85:09.1: [8086:208d] type 00 class 0x088000
[ 5.211140] pci 0000:85:09.2: [8086:208d] type 00 class 0x088000
[ 5.217140] pci 0000:85:09.3: [8086:208d] type 00 class 0x088000
[ 5.223141] pci 0000:85:09.4: [8086:208d] type 00 class 0x088000
[ 5.229139] pci 0000:85:09.5: [8086:208d] type 00 class 0x088000
[ 5.235140] pci 0000:85:09.6: [8086:208d] type 00 class 0x088000
[ 5.242139] pci 0000:85:09.7: [8086:208d] type 00 class 0x088000
[ 5.248140] pci 0000:85:0a.0: [8086:208d] type 00 class 0x088000
[ 5.254150] pci 0000:85:0a.1: [8086:208d] type 00 class 0x088000
[ 5.260143] pci 0000:85:0a.2: [8086:208d] type 00 class 0x088000
[ 5.266143] pci 0000:85:0a.3: [8086:208d] type 00 class 0x088000
[ 5.272140] pci 0000:85:0a.4: [8086:208d] type 00 class 0x088000
[ 5.278139] pci 0000:85:0a.5: [8086:208d] type 00 class 0x088000
[ 5.284142] pci 0000:85:0a.6: [8086:208d] type 00 class 0x088000
[ 5.290142] pci 0000:85:0a.7: [8086:208d] type 00 class 0x088000
[ 5.297139] pci 0000:85:0b.0: [8086:208d] type 00 class 0x088000
[ 5.303153] pci 0000:85:0b.1: [8086:208d] type 00 class 0x088000
[ 5.309140] pci 0000:85:0b.2: [8086:208d] type 00 class 0x088000
[ 5.315140] pci 0000:85:0b.3: [8086:208d] type 00 class 0x088000
[ 5.321142] pci 0000:85:0e.0: [8086:208e] type 00 class 0x088000
[ 5.327148] pci 0000:85:0e.1: [8086:208e] type 00 class 0x088000
[ 5.333140] pci 0000:85:0e.2: [8086:208e] type 00 class 0x088000
[ 5.339138] pci 0000:85:0e.3: [8086:208e] type 00 class 0x088000
[ 5.346138] pci 0000:85:0e.4: [8086:208e] type 00 class 0x088000
[ 5.352139] pci 0000:85:0e.5: [8086:208e] type 00 class 0x088000
[ 5.358139] pci 0000:85:0e.6: [8086:208e] type 00 class 0x088000
[ 5.364139] pci 0000:85:0e.7: [8086:208e] type 00 class 0x088000
[ 5.370140] pci 0000:85:0f.0: [8086:208e] type 00 class 0x088000
[ 5.376156] pci 0000:85:0f.1: [8086:208e] type 00 class 0x088000
[ 5.382141] pci 0000:85:0f.2: [8086:208e] type 00 class 0x088000
[ 5.389142] pci 0000:85:0f.3: [8086:208e] type 00 class 0x088000
[ 5.395142] pci 0000:85:0f.4: [8086:208e] type 00 class 0x088000
[ 5.401142] pci 0000:85:0f.5: [8086:208e] type 00 class 0x088000
[ 5.407139] pci 0000:85:0f.6: [8086:208e] type 00 class 0x088000
[ 5.413143] pci 0000:85:0f.7: [8086:208e] type 00 class 0x088000
[ 5.419141] pci 0000:85:10.0: [8086:208e] type 00 class 0x088000
[ 5.425151] pci 0000:85:10.1: [8086:208e] type 00 class 0x088000
[ 5.431140] pci 0000:85:10.2: [8086:208e] type 00 class 0x088000
[ 5.437139] pci 0000:85:10.3: [8086:208e] type 00 class 0x088000
[ 5.444139] pci 0000:85:10.4: [8086:208e] type 00 class 0x088000
[ 5.450140] pci 0000:85:10.5: [8086:208e] type 00 class 0x088000
[ 5.456140] pci 0000:85:10.6: [8086:208e] type 00 class 0x088000
[ 5.462139] pci 0000:85:10.7: [8086:208e] type 00 class 0x088000
[ 5.468140] pci 0000:85:11.0: [8086:208e] type 00 class 0x088000
[ 5.474150] pci 0000:85:11.1: [8086:208e] type 00 class 0x088000
[ 5.480140] pci 0000:85:11.2: [8086:208e] type 00 class 0x088000
[ 5.486140] pci 0000:85:11.3: [8086:208e] type 00 class 0x088000
[ 5.492148] pci 0000:85:1d.0: [8086:2054] type 00 class 0x088000
[ 5.499155] pci 0000:85:1d.1: [8086:2055] type 00 class 0x088000
[ 5.505140] pci 0000:85:1d.2: [8086:2056] type 00 class 0x088000
[ 5.511142] pci 0000:85:1d.3: [8086:2057] type 00 class 0x088000
[ 5.517145] pci 0000:85:1e.0: [8086:2080] type 00 class 0x088000
[ 5.523149] pci 0000:85:1e.1: [8086:2081] type 00 class 0x088000
[ 5.529140] pci 0000:85:1e.2: [8086:2082] type 00 class 0x088000
[ 5.535143] pci 0000:85:1e.3: [8086:2083] type 00 class 0x088000
[ 5.541142] pci 0000:85:1e.4: [8086:2084] type 00 class 0x088000
[ 5.548141] pci 0000:85:1e.5: [8086:2085] type 00 class 0x088000
[ 5.554142] pci 0000:85:1e.6: [8086:2086] type 00 class 0x088000
[ 5.560140] pci_bus 0000:85: on NUMA node 1
[ 5.560237] ACPI: PCI Root Bridge [PC08] (domain 0000 [bus ae-d6])
[ 5.566102] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.575177] acpi PNP0A08:08: _OSC: platform does not support [LTR]
[ 5.582168] acpi PNP0A08:08: _OSC: OS now controls [PME PCIeCapability]
[ 5.589100] acpi PNP0A08:08: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.597145] PCI host bridge to bus 0000:ae
[ 5.601101] pci_bus 0000:ae: root bus resource [io 0xc000-0xdfff window]
[ 5.608100] pci_bus 0000:ae: root bus resource [mem 0xe1000000-0xee7fffff window]
[ 5.615100] pci_bus 0000:ae: root bus resource [mem 0x398000000000-0x39bfffffffff window]
[ 5.624100] pci_bus 0000:ae: root bus resource [bus ae-d6]
[ 5.629109] pci 0000:ae:05.0: [8086:2034] type 00 class 0x088000
[ 5.635163] pci 0000:ae:05.2: [8086:2035] type 00 class 0x088000
[ 5.641157] pci 0000:ae:05.4: [8086:2036] type 00 class 0x080020
[ 5.648105] pci 0000:ae:05.4: reg 0x10: [mem 0xe1000000-0xe1000fff]
[ 5.654160] pci 0000:ae:08.0: [8086:2066] type 00 class 0x088000
[ 5.660159] pci 0000:ae:09.0: [8086:2066] type 00 class 0x088000
[ 5.666156] pci 0000:ae:0a.0: [8086:2040] type 00 class 0x088000
[ 5.672154] pci 0000:ae:0a.1: [8086:2041] type 00 class 0x088000
[ 5.678148] pci 0000:ae:0a.2: [8086:2042] type 00 class 0x088000
[ 5.685147] pci 0000:ae:0a.3: [8086:2043] type 00 class 0x088000
[ 5.691149] pci 0000:ae:0a.4: [8086:2044] type 00 class 0x088000
[ 5.697147] pci 0000:ae:0a.5: [8086:2045] type 00 class 0x088000
[ 5.703147] pci 0000:ae:0a.6: [8086:2046] type 00 class 0x088000
[ 5.709146] pci 0000:ae:0a.7: [8086:2047] type 00 class 0x088000
[ 5.715147] pci 0000:ae:0b.0: [8086:2048] type 00 class 0x088000
[ 5.721157] pci 0000:ae:0b.1: [8086:2049] type 00 class 0x088000
[ 5.727145] pci 0000:ae:0b.2: [8086:204a] type 00 class 0x088000
[ 5.734147] pci 0000:ae:0b.3: [8086:204b] type 00 class 0x088000
[ 5.740149] pci 0000:ae:0c.0: [8086:2040] type 00 class 0x088000
[ 5.746157] pci 0000:ae:0c.1: [8086:2041] type 00 class 0x088000
[ 5.752148] pci 0000:ae:0c.2: [8086:2042] type 00 class 0x088000
[ 5.758147] pci 0000:ae:0c.3: [8086:2043] type 00 class 0x088000
[ 5.764146] pci 0000:ae:0c.4: [8086:2044] type 00 class 0x088000
[ 5.770147] pci 0000:ae:0c.5: [8086:2045] type 00 class 0x088000
[ 5.776149] pci 0000:ae:0c.6: [8086:2046] type 00 class 0x088000
[ 5.783148] pci 0000:ae:0c.7: [8086:2047] type 00 class 0x088000
[ 5.789147] pci 0000:ae:0d.0: [8086:2048] type 00 class 0x088000
[ 5.795157] pci 0000:ae:0d.1: [8086:2049] type 00 class 0x088000
[ 5.801149] pci 0000:ae:0d.2: [8086:204a] type 00 class 0x088000
[ 5.807151] pci 0000:ae:0d.3: [8086:204b] type 00 class 0x088000
[ 5.813152] pci_bus 0000:ae: on NUMA node 1
[ 5.813227] ACPI: PCI Root Bridge [PC09] (domain 0000 [bus d7-ff])
[ 5.820101] acpi PNP0A08:09: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.829175] acpi PNP0A08:09: _OSC: platform does not support [LTR]
[ 5.835174] acpi PNP0A08:09: _OSC: OS now controls [PME PCIeCapability]
[ 5.842101] acpi PNP0A08:09: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.850144] PCI host bridge to bus 0000:d7
[ 5.854100] pci_bus 0000:d7: root bus resource [io 0xe000-0xffff window]
[ 5.861100] pci_bus 0000:d7: root bus resource [mem 0xee800000-0xfbffffff window]
[ 5.869100] pci_bus 0000:d7: root bus resource [mem 0x39c000000000-0x39ffffffffff window]
[ 5.877101] pci_bus 0000:d7: root bus resource [bus d7-ff]
[ 5.882111] pci 0000:d7:05.0: [8086:2034] type 00 class 0x088000
[ 5.889164] pci 0000:d7:05.2: [8086:2035] type 00 class 0x088000
[ 5.895159] pci 0000:d7:05.4: [8086:2036] type 00 class 0x080020
[ 5.901105] pci 0000:d7:05.4: reg 0x10: [mem 0xee800000-0xee800fff]
[ 5.907167] pci 0000:d7:0e.0: [8086:2058] type 00 class 0x110100
[ 5.913161] pci 0000:d7:0e.1: [8086:2059] type 00 class 0x088000
[ 5.919146] pci 0000:d7:0f.0: [8086:2058] type 00 class 0x110100
[ 5.926156] pci 0000:d7:0f.1: [8086:2059] type 00 class 0x088000
[ 5.938145] pci 0000:d7:10.0: [8086:2058] type 00 class 0x110100
[ 5.944148] pci 0000:d7:10.1: [8086:2059] type 00 class 0x088000
[ 5.950141] pci 0000:d7:12.0: [8086:204c] type 00 class 0x110100
[ 5.956156] pci 0000:d7:12.1: [8086:204d] type 00 class 0x110100
[ 5.962137] pci 0000:d7:12.2: [8086:204e] type 00 class 0x088000
[ 5.968140] pci 0000:d7:12.4: [8086:204c] type 00 class 0x110100
[ 5.974147] pci 0000:d7:12.5: [8086:204d] type 00 class 0x110100
[ 5.980136] pci 0000:d7:15.0: [8086:2018] type 00 class 0x088000
[ 5.987145] pci 0000:d7:15.1: [8086:2088] type 00 class 0x110100
[ 5.993136] pci 0000:d7:16.0: [8086:2018] type 00 class 0x088000
[ 5.999147] pci 0000:d7:16.1: [8086:2088] type 00 class 0x110100
[ 6.005138] pci 0000:d7:16.4: [8086:2018] type 00 class 0x088000
[ 6.011134] pci 0000:d7:16.5: [8086:2088] type 00 class 0x110100
[ 6.017137] pci 0000:d7:17.0: [8086:2018] type 00 class 0x088000
[ 6.023147] pci 0000:d7:17.1: [8086:2088] type 00 class 0x110100
[ 6.029138] pci_bus 0000:d7: on NUMA node 1
[ 6.029583] iommu: Default domain type: Translated
[ 6.035120] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[ 6.036099] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 6.050157] pci 0000:03:00.0: vgaarb: bridge control possible
[ 6.056100] vgaarb: loaded
[ 6.058186] SCSI subsystem initialized
[ 6.062121] libata version 3.00 loaded.
[ 6.062126] ACPI: bus type USB registered
[ 6.066118] usbcore: registered new interface driver usbfs
[ 6.072107] usbcore: registered new interface driver hub
[ 6.077110] usbcore: registered new device driver usb
[ 6.083111] mc: Linux media interface: v0.10
[ 6.087104] videodev: Linux video capture interface: v2.00
[ 6.092104] pps_core: LinuxPPS API ver. 1 registered
[ 6.097100] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 6.107102] PTP clock support registered
[ 6.111246] PCI: Using ACPI for IRQ routing
[ 6.117941] PCI: pci_cache_line_size set to 64 bytes
[ 6.118190] Expanded resource Reserved due to conflict with PNP0003:00
[ 6.125101] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 6.125103] e820: reserve RAM buffer [mem 0x504b6000-0x53ffffff]
[ 6.125104] e820: reserve RAM buffer [mem 0x68bff000-0x6bffffff]
[ 6.125282] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 6.131101] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 6.139180] clocksource: Switched to clocksource tsc-early
[ 6.162016] VFS: Disk quotas dquot_6.6.0
[ 6.166049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 6.173037] FS-Cache: Loaded
[ 6.176072] CacheFiles: Loaded
[ 6.179246] pnp: PnP ACPI init
[ 6.185086] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 6.185237] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 6.191240] system 00:01: [io 0x0400-0x047f] has been reserved
[ 6.197251] system 00:01: [io 0x0600-0x061f] has been reserved
[ 6.203258] system 00:01: [io 0x0ca0-0x0ca5] has been reserved
[ 6.209269] system 00:01: [io 0x0880-0x0883] has been reserved
[ 6.215277] system 00:01: [io 0x0800-0x081f] has been reserved
[ 6.221486] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[ 6.228187] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[ 6.234889] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 6.241587] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 6.248292] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 6.254990] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 6.261692] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 6.268396] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 6.268577] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 6.268727] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 6.268868] system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
[ 6.275572] system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 6.282268] system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 6.288967] system 00:04: [mem 0xfe000000-0xfe00ffff] has been reserved
[ 6.295668] system 00:04: [mem 0xfe011000-0xfe01ffff] has been reserved
[ 6.302371] system 00:04: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 6.309071] system 00:04: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 6.315774] system 00:04: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 6.322475] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 6.322720] system 00:05: [io 0x1000-0x10fe] has been reserved
[ 6.328727] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 6.329215] pnp: PnP ACPI: found 6 devices
[ 6.339811] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 6.348817] NET: Registered protocol family 2
[ 6.353890] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 6.362930] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 6.372120] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 6.381171] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 6.388874] TCP: Hash tables configured (established 524288 bind 65536)
[ 6.395676] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 6.403099] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 6.410985] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[ 6.420989] pci 0000:04:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[ 6.431001] pci 0000:5e:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridge window
[ 6.441004] pci 0000:5f:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 6.451007] pci 0000:5f:00.1: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 6.461018] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 6.469295] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 6.480871] pci 0000:00:1c.0: BAR 15: assigned [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.489493] pci 0000:00:1c.5: BAR 14: assigned [mem 0x90000000-0x900fffff]
[ 6.496453] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 6.502721] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 6.507780] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 6.513965] pci 0000:00:1c.0: bridge window [mem 0x92a00000-0x92dfffff]
[ 6.520836] pci 0000:00:1c.0: bridge window [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.529372] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 6.534430] pci 0000:02:00.0: bridge window [mem 0x92000000-0x928fffff]
[ 6.541301] pci 0000:02:00.0: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.549148] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[ 6.554460] pci 0000:00:1c.4: bridge window [mem 0x92000000-0x928fffff]
[ 6.561447] pci 0000:00:1c.4: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.569290] pci 0000:04:00.0: BAR 6: assigned [mem 0x90000000-0x9003ffff pref]
[ 6.576613] pci 0000:04:00.1: BAR 6: assigned [mem 0x90040000-0x9007ffff pref]
[ 6.583934] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 6.588984] pci 0000:00:1c.5: bridge window [mem 0x90000000-0x900fffff]
[ 6.595860] pci 0000:00:1c.5: bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[ 6.603703] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 6.609968] pci_bus 0000:00: resource 5 [io 0x1000-0x3fff window]
[ 6.616238] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 6.623198] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c7fff window]
[ 6.630157] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
[ 6.637118] pci_bus 0000:00: resource 9 [mem 0x90000000-0x9d7fffff window]
[ 6.644081] pci_bus 0000:00: resource 10 [mem 0x380000000000-0x383fffffffff window]
[ 6.651834] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 6.657496] pci_bus 0000:01: resource 1 [mem 0x92a00000-0x92dfffff]
[ 6.663852] pci_bus 0000:01: resource 2 [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.671868] pci_bus 0000:02: resource 1 [mem 0x92000000-0x928fffff]
[ 6.678223] pci_bus 0000:02: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.685545] pci_bus 0000:03: resource 1 [mem 0x92000000-0x928fffff]
[ 6.691901] pci_bus 0000:03: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.699223] pci_bus 0000:04: resource 1 [mem 0x90000000-0x900fffff]
[ 6.705580] pci_bus 0000:04: resource 2 [mem 0x92e00000-0x92efffff 64bit pref]
[ 6.712978] pci_bus 0000:17: resource 4 [io 0x4000-0x5fff window]
[ 6.719248] pci_bus 0000:17: resource 5 [mem 0x9d800000-0xaaffffff window]
[ 6.726205] pci_bus 0000:17: resource 6 [mem 0x384000000000-0x387fffffffff window]
[ 6.733888] pci_bus 0000:3a: resource 4 [io 0x6000-0x7fff window]
[ 6.740152] pci_bus 0000:3a: resource 5 [mem 0xab000000-0xb87fffff window]
[ 6.747114] pci_bus 0000:3a: resource 6 [mem 0x388000000000-0x38bfffffffff window]
[ 6.754791] pci 0000:5d:02.0: BAR 14: assigned [mem 0xb8800000-0xb88fffff]
[ 6.761753] pci 0000:5e:00.0: BAR 6: no space for [mem size 0x00100000 pref]
[ 6.768885] pci 0000:5e:00.0: BAR 6: failed to assign [mem size 0x00100000 pref]
[ 6.776382] pci 0000:5e:00.0: BAR 9: no space for [mem size 0x01000000 64bit]
[ 6.783600] pci 0000:5e:00.0: BAR 9: failed to assign [mem size 0x01000000 64bit]
[ 6.791186] pci 0000:5e:00.0: BAR 7: no space for [mem size 0x00100000 64bit]
[ 6.798406] pci 0000:5e:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
[ 6.805991] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[ 6.811044] pci 0000:5d:00.0: bridge window [io 0x8000-0x8fff]
[ 6.817227] pci 0000:5d:00.0: bridge window [mem 0xbb100000-0xbb2fffff]
[ 6.824102] pci 0000:5f:00.0: BAR 6: assigned [mem 0xb8800000-0xb887ffff pref]
[ 6.831423] pci 0000:5f:00.1: BAR 6: assigned [mem 0xb8880000-0xb88fffff pref]
[ 6.838746] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[ 6.843799] pci 0000:5d:02.0: bridge window [mem 0xb8800000-0xb88fffff]
[ 6.850671] pci 0000:5d:02.0: bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 6.858516] pci_bus 0000:5d: Some PCI device resources are unassigned, try booting with pci=realloc
[ 6.867660] pci_bus 0000:5d: resource 4 [io 0x8000-0x9fff window]
[ 6.873929] pci_bus 0000:5d: resource 5 [mem 0xb8800000-0xc5ffffff window]
[ 6.880888] pci_bus 0000:5d: resource 6 [mem 0x38c000000000-0x38ffffffffff window]
[ 6.888557] pci_bus 0000:5e: resource 0 [io 0x8000-0x8fff]
[ 6.894223] pci_bus 0000:5e: resource 1 [mem 0xbb100000-0xbb2fffff]
[ 6.900578] pci_bus 0000:5f: resource 1 [mem 0xb8800000-0xb88fffff]
[ 6.906932] pci_bus 0000:5f: resource 2 [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 6.920224] pci_bus 0000:80: resource 4 [mem 0xc6000000-0xd37fffff window]
[ 6.927178] pci_bus 0000:80: resource 5 [mem 0x390000000000-0x393fffffffff window]
[ 6.934859] pci_bus 0000:85: resource 4 [io 0xa000-0xbfff window]
[ 6.941127] pci_bus 0000:85: resource 5 [mem 0xd3800000-0xe0ffffff window]
[ 6.948087] pci_bus 0000:85: resource 6 [mem 0x394000000000-0x397fffffffff window]
[ 6.955766] pci_bus 0000:ae: resource 4 [io 0xc000-0xdfff window]
[ 6.962032] pci_bus 0000:ae: resource 5 [mem 0xe1000000-0xee7fffff window]
[ 6.968993] pci_bus 0000:ae: resource 6 [mem 0x398000000000-0x39bfffffffff window]
[ 6.976669] pci_bus 0000:d7: resource 4 [io 0xe000-0xffff window]
[ 6.982932] pci_bus 0000:d7: resource 5 [mem 0xee800000-0xfbffffff window]
[ 6.989890] pci_bus 0000:d7: resource 6 [mem 0x39c000000000-0x39ffffffffff window]
[ 6.998776] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 7.007238] pci 0000:17:05.0: disabled boot interrupts on device [8086:2034]
[ 7.014433] pci 0000:3a:05.0: disabled boot interrupts on device [8086:2034]
[ 7.021592] pci 0000:5d:05.0: disabled boot interrupts on device [8086:2034]
[ 7.028752] pci 0000:85:05.0: disabled boot interrupts on device [8086:2034]
[ 7.035949] pci 0000:ae:05.0: disabled boot interrupts on device [8086:2034]
[ 7.043112] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
[ 7.050261] PCI: CLS 0 bytes, default 64
[ 7.054302] Trying to unpack rootfs image as initramfs...
[ 7.119789] Freeing initrd memory: 5136K
[ 7.124126] DMAR: dmar6: Using Queued invalidation
[ 7.129020] DMAR: dmar7: Using Queued invalidation
[ 7.134000] pci 0000:00:00.0: Adding to iommu group 0
[ 7.139175] pci 0000:00:05.0: Adding to iommu group 1
[ 7.144345] pci 0000:00:05.2: Adding to iommu group 2
[ 7.149518] pci 0000:00:05.4: Adding to iommu group 3
[ 7.154693] pci 0000:00:08.0: Adding to iommu group 4
[ 7.159892] pci 0000:00:08.1: Adding to iommu group 5
[ 7.165061] pci 0000:00:08.2: Adding to iommu group 6
[ 7.170287] pci 0000:00:11.0: Adding to iommu group 7
[ 7.175460] pci 0000:00:11.5: Adding to iommu group 7
[ 7.180687] pci 0000:00:14.0: Adding to iommu group 8
[ 7.185861] pci 0000:00:14.2: Adding to iommu group 8
[ 7.191113] pci 0000:00:16.0: Adding to iommu group 9
[ 7.196281] pci 0000:00:16.1: Adding to iommu group 9
[ 7.201452] pci 0000:00:16.4: Adding to iommu group 9
[ 7.206623] pci 0000:00:17.0: Adding to iommu group 10
[ 7.211912] pci 0000:00:1c.0: Adding to iommu group 11
[ 7.217173] pci 0000:00:1c.4: Adding to iommu group 12
[ 7.222429] pci 0000:00:1c.5: Adding to iommu group 13
[ 7.227791] pci 0000:00:1f.0: Adding to iommu group 14
[ 7.233055] pci 0000:00:1f.2: Adding to iommu group 14
[ 7.238313] pci 0000:00:1f.4: Adding to iommu group 14
[ 7.243569] pci 0000:00:1f.5: Adding to iommu group 14
[ 7.248827] pci 0000:02:00.0: Adding to iommu group 15
[ 7.254055] pci 0000:03:00.0: Adding to iommu group 15
[ 7.259368] pci 0000:04:00.0: Adding to iommu group 16
[ 7.264632] pci 0000:04:00.1: Adding to iommu group 16
[ 7.269887] pci 0000:17:05.0: Adding to iommu group 17
[ 7.275145] pci 0000:17:05.2: Adding to iommu group 18
[ 7.280403] pci 0000:17:05.4: Adding to iommu group 19
[ 7.285879] pci 0000:17:08.0: Adding to iommu group 20
[ 7.291142] pci 0000:17:08.1: Adding to iommu group 20
[ 7.296406] pci 0000:17:08.2: Adding to iommu group 20
[ 7.301664] pci 0000:17:08.3: Adding to iommu group 20
[ 7.306922] pci 0000:17:08.4: Adding to iommu group 20
[ 7.312185] pci 0000:17:08.5: Adding to iommu group 20
[ 7.317443] pci 0000:17:08.6: Adding to iommu group 20
[ 7.322701] pci 0000:17:08.7: Adding to iommu group 20
[ 7.328168] pci 0000:17:09.0: Adding to iommu group 21
[ 7.333431] pci 0000:17:09.1: Adding to iommu group 21
[ 7.338697] pci 0000:17:09.2: Adding to iommu group 21
[ 7.343962] pci 0000:17:09.3: Adding to iommu group 21
[ 7.349217] pci 0000:17:09.4: Adding to iommu group 21
[ 7.354474] pci 0000:17:09.5: Adding to iommu group 21
[ 7.359733] pci 0000:17:09.6: Adding to iommu group 21
[ 7.364990] pci 0000:17:09.7: Adding to iommu group 21
[ 7.370462] pci 0000:17:0a.0: Adding to iommu group 22
[ 7.375728] pci 0000:17:0a.1: Adding to iommu group 22
[ 7.380995] pci 0000:17:0a.2: Adding to iommu group 22
[ 7.386258] pci 0000:17:0a.3: Adding to iommu group 22
[ 7.391515] pci 0000:17:0a.4: Adding to iommu group 22
[ 7.396773] pci 0000:17:0a.5: Adding to iommu group 22
[ 7.402039] pci 0000:17:0a.6: Adding to iommu group 22
[ 7.407304] pci 0000:17:0a.7: Adding to iommu group 22
[ 7.412675] pci 0000:17:0b.0: Adding to iommu group 23
[ 7.417940] pci 0000:17:0b.1: Adding to iommu group 23
[ 7.423204] pci 0000:17:0b.2: Adding to iommu group 23
[ 7.428461] pci 0000:17:0b.3: Adding to iommu group 23
[ 7.433935] pci 0000:17:0e.0: Adding to iommu group 24
[ 7.439201] pci 0000:17:0e.1: Adding to iommu group 24
[ 7.444464] pci 0000:17:0e.2: Adding to iommu group 24
[ 7.449722] pci 0000:17:0e.3: Adding to iommu group 24
[ 7.454979] pci 0000:17:0e.4: Adding to iommu group 24
[ 7.460247] pci 0000:17:0e.5: Adding to iommu group 24
[ 7.465511] pci 0000:17:0e.6: Adding to iommu group 24
[ 7.470778] pci 0000:17:0e.7: Adding to iommu group 24
[ 7.476253] pci 0000:17:0f.0: Adding to iommu group 25
[ 7.481519] pci 0000:17:0f.1: Adding to iommu group 25
[ 7.486779] pci 0000:17:0f.2: Adding to iommu group 25
[ 7.492048] pci 0000:17:0f.3: Adding to iommu group 25
[ 7.497312] pci 0000:17:0f.4: Adding to iommu group 25
[ 7.502578] pci 0000:17:0f.5: Adding to iommu group 25
[ 7.507844] pci 0000:17:0f.6: Adding to iommu group 25
[ 7.513112] pci 0000:17:0f.7: Adding to iommu group 25
[ 7.518579] pci 0000:17:10.0: Adding to iommu group 26
[ 7.523842] pci 0000:17:10.1: Adding to iommu group 26
[ 7.529108] pci 0000:17:10.2: Adding to iommu group 26
[ 7.534371] pci 0000:17:10.3: Adding to iommu group 26
[ 7.539636] pci 0000:17:10.4: Adding to iommu group 26
[ 7.544900] pci 0000:17:10.5: Adding to iommu group 26
[ 7.550169] pci 0000:17:10.6: Adding to iommu group 26
[ 7.555432] pci 0000:17:10.7: Adding to iommu group 26
[ 7.560796] pci 0000:17:11.0: Adding to iommu group 27
[ 7.566061] pci 0000:17:11.1: Adding to iommu group 27
[ 7.571326] pci 0000:17:11.2: Adding to iommu group 27
[ 7.576591] pci 0000:17:11.3: Adding to iommu group 27
[ 7.581953] pci 0000:17:1d.0: Adding to iommu group 28
[ 7.587218] pci 0000:17:1d.1: Adding to iommu group 28
[ 7.592483] pci 0000:17:1d.2: Adding to iommu group 28
[ 7.597749] pci 0000:17:1d.3: Adding to iommu group 28
[ 7.603194] pci 0000:17:1e.0: Adding to iommu group 29
[ 7.608464] pci 0000:17:1e.1: Adding to iommu group 29
[ 7.613726] pci 0000:17:1e.2: Adding to iommu group 29
[ 7.618993] pci 0000:17:1e.3: Adding to iommu group 29
[ 7.624256] pci 0000:17:1e.4: Adding to iommu group 29
[ 7.629524] pci 0000:17:1e.5: Adding to iommu group 29
[ 7.634790] pci 0000:17:1e.6: Adding to iommu group 29
[ 7.640047] pci 0000:3a:05.0: Adding to iommu group 30
[ 7.645306] pci 0000:3a:05.2: Adding to iommu group 31
[ 7.650563] pci 0000:3a:05.4: Adding to iommu group 32
[ 7.655820] pci 0000:3a:08.0: Adding to iommu group 33
[ 7.661076] pci 0000:3a:09.0: Adding to iommu group 34
[ 7.666335] pci 0000:3a:0a.0: Adding to iommu group 35
[ 7.671592] pci 0000:3a:0a.1: Adding to iommu group 36
[ 7.676849] pci 0000:3a:0a.2: Adding to iommu group 37
[ 7.682109] pci 0000:3a:0a.3: Adding to iommu group 38
[ 7.687370] pci 0000:3a:0a.4: Adding to iommu group 39
[ 7.692625] pci 0000:3a:0a.5: Adding to iommu group 40
[ 7.697883] pci 0000:3a:0a.6: Adding to iommu group 41
[ 7.703141] pci 0000:3a:0a.7: Adding to iommu group 42
[ 7.708397] pci 0000:3a:0b.0: Adding to iommu group 43
[ 7.713653] pci 0000:3a:0b.1: Adding to iommu group 44
[ 7.718910] pci 0000:3a:0b.2: Adding to iommu group 45
[ 7.724167] pci 0000:3a:0b.3: Adding to iommu group 46
[ 7.729424] pci 0000:3a:0c.0: Adding to iommu group 47
[ 7.734683] pci 0000:3a:0c.1: Adding to iommu group 48
[ 7.739939] pci 0000:3a:0c.2: Adding to iommu group 49
[ 7.745196] pci 0000:3a:0c.3: Adding to iommu group 50
[ 7.750452] pci 0000:3a:0c.4: Adding to iommu group 51
[ 7.755710] pci 0000:3a:0c.5: Adding to iommu group 52
[ 7.760965] pci 0000:3a:0c.6: Adding to iommu group 53
[ 7.766223] pci 0000:3a:0c.7: Adding to iommu group 54
[ 7.771479] pci 0000:3a:0d.0: Adding to iommu group 55
[ 7.776735] pci 0000:3a:0d.1: Adding to iommu group 56
[ 7.781994] pci 0000:3a:0d.2: Adding to iommu group 57
[ 7.787250] pci 0000:3a:0d.3: Adding to iommu group 58
[ 7.792507] pci 0000:5d:00.0: Adding to iommu group 59
[ 7.797764] pci 0000:5d:02.0: Adding to iommu group 60
[ 7.803023] pci 0000:5d:05.0: Adding to iommu group 61
[ 7.808287] pci 0000:5d:05.2: Adding to iommu group 62
[ 7.813545] pci 0000:5d:05.4: Adding to iommu group 63
[ 7.818807] pci 0000:5d:0e.0: Adding to iommu group 64
[ 7.824068] pci 0000:5d:0e.1: Adding to iommu group 65
[ 7.829325] pci 0000:5d:0f.0: Adding to iommu group 66
[ 7.834589] pci 0000:5d:0f.1: Adding to iommu group 67
[ 7.839896] pci 0000:5d:10.0: Adding to iommu group 68
[ 7.845166] pci 0000:5d:10.1: Adding to iommu group 68
[ 7.850426] pci 0000:5d:12.0: Adding to iommu group 69
[ 7.855762] pci 0000:5d:12.1: Adding to iommu group 70
[ 7.861031] pci 0000:5d:12.2: Adding to iommu group 70
[ 7.866284] pci 0000:5d:12.4: Adding to iommu group 71
[ 7.871555] pci 0000:5d:12.5: Adding to iommu group 70
[ 7.876866] pci 0000:5d:15.0: Adding to iommu group 72
[ 7.882138] pci 0000:5d:15.1: Adding to iommu group 72
[ 7.887502] pci 0000:5d:16.0: Adding to iommu group 73
[ 7.892771] pci 0000:5d:16.1: Adding to iommu group 73
[ 7.898035] pci 0000:5d:16.4: Adding to iommu group 73
[ 7.903301] pci 0000:5d:16.5: Adding to iommu group 73
[ 7.908605] pci 0000:5d:17.0: Adding to iommu group 74
[ 7.913878] pci 0000:5d:17.1: Adding to iommu group 74
[ 7.919141] pci 0000:5e:00.0: Adding to iommu group 75
[ 7.924399] pci 0000:5f:00.0: Adding to iommu group 76
[ 7.929665] pci 0000:5f:00.1: Adding to iommu group 77
[ 7.940893] pci 0000:80:05.0: Adding to iommu group 78
[ 7.946148] pci 0000:80:05.2: Adding to iommu group 79
[ 7.951406] pci 0000:80:05.4: Adding to iommu group 80
[ 7.956664] pci 0000:80:08.0: Adding to iommu group 81
[ 7.961948] pci 0000:80:08.1: Adding to iommu group 82
[ 7.967203] pci 0000:80:08.2: Adding to iommu group 83
[ 7.972462] pci 0000:85:05.0: Adding to iommu group 84
[ 7.977719] pci 0000:85:05.2: Adding to iommu group 85
[ 7.982974] pci 0000:85:05.4: Adding to iommu group 86
[ 7.988444] pci 0000:85:08.0: Adding to iommu group 87
[ 7.993718] pci 0000:85:08.1: Adding to iommu group 87
[ 7.998990] pci 0000:85:08.2: Adding to iommu group 87
[ 8.004268] pci 0000:85:08.3: Adding to iommu group 87
[ 8.009539] pci 0000:85:08.4: Adding to iommu group 87
[ 8.014814] pci 0000:85:08.5: Adding to iommu group 87
[ 8.020087] pci 0000:85:08.6: Adding to iommu group 87
[ 8.025361] pci 0000:85:08.7: Adding to iommu group 87
[ 8.030823] pci 0000:85:09.0: Adding to iommu group 88
[ 8.036094] pci 0000:85:09.1: Adding to iommu group 88
[ 8.041366] pci 0000:85:09.2: Adding to iommu group 88
[ 8.046643] pci 0000:85:09.3: Adding to iommu group 88
[ 8.051914] pci 0000:85:09.4: Adding to iommu group 88
[ 8.057189] pci 0000:85:09.5: Adding to iommu group 88
[ 8.062462] pci 0000:85:09.6: Adding to iommu group 88
[ 8.067739] pci 0000:85:09.7: Adding to iommu group 88
[ 8.073209] pci 0000:85:0a.0: Adding to iommu group 89
[ 8.078488] pci 0000:85:0a.1: Adding to iommu group 89
[ 8.083758] pci 0000:85:0a.2: Adding to iommu group 89
[ 8.089035] pci 0000:85:0a.3: Adding to iommu group 89
[ 8.094307] pci 0000:85:0a.4: Adding to iommu group 89
[ 8.099582] pci 0000:85:0a.5: Adding to iommu group 89
[ 8.104857] pci 0000:85:0a.6: Adding to iommu group 89
[ 8.110134] pci 0000:85:0a.7: Adding to iommu group 89
[ 8.115492] pci 0000:85:0b.0: Adding to iommu group 90
[ 8.120770] pci 0000:85:0b.1: Adding to iommu group 90
[ 8.126042] pci 0000:85:0b.2: Adding to iommu group 90
[ 8.131315] pci 0000:85:0b.3: Adding to iommu group 90
[ 8.136780] pci 0000:85:0e.0: Adding to iommu group 91
[ 8.142053] pci 0000:85:0e.1: Adding to iommu group 91
[ 8.147327] pci 0000:85:0e.2: Adding to iommu group 91
[ 8.152603] pci 0000:85:0e.3: Adding to iommu group 91
[ 8.157877] pci 0000:85:0e.4: Adding to iommu group 91
[ 8.163149] pci 0000:85:0e.5: Adding to iommu group 91
[ 8.168424] pci 0000:85:0e.6: Adding to iommu group 91
[ 8.173699] pci 0000:85:0e.7: Adding to iommu group 91
[ 8.179170] pci 0000:85:0f.0: Adding to iommu group 92
[ 8.184448] pci 0000:85:0f.1: Adding to iommu group 92
[ 8.189723] pci 0000:85:0f.2: Adding to iommu group 92
[ 8.194996] pci 0000:85:0f.3: Adding to iommu group 92
[ 8.200271] pci 0000:85:0f.4: Adding to iommu group 92
[ 8.205543] pci 0000:85:0f.5: Adding to iommu group 92
[ 8.210818] pci 0000:85:0f.6: Adding to iommu group 92
[ 8.216093] pci 0000:85:0f.7: Adding to iommu group 92
[ 8.221560] pci 0000:85:10.0: Adding to iommu group 93
[ 8.226834] pci 0000:85:10.1: Adding to iommu group 93
[ 8.232110] pci 0000:85:10.2: Adding to iommu group 93
[ 8.237387] pci 0000:85:10.3: Adding to iommu group 93
[ 8.242664] pci 0000:85:10.4: Adding to iommu group 93
[ 8.247939] pci 0000:85:10.5: Adding to iommu group 93
[ 8.253209] pci 0000:85:10.6: Adding to iommu group 93
[ 8.258486] pci 0000:85:10.7: Adding to iommu group 93
[ 8.263847] pci 0000:85:11.0: Adding to iommu group 94
[ 8.269124] pci 0000:85:11.1: Adding to iommu group 94
[ 8.274401] pci 0000:85:11.2: Adding to iommu group 94
[ 8.279675] pci 0000:85:11.3: Adding to iommu group 94
[ 8.285035] pci 0000:85:1d.0: Adding to iommu group 95
[ 8.290311] pci 0000:85:1d.1: Adding to iommu group 95
[ 8.295585] pci 0000:85:1d.2: Adding to iommu group 95
[ 8.300859] pci 0000:85:1d.3: Adding to iommu group 95
[ 8.306304] pci 0000:85:1e.0: Adding to iommu group 96
[ 8.311586] pci 0000:85:1e.1: Adding to iommu group 96
[ 8.316865] pci 0000:85:1e.2: Adding to iommu group 96
[ 8.322145] pci 0000:85:1e.3: Adding to iommu group 96
[ 8.327422] pci 0000:85:1e.4: Adding to iommu group 96
[ 8.332697] pci 0000:85:1e.5: Adding to iommu group 96
[ 8.337971] pci 0000:85:1e.6: Adding to iommu group 96
[ 8.343227] pci 0000:ae:05.0: Adding to iommu group 97
[ 8.348483] pci 0000:ae:05.2: Adding to iommu group 98
[ 8.353743] pci 0000:ae:05.4: Adding to iommu group 99
[ 8.359007] pci 0000:ae:08.0: Adding to iommu group 100
[ 8.364350] pci 0000:ae:09.0: Adding to iommu group 101
[ 8.369693] pci 0000:ae:0a.0: Adding to iommu group 102
[ 8.375038] pci 0000:ae:0a.1: Adding to iommu group 103
[ 8.380382] pci 0000:ae:0a.2: Adding to iommu group 104
[ 8.385734] pci 0000:ae:0a.3: Adding to iommu group 105
[ 8.391085] pci 0000:ae:0a.4: Adding to iommu group 106
[ 8.396426] pci 0000:ae:0a.5: Adding to iommu group 107
[ 8.401771] pci 0000:ae:0a.6: Adding to iommu group 108
[ 8.407119] pci 0000:ae:0a.7: Adding to iommu group 109
[ 8.412466] pci 0000:ae:0b.0: Adding to iommu group 110
[ 8.417810] pci 0000:ae:0b.1: Adding to iommu group 111
[ 8.423152] pci 0000:ae:0b.2: Adding to iommu group 112
[ 8.428496] pci 0000:ae:0b.3: Adding to iommu group 113
[ 8.433839] pci 0000:ae:0c.0: Adding to iommu group 114
[ 8.439182] pci 0000:ae:0c.1: Adding to iommu group 115
[ 8.444525] pci 0000:ae:0c.2: Adding to iommu group 116
[ 8.449870] pci 0000:ae:0c.3: Adding to iommu group 117
[ 8.455213] pci 0000:ae:0c.4: Adding to iommu group 118
[ 8.460554] pci 0000:ae:0c.5: Adding to iommu group 119
[ 8.465901] pci 0000:ae:0c.6: Adding to iommu group 120
[ 8.471242] pci 0000:ae:0c.7: Adding to iommu group 121
[ 8.476588] pci 0000:ae:0d.0: Adding to iommu group 122
[ 8.481929] pci 0000:ae:0d.1: Adding to iommu group 123
[ 8.487273] pci 0000:ae:0d.2: Adding to iommu group 124
[ 8.492615] pci 0000:ae:0d.3: Adding to iommu group 125
[ 8.497961] pci 0000:d7:05.0: Adding to iommu group 126
[ 8.503303] pci 0000:d7:05.2: Adding to iommu group 127
[ 8.508646] pci 0000:d7:05.4: Adding to iommu group 128
[ 8.513992] pci 0000:d7:0e.0: Adding to iommu group 129
[ 8.519342] pci 0000:d7:0e.1: Adding to iommu group 130
[ 8.524686] pci 0000:d7:0f.0: Adding to iommu group 131
[ 8.530027] pci 0000:d7:0f.1: Adding to iommu group 132
[ 8.535425] pci 0000:d7:10.0: Adding to iommu group 133
[ 8.540791] pci 0000:d7:10.1: Adding to iommu group 133
[ 8.546135] pci 0000:d7:12.0: Adding to iommu group 134
[ 8.551561] pci 0000:d7:12.1: Adding to iommu group 135
[ 8.556934] pci 0000:d7:12.2: Adding to iommu group 135
[ 8.562279] pci 0000:d7:12.4: Adding to iommu group 136
[ 8.567647] pci 0000:d7:12.5: Adding to iommu group 135
[ 8.573045] pci 0000:d7:15.0: Adding to iommu group 137
[ 8.578413] pci 0000:d7:15.1: Adding to iommu group 137
[ 8.583861] pci 0000:d7:16.0: Adding to iommu group 138
[ 8.589236] pci 0000:d7:16.1: Adding to iommu group 138
[ 8.594606] pci 0000:d7:16.4: Adding to iommu group 138
[ 8.599974] pci 0000:d7:16.5: Adding to iommu group 138
[ 8.605374] pci 0000:d7:17.0: Adding to iommu group 139
[ 8.610740] pci 0000:d7:17.1: Adding to iommu group 139
[ 8.645494] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 8.652032] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 8.658558] software IO TLB: mapped [mem 0x0000000054000000-0x0000000058000000] (64MB)
[ 8.666864] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 8.674891] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 8.680639] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 8.688603] Initialise system trusted keyrings
[ 8.693231] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[ 8.699917] zbud: loaded
[ 8.702616] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 8.710795] xor: automatically using best checksumming function avx
[ 8.717930] Key type asymmetric registered
[ 8.722114] Asymmetric key parser 'x509' registered
[ 8.727084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 8.734619] io scheduler mq-deadline registered
[ 8.739242] io scheduler kyber registered
[ 8.743891] pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
[ 8.750083] pcieport 0000:00:1c.4: PME: Signaling with IRQ 25
[ 8.756096] pcieport 0000:00:1c.5: PME: Signaling with IRQ 26
[ 8.762187] pcieport 0000:5d:00.0: PME: Signaling with IRQ 28
[ 8.768189] pcieport 0000:5d:02.0: PME: Signaling with IRQ 29
[ 8.774539] IPMI message handler: version 39.2
[ 8.779407] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 8.786970] ACPI: Power Button [PWRF]
[ 8.790950] Monitor-Mwait will be used to enter C-1 state
[ 8.790968] Monitor-Mwait will be used to enter C-2 state
[ 8.790977] ACPI: \_SB_.SCK0.CP00: Found 2 idle states
[ 8.796363] ACPI: \_SB_.SCK1.CP00: Found 2 idle states
[ 8.801725] ACPI: \_SB_.SCK0.CP01: Found 2 idle states
[ 8.807077] ACPI: \_SB_.SCK1.CP01: Found 2 idle states
[ 8.812428] ACPI: \_SB_.SCK0.CP02: Found 2 idle states
[ 8.817772] ACPI: \_SB_.SCK1.CP02: Found 2 idle states
[ 8.823137] ACPI: \_SB_.SCK0.CP03: Found 2 idle states
[ 8.828459] ACPI: \_SB_.SCK1.CP03: Found 2 idle states
[ 8.833816] ACPI: \_SB_.SCK0.CP04: Found 2 idle states
[ 8.839171] ACPI: \_SB_.SCK1.CP04: Found 2 idle states
[ 8.844523] ACPI: \_SB_.SCK0.CP05: Found 2 idle states
[ 8.849867] ACPI: \_SB_.SCK1.CP05: Found 2 idle states
[ 8.855212] ACPI: \_SB_.SCK0.CP06: Found 2 idle states
[ 8.860555] ACPI: \_SB_.SCK1.CP06: Found 2 idle states
[ 8.865910] ACPI: \_SB_.SCK0.CP07: Found 2 idle states
[ 8.871250] ACPI: \_SB_.SCK1.CP07: Found 2 idle states
[ 8.876779] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 8.883284] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 8.890774] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.898733] lp: driver loaded but no devices found
[ 8.903793] Linux agpgart interface v0.103
[ 8.911337] brd: module loaded
[ 8.922941] loop: module loaded
[ 8.927820] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 8.934176] drbd: built-in
[ 8.936971] drbd: registered as block device major 147
[ 8.942271] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[ 8.948553] lpc_ich 0000:00:1f.0: No MFD cells added
[ 8.954940] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 8.962428] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 8.969521] megasas: 07.714.04.00-rc1
[ 8.973328] mpt3sas version 35.100.00.00 loaded
[ 8.978541] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (131375644 kB)
[ 9.047010] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[ 9.055143] mpt3sas_cm0: MSI-X vectors supported: 96
[ 9.060201] no of cores: 16, max_msix_vectors: -1
[ 9.065173] mpt3sas_cm0: 0 16
[ 9.068670] mpt3sas_cm0: High IOPs queues : disabled
[ 9.073725] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 31
[ 9.078857] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 32
[ 9.083993] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 33
[ 9.089130] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 34
[ 9.094282] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 35
[ 9.099418] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 36
[ 9.104554] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 37
[ 9.109689] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 38
[ 9.114827] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 39
[ 9.119961] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 40
[ 9.125098] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 41
[ 9.130319] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 42
[ 9.135543] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 43
[ 9.140765] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 44
[ 9.145987] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 45
[ 9.151208] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 46
[ 9.156432] mpt3sas_cm0: iomem(0x00000000bb200000), mapped(0x000000004c2e117b), size(65536)
[ 9.164871] mpt3sas_cm0: ioport(0x0000000000008000), size(256)
[ 9.230868] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[ 9.267613] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[ 9.278798] mpt3sas_cm0: request pool(0x0000000051348b92) - dma(0xffa00000): depth(9700), frame_size(128), pool_size(1212 kB)
[ 9.357802] mpt3sas_cm0: sense pool(0x00000000bf55be9b)- dma(0xfe100000): depth(9463),element_size(96), pool_size(887 kB)
[ 9.369027] mpt3sas_cm0: config page(0x00000000323ea70d) - dma(0xfddee000): size(512)
[ 9.376945] mpt3sas_cm0: Allocated physical memory: size(6975 kB)
[ 9.383118] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[ 9.391814] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[ 9.568118] mpt3sas_cm0: _base_display_fwpkg_version: complete
[ 9.574048] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[ 9.579169] mpt3sas_cm0: overriding NVDATA EEDPTagMode setting
[ 9.585305] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02), BiosVersion(18.00.03.00)
[ 9.594963] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[ 9.606732] scsi host0: Fusion MPT SAS Host
[ 9.613571] mpt3sas_cm0: sending port enable !!
[ 9.618199] ahci 0000:00:11.5: version 3.0
[ 9.628586] ahci 0000:00:11.5: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 9.636862] ahci 0000:00:11.5: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[ 9.662185] scsi host1: ahci
[ 9.665497] scsi host2: ahci
[ 9.668758] scsi host3: ahci
[ 9.672051] scsi host4: ahci
[ 9.675281] scsi host5: ahci
[ 9.678498] scsi host6: ahci
[ 9.681503] ata1: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80100 irq 47
[ 9.689168] ata2: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80180 irq 47
[ 9.696828] ata3: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80200 irq 47
[ 9.704492] ata4: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80280 irq 47
[ 9.712152] ata5: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80300 irq 47
[ 9.719810] ata6: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80380 irq 47
[ 9.736205] tsc: Refined TSC clocksource calibration: 3791.093 MHz
[ 9.737902] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 9.742514] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d4af4a67b6, max_idle_ns: 881590928543 ns
[ 9.750785] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[ 9.770644] clocksource: Switched to clocksource tsc
[ 9.792499] scsi host7: ahci
[ 9.795824] scsi host8: ahci
[ 9.799117] scsi host9: ahci
[ 9.802327] scsi host10: ahci
[ 9.805669] scsi host11: ahci
[ 9.808981] scsi host12: ahci
[ 9.812293] scsi host13: ahci
[ 9.815595] scsi host14: ahci
[ 9.818690] ata7: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00100 irq 48
[ 9.826366] ata8: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00180 irq 48
[ 9.834043] ata9: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00200 irq 48
[ 9.841723] ata10: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00280 irq 48
[ 9.849489] ata11: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00300 irq 48
[ 9.857254] ata12: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00380 irq 48
[ 9.865019] ata13: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00400 irq 48
[ 9.872786] ata14: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00480 irq 48
[ 9.882271] tun: Universal TUN/TAP device driver, 1.6
[ 9.900145] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c:ea:7f:b1:4b:2e
[ 9.910795] tg3 0000:04:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 9.920727] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 9.928667] tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 9.946084] tg3 0000:04:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c:ea:7f:b1:4b:2f
[ 9.956724] tg3 0000:04:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 9.966658] tg3 0000:04:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 9.974589] tg3 0000:04:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[ 9.982187] e100: Intel(R) PRO/100 Network Driver
[ 9.987011] e100: Copyright(c) 1999-2006 Intel Corporation
[ 9.992683] e1000: Intel(R) PRO/1000 Network Driver
[ 9.997669] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 10.003554] e1000e: Intel(R) PRO/1000 Network Driver
[ 10.008623] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 10.014710] igb: Intel(R) Gigabit Ethernet Network Driver
[ 10.020211] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 10.025920] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 10.032291] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 10.037831] ata5: SATA link down (SStatus 0 SControl 300)
[ 10.038362] sky2: driver version 1.30
[ 10.043876] ata1: SATA link down (SStatus 0 SControl 300)
[ 10.047867] Fusion MPT base driver 3.04.20
[ 10.053162] ata2: SATA link down (SStatus 0 SControl 300)
[ 10.057319] Copyright (c) 1999-2008 LSI Corporation
[ 10.057323] Fusion MPT SPI Host driver 3.04.20
[ 10.062853] ata6: SATA link down (SStatus 0 SControl 300)
[ 10.067822] Fusion MPT FC Host driver 3.04.20
[ 10.072383] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 10.077869] Fusion MPT SAS Host driver 3.04.20
[ 10.082341] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 10.088606] Fusion MPT misc device (ioctl) driver 3.04.20
[ 10.104928] mptctl: Registered with Fusion MPT base driver
[ 10.110518] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 10.115763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 10.122392] ehci-pci: EHCI PCI platform driver
[ 10.126963] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 10.133249] ohci-pci: OHCI PCI platform driver
[ 10.137822] uhci_hcd: USB Universal Host Controller Interface driver
[ 10.144721] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 10.150070] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 10.158731] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 10.167980] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 10.175155] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 10.180475] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 10.187979] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 10.189690] ata10: SATA link down (SStatus 0 SControl 300)
[ 10.194502] hub 1-0:1.0: USB hub found
[ 10.197006] ata3.00: ATA-10: HUS722T1TALA600, RADEMU03, max UDMA/133
[ 10.197009] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[ 10.199994] ata11: SATA link down (SStatus 0 SControl 300)
[ 10.203864] hub 1-0:1.0: 16 ports detected
[ 10.210317] ata13: SATA link down (SStatus 0 SControl 300)
[ 10.216657] ata4.00: ATA-10: HUS722T1TALA600, RADEMU03, max UDMA/133
[ 10.216661] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[ 10.218268] hub 2-0:1.0: USB hub found
[ 10.222884] ata8: SATA link down (SStatus 0 SControl 300)
[ 10.227078] hub 2-0:1.0: 10 ports detected
[ 10.232679] ata14: SATA link down (SStatus 0 SControl 300)
[ 10.238611] ata3.00: configured for UDMA/133
[ 10.239420] usb: port power management may be unreliable
[ 10.246096] ata12: SATA link down (SStatus 0 SControl 300)
[ 10.255906] usbcore: registered new interface driver usb-storage
[ 10.258285] ata4.00: configured for UDMA/133
[ 10.261035] ata7: SATA link down (SStatus 0 SControl 300)
[ 10.265298] i8042: PNP: No PS/2 controller found.
[ 10.270882] ata9: SATA link down (SStatus 0 SControl 300)
[ 10.275304] rtc_cmos 00:00: RTC can wake from S4
[ 10.317498] rtc_cmos 00:00: registered as rtc0
[ 10.322140] rtc_cmos 00:00: setting system clock to 2021-11-24T12:01:10 UTC (1637755270)
[ 10.330362] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 10.338413] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 10.344319] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 10.364370] i2c i2c-0: 4/16 memory slots populated (from DMI)
[ 10.370214] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[ 10.379933] intel_pstate: P-states controlled by the platform
[ 10.385827] hid: raw HID events driver (C) Jiri Kosina
[ 10.391377] usbcore: registered new interface driver usbhid
[ 10.397057] usbhid: USB HID core driver
[ 10.401145] Key type dns_resolver registered
[ 10.407520] microcode: sig=0x50657, pf=0x80, revision=0x5003103
[ 10.413868] microcode: Microcode Update Driver: v2.2.
[ 10.413872] IPI shorthand broadcast: enabled
[ 10.423408] sched_clock: Marking stable (8883805819, 1539595189)->(10745813651, -322412643)
[ 10.431914] registered taskstats version 1
[ 10.436111] Loading compiled-in X.509 certificates
[ 10.441876] Loaded X.509 cert 'Build time autogenerated kernel key: c8917cc475f5ec999a855e8fded347ca31a5757a'
[ 10.451930] zswap: loaded using pool lzo/zbud
[ 10.493171] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 10.632701] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:413C:301A.0001/input/input1
[ 10.645552] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:14.0-1/input0
[ 10.772173] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 10.906985] input: Raritan KX4-101 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:14DD:1010.0002/input/input2
[ 10.969361] hid-generic 0003:14DD:1010.0002: input,hidraw1: USB HID v1.01 Keyboard [Raritan KX4-101] on usb-0000:00:14.0-4/input0
[ 10.981940] input: Raritan KX4-101 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:14DD:1010.0003/input/input3
[ 10.993047] hid-generic 0003:14DD:1010.0003: input,hidraw2: USB HID v1.01 Mouse [Raritan KX4-101] on usb-0000:00:14.0-4/input1
[ 11.005185] input: Raritan KX4-101 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:14DD:1010.0004/input/input4
[ 11.016288] hid-generic 0003:14DD:1010.0004: input,hidraw3: USB HID v1.01 Mouse [Raritan KX4-101] on usb-0000:00:14.0-4/input2
[ 11.141192] usb 1-14: new high-speed USB device number 4 using xhci_hcd
[ 11.274036] hub 1-14:1.0: USB hub found
[ 11.278054] hub 1-14:1.0: 4 ports detected
[ 12.016174] usb 1-14.1: new high-speed USB device number 5 using xhci_hcd
[ 12.100031] hub 1-14.1:1.0: USB hub found
[ 12.104228] hub 1-14.1:1.0: 4 ports detected
[ 12.149302] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0c710e000), phys(8)
[ 12.173196] usb 1-14.4: new high-speed USB device number 6 using xhci_hcd
[ 12.257140] hub 1-14.4:1.0: USB hub found
[ 12.261343] hub 1-14.4:1.0: 4 ports detected
[ 17.279190] mpt3sas_cm0: port enable: SUCCESS
[ 17.284204] scsi 3:0:0:0: Direct-Access ATA HUS722T1TALA600 MU03 PQ: 0 ANSI: 5
[ 17.292700] sd 3:0:0:0: Attached scsi generic sg0 type 0
[ 17.292747] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 17.298369] scsi 4:0:0:0: Direct-Access ATA HUS722T1TALA600 MU03 PQ: 0 ANSI: 5
[ 17.305936] sd 3:0:0:0: [sda] Write Protect is off
[ 17.314339] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 17.314350] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 17.319034] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 17.319043] sd 3:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.326836] sd 4:0:0:0: [sdb] Write Protect is off
[ 17.346382] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 17.346389] sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.406487] sda: sda1 sda2 sda3
[ 17.410564] sd 3:0:0:0: [sda] Attached SCSI disk
[ 17.451606] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 17.458415] Freeing unused kernel image (initmem) memory: 1568K
[ 17.469231] Write protecting the kernel read-only data: 20480k
[ 17.476498] Freeing unused kernel image (text/rodata gap) memory: 2032K
[ 17.483479] Freeing unused kernel image (rodata/data gap) memory: 352K
[ 17.490132] Run /init as init process
[ 17.493909] with arguments:
[ 17.493909] /init
[ 17.493911] with environment:
[ 17.493911] HOME=/
[ 17.493912] TERM=linux
[ 17.493913] BOOT_IMAGE=/boot/bzImage-5.10.70.mx64.403
[ 17.493913] crashkernel=64G-:256M
[ 17.652889] XFS (sda1): Mounting V5 Filesystem
[ 17.778140] XFS (sda1): Ending clean mount
[ 18.394400] systemd[1]: Inserted module 'autofs4'
[ 18.608634] NET: Registered protocol family 10
[ 18.613534] Segment Routing with IPv6
[ 18.654048] NET: Registered protocol family 1
[ 18.658608] systemd[1]: Inserted module 'unix'
[ 18.876325] 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)
[ 18.910334] systemd[1]: Detected architecture x86-64.
[ 18.942983] systemd[1]: Set hostname to <wayofthedodo.molgen.mpg.de>.
[ 19.866324] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 19.874510] systemd[1]: Reached target Swap.
[ 19.879288] systemd[1]: Listening on udev Control Socket.
[ 19.885362] systemd[1]: Created slice User and Session Slice.
[ 19.892675] systemd[1]: Listening on Process Core Dump Socket.
[ 19.898868] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 19.906805] systemd[1]: Reached target network after root writable.
[ 20.383937] RPC: Registered named UNIX socket transport module.
[ 20.389983] RPC: Registered udp transport module.
[ 20.389984] RPC: Registered tcp transport module.
[ 20.389984] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 20.868774] systemd-journald[257]: Received request to flush runtime journal from PID 1
[ 20.954379] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 21.256017] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 21.385906] iTCO_vendor_support: vendor-support=0
[ 21.483740] ipmi_si: IPMI System Interface driver
[ 21.488585] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 21.495047] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
[ 21.502493] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 21.508522] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 21.508529] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 21.514563] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca8] regsize 1 spacing 4 irq 10
[ 21.520349] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 21.529236] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 21.535749] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 21.544460] ipmi_si: Adding ACPI-specified kcs state machine
[ 21.556526] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[ 21.683206] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[ 21.714258] ipmi_si IPI0001:00: Using irq 10
[ 21.749914] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[ 21.785839] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[ 21.792221] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[ 21.817282] i40e 0000:5f:00.0: fw 8.815.63341 api 1.12 nvm 8.15 0x800096c1 20.0.17 [8086:1572] [8086:0006]
[ 21.827076] i40e 0000:5f:00.0: The driver for the device detected a newer version of the NVM image v1.12 than expected v1.9. Please install the most recent version of the network driver.
[ 21.840021] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 22.035175] i40e 0000:5f:00.0: MAC address: 6c:fe:54:0a:6e:90
[ 22.041155] i40e 0000:5f:00.0: FW LLDP is enabled
[ 22.049999] i40e 0000:5f:00.0: PCI-Express: Speed 8.0GT/s Width x8
[ 22.056644] i40e 0000:5f:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[ 22.082082] i40e 0000:5f:00.1: fw 8.815.63341 api 1.12 nvm 8.15 0x800096c1 20.0.17 [8086:1572] [8086:0000]
[ 22.091874] i40e 0000:5f:00.1: The driver for the device detected a newer version of the NVM image v1.12 than expected v1.9. Please install the most recent version of the network driver.
[ 22.345334] i40e 0000:5f:00.1: MAC address: 6c:fe:54:0a:6e:91
[ 22.351318] i40e 0000:5f:00.1: FW LLDP is enabled
[ 22.365336] i40e 0000:5f:00.1 eth3: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[ 22.377879] i40e 0000:5f:00.1: PCI-Express: Speed 8.0GT/s Width x8
[ 22.393297] i40e 0000:5f:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[ 22.406904] mgag200 0000:03:00.0: vgaarb: deactivate vga console
[ 22.418468] Console: switching to colour dummy device 80x25
[ 22.428522] [drm] Initialized mgag200 1.0.0 20110418 for 0000:03:00.0 on minor 0
[ 22.469181] fbcon: mgag200drmfb (fb0) is primary device
[ 22.889960] Console: switching to colour frame buffer device 200x75
[ 22.945018] mgag200 0000:03:00.0: [drm] fb0: mgag200drmfb frame buffer device
[ 25.132348] tg3 0000:04:00.0 net00: renamed from eth0
[ 25.154605] tg3 0000:04:00.1 net01: renamed from eth1
[ 25.170097] i40e 0000:5f:00.0 net02: renamed from eth2
[ 25.192408] i40e 0000:5f:00.1 net03: renamed from eth3
[ 25.646014] 8021q: 802.1Q VLAN Support v1.8
[ 25.651131] 8021q: adding VLAN 0 to HW filter on device net02
[ 26.528138] XFS (sda2): Mounting V5 Filesystem
[ 26.872090] XFS (sda2): Ending clean mount
[ 28.355588] NFSD: Using UMH upcall client tracking operations.
[ 28.362920] NFSD: starting 90-second grace period (net f00000d8)
[ 39.621914] i40e 0000:5f:00.1 net03: NIC Link is Down
[ 44.814754] i40e 0000:5f:00.1 net03: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[ 71.150893] i40e 0000:5f:00.1 net03: NIC Link is Down
[ 92.162443] i40e 0000:5f:00.0 net02: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None