Re: DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
From: Paul Menzel
Date: Tue May 14 2024 - 15:49:24 EST
Dear Baolu,
Am 23.01.24 um 01:55 schrieb Baolu Lu:
On 2024/1/22 22:53, Paul Menzel wrote:
Am 22.01.24 um 13:38 schrieb Baolu Lu:
On 2024/1/19 22:45, Paul Menzel wrote:
On a Dell PowerEdge T640, Linux 5.9 and 6.6.12 warn about kdump:
[ 2.728445] DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
[ 2.736544] DMAR-IR: IRQ remapping was enabled on dmar5 but we are not in kdump mode
[ 2.744620] DMAR-IR: IRQ remapping was enabled on dmar4 but we are not in kdump mode
[ 2.752695] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
[ 2.760774] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
[ 2.768847] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
[ 2.776922] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
[ 2.784999] DMAR-IR: IRQ remapping was enabled on dmar7 but we are not in kdump mode
Looking through the logs, this only happens when using kexec to
restart the system.
The code that warned this is,
599 if (ir_pre_enabled(iommu)) {
600 if (!is_kdump_kernel()) {
601 pr_warn("IRQ remapping was enabled on %s but we are not in kdump mode\n",
602 iommu->name);
603 clear_ir_pre_enabled(iommu);
604 iommu_disable_irq_remapping(iommu);
605 }
The VT-d interrupt remapping is enabled during boot, but this is not a
kdump kernel.
Do you mind checking whether the disable interrupt remapping callback
was called during kexec reboot?
1121 struct irq_remap_ops intel_irq_remap_ops = {
1122 .prepare = intel_prepare_irq_remapping,
1123 .enable = intel_enable_irq_remapping,
1124 .disable = disable_irq_remapping,
1125 .reenable = reenable_irq_remapping,
1126 .enable_faulting = enable_drhd_fault_handling,
1127 };
Is there a way to check this without rebuilding the Linux kernel?
I am not sure, but you can check whether any messages are dumped in the
path of .disable callback? or try to use ftrace?
With
```
diff --git a/drivers/iommu/intel/irq_remapping.c
b/drivers/iommu/intel/irq_remapping.c
index 712ebfc9870c6..146f19ae5b5f1 100644
--- a/drivers/iommu/intel/irq_remapping.c
+++ b/drivers/iommu/intel/irq_remapping.c
@@ -1030,6 +1030,7 @@ static void disable_irq_remapping(void)
struct dmar_drhd_unit *drhd;
struct intel_iommu *iommu = NULL;
+ pr_warn("XXX: Called %s\n", __func__);
/*
* Disable Interrupt-remapping for all the DRHD's now.
*/
```
I can’t see anything in the logs, so it does not seem to be called.
Can you reproduce the issue?
Kind regards,
Paul[ 1284.555698] kexec_core: Starting new kernel
[ 0.000000] Linux version 6.9.0.mx64.461-01916-g367552f79a5c (pmenzel@xxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_DYNAMIC Tue May 14 21:30:41 CEST 2024
[ 0.000000] Command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy initcall_debug log_buf_len=32M trace_buf_size=26214K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=2 ftrace_graph_filter=intel_setup_irq_remapping
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000051c81fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000051c82000-0x0000000059c89fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000059c8a000-0x000000006295bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006295c000-0x0000000062f5cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000062f5d000-0x0000000079e88fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079e89000-0x000000007ab0afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007ab0b000-0x000000007b53afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007b53b000-0x000000007b6c9fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007b6ca000-0x000000007b6fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b700000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000001007fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Dell Inc. PowerEdge R930/0T55KM, BIOS 2.8.1 01/02/2020
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2793.129 MHz processor
[ 0.001986] last_pfn = 0x10080000 max_arch_pfn = 0x400000000
[ 0.001995] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.001999] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002876] last_pfn = 0x7b700 max_arch_pfn = 0x400000000
[ 0.020394] Using GB pages for direct mapping
[ 0.103324] printk: log_buf_len: 33554432 bytes
[ 0.103331] printk: early log buf free: 521664(99%)
[ 0.103336] RAMDISK: [mem 0x1007c1a8000-0x1007cffffff]
[ 0.103346] ACPI: Early table checksum verification disabled
[ 0.103356] ACPI: RSDP 0x00000000000FE320 000024 (v02 DELL )
[ 0.103368] ACPI: XSDT 0x000000007B560188 0000CC (v01 DELL PE_SC3 00000000 01000013)
[ 0.103382] ACPI: FACP 0x000000007B6C5000 0000F4 (v04 DELL PE_SC3 00000000 DELL 00000001)
[ 0.103396] ACPI: DSDT 0x000000007B56B000 00DDDE (v02 DELL PE_SC3 00000003 DELL 00000001)
[ 0.103404] ACPI: FACS 0x000000007B493000 000040
[ 0.103411] ACPI: MCEJ 0x000000007B6C7000 000130 (v01 INTEL 00000001 INTL 0100000D)
[ 0.103419] ACPI: BDAT 0x000000007B6C6000 000030 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.103426] ACPI: HPET 0x000000007B6C4000 000038 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103433] ACPI: APIC 0x000000007B6C3000 000AFC (v02 DELL PE_SC3 00000000 DELL 00000001)
[ 0.103440] ACPI: MCFG 0x000000007B6C2000 00003C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103447] ACPI: MSCT 0x000000007B6C1000 0000E8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103454] ACPI: PMCT 0x000000007B6C0000 000060 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.103461] ACPI: SLIT 0x000000007B6BF000 00006C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103468] ACPI: SRAT 0x000000007B6BD000 001130 (v03 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103476] ACPI: WD__ 0x000000007B6BC000 000134 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103483] ACPI: SLIC 0x000000007B6BB000 000024 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103491] ACPI: SSDT 0x000000007B579000 1414E9 (v02 DELL PE_SC3 00004000 INTL 20121114)
[ 0.103498] ACPI: SSDT 0x000000007B568000 0024D4 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.103506] ACPI: SSDT 0x000000007B567000 000063 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.103514] ACPI: PRAD 0x000000007B566000 000155 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.103522] ACPI: DMAR 0x000000007B565000 0001B8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.103529] ACPI: HEST 0x000000007B564000 00017C (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.103536] ACPI: BERT 0x000000007B563000 000030 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.103543] ACPI: ERST 0x000000007B562000 000230 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.103550] ACPI: EINJ 0x000000007B561000 000150 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.103556] ACPI: Reserving FACP table memory at [mem 0x7b6c5000-0x7b6c50f3]
[ 0.103560] ACPI: Reserving DSDT table memory at [mem 0x7b56b000-0x7b578ddd]
[ 0.103562] ACPI: Reserving FACS table memory at [mem 0x7b493000-0x7b49303f]
[ 0.103564] ACPI: Reserving MCEJ table memory at [mem 0x7b6c7000-0x7b6c712f]
[ 0.103567] ACPI: Reserving BDAT table memory at [mem 0x7b6c6000-0x7b6c602f]
[ 0.103569] ACPI: Reserving HPET table memory at [mem 0x7b6c4000-0x7b6c4037]
[ 0.103571] ACPI: Reserving APIC table memory at [mem 0x7b6c3000-0x7b6c3afb]
[ 0.103572] ACPI: Reserving MCFG table memory at [mem 0x7b6c2000-0x7b6c203b]
[ 0.103574] ACPI: Reserving MSCT table memory at [mem 0x7b6c1000-0x7b6c10e7]
[ 0.103576] ACPI: Reserving PMCT table memory at [mem 0x7b6c0000-0x7b6c005f]
[ 0.103579] ACPI: Reserving SLIT table memory at [mem 0x7b6bf000-0x7b6bf06b]
[ 0.103581] ACPI: Reserving SRAT table memory at [mem 0x7b6bd000-0x7b6be12f]
[ 0.103583] ACPI: Reserving WD__ table memory at [mem 0x7b6bc000-0x7b6bc133]
[ 0.103585] ACPI: Reserving SLIC table memory at [mem 0x7b6bb000-0x7b6bb023]
[ 0.103587] ACPI: Reserving SSDT table memory at [mem 0x7b579000-0x7b6ba4e8]
[ 0.103589] ACPI: Reserving SSDT table memory at [mem 0x7b568000-0x7b56a4d3]
[ 0.103591] ACPI: Reserving SSDT table memory at [mem 0x7b567000-0x7b567062]
[ 0.103593] ACPI: Reserving PRAD table memory at [mem 0x7b566000-0x7b566154]
[ 0.103595] ACPI: Reserving DMAR table memory at [mem 0x7b565000-0x7b5651b7]
[ 0.103597] ACPI: Reserving HEST table memory at [mem 0x7b564000-0x7b56417b]
[ 0.103600] ACPI: Reserving BERT table memory at [mem 0x7b563000-0x7b56302f]
[ 0.103602] ACPI: Reserving ERST table memory at [mem 0x7b562000-0x7b56222f]
[ 0.103604] ACPI: Reserving EINJ table memory at [mem 0x7b561000-0x7b56114f]
[ 0.103675] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.103679] SRAT: PXM 1 -> APIC 0x40 -> Node 1
[ 0.103681] SRAT: PXM 2 -> APIC 0x80 -> Node 2
[ 0.103683] SRAT: PXM 3 -> APIC 0xc0 -> Node 3
[ 0.103685] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.103686] SRAT: PXM 1 -> APIC 0x42 -> Node 1
[ 0.103688] SRAT: PXM 2 -> APIC 0x82 -> Node 2
[ 0.103690] SRAT: PXM 3 -> APIC 0xc2 -> Node 3
[ 0.103691] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.103693] SRAT: PXM 1 -> APIC 0x44 -> Node 1
[ 0.103695] SRAT: PXM 2 -> APIC 0x84 -> Node 2
[ 0.103697] SRAT: PXM 3 -> APIC 0xc4 -> Node 3
[ 0.103698] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.103700] SRAT: PXM 1 -> APIC 0x48 -> Node 1
[ 0.103702] SRAT: PXM 2 -> APIC 0x88 -> Node 2
[ 0.103704] SRAT: PXM 3 -> APIC 0xc8 -> Node 3
[ 0.103706] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.103708] SRAT: PXM 1 -> APIC 0x4c -> Node 1
[ 0.103710] SRAT: PXM 2 -> APIC 0x8c -> Node 2
[ 0.103712] SRAT: PXM 3 -> APIC 0xcc -> Node 3
[ 0.103714] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[ 0.103716] SRAT: PXM 1 -> APIC 0x50 -> Node 1
[ 0.103717] SRAT: PXM 2 -> APIC 0x90 -> Node 2
[ 0.103719] SRAT: PXM 3 -> APIC 0xd0 -> Node 3
[ 0.103721] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[ 0.103723] SRAT: PXM 1 -> APIC 0x62 -> Node 1
[ 0.103724] SRAT: PXM 2 -> APIC 0xa2 -> Node 2
[ 0.103726] SRAT: PXM 3 -> APIC 0xe2 -> Node 3
[ 0.103728] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[ 0.103730] SRAT: PXM 1 -> APIC 0x66 -> Node 1
[ 0.103732] SRAT: PXM 2 -> APIC 0xa6 -> Node 2
[ 0.103734] SRAT: PXM 3 -> APIC 0xe6 -> Node 3
[ 0.103735] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[ 0.103737] SRAT: PXM 1 -> APIC 0x68 -> Node 1
[ 0.103739] SRAT: PXM 2 -> APIC 0xa8 -> Node 2
[ 0.103741] SRAT: PXM 3 -> APIC 0xe8 -> Node 3
[ 0.103743] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[ 0.103744] SRAT: PXM 1 -> APIC 0x6e -> Node 1
[ 0.103746] SRAT: PXM 2 -> APIC 0xae -> Node 2
[ 0.103748] SRAT: PXM 3 -> APIC 0xee -> Node 3
[ 0.103750] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.103752] SRAT: PXM 1 -> APIC 0x41 -> Node 1
[ 0.103753] SRAT: PXM 2 -> APIC 0x81 -> Node 2
[ 0.103755] SRAT: PXM 3 -> APIC 0xc1 -> Node 3
[ 0.103757] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.103758] SRAT: PXM 1 -> APIC 0x43 -> Node 1
[ 0.103760] SRAT: PXM 2 -> APIC 0x83 -> Node 2
[ 0.103762] SRAT: PXM 3 -> APIC 0xc3 -> Node 3
[ 0.103763] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.103765] SRAT: PXM 1 -> APIC 0x45 -> Node 1
[ 0.103767] SRAT: PXM 2 -> APIC 0x85 -> Node 2
[ 0.103768] SRAT: PXM 3 -> APIC 0xc5 -> Node 3
[ 0.103770] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.103772] SRAT: PXM 1 -> APIC 0x49 -> Node 1
[ 0.103773] SRAT: PXM 2 -> APIC 0x89 -> Node 2
[ 0.103775] SRAT: PXM 3 -> APIC 0xc9 -> Node 3
[ 0.103777] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.103779] SRAT: PXM 1 -> APIC 0x4d -> Node 1
[ 0.103781] SRAT: PXM 2 -> APIC 0x8d -> Node 2
[ 0.103783] SRAT: PXM 3 -> APIC 0xcd -> Node 3
[ 0.103784] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[ 0.103786] SRAT: PXM 1 -> APIC 0x51 -> Node 1
[ 0.103788] SRAT: PXM 2 -> APIC 0x91 -> Node 2
[ 0.103790] SRAT: PXM 3 -> APIC 0xd1 -> Node 3
[ 0.103792] SRAT: PXM 0 -> APIC 0x23 -> Node 0
[ 0.103794] SRAT: PXM 1 -> APIC 0x63 -> Node 1
[ 0.103796] SRAT: PXM 2 -> APIC 0xa3 -> Node 2
[ 0.103797] SRAT: PXM 3 -> APIC 0xe3 -> Node 3
[ 0.103799] SRAT: PXM 0 -> APIC 0x27 -> Node 0
[ 0.103801] SRAT: PXM 1 -> APIC 0x67 -> Node 1
[ 0.103802] SRAT: PXM 2 -> APIC 0xa7 -> Node 2
[ 0.103804] SRAT: PXM 3 -> APIC 0xe7 -> Node 3
[ 0.103806] SRAT: PXM 0 -> APIC 0x29 -> Node 0
[ 0.103807] SRAT: PXM 1 -> APIC 0x69 -> Node 1
[ 0.103809] SRAT: PXM 2 -> APIC 0xa9 -> Node 2
[ 0.103811] SRAT: PXM 3 -> APIC 0xe9 -> Node 3
[ 0.103812] SRAT: PXM 0 -> APIC 0x2f -> Node 0
[ 0.103814] SRAT: PXM 1 -> APIC 0x6f -> Node 1
[ 0.103816] SRAT: PXM 2 -> APIC 0xaf -> Node 2
[ 0.103817] SRAT: PXM 3 -> APIC 0xef -> Node 3
[ 0.103831] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.103835] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x407fffffff]
[ 0.103838] ACPI: SRAT: Node 1 PXM 1 [mem 0x4080000000-0x807fffffff]
[ 0.103841] ACPI: SRAT: Node 2 PXM 2 [mem 0x8080000000-0xc07fffffff]
[ 0.103843] ACPI: SRAT: Node 3 PXM 3 [mem 0xc080000000-0x1007fffffff]
[ 0.103858] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x407fffffff] -> [mem 0x00000000-0x407fffffff]
[ 0.103869] NODE_DATA(0) allocated [mem 0x407fffb000-0x407fffffff]
[ 0.103879] NODE_DATA(1) allocated [mem 0x807fffb000-0x807fffffff]
[ 0.103888] NODE_DATA(2) allocated [mem 0xc07fffb000-0xc07fffffff]
[ 0.103896] NODE_DATA(3) allocated [mem 0x1007fff6000-0x1007fffafff]
[ 0.103922] crashkernel reserved: 0x0000000069000000 - 0x0000000079000000 (256 MB)
[ 0.105720] Zone ranges:
[ 0.105722] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.105727] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.105731] Normal [mem 0x0000000100000000-0x000001007fffffff]
[ 0.105735] Device empty
[ 0.105737] Movable zone start for each node
[ 0.105739] Early memory node ranges
[ 0.105740] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.105745] node 0: [mem 0x0000000000100000-0x0000000051c81fff]
[ 0.105747] node 0: [mem 0x0000000059c8a000-0x000000006295bfff]
[ 0.105750] node 0: [mem 0x0000000062f5d000-0x0000000079e88fff]
[ 0.105752] node 0: [mem 0x000000007b6ca000-0x000000007b6fffff]
[ 0.105754] node 0: [mem 0x0000000100000000-0x000000407fffffff]
[ 0.105805] node 1: [mem 0x0000004080000000-0x000000807fffffff]
[ 0.105854] node 2: [mem 0x0000008080000000-0x000000c07fffffff]
[ 0.105902] node 3: [mem 0x000000c080000000-0x000001007fffffff]
[ 0.105953] Initmem setup node 0 [mem 0x0000000000001000-0x000000407fffffff]
[ 0.105962] Initmem setup node 1 [mem 0x0000004080000000-0x000000807fffffff]
[ 0.105965] Initmem setup node 2 [mem 0x0000008080000000-0x000000c07fffffff]
[ 0.105968] Initmem setup node 3 [mem 0x000000c080000000-0x000001007fffffff]
[ 0.105975] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.106040] On node 0, zone DMA: 100 pages in unavailable ranges
[ 0.112470] On node 0, zone DMA32: 32776 pages in unavailable ranges
[ 0.113984] On node 0, zone DMA32: 1537 pages in unavailable ranges
[ 0.114119] On node 0, zone DMA32: 6209 pages in unavailable ranges
[ 1.172260] On node 0, zone Normal: 18688 pages in unavailable ranges
[ 5.151636] ACPI: PM-Timer IO Port: 0x408
[ 5.151701] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
[ 5.151706] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 5.151708] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 5.151710] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 5.151712] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 5.151714] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
[ 5.151716] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
[ 5.151719] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
[ 5.151721] ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
[ 5.151723] ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
[ 5.151725] ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
[ 5.151728] ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
[ 5.151730] ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
[ 5.151732] ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
[ 5.151734] ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
[ 5.151736] ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
[ 5.151738] ACPI: LAPIC_NMI (acpi_id[0x10] high level lint[0x1])
[ 5.151740] ACPI: LAPIC_NMI (acpi_id[0x11] high level lint[0x1])
[ 5.151742] ACPI: LAPIC_NMI (acpi_id[0x12] high level lint[0x1])
[ 5.151743] ACPI: LAPIC_NMI (acpi_id[0x13] high level lint[0x1])
[ 5.151745] ACPI: LAPIC_NMI (acpi_id[0x14] high level lint[0x1])
[ 5.151747] ACPI: LAPIC_NMI (acpi_id[0x15] high level lint[0x1])
[ 5.151749] ACPI: LAPIC_NMI (acpi_id[0x16] high level lint[0x1])
[ 5.151751] ACPI: LAPIC_NMI (acpi_id[0x17] high level lint[0x1])
[ 5.151752] ACPI: LAPIC_NMI (acpi_id[0x18] high level lint[0x1])
[ 5.151754] ACPI: LAPIC_NMI (acpi_id[0x19] high level lint[0x1])
[ 5.151756] ACPI: LAPIC_NMI (acpi_id[0x1a] high level lint[0x1])
[ 5.151758] ACPI: LAPIC_NMI (acpi_id[0x1b] high level lint[0x1])
[ 5.151760] ACPI: LAPIC_NMI (acpi_id[0x1c] high level lint[0x1])
[ 5.151762] ACPI: LAPIC_NMI (acpi_id[0x1d] high level lint[0x1])
[ 5.151763] ACPI: LAPIC_NMI (acpi_id[0x1e] high level lint[0x1])
[ 5.151765] ACPI: LAPIC_NMI (acpi_id[0x1f] high level lint[0x1])
[ 5.151768] ACPI: LAPIC_NMI (acpi_id[0x20] high level lint[0x1])
[ 5.151770] ACPI: LAPIC_NMI (acpi_id[0x21] high level lint[0x1])
[ 5.151772] ACPI: LAPIC_NMI (acpi_id[0x22] high level lint[0x1])
[ 5.151774] ACPI: LAPIC_NMI (acpi_id[0x23] high level lint[0x1])
[ 5.151776] ACPI: LAPIC_NMI (acpi_id[0x24] high level lint[0x1])
[ 5.151778] ACPI: LAPIC_NMI (acpi_id[0x25] high level lint[0x1])
[ 5.151780] ACPI: LAPIC_NMI (acpi_id[0x26] high level lint[0x1])
[ 5.151782] ACPI: LAPIC_NMI (acpi_id[0x27] high level lint[0x1])
[ 5.151783] ACPI: LAPIC_NMI (acpi_id[0x28] high level lint[0x1])
[ 5.151785] ACPI: LAPIC_NMI (acpi_id[0x29] high level lint[0x1])
[ 5.151787] ACPI: LAPIC_NMI (acpi_id[0x2a] high level lint[0x1])
[ 5.151789] ACPI: LAPIC_NMI (acpi_id[0x2b] high level lint[0x1])
[ 5.151791] ACPI: LAPIC_NMI (acpi_id[0x2c] high level lint[0x1])
[ 5.151792] ACPI: LAPIC_NMI (acpi_id[0x2d] high level lint[0x1])
[ 5.151794] ACPI: LAPIC_NMI (acpi_id[0x2e] high level lint[0x1])
[ 5.151796] ACPI: LAPIC_NMI (acpi_id[0x2f] high level lint[0x1])
[ 5.151798] ACPI: LAPIC_NMI (acpi_id[0x30] high level lint[0x1])
[ 5.151800] ACPI: LAPIC_NMI (acpi_id[0x31] high level lint[0x1])
[ 5.151802] ACPI: LAPIC_NMI (acpi_id[0x32] high level lint[0x1])
[ 5.151804] ACPI: LAPIC_NMI (acpi_id[0x33] high level lint[0x1])
[ 5.151806] ACPI: LAPIC_NMI (acpi_id[0x34] high level lint[0x1])
[ 5.151808] ACPI: LAPIC_NMI (acpi_id[0x35] high level lint[0x1])
[ 5.151810] ACPI: LAPIC_NMI (acpi_id[0x36] high level lint[0x1])
[ 5.151812] ACPI: LAPIC_NMI (acpi_id[0x37] high level lint[0x1])
[ 5.151814] ACPI: LAPIC_NMI (acpi_id[0x38] high level lint[0x1])
[ 5.151815] ACPI: LAPIC_NMI (acpi_id[0x39] high level lint[0x1])
[ 5.151817] ACPI: LAPIC_NMI (acpi_id[0x3a] high level lint[0x1])
[ 5.151819] ACPI: LAPIC_NMI (acpi_id[0x3b] high level lint[0x1])
[ 5.151821] ACPI: LAPIC_NMI (acpi_id[0x3c] high level lint[0x1])
[ 5.151823] ACPI: LAPIC_NMI (acpi_id[0x3d] high level lint[0x1])
[ 5.151824] ACPI: LAPIC_NMI (acpi_id[0x3e] high level lint[0x1])
[ 5.151826] ACPI: LAPIC_NMI (acpi_id[0x3f] high level lint[0x1])
[ 5.151828] ACPI: LAPIC_NMI (acpi_id[0x40] high level lint[0x1])
[ 5.151830] ACPI: LAPIC_NMI (acpi_id[0x41] high level lint[0x1])
[ 5.151831] ACPI: LAPIC_NMI (acpi_id[0x42] high level lint[0x1])
[ 5.151833] ACPI: LAPIC_NMI (acpi_id[0x43] high level lint[0x1])
[ 5.151835] ACPI: LAPIC_NMI (acpi_id[0x44] high level lint[0x1])
[ 5.151837] ACPI: LAPIC_NMI (acpi_id[0x45] high level lint[0x1])
[ 5.151838] ACPI: LAPIC_NMI (acpi_id[0x46] high level lint[0x1])
[ 5.151840] ACPI: LAPIC_NMI (acpi_id[0x47] high level lint[0x1])
[ 5.151842] ACPI: LAPIC_NMI (acpi_id[0x48] high level lint[0x1])
[ 5.151844] ACPI: LAPIC_NMI (acpi_id[0x49] high level lint[0x1])
[ 5.151845] ACPI: LAPIC_NMI (acpi_id[0x4a] high level lint[0x1])
[ 5.151847] ACPI: LAPIC_NMI (acpi_id[0x4b] high level lint[0x1])
[ 5.151849] ACPI: LAPIC_NMI (acpi_id[0x4c] high level lint[0x1])
[ 5.151851] ACPI: LAPIC_NMI (acpi_id[0x4d] high level lint[0x1])
[ 5.151853] ACPI: LAPIC_NMI (acpi_id[0x4e] high level lint[0x1])
[ 5.151855] ACPI: LAPIC_NMI (acpi_id[0x4f] high level lint[0x1])
[ 5.151857] ACPI: LAPIC_NMI (acpi_id[0x50] high level lint[0x1])
[ 5.151859] ACPI: LAPIC_NMI (acpi_id[0x51] high level lint[0x1])
[ 5.151861] ACPI: LAPIC_NMI (acpi_id[0x52] high level lint[0x1])
[ 5.151863] ACPI: LAPIC_NMI (acpi_id[0x53] high level lint[0x1])
[ 5.151865] ACPI: LAPIC_NMI (acpi_id[0x54] high level lint[0x1])
[ 5.151867] ACPI: LAPIC_NMI (acpi_id[0x55] high level lint[0x1])
[ 5.151869] ACPI: LAPIC_NMI (acpi_id[0x56] high level lint[0x1])
[ 5.151871] ACPI: LAPIC_NMI (acpi_id[0x57] high level lint[0x1])
[ 5.151872] ACPI: LAPIC_NMI (acpi_id[0x58] high level lint[0x1])
[ 5.151874] ACPI: LAPIC_NMI (acpi_id[0x59] high level lint[0x1])
[ 5.151876] ACPI: LAPIC_NMI (acpi_id[0x5a] high level lint[0x1])
[ 5.151878] ACPI: LAPIC_NMI (acpi_id[0x5b] high level lint[0x1])
[ 5.151879] ACPI: LAPIC_NMI (acpi_id[0x5c] high level lint[0x1])
[ 5.151881] ACPI: LAPIC_NMI (acpi_id[0x5d] high level lint[0x1])
[ 5.151883] ACPI: LAPIC_NMI (acpi_id[0x5e] high level lint[0x1])
[ 5.151885] ACPI: LAPIC_NMI (acpi_id[0x5f] high level lint[0x1])
[ 5.151886] ACPI: LAPIC_NMI (acpi_id[0x60] high level lint[0x1])
[ 5.151888] ACPI: LAPIC_NMI (acpi_id[0x61] high level lint[0x1])
[ 5.151890] ACPI: LAPIC_NMI (acpi_id[0x62] high level lint[0x1])
[ 5.151892] ACPI: LAPIC_NMI (acpi_id[0x63] high level lint[0x1])
[ 5.151893] ACPI: LAPIC_NMI (acpi_id[0x64] high level lint[0x1])
[ 5.151895] ACPI: LAPIC_NMI (acpi_id[0x65] high level lint[0x1])
[ 5.151897] ACPI: LAPIC_NMI (acpi_id[0x66] high level lint[0x1])
[ 5.151899] ACPI: LAPIC_NMI (acpi_id[0x67] high level lint[0x1])
[ 5.151900] ACPI: LAPIC_NMI (acpi_id[0x68] high level lint[0x1])
[ 5.151902] ACPI: LAPIC_NMI (acpi_id[0x69] high level lint[0x1])
[ 5.151904] ACPI: LAPIC_NMI (acpi_id[0x6a] high level lint[0x1])
[ 5.151906] ACPI: LAPIC_NMI (acpi_id[0x6b] high level lint[0x1])
[ 5.151907] ACPI: LAPIC_NMI (acpi_id[0x6c] high level lint[0x1])
[ 5.151909] ACPI: LAPIC_NMI (acpi_id[0x6d] high level lint[0x1])
[ 5.151911] ACPI: LAPIC_NMI (acpi_id[0x6e] high level lint[0x1])
[ 5.151913] ACPI: LAPIC_NMI (acpi_id[0x6f] high level lint[0x1])
[ 5.151915] ACPI: LAPIC_NMI (acpi_id[0x70] high level lint[0x1])
[ 5.151917] ACPI: LAPIC_NMI (acpi_id[0x71] high level lint[0x1])
[ 5.151919] ACPI: LAPIC_NMI (acpi_id[0x72] high level lint[0x1])
[ 5.151921] ACPI: LAPIC_NMI (acpi_id[0x73] high level lint[0x1])
[ 5.151923] ACPI: LAPIC_NMI (acpi_id[0x74] high level lint[0x1])
[ 5.151925] ACPI: LAPIC_NMI (acpi_id[0x75] high level lint[0x1])
[ 5.151927] ACPI: LAPIC_NMI (acpi_id[0x76] high level lint[0x1])
[ 5.151929] ACPI: LAPIC_NMI (acpi_id[0x77] high level lint[0x1])
[ 5.151931] ACPI: LAPIC_NMI (acpi_id[0x78] high level lint[0x1])
[ 5.151932] ACPI: LAPIC_NMI (acpi_id[0x79] high level lint[0x1])
[ 5.151934] ACPI: LAPIC_NMI (acpi_id[0x7a] high level lint[0x1])
[ 5.151936] ACPI: LAPIC_NMI (acpi_id[0x7b] high level lint[0x1])
[ 5.151938] ACPI: LAPIC_NMI (acpi_id[0x7c] high level lint[0x1])
[ 5.151940] ACPI: LAPIC_NMI (acpi_id[0x7d] high level lint[0x1])
[ 5.151942] ACPI: LAPIC_NMI (acpi_id[0x7e] high level lint[0x1])
[ 5.151944] ACPI: LAPIC_NMI (acpi_id[0x7f] high level lint[0x1])
[ 5.151946] ACPI: LAPIC_NMI (acpi_id[0x80] high level lint[0x1])
[ 5.151948] ACPI: LAPIC_NMI (acpi_id[0x81] high level lint[0x1])
[ 5.151950] ACPI: LAPIC_NMI (acpi_id[0x82] high level lint[0x1])
[ 5.151952] ACPI: LAPIC_NMI (acpi_id[0x83] high level lint[0x1])
[ 5.151954] ACPI: LAPIC_NMI (acpi_id[0x84] high level lint[0x1])
[ 5.151956] ACPI: LAPIC_NMI (acpi_id[0x85] high level lint[0x1])
[ 5.151958] ACPI: LAPIC_NMI (acpi_id[0x86] high level lint[0x1])
[ 5.151959] ACPI: LAPIC_NMI (acpi_id[0x87] high level lint[0x1])
[ 5.151961] ACPI: LAPIC_NMI (acpi_id[0x88] high level lint[0x1])
[ 5.151963] ACPI: LAPIC_NMI (acpi_id[0x89] high level lint[0x1])
[ 5.151965] ACPI: LAPIC_NMI (acpi_id[0x8a] high level lint[0x1])
[ 5.151966] ACPI: LAPIC_NMI (acpi_id[0x8b] high level lint[0x1])
[ 5.151968] ACPI: LAPIC_NMI (acpi_id[0x8c] high level lint[0x1])
[ 5.151970] ACPI: LAPIC_NMI (acpi_id[0x8d] high level lint[0x1])
[ 5.151972] ACPI: LAPIC_NMI (acpi_id[0x8e] high level lint[0x1])
[ 5.151974] ACPI: LAPIC_NMI (acpi_id[0x8f] high level lint[0x1])
[ 5.151976] ACPI: LAPIC_NMI (acpi_id[0x90] high level lint[0x1])
[ 5.151977] ACPI: LAPIC_NMI (acpi_id[0x91] high level lint[0x1])
[ 5.151979] ACPI: LAPIC_NMI (acpi_id[0x92] high level lint[0x1])
[ 5.151981] ACPI: LAPIC_NMI (acpi_id[0x93] high level lint[0x1])
[ 5.151983] ACPI: LAPIC_NMI (acpi_id[0x94] high level lint[0x1])
[ 5.151985] ACPI: LAPIC_NMI (acpi_id[0x95] high level lint[0x1])
[ 5.151986] ACPI: LAPIC_NMI (acpi_id[0x96] high level lint[0x1])
[ 5.151988] ACPI: LAPIC_NMI (acpi_id[0x97] high level lint[0x1])
[ 5.151990] ACPI: LAPIC_NMI (acpi_id[0x98] high level lint[0x1])
[ 5.151992] ACPI: LAPIC_NMI (acpi_id[0x99] high level lint[0x1])
[ 5.151994] ACPI: LAPIC_NMI (acpi_id[0x9a] high level lint[0x1])
[ 5.151995] ACPI: LAPIC_NMI (acpi_id[0x9b] high level lint[0x1])
[ 5.151997] ACPI: LAPIC_NMI (acpi_id[0x9c] high level lint[0x1])
[ 5.151999] ACPI: LAPIC_NMI (acpi_id[0x9d] high level lint[0x1])
[ 5.152001] ACPI: LAPIC_NMI (acpi_id[0x9e] high level lint[0x1])
[ 5.152003] ACPI: LAPIC_NMI (acpi_id[0x9f] high level lint[0x1])
[ 5.152005] ACPI: LAPIC_NMI (acpi_id[0xa0] high level lint[0x1])
[ 5.152006] ACPI: LAPIC_NMI (acpi_id[0xa1] high level lint[0x1])
[ 5.152008] ACPI: LAPIC_NMI (acpi_id[0xa2] high level lint[0x1])
[ 5.152010] ACPI: LAPIC_NMI (acpi_id[0xa3] high level lint[0x1])
[ 5.152012] ACPI: LAPIC_NMI (acpi_id[0xa4] high level lint[0x1])
[ 5.152014] ACPI: LAPIC_NMI (acpi_id[0xa5] high level lint[0x1])
[ 5.152015] ACPI: LAPIC_NMI (acpi_id[0xa6] high level lint[0x1])
[ 5.152017] ACPI: LAPIC_NMI (acpi_id[0xa7] high level lint[0x1])
[ 5.152019] ACPI: LAPIC_NMI (acpi_id[0xa8] high level lint[0x1])
[ 5.152021] ACPI: LAPIC_NMI (acpi_id[0xa9] high level lint[0x1])
[ 5.152023] ACPI: LAPIC_NMI (acpi_id[0xaa] high level lint[0x1])
[ 5.152025] ACPI: LAPIC_NMI (acpi_id[0xab] high level lint[0x1])
[ 5.152027] ACPI: LAPIC_NMI (acpi_id[0xac] high level lint[0x1])
[ 5.152029] ACPI: LAPIC_NMI (acpi_id[0xad] high level lint[0x1])
[ 5.152031] ACPI: LAPIC_NMI (acpi_id[0xae] high level lint[0x1])
[ 5.152033] ACPI: LAPIC_NMI (acpi_id[0xaf] high level lint[0x1])
[ 5.152035] ACPI: LAPIC_NMI (acpi_id[0xb0] high level lint[0x1])
[ 5.152038] ACPI: LAPIC_NMI (acpi_id[0xb1] high level lint[0x1])
[ 5.152040] ACPI: LAPIC_NMI (acpi_id[0xb2] high level lint[0x1])
[ 5.152042] ACPI: LAPIC_NMI (acpi_id[0xb3] high level lint[0x1])
[ 5.152044] ACPI: LAPIC_NMI (acpi_id[0xb4] high level lint[0x1])
[ 5.152046] ACPI: LAPIC_NMI (acpi_id[0xb5] high level lint[0x1])
[ 5.152048] ACPI: LAPIC_NMI (acpi_id[0xb6] high level lint[0x1])
[ 5.152050] ACPI: LAPIC_NMI (acpi_id[0xb7] high level lint[0x1])
[ 5.152052] ACPI: LAPIC_NMI (acpi_id[0xb8] high level lint[0x1])
[ 5.152054] ACPI: LAPIC_NMI (acpi_id[0xb9] high level lint[0x1])
[ 5.152055] ACPI: LAPIC_NMI (acpi_id[0xba] high level lint[0x1])
[ 5.152057] ACPI: LAPIC_NMI (acpi_id[0xbb] high level lint[0x1])
[ 5.152059] ACPI: LAPIC_NMI (acpi_id[0xbc] high level lint[0x1])
[ 5.152061] ACPI: LAPIC_NMI (acpi_id[0xbd] high level lint[0x1])
[ 5.152062] ACPI: LAPIC_NMI (acpi_id[0xbe] high level lint[0x1])
[ 5.152064] ACPI: LAPIC_NMI (acpi_id[0xbf] high level lint[0x1])
[ 5.152080] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 5.152089] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-47
[ 5.152097] IOAPIC[2]: apic_id 10, version 32, address 0xfec40000, GSI 48-71
[ 5.152105] IOAPIC[3]: apic_id 11, version 32, address 0xfec80000, GSI 72-95
[ 5.152113] IOAPIC[4]: apic_id 12, version 32, address 0xfecc0000, GSI 96-119
[ 5.152120] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 5.152125] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 5.152140] ACPI: Using ACPI (MADT) for SMP configuration information
[ 5.152143] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 5.152155] TSC deadline timer available
[ 5.152167] CPU topo: Max. logical packages: 4
[ 5.152169] CPU topo: Max. logical dies: 4
[ 5.152171] CPU topo: Max. dies per package: 1
[ 5.152183] CPU topo: Max. threads per core: 2
[ 5.152186] CPU topo: Num. cores per package: 10
[ 5.152188] CPU topo: Num. threads per package: 20
[ 5.152189] CPU topo: Allowing 80 present CPUs plus 0 hotplug CPUs
[ 5.152235] [mem 0x90000000-0xfed1bfff] available for PCI devices
[ 5.152242] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 5.164767] setup_percpu: NR_CPUS:512 nr_cpumask_bits:80 nr_cpu_ids:80 nr_node_ids:4
[ 5.175948] percpu: Embedded 58 pages/cpu s200616 r8192 d28760 u262144
[ 5.176132] Kernel command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy initcall_debug log_buf_len=32M trace_buf_size=26214K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=2 ftrace_graph_filter=intel_setup_irq_remapping
[ 5.176226] audit: disabled (until reboot)
[ 5.176377] random: crng init done
[ 5.179179] Fallback order for Node 0: 0 1 2 3
[ 5.179189] Fallback order for Node 1: 1 2 3 0
[ 5.179196] Fallback order for Node 2: 2 3 0 1
[ 5.179203] Fallback order for Node 3: 3 0 1 2
[ 5.179225] Built 4 zonelists, mobility grouping on. Total pages: 264182611
[ 5.179228] Policy zone: Normal
[ 5.179232] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 5.179255] software IO TLB: area num 128.
[ 11.627129] Memory: 1056179596K/1073504580K available (16384K kernel code, 3602K rwdata, 5036K rodata, 3060K init, 3048K bss, 17324728K reserved, 0K cma-reserved)
[ 11.628312] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=80, Nodes=4
[ 11.628581] Kernel/User page tables isolation: enabled
[ 11.628843] ftrace: allocating 45704 entries in 179 pages
[ 11.650116] ftrace: allocated 179 pages with 5 groups
[ 11.727557] Dynamic Preempt: voluntary
[ 11.728872] rcu: Preemptible hierarchical RCU implementation.
[ 11.728875] rcu: RCU event tracing is enabled.
[ 11.728876] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=80.
[ 11.728880] Trampoline variant of Tasks RCU enabled.
[ 11.728882] Rude variant of Tasks RCU enabled.
[ 11.728883] Tracing variant of Tasks RCU enabled.
[ 11.728885] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 11.728887] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=80
[ 11.729138] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 11.729166] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 11.729209] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 11.735969] NR_IRQS: 33024, nr_irqs: 2696, preallocated irqs: 16
[ 11.736515] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 11.741582] Console: colour EGA 80x25
[ 11.741588] printk: legacy console [tty0] enabled
[ 11.781257] printk: legacy console [ttyS1] enabled
[ 14.814806] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 14.827536] ACPI: Core revision 20230628
[ 14.833720] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 14.844075] APIC: Switch to symmetric I/O mode setup
[ 14.849709] DMAR: Host address width 46
[ 14.854076] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x0
[ 14.860106] DMAR: dmar0: reg_base_addr c7ffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 14.869058] DMAR: DRHD base: 0x000000e3ffc000 flags: 0x0
[ 14.875081] DMAR: dmar1: reg_base_addr e3ffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 14.884047] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 14.890066] DMAR: dmar2: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 14.899017] DMAR: DRHD base: 0x000000abffc000 flags: 0x1
[ 14.905057] DMAR: dmar3: reg_base_addr abffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 14.914007] DMAR: RMRR base: 0x00000051c82000 end: 0x00000059c89fff
[ 14.921109] DMAR: RMRR base: 0x0000007aa07000 end: 0x0000007ab06fff
[ 14.928192] DMAR: ATSR flags: 0x0
[ 14.931975] DMAR: ATSR flags: 0x0
[ 14.935765] DMAR: ATSR flags: 0x0
[ 14.939546] DMAR: ATSR flags: 0x0
[ 14.943332] DMAR-IR: IOAPIC id 12 under DRHD base 0xfbffc000 IOMMU 2
[ 14.950614] DMAR-IR: IOAPIC id 11 under DRHD base 0xe3ffc000 IOMMU 1
[ 14.957898] DMAR-IR: IOAPIC id 10 under DRHD base 0xc7ffc000 IOMMU 0
[ 14.965175] DMAR-IR: IOAPIC id 8 under DRHD base 0xabffc000 IOMMU 3
[ 14.972348] DMAR-IR: IOAPIC id 9 under DRHD base 0xabffc000 IOMMU 3
[ 14.979519] DMAR-IR: HPET id 0 under DRHD base 0xabffc000
[ 14.985634] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 14.985636] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 15.002810] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
[ 15.012144] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
[ 15.021490] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
[ 15.030821] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
[ 15.039798] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 15.045807] x2apic: IRQ remapping doesn't support X2APIC mode
[ 15.052322] APIC: Switched APIC routing to: physical flat
[ 15.059584] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 15.071069] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2842e5c3e11, max_idle_ns: 440795251153 ns
[ 15.082934] Calibrating delay loop (skipped), value calculated using timer frequency.. 5586.25 BogoMIPS (lpj=2793129)
[ 15.084989] CPU0: Thermal monitoring enabled (TM1)
[ 15.086058] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 15.086934] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 15.087936] process: using mwait in idle threads
[ 15.088938] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 15.089940] Spectre V2 : Mitigation: Retpolines
[ 15.090934] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 15.092934] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 15.094934] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 15.095936] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 15.097934] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 15.098939] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 15.099937] MDS: Mitigation: Clear CPU buffers
[ 15.100934] TAA: Mitigation: Clear CPU buffers
[ 15.102934] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 15.104945] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 15.105934] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 15.106934] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 15.107935] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 15.108934] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 15.149551] Freeing SMP alternatives memory: 40K
[ 15.149936] pid_max: default: 81920 minimum: 640
[ 15.303010] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc hugepage)
[ 15.379561] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 15.383337] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 15.386741] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 15.388574] smpboot: CPU0: Intel(R) Xeon(R) CPU E7-8891 v3 @ 2.80GHz (family: 0x6, model: 0x3f, stepping: 0x4)
[ 15.389839] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 15.390938] ... version: 3
[ 15.391935] ... bit width: 48
[ 15.392935] ... generic registers: 4
[ 15.393935] ... value mask: 0000ffffffffffff
[ 15.394935] ... max period: 00007fffffffffff
[ 15.395935] ... fixed-purpose events: 3
[ 15.396935] ... event mask: 000000070000000f
[ 15.398607] signal: max sigframe size: 1776
[ 15.398996] Estimated ratio of average max frequency by base frequency (times 1024): 1170
[ 15.400119] rcu: Hierarchical SRCU implementation.
[ 15.400936] rcu: Max phase no-delay instances is 400.
[ 15.404888] smp: Bringing up secondary CPUs ...
[ 15.424146] smpboot: x86: Booting SMP configuration:
[ 15.424935] .... node #1, CPUs: #1
[ 15.442935] .... node #2, CPUs: #2
[ 15.461935] .... node #3, CPUs: #3
[ 15.475935] .... node #0, CPUs: #4
[ 15.494935] .... node #1, CPUs: #5
[ 15.511935] .... node #2, CPUs: #6
[ 15.530935] .... node #3, CPUs: #7
[ 15.545935] .... node #0, CPUs: #8
[ 15.564935] .... node #1, CPUs: #9
[ 15.580935] .... node #2, CPUs: #10
[ 15.599935] .... node #3, CPUs: #11
[ 15.613935] .... node #0, CPUs: #12
[ 15.632935] .... node #1, CPUs: #13
[ 15.648935] .... node #2, CPUs: #14
[ 15.667935] .... node #3, CPUs: #15
[ 15.681935] .... node #0, CPUs: #16
[ 15.700935] .... node #1, CPUs: #17
[ 15.716935] .... node #2, CPUs: #18
[ 15.735935] .... node #3, CPUs: #19
[ 15.750934] .... node #0, CPUs: #20
[ 15.769936] .... node #1, CPUs: #21
[ 15.785935] .... node #2, CPUs: #22
[ 15.804935] .... node #3, CPUs: #23
[ 15.818935] .... node #0, CPUs: #24
[ 15.837935] .... node #1, CPUs: #25
[ 15.853936] .... node #2, CPUs: #26
[ 15.872935] .... node #3, CPUs: #27
[ 15.886935] .... node #0, CPUs: #28
[ 15.905936] .... node #1, CPUs: #29
[ 15.921935] .... node #2, CPUs: #30
[ 15.938935] .... node #3, CPUs: #31
[ 15.953935] .... node #0, CPUs: #32
[ 15.972935] .... node #1, CPUs: #33
[ 15.988935] .... node #2, CPUs: #34
[ 16.004935] .... node #3, CPUs: #35
[ 16.018935] .... node #0, CPUs: #36
[ 16.037935] .... node #1, CPUs: #37
[ 16.053935] .... node #2, CPUs: #38
[ 16.069935] .... node #3, CPUs: #39
[ 16.098936] .... node #0, CPUs: #40
[ 16.119936] .... node #1, CPUs: #41
[ 16.137935] .... node #2, CPUs: #42
[ 16.155936] .... node #3, CPUs: #43
[ 16.171936] .... node #0, CPUs: #44
[ 16.192936] .... node #1, CPUs: #45
[ 16.210935] .... node #2, CPUs: #46
[ 16.228935] .... node #3, CPUs: #47
[ 16.244936] .... node #0, CPUs: #48
[ 16.265935] .... node #1, CPUs: #49
[ 16.282936] .... node #2, CPUs: #50
[ 16.299936] .... node #3, CPUs: #51
[ 16.315936] .... node #0, CPUs: #52
[ 16.335936] .... node #1, CPUs: #53
[ 16.352936] .... node #2, CPUs: #54
[ 16.369936] .... node #3, CPUs: #55
[ 16.385936] .... node #0, CPUs: #56
[ 16.406935] .... node #1, CPUs: #57
[ 16.423936] .... node #2, CPUs: #58
[ 16.440936] .... node #3, CPUs: #59
[ 16.456936] .... node #0, CPUs: #60
[ 16.476936] .... node #1, CPUs: #61
[ 16.493936] .... node #2, CPUs: #62
[ 16.510936] .... node #3, CPUs: #63
[ 16.526936] .... node #0, CPUs: #64
[ 16.546936] .... node #1, CPUs: #65
[ 16.563936] .... node #2, CPUs: #66
[ 16.580936] .... node #3, CPUs: #67
[ 16.596936] .... node #0, CPUs: #68
[ 16.616936] .... node #1, CPUs: #69
[ 16.633936] .... node #2, CPUs: #70
[ 16.650936] .... node #3, CPUs: #71
[ 16.666936] .... node #0, CPUs: #72
[ 16.686936] .... node #1, CPUs: #73
[ 16.703936] .... node #2, CPUs: #74
[ 16.720936] .... node #3, CPUs: #75
[ 16.736936] .... node #0, CPUs: #76
[ 16.756936] .... node #1, CPUs: #77
[ 16.773936] .... node #2, CPUs: #78
[ 16.790936] .... node #3, CPUs: #79
[ 16.791188] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 16.792935] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 16.793934] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 16.810188] smp: Brought up 4 nodes, 80 CPUs
[ 16.810941] smpboot: Total of 80 processors activated (446900.64 BogoMIPS)
[ 16.890773] devtmpfs: initialized
[ 16.892119] x86/mm: Memory block size: 2048MB
[ 16.906127] ACPI: PM: Registering ACPI NVS region [mem 0x7ab0b000-0x7b53afff] (10682368 bytes)
[ 16.907456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 16.908005] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[ 16.909871] Starting tracer 'function_graph'
[ 17.397439] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 17.401409] thermal_sys: Registered thermal governor 'step_wise'
[ 17.401419] thermal_sys: Registered thermal governor 'user_space'
[ 17.403003] cpuidle: using governor menu
[ 17.404648] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 17.405575] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[ 17.405950] PCI: ECAM [mem 0x80000000-0x8fffffff] reserved as E820 entry
[ 17.407068] PCI: Using configuration type 1 for base access
[ 17.408002] PCI: Dell System detected, enabling pci=bfsort.
[ 17.409321] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 17.410322] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 17.414207] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 17.414942] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 17.415947] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 17.416955] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 17.418713] Demotion targets for Node 0: null
[ 17.418946] Demotion targets for Node 1: null
[ 17.419942] Demotion targets for Node 2: null
[ 17.420941] Demotion targets for Node 3: null
[ 17.440939] raid6: avx2x4 gen() 8107 MB/s
[ 17.458941] raid6: avx2x2 gen() 8211 MB/s
[ 17.476942] raid6: avx2x1 gen() 6861 MB/s
[ 17.477943] raid6: using algorithm avx2x2 gen() 8211 MB/s
[ 17.495939] raid6: .... xor() 5702 MB/s, rmw enabled
[ 17.496943] raid6: using avx2x2 recovery algorithm
[ 17.498933] ACPI: Added _OSI(Module Device)
[ 17.503951] ACPI: Added _OSI(Processor Device)
[ 17.508946] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 17.513946] ACPI: Added _OSI(Processor Aggregator Device)
[ 20.061452] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 20.332002] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 20.387562] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 20.538541] ACPI: Interpreter enabled
[ 20.539002] ACPI: PM: (supports S0 S5)
[ 20.539950] ACPI: Using IOAPIC for interrupt routing
[ 20.542079] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 20.542942] PCI: Using E820 reservations for host bridge windows
[ 20.549876] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 20.741659] ACPI: PCI Root Bridge [UNC3] (domain 0000 [bus ff])
[ 20.741955] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 20.745491] acpi PNP0A03:00: _OSC: OS now controls [PME PCIeCapability LTR]
[ 20.745943] acpi PNP0A03:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 20.747212] PCI host bridge to bus 0000:ff
[ 20.747943] pci_bus 0000:ff: Unknown NUMA node; performance will be reduced
[ 20.748944] pci_bus 0000:ff: root bus resource [bus ff]
[ 20.750001] pci 0000:ff:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 20.751087] pci 0000:ff:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.751943] pci 0000:ff:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.753205] pci 0000:ff:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 20.754083] pci 0000:ff:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.754943] pci 0000:ff:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.756193] pci 0000:ff:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 20.757082] pci 0000:ff:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.757943] pci 0000:ff:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.759186] pci 0000:ff:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 20.760082] pci 0000:ff:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.760943] pci 0000:ff:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.762187] pci 0000:ff:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 20.763082] pci 0000:ff:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.763943] pci 0000:ff:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.765172] pci 0000:ff:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 20.766081] pci 0000:ff:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.766959] pci 0000:ff:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.768186] pci 0000:ff:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 20.769409] pci 0000:ff:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.769943] pci 0000:ff:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.771208] pci 0000:ff:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 20.772082] pci 0000:ff:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.772943] pci 0000:ff:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.774173] pci 0000:ff:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 20.775081] pci 0000:ff:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.775943] pci 0000:ff:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.777185] pci 0000:ff:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 20.778081] pci 0000:ff:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.778943] pci 0000:ff:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.780186] pci 0000:ff:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 20.781081] pci 0000:ff:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.781943] pci 0000:ff:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.783194] pci 0000:ff:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 20.784080] pci 0000:ff:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.784944] pci 0000:ff:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.786169] pci 0000:ff:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 20.787080] pci 0000:ff:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.787943] pci 0000:ff:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.789172] pci 0000:ff:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 20.790081] pci 0000:ff:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.790943] pci 0000:ff:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.792183] pci 0000:ff:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 20.793082] pci 0000:ff:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.793943] pci 0000:ff:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.795189] pci 0000:ff:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 20.796081] pci 0000:ff:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.796943] pci 0000:ff:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.798173] pci 0000:ff:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 20.799081] pci 0000:ff:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.799943] pci 0000:ff:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.801171] pci 0000:ff:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 20.802080] pci 0000:ff:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.802943] pci 0000:ff:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.804175] pci 0000:ff:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 20.805081] pci 0000:ff:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.805943] pci 0000:ff:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.807174] pci 0000:ff:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 20.808080] pci 0000:ff:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.808943] pci 0000:ff:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.810181] pci 0000:ff:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 20.811080] pci 0000:ff:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.811943] pci 0000:ff:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.813173] pci 0000:ff:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 20.814080] pci 0000:ff:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.814943] pci 0000:ff:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.816170] pci 0000:ff:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 20.817080] pci 0000:ff:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.817943] pci 0000:ff:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.819172] pci 0000:ff:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 20.820080] pci 0000:ff:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.820943] pci 0000:ff:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.822179] pci 0000:ff:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 20.823080] pci 0000:ff:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.823943] pci 0000:ff:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.825174] pci 0000:ff:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 20.826080] pci 0000:ff:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.826943] pci 0000:ff:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.828176] pci 0000:ff:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 20.829080] pci 0000:ff:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.829943] pci 0000:ff:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.831169] pci 0000:ff:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 20.832079] pci 0000:ff:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.832943] pci 0000:ff:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.835173] pci 0000:ff:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 20.836081] pci 0000:ff:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.836943] pci 0000:ff:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.838169] pci 0000:ff:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 20.839079] pci 0000:ff:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.839943] pci 0000:ff:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.841174] pci 0000:ff:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 20.842080] pci 0000:ff:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.842943] pci 0000:ff:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.844187] pci 0000:ff:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 20.845080] pci 0000:ff:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.845943] pci 0000:ff:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.847172] pci 0000:ff:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 20.848080] pci 0000:ff:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.848943] pci 0000:ff:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.850174] pci 0000:ff:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 20.851081] pci 0000:ff:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.851943] pci 0000:ff:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.853171] pci 0000:ff:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 20.854081] pci 0000:ff:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.854949] pci 0000:ff:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.856192] pci 0000:ff:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 20.857079] pci 0000:ff:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.857943] pci 0000:ff:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.859177] pci 0000:ff:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 20.860080] pci 0000:ff:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.860943] pci 0000:ff:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.862175] pci 0000:ff:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 20.863080] pci 0000:ff:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.863943] pci 0000:ff:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.865174] pci 0000:ff:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 20.866081] pci 0000:ff:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.866943] pci 0000:ff:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.868172] pci 0000:ff:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 20.869081] pci 0000:ff:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.869943] pci 0000:ff:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.871187] pci 0000:ff:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 20.872081] pci 0000:ff:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.872943] pci 0000:ff:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.874171] pci 0000:ff:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 20.875081] pci 0000:ff:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.875943] pci 0000:ff:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.877181] pci 0000:ff:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 20.878080] pci 0000:ff:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.878943] pci 0000:ff:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.880175] pci 0000:ff:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 20.881080] pci 0000:ff:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.881943] pci 0000:ff:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.883190] pci 0000:ff:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 20.884078] pci 0000:ff:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.884943] pci 0000:ff:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.886175] pci 0000:ff:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 20.887079] pci 0000:ff:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.887943] pci 0000:ff:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.889170] pci 0000:ff:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 20.890078] pci 0000:ff:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.890943] pci 0000:ff:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.892181] pci 0000:ff:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 20.893083] pci 0000:ff:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.893943] pci 0000:ff:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.895175] pci 0000:ff:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 20.896083] pci 0000:ff:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.896943] pci 0000:ff:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.898183] pci 0000:ff:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 20.899085] pci 0000:ff:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.899943] pci 0000:ff:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.901183] pci 0000:ff:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 20.902085] pci 0000:ff:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.902943] pci 0000:ff:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.904171] pci 0000:ff:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 20.905084] pci 0000:ff:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.905944] pci 0000:ff:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.907176] pci 0000:ff:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 20.908087] pci 0000:ff:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.908943] pci 0000:ff:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.910208] pci 0000:ff:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.911107] pci 0000:ff:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.911943] pci 0000:ff:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.913310] pci 0000:ff:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.914096] pci 0000:ff:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.914943] pci 0000:ff:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.916246] pci 0000:ff:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.917096] pci 0000:ff:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.917950] pci 0000:ff:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.919242] pci 0000:ff:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.920096] pci 0000:ff:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.920943] pci 0000:ff:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.922246] pci 0000:ff:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.923096] pci 0000:ff:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.923943] pci 0000:ff:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.926249] pci 0000:ff:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.927096] pci 0000:ff:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.927943] pci 0000:ff:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.929231] pci 0000:ff:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 20.930082] pci 0000:ff:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.930943] pci 0000:ff:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.932175] pci 0000:ff:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 20.933082] pci 0000:ff:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.933943] pci 0000:ff:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.935186] pci 0000:ff:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.936096] pci 0000:ff:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.936943] pci 0000:ff:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.938245] pci 0000:ff:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.939096] pci 0000:ff:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.939943] pci 0000:ff:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.941247] pci 0000:ff:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.942097] pci 0000:ff:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.942943] pci 0000:ff:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.944241] pci 0000:ff:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.945096] pci 0000:ff:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.945943] pci 0000:ff:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.947234] pci 0000:ff:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 20.948083] pci 0000:ff:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.948943] pci 0000:ff:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.950181] pci 0000:ff:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 20.951082] pci 0000:ff:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.951943] pci 0000:ff:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.953172] pci 0000:ff:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 20.954082] pci 0000:ff:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.954943] pci 0000:ff:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.956174] pci 0000:ff:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 20.957082] pci 0000:ff:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.957943] pci 0000:ff:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.959184] pci 0000:ff:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.960096] pci 0000:ff:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.960943] pci 0000:ff:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.962246] pci 0000:ff:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.963096] pci 0000:ff:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.963943] pci 0000:ff:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.965244] pci 0000:ff:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.966096] pci 0000:ff:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.966943] pci 0000:ff:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.968241] pci 0000:ff:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.969096] pci 0000:ff:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.969943] pci 0000:ff:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.971282] pci 0000:ff:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.972105] pci 0000:ff:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.972943] pci 0000:ff:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.974313] pci 0000:ff:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.975097] pci 0000:ff:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.975943] pci 0000:ff:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.977241] pci 0000:ff:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.978097] pci 0000:ff:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.978943] pci 0000:ff:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.980246] pci 0000:ff:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.981104] pci 0000:ff:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.981943] pci 0000:ff:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.983247] pci 0000:ff:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.984097] pci 0000:ff:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.984943] pci 0000:ff:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.986244] pci 0000:ff:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.987097] pci 0000:ff:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.987943] pci 0000:ff:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.989239] pci 0000:ff:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 20.990082] pci 0000:ff:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.990943] pci 0000:ff:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.992172] pci 0000:ff:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 20.993082] pci 0000:ff:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.993943] pci 0000:ff:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.995200] pci 0000:ff:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.996105] pci 0000:ff:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.996943] pci 0000:ff:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.998316] pci 0000:ff:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.999097] pci 0000:ff:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.999943] pci 0000:ff:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.001242] pci 0000:ff:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.002097] pci 0000:ff:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.002943] pci 0000:ff:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.004246] pci 0000:ff:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.005097] pci 0000:ff:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.005943] pci 0000:ff:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.007236] pci 0000:ff:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 21.008082] pci 0000:ff:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.008943] pci 0000:ff:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.010173] pci 0000:ff:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 21.011082] pci 0000:ff:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.011943] pci 0000:ff:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.013199] pci 0000:ff:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 21.014083] pci 0000:ff:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.014943] pci 0000:ff:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.017174] pci 0000:ff:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 21.018087] pci 0000:ff:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.018943] pci 0000:ff:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.020189] pci 0000:ff:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.021097] pci 0000:ff:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.021943] pci 0000:ff:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.023252] pci 0000:ff:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.024096] pci 0000:ff:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.024943] pci 0000:ff:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.026245] pci 0000:ff:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.027096] pci 0000:ff:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.027943] pci 0000:ff:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.029248] pci 0000:ff:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.030097] pci 0000:ff:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.030943] pci 0000:ff:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.032300] pci 0000:ff:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 21.033080] pci 0000:ff:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.033943] pci 0000:ff:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.035175] pci 0000:ff:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 21.036079] pci 0000:ff:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.036943] pci 0000:ff:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.038178] pci 0000:ff:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 21.039080] pci 0000:ff:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.039943] pci 0000:ff:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.041172] pci 0000:ff:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 21.041945] pci 0000:ff:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 21.042943] pci 0000:ff:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 21.043949] pci 0000:ff:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 21.044942] pci 0000:ff:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 21.045981] pci 0000:ff:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.046943] pci 0000:ff:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.048179] pci 0000:ff:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 21.049080] pci 0000:ff:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.049943] pci 0000:ff:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.051209] pci 0000:ff:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 21.052079] pci 0000:ff:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.052943] pci 0000:ff:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.054185] pci 0000:ff:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 21.055080] pci 0000:ff:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.055943] pci 0000:ff:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.058149] ACPI: PCI Root Bridge [UNC2] (domain 0000 [bus bf])
[ 21.058951] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 21.062467] acpi PNP0A03:01: _OSC: OS now controls [PME PCIeCapability LTR]
[ 21.062943] acpi PNP0A03:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 21.064206] PCI host bridge to bus 0000:bf
[ 21.064943] pci_bus 0000:bf: Unknown NUMA node; performance will be reduced
[ 21.065944] pci_bus 0000:bf: root bus resource [bus bf]
[ 21.066997] pci 0000:bf:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 21.068083] pci 0000:bf:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.068943] pci 0000:bf:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.070184] pci 0000:bf:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 21.071084] pci 0000:bf:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.071943] pci 0000:bf:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.073179] pci 0000:bf:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 21.074080] pci 0000:bf:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.074943] pci 0000:bf:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.076188] pci 0000:bf:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 21.077081] pci 0000:bf:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.077943] pci 0000:bf:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.079186] pci 0000:bf:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 21.080081] pci 0000:bf:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.080943] pci 0000:bf:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.082171] pci 0000:bf:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 21.083080] pci 0000:bf:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.083943] pci 0000:bf:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.085187] pci 0000:bf:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 21.086080] pci 0000:bf:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.086943] pci 0000:bf:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.088184] pci 0000:bf:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 21.089080] pci 0000:bf:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.089943] pci 0000:bf:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.091191] pci 0000:bf:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 21.092080] pci 0000:bf:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.092943] pci 0000:bf:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.094184] pci 0000:bf:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 21.095080] pci 0000:bf:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.095943] pci 0000:bf:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.097184] pci 0000:bf:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 21.098080] pci 0000:bf:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.098943] pci 0000:bf:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.100184] pci 0000:bf:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 21.101080] pci 0000:bf:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.101943] pci 0000:bf:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.103177] pci 0000:bf:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 21.104079] pci 0000:bf:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.104943] pci 0000:bf:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.106173] pci 0000:bf:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 21.107088] pci 0000:bf:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.107943] pci 0000:bf:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.109176] pci 0000:bf:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 21.110080] pci 0000:bf:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.110943] pci 0000:bf:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.112173] pci 0000:bf:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 21.114080] pci 0000:bf:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.114943] pci 0000:bf:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.116173] pci 0000:bf:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 21.117080] pci 0000:bf:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.117943] pci 0000:bf:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.119170] pci 0000:bf:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 21.120080] pci 0000:bf:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.120943] pci 0000:bf:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.122173] pci 0000:bf:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 21.123080] pci 0000:bf:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.123943] pci 0000:bf:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.125168] pci 0000:bf:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 21.126079] pci 0000:bf:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.126943] pci 0000:bf:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.128181] pci 0000:bf:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 21.129080] pci 0000:bf:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.129943] pci 0000:bf:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.131174] pci 0000:bf:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 21.132079] pci 0000:bf:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.132943] pci 0000:bf:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.134171] pci 0000:bf:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 21.135080] pci 0000:bf:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.135943] pci 0000:bf:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.137172] pci 0000:bf:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 21.138079] pci 0000:bf:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.138943] pci 0000:bf:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.140178] pci 0000:bf:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 21.141079] pci 0000:bf:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.141943] pci 0000:bf:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.143175] pci 0000:bf:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 21.144079] pci 0000:bf:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.144943] pci 0000:bf:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.146169] pci 0000:bf:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 21.147080] pci 0000:bf:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.147943] pci 0000:bf:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.149174] pci 0000:bf:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 21.150079] pci 0000:bf:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.150943] pci 0000:bf:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.152183] pci 0000:bf:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 21.153079] pci 0000:bf:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.153943] pci 0000:bf:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.155171] pci 0000:bf:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 21.156079] pci 0000:bf:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.156943] pci 0000:bf:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.158175] pci 0000:bf:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 21.159080] pci 0000:bf:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.159943] pci 0000:bf:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.161169] pci 0000:bf:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 21.162079] pci 0000:bf:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.162943] pci 0000:bf:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.164173] pci 0000:bf:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 21.165080] pci 0000:bf:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.165943] pci 0000:bf:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.167187] pci 0000:bf:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 21.168080] pci 0000:bf:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.168943] pci 0000:bf:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.170178] pci 0000:bf:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 21.171081] pci 0000:bf:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.171943] pci 0000:bf:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.173191] pci 0000:bf:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 21.174079] pci 0000:bf:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.174943] pci 0000:bf:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.176169] pci 0000:bf:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 21.177079] pci 0000:bf:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.177943] pci 0000:bf:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.179186] pci 0000:bf:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 21.180080] pci 0000:bf:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.180943] pci 0000:bf:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.182173] pci 0000:bf:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 21.183080] pci 0000:bf:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.183943] pci 0000:bf:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.185174] pci 0000:bf:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 21.186080] pci 0000:bf:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.186943] pci 0000:bf:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.188179] pci 0000:bf:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 21.189080] pci 0000:bf:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.189943] pci 0000:bf:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.191179] pci 0000:bf:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 21.192080] pci 0000:bf:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.192943] pci 0000:bf:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.194178] pci 0000:bf:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 21.195080] pci 0000:bf:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.195943] pci 0000:bf:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.197169] pci 0000:bf:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 21.198079] pci 0000:bf:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.198943] pci 0000:bf:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.200183] pci 0000:bf:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 21.201078] pci 0000:bf:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.201943] pci 0000:bf:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.203174] pci 0000:bf:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 21.205078] pci 0000:bf:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.205943] pci 0000:bf:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.207174] pci 0000:bf:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 21.208078] pci 0000:bf:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.208943] pci 0000:bf:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.210178] pci 0000:bf:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 21.211083] pci 0000:bf:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.211943] pci 0000:bf:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.213170] pci 0000:bf:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 21.214083] pci 0000:bf:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.214943] pci 0000:bf:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.216184] pci 0000:bf:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 21.217083] pci 0000:bf:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.217943] pci 0000:bf:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.219174] pci 0000:bf:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 21.220085] pci 0000:bf:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.220943] pci 0000:bf:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.222175] pci 0000:bf:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 21.223084] pci 0000:bf:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.223943] pci 0000:bf:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.225175] pci 0000:bf:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 21.226084] pci 0000:bf:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.226943] pci 0000:bf:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.228208] pci 0000:bf:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.229104] pci 0000:bf:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.229943] pci 0000:bf:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.231314] pci 0000:bf:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.232095] pci 0000:bf:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.232950] pci 0000:bf:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.234247] pci 0000:bf:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.235095] pci 0000:bf:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.235943] pci 0000:bf:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.237240] pci 0000:bf:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.238095] pci 0000:bf:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.238943] pci 0000:bf:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.240245] pci 0000:bf:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.241095] pci 0000:bf:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.241943] pci 0000:bf:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.243241] pci 0000:bf:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.244095] pci 0000:bf:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.244943] pci 0000:bf:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.246234] pci 0000:bf:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 21.247082] pci 0000:bf:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.247943] pci 0000:bf:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.249177] pci 0000:bf:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 21.250082] pci 0000:bf:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.250943] pci 0000:bf:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.252183] pci 0000:bf:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.253095] pci 0000:bf:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.253943] pci 0000:bf:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.255249] pci 0000:bf:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.256095] pci 0000:bf:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.256943] pci 0000:bf:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.258245] pci 0000:bf:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.259095] pci 0000:bf:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.259943] pci 0000:bf:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.261240] pci 0000:bf:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.262095] pci 0000:bf:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.262943] pci 0000:bf:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.264234] pci 0000:bf:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 21.265082] pci 0000:bf:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.265943] pci 0000:bf:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.267173] pci 0000:bf:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 21.268082] pci 0000:bf:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.268943] pci 0000:bf:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.270174] pci 0000:bf:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 21.271082] pci 0000:bf:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.271943] pci 0000:bf:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.273175] pci 0000:bf:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 21.274081] pci 0000:bf:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.274943] pci 0000:bf:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.276182] pci 0000:bf:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.277095] pci 0000:bf:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.277943] pci 0000:bf:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.279248] pci 0000:bf:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.280095] pci 0000:bf:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.280943] pci 0000:bf:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.282245] pci 0000:bf:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.283096] pci 0000:bf:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.283943] pci 0000:bf:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.285247] pci 0000:bf:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.286095] pci 0000:bf:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.286943] pci 0000:bf:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.288283] pci 0000:bf:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.289105] pci 0000:bf:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.289943] pci 0000:bf:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.291309] pci 0000:bf:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.292096] pci 0000:bf:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.292943] pci 0000:bf:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.294248] pci 0000:bf:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.296103] pci 0000:bf:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.296943] pci 0000:bf:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.298247] pci 0000:bf:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.299096] pci 0000:bf:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.299943] pci 0000:bf:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.301242] pci 0000:bf:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.302096] pci 0000:bf:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.302943] pci 0000:bf:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.304250] pci 0000:bf:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.305097] pci 0000:bf:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.305943] pci 0000:bf:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.307235] pci 0000:bf:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 21.308082] pci 0000:bf:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.308943] pci 0000:bf:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.310174] pci 0000:bf:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 21.311081] pci 0000:bf:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.311943] pci 0000:bf:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.313200] pci 0000:bf:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.314105] pci 0000:bf:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.314943] pci 0000:bf:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.316310] pci 0000:bf:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.317097] pci 0000:bf:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.317943] pci 0000:bf:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.319242] pci 0000:bf:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.320096] pci 0000:bf:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.320943] pci 0000:bf:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.322272] pci 0000:bf:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.323096] pci 0000:bf:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.323943] pci 0000:bf:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.325237] pci 0000:bf:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 21.326082] pci 0000:bf:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.326943] pci 0000:bf:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.328179] pci 0000:bf:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 21.329081] pci 0000:bf:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.329943] pci 0000:bf:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.331177] pci 0000:bf:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 21.332082] pci 0000:bf:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.332943] pci 0000:bf:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.334183] pci 0000:bf:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 21.335081] pci 0000:bf:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.335943] pci 0000:bf:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.337188] pci 0000:bf:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.338096] pci 0000:bf:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.338943] pci 0000:bf:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.340242] pci 0000:bf:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.341096] pci 0000:bf:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.341943] pci 0000:bf:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.343247] pci 0000:bf:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.344097] pci 0000:bf:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.344943] pci 0000:bf:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.346248] pci 0000:bf:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.347097] pci 0000:bf:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.347943] pci 0000:bf:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.349297] pci 0000:bf:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 21.350080] pci 0000:bf:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.350943] pci 0000:bf:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.352181] pci 0000:bf:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 21.353079] pci 0000:bf:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.353943] pci 0000:bf:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.355177] pci 0000:bf:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 21.356080] pci 0000:bf:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.356943] pci 0000:bf:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.358184] pci 0000:bf:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 21.358952] pci 0000:bf:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 21.359943] pci 0000:bf:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 21.360942] pci 0000:bf:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 21.361942] pci 0000:bf:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 21.362981] pci 0000:bf:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.363948] pci 0000:bf:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.365180] pci 0000:bf:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 21.366079] pci 0000:bf:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.366943] pci 0000:bf:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.368196] pci 0000:bf:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 21.369078] pci 0000:bf:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.369943] pci 0000:bf:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.371185] pci 0000:bf:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 21.372079] pci 0000:bf:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.372943] pci 0000:bf:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.375137] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus 7f])
[ 21.375951] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 21.379464] acpi PNP0A03:02: _OSC: OS now controls [PME PCIeCapability LTR]
[ 21.379944] acpi PNP0A03:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 21.381207] PCI host bridge to bus 0000:7f
[ 21.381943] pci_bus 0000:7f: Unknown NUMA node; performance will be reduced
[ 21.382943] pci_bus 0000:7f: root bus resource [bus 7f]
[ 21.383997] pci 0000:7f:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 21.385083] pci 0000:7f:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.385943] pci 0000:7f:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.387190] pci 0000:7f:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 21.388083] pci 0000:7f:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.388945] pci 0000:7f:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.390183] pci 0000:7f:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 21.391084] pci 0000:7f:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.391943] pci 0000:7f:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.394188] pci 0000:7f:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 21.395083] pci 0000:7f:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.395943] pci 0000:7f:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.397185] pci 0000:7f:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 21.398083] pci 0000:7f:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.398943] pci 0000:7f:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.400173] pci 0000:7f:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 21.401082] pci 0000:7f:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.401943] pci 0000:7f:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.403184] pci 0000:7f:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 21.404090] pci 0000:7f:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.404943] pci 0000:7f:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.406184] pci 0000:7f:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 21.407082] pci 0000:7f:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.407943] pci 0000:7f:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.409185] pci 0000:7f:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 21.410082] pci 0000:7f:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.410943] pci 0000:7f:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.412180] pci 0000:7f:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 21.413082] pci 0000:7f:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.413943] pci 0000:7f:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.415189] pci 0000:7f:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 21.416082] pci 0000:7f:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.416943] pci 0000:7f:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.418185] pci 0000:7f:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 21.419081] pci 0000:7f:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.419943] pci 0000:7f:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.421169] pci 0000:7f:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 21.422089] pci 0000:7f:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.422943] pci 0000:7f:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.424184] pci 0000:7f:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 21.425081] pci 0000:7f:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.425943] pci 0000:7f:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.427172] pci 0000:7f:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 21.428082] pci 0000:7f:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.428943] pci 0000:7f:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.430173] pci 0000:7f:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 21.431082] pci 0000:7f:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.431943] pci 0000:7f:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.433173] pci 0000:7f:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 21.434082] pci 0000:7f:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.434943] pci 0000:7f:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.436182] pci 0000:7f:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 21.437081] pci 0000:7f:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.437943] pci 0000:7f:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.439177] pci 0000:7f:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 21.440082] pci 0000:7f:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.440943] pci 0000:7f:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.442168] pci 0000:7f:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 21.443081] pci 0000:7f:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.443943] pci 0000:7f:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.445173] pci 0000:7f:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 21.446081] pci 0000:7f:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.446943] pci 0000:7f:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.448178] pci 0000:7f:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 21.449080] pci 0000:7f:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.449943] pci 0000:7f:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.451173] pci 0000:7f:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 21.452082] pci 0000:7f:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.452943] pci 0000:7f:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.454172] pci 0000:7f:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 21.455081] pci 0000:7f:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.455943] pci 0000:7f:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.457168] pci 0000:7f:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 21.458081] pci 0000:7f:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.458943] pci 0000:7f:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.460179] pci 0000:7f:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 21.461081] pci 0000:7f:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.461943] pci 0000:7f:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.463182] pci 0000:7f:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 21.464082] pci 0000:7f:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.464943] pci 0000:7f:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.466174] pci 0000:7f:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 21.467081] pci 0000:7f:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.467943] pci 0000:7f:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.469174] pci 0000:7f:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 21.470082] pci 0000:7f:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.470943] pci 0000:7f:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.472169] pci 0000:7f:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 21.473081] pci 0000:7f:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.473943] pci 0000:7f:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.475182] pci 0000:7f:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 21.476082] pci 0000:7f:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.476943] pci 0000:7f:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.478170] pci 0000:7f:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 21.479081] pci 0000:7f:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.479943] pci 0000:7f:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.481172] pci 0000:7f:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 21.482082] pci 0000:7f:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.482943] pci 0000:7f:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.485185] pci 0000:7f:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 21.486083] pci 0000:7f:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.486943] pci 0000:7f:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.488178] pci 0000:7f:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 21.489082] pci 0000:7f:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.489943] pci 0000:7f:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.491193] pci 0000:7f:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 21.492081] pci 0000:7f:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.492943] pci 0000:7f:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.494170] pci 0000:7f:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 21.495081] pci 0000:7f:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.495943] pci 0000:7f:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.497186] pci 0000:7f:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 21.498082] pci 0000:7f:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.498943] pci 0000:7f:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.500169] pci 0000:7f:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 21.501082] pci 0000:7f:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.501943] pci 0000:7f:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.503173] pci 0000:7f:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 21.504083] pci 0000:7f:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.504943] pci 0000:7f:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.506173] pci 0000:7f:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 21.507083] pci 0000:7f:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.507943] pci 0000:7f:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.509177] pci 0000:7f:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 21.510082] pci 0000:7f:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.510943] pci 0000:7f:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.512182] pci 0000:7f:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 21.513081] pci 0000:7f:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.513943] pci 0000:7f:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.515170] pci 0000:7f:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 21.516081] pci 0000:7f:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.516943] pci 0000:7f:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.518184] pci 0000:7f:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 21.519080] pci 0000:7f:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.519943] pci 0000:7f:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.521171] pci 0000:7f:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 21.522079] pci 0000:7f:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.522943] pci 0000:7f:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.524185] pci 0000:7f:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 21.525080] pci 0000:7f:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.525943] pci 0000:7f:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.527179] pci 0000:7f:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 21.528085] pci 0000:7f:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.528943] pci 0000:7f:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.530171] pci 0000:7f:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 21.531085] pci 0000:7f:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.531943] pci 0000:7f:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.533175] pci 0000:7f:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 21.534084] pci 0000:7f:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.534943] pci 0000:7f:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.536187] pci 0000:7f:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 21.537086] pci 0000:7f:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.537943] pci 0000:7f:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.539175] pci 0000:7f:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 21.540088] pci 0000:7f:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.540943] pci 0000:7f:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.542175] pci 0000:7f:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 21.543086] pci 0000:7f:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.543943] pci 0000:7f:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.545199] pci 0000:7f:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.546106] pci 0000:7f:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.546943] pci 0000:7f:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.548320] pci 0000:7f:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.549098] pci 0000:7f:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.549944] pci 0000:7f:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.551244] pci 0000:7f:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.552096] pci 0000:7f:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.552943] pci 0000:7f:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.554246] pci 0000:7f:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.555097] pci 0000:7f:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.555943] pci 0000:7f:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.557247] pci 0000:7f:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.558097] pci 0000:7f:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.558943] pci 0000:7f:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.560246] pci 0000:7f:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.561097] pci 0000:7f:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.561943] pci 0000:7f:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.563236] pci 0000:7f:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 21.564084] pci 0000:7f:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.564943] pci 0000:7f:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.566178] pci 0000:7f:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 21.567083] pci 0000:7f:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.567943] pci 0000:7f:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.569183] pci 0000:7f:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.570097] pci 0000:7f:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.570943] pci 0000:7f:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.572247] pci 0000:7f:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.573097] pci 0000:7f:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.573943] pci 0000:7f:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.576247] pci 0000:7f:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.577098] pci 0000:7f:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.577943] pci 0000:7f:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.579255] pci 0000:7f:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.580097] pci 0000:7f:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.580943] pci 0000:7f:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.582239] pci 0000:7f:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 21.583084] pci 0000:7f:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.583943] pci 0000:7f:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.585176] pci 0000:7f:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 21.586083] pci 0000:7f:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.586943] pci 0000:7f:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.588189] pci 0000:7f:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 21.589084] pci 0000:7f:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.589943] pci 0000:7f:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.591180] pci 0000:7f:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 21.592083] pci 0000:7f:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.592943] pci 0000:7f:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.594183] pci 0000:7f:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.595097] pci 0000:7f:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.595943] pci 0000:7f:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.597246] pci 0000:7f:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.598097] pci 0000:7f:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.598943] pci 0000:7f:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.600241] pci 0000:7f:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.601097] pci 0000:7f:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.601943] pci 0000:7f:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.603246] pci 0000:7f:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.604097] pci 0000:7f:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.604943] pci 0000:7f:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.606284] pci 0000:7f:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.607106] pci 0000:7f:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.607943] pci 0000:7f:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.609312] pci 0000:7f:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.610099] pci 0000:7f:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.610950] pci 0000:7f:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.612249] pci 0000:7f:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.613099] pci 0000:7f:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.613943] pci 0000:7f:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.615247] pci 0000:7f:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.616098] pci 0000:7f:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.616943] pci 0000:7f:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.618242] pci 0000:7f:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.619098] pci 0000:7f:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.619943] pci 0000:7f:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.621247] pci 0000:7f:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.622098] pci 0000:7f:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.622943] pci 0000:7f:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.624237] pci 0000:7f:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 21.625084] pci 0000:7f:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.625943] pci 0000:7f:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.627194] pci 0000:7f:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 21.628083] pci 0000:7f:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.628943] pci 0000:7f:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.630204] pci 0000:7f:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.631107] pci 0000:7f:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.631943] pci 0000:7f:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.633313] pci 0000:7f:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.634098] pci 0000:7f:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.634943] pci 0000:7f:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.636248] pci 0000:7f:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.637098] pci 0000:7f:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.637943] pci 0000:7f:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.639248] pci 0000:7f:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.640098] pci 0000:7f:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.640943] pci 0000:7f:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.642232] pci 0000:7f:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 21.643084] pci 0000:7f:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.643943] pci 0000:7f:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.645177] pci 0000:7f:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 21.646083] pci 0000:7f:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.646943] pci 0000:7f:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.648178] pci 0000:7f:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 21.649084] pci 0000:7f:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.649943] pci 0000:7f:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.651174] pci 0000:7f:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 21.652083] pci 0000:7f:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.652943] pci 0000:7f:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.654188] pci 0000:7f:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.655098] pci 0000:7f:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.655943] pci 0000:7f:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.657253] pci 0000:7f:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.658099] pci 0000:7f:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.658943] pci 0000:7f:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.660247] pci 0000:7f:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.661099] pci 0000:7f:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.661943] pci 0000:7f:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.663250] pci 0000:7f:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.664100] pci 0000:7f:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.664943] pci 0000:7f:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.667305] pci 0000:7f:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 21.668081] pci 0000:7f:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.668943] pci 0000:7f:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.670181] pci 0000:7f:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 21.671081] pci 0000:7f:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.671943] pci 0000:7f:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.673179] pci 0000:7f:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 21.674088] pci 0000:7f:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.674943] pci 0000:7f:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.676186] pci 0000:7f:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 21.676945] pci 0000:7f:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 21.677943] pci 0000:7f:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 21.678942] pci 0000:7f:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 21.679942] pci 0000:7f:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 21.680981] pci 0000:7f:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.681950] pci 0000:7f:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.683184] pci 0000:7f:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 21.684081] pci 0000:7f:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.684943] pci 0000:7f:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.686198] pci 0000:7f:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 21.687081] pci 0000:7f:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.687943] pci 0000:7f:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.689186] pci 0000:7f:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 21.690081] pci 0000:7f:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.690943] pci 0000:7f:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.693136] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 3f])
[ 21.693951] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 21.697466] acpi PNP0A03:03: _OSC: OS now controls [PME PCIeCapability LTR]
[ 21.697942] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 21.699216] PCI host bridge to bus 0000:3f
[ 21.699943] pci_bus 0000:3f: Unknown NUMA node; performance will be reduced
[ 21.700944] pci_bus 0000:3f: root bus resource [bus 3f]
[ 21.701997] pci 0000:3f:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 21.703079] pci 0000:3f:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.703943] pci 0000:3f:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.705186] pci 0000:3f:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 21.706079] pci 0000:3f:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.706943] pci 0000:3f:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.708181] pci 0000:3f:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 21.709078] pci 0000:3f:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.709944] pci 0000:3f:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.711189] pci 0000:3f:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 21.712079] pci 0000:3f:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.712943] pci 0000:3f:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.714178] pci 0000:3f:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 21.715078] pci 0000:3f:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.715943] pci 0000:3f:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.717185] pci 0000:3f:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 21.718078] pci 0000:3f:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.718943] pci 0000:3f:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.720187] pci 0000:3f:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 21.721079] pci 0000:3f:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.721943] pci 0000:3f:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.723182] pci 0000:3f:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 21.724079] pci 0000:3f:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.724943] pci 0000:3f:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.726175] pci 0000:3f:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 21.727079] pci 0000:3f:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.727943] pci 0000:3f:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.729176] pci 0000:3f:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 21.730078] pci 0000:3f:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.730943] pci 0000:3f:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.732194] pci 0000:3f:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 21.733079] pci 0000:3f:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.733943] pci 0000:3f:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.735184] pci 0000:3f:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 21.736078] pci 0000:3f:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.736950] pci 0000:3f:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.738172] pci 0000:3f:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 21.739078] pci 0000:3f:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.739943] pci 0000:3f:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.741174] pci 0000:3f:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 21.742077] pci 0000:3f:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.742943] pci 0000:3f:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.744185] pci 0000:3f:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 21.745078] pci 0000:3f:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.745943] pci 0000:3f:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.747174] pci 0000:3f:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 21.748078] pci 0000:3f:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.748943] pci 0000:3f:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.750169] pci 0000:3f:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 21.751078] pci 0000:3f:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.751943] pci 0000:3f:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.753176] pci 0000:3f:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 21.754077] pci 0000:3f:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.754943] pci 0000:3f:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.756184] pci 0000:3f:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 21.757078] pci 0000:3f:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.757943] pci 0000:3f:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.759168] pci 0000:3f:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 21.760077] pci 0000:3f:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.760943] pci 0000:3f:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.762172] pci 0000:3f:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 21.764078] pci 0000:3f:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.764943] pci 0000:3f:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.766168] pci 0000:3f:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 21.767077] pci 0000:3f:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.767943] pci 0000:3f:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.769175] pci 0000:3f:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 21.770077] pci 0000:3f:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.770943] pci 0000:3f:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.772174] pci 0000:3f:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 21.773076] pci 0000:3f:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.773943] pci 0000:3f:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.775170] pci 0000:3f:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 21.776077] pci 0000:3f:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.776943] pci 0000:3f:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.778173] pci 0000:3f:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 21.779076] pci 0000:3f:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.779943] pci 0000:3f:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.781183] pci 0000:3f:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 21.782078] pci 0000:3f:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.782943] pci 0000:3f:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.784173] pci 0000:3f:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 21.785077] pci 0000:3f:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.785943] pci 0000:3f:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.787168] pci 0000:3f:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 21.788077] pci 0000:3f:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.788943] pci 0000:3f:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.790177] pci 0000:3f:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 21.791413] pci 0000:3f:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.791944] pci 0000:3f:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.793186] pci 0000:3f:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 21.794078] pci 0000:3f:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.794943] pci 0000:3f:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.796171] pci 0000:3f:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 21.797077] pci 0000:3f:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.797943] pci 0000:3f:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.799174] pci 0000:3f:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 21.800086] pci 0000:3f:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.800943] pci 0000:3f:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.802179] pci 0000:3f:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 21.803078] pci 0000:3f:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.803943] pci 0000:3f:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.805173] pci 0000:3f:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 21.806078] pci 0000:3f:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.806943] pci 0000:3f:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.808189] pci 0000:3f:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 21.809077] pci 0000:3f:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.809943] pci 0000:3f:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.811170] pci 0000:3f:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 21.812077] pci 0000:3f:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.812943] pci 0000:3f:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.814183] pci 0000:3f:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 21.815077] pci 0000:3f:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.815943] pci 0000:3f:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.817174] pci 0000:3f:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 21.818078] pci 0000:3f:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.818943] pci 0000:3f:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.820173] pci 0000:3f:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 21.821078] pci 0000:3f:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.821943] pci 0000:3f:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.823169] pci 0000:3f:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 21.824077] pci 0000:3f:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.824943] pci 0000:3f:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.826175] pci 0000:3f:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 21.827078] pci 0000:3f:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.827943] pci 0000:3f:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.829190] pci 0000:3f:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 21.830077] pci 0000:3f:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.830943] pci 0000:3f:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.832169] pci 0000:3f:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 21.833076] pci 0000:3f:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.833943] pci 0000:3f:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.835183] pci 0000:3f:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 21.836075] pci 0000:3f:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.836943] pci 0000:3f:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.838169] pci 0000:3f:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 21.839076] pci 0000:3f:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.839943] pci 0000:3f:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.841187] pci 0000:3f:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 21.842076] pci 0000:3f:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.842943] pci 0000:3f:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.844392] pci 0000:3f:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 21.845081] pci 0000:3f:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.845943] pci 0000:3f:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.847171] pci 0000:3f:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 21.848081] pci 0000:3f:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.848943] pci 0000:3f:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.850183] pci 0000:3f:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 21.851081] pci 0000:3f:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.851943] pci 0000:3f:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.853177] pci 0000:3f:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 21.855081] pci 0000:3f:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.855943] pci 0000:3f:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.857169] pci 0000:3f:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 21.858081] pci 0000:3f:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.858943] pci 0000:3f:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.860178] pci 0000:3f:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 21.861083] pci 0000:3f:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.861943] pci 0000:3f:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.863205] pci 0000:3f:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.864102] pci 0000:3f:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.864943] pci 0000:3f:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.866309] pci 0000:3f:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.867092] pci 0000:3f:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.867943] pci 0000:3f:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.869243] pci 0000:3f:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.870093] pci 0000:3f:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.870944] pci 0000:3f:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.872237] pci 0000:3f:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.873092] pci 0000:3f:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.873943] pci 0000:3f:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.875246] pci 0000:3f:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.876093] pci 0000:3f:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.876943] pci 0000:3f:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.878241] pci 0000:3f:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.879092] pci 0000:3f:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.879943] pci 0000:3f:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.881228] pci 0000:3f:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 21.882080] pci 0000:3f:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.882943] pci 0000:3f:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.884177] pci 0000:3f:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 21.885079] pci 0000:3f:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.885943] pci 0000:3f:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.887180] pci 0000:3f:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.888093] pci 0000:3f:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.888943] pci 0000:3f:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.890247] pci 0000:3f:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.891092] pci 0000:3f:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.891943] pci 0000:3f:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.893242] pci 0000:3f:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.894092] pci 0000:3f:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.894943] pci 0000:3f:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.896238] pci 0000:3f:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.897092] pci 0000:3f:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.897943] pci 0000:3f:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.899230] pci 0000:3f:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 21.900080] pci 0000:3f:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.900943] pci 0000:3f:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.902176] pci 0000:3f:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 21.903079] pci 0000:3f:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.903943] pci 0000:3f:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.905173] pci 0000:3f:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 21.906079] pci 0000:3f:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.906943] pci 0000:3f:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.908177] pci 0000:3f:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 21.909079] pci 0000:3f:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.909943] pci 0000:3f:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.911179] pci 0000:3f:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.912093] pci 0000:3f:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.912943] pci 0000:3f:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.914246] pci 0000:3f:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.915092] pci 0000:3f:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.915943] pci 0000:3f:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.917243] pci 0000:3f:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.918092] pci 0000:3f:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.918943] pci 0000:3f:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.920237] pci 0000:3f:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.921092] pci 0000:3f:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.921943] pci 0000:3f:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.923278] pci 0000:3f:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.924102] pci 0000:3f:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.924943] pci 0000:3f:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.926315] pci 0000:3f:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.927094] pci 0000:3f:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.927943] pci 0000:3f:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.929238] pci 0000:3f:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.930093] pci 0000:3f:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.930943] pci 0000:3f:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.932262] pci 0000:3f:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.933094] pci 0000:3f:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.933943] pci 0000:3f:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.935247] pci 0000:3f:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.936094] pci 0000:3f:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.936943] pci 0000:3f:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.938245] pci 0000:3f:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.939093] pci 0000:3f:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.939943] pci 0000:3f:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.941237] pci 0000:3f:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 21.942080] pci 0000:3f:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.942943] pci 0000:3f:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.944172] pci 0000:3f:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 21.946079] pci 0000:3f:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.946943] pci 0000:3f:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.948200] pci 0000:3f:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.949102] pci 0000:3f:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.949943] pci 0000:3f:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.951308] pci 0000:3f:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.952093] pci 0000:3f:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.952943] pci 0000:3f:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.954239] pci 0000:3f:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.955093] pci 0000:3f:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.955943] pci 0000:3f:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.957244] pci 0000:3f:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.958093] pci 0000:3f:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.958943] pci 0000:3f:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.960234] pci 0000:3f:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 21.961079] pci 0000:3f:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.961943] pci 0000:3f:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.963178] pci 0000:3f:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 21.964080] pci 0000:3f:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.964943] pci 0000:3f:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.966176] pci 0000:3f:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 21.967079] pci 0000:3f:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.967943] pci 0000:3f:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.969181] pci 0000:3f:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 21.970079] pci 0000:3f:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.970943] pci 0000:3f:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.972190] pci 0000:3f:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.973094] pci 0000:3f:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.973943] pci 0000:3f:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.975244] pci 0000:3f:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.976093] pci 0000:3f:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.976943] pci 0000:3f:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.978240] pci 0000:3f:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.979093] pci 0000:3f:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.979943] pci 0000:3f:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.981243] pci 0000:3f:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 21.982094] pci 0000:3f:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.982943] pci 0000:3f:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.984297] pci 0000:3f:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 21.985077] pci 0000:3f:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.985943] pci 0000:3f:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.987176] pci 0000:3f:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 21.988078] pci 0000:3f:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.988949] pci 0000:3f:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.990180] pci 0000:3f:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 21.991077] pci 0000:3f:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.991943] pci 0000:3f:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 21.993172] pci 0000:3f:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 21.993945] pci 0000:3f:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 21.994942] pci 0000:3f:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 21.995943] pci 0000:3f:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 21.996942] pci 0000:3f:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 21.997980] pci 0000:3f:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 21.998943] pci 0000:3f:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.000177] pci 0000:3f:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 22.001077] pci 0000:3f:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.001943] pci 0000:3f:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.003194] pci 0000:3f:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 22.004077] pci 0000:3f:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.004943] pci 0000:3f:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.006184] pci 0000:3f:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 22.007077] pci 0000:3f:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.007943] pci 0000:3f:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.065630] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 22.065953] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 22.068057] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 22.071001] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 22.071943] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 22.074563] PCI host bridge to bus 0000:00
[ 22.074947] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 22.075943] pci_bus 0000:00: root bus resource [io 0x1000-0x7fff window]
[ 22.076943] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 22.077942] pci_bus 0000:00: root bus resource [mem 0x90000000-0xabffbfff window]
[ 22.078942] pci_bus 0000:00: root bus resource [mem 0xd0000000000-0xdffffffffff window]
[ 22.079943] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 22.081377] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x20 @ 1
[ 22.081944] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x20 took 0 usecs
[ 22.082944] pci 0000:00:00.0: [8086:2f00] type 00 class 0x060000 PCIe Root Port
[ 22.084099] pci 0000:00:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.084943] pci 0000:00:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.086629] pci 0000:00:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.086943] pci 0000:00:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.087942] pci 0000:00:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 22.089033] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 22.089947] pci 0000:00:02.0: bridge window [io 0x5000-0x5fff]
[ 22.090946] pci 0000:00:02.0: bridge window [mem 0x93000000-0x932fffff]
[ 22.091963] pci 0000:00:02.0: bridge window [mem 0x91a00000-0x91dfffff 64bit pref]
[ 22.093002] pci 0000:00:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.093943] pci 0000:00:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.094942] pci 0000:00:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.095942] pci 0000:00:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.097040] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 22.098764] pci 0000:00:02.2: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.098944] pci 0000:00:02.2: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.099942] pci 0000:00:02.2: [8086:2f06] type 01 class 0x060400 PCIe Root Port
[ 22.101033] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 22.101947] pci 0000:00:02.2: bridge window [io 0x4000-0x4fff]
[ 22.102946] pci 0000:00:02.2: bridge window [mem 0x92d00000-0x92ffffff]
[ 22.103967] pci 0000:00:02.2: bridge window [mem 0x91e00000-0x921fffff 64bit pref]
[ 22.105004] pci 0000:00:02.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.105943] pci 0000:00:02.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.107942] pci 0000:00:02.2: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.108943] pci 0000:00:02.2: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.110039] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 22.113351] pci 0000:00:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.113944] pci 0000:00:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.114950] pci 0000:00:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 22.116034] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 22.116947] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff]
[ 22.117945] pci 0000:00:03.0: bridge window [mem 0x92a00000-0x92cfffff]
[ 22.118963] pci 0000:00:03.0: bridge window [mem 0x92200000-0x925fffff 64bit pref]
[ 22.120006] pci 0000:00:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.120943] pci 0000:00:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.121942] pci 0000:00:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.122942] pci 0000:00:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.124041] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 22.127629] pci 0000:00:03.2: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.127944] pci 0000:00:03.2: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.128942] pci 0000:00:03.2: [8086:2f0a] type 01 class 0x060400 PCIe Root Port
[ 22.130034] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 22.130947] pci 0000:00:03.2: bridge window [io 0x2000-0x2fff]
[ 22.131945] pci 0000:00:03.2: bridge window [mem 0x92800000-0x929fffff]
[ 22.133024] pci 0000:00:03.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.133943] pci 0000:00:03.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.134942] pci 0000:00:03.2: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.135943] pci 0000:00:03.2: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.137040] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 22.138705] pci 0000:00:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.139100] pci 0000:00:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.139943] pci 0000:00:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.141309] pci 0000:00:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.142103] pci 0000:00:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.142943] pci 0000:00:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.144531] pci 0000:00:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.145099] pci 0000:00:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.145943] pci 0000:00:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.147261] pci 0000:00:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 22.147982] pci 0000:00:05.4: BAR 0 [mem 0x93305000-0x93305fff]
[ 22.149126] pci 0000:00:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.149943] pci 0000:00:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.151267] pci 0000:00:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 22.152098] pci 0000:00:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.152943] pci 0000:00:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.154269] pci 0000:00:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.155099] pci 0000:00:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.155943] pci 0000:00:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.157264] pci 0000:00:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.158099] pci 0000:00:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.158943] pci 0000:00:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.160250] pci 0000:00:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.161098] pci 0000:00:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.161943] pci 0000:00:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.163253] pci 0000:00:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.164099] pci 0000:00:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.164943] pci 0000:00:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.166254] pci 0000:00:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.167098] pci 0000:00:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.167943] pci 0000:00:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.169248] pci 0000:00:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.170098] pci 0000:00:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.170943] pci 0000:00:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.172257] pci 0000:00:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.173098] pci 0000:00:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.173943] pci 0000:00:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.175253] pci 0000:00:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.176099] pci 0000:00:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.176943] pci 0000:00:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.178263] pci 0000:00:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.179099] pci 0000:00:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.179943] pci 0000:00:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.181256] pci 0000:00:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.182098] pci 0000:00:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.182943] pci 0000:00:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.184256] pci 0000:00:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.185098] pci 0000:00:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.185943] pci 0000:00:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.187295] pci 0000:00:11.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.187943] pci 0000:00:11.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.188942] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 PCIe Root Port
[ 22.190053] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 22.191035] pci 0000:00:11.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.191943] pci 0000:00:11.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.192943] pci 0000:00:11.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.193942] pci 0000:00:11.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.195035] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[ 22.196356] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000 conventional PCI endpoint
[ 22.197003] pci 0000:00:16.0: BAR 0 [mem 0x93304000-0x9330400f 64bit]
[ 22.198104] pci 0000:00:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.198943] pci 0000:00:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.199996] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 22.201473] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000 conventional PCI endpoint
[ 22.202002] pci 0000:00:16.1: BAR 0 [mem 0x93303000-0x9330300f 64bit]
[ 22.203103] pci 0000:00:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.203943] pci 0000:00:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.204995] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 22.206503] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 22.206992] pci 0000:00:1a.0: BAR 0 [mem 0x93302000-0x933023ff]
[ 22.208137] pci 0000:00:1a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.208943] pci 0000:00:1a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.210007] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 22.211569] pci 0000:00:1c.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.211943] pci 0000:00:1c.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.212942] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400 PCIe Root Port
[ 22.214048] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 22.214953] pci 0000:00:1c.0: bridge window [mem 0x92600000-0x927fffff]
[ 22.217021] pci 0000:00:1c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.217943] pci 0000:00:1c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.218942] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.219943] pci 0000:00:1c.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.221022] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 22.222012] pci 0000:00:1c.0: Enabling MPC IRBNCE
[ 22.222948] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ 22.224640] pci 0000:00:1c.6: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.224944] pci 0000:00:1c.6: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.225942] pci 0000:00:1c.6: [8086:1d1c] type 01 class 0x060400 PCIe Root Port
[ 22.227048] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 22.227953] pci 0000:00:1c.6: bridge window [mem 0x91000000-0x919fffff]
[ 22.228968] pci 0000:00:1c.6: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 22.229996] pci 0000:00:1c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.230943] pci 0000:00:1c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.231942] pci 0000:00:1c.6: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.232943] pci 0000:00:1c.6: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.234023] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 22.235004] pci 0000:00:1c.6: Enabling MPC IRBNCE
[ 22.235947] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[ 22.237608] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 conventional PCI endpoint
[ 22.237992] pci 0000:00:1d.0: BAR 0 [mem 0x93301000-0x933013ff]
[ 22.239139] pci 0000:00:1d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.239943] pci 0000:00:1d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.241014] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 22.242577] pci 0000:00:1e.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.242943] pci 0000:00:1e.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.243942] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
[ 22.245042] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode)
[ 22.246008] pci 0000:00:1e.0: calling quirk_use_pcie_bridge_dma_alias+0x0/0x50 @ 1
[ 22.246943] pci 0000:00:1e.0: quirk_use_pcie_bridge_dma_alias+0x0/0x50 took 0 usecs
[ 22.247942] pci 0000:00:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.248943] pci 0000:00:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.249942] pci 0000:00:1e.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.250943] pci 0000:00:1e.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.252257] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 conventional PCI endpoint
[ 22.253199] pci 0000:00:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.253943] pci 0000:00:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.255791] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601 conventional PCI endpoint
[ 22.256989] pci 0000:00:1f.2: BAR 0 [io 0x6048-0x604f]
[ 22.257969] pci 0000:00:1f.2: BAR 1 [io 0x6054-0x6057]
[ 22.258970] pci 0000:00:1f.2: BAR 2 [io 0x6040-0x6047]
[ 22.259969] pci 0000:00:1f.2: BAR 3 [io 0x6050-0x6053]
[ 22.260969] pci 0000:00:1f.2: BAR 4 [io 0x6020-0x603f]
[ 22.261970] pci 0000:00:1f.2: BAR 5 [mem 0x93300000-0x933007ff]
[ 22.262994] pci 0000:00:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.263943] pci 0000:00:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.265014] pci 0000:00:1f.2: PME# supported from D3hot
[ 22.266256] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500 conventional PCI endpoint
[ 22.267003] pci 0000:00:1f.3: BAR 0 [mem 0xdfffff01000-0xdfffff010ff 64bit]
[ 22.268024] pci 0000:00:1f.3: BAR 4 [io 0x6000-0x601f]
[ 22.269021] pci 0000:00:1f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.269943] pci 0000:00:1f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.271363] pci 0000:01:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.271943] pci 0000:01:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.272943] pci 0000:01:00.0: [8086:10fb] type 00 class 0x020000 PCIe Endpoint
[ 22.273999] pci 0000:01:00.0: BAR 0 [mem 0x93100000-0x931fffff 64bit]
[ 22.274968] pci 0000:01:00.0: BAR 2 [io 0x5020-0x503f]
[ 22.276006] pci 0000:01:00.0: BAR 4 [mem 0x93204000-0x93207fff 64bit]
[ 22.276968] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.278421] pci 0000:01:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.278944] pci 0000:01:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.280025] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 22.281013] pci 0000:01:00.0: VF BAR 0 [mem 0x91c00000-0x91c03fff 64bit pref]
[ 22.281942] pci 0000:01:00.0: VF BAR 0 [mem 0x91c00000-0x91cfffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.282983] pci 0000:01:00.0: VF BAR 3 [mem 0x91d00000-0x91d03fff 64bit pref]
[ 22.283942] pci 0000:01:00.0: VF BAR 3 [mem 0x91d00000-0x91dfffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.287478] pci 0000:01:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.287945] pci 0000:01:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.288943] pci 0000:01:00.1: [8086:10fb] type 00 class 0x020000 PCIe Endpoint
[ 22.289999] pci 0000:01:00.1: BAR 0 [mem 0x93000000-0x930fffff 64bit]
[ 22.290968] pci 0000:01:00.1: BAR 2 [io 0x5000-0x501f]
[ 22.292006] pci 0000:01:00.1: BAR 4 [mem 0x93200000-0x93203fff 64bit]
[ 22.292968] pci 0000:01:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.294403] pci 0000:01:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.294944] pci 0000:01:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.296031] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[ 22.296999] pci 0000:01:00.1: VF BAR 0 [mem 0x91a00000-0x91a03fff 64bit pref]
[ 22.297942] pci 0000:01:00.1: VF BAR 0 [mem 0x91a00000-0x91afffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.298982] pci 0000:01:00.1: VF BAR 3 [mem 0x91b00000-0x91b03fff 64bit pref]
[ 22.299942] pci 0000:01:00.1: VF BAR 3 [mem 0x91b00000-0x91bfffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.303440] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 22.304155] pci 0000:0d:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.304943] pci 0000:0d:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.305944] pci 0000:0d:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.306999] pci 0000:0d:00.0: BAR 0 [mem 0x92e00000-0x92efffff 64bit]
[ 22.307968] pci 0000:0d:00.0: BAR 2 [io 0x4020-0x403f]
[ 22.309006] pci 0000:0d:00.0: BAR 4 [mem 0x92f04000-0x92f07fff 64bit]
[ 22.309968] pci 0000:0d:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.311411] pci 0000:0d:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.311944] pci 0000:0d:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.313025] pci 0000:0d:00.0: PME# supported from D0 D3hot
[ 22.314012] pci 0000:0d:00.0: VF BAR 0 [mem 0x92000000-0x92003fff 64bit pref]
[ 22.314942] pci 0000:0d:00.0: VF BAR 0 [mem 0x92000000-0x920fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.315983] pci 0000:0d:00.0: VF BAR 3 [mem 0x92100000-0x92103fff 64bit pref]
[ 22.316942] pci 0000:0d:00.0: VF BAR 3 [mem 0x92100000-0x921fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.318642] pci 0000:0d:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.318945] pci 0000:0d:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.319943] pci 0000:0d:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.320998] pci 0000:0d:00.1: BAR 0 [mem 0x92d00000-0x92dfffff 64bit]
[ 22.321968] pci 0000:0d:00.1: BAR 2 [io 0x4000-0x401f]
[ 22.323006] pci 0000:0d:00.1: BAR 4 [mem 0x92f00000-0x92f03fff 64bit]
[ 22.323968] pci 0000:0d:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.325403] pci 0000:0d:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.325944] pci 0000:0d:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.327025] pci 0000:0d:00.1: PME# supported from D0 D3hot
[ 22.328000] pci 0000:0d:00.1: VF BAR 0 [mem 0x91e00000-0x91e03fff 64bit pref]
[ 22.328942] pci 0000:0d:00.1: VF BAR 0 [mem 0x91e00000-0x91efffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.329983] pci 0000:0d:00.1: VF BAR 3 [mem 0x91f00000-0x91f03fff 64bit pref]
[ 22.330942] pci 0000:0d:00.1: VF BAR 3 [mem 0x91f00000-0x91ffffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.332635] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 22.333152] pci 0000:0b:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.333943] pci 0000:0b:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.334943] pci 0000:0b:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.335998] pci 0000:0b:00.0: BAR 0 [mem 0x92b00000-0x92bfffff 64bit]
[ 22.336968] pci 0000:0b:00.0: BAR 2 [io 0x3020-0x303f]
[ 22.338006] pci 0000:0b:00.0: BAR 4 [mem 0x92c04000-0x92c07fff 64bit]
[ 22.338968] pci 0000:0b:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.340404] pci 0000:0b:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.340944] pci 0000:0b:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.342025] pci 0000:0b:00.0: PME# supported from D0 D3hot
[ 22.343013] pci 0000:0b:00.0: VF BAR 0 [mem 0x92400000-0x92403fff 64bit pref]
[ 22.343942] pci 0000:0b:00.0: VF BAR 0 [mem 0x92400000-0x924fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.344983] pci 0000:0b:00.0: VF BAR 3 [mem 0x92500000-0x92503fff 64bit pref]
[ 22.345942] pci 0000:0b:00.0: VF BAR 3 [mem 0x92500000-0x925fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.347878] pci 0000:0b:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.348944] pci 0000:0b:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.349945] pci 0000:0b:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.350999] pci 0000:0b:00.1: BAR 0 [mem 0x92a00000-0x92afffff 64bit]
[ 22.351968] pci 0000:0b:00.1: BAR 2 [io 0x3000-0x301f]
[ 22.353006] pci 0000:0b:00.1: BAR 4 [mem 0x92c00000-0x92c03fff 64bit]
[ 22.353969] pci 0000:0b:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.355403] pci 0000:0b:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.355943] pci 0000:0b:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.357026] pci 0000:0b:00.1: PME# supported from D0 D3hot
[ 22.357999] pci 0000:0b:00.1: VF BAR 0 [mem 0x92200000-0x92203fff 64bit pref]
[ 22.358942] pci 0000:0b:00.1: VF BAR 0 [mem 0x92200000-0x922fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.359982] pci 0000:0b:00.1: VF BAR 3 [mem 0x92300000-0x92303fff 64bit pref]
[ 22.360942] pci 0000:0b:00.1: VF BAR 3 [mem 0x92300000-0x923fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.362628] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 22.363136] pci 0000:04:00.0: [1000:005f] type 00 class 0x010400 PCIe Endpoint
[ 22.363985] pci 0000:04:00.0: BAR 0 [io 0x2000-0x20ff]
[ 22.364980] pci 0000:04:00.0: BAR 1 [mem 0x92900000-0x9290ffff 64bit]
[ 22.365980] pci 0000:04:00.0: BAR 3 [mem 0x92800000-0x928fffff 64bit]
[ 22.366999] pci 0000:04:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[ 22.368406] pci 0000:04:00.0: calling quirk_blacklist_vpd+0x0/0x30 @ 1
[ 22.368943] pci 0000:04:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[ 22.369942] pci 0000:04:00.0: quirk_blacklist_vpd+0x0/0x30 took 976 usecs
[ 22.371023] pci 0000:04:00.0: supports D1 D2
[ 22.372299] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 22.373131] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 22.374181] pci 0000:03:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.374943] pci 0000:03:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.375943] pci 0000:03:00.0: [8086:1521] type 00 class 0x020000 PCIe Endpoint
[ 22.376999] pci 0000:03:00.0: BAR 0 [mem 0x92680000-0x926fffff]
[ 22.378041] pci 0000:03:00.0: BAR 3 [mem 0x92704000-0x92707fff]
[ 22.379042] pci 0000:03:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.380032] pci 0000:03:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.380943] pci 0000:03:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.382097] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 22.383074] pci 0000:03:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
[ 22.386210] pci 0000:03:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.386945] pci 0000:03:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.387943] pci 0000:03:00.1: [8086:1521] type 00 class 0x020000 PCIe Endpoint
[ 22.388999] pci 0000:03:00.1: BAR 0 [mem 0x92600000-0x9267ffff]
[ 22.390041] pci 0000:03:00.1: BAR 3 [mem 0x92700000-0x92703fff]
[ 22.391041] pci 0000:03:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.392028] pci 0000:03:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.392943] pci 0000:03:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.394090] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[ 22.397302] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 22.398557] pci 0000:06:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Upstream Port
[ 22.399970] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 22.401157] pci 0000:06:00.0: bridge window [mem 0x91000000-0x919fffff]
[ 22.402245] pci 0000:06:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 22.404626] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 22.406393] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 22.408340] pci 0000:07:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port
[ 22.410155] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 22.411191] pci 0000:07:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 22.412289] pci 0000:07:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 22.414914] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 22.417715] pci 0000:07:01.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port
[ 22.419158] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 22.420191] pci 0000:07:01.0: bridge window [mem 0x91900000-0x919fffff]
[ 22.423486] pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
[ 22.427209] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 22.429675] pci 0000:08:00.0: [1912:0012] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 22.431156] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 22.432194] pci 0000:08:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 22.433290] pci 0000:08:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 22.437188] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 22.439334] pci_bus 0000:09: extended config space not accessible
[ 22.440252] pci 0000:09:00.0: [102b:0534] type 00 class 0x030000 conventional PCI endpoint
[ 22.441424] pci 0000:09:00.0: BAR 0 [mem 0x90000000-0x90ffffff pref]
[ 22.442203] pci 0000:09:00.0: BAR 1 [mem 0x91800000-0x91803fff]
[ 22.443201] pci 0000:09:00.0: BAR 2 [mem 0x91000000-0x917fffff]
[ 22.445084] pci 0000:09:00.0: calling screen_info_fixup_lfb+0x0/0x180 @ 1
[ 22.445944] pci 0000:09:00.0: screen_info_fixup_lfb+0x0/0x180 took 0 usecs
[ 22.446942] pci 0000:09:00.0: calling pci_fixup_video+0x0/0x120 @ 1
[ 22.448155] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 22.448942] pci 0000:09:00.0: pci_fixup_video+0x0/0x120 took 976 usecs
[ 22.453133] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 22.455622] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 22.457265] pci_bus 0000:0f: extended config space not accessible
[ 22.458134] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode)
[ 22.458959] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 22.459943] pci 0000:00:1e.0: bridge window [io 0x1000-0x7fff window] (subtractive decode)
[ 22.460942] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 22.461942] pci 0000:00:1e.0: bridge window [mem 0x90000000-0xabffbfff window] (subtractive decode)
[ 22.462943] pci 0000:00:1e.0: bridge window [mem 0xd0000000000-0xdffffffffff window] (subtractive decode)
[ 22.465868] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 22.466942] ACPI: PCI: Interrupt link LNKA disabled
[ 22.468507] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 22.468942] ACPI: PCI: Interrupt link LNKB disabled
[ 22.470502] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 22.470942] ACPI: PCI: Interrupt link LNKC disabled
[ 22.472500] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 22.472942] ACPI: PCI: Interrupt link LNKD disabled
[ 22.474499] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 22.474942] ACPI: PCI: Interrupt link LNKE disabled
[ 22.476499] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 22.476942] ACPI: PCI: Interrupt link LNKF disabled
[ 22.478497] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 22.478942] ACPI: PCI: Interrupt link LNKG disabled
[ 22.480508] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 22.480942] ACPI: PCI: Interrupt link LNKH disabled
[ 22.484440] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7e])
[ 22.484953] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 22.488466] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability LTR]
[ 22.488942] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 22.490918] PCI host bridge to bus 0000:40
[ 22.491944] pci_bus 0000:40: root bus resource [io 0x8000-0x9fff window]
[ 22.492950] pci_bus 0000:40: root bus resource [mem 0xac000000-0xc7ffbfff window]
[ 22.493943] pci_bus 0000:40: root bus resource [mem 0xe0000000000-0xe7fffffffff window]
[ 22.494943] pci_bus 0000:40: root bus resource [bus 40-7e]
[ 22.496378] pci 0000:40:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.496944] pci 0000:40:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.497942] pci 0000:40:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 22.499037] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 22.500038] pci 0000:40:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.500944] pci 0000:40:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.501942] pci 0000:40:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.502942] pci 0000:40:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.504047] pci 0000:40:02.0: PME# supported from D0 D3hot D3cold
[ 22.507340] pci 0000:40:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.507944] pci 0000:40:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.508942] pci 0000:40:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 22.510038] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 22.510947] pci 0000:40:03.0: bridge window [io 0x8000-0x8fff]
[ 22.511945] pci 0000:40:03.0: bridge window [mem 0xac400000-0xac6fffff]
[ 22.512964] pci 0000:40:03.0: bridge window [mem 0xac000000-0xac3fffff 64bit pref]
[ 22.514009] pci 0000:40:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.514943] pci 0000:40:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.515942] pci 0000:40:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.516943] pci 0000:40:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.518046] pci 0000:40:03.0: PME# supported from D0 D3hot D3cold
[ 22.523050] pci 0000:40:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.524106] pci 0000:40:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.524943] pci 0000:40:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.527319] pci 0000:40:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.528116] pci 0000:40:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.528943] pci 0000:40:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.530542] pci 0000:40:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.531103] pci 0000:40:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.531943] pci 0000:40:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.533257] pci 0000:40:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 22.533983] pci 0000:40:05.4: BAR 0 [mem 0xac700000-0xac700fff]
[ 22.535130] pci 0000:40:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.535943] pci 0000:40:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.537275] pci 0000:40:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 22.538103] pci 0000:40:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.538943] pci 0000:40:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.540261] pci 0000:40:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.541104] pci 0000:40:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.541943] pci 0000:40:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.543259] pci 0000:40:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.544103] pci 0000:40:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.544943] pci 0000:40:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.546254] pci 0000:40:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.547103] pci 0000:40:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.547943] pci 0000:40:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.549256] pci 0000:40:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.550104] pci 0000:40:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.550943] pci 0000:40:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.552250] pci 0000:40:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.553103] pci 0000:40:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.553943] pci 0000:40:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.555256] pci 0000:40:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.556111] pci 0000:40:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.556943] pci 0000:40:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.558259] pci 0000:40:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.559103] pci 0000:40:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.559943] pci 0000:40:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.561255] pci 0000:40:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.562103] pci 0000:40:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.562943] pci 0000:40:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.564255] pci 0000:40:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.565103] pci 0000:40:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.565943] pci 0000:40:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.567248] pci 0000:40:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.568103] pci 0000:40:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.568943] pci 0000:40:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.570255] pci 0000:40:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.571103] pci 0000:40:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.571943] pci 0000:40:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.573446] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 22.574149] pci 0000:41:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.574943] pci 0000:41:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.575943] pci 0000:41:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.577000] pci 0000:41:00.0: BAR 0 [mem 0xac500000-0xac5fffff 64bit]
[ 22.577969] pci 0000:41:00.0: BAR 2 [io 0x8020-0x803f]
[ 22.579008] pci 0000:41:00.0: BAR 4 [mem 0xac604000-0xac607fff 64bit]
[ 22.579969] pci 0000:41:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.581413] pci 0000:41:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.581943] pci 0000:41:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.583031] pci 0000:41:00.0: PME# supported from D0 D3hot
[ 22.584015] pci 0000:41:00.0: VF BAR 0 [mem 0xac200000-0xac203fff 64bit pref]
[ 22.584942] pci 0000:41:00.0: VF BAR 0 [mem 0xac200000-0xac2fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.585984] pci 0000:41:00.0: VF BAR 3 [mem 0xac300000-0xac303fff 64bit pref]
[ 22.586942] pci 0000:41:00.0: VF BAR 3 [mem 0xac300000-0xac3fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.588957] pci 0000:41:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 22.589944] pci 0000:41:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 22.590943] pci 0000:41:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 22.592000] pci 0000:41:00.1: BAR 0 [mem 0xac400000-0xac4fffff 64bit]
[ 22.592968] pci 0000:41:00.1: BAR 2 [io 0x8000-0x801f]
[ 22.594008] pci 0000:41:00.1: BAR 4 [mem 0xac600000-0xac603fff 64bit]
[ 22.594969] pci 0000:41:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 22.596407] pci 0000:41:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.596944] pci 0000:41:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.598030] pci 0000:41:00.1: PME# supported from D0 D3hot
[ 22.599001] pci 0000:41:00.1: VF BAR 0 [mem 0xac000000-0xac003fff 64bit pref]
[ 22.599942] pci 0000:41:00.1: VF BAR 0 [mem 0xac000000-0xac0fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 22.600984] pci 0000:41:00.1: VF BAR 3 [mem 0xac100000-0xac103fff 64bit pref]
[ 22.601942] pci 0000:41:00.1: VF BAR 3 [mem 0xac100000-0xac1fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 22.603649] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 22.604868] ACPI: PCI Root Bridge [PCI2] (domain 0000 [bus 80-be])
[ 22.605952] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 22.609470] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability LTR]
[ 22.609943] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 22.611848] PCI host bridge to bus 0000:80
[ 22.612944] pci_bus 0000:80: root bus resource [io 0xa000-0xbfff window]
[ 22.613943] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xe3ffbfff window]
[ 22.614942] pci_bus 0000:80: root bus resource [mem 0xe8000000000-0xeffffffffff window]
[ 22.615943] pci_bus 0000:80: root bus resource [bus 80-be]
[ 22.617375] pci 0000:80:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.617944] pci 0000:80:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.618949] pci 0000:80:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 22.620036] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 22.621037] pci 0000:80:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.621943] pci 0000:80:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.622957] pci 0000:80:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.623944] pci 0000:80:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.625082] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[ 22.636173] pci 0000:80:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.642947] pci 0000:80:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.649946] pci 0000:80:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 22.658046] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 22.664042] pci 0000:80:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.671948] pci 0000:80:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.679947] pci 0000:80:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.687960] pci 0000:80:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.697047] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[ 22.700312] pci 0000:80:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.701104] pci 0000:80:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.701943] pci 0000:80:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.703303] pci 0000:80:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.705106] pci 0000:80:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.705943] pci 0000:80:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.707538] pci 0000:80:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.708102] pci 0000:80:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.708943] pci 0000:80:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.710264] pci 0000:80:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 22.710983] pci 0000:80:05.4: BAR 0 [mem 0xc8000000-0xc8000fff]
[ 22.712128] pci 0000:80:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.712943] pci 0000:80:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.714272] pci 0000:80:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 22.715102] pci 0000:80:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.715943] pci 0000:80:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.717253] pci 0000:80:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.718102] pci 0000:80:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.718943] pci 0000:80:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.720262] pci 0000:80:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.721102] pci 0000:80:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.721943] pci 0000:80:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.723257] pci 0000:80:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.724102] pci 0000:80:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.724943] pci 0000:80:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.726248] pci 0000:80:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.727110] pci 0000:80:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.727943] pci 0000:80:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.729253] pci 0000:80:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.730102] pci 0000:80:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.730943] pci 0000:80:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.732253] pci 0000:80:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.733101] pci 0000:80:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.733943] pci 0000:80:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.735251] pci 0000:80:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.736100] pci 0000:80:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.736943] pci 0000:80:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.738251] pci 0000:80:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.739101] pci 0000:80:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.739943] pci 0000:80:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.741252] pci 0000:80:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.742101] pci 0000:80:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.742943] pci 0000:80:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.744249] pci 0000:80:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.745100] pci 0000:80:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.745943] pci 0000:80:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.747259] pci 0000:80:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.748101] pci 0000:80:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.748943] pci 0000:80:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.750444] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 22.751128] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 22.753223] ACPI: PCI Root Bridge [PCI3] (domain 0000 [bus c0-fe])
[ 22.753957] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 22.757470] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability LTR]
[ 22.757943] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 22.759806] PCI host bridge to bus 0000:c0
[ 22.759945] pci_bus 0000:c0: root bus resource [io 0xc000-0xffff window]
[ 22.760943] pci_bus 0000:c0: root bus resource [mem 0xe4000000-0xfbffbfff window]
[ 22.761942] pci_bus 0000:c0: root bus resource [mem 0xf0000000000-0xfffffffffff window]
[ 22.762943] pci_bus 0000:c0: root bus resource [bus c0-fe]
[ 22.764375] pci 0000:c0:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.764943] pci 0000:c0:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.765942] pci 0000:c0:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 22.767036] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 22.768038] pci 0000:c0:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.768943] pci 0000:c0:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.769942] pci 0000:c0:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.770943] pci 0000:c0:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.772046] pci 0000:c0:02.0: PME# supported from D0 D3hot D3cold
[ 22.775614] pci 0000:c0:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 22.775944] pci 0000:c0:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 22.776942] pci 0000:c0:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 22.778036] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 22.779038] pci 0000:c0:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.779943] pci 0000:c0:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.780942] pci 0000:c0:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 22.781942] pci 0000:c0:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 22.783045] pci 0000:c0:03.0: PME# supported from D0 D3hot D3cold
[ 22.786300] pci 0000:c0:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.787105] pci 0000:c0:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.787944] pci 0000:c0:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.789301] pci 0000:c0:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.790116] pci 0000:c0:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.790943] pci 0000:c0:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.792539] pci 0000:c0:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.793103] pci 0000:c0:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.793943] pci 0000:c0:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.795258] pci 0000:c0:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 22.795983] pci 0000:c0:05.4: BAR 0 [mem 0xe4000000-0xe4000fff]
[ 22.797129] pci 0000:c0:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.797943] pci 0000:c0:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.799272] pci 0000:c0:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 22.800102] pci 0000:c0:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.800943] pci 0000:c0:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.802258] pci 0000:c0:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.803102] pci 0000:c0:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.803943] pci 0000:c0:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.805262] pci 0000:c0:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.806102] pci 0000:c0:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.806943] pci 0000:c0:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.808253] pci 0000:c0:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.809102] pci 0000:c0:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.810943] pci 0000:c0:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.812249] pci 0000:c0:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.813102] pci 0000:c0:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.813943] pci 0000:c0:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.815265] pci 0000:c0:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.816103] pci 0000:c0:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.816943] pci 0000:c0:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.818254] pci 0000:c0:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.819102] pci 0000:c0:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.819943] pci 0000:c0:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.821254] pci 0000:c0:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.822102] pci 0000:c0:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.822943] pci 0000:c0:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.824253] pci 0000:c0:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.825102] pci 0000:c0:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.825943] pci 0000:c0:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.827255] pci 0000:c0:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.828103] pci 0000:c0:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.828943] pci 0000:c0:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.830252] pci 0000:c0:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.831102] pci 0000:c0:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.831943] pci 0000:c0:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.833254] pci 0000:c0:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 22.834104] pci 0000:c0:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 22.834943] pci 0000:c0:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 22.836446] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 22.837113] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 22.839503] iommu: Default domain type: Translated
[ 22.839942] iommu: DMA domain TLB invalidation policy: lazy mode
[ 22.841747] SCSI subsystem initialized
[ 22.842222] ACPI: bus type USB registered
[ 22.843048] usbcore: registered new interface driver usbfs
[ 22.843989] usbcore: registered new interface driver hub
[ 22.845226] usbcore: registered new device driver usb
[ 22.846158] mc: Linux media interface: v0.10
[ 22.847069] videodev: Linux video capture interface: v2.00
[ 22.848000] pps_core: LinuxPPS API ver. 1 registered
[ 22.848941] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 22.849987] PTP clock support registered
[ 22.855056] PCI: Using ACPI for IRQ routing
[ 22.874636] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 22.874933] pci 0000:09:00.0: vgaarb: bridge control possible
[ 22.874933] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 22.875828] vgaarb: loaded
[ 22.876103] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 22.876945] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 22.881686] clocksource: Switched to clocksource tsc-early
[ 22.892739] VFS: Disk quotas dquot_6.6.0
[ 22.897327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 22.906334] pnp: PnP ACPI init
[ 22.916904] system 00:01: [io 0x0500-0x053f] has been reserved
[ 22.923671] system 00:01: [io 0x0400-0x047f] has been reserved
[ 22.930432] system 00:01: [io 0x0540-0x057f] has been reserved
[ 22.937188] system 00:01: [io 0x0600-0x061f] has been reserved
[ 22.943941] system 00:01: [io 0x0ca0-0x0ca5] has been reserved
[ 22.950694] system 00:01: [io 0x0880-0x0883] has been reserved
[ 22.957451] system 00:01: [io 0x0800-0x081f] has been reserved
[ 22.964201] system 00:01: [mem 0xfeda8000-0xfedcbfff] has been reserved
[ 22.971740] system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
[ 22.979677] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 22.987208] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 22.994743] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 23.002280] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 23.014727] system 00:04: [io 0x0ca8] has been reserved
[ 23.020817] system 00:04: [io 0x0cac] has been reserved
[ 23.028531] pnp: PnP ACPI: found 5 devices
[ 23.049683] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 23.060163] NET: Registered PF_INET protocol family
[ 23.067326] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 23.088656] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 23.099100] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 23.108200] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 23.118902] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 23.128337] TCP: Hash tables configured (established 524288 bind 65536)
[ 23.136863] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 23.145629] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 23.155740] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 23.162390] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.173562] pci 0000:01:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.184736] pci 0000:0d:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.195913] pci 0000:0d:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.207084] pci 0000:0b:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.218254] pci 0000:0b:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.229443] pci 0000:04:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.240616] pci 0000:03:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.251783] pci 0000:03:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.262958] pci 0000:41:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.274117] pci 0000:41:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 23.285644] pci 0000:01:00.0: ROM [mem 0x93280000-0x932fffff pref]: assigned
[ 23.293682] pci 0000:01:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 23.302515] pci 0000:01:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 23.310761] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 23.316740] pci 0000:00:02.0: bridge window [io 0x5000-0x5fff]
[ 23.323704] pci 0000:00:02.0: bridge window [mem 0x93000000-0x932fffff]
[ 23.331447] pci 0000:00:02.0: bridge window [mem 0x91a00000-0x91dfffff 64bit pref]
[ 23.340296] pci 0000:0d:00.0: ROM [mem 0x92f80000-0x92ffffff pref]: assigned
[ 23.348337] pci 0000:0d:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 23.357189] pci 0000:0d:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 23.365430] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 23.371404] pci 0000:00:02.2: bridge window [io 0x4000-0x4fff]
[ 23.378382] pci 0000:00:02.2: bridge window [mem 0x92d00000-0x92ffffff]
[ 23.386115] pci 0000:00:02.2: bridge window [mem 0x91e00000-0x921fffff 64bit pref]
[ 23.394957] pci 0000:0b:00.0: ROM [mem 0x92c80000-0x92cfffff pref]: assigned
[ 23.402986] pci 0000:0b:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 23.411817] pci 0000:0b:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 23.420067] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 23.426038] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff]
[ 23.432993] pci 0000:00:03.0: bridge window [mem 0x92a00000-0x92cfffff]
[ 23.440736] pci 0000:00:03.0: bridge window [mem 0x92200000-0x925fffff 64bit pref]
[ 23.449586] pci 0000:04:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[ 23.458410] pci 0000:04:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[ 23.466652] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 23.472334] pci 0000:00:03.2: bridge window [io 0x2000-0x2fff]
[ 23.479311] pci 0000:00:03.2: bridge window [mem 0x92800000-0x929fffff]
[ 23.487095] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 23.492833] pci 0000:03:00.0: ROM [mem 0x92780000-0x927fffff pref]: assigned
[ 23.500860] pci 0000:03:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 23.509686] pci 0000:03:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 23.517928] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 23.523630] pci 0000:00:1c.0: bridge window [mem 0x92600000-0x927fffff]
[ 23.531421] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 23.537234] pci 0000:08:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 23.546357] pci 0000:08:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.555414] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 23.561529] pci 0000:07:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 23.569344] pci 0000:07:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.578396] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 23.584224] pci 0000:07:01.0: bridge window [mem 0x91900000-0x919fffff]
[ 23.592306] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 23.598437] pci 0000:06:00.0: bridge window [mem 0x91000000-0x919fffff]
[ 23.606255] pci 0000:06:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.615334] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 23.621343] pci 0000:00:1c.6: bridge window [mem 0x91000000-0x919fffff]
[ 23.629102] pci 0000:00:1c.6: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.637958] pci 0000:00:1e.0: PCI bridge to [bus 0f]
[ 23.643688] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 23.650736] pci_bus 0000:00: resource 5 [io 0x1000-0x7fff window]
[ 23.657783] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 23.665610] pci_bus 0000:00: resource 7 [mem 0x90000000-0xabffbfff window]
[ 23.673443] pci_bus 0000:00: resource 8 [mem 0xd0000000000-0xdffffffffff window]
[ 23.681881] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
[ 23.688251] pci_bus 0000:01: resource 1 [mem 0x93000000-0x932fffff]
[ 23.695413] pci_bus 0000:01: resource 2 [mem 0x91a00000-0x91dfffff 64bit pref]
[ 23.703656] pci_bus 0000:0d: resource 0 [io 0x4000-0x4fff]
[ 23.710021] pci_bus 0000:0d: resource 1 [mem 0x92d00000-0x92ffffff]
[ 23.717168] pci_bus 0000:0d: resource 2 [mem 0x91e00000-0x921fffff 64bit pref]
[ 23.725411] pci_bus 0000:0b: resource 0 [io 0x3000-0x3fff]
[ 23.731775] pci_bus 0000:0b: resource 1 [mem 0x92a00000-0x92cfffff]
[ 23.738921] pci_bus 0000:0b: resource 2 [mem 0x92200000-0x925fffff 64bit pref]
[ 23.747165] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 23.753536] pci_bus 0000:04: resource 1 [mem 0x92800000-0x929fffff]
[ 23.760684] pci_bus 0000:03: resource 1 [mem 0x92600000-0x927fffff]
[ 23.767826] pci_bus 0000:06: resource 1 [mem 0x91000000-0x919fffff]
[ 23.774987] pci_bus 0000:06: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.783233] pci_bus 0000:07: resource 1 [mem 0x91000000-0x919fffff]
[ 23.790393] pci_bus 0000:07: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.798637] pci_bus 0000:08: resource 1 [mem 0x91000000-0x918fffff]
[ 23.805782] pci_bus 0000:08: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.814023] pci_bus 0000:09: resource 1 [mem 0x91000000-0x918fffff]
[ 23.821175] pci_bus 0000:09: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 23.829418] pci_bus 0000:0a: resource 1 [mem 0x91900000-0x919fffff]
[ 23.836565] pci_bus 0000:0f: resource 4 [io 0x0000-0x0cf7 window]
[ 23.843612] pci_bus 0000:0f: resource 5 [io 0x1000-0x7fff window]
[ 23.850659] pci_bus 0000:0f: resource 6 [mem 0x000a0000-0x000bffff window]
[ 23.858495] pci_bus 0000:0f: resource 7 [mem 0x90000000-0xabffbfff window]
[ 23.866324] pci_bus 0000:0f: resource 8 [mem 0xd0000000000-0xdffffffffff window]
[ 23.875640] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 23.881391] pci 0000:41:00.0: ROM [mem 0xac680000-0xac6fffff pref]: assigned
[ 23.889429] pci 0000:41:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 23.898260] pci 0000:41:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 23.906520] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 23.912495] pci 0000:40:03.0: bridge window [io 0x8000-0x8fff]
[ 23.919450] pci 0000:40:03.0: bridge window [mem 0xac400000-0xac6fffff]
[ 23.927192] pci 0000:40:03.0: bridge window [mem 0xac000000-0xac3fffff 64bit pref]
[ 23.936045] pci_bus 0000:40: resource 4 [io 0x8000-0x9fff window]
[ 23.943090] pci_bus 0000:40: resource 5 [mem 0xac000000-0xc7ffbfff window]
[ 23.950915] pci_bus 0000:40: resource 6 [mem 0xe0000000000-0xe7fffffffff window]
[ 23.959359] pci_bus 0000:41: resource 0 [io 0x8000-0x8fff]
[ 23.965739] pci_bus 0000:41: resource 1 [mem 0xac400000-0xac6fffff]
[ 23.972887] pci_bus 0000:41: resource 2 [mem 0xac000000-0xac3fffff 64bit pref]
[ 23.981302] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 23.987044] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 23.992771] pci_bus 0000:80: resource 4 [io 0xa000-0xbfff window]
[ 23.999819] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xe3ffbfff window]
[ 24.007646] pci_bus 0000:80: resource 6 [mem 0xe8000000000-0xeffffffffff window]
[ 24.016250] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 24.022000] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 24.027731] pci_bus 0000:c0: resource 4 [io 0xc000-0xffff window]
[ 24.034777] pci_bus 0000:c0: resource 5 [mem 0xe4000000-0xfbffbfff window]
[ 24.042604] pci_bus 0000:c0: resource 6 [mem 0xf0000000000-0xfffffffffff window]
[ 24.051228] pci 0000:00:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 24.060386] pci 0000:00:05.0: disabled boot interrupts on device [8086:2f28]
[ 24.068409] pci 0000:00:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7838 usecs
[ 24.077934] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x7d0 @ 1
[ 24.087405] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7d0 took 1390 usecs
[ 24.095772] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x7d0 @ 1
[ 24.105126] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7d0 took 1296 usecs
[ 24.113506] pci 0000:01:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.121241] pci 0000:01:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.128989] pci 0000:01:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.136711] pci 0000:01:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.144447] pci 0000:03:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.152184] pci 0000:03:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.159915] pci 0000:03:00.0: CLS mismatch (64 != 128), using 64 bytes
[ 24.167355] pci 0000:03:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.175111] pci 0000:03:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.182860] pci 0000:0b:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.190598] pci 0000:0b:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.198335] pci 0000:0b:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.206078] pci 0000:0b:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.213810] pci 0000:0d:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.221544] pci 0000:0d:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.229277] pci 0000:0d:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.237021] pci 0000:0d:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.245164] pci 0000:40:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 24.254281] pci 0000:40:05.0: disabled boot interrupts on device [8086:2f28]
[ 24.262310] pci 0000:40:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7844 usecs
[ 24.271792] pci 0000:41:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.279519] pci 0000:41:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.287263] pci 0000:41:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 24.295000] pci 0000:41:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 24.303144] pci 0000:80:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 24.312259] pci 0000:80:05.0: disabled boot interrupts on device [8086:2f28]
[ 24.320296] pci 0000:80:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7852 usecs
[ 24.330200] pci 0000:c0:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 24.339339] pci 0000:c0:05.0: disabled boot interrupts on device [8086:2f28]
[ 24.347378] pci 0000:c0:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7853 usecs
[ 24.357592] DMAR: [Firmware Bug]: RMRR entry for device 04:00.0 is broken - applying workaround
[ 24.357713] Trying to unpack rootfs image as initramfs...
[ 24.359924] DMAR: No SATC found
[ 24.377300] DMAR: dmar2: Using Queued invalidation
[ 24.382805] DMAR: dmar1: Using Queued invalidation
[ 24.388288] DMAR: dmar0: Using Queued invalidation
[ 24.393793] DMAR: dmar3: Using Queued invalidation
[ 24.401945] pci 0000:c0:02.0: Adding to iommu group 0
[ 24.408772] pci 0000:c0:03.0: Adding to iommu group 1
[ 24.415608] pci 0000:c0:05.0: Adding to iommu group 2
[ 24.422458] pci 0000:c0:05.2: Adding to iommu group 3
[ 24.437114] pci 0000:80:02.0: Adding to iommu group 4
[ 24.443939] pci 0000:80:03.0: Adding to iommu group 5
[ 24.450765] pci 0000:80:05.0: Adding to iommu group 6
[ 24.457586] pci 0000:80:05.2: Adding to iommu group 7
[ 24.472102] pci 0000:40:02.0: Adding to iommu group 8
[ 24.478930] pci 0000:40:03.0: Adding to iommu group 9
[ 24.485764] pci 0000:40:05.0: Adding to iommu group 10
[ 24.492693] pci 0000:40:05.2: Adding to iommu group 11
[ 24.499655] pci 0000:41:00.0: Adding to iommu group 12
[ 24.506584] pci 0000:41:00.1: Adding to iommu group 13
[ 24.524745] pci 0000:00:00.0: Adding to iommu group 14
[ 24.531733] pci 0000:00:02.0: Adding to iommu group 15
[ 24.538688] pci 0000:00:02.2: Adding to iommu group 16
[ 24.545632] pci 0000:00:03.0: Adding to iommu group 17
[ 24.552574] pci 0000:00:03.2: Adding to iommu group 18
[ 24.559518] pci 0000:00:05.0: Adding to iommu group 19
[ 24.566460] pci 0000:00:05.1: Adding to iommu group 20
[ 24.573420] pci 0000:00:05.2: Adding to iommu group 21
[ 24.580361] pci 0000:00:05.4: Adding to iommu group 22
[ 24.587326] pci 0000:00:05.6: Adding to iommu group 23
[ 24.594276] pci 0000:00:06.0: Adding to iommu group 24
[ 24.601243] pci 0000:00:06.3: Adding to iommu group 25
[ 24.608199] pci 0000:00:06.4: Adding to iommu group 26
[ 24.615144] pci 0000:00:06.5: Adding to iommu group 27
[ 24.622081] pci 0000:00:06.6: Adding to iommu group 28
[ 24.629014] pci 0000:00:06.7: Adding to iommu group 29
[ 24.635937] pci 0000:00:07.0: Adding to iommu group 30
[ 24.642860] pci 0000:00:07.1: Adding to iommu group 31
[ 24.649811] pci 0000:00:07.2: Adding to iommu group 32
[ 24.656745] pci 0000:00:07.3: Adding to iommu group 33
[ 24.663693] pci 0000:00:07.4: Adding to iommu group 34
[ 24.670639] pci 0000:00:11.0: Adding to iommu group 35
[ 24.679556] pci 0000:00:16.0: Adding to iommu group 36
[ 24.687876] pci 0000:00:16.1: Adding to iommu group 36
[ 24.694813] pci 0000:00:1a.0: Adding to iommu group 37
[ 24.701757] pci 0000:00:1c.0: Adding to iommu group 38
[ 24.708694] pci 0000:00:1c.6: Adding to iommu group 39
[ 24.715631] pci 0000:00:1d.0: Adding to iommu group 40
[ 24.722582] pci 0000:00:1e.0: Adding to iommu group 41
[ 24.732513] pci 0000:00:1f.0: Adding to iommu group 42
[ 24.738736] Freeing initrd memory: 14688K
[ 24.739489] pci 0000:00:1f.2: Adding to iommu group 42
[ 24.750338] pci 0000:00:1f.3: Adding to iommu group 42
[ 24.757291] pci 0000:01:00.0: Adding to iommu group 43
[ 24.764243] pci 0000:01:00.1: Adding to iommu group 44
[ 24.771191] pci 0000:03:00.0: Adding to iommu group 45
[ 24.778133] pci 0000:03:00.1: Adding to iommu group 46
[ 24.785071] pci 0000:04:00.0: Adding to iommu group 47
[ 24.792003] pci 0000:06:00.0: Adding to iommu group 48
[ 24.798936] pci 0000:07:00.0: Adding to iommu group 49
[ 24.805869] pci 0000:07:01.0: Adding to iommu group 50
[ 24.811792] pci 0000:08:00.0: Adding to iommu group 49
[ 24.817712] pci 0000:09:00.0: Adding to iommu group 49
[ 24.824653] pci 0000:0b:00.0: Adding to iommu group 51
[ 24.831592] pci 0000:0b:00.1: Adding to iommu group 52
[ 24.838534] pci 0000:0d:00.0: Adding to iommu group 53
[ 24.845481] pci 0000:0d:00.1: Adding to iommu group 54
[ 24.856523] pci 0000:3f:08.0: Adding to iommu group 55
[ 24.863564] pci 0000:3f:08.2: Adding to iommu group 55
[ 24.870606] pci 0000:3f:08.6: Adding to iommu group 55
[ 24.877644] pci 0000:3f:08.7: Adding to iommu group 55
[ 24.887646] pci 0000:3f:09.0: Adding to iommu group 56
[ 24.894698] pci 0000:3f:09.2: Adding to iommu group 56
[ 24.901744] pci 0000:3f:09.6: Adding to iommu group 56
[ 24.912782] pci 0000:3f:0a.0: Adding to iommu group 57
[ 24.919828] pci 0000:3f:0a.2: Adding to iommu group 57
[ 24.926879] pci 0000:3f:0a.6: Adding to iommu group 57
[ 24.933939] pci 0000:3f:0a.7: Adding to iommu group 57
[ 24.947022] pci 0000:3f:0b.0: Adding to iommu group 58
[ 24.954084] pci 0000:3f:0b.1: Adding to iommu group 58
[ 24.961140] pci 0000:3f:0b.2: Adding to iommu group 58
[ 24.968199] pci 0000:3f:0b.4: Adding to iommu group 58
[ 24.975264] pci 0000:3f:0b.5: Adding to iommu group 58
[ 24.982342] pci 0000:3f:0b.6: Adding to iommu group 58
[ 24.997498] pci 0000:3f:0c.0: Adding to iommu group 59
[ 25.004575] pci 0000:3f:0c.1: Adding to iommu group 59
[ 25.011650] pci 0000:3f:0c.2: Adding to iommu group 59
[ 25.018723] pci 0000:3f:0c.3: Adding to iommu group 59
[ 25.025794] pci 0000:3f:0c.4: Adding to iommu group 59
[ 25.032868] pci 0000:3f:0c.5: Adding to iommu group 59
[ 25.039951] pci 0000:3f:0c.6: Adding to iommu group 59
[ 25.047027] pci 0000:3f:0c.7: Adding to iommu group 59
[ 25.062174] pci 0000:3f:0d.0: Adding to iommu group 60
[ 25.069262] pci 0000:3f:0d.1: Adding to iommu group 60
[ 25.076378] pci 0000:3f:0d.2: Adding to iommu group 60
[ 25.083481] pci 0000:3f:0d.3: Adding to iommu group 60
[ 25.090578] pci 0000:3f:0d.4: Adding to iommu group 60
[ 25.097658] pci 0000:3f:0d.5: Adding to iommu group 60
[ 25.104754] pci 0000:3f:0d.6: Adding to iommu group 60
[ 25.111843] pci 0000:3f:0d.7: Adding to iommu group 60
[ 25.120826] pci 0000:3f:0e.0: Adding to iommu group 61
[ 25.127933] pci 0000:3f:0e.1: Adding to iommu group 61
[ 25.142054] pci 0000:3f:0f.0: Adding to iommu group 62
[ 25.149157] pci 0000:3f:0f.1: Adding to iommu group 62
[ 25.156267] pci 0000:3f:0f.2: Adding to iommu group 62
[ 25.163407] pci 0000:3f:0f.3: Adding to iommu group 62
[ 25.170535] pci 0000:3f:0f.4: Adding to iommu group 62
[ 25.177651] pci 0000:3f:0f.5: Adding to iommu group 62
[ 25.184759] pci 0000:3f:0f.6: Adding to iommu group 62
[ 25.196821] pci 0000:3f:10.0: Adding to iommu group 63
[ 25.203946] pci 0000:3f:10.1: Adding to iommu group 63
[ 25.211066] pci 0000:3f:10.5: Adding to iommu group 63
[ 25.218186] pci 0000:3f:10.6: Adding to iommu group 63
[ 25.225304] pci 0000:3f:10.7: Adding to iommu group 63
[ 25.238429] pci 0000:3f:12.0: Adding to iommu group 64
[ 25.245584] pci 0000:3f:12.1: Adding to iommu group 64
[ 25.252718] pci 0000:3f:12.2: Adding to iommu group 64
[ 25.259852] pci 0000:3f:12.4: Adding to iommu group 64
[ 25.266982] pci 0000:3f:12.5: Adding to iommu group 64
[ 25.274112] pci 0000:3f:12.6: Adding to iommu group 64
[ 25.281077] pci 0000:3f:13.0: Adding to iommu group 65
[ 25.288047] pci 0000:3f:13.1: Adding to iommu group 66
[ 25.295023] pci 0000:3f:13.2: Adding to iommu group 67
[ 25.301984] pci 0000:3f:13.3: Adding to iommu group 68
[ 25.308953] pci 0000:3f:13.4: Adding to iommu group 69
[ 25.315926] pci 0000:3f:13.5: Adding to iommu group 70
[ 25.324919] pci 0000:3f:13.6: Adding to iommu group 71
[ 25.332078] pci 0000:3f:13.7: Adding to iommu group 71
[ 25.339041] pci 0000:3f:14.0: Adding to iommu group 72
[ 25.346012] pci 0000:3f:14.1: Adding to iommu group 73
[ 25.352983] pci 0000:3f:14.2: Adding to iommu group 74
[ 25.359958] pci 0000:3f:14.3: Adding to iommu group 75
[ 25.370995] pci 0000:3f:14.4: Adding to iommu group 76
[ 25.378168] pci 0000:3f:14.5: Adding to iommu group 76
[ 25.385338] pci 0000:3f:14.6: Adding to iommu group 76
[ 25.392539] pci 0000:3f:14.7: Adding to iommu group 76
[ 25.399511] pci 0000:3f:15.0: Adding to iommu group 77
[ 25.406483] pci 0000:3f:15.1: Adding to iommu group 78
[ 25.413465] pci 0000:3f:15.2: Adding to iommu group 79
[ 25.420451] pci 0000:3f:15.3: Adding to iommu group 80
[ 25.427440] pci 0000:3f:16.0: Adding to iommu group 81
[ 25.434431] pci 0000:3f:16.1: Adding to iommu group 82
[ 25.441420] pci 0000:3f:16.2: Adding to iommu group 83
[ 25.448405] pci 0000:3f:16.3: Adding to iommu group 84
[ 25.455393] pci 0000:3f:16.4: Adding to iommu group 85
[ 25.462360] pci 0000:3f:16.5: Adding to iommu group 86
[ 25.471355] pci 0000:3f:16.6: Adding to iommu group 87
[ 25.478592] pci 0000:3f:16.7: Adding to iommu group 87
[ 25.485552] pci 0000:3f:17.0: Adding to iommu group 88
[ 25.492527] pci 0000:3f:17.1: Adding to iommu group 89
[ 25.499504] pci 0000:3f:17.2: Adding to iommu group 90
[ 25.506474] pci 0000:3f:17.3: Adding to iommu group 91
[ 25.517666] pci 0000:3f:17.4: Adding to iommu group 92
[ 25.524882] pci 0000:3f:17.5: Adding to iommu group 92
[ 25.532088] pci 0000:3f:17.6: Adding to iommu group 92
[ 25.539287] pci 0000:3f:17.7: Adding to iommu group 92
[ 25.546265] pci 0000:3f:18.0: Adding to iommu group 93
[ 25.553254] pci 0000:3f:18.1: Adding to iommu group 94
[ 25.560242] pci 0000:3f:18.2: Adding to iommu group 95
[ 25.567228] pci 0000:3f:18.3: Adding to iommu group 96
[ 25.579300] pci 0000:3f:1e.0: Adding to iommu group 97
[ 25.586545] pci 0000:3f:1e.1: Adding to iommu group 97
[ 25.593764] pci 0000:3f:1e.2: Adding to iommu group 97
[ 25.600973] pci 0000:3f:1e.3: Adding to iommu group 97
[ 25.608186] pci 0000:3f:1e.4: Adding to iommu group 97
[ 25.617165] pci 0000:3f:1f.0: Adding to iommu group 98
[ 25.624415] pci 0000:3f:1f.2: Adding to iommu group 98
[ 25.631352] pci 0000:40:05.1: Adding to iommu group 99
[ 25.638308] pci 0000:40:05.4: Adding to iommu group 100
[ 25.645378] pci 0000:40:05.6: Adding to iommu group 101
[ 25.652430] pci 0000:40:06.0: Adding to iommu group 102
[ 25.659462] pci 0000:40:06.3: Adding to iommu group 103
[ 25.666498] pci 0000:40:06.4: Adding to iommu group 104
[ 25.673536] pci 0000:40:06.5: Adding to iommu group 105
[ 25.680569] pci 0000:40:06.6: Adding to iommu group 106
[ 25.687610] pci 0000:40:06.7: Adding to iommu group 107
[ 25.694651] pci 0000:40:07.0: Adding to iommu group 108
[ 25.701686] pci 0000:40:07.1: Adding to iommu group 109
[ 25.708722] pci 0000:40:07.2: Adding to iommu group 110
[ 25.715757] pci 0000:40:07.3: Adding to iommu group 111
[ 25.722791] pci 0000:40:07.4: Adding to iommu group 112
[ 25.733925] pci 0000:7f:08.0: Adding to iommu group 113
[ 25.741294] pci 0000:7f:08.2: Adding to iommu group 113
[ 25.748692] pci 0000:7f:08.6: Adding to iommu group 113
[ 25.756060] pci 0000:7f:08.7: Adding to iommu group 113
[ 25.766145] pci 0000:7f:09.0: Adding to iommu group 114
[ 25.773525] pci 0000:7f:09.2: Adding to iommu group 114
[ 25.780894] pci 0000:7f:09.6: Adding to iommu group 114
[ 25.791991] pci 0000:7f:0a.0: Adding to iommu group 115
[ 25.799375] pci 0000:7f:0a.2: Adding to iommu group 115
[ 25.806760] pci 0000:7f:0a.6: Adding to iommu group 115
[ 25.814135] pci 0000:7f:0a.7: Adding to iommu group 115
[ 25.827280] pci 0000:7f:0b.0: Adding to iommu group 116
[ 25.834685] pci 0000:7f:0b.1: Adding to iommu group 116
[ 25.842055] pci 0000:7f:0b.2: Adding to iommu group 116
[ 25.849450] pci 0000:7f:0b.4: Adding to iommu group 116
[ 25.856828] pci 0000:7f:0b.5: Adding to iommu group 116
[ 25.864206] pci 0000:7f:0b.6: Adding to iommu group 116
[ 25.879397] pci 0000:7f:0c.0: Adding to iommu group 117
[ 25.886801] pci 0000:7f:0c.1: Adding to iommu group 117
[ 25.894186] pci 0000:7f:0c.2: Adding to iommu group 117
[ 25.901580] pci 0000:7f:0c.3: Adding to iommu group 117
[ 25.908972] pci 0000:7f:0c.4: Adding to iommu group 117
[ 25.916374] pci 0000:7f:0c.5: Adding to iommu group 117
[ 25.923773] pci 0000:7f:0c.6: Adding to iommu group 117
[ 25.931163] pci 0000:7f:0c.7: Adding to iommu group 117
[ 25.946331] pci 0000:7f:0d.0: Adding to iommu group 118
[ 25.953772] pci 0000:7f:0d.1: Adding to iommu group 118
[ 25.961185] pci 0000:7f:0d.2: Adding to iommu group 118
[ 25.968605] pci 0000:7f:0d.3: Adding to iommu group 118
[ 25.976018] pci 0000:7f:0d.4: Adding to iommu group 118
[ 25.983445] pci 0000:7f:0d.5: Adding to iommu group 118
[ 25.990853] pci 0000:7f:0d.6: Adding to iommu group 118
[ 25.998265] pci 0000:7f:0d.7: Adding to iommu group 118
[ 26.007325] pci 0000:7f:0e.0: Adding to iommu group 119
[ 26.014773] pci 0000:7f:0e.1: Adding to iommu group 119
[ 26.028925] pci 0000:7f:0f.0: Adding to iommu group 120
[ 26.036357] pci 0000:7f:0f.1: Adding to iommu group 120
[ 26.043807] pci 0000:7f:0f.2: Adding to iommu group 120
[ 26.051230] pci 0000:7f:0f.3: Adding to iommu group 120
[ 26.058682] pci 0000:7f:0f.4: Adding to iommu group 120
[ 26.066106] pci 0000:7f:0f.5: Adding to iommu group 120
[ 26.073547] pci 0000:7f:0f.6: Adding to iommu group 120
[ 26.087025] pci 0000:7f:10.0: Adding to iommu group 121
[ 26.094480] pci 0000:7f:10.1: Adding to iommu group 121
[ 26.101920] pci 0000:7f:10.5: Adding to iommu group 121
[ 26.109377] pci 0000:7f:10.6: Adding to iommu group 121
[ 26.116826] pci 0000:7f:10.7: Adding to iommu group 121
[ 26.129943] pci 0000:7f:12.0: Adding to iommu group 122
[ 26.137410] pci 0000:7f:12.1: Adding to iommu group 122
[ 26.144871] pci 0000:7f:12.2: Adding to iommu group 122
[ 26.152323] pci 0000:7f:12.4: Adding to iommu group 122
[ 26.159787] pci 0000:7f:12.5: Adding to iommu group 122
[ 26.167231] pci 0000:7f:12.6: Adding to iommu group 122
[ 26.174296] pci 0000:7f:13.0: Adding to iommu group 123
[ 26.181385] pci 0000:7f:13.1: Adding to iommu group 124
[ 26.188452] pci 0000:7f:13.2: Adding to iommu group 125
[ 26.195511] pci 0000:7f:13.3: Adding to iommu group 126
[ 26.202564] pci 0000:7f:13.4: Adding to iommu group 127
[ 26.209628] pci 0000:7f:13.5: Adding to iommu group 128
[ 26.218689] pci 0000:7f:13.6: Adding to iommu group 129
[ 26.226168] pci 0000:7f:13.7: Adding to iommu group 129
[ 26.233212] pci 0000:7f:14.0: Adding to iommu group 130
[ 26.240275] pci 0000:7f:14.1: Adding to iommu group 131
[ 26.247344] pci 0000:7f:14.2: Adding to iommu group 132
[ 26.254423] pci 0000:7f:14.3: Adding to iommu group 133
[ 26.265529] pci 0000:7f:14.4: Adding to iommu group 134
[ 26.273031] pci 0000:7f:14.5: Adding to iommu group 134
[ 26.280531] pci 0000:7f:14.6: Adding to iommu group 134
[ 26.288027] pci 0000:7f:14.7: Adding to iommu group 134
[ 26.295083] pci 0000:7f:15.0: Adding to iommu group 135
[ 26.302138] pci 0000:7f:15.1: Adding to iommu group 136
[ 26.309191] pci 0000:7f:15.2: Adding to iommu group 137
[ 26.316248] pci 0000:7f:15.3: Adding to iommu group 138
[ 26.323318] pci 0000:7f:16.0: Adding to iommu group 139
[ 26.330394] pci 0000:7f:16.1: Adding to iommu group 140
[ 26.337464] pci 0000:7f:16.2: Adding to iommu group 141
[ 26.344519] pci 0000:7f:16.3: Adding to iommu group 142
[ 26.351566] pci 0000:7f:16.4: Adding to iommu group 143
[ 26.358625] pci 0000:7f:16.5: Adding to iommu group 144
[ 26.367692] pci 0000:7f:16.6: Adding to iommu group 145
[ 26.375207] pci 0000:7f:16.7: Adding to iommu group 145
[ 26.382251] pci 0000:7f:17.0: Adding to iommu group 146
[ 26.389319] pci 0000:7f:17.1: Adding to iommu group 147
[ 26.396405] pci 0000:7f:17.2: Adding to iommu group 148
[ 26.403477] pci 0000:7f:17.3: Adding to iommu group 149
[ 26.414594] pci 0000:7f:17.4: Adding to iommu group 150
[ 26.422121] pci 0000:7f:17.5: Adding to iommu group 150
[ 26.429657] pci 0000:7f:17.6: Adding to iommu group 150
[ 26.437190] pci 0000:7f:17.7: Adding to iommu group 150
[ 26.444248] pci 0000:7f:18.0: Adding to iommu group 151
[ 26.451314] pci 0000:7f:18.1: Adding to iommu group 152
[ 26.458399] pci 0000:7f:18.2: Adding to iommu group 153
[ 26.465471] pci 0000:7f:18.3: Adding to iommu group 154
[ 26.477591] pci 0000:7f:1e.0: Adding to iommu group 155
[ 26.485135] pci 0000:7f:1e.1: Adding to iommu group 155
[ 26.492692] pci 0000:7f:1e.2: Adding to iommu group 155
[ 26.500236] pci 0000:7f:1e.3: Adding to iommu group 155
[ 26.507794] pci 0000:7f:1e.4: Adding to iommu group 155
[ 26.516857] pci 0000:7f:1f.0: Adding to iommu group 156
[ 26.524422] pci 0000:7f:1f.2: Adding to iommu group 156
[ 26.531462] pci 0000:80:05.1: Adding to iommu group 157
[ 26.538497] pci 0000:80:05.4: Adding to iommu group 158
[ 26.545522] pci 0000:80:05.6: Adding to iommu group 159
[ 26.552547] pci 0000:80:06.0: Adding to iommu group 160
[ 26.559571] pci 0000:80:06.3: Adding to iommu group 161
[ 26.566603] pci 0000:80:06.4: Adding to iommu group 162
[ 26.573629] pci 0000:80:06.5: Adding to iommu group 163
[ 26.580654] pci 0000:80:06.6: Adding to iommu group 164
[ 26.587677] pci 0000:80:06.7: Adding to iommu group 165
[ 26.594710] pci 0000:80:07.0: Adding to iommu group 166
[ 26.601737] pci 0000:80:07.1: Adding to iommu group 167
[ 26.608760] pci 0000:80:07.2: Adding to iommu group 168
[ 26.615793] pci 0000:80:07.3: Adding to iommu group 169
[ 26.622828] pci 0000:80:07.4: Adding to iommu group 170
[ 26.633929] pci 0000:bf:08.0: Adding to iommu group 171
[ 26.641531] pci 0000:bf:08.2: Adding to iommu group 171
[ 26.649118] pci 0000:bf:08.6: Adding to iommu group 171
[ 26.656720] pci 0000:bf:08.7: Adding to iommu group 171
[ 26.666796] pci 0000:bf:09.0: Adding to iommu group 172
[ 26.674406] pci 0000:bf:09.2: Adding to iommu group 172
[ 26.682001] pci 0000:bf:09.6: Adding to iommu group 172
[ 26.693101] pci 0000:bf:0a.0: Adding to iommu group 173
[ 26.700717] pci 0000:bf:0a.2: Adding to iommu group 173
[ 26.708315] pci 0000:bf:0a.6: Adding to iommu group 173
[ 26.715940] pci 0000:bf:0a.7: Adding to iommu group 173
[ 26.729091] pci 0000:bf:0b.0: Adding to iommu group 174
[ 26.736719] pci 0000:bf:0b.1: Adding to iommu group 174
[ 26.744326] pci 0000:bf:0b.2: Adding to iommu group 174
[ 26.751961] pci 0000:bf:0b.4: Adding to iommu group 174
[ 26.759583] pci 0000:bf:0b.5: Adding to iommu group 174
[ 26.767191] pci 0000:bf:0b.6: Adding to iommu group 174
[ 26.782433] pci 0000:bf:0c.0: Adding to iommu group 175
[ 26.790063] pci 0000:bf:0c.1: Adding to iommu group 175
[ 26.797692] pci 0000:bf:0c.2: Adding to iommu group 175
[ 26.805306] pci 0000:bf:0c.3: Adding to iommu group 175
[ 26.812943] pci 0000:bf:0c.4: Adding to iommu group 175
[ 26.820574] pci 0000:bf:0c.5: Adding to iommu group 175
[ 26.828191] pci 0000:bf:0c.6: Adding to iommu group 175
[ 26.835821] pci 0000:bf:0c.7: Adding to iommu group 175
[ 26.851010] pci 0000:bf:0d.0: Adding to iommu group 176
[ 26.858665] pci 0000:bf:0d.1: Adding to iommu group 176
[ 26.866300] pci 0000:bf:0d.2: Adding to iommu group 176
[ 26.873954] pci 0000:bf:0d.3: Adding to iommu group 176
[ 26.881603] pci 0000:bf:0d.4: Adding to iommu group 176
[ 26.889238] pci 0000:bf:0d.5: Adding to iommu group 176
[ 26.896895] pci 0000:bf:0d.6: Adding to iommu group 176
[ 26.904541] pci 0000:bf:0d.7: Adding to iommu group 176
[ 26.913604] pci 0000:bf:0e.0: Adding to iommu group 177
[ 26.921259] pci 0000:bf:0e.1: Adding to iommu group 177
[ 26.935446] pci 0000:bf:0f.0: Adding to iommu group 178
[ 26.943107] pci 0000:bf:0f.1: Adding to iommu group 178
[ 26.950776] pci 0000:bf:0f.2: Adding to iommu group 178
[ 26.958445] pci 0000:bf:0f.3: Adding to iommu group 178
[ 26.966098] pci 0000:bf:0f.4: Adding to iommu group 178
[ 26.973759] pci 0000:bf:0f.5: Adding to iommu group 178
[ 26.981428] pci 0000:bf:0f.6: Adding to iommu group 178
[ 26.993559] pci 0000:bf:10.0: Adding to iommu group 179
[ 27.001231] pci 0000:bf:10.1: Adding to iommu group 179
[ 27.008917] pci 0000:bf:10.5: Adding to iommu group 179
[ 27.016600] pci 0000:bf:10.6: Adding to iommu group 179
[ 27.024264] pci 0000:bf:10.7: Adding to iommu group 179
[ 27.037421] pci 0000:bf:12.0: Adding to iommu group 180
[ 27.045099] pci 0000:bf:12.1: Adding to iommu group 180
[ 27.052803] pci 0000:bf:12.2: Adding to iommu group 180
[ 27.060489] pci 0000:bf:12.4: Adding to iommu group 180
[ 27.068166] pci 0000:bf:12.5: Adding to iommu group 180
[ 27.075854] pci 0000:bf:12.6: Adding to iommu group 180
[ 27.082913] pci 0000:bf:13.0: Adding to iommu group 181
[ 27.089976] pci 0000:bf:13.1: Adding to iommu group 182
[ 27.097030] pci 0000:bf:13.2: Adding to iommu group 183
[ 27.104092] pci 0000:bf:13.3: Adding to iommu group 184
[ 27.111145] pci 0000:bf:13.4: Adding to iommu group 185
[ 27.118207] pci 0000:bf:13.5: Adding to iommu group 186
[ 27.127268] pci 0000:bf:13.6: Adding to iommu group 187
[ 27.134990] pci 0000:bf:13.7: Adding to iommu group 187
[ 27.142044] pci 0000:bf:14.0: Adding to iommu group 188
[ 27.149104] pci 0000:bf:14.1: Adding to iommu group 189
[ 27.156163] pci 0000:bf:14.2: Adding to iommu group 190
[ 27.163221] pci 0000:bf:14.3: Adding to iommu group 191
[ 27.174334] pci 0000:bf:14.4: Adding to iommu group 192
[ 27.182085] pci 0000:bf:14.5: Adding to iommu group 192
[ 27.189808] pci 0000:bf:14.6: Adding to iommu group 192
[ 27.197540] pci 0000:bf:14.7: Adding to iommu group 192
[ 27.204594] pci 0000:bf:15.0: Adding to iommu group 193
[ 27.211642] pci 0000:bf:15.1: Adding to iommu group 194
[ 27.218697] pci 0000:bf:15.2: Adding to iommu group 195
[ 27.225752] pci 0000:bf:15.3: Adding to iommu group 196
[ 27.232803] pci 0000:bf:16.0: Adding to iommu group 197
[ 27.239861] pci 0000:bf:16.1: Adding to iommu group 198
[ 27.246929] pci 0000:bf:16.2: Adding to iommu group 199
[ 27.253987] pci 0000:bf:16.3: Adding to iommu group 200
[ 27.261043] pci 0000:bf:16.4: Adding to iommu group 201
[ 27.268104] pci 0000:bf:16.5: Adding to iommu group 202
[ 27.277172] pci 0000:bf:16.6: Adding to iommu group 203
[ 27.284933] pci 0000:bf:16.7: Adding to iommu group 203
[ 27.291989] pci 0000:bf:17.0: Adding to iommu group 204
[ 27.299033] pci 0000:bf:17.1: Adding to iommu group 205
[ 27.306100] pci 0000:bf:17.2: Adding to iommu group 206
[ 27.313166] pci 0000:bf:17.3: Adding to iommu group 207
[ 27.324273] pci 0000:bf:17.4: Adding to iommu group 208
[ 27.332050] pci 0000:bf:17.5: Adding to iommu group 208
[ 27.339819] pci 0000:bf:17.6: Adding to iommu group 208
[ 27.347585] pci 0000:bf:17.7: Adding to iommu group 208
[ 27.354631] pci 0000:bf:18.0: Adding to iommu group 209
[ 27.361681] pci 0000:bf:18.1: Adding to iommu group 210
[ 27.368739] pci 0000:bf:18.2: Adding to iommu group 211
[ 27.375809] pci 0000:bf:18.3: Adding to iommu group 212
[ 27.387935] pci 0000:bf:1e.0: Adding to iommu group 213
[ 27.395720] pci 0000:bf:1e.1: Adding to iommu group 213
[ 27.403500] pci 0000:bf:1e.2: Adding to iommu group 213
[ 27.411274] pci 0000:bf:1e.3: Adding to iommu group 213
[ 27.419067] pci 0000:bf:1e.4: Adding to iommu group 213
[ 27.428127] pci 0000:bf:1f.0: Adding to iommu group 214
[ 27.435910] pci 0000:bf:1f.2: Adding to iommu group 214
[ 27.442951] pci 0000:c0:05.1: Adding to iommu group 215
[ 27.449980] pci 0000:c0:05.4: Adding to iommu group 216
[ 27.457011] pci 0000:c0:05.6: Adding to iommu group 217
[ 27.464036] pci 0000:c0:06.0: Adding to iommu group 218
[ 27.471062] pci 0000:c0:06.3: Adding to iommu group 219
[ 27.478092] pci 0000:c0:06.4: Adding to iommu group 220
[ 27.485117] pci 0000:c0:06.5: Adding to iommu group 221
[ 27.492141] pci 0000:c0:06.6: Adding to iommu group 222
[ 27.500506] pci 0000:c0:06.7: Adding to iommu group 223
[ 27.507536] pci 0000:c0:07.0: Adding to iommu group 224
[ 27.514563] pci 0000:c0:07.1: Adding to iommu group 225
[ 27.521583] pci 0000:c0:07.2: Adding to iommu group 226
[ 27.528604] pci 0000:c0:07.3: Adding to iommu group 227
[ 27.535630] pci 0000:c0:07.4: Adding to iommu group 228
[ 27.546737] pci 0000:ff:08.0: Adding to iommu group 229
[ 27.554566] pci 0000:ff:08.2: Adding to iommu group 229
[ 27.562392] pci 0000:ff:08.6: Adding to iommu group 229
[ 27.570220] pci 0000:ff:08.7: Adding to iommu group 229
[ 27.580291] pci 0000:ff:09.0: Adding to iommu group 230
[ 27.588139] pci 0000:ff:09.2: Adding to iommu group 230
[ 27.595971] pci 0000:ff:09.6: Adding to iommu group 230
[ 27.607075] pci 0000:ff:0a.0: Adding to iommu group 231
[ 27.614917] pci 0000:ff:0a.2: Adding to iommu group 231
[ 27.622759] pci 0000:ff:0a.6: Adding to iommu group 231
[ 27.630597] pci 0000:ff:0a.7: Adding to iommu group 231
[ 27.643760] pci 0000:ff:0b.0: Adding to iommu group 232
[ 27.651615] pci 0000:ff:0b.1: Adding to iommu group 232
[ 27.659462] pci 0000:ff:0b.2: Adding to iommu group 232
[ 27.667301] pci 0000:ff:0b.4: Adding to iommu group 232
[ 27.675162] pci 0000:ff:0b.5: Adding to iommu group 232
[ 27.683008] pci 0000:ff:0b.6: Adding to iommu group 232
[ 27.698188] pci 0000:ff:0c.0: Adding to iommu group 233
[ 27.706053] pci 0000:ff:0c.1: Adding to iommu group 233
[ 27.713914] pci 0000:ff:0c.2: Adding to iommu group 233
[ 27.721779] pci 0000:ff:0c.3: Adding to iommu group 233
[ 27.729640] pci 0000:ff:0c.4: Adding to iommu group 233
[ 27.737498] pci 0000:ff:0c.5: Adding to iommu group 233
[ 27.745408] pci 0000:ff:0c.6: Adding to iommu group 233
[ 27.753261] pci 0000:ff:0c.7: Adding to iommu group 233
[ 27.768465] pci 0000:ff:0d.0: Adding to iommu group 234
[ 27.776333] pci 0000:ff:0d.1: Adding to iommu group 234
[ 27.784203] pci 0000:ff:0d.2: Adding to iommu group 234
[ 27.792087] pci 0000:ff:0d.3: Adding to iommu group 234
[ 27.799959] pci 0000:ff:0d.4: Adding to iommu group 234
[ 27.807832] pci 0000:ff:0d.5: Adding to iommu group 234
[ 27.815706] pci 0000:ff:0d.6: Adding to iommu group 234
[ 27.823592] pci 0000:ff:0d.7: Adding to iommu group 234
[ 27.832658] pci 0000:ff:0e.0: Adding to iommu group 235
[ 27.840553] pci 0000:ff:0e.1: Adding to iommu group 235
[ 27.854717] pci 0000:ff:0f.0: Adding to iommu group 236
[ 27.862616] pci 0000:ff:0f.1: Adding to iommu group 236
[ 27.870517] pci 0000:ff:0f.2: Adding to iommu group 236
[ 27.878413] pci 0000:ff:0f.3: Adding to iommu group 236
[ 27.886294] pci 0000:ff:0f.4: Adding to iommu group 236
[ 27.894206] pci 0000:ff:0f.5: Adding to iommu group 236
[ 27.902100] pci 0000:ff:0f.6: Adding to iommu group 236
[ 27.914214] pci 0000:ff:10.0: Adding to iommu group 237
[ 27.922124] pci 0000:ff:10.1: Adding to iommu group 237
[ 27.930037] pci 0000:ff:10.5: Adding to iommu group 237
[ 27.937942] pci 0000:ff:10.6: Adding to iommu group 237
[ 27.945849] pci 0000:ff:10.7: Adding to iommu group 237
[ 27.959000] pci 0000:ff:12.0: Adding to iommu group 238
[ 27.966920] pci 0000:ff:12.1: Adding to iommu group 238
[ 27.974840] pci 0000:ff:12.2: Adding to iommu group 238
[ 27.982754] pci 0000:ff:12.4: Adding to iommu group 238
[ 27.990669] pci 0000:ff:12.5: Adding to iommu group 238
[ 27.998591] pci 0000:ff:12.6: Adding to iommu group 238
[ 28.005657] pci 0000:ff:13.0: Adding to iommu group 239
[ 28.012712] pci 0000:ff:13.1: Adding to iommu group 240
[ 28.019776] pci 0000:ff:13.2: Adding to iommu group 241
[ 28.026823] pci 0000:ff:13.3: Adding to iommu group 242
[ 28.033876] pci 0000:ff:13.4: Adding to iommu group 243
[ 28.040931] pci 0000:ff:13.5: Adding to iommu group 244
[ 28.049994] pci 0000:ff:13.6: Adding to iommu group 245
[ 28.057929] pci 0000:ff:13.7: Adding to iommu group 245
[ 28.064985] pci 0000:ff:14.0: Adding to iommu group 246
[ 28.072042] pci 0000:ff:14.1: Adding to iommu group 247
[ 28.079100] pci 0000:ff:14.2: Adding to iommu group 248
[ 28.086159] pci 0000:ff:14.3: Adding to iommu group 249
[ 28.097247] pci 0000:ff:14.4: Adding to iommu group 250
[ 28.105215] pci 0000:ff:14.5: Adding to iommu group 250
[ 28.113163] pci 0000:ff:14.6: Adding to iommu group 250
[ 28.121116] pci 0000:ff:14.7: Adding to iommu group 250
[ 28.128171] pci 0000:ff:15.0: Adding to iommu group 251
[ 28.135227] pci 0000:ff:15.1: Adding to iommu group 252
[ 28.142277] pci 0000:ff:15.2: Adding to iommu group 253
[ 28.149355] pci 0000:ff:15.3: Adding to iommu group 254
[ 28.156440] pci 0000:ff:16.0: Adding to iommu group 255
[ 28.163501] pci 0000:ff:16.1: Adding to iommu group 256
[ 28.170560] pci 0000:ff:16.2: Adding to iommu group 257
[ 28.177618] pci 0000:ff:16.3: Adding to iommu group 258
[ 28.184676] pci 0000:ff:16.4: Adding to iommu group 259
[ 28.191727] pci 0000:ff:16.5: Adding to iommu group 260
[ 28.200792] pci 0000:ff:16.6: Adding to iommu group 261
[ 28.208772] pci 0000:ff:16.7: Adding to iommu group 261
[ 28.215864] pci 0000:ff:17.0: Adding to iommu group 262
[ 28.222917] pci 0000:ff:17.1: Adding to iommu group 263
[ 28.229971] pci 0000:ff:17.2: Adding to iommu group 264
[ 28.237027] pci 0000:ff:17.3: Adding to iommu group 265
[ 28.248124] pci 0000:ff:17.4: Adding to iommu group 266
[ 28.256124] pci 0000:ff:17.5: Adding to iommu group 266
[ 28.264122] pci 0000:ff:17.6: Adding to iommu group 266
[ 28.272112] pci 0000:ff:17.7: Adding to iommu group 266
[ 28.279175] pci 0000:ff:18.0: Adding to iommu group 267
[ 28.286231] pci 0000:ff:18.1: Adding to iommu group 268
[ 28.293297] pci 0000:ff:18.2: Adding to iommu group 269
[ 28.300375] pci 0000:ff:18.3: Adding to iommu group 270
[ 28.312517] pci 0000:ff:1e.0: Adding to iommu group 271
[ 28.320532] pci 0000:ff:1e.1: Adding to iommu group 271
[ 28.328543] pci 0000:ff:1e.2: Adding to iommu group 271
[ 28.336552] pci 0000:ff:1e.3: Adding to iommu group 271
[ 28.344567] pci 0000:ff:1e.4: Adding to iommu group 271
[ 28.353643] pci 0000:ff:1f.0: Adding to iommu group 272
[ 28.361646] pci 0000:ff:1f.2: Adding to iommu group 272
[ 28.794302] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 28.801673] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 28.809022] software IO TLB: mapped [mem 0x0000000065000000-0x0000000069000000] (64MB)
[ 28.822435] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 28.831462] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 28.837920] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 28.877206] workingset: timestamp_bits=40 max_order=28 bucket_order=0
[ 28.884736] zbud: loaded
[ 28.888471] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 28.899626] xor: automatically using best checksumming function avx
[ 28.907724] Key type asymmetric registered
[ 28.912640] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 28.921612] io scheduler mq-deadline registered
[ 28.926849] io scheduler kyber registered
[ 28.931557] io scheduler bfq registered
[ 28.941755] pcieport 0000:00:02.0: PME: Signaling with IRQ 25
[ 28.950181] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[ 28.958567] pcieport 0000:00:03.0: PME: Signaling with IRQ 27
[ 28.966872] pcieport 0000:00:03.2: PME: Signaling with IRQ 28
[ 28.974959] pcieport 0000:00:11.0: PME: Signaling with IRQ 29
[ 28.982814] pcieport 0000:00:1c.0: PME: Signaling with IRQ 30
[ 28.990726] pcieport 0000:00:1c.6: PME: Signaling with IRQ 31
[ 29.004052] pcieport 0000:40:02.0: PME: Signaling with IRQ 33
[ 29.012438] pcieport 0000:40:03.0: PME: Signaling with IRQ 34
[ 29.020797] pcieport 0000:80:02.0: PME: Signaling with IRQ 36
[ 29.028301] pcieport 0000:80:03.0: PME: Signaling with IRQ 37
[ 29.036981] pcieport 0000:c0:02.0: PME: Signaling with IRQ 39
[ 29.045304] pcieport 0000:c0:03.0: PME: Signaling with IRQ 40
[ 29.055786] IPMI message handler: version 39.2
[ 29.061813] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 29.070699] ACPI: button: Power Button [PWRF]
[ 29.076620] ACPI: \_SB_.SCK0.CP00: Found 2 idle states
[ 29.103216] ACPI: \_SB_.SCK1.CP00: Found 2 idle states
[ 29.129777] ACPI: \_SB_.SCK2.CP00: Found 2 idle states
[ 29.156727] ACPI: \_SB_.SCK3.CP00: Found 2 idle states
[ 29.183672] ACPI: \_SB_.SCK0.CP02: Found 2 idle states
[ 29.210294] ACPI: \_SB_.SCK1.CP02: Found 2 idle states
[ 29.237039] ACPI: \_SB_.SCK2.CP02: Found 2 idle states
[ 29.263593] ACPI: \_SB_.SCK3.CP02: Found 2 idle states
[ 29.290156] ACPI: \_SB_.SCK0.CP04: Found 2 idle states
[ 29.316928] ACPI: \_SB_.SCK1.CP04: Found 2 idle states
[ 29.343628] ACPI: \_SB_.SCK2.CP04: Found 2 idle states
[ 29.370428] ACPI: \_SB_.SCK3.CP04: Found 2 idle states
[ 29.397242] ACPI: \_SB_.SCK0.CP06: Found 2 idle states
[ 29.424094] ACPI: \_SB_.SCK1.CP06: Found 2 idle states
[ 29.450969] ACPI: \_SB_.SCK2.CP06: Found 2 idle states
[ 29.477882] ACPI: \_SB_.SCK3.CP06: Found 2 idle states
[ 29.504768] ACPI: \_SB_.SCK0.CP08: Found 2 idle states
[ 29.531628] ACPI: \_SB_.SCK1.CP08: Found 2 idle states
[ 29.558411] ACPI: \_SB_.SCK2.CP08: Found 2 idle states
[ 29.585229] ACPI: \_SB_.SCK3.CP08: Found 2 idle states
[ 29.612114] ACPI: \_SB_.SCK0.CP0A: Found 2 idle states
[ 29.638975] ACPI: \_SB_.SCK1.CP0A: Found 2 idle states
[ 29.665817] ACPI: \_SB_.SCK2.CP0A: Found 2 idle states
[ 29.692590] ACPI: \_SB_.SCK3.CP0A: Found 2 idle states
[ 29.719340] ACPI: \_SB_.SCK0.CP0C: Found 2 idle states
[ 29.746159] ACPI: \_SB_.SCK1.CP0C: Found 2 idle states
[ 29.773014] ACPI: \_SB_.SCK2.CP0C: Found 2 idle states
[ 29.799864] ACPI: \_SB_.SCK3.CP0C: Found 2 idle states
[ 29.826689] ACPI: \_SB_.SCK0.CP0E: Found 2 idle states
[ 29.853484] ACPI: \_SB_.SCK1.CP0E: Found 2 idle states
[ 29.880439] ACPI: \_SB_.SCK2.CP0E: Found 2 idle states
[ 29.907270] ACPI: \_SB_.SCK3.CP0E: Found 2 idle states
[ 29.918394] tsc: Refined TSC clocksource calibration: 2793.269 MHz
[ 29.925565] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x284369f366d, max_idle_ns: 440795234812 ns
[ 29.937534] clocksource: Switched to clocksource tsc
[ 29.938408] ACPI: \_SB_.SCK0.CP10: Found 2 idle states
[ 29.970149] ACPI: \_SB_.SCK1.CP10: Found 2 idle states
[ 29.998415] ACPI: \_SB_.SCK2.CP10: Found 2 idle states
[ 30.025339] ACPI: \_SB_.SCK3.CP10: Found 2 idle states
[ 30.052244] ACPI: \_SB_.SCK0.CP12: Found 2 idle states
[ 30.079144] ACPI: \_SB_.SCK1.CP12: Found 2 idle states
[ 30.106029] ACPI: \_SB_.SCK2.CP12: Found 2 idle states
[ 30.132888] ACPI: \_SB_.SCK3.CP12: Found 2 idle states
[ 30.159534] ACPI: \_SB_.SCK0.CP01: Found 2 idle states
[ 30.186291] ACPI: \_SB_.SCK1.CP01: Found 2 idle states
[ 30.213240] ACPI: \_SB_.SCK2.CP01: Found 2 idle states
[ 30.240076] ACPI: \_SB_.SCK3.CP01: Found 2 idle states
[ 30.266796] ACPI: \_SB_.SCK0.CP03: Found 2 idle states
[ 30.293794] ACPI: \_SB_.SCK1.CP03: Found 2 idle states
[ 30.320801] ACPI: \_SB_.SCK2.CP03: Found 2 idle states
[ 30.347803] ACPI: \_SB_.SCK3.CP03: Found 2 idle states
[ 30.374486] ACPI: \_SB_.SCK0.CP05: Found 2 idle states
[ 30.401488] ACPI: \_SB_.SCK1.CP05: Found 2 idle states
[ 30.428551] ACPI: \_SB_.SCK2.CP05: Found 2 idle states
[ 30.455710] ACPI: \_SB_.SCK3.CP05: Found 2 idle states
[ 30.482663] ACPI: \_SB_.SCK0.CP07: Found 2 idle states
[ 30.509758] ACPI: \_SB_.SCK1.CP07: Found 2 idle states
[ 30.536836] ACPI: \_SB_.SCK2.CP07: Found 2 idle states
[ 30.563953] ACPI: \_SB_.SCK3.CP07: Found 2 idle states
[ 30.591011] ACPI: \_SB_.SCK0.CP09: Found 2 idle states
[ 30.618155] ACPI: \_SB_.SCK1.CP09: Found 2 idle states
[ 30.645395] ACPI: \_SB_.SCK2.CP09: Found 2 idle states
[ 30.672556] ACPI: \_SB_.SCK3.CP09: Found 2 idle states
[ 30.699743] ACPI: \_SB_.SCK0.CP0B: Found 2 idle states
[ 30.726852] ACPI: \_SB_.SCK1.CP0B: Found 2 idle states
[ 30.754196] ACPI: \_SB_.SCK2.CP0B: Found 2 idle states
[ 30.781341] ACPI: \_SB_.SCK3.CP0B: Found 2 idle states
[ 30.808610] ACPI: \_SB_.SCK0.CP0D: Found 2 idle states
[ 30.835790] ACPI: \_SB_.SCK1.CP0D: Found 2 idle states
[ 30.863019] ACPI: \_SB_.SCK2.CP0D: Found 2 idle states
[ 30.890187] ACPI: \_SB_.SCK3.CP0D: Found 2 idle states
[ 30.917322] ACPI: \_SB_.SCK0.CP0F: Found 2 idle states
[ 30.944561] ACPI: \_SB_.SCK1.CP0F: Found 2 idle states
[ 30.971731] ACPI: \_SB_.SCK2.CP0F: Found 2 idle states
[ 30.998974] ACPI: \_SB_.SCK3.CP0F: Found 2 idle states
[ 31.026238] ACPI: \_SB_.SCK0.CP11: Found 2 idle states
[ 31.053400] ACPI: \_SB_.SCK1.CP11: Found 2 idle states
[ 31.080298] ACPI: \_SB_.SCK2.CP11: Found 2 idle states
[ 31.107542] ACPI: \_SB_.SCK3.CP11: Found 2 idle states
[ 31.134547] ACPI: \_SB_.SCK0.CP13: Found 2 idle states
[ 31.161693] ACPI: \_SB_.SCK1.CP13: Found 2 idle states
[ 31.188830] ACPI: \_SB_.SCK2.CP13: Found 2 idle states
[ 31.215888] ACPI: \_SB_.SCK3.CP13: Found 2 idle states
[ 31.244114] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 31.251858] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 31.260975] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 31.275818] lp: driver loaded but no devices found
[ 31.282147] Linux agpgart interface v0.103
[ 31.287697] ACPI: bus type drm_connector registered
[ 31.361808] brd: module loaded
[ 31.408838] loop: module loaded
[ 31.436765] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 31.443932] drbd: built-in
[ 31.447083] drbd: registered as block device major 147
[ 31.459840] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 31.468488] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 31.477137] megasas: 07.727.03.00-rc1
[ 31.482867] megaraid_sas 0000:04:00.0: Waiting for FW to come to ready state
[ 31.490905] megaraid_sas 0000:04:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[ 31.567461] megaraid_sas 0000:04:00.0: FW now in Ready state
[ 31.573941] megaraid_sas 0000:04:00.0: 63 bit DMA mask and 32 bit consistent mask
[ 31.584017] megaraid_sas 0000:04:00.0: firmware supports msix : (96)
[ 31.598612] megaraid_sas 0000:04:00.0: requested/available msix 81/81 poll_queue 0
[ 31.607430] megaraid_sas 0000:04:00.0: current msix/online cpus : (81/80)
[ 31.615161] megaraid_sas 0000:04:00.0: RDPQ mode : (disabled)
[ 31.621719] megaraid_sas 0000:04:00.0: Current firmware supports maximum commands: 928 LDIO threshold: 237
[ 31.648773] megaraid_sas 0000:04:00.0: Performance mode :Latency (latency index = 1)
[ 31.657604] megaraid_sas 0000:04:00.0: FW supports sync cache : No
[ 31.664652] megaraid_sas 0000:04:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[ 31.895461] megaraid_sas 0000:04:00.0: FW provided supportMaxExtLDs: 0 max_lds: 32
[ 31.904106] megaraid_sas 0000:04:00.0: controller type : iMR(0MB)
[ 31.911058] megaraid_sas 0000:04:00.0: Online Controller Reset(OCR) : Enabled
[ 31.919172] megaraid_sas 0000:04:00.0: Secure JBOD support : No
[ 31.925924] megaraid_sas 0000:04:00.0: NVMe passthru support : No
[ 31.932876] megaraid_sas 0000:04:00.0: FW provided TM TaskAbort/Reset timeout : 0 secs/0 secs
[ 31.942580] megaraid_sas 0000:04:00.0: JBOD sequence map support : No
[ 31.949915] megaraid_sas 0000:04:00.0: PCI Lane Margining support : No
[ 31.985173] megaraid_sas 0000:04:00.0: megasas_enable_intr_fusion is called outbound_intr_mask:0x40000000
[ 31.996064] megaraid_sas 0000:04:00.0: INIT adapter done
[ 32.002145] megaraid_sas 0000:04:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5796
[ 32.013657] megaraid_sas 0000:04:00.0: pci id : (0x1000)/(0x005f)/(0x1028)/(0x1f44)
[ 32.022497] megaraid_sas 0000:04:00.0: unevenspan support : yes
[ 32.029333] megaraid_sas 0000:04:00.0: firmware crash dump : no
[ 32.036103] megaraid_sas 0000:04:00.0: JBOD sequence map : disabled
[ 32.043627] megaraid_sas 0000:04:00.0: Max firmware commands: 927 shared with default hw_queues = 80 poll_queues 0
[ 32.055397] scsi host0: Avago SAS based MegaRAID driver
[ 32.063957] mpt3sas version 48.100.00.00 loaded
[ 32.064746] scsi 0:0:0:0: Direct-Access SEAGATE ST91000640SS AS0D PQ: 0 ANSI: 6
[ 32.082898] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 32.087329] scsi 0:0:1:0: Direct-Access SEAGATE ST91000640SS AS0D PQ: 0 ANSI: 6
[ 32.100566] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[ 32.109713] ahci 0000:00:1f.2: 3/6 ports implemented (port mask 0x7)
[ 32.116952] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag led clo pio slum part ems apst
[ 32.136474] scsi host1: ahci
[ 32.141023] scsi host2: ahci
[ 32.145570] scsi host3: ahci
[ 32.150108] scsi host4: ahci
[ 32.154629] scsi host5: ahci
[ 32.159155] scsi host6: ahci
[ 32.162847] ata1: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300100 irq 127 lpm-pol 0
[ 32.172352] ata2: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300180 irq 127 lpm-pol 0
[ 32.181867] ata3: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300200 irq 127 lpm-pol 0
[ 32.191381] ata4: DUMMY
[ 32.194224] ata5: DUMMY
[ 32.197068] ata6: DUMMY
[ 32.210442] tun: Universal TUN/TAP device driver, 1.6
[ 32.217410] Fusion MPT base driver 3.04.20
[ 32.222123] Copyright (c) 1999-2008 LSI Corporation
[ 32.227757] Fusion MPT SPI Host driver 3.04.20
[ 32.233549] Fusion MPT FC Host driver 3.04.20
[ 32.239259] Fusion MPT SAS Host driver 3.04.20
[ 32.245066] Fusion MPT misc device (ioctl) driver 3.04.20
[ 32.251464] mptctl: Registered with Fusion MPT base driver
[ 32.257739] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 32.267488] usbcore: registered new interface driver usb-storage
[ 32.268068] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 32.274514] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 32.281300] ehci-pci 0000:00:1a.0: debug port 2
[ 32.288971] i8042: PNP: No PS/2 controller found.
[ 32.298038] ehci-pci 0000:00:1a.0: irq 23, io mem 0x93302000
[ 32.306432] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 32.313077] rtc_cmos 00:00: RTC can wake from S4
[ 32.314190] hub 1-0:1.0: USB hub found
[ 32.322739] hub 1-0:1.0: 2 ports detected
[ 32.322875] rtc_cmos 00:00: registered as rtc0
[ 32.332596] rtc_cmos 00:00: setting system clock to 2024-05-14T19:34:37 UTC (1715715277)
[ 32.332932] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[ 32.343929] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 32.349758] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 32.355791] ehci-pci 0000:00:1d.0: debug port 2
[ 32.368043] ehci-pci 0000:00:1d.0: irq 22, io mem 0x93301000
[ 32.375443] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 32.376806] hub 2-0:1.0: USB hub found
[ 32.387213] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 32.394022] hub 2-0:1.0: 2 ports detected
[ 32.405008] intel_pstate: Intel P-state driver initializing
[ 32.432151] i2c i2c-0: More than 8 memory slots on a single bus, contact i801 maintainer to add missing mux config
[ 32.508865] ata1: SATA link down (SStatus 0 SControl 300)
[ 32.515175] hid: raw HID events driver (C) Jiri Kosina
[ 32.521508] Key type dns_resolver registered
[ 32.567712] microcode: Current revision: 0x0000001a
[ 32.577439] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 32.586033] IPI shorthand broadcast: enabled
[ 32.607896] sched_clock: Marking stable (29305004728, 3302360945)->(48133495299, -15526129626)
[ 32.618943] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[ 32.635329] registered taskstats version 1
[ 32.640449] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 32.714915] hub 1-1:1.0: USB hub found
[ 32.719355] hub 1-1:1.0: 6 ports detected
[ 32.755065] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 32.755743] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 32.770035] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 32.770311] sd 0:0:0:0: [sda] Write Protect is off
[ 32.770689] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 32.771081] sd 0:0:1:0: [sdb] Write Protect is off
[ 32.771717] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 32.783080] hub 2-1:1.0: USB hub found
[ 32.790869] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 32.796001] hub 2-1:1.0: 8 ports detected
[ 32.888824] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 32.916241] sda: sda1 sda2 sda3
[ 32.920991] sd 0:0:0:0: [sda] Attached SCSI disk
[ 32.998472] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[ 33.085246] ata2: SATA link down (SStatus 0 SControl 300)
[ 33.086056] hub 1-1.2:1.0: USB hub found
[ 33.096245] hub 1-1.2:1.0: 2 ports detected
[ 33.166484] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[ 33.321474] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
[ 33.397205] ata3: SATA link down (SStatus 0 SControl 300)
[ 33.409935] hub 1-1.6:1.0: USB hub found
[ 33.412090] Freeing unused kernel image (initmem) memory: 3060K
[ 33.414755] hub 1-1.6:1.0: 6 ports detected
[ 33.426002] Write protecting the kernel read-only data: 22528k
[ 33.436332] Freeing unused kernel image (rodata/data gap) memory: 1108K
[ 33.444334] Run /init as init process
[ 33.484506] usb 1-1.2.2: new full-speed USB device number 6 using ehci-pci
[ 33.585431] usb 1-1.2.2: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
[ 33.666162] REISERFS warning: read_super_block: reiserfs filesystem is deprecated and scheduled to be removed from the kernel in 2025
[ 33.679859] REISERFS (device sda1): found reiserfs format "3.6" with standard journal
[ 33.688766] REISERFS (device sda1): using ordered data mode
[ 33.695097] reiserfs: using flush barriers
[ 33.700004] REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 33.717794] REISERFS (device sda1): checking transaction log (sda1)
[ 33.739988] REISERFS (device sda1): Using r5 hash to sort names
[ 34.615903] systemd[1]: Inserted module 'autofs4'
[ 34.742291] NET: Registered PF_INET6 protocol family
[ 34.749673] Segment Routing with IPv6
[ 34.753898] In-situ OAM (IOAM) with IPv6
[ 34.956312] 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)
[ 34.981171] systemd[1]: Detected architecture x86-64.
[ 34.997994] systemd[1]: Set hostname to <foreveralone.molgen.mpg.de>.
[ 36.600460] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 36.612350] systemd[1]: Listening on udev Control Socket.
[ 36.629780] systemd[1]: Listening on Journal Socket (/dev/log).
[ 36.639947] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 36.660055] systemd[1]: Listening on Process Core Dump Socket.
[ 36.692041] systemd[1]: Created slice system-serial\x2dlog.slice.
[ 36.699584] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 37.063653] RPC: Registered named UNIX socket transport module.
[ 37.070373] RPC: Registered udp transport module.
[ 37.075729] RPC: Registered tcp transport module.
[ 37.081075] RPC: Registered tcp-with-tls transport module.
[ 37.087300] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 37.601218] reiserfs: enabling write barrier flush mode
[ 37.852632] systemd-journald[618]: Received request to flush runtime journal from PID 1
[ 38.724669] ipmi_si: IPMI System Interface driver
[ 38.730179] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 38.737391] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
[ 38.745687] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 38.753660] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[ 38.798416] iTCO_vendor_support: vendor-support=0
[ 38.838712] iTCO_wdt iTCO_wdt.0.auto: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
[ 38.848749] iTCO_wdt iTCO_wdt.0.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 38.877496] ipmi_si dmi-ipmi-si.0: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[ 38.907145] ipmi_si dmi-ipmi-si.0: Using irq 10
[ 38.927345] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[ 38.984459] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[ 39.139240] mgag200 0000:09:00.0: vgaarb: deactivate vga console
[ 39.147962] Console: switching to colour dummy device 80x25
[ 39.167869] [drm] Initialized mgag200 1.0.0 20110418 for 0000:09:00.0 on minor 0
[ 39.180013] fbcon: mgag200drmfb (fb0) is primary device
[ 39.248778] Console: switching to colour frame buffer device 128x48
[ 39.315838] mgag200 0000:09:00.0: [drm] fb0: mgag200drmfb frame buffer device
[ 39.377620] igb: Intel(R) Gigabit Ethernet Network Driver
[ 39.383693] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 39.445111] igb 0000:03:00.0: added PHC on eth0
[ 39.450279] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 39.458041] igb 0000:03:00.0: eth0: (PCIe:5.0Gb/s:Width x2) 24:6e:96:05:83:0c
[ 39.466396] igb 0000:03:00.0: eth0: PBA No: G61346-000
[ 39.472177] igb 0000:03:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 39.534203] igb 0000:03:00.1: added PHC on eth1
[ 39.539384] igb 0000:03:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 39.547138] igb 0000:03:00.1: eth1: (PCIe:5.0Gb/s:Width x2) 24:6e:96:05:83:0d
[ 39.555494] igb 0000:03:00.1: eth1: PBA No: G61346-000
[ 39.561271] igb 0000:03:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 39.730000] Adding 16777212k swap on /dev/sda3. Priority:-2 extents:1 across:16777212k
[ 39.859208] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 39.866114] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 40.003326] usbcore: registered new interface driver usbhid
[ 40.009742] usbhid: USB HID core driver
[ 40.038765] ixgbe 0000:01:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 40.053664] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:14DD:0002.0001/input/input1
[ 40.070482] ixgbe 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 40.082651] ixgbe 0000:01:00.0: MAC: 2, PHY: 20, SFP+: 6, PBA No: G61346-014
[ 40.091469] ixgbe 0000:01:00.0: 24:6e:96:05:83:08
[ 40.120448] ixgbe 0000:01:00.0: Intel(R) 10 Gigabit Network Connection
[ 40.124091] hid-generic 0003:14DD:0002.0001: input,hidraw0: USB HID v1.01 Keyboard [Peppercon AG Multidevice] on usb-0000:00:1a.0-1.4/input0
[ 40.147634] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:14DD:0002.0002/input/input2
[ 40.166283] hid-generic 0003:14DD:0002.0002: input,hidraw1: USB HID v1.01 Mouse [Peppercon AG Multidevice] on usb-0000:00:1a.0-1.4/input1
[ 40.184220] hid-generic 0003:27B8:01ED.0003: hidraw2: USB HID v1.01 Device [ThingM blink(1) mk2] on usb-0000:00:1a.0-1.2.2/input0
[ 40.234727] hid-led 0003:27B8:01ED.0003: hidraw2: USB HID v1.01 Device [ThingM blink(1) mk2] on usb-0000:00:1a.0-1.2.2/input0
[ 40.250802] hid-led 0003:27B8:01ED.0003: ThingM blink(1) initialized
[ 40.348157] ixgbe 0000:01:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 40.379825] ixgbe 0000:01:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 40.390667] ixgbe 0000:01:00.1: MAC: 2, PHY: 20, SFP+: 5, PBA No: G61346-014
[ 40.399574] ixgbe 0000:01:00.1: 24:6e:96:05:83:0a
[ 40.428506] ixgbe 0000:01:00.1: Intel(R) 10 Gigabit Network Connection
[ 40.620056] ixgbe 0000:0b:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 40.632782] ixgbe 0000:0b:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 40.643564] ixgbe 0000:0b:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 40.652452] ixgbe 0000:0b:00.0: a0:36:9f:90:30:00
[ 40.682249] ixgbe 0000:0b:00.0: Intel(R) 10 Gigabit Network Connection
[ 40.866563] ixgbe 0000:0b:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 40.879303] ixgbe 0000:0b:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 40.890108] ixgbe 0000:0b:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 40.899014] ixgbe 0000:0b:00.1: a0:36:9f:90:30:02
[ 40.928509] ixgbe 0000:0b:00.1: Intel(R) 10 Gigabit Network Connection
[ 41.112201] ixgbe 0000:0d:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 41.125008] ixgbe 0000:0d:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 41.135819] ixgbe 0000:0d:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 41.144764] ixgbe 0000:0d:00.0: a0:36:9f:90:33:90
[ 41.174443] ixgbe 0000:0d:00.0: Intel(R) 10 Gigabit Network Connection
[ 41.358237] ixgbe 0000:0d:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 41.371043] ixgbe 0000:0d:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 41.381889] ixgbe 0000:0d:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 41.390892] ixgbe 0000:0d:00.1: a0:36:9f:90:33:92
[ 41.420511] ixgbe 0000:0d:00.1: Intel(R) 10 Gigabit Network Connection
[ 41.607874] ixgbe 0000:41:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 41.622278] ixgbe 0000:41:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 41.633875] ixgbe 0000:41:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 41.642908] ixgbe 0000:41:00.0: a0:36:9f:90:33:c0
[ 41.673677] ixgbe 0000:41:00.0: Intel(R) 10 Gigabit Network Connection
[ 41.868536] ixgbe 0000:41:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 41.881319] ixgbe 0000:41:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 41.892188] ixgbe 0000:41:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 41.901129] ixgbe 0000:41:00.1: a0:36:9f:90:33:c2
[ 41.931147] ixgbe 0000:41:00.1: Intel(R) 10 Gigabit Network Connection
[ 44.174871] REISERFS warning: read_super_block: reiserfs filesystem is deprecated and scheduled to be removed from the kernel in 2025
[ 44.193502] REISERFS (device sda2): found reiserfs format "3.6" with standard journal
[ 44.204524] REISERFS (device sda2): using ordered data mode
[ 44.213409] reiserfs: using flush barriers
[ 44.247331] REISERFS (device sda2): journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 44.273282] REISERFS (device sda2): checking transaction log (sda2)
[ 44.396781] REISERFS (device sda2): Using r5 hash to sort names
[ 44.496645] XFS (sdb): Deprecated V4 format (crc=0) will not be supported after September 2030.
[ 44.526277] XFS (sdb): Mounting V4 Filesystem 041c1879-3efa-4731-845e-07905a735d60
[ 44.693036] XFS (sdb): Ending clean mount
[ 44.707695] xfs filesystem being mounted at /amd/foreveralone/1 supports timestamps until 2038-01-19 (0x7fffffff)
[ 46.958422] 8021q: 802.1Q VLAN Support v1.8
[ 46.990551] igb 0000:03:00.0 net00: renamed from eth0
[ 47.004514] igb 0000:03:00.1 net01: renamed from eth1
[ 47.022309] ixgbe 0000:01:00.0 net02: renamed from eth2
[ 47.040529] ixgbe 0000:01:00.1 net03: renamed from eth3
[ 47.057553] ixgbe 0000:0b:00.0 net04: renamed from eth4
[ 47.077155] ixgbe 0000:0b:00.1 net05: renamed from eth5
[ 47.094067] ixgbe 0000:0d:00.0 net06: renamed from eth6
[ 47.113282] ixgbe 0000:0d:00.1 net07: renamed from eth7
[ 47.131337] ixgbe 0000:41:00.0 net08: renamed from eth8
[ 47.149673] ixgbe 0000:41:00.1 net09: renamed from eth9
[ 47.639521] ixgbe 0000:41:00.1: registered PHC device on net09
[ 47.754307] 8021q: adding VLAN 0 to HW filter on device net09
[ 47.814095] ixgbe 0000:41:00.1 net09: detected SFP+: 6
[ 48.062580] ixgbe 0000:41:00.1 net09: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 48.806517] NFSD: Unable to initialize client recovery tracking! (-110)
[ 48.815010] ixgbe 0000:41:00.1 net09: NIC Link is Down
[ 48.815859] NFSD: starting 90-second grace period (net f0000000)
[ 50.334583] ixgbe 0000:41:00.1 net09: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 54.288336] netfs: FS-Cache loaded
[ 54.760171] NFS: Registering the id_resolver key type
[ 54.777488] Key type id_resolver registered
[ 54.783445] Key type id_legacy registered
[ 113.797057] systemd-journald[618]: Failed to set ACL on /var/log/journal/95790226b8d0779f4b4797314ca986d4/user-5272.journal, ignoring: Operation not supported
[ 125.927059] XFS (sdb): Unmounting Filesystem 041c1879-3efa-4731-845e-07905a735d60
[ 126.602135] printk: systemd-shutdow: 32 output lines suppressed due to ratelimiting
[ 126.671074] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 127.177725] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 127.188488] systemd-journald[618]: Failed to send WATCHDOG=1 notification message: Connection refused
[ 127.238984] systemd-journald[618]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 127.373798] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 127.431798] systemd-shutdown[1]: Unmounting file systems.
[ 127.442455] [1785]: Remounting '/' read-only in with options '(null)'.
[ 127.632792] systemd-shutdown[1]: All filesystems unmounted.
[ 127.640349] systemd-shutdown[1]: Deactivating swaps.
[ 127.651188] systemd-shutdown[1]: All swaps deactivated.
[ 127.658407] systemd-shutdown[1]: Detaching loop devices.
[ 127.667870] systemd-shutdown[1]: All loop devices detached.
[ 127.675457] systemd-shutdown[1]: Detaching DM devices.
[ 127.811203] ixgbe 0000:41:00.1: removed PHC on net09
[ 128.775111] platform coretemp.3: shutdown
[ 128.781935] platform coretemp.2: shutdown
[ 128.788267] platform coretemp.1: shutdown
[ 128.794531] platform coretemp.0: shutdown
[ 128.800840] i2c i2c-3: shutdown
[ 128.806212] i2c i2c-2: shutdown
[ 128.811702] i2c i2c-1: shutdown
[ 128.816975] ipmi ipmi_bmc.0: shutdown
[ 128.822626] usb 1-1.6-port6: shutdown
[ 128.828679] usb 1-1.6-port5: shutdown
[ 128.834426] usb 1-1.6-port4: shutdown
[ 128.840214] usb 1-1.6-port3: shutdown
[ 128.845923] usb 1-1.6-port2: shutdown
[ 128.851895] usb 1-1.6-port1: shutdown
[ 128.857672] usb 1-1.2-port2: shutdown
[ 128.863622] usb 1-1.2-port1: shutdown
[ 128.869313] usb 2-1-port8: shutdown
[ 128.874779] usb 2-1-port7: shutdown
[ 128.880299] usb 2-1-port6: shutdown
[ 128.886012] usb 2-1-port5: shutdown
[ 128.891489] usb 2-1-port4: shutdown
[ 128.896935] usb 2-1-port3: shutdown
[ 128.902339] usb 2-1-port2: shutdown
[ 128.908072] usb 2-1-port1: shutdown
[ 128.913269] sd 0:0:1:0: shutdown
[ 128.918627] sd 0:0:0:0: shutdown
[ 128.923713] usb 1-1-port6: shutdown
[ 128.929151] usb 1-1-port5: shutdown
[ 128.934613] usb 1-1-port4: shutdown
[ 128.940032] usb 1-1-port3: shutdown
[ 128.945367] usb 1-1-port2: shutdown
[ 128.950832] usb 1-1-port1: shutdown
[ 128.956200] platform microcode: shutdown
[ 128.962301] usb usb2-port2: shutdown
[ 128.967546] usb usb2-port1: shutdown
[ 128.972965] i2c i2c-0: shutdown
[ 128.977839] usb usb1-port2: shutdown
[ 128.983186] usb usb1-port1: shutdown
[ 128.988547] alarmtimer alarmtimer.1.auto: shutdown
[ 128.995499] iTCO_wdt iTCO_wdt.0.auto: shutdown
[ 129.003345] serial8250 serial8250: shutdown
[ 129.009571] pcie_pme 0000:c0:03.0:pcie001: shutdown
[ 129.016342] pcie_pme 0000:c0:02.0:pcie001: shutdown
[ 129.023020] pcie_pme 0000:80:03.0:pcie001: shutdown
[ 129.029815] pcie_pme 0000:80:02.0:pcie001: shutdown
[ 129.036594] pcie_pme 0000:40:03.0:pcie001: shutdown
[ 129.043338] pcie_pme 0000:40:02.0:pcie001: shutdown
[ 129.050045] pcie_pme 0000:00:1c.6:pcie001: shutdown
[ 129.056936] pcie_pme 0000:00:1c.0:pcie001: shutdown
[ 129.063627] pcie_pme 0000:00:11.0:pcie001: shutdown
[ 129.070353] pcie_pme 0000:00:03.2:pcie001: shutdown
[ 129.077226] pcie_pme 0000:00:03.0:pcie001: shutdown
[ 129.083886] pcie_pme 0000:00:02.2:pcie001: shutdown
[ 129.090646] pcie_pme 0000:00:02.0:pcie001: shutdown
[ 129.097718] platform pcspkr: shutdown
[ 129.103209] system 00:04: shutdown
[ 129.108278] serial 00:03: shutdown
[ 129.113260] serial 00:02: shutdown
[ 129.118301] system 00:01: shutdown
[ 129.123376] rtc_cmos 00:00: shutdown
[ 129.128786] pci 0000:c0:07.4: shutdown
[ 129.134268] pci 0000:c0:07.3: shutdown
[ 129.139737] pci 0000:c0:07.2: shutdown
[ 129.145259] pci 0000:c0:07.1: shutdown
[ 129.150656] pci 0000:c0:07.0: shutdown
[ 129.156203] pci 0000:c0:06.7: shutdown
[ 129.161702] pci 0000:c0:06.6: shutdown
[ 129.167174] pci 0000:c0:06.5: shutdown
[ 129.172650] pci 0000:c0:06.4: shutdown
[ 129.178230] pci 0000:c0:06.3: shutdown
[ 129.183843] pci 0000:c0:06.0: shutdown
[ 129.189349] hswep_uncore 0000:c0:05.6: shutdown
[ 129.195959] pci 0000:c0:05.4: shutdown
[ 129.201442] pci 0000:c0:05.2: shutdown
[ 129.206902] pci 0000:c0:05.1: shutdown
[ 129.212385] pci 0000:c0:05.0: shutdown
[ 129.217864] pcieport 0000:c0:03.0: shutdown
[ 129.236478] pcieport 0000:c0:02.0: shutdown
[ 129.255460] pci 0000:80:07.4: shutdown
[ 129.261021] pci 0000:80:07.3: shutdown
[ 129.266551] pci 0000:80:07.2: shutdown
[ 129.272046] pci 0000:80:07.1: shutdown
[ 129.277257] pci 0000:80:07.0: shutdown
[ 129.282772] pci 0000:80:06.7: shutdown
[ 129.288220] pci 0000:80:06.6: shutdown
[ 129.293712] pci 0000:80:06.5: shutdown
[ 129.299245] pci 0000:80:06.4: shutdown
[ 129.304833] pci 0000:80:06.3: shutdown
[ 129.310460] pci 0000:80:06.0: shutdown
[ 129.315969] hswep_uncore 0000:80:05.6: shutdown
[ 129.322296] pci 0000:80:05.4: shutdown
[ 129.327769] pci 0000:80:05.2: shutdown
[ 129.333240] pci 0000:80:05.1: shutdown
[ 129.338699] pci 0000:80:05.0: shutdown
[ 129.344232] pcieport 0000:80:03.0: shutdown
[ 129.363021] pcieport 0000:80:02.0: shutdown
[ 129.380748] ixgbe 0000:41:00.1: shutdown
[ 129.392355] ixgbe 0000:41:00.0: shutdown
[ 129.402946] pci 0000:40:07.4: shutdown
[ 129.408642] pci 0000:40:07.3: shutdown
[ 129.414939] pci 0000:40:07.2: shutdown
[ 129.420745] pci 0000:40:07.1: shutdown
[ 129.426277] pci 0000:40:07.0: shutdown
[ 129.431801] pci 0000:40:06.7: shutdown
[ 129.437292] pci 0000:40:06.6: shutdown
[ 129.442896] pci 0000:40:06.5: shutdown
[ 129.448542] pci 0000:40:06.4: shutdown
[ 129.453962] pci 0000:40:06.3: shutdown
[ 129.459134] pci 0000:40:06.0: shutdown
[ 129.464540] hswep_uncore 0000:40:05.6: shutdown
[ 129.470856] pci 0000:40:05.4: shutdown
[ 129.476299] pci 0000:40:05.2: shutdown
[ 129.481714] pci 0000:40:05.1: shutdown
[ 129.487095] pci 0000:40:05.0: shutdown
[ 129.492554] pcieport 0000:40:03.0: shutdown
[ 129.498947] pcieport 0000:40:02.0: shutdown
[ 129.517656] platform PNP0103:00: shutdown
[ 129.523568] platform PNP0800:00: shutdown
[ 129.529343] platform PNP0C04:00: shutdown
[ 129.535140] platform PNP0003:00: shutdown
[ 129.540953] mgag200 0000:09:00.0: shutdown
[ 129.588350] pci 0000:08:00.0: shutdown
[ 129.595241] pcieport 0000:07:01.0: shutdown
[ 129.616590] pcieport 0000:07:00.0: shutdown
[ 129.623972] pcieport 0000:06:00.0: shutdown
[ 129.631286] igb 0000:03:00.1: shutdown
[ 129.642159] igb 0000:03:00.0: shutdown
[ 129.652355] megaraid_sas 0000:04:00.0: shutdown
[ 129.686447] megaraid_sas 0000:04:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[ 129.706530] ixgbe 0000:0b:00.1: shutdown
[ 129.717565] ixgbe 0000:0b:00.0: shutdown
[ 129.729121] ixgbe 0000:0d:00.1: shutdown
[ 129.741226] ixgbe 0000:0d:00.0: shutdown
[ 129.754869] ixgbe 0000:01:00.1: shutdown
[ 129.869512] ixgbe 0000:01:00.0: shutdown
[ 129.989489] i801_smbus 0000:00:1f.3: shutdown
[ 129.997940] ahci 0000:00:1f.2: shutdown
[ 130.005698] lpc_ich 0000:00:1f.0: shutdown
[ 130.013650] pci 0000:00:1e.0: shutdown
[ 130.021226] ehci-pci 0000:00:1d.0: shutdown
[ 130.030062] pcieport 0000:00:1c.6: shutdown
[ 130.038500] pcieport 0000:00:1c.0: shutdown
[ 130.046260] ehci-pci 0000:00:1a.0: shutdown
[ 130.052867] pci 0000:00:16.1: shutdown
[ 130.060670] pci 0000:00:16.0: shutdown
[ 130.067515] pcieport 0000:00:11.0: shutdown
[ 130.087536] pci 0000:00:07.4: shutdown
[ 130.094561] pci 0000:00:07.3: shutdown
[ 130.101467] pci 0000:00:07.2: shutdown
[ 130.107373] pci 0000:00:07.1: shutdown
[ 130.113022] pci 0000:00:07.0: shutdown
[ 130.119909] pci 0000:00:06.7: shutdown
[ 130.125214] pci 0000:00:06.6: shutdown
[ 130.132086] pci 0000:00:06.5: shutdown
[ 130.138919] pci 0000:00:06.4: shutdown
[ 130.145767] pci 0000:00:06.3: shutdown
[ 130.153555] pci 0000:00:06.0: shutdown
[ 130.160356] hswep_uncore 0000:00:05.6: shutdown
[ 130.168091] pci 0000:00:05.4: shutdown
[ 130.174961] pci 0000:00:05.2: shutdown
[ 130.181769] pci 0000:00:05.1: shutdown
[ 130.188630] pci 0000:00:05.0: shutdown
[ 130.195483] pcieport 0000:00:03.2: shutdown
[ 130.203180] pcieport 0000:00:03.0: shutdown
[ 130.210863] pcieport 0000:00:02.2: shutdown
[ 130.218496] pcieport 0000:00:02.0: shutdown
[ 130.226115] pci 0000:00:00.0: shutdown
[ 130.233028] acpi-wmi PNP0C14:00: shutdown
[ 130.240149] platform PNP0C33:00: shutdown
[ 130.247347] platform acpi-cpufreq: shutdown
[ 130.254689] pci 0000:3f:1f.2: shutdown
[ 130.261522] pci 0000:3f:1f.0: shutdown
[ 130.267136] pci 0000:3f:1e.4: shutdown
[ 130.272792] pci 0000:3f:1e.3: shutdown
[ 130.280295] pci 0000:3f:1e.2: shutdown
[ 130.286919] pci 0000:3f:1e.1: shutdown
[ 130.292199] pci 0000:3f:1e.0: shutdown
[ 130.299006] pci 0000:3f:18.3: shutdown
[ 130.305749] pci 0000:3f:18.2: shutdown
[ 130.312660] hswep_uncore 0000:3f:18.1: shutdown
[ 130.320331] hswep_uncore 0000:3f:18.0: shutdown
[ 130.327974] pci 0000:3f:17.7: shutdown
[ 130.334758] pci 0000:3f:17.6: shutdown
[ 130.341532] pci 0000:3f:17.5: shutdown
[ 130.348284] pci 0000:3f:17.4: shutdown
[ 130.355056] pci 0000:3f:17.3: shutdown
[ 130.363113] pci 0000:3f:17.2: shutdown
[ 130.369765] hswep_uncore 0000:3f:17.1: shutdown
[ 130.376227] hswep_uncore 0000:3f:17.0: shutdown
[ 130.382963] pci 0000:3f:16.7: shutdown
[ 130.388161] pci 0000:3f:16.6: shutdown
[ 130.394052] pci 0000:3f:16.5: shutdown
[ 130.400757] pci 0000:3f:16.4: shutdown
[ 130.407409] pci 0000:3f:16.3: shutdown
[ 130.414179] pci 0000:3f:16.2: shutdown
[ 130.420869] pci 0000:3f:16.1: shutdown
[ 130.427495] pci 0000:3f:16.0: shutdown
[ 130.434181] pci 0000:3f:15.3: shutdown
[ 130.440873] pci 0000:3f:15.2: shutdown
[ 130.447497] hswep_uncore 0000:3f:15.1: shutdown
[ 130.455076] hswep_uncore 0000:3f:15.0: shutdown
[ 130.462673] pci 0000:3f:14.7: shutdown
[ 130.469326] pci 0000:3f:14.6: shutdown
[ 130.476029] pci 0000:3f:14.5: shutdown
[ 130.482735] pci 0000:3f:14.4: shutdown
[ 130.489379] pci 0000:3f:14.3: shutdown
[ 130.496065] pci 0000:3f:14.2: shutdown
[ 130.502739] hswep_uncore 0000:3f:14.1: shutdown
[ 130.509027] hswep_uncore 0000:3f:14.0: shutdown
[ 130.515243] pci 0000:3f:13.7: shutdown
[ 130.521914] pci 0000:3f:13.6: shutdown
[ 130.527149] pci 0000:3f:13.5: shutdown
[ 130.533883] pci 0000:3f:13.4: shutdown
[ 130.540546] pci 0000:3f:13.3: shutdown
[ 130.547266] pci 0000:3f:13.2: shutdown
[ 130.553979] pci 0000:3f:13.1: shutdown
[ 130.560635] pci 0000:3f:13.0: shutdown
[ 130.566206] pci 0000:3f:12.6: shutdown
[ 130.571978] hswep_uncore 0000:3f:12.5: shutdown
[ 130.578001] pci 0000:3f:12.4: shutdown
[ 130.583826] pci 0000:3f:12.2: shutdown
[ 130.590470] hswep_uncore 0000:3f:12.1: shutdown
[ 130.597984] pci 0000:3f:12.0: shutdown
[ 130.604616] pci 0000:3f:10.7: shutdown
[ 130.611299] pci 0000:3f:10.6: shutdown
[ 130.617943] pci 0000:3f:10.5: shutdown
[ 130.624573] hswep_uncore 0000:3f:10.1: shutdown
[ 130.632212] pci 0000:3f:10.0: shutdown
[ 130.638865] pci 0000:3f:0f.6: shutdown
[ 130.645492] pci 0000:3f:0f.5: shutdown
[ 130.652206] pci 0000:3f:0f.4: shutdown
[ 130.658851] pci 0000:3f:0f.3: shutdown
[ 130.665476] pci 0000:3f:0f.2: shutdown
[ 130.672189] pci 0000:3f:0f.1: shutdown
[ 130.678839] pci 0000:3f:0f.0: shutdown
[ 130.685457] pci 0000:3f:0e.1: shutdown
[ 130.692141] pci 0000:3f:0e.0: shutdown
[ 130.698781] pci 0000:3f:0d.7: shutdown
[ 130.705407] pci 0000:3f:0d.6: shutdown
[ 130.712093] pci 0000:3f:0d.5: shutdown
[ 130.718872] pci 0000:3f:0d.4: shutdown
[ 130.725483] pci 0000:3f:0d.3: shutdown
[ 130.732158] pci 0000:3f:0d.2: shutdown
[ 130.738914] pci 0000:3f:0d.1: shutdown
[ 130.745542] pci 0000:3f:0d.0: shutdown
[ 130.752216] pci 0000:3f:0c.7: shutdown
[ 130.758896] pci 0000:3f:0c.6: shutdown
[ 130.765537] pci 0000:3f:0c.5: shutdown
[ 130.772209] pci 0000:3f:0c.4: shutdown
[ 130.779773] pci 0000:3f:0c.3: shutdown
[ 130.786523] pci 0000:3f:0c.2: shutdown
[ 130.793188] pci 0000:3f:0c.1: shutdown
[ 130.799850] pci 0000:3f:0c.0: shutdown
[ 130.806445] pci 0000:3f:0b.6: shutdown
[ 130.813135] hswep_uncore 0000:3f:0b.5: shutdown
[ 130.820684] pci 0000:3f:0b.4: shutdown
[ 130.827322] hswep_uncore 0000:3f:0b.2: shutdown
[ 130.834876] hswep_uncore 0000:3f:0b.1: shutdown
[ 130.842618] pci 0000:3f:0b.0: shutdown
[ 130.848349] pci 0000:3f:0a.7: shutdown
[ 130.853884] pci 0000:3f:0a.6: shutdown
[ 130.859904] hswep_uncore 0000:3f:0a.2: shutdown
[ 130.866039] pci 0000:3f:0a.0: shutdown
[ 130.872758] hswep_uncore 0000:3f:09.6: shutdown
[ 130.880346] hswep_uncore 0000:3f:09.2: shutdown
[ 130.887968] pci 0000:3f:09.0: shutdown
[ 130.894699] pci 0000:3f:08.7: shutdown
[ 130.901403] hswep_uncore 0000:3f:08.6: shutdown
[ 130.909030] hswep_uncore 0000:3f:08.2: shutdown
[ 130.916612] pci 0000:3f:08.0: shutdown
[ 130.921957] pci 0000:7f:1f.2: shutdown
[ 130.927257] pci 0000:7f:1f.0: shutdown
[ 130.933905] pci 0000:7f:1e.4: shutdown
[ 130.939121] pci 0000:7f:1e.3: shutdown
[ 130.945862] pci 0000:7f:1e.2: shutdown
[ 130.952530] pci 0000:7f:1e.1: shutdown
[ 130.959360] pci 0000:7f:1e.0: shutdown
[ 130.966091] pci 0000:7f:18.3: shutdown
[ 130.972767] pci 0000:7f:18.2: shutdown
[ 130.979500] hswep_uncore 0000:7f:18.1: shutdown
[ 130.987998] hswep_uncore 0000:7f:18.0: shutdown
[ 130.995547] pci 0000:7f:17.7: shutdown
[ 131.001174] pci 0000:7f:17.6: shutdown
[ 131.007069] pci 0000:7f:17.5: shutdown
[ 131.013766] pci 0000:7f:17.4: shutdown
[ 131.020462] pci 0000:7f:17.3: shutdown
[ 131.027157] pci 0000:7f:17.2: shutdown
[ 131.033799] hswep_uncore 0000:7f:17.1: shutdown
[ 131.041396] hswep_uncore 0000:7f:17.0: shutdown
[ 131.048982] pci 0000:7f:16.7: shutdown
[ 131.055635] pci 0000:7f:16.6: shutdown
[ 131.062426] pci 0000:7f:16.5: shutdown
[ 131.069140] pci 0000:7f:16.4: shutdown
[ 131.075791] pci 0000:7f:16.3: shutdown
[ 131.082442] pci 0000:7f:16.2: shutdown
[ 131.089161] pci 0000:7f:16.1: shutdown
[ 131.095825] pci 0000:7f:16.0: shutdown
[ 131.102526] pci 0000:7f:15.3: shutdown
[ 131.109247] pci 0000:7f:15.2: shutdown
[ 131.115921] hswep_uncore 0000:7f:15.1: shutdown
[ 131.123504] hswep_uncore 0000:7f:15.0: shutdown
[ 131.131100] pci 0000:7f:14.7: shutdown
[ 131.137762] pci 0000:7f:14.6: shutdown
[ 131.144461] pci 0000:7f:14.5: shutdown
[ 131.151167] pci 0000:7f:14.4: shutdown
[ 131.157837] pci 0000:7f:14.3: shutdown
[ 131.164500] pci 0000:7f:14.2: shutdown
[ 131.170286] hswep_uncore 0000:7f:14.1: shutdown
[ 131.176709] hswep_uncore 0000:7f:14.0: shutdown
[ 131.183897] pci 0000:7f:13.7: shutdown
[ 131.189131] pci 0000:7f:13.6: shutdown
[ 131.195877] pci 0000:7f:13.5: shutdown
[ 131.202584] pci 0000:7f:13.4: shutdown
[ 131.209311] pci 0000:7f:13.3: shutdown
[ 131.216038] pci 0000:7f:13.2: shutdown
[ 131.222719] pci 0000:7f:13.1: shutdown
[ 131.229502] pci 0000:7f:13.0: shutdown
[ 131.236222] pci 0000:7f:12.6: shutdown
[ 131.242909] hswep_uncore 0000:7f:12.5: shutdown
[ 131.250487] pci 0000:7f:12.4: shutdown
[ 131.257222] pci 0000:7f:12.2: shutdown
[ 131.263888] hswep_uncore 0000:7f:12.1: shutdown
[ 131.271473] pci 0000:7f:12.0: shutdown
[ 131.278261] pci 0000:7f:10.7: shutdown
[ 131.284957] pci 0000:7f:10.6: shutdown
[ 131.291669] pci 0000:7f:10.5: shutdown
[ 131.298381] hswep_uncore 0000:7f:10.1: shutdown
[ 131.305954] pci 0000:7f:10.0: shutdown
[ 131.312948] pci 0000:7f:0f.6: shutdown
[ 131.318885] pci 0000:7f:0f.5: shutdown
[ 131.324040] pci 0000:7f:0f.4: shutdown
[ 131.330787] pci 0000:7f:0f.3: shutdown
[ 131.337478] pci 0000:7f:0f.2: shutdown
[ 131.344216] pci 0000:7f:0f.1: shutdown
[ 131.350956] pci 0000:7f:0f.0: shutdown
[ 131.356927] pci 0000:7f:0e.1: shutdown
[ 131.362517] pci 0000:7f:0e.0: shutdown
[ 131.370639] pci 0000:7f:0d.7: shutdown
[ 131.378071] pci 0000:7f:0d.6: shutdown
[ 131.385582] pci 0000:7f:0d.5: shutdown
[ 131.392982] pci 0000:7f:0d.4: shutdown
[ 131.401557] pci 0000:7f:0d.3: shutdown
[ 131.408976] pci 0000:7f:0d.2: shutdown
[ 131.416359] pci 0000:7f:0d.1: shutdown
[ 131.423753] pci 0000:7f:0d.0: shutdown
[ 131.431144] pci 0000:7f:0c.7: shutdown
[ 131.438543] pci 0000:7f:0c.6: shutdown
[ 131.445928] pci 0000:7f:0c.5: shutdown
[ 131.453312] pci 0000:7f:0c.4: shutdown
[ 131.459371] pci 0000:7f:0c.3: shutdown
[ 131.464875] pci 0000:7f:0c.2: shutdown
[ 131.472262] pci 0000:7f:0c.1: shutdown
[ 131.479632] pci 0000:7f:0c.0: shutdown
[ 131.487028] pci 0000:7f:0b.6: shutdown
[ 131.494508] hswep_uncore 0000:7f:0b.5: shutdown
[ 131.502751] pci 0000:7f:0b.4: shutdown
[ 131.510135] hswep_uncore 0000:7f:0b.2: shutdown
[ 131.518392] hswep_uncore 0000:7f:0b.1: shutdown
[ 131.525349] pci 0000:7f:0b.0: shutdown
[ 131.531765] pci 0000:7f:0a.7: shutdown
[ 131.539148] pci 0000:7f:0a.6: shutdown
[ 131.546498] hswep_uncore 0000:7f:0a.2: shutdown
[ 131.554732] pci 0000:7f:0a.0: shutdown
[ 131.562121] hswep_uncore 0000:7f:09.6: shutdown
[ 131.570382] hswep_uncore 0000:7f:09.2: shutdown
[ 131.576983] pci 0000:7f:09.0: shutdown
[ 131.582541] pci 0000:7f:08.7: shutdown
[ 131.590007] hswep_uncore 0000:7f:08.6: shutdown
[ 131.598457] hswep_uncore 0000:7f:08.2: shutdown
[ 131.607981] pci 0000:7f:08.0: shutdown
[ 131.615432] pci 0000:bf:1f.2: shutdown
[ 131.622881] pci 0000:bf:1f.0: shutdown
[ 131.630328] pci 0000:bf:1e.4: shutdown
[ 131.637773] pci 0000:bf:1e.3: shutdown
[ 131.645218] pci 0000:bf:1e.2: shutdown
[ 131.652642] pci 0000:bf:1e.1: shutdown
[ 131.660060] pci 0000:bf:1e.0: shutdown
[ 131.667473] pci 0000:bf:18.3: shutdown
[ 131.674899] pci 0000:bf:18.2: shutdown
[ 131.682323] hswep_uncore 0000:bf:18.1: shutdown
[ 131.690632] hswep_uncore 0000:bf:18.0: shutdown
[ 131.698945] pci 0000:bf:17.7: shutdown
[ 131.706498] pci 0000:bf:17.6: shutdown
[ 131.713941] pci 0000:bf:17.5: shutdown
[ 131.721369] pci 0000:bf:17.4: shutdown
[ 131.728788] pci 0000:bf:17.3: shutdown
[ 131.736228] pci 0000:bf:17.2: shutdown
[ 131.741880] hswep_uncore 0000:bf:17.1: shutdown
[ 131.747757] hswep_uncore 0000:bf:17.0: shutdown
[ 131.756089] pci 0000:bf:16.7: shutdown
[ 131.763523] pci 0000:bf:16.6: shutdown
[ 131.770970] pci 0000:bf:16.5: shutdown
[ 131.778399] pci 0000:bf:16.4: shutdown
[ 131.785825] pci 0000:bf:16.3: shutdown
[ 131.793253] pci 0000:bf:16.2: shutdown
[ 131.799216] pci 0000:bf:16.1: shutdown
[ 131.804527] pci 0000:bf:16.0: shutdown
[ 131.810397] pci 0000:bf:15.3: shutdown
[ 131.816873] pci 0000:bf:15.2: shutdown
[ 131.822671] hswep_uncore 0000:bf:15.1: shutdown
[ 131.829341] hswep_uncore 0000:bf:15.0: shutdown
[ 131.835882] pci 0000:bf:14.7: shutdown
[ 131.841526] pci 0000:bf:14.6: shutdown
[ 131.847173] pci 0000:bf:14.5: shutdown
[ 131.852783] pci 0000:bf:14.4: shutdown
[ 131.858476] pci 0000:bf:14.3: shutdown
[ 131.864070] pci 0000:bf:14.2: shutdown
[ 131.869656] hswep_uncore 0000:bf:14.1: shutdown
[ 131.876156] hswep_uncore 0000:bf:14.0: shutdown
[ 131.882584] pci 0000:bf:13.7: shutdown
[ 131.888215] pci 0000:bf:13.6: shutdown
[ 131.893715] pci 0000:bf:13.5: shutdown
[ 131.899293] pci 0000:bf:13.4: shutdown
[ 131.904775] pci 0000:bf:13.3: shutdown
[ 131.910332] pci 0000:bf:13.2: shutdown
[ 131.915811] pci 0000:bf:13.1: shutdown
[ 131.921376] pci 0000:bf:13.0: shutdown
[ 131.926842] pci 0000:bf:12.6: shutdown
[ 131.932395] hswep_uncore 0000:bf:12.5: shutdown
[ 131.938816] pci 0000:bf:12.4: shutdown
[ 131.944326] pci 0000:bf:12.2: shutdown
[ 131.949766] hswep_uncore 0000:bf:12.1: shutdown
[ 131.956158] pci 0000:bf:12.0: shutdown
[ 131.961562] pci 0000:bf:10.7: shutdown
[ 131.967007] pci 0000:bf:10.6: shutdown
[ 131.972278] pci 0000:bf:10.5: shutdown
[ 131.977737] hswep_uncore 0000:bf:10.1: shutdown
[ 131.985824] pci 0000:bf:10.0: shutdown
[ 131.993060] pci 0000:bf:0f.6: shutdown
[ 132.000265] pci 0000:bf:0f.5: shutdown
[ 132.005932] pci 0000:bf:0f.4: shutdown
[ 132.011400] pci 0000:bf:0f.3: shutdown
[ 132.018624] pci 0000:bf:0f.2: shutdown
[ 132.027045] pci 0000:bf:0f.1: shutdown
[ 132.034377] pci 0000:bf:0f.0: shutdown
[ 132.041601] pci 0000:bf:0e.1: shutdown
[ 132.048829] pci 0000:bf:0e.0: shutdown
[ 132.056050] pci 0000:bf:0d.7: shutdown
[ 132.063300] pci 0000:bf:0d.6: shutdown
[ 132.069245] pci 0000:bf:0d.5: shutdown
[ 132.075647] pci 0000:bf:0d.4: shutdown
[ 132.082903] pci 0000:bf:0d.3: shutdown
[ 132.090138] pci 0000:bf:0d.2: shutdown
[ 132.097389] pci 0000:bf:0d.1: shutdown
[ 132.104623] pci 0000:bf:0d.0: shutdown
[ 132.111880] pci 0000:bf:0c.7: shutdown
[ 132.119160] pci 0000:bf:0c.6: shutdown
[ 132.126426] pci 0000:bf:0c.5: shutdown
[ 132.133720] pci 0000:bf:0c.4: shutdown
[ 132.141138] pci 0000:bf:0c.3: shutdown
[ 132.148495] pci 0000:bf:0c.2: shutdown
[ 132.155842] pci 0000:bf:0c.1: shutdown
[ 132.163187] pci 0000:bf:0c.0: shutdown
[ 132.170536] pci 0000:bf:0b.6: shutdown
[ 132.177884] hswep_uncore 0000:bf:0b.5: shutdown
[ 132.186112] pci 0000:bf:0b.4: shutdown
[ 132.193459] hswep_uncore 0000:bf:0b.2: shutdown
[ 132.201686] hswep_uncore 0000:bf:0b.1: shutdown
[ 132.209921] pci 0000:bf:0b.0: shutdown
[ 132.217281] pci 0000:bf:0a.7: shutdown
[ 132.222873] pci 0000:bf:0a.6: shutdown
[ 132.228236] hswep_uncore 0000:bf:0a.2: shutdown
[ 132.237708] pci 0000:bf:0a.0: shutdown
[ 132.245233] hswep_uncore 0000:bf:09.6: shutdown
[ 132.252915] hswep_uncore 0000:bf:09.2: shutdown
[ 132.259271] pci 0000:bf:09.0: shutdown
[ 132.266952] pci 0000:bf:08.7: shutdown
[ 132.273671] hswep_uncore 0000:bf:08.6: shutdown
[ 132.280254] hswep_uncore 0000:bf:08.2: shutdown
[ 132.286983] pci 0000:bf:08.0: shutdown
[ 132.292879] pci 0000:ff:1f.2: shutdown
[ 132.298068] pci 0000:ff:1f.0: shutdown
[ 132.303944] pci 0000:ff:1e.4: shutdown
[ 132.310620] pci 0000:ff:1e.3: shutdown
[ 132.317333] pci 0000:ff:1e.2: shutdown
[ 132.324050] pci 0000:ff:1e.1: shutdown
[ 132.330720] pci 0000:ff:1e.0: shutdown
[ 132.337366] pci 0000:ff:18.3: shutdown
[ 132.344078] pci 0000:ff:18.2: shutdown
[ 132.350827] hswep_uncore 0000:ff:18.1: shutdown
[ 132.358364] hswep_uncore 0000:ff:18.0: shutdown
[ 132.365936] pci 0000:ff:17.7: shutdown
[ 132.372579] pci 0000:ff:17.6: shutdown
[ 132.377914] pci 0000:ff:17.5: shutdown
[ 132.383269] pci 0000:ff:17.4: shutdown
[ 132.389876] pci 0000:ff:17.3: shutdown
[ 132.395167] pci 0000:ff:17.2: shutdown
[ 132.401916] hswep_uncore 0000:ff:17.1: shutdown
[ 132.409493] hswep_uncore 0000:ff:17.0: shutdown
[ 132.417122] pci 0000:ff:16.7: shutdown
[ 132.423884] pci 0000:ff:16.6: shutdown
[ 132.430584] pci 0000:ff:16.5: shutdown
[ 132.436042] pci 0000:ff:16.4: shutdown
[ 132.441891] pci 0000:ff:16.3: shutdown
[ 132.447086] pci 0000:ff:16.2: shutdown
[ 132.452975] pci 0000:ff:16.1: shutdown
[ 132.459743] pci 0000:ff:16.0: shutdown
[ 132.466452] pci 0000:ff:15.3: shutdown
[ 132.472048] pci 0000:ff:15.2: shutdown
[ 132.477903] hswep_uncore 0000:ff:15.1: shutdown
[ 132.483980] hswep_uncore 0000:ff:15.0: shutdown
[ 132.490756] pci 0000:ff:14.7: shutdown
[ 132.497441] pci 0000:ff:14.6: shutdown
[ 132.504150] pci 0000:ff:14.5: shutdown
[ 132.510827] pci 0000:ff:14.4: shutdown
[ 132.517480] pci 0000:ff:14.3: shutdown
[ 132.524169] pci 0000:ff:14.2: shutdown
[ 132.530819] hswep_uncore 0000:ff:14.1: shutdown
[ 132.538381] hswep_uncore 0000:ff:14.0: shutdown
[ 132.545956] pci 0000:ff:13.7: shutdown
[ 132.552598] pci 0000:ff:13.6: shutdown
[ 132.557914] pci 0000:ff:13.5: shutdown
[ 132.563194] pci 0000:ff:13.4: shutdown
[ 132.569871] pci 0000:ff:13.3: shutdown
[ 132.575106] pci 0000:ff:13.2: shutdown
[ 132.581824] pci 0000:ff:13.1: shutdown
[ 132.588467] pci 0000:ff:13.0: shutdown
[ 132.595166] pci 0000:ff:12.6: shutdown
[ 132.601872] hswep_uncore 0000:ff:12.5: shutdown
[ 132.609387] pci 0000:ff:12.4: shutdown
[ 132.616099] pci 0000:ff:12.2: shutdown
[ 132.622805] hswep_uncore 0000:ff:12.1: shutdown
[ 132.630335] pci 0000:ff:12.0: shutdown
[ 132.637063] pci 0000:ff:10.7: shutdown
[ 132.643768] pci 0000:ff:10.6: shutdown
[ 132.651349] pci 0000:ff:10.5: shutdown
[ 132.658073] hswep_uncore 0000:ff:10.1: shutdown
[ 132.665613] pci 0000:ff:10.0: shutdown
[ 132.672298] pci 0000:ff:0f.6: shutdown
[ 132.679112] pci 0000:ff:0f.5: shutdown
[ 132.685823] pci 0000:ff:0f.4: shutdown
[ 132.692482] pci 0000:ff:0f.3: shutdown
[ 132.698203] pci 0000:ff:0f.2: shutdown
[ 132.703684] pci 0000:ff:0f.1: shutdown
[ 132.709867] pci 0000:ff:0f.0: shutdown
[ 132.715080] pci 0000:ff:0e.1: shutdown
[ 132.721812] pci 0000:ff:0e.0: shutdown
[ 132.728465] pci 0000:ff:0d.7: shutdown
[ 132.735429] pci 0000:ff:0d.6: shutdown
[ 132.742115] pci 0000:ff:0d.5: shutdown
[ 132.748743] pci 0000:ff:0d.4: shutdown
[ 132.755432] pci 0000:ff:0d.3: shutdown
[ 132.762118] pci 0000:ff:0d.2: shutdown
[ 132.768834] pci 0000:ff:0d.1: shutdown
[ 132.775505] pci 0000:ff:0d.0: shutdown
[ 132.782276] pci 0000:ff:0c.7: shutdown
[ 132.788924] pci 0000:ff:0c.6: shutdown
[ 132.795557] pci 0000:ff:0c.5: shutdown
[ 132.802235] pci 0000:ff:0c.4: shutdown
[ 132.808850] pci 0000:ff:0c.3: shutdown
[ 132.815454] pci 0000:ff:0c.2: shutdown
[ 132.822144] pci 0000:ff:0c.1: shutdown
[ 132.828764] pci 0000:ff:0c.0: shutdown
[ 132.835411] pci 0000:ff:0b.6: shutdown
[ 132.842091] hswep_uncore 0000:ff:0b.5: shutdown
[ 132.849584] pci 0000:ff:0b.4: shutdown
[ 132.857099] hswep_uncore 0000:ff:0b.2: shutdown
[ 132.864659] hswep_uncore 0000:ff:0b.1: shutdown
[ 132.872173] pci 0000:ff:0b.0: shutdown
[ 132.878878] pci 0000:ff:0a.7: shutdown
[ 132.885636] pci 0000:ff:0a.6: shutdown
[ 132.892286] hswep_uncore 0000:ff:0a.2: shutdown
[ 132.899859] pci 0000:ff:0a.0: shutdown
[ 132.906555] hswep_uncore 0000:ff:09.6: shutdown
[ 132.914121] hswep_uncore 0000:ff:09.2: shutdown
[ 132.921693] pci 0000:ff:09.0: shutdown
[ 132.928386] pci 0000:ff:08.7: shutdown
[ 132.935049] hswep_uncore 0000:ff:08.6: shutdown
[ 132.942615] hswep_uncore 0000:ff:08.2: shutdown
[ 132.950180] pci 0000:ff:08.0: shutdown
[ 132.957582] ipmi_si dmi-ipmi-si.0: shutdown
[ 132.965715] PM: Calling kvm_shutdown+0x0/0x40 [kvm]
[ 132.972227] kvm: exiting hardware virtualization
[ 132.978420] PM: Calling mce_syscore_shutdown+0x0/0x10
[ 132.985060] PM: Calling i8259A_shutdown+0x0/0x20
[ 132.992793] kexec_core: Starting new kernel
[ 0.000000] Linux version 6.9.0.mx64.461-01916-g367552f79a5c (pmenzel@xxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_DYNAMIC Tue May 14 21:30:41 CEST 2024
[ 0.000000] Command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy initcall_debug log_buf_len=32M trace_buf_size=26214K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=2 ftrace_graph_filter=intel_setup_irq_remapping
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000051c81fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000051c82000-0x0000000059c89fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000059c8a000-0x000000006295bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006295c000-0x0000000062f5cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000062f5d000-0x0000000079e88fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079e89000-0x000000007ab0afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007ab0b000-0x000000007b53afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007b53b000-0x000000007b6c9fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007b6ca000-0x000000007b6fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b700000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000001007fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Dell Inc. PowerEdge R930/0T55KM, BIOS 2.8.1 01/02/2020
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2792.959 MHz processor
[ 0.001535] last_pfn = 0x10080000 max_arch_pfn = 0x400000000
[ 0.001541] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.001545] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002356] last_pfn = 0x7b700 max_arch_pfn = 0x400000000
[ 0.015539] Using GB pages for direct mapping
[ 0.090563] printk: log_buf_len: 33554432 bytes
[ 0.090570] printk: early log buf free: 521664(99%)
[ 0.090574] RAMDISK: [mem 0x1007c1a8000-0x1007cffffff]
[ 0.090582] ACPI: Early table checksum verification disabled
[ 0.090593] ACPI: RSDP 0x00000000000FE320 000024 (v02 DELL )
[ 0.090602] ACPI: XSDT 0x000000007B560188 0000CC (v01 DELL PE_SC3 00000000 01000013)
[ 0.090614] ACPI: FACP 0x000000007B6C5000 0000F4 (v04 DELL PE_SC3 00000000 DELL 00000001)
[ 0.090625] ACPI: DSDT 0x000000007B56B000 00DDDE (v02 DELL PE_SC3 00000003 DELL 00000001)
[ 0.090632] ACPI: FACS 0x000000007B493000 000040
[ 0.090637] ACPI: MCEJ 0x000000007B6C7000 000130 (v01 INTEL 00000001 INTL 0100000D)
[ 0.090643] ACPI: BDAT 0x000000007B6C6000 000030 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.090648] ACPI: HPET 0x000000007B6C4000 000038 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090653] ACPI: APIC 0x000000007B6C3000 000AFC (v02 DELL PE_SC3 00000000 DELL 00000001)
[ 0.090659] ACPI: MCFG 0x000000007B6C2000 00003C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090664] ACPI: MSCT 0x000000007B6C1000 0000E8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090670] ACPI: PMCT 0x000000007B6C0000 000060 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.090675] ACPI: SLIT 0x000000007B6BF000 00006C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090681] ACPI: SRAT 0x000000007B6BD000 001130 (v03 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090687] ACPI: WD__ 0x000000007B6BC000 000134 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090692] ACPI: SLIC 0x000000007B6BB000 000024 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090698] ACPI: SSDT 0x000000007B579000 1414E9 (v02 DELL PE_SC3 00004000 INTL 20121114)
[ 0.090704] ACPI: SSDT 0x000000007B568000 0024D4 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.090710] ACPI: SSDT 0x000000007B567000 000063 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.090716] ACPI: PRAD 0x000000007B566000 000155 (v02 DELL PE_SC3 00000002 INTL 20121114)
[ 0.090722] ACPI: DMAR 0x000000007B565000 0001B8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.090727] ACPI: HEST 0x000000007B564000 00017C (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.090732] ACPI: BERT 0x000000007B563000 000030 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.090738] ACPI: ERST 0x000000007B562000 000230 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.090743] ACPI: EINJ 0x000000007B561000 000150 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.090747] ACPI: Reserving FACP table memory at [mem 0x7b6c5000-0x7b6c50f3]
[ 0.090751] ACPI: Reserving DSDT table memory at [mem 0x7b56b000-0x7b578ddd]
[ 0.090753] ACPI: Reserving FACS table memory at [mem 0x7b493000-0x7b49303f]
[ 0.090754] ACPI: Reserving MCEJ table memory at [mem 0x7b6c7000-0x7b6c712f]
[ 0.090756] ACPI: Reserving BDAT table memory at [mem 0x7b6c6000-0x7b6c602f]
[ 0.090757] ACPI: Reserving HPET table memory at [mem 0x7b6c4000-0x7b6c4037]
[ 0.090759] ACPI: Reserving APIC table memory at [mem 0x7b6c3000-0x7b6c3afb]
[ 0.090760] ACPI: Reserving MCFG table memory at [mem 0x7b6c2000-0x7b6c203b]
[ 0.090762] ACPI: Reserving MSCT table memory at [mem 0x7b6c1000-0x7b6c10e7]
[ 0.090763] ACPI: Reserving PMCT table memory at [mem 0x7b6c0000-0x7b6c005f]
[ 0.090765] ACPI: Reserving SLIT table memory at [mem 0x7b6bf000-0x7b6bf06b]
[ 0.090767] ACPI: Reserving SRAT table memory at [mem 0x7b6bd000-0x7b6be12f]
[ 0.090768] ACPI: Reserving WD__ table memory at [mem 0x7b6bc000-0x7b6bc133]
[ 0.090770] ACPI: Reserving SLIC table memory at [mem 0x7b6bb000-0x7b6bb023]
[ 0.090771] ACPI: Reserving SSDT table memory at [mem 0x7b579000-0x7b6ba4e8]
[ 0.090773] ACPI: Reserving SSDT table memory at [mem 0x7b568000-0x7b56a4d3]
[ 0.090775] ACPI: Reserving SSDT table memory at [mem 0x7b567000-0x7b567062]
[ 0.090776] ACPI: Reserving PRAD table memory at [mem 0x7b566000-0x7b566154]
[ 0.090778] ACPI: Reserving DMAR table memory at [mem 0x7b565000-0x7b5651b7]
[ 0.090780] ACPI: Reserving HEST table memory at [mem 0x7b564000-0x7b56417b]
[ 0.090781] ACPI: Reserving BERT table memory at [mem 0x7b563000-0x7b56302f]
[ 0.090783] ACPI: Reserving ERST table memory at [mem 0x7b562000-0x7b56222f]
[ 0.090784] ACPI: Reserving EINJ table memory at [mem 0x7b561000-0x7b56114f]
[ 0.090850] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.090853] SRAT: PXM 1 -> APIC 0x40 -> Node 1
[ 0.090855] SRAT: PXM 2 -> APIC 0x80 -> Node 2
[ 0.090856] SRAT: PXM 3 -> APIC 0xc0 -> Node 3
[ 0.090857] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.090859] SRAT: PXM 1 -> APIC 0x42 -> Node 1
[ 0.090860] SRAT: PXM 2 -> APIC 0x82 -> Node 2
[ 0.090861] SRAT: PXM 3 -> APIC 0xc2 -> Node 3
[ 0.090862] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.090864] SRAT: PXM 1 -> APIC 0x44 -> Node 1
[ 0.090865] SRAT: PXM 2 -> APIC 0x84 -> Node 2
[ 0.090867] SRAT: PXM 3 -> APIC 0xc4 -> Node 3
[ 0.090868] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.090870] SRAT: PXM 1 -> APIC 0x48 -> Node 1
[ 0.090871] SRAT: PXM 2 -> APIC 0x88 -> Node 2
[ 0.090873] SRAT: PXM 3 -> APIC 0xc8 -> Node 3
[ 0.090874] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.090876] SRAT: PXM 1 -> APIC 0x4c -> Node 1
[ 0.090878] SRAT: PXM 2 -> APIC 0x8c -> Node 2
[ 0.090879] SRAT: PXM 3 -> APIC 0xcc -> Node 3
[ 0.090880] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[ 0.090881] SRAT: PXM 1 -> APIC 0x50 -> Node 1
[ 0.090883] SRAT: PXM 2 -> APIC 0x90 -> Node 2
[ 0.090884] SRAT: PXM 3 -> APIC 0xd0 -> Node 3
[ 0.090885] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[ 0.090887] SRAT: PXM 1 -> APIC 0x62 -> Node 1
[ 0.090888] SRAT: PXM 2 -> APIC 0xa2 -> Node 2
[ 0.090890] SRAT: PXM 3 -> APIC 0xe2 -> Node 3
[ 0.090891] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[ 0.090893] SRAT: PXM 1 -> APIC 0x66 -> Node 1
[ 0.090894] SRAT: PXM 2 -> APIC 0xa6 -> Node 2
[ 0.090895] SRAT: PXM 3 -> APIC 0xe6 -> Node 3
[ 0.090897] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[ 0.090898] SRAT: PXM 1 -> APIC 0x68 -> Node 1
[ 0.090899] SRAT: PXM 2 -> APIC 0xa8 -> Node 2
[ 0.090901] SRAT: PXM 3 -> APIC 0xe8 -> Node 3
[ 0.090902] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[ 0.090904] SRAT: PXM 1 -> APIC 0x6e -> Node 1
[ 0.090905] SRAT: PXM 2 -> APIC 0xae -> Node 2
[ 0.090906] SRAT: PXM 3 -> APIC 0xee -> Node 3
[ 0.090908] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.090909] SRAT: PXM 1 -> APIC 0x41 -> Node 1
[ 0.090911] SRAT: PXM 2 -> APIC 0x81 -> Node 2
[ 0.090912] SRAT: PXM 3 -> APIC 0xc1 -> Node 3
[ 0.090913] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.090914] SRAT: PXM 1 -> APIC 0x43 -> Node 1
[ 0.090916] SRAT: PXM 2 -> APIC 0x83 -> Node 2
[ 0.090917] SRAT: PXM 3 -> APIC 0xc3 -> Node 3
[ 0.090918] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.090919] SRAT: PXM 1 -> APIC 0x45 -> Node 1
[ 0.090921] SRAT: PXM 2 -> APIC 0x85 -> Node 2
[ 0.090922] SRAT: PXM 3 -> APIC 0xc5 -> Node 3
[ 0.090923] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.090924] SRAT: PXM 1 -> APIC 0x49 -> Node 1
[ 0.090926] SRAT: PXM 2 -> APIC 0x89 -> Node 2
[ 0.090927] SRAT: PXM 3 -> APIC 0xc9 -> Node 3
[ 0.090928] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.090930] SRAT: PXM 1 -> APIC 0x4d -> Node 1
[ 0.090931] SRAT: PXM 2 -> APIC 0x8d -> Node 2
[ 0.090933] SRAT: PXM 3 -> APIC 0xcd -> Node 3
[ 0.090934] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[ 0.090936] SRAT: PXM 1 -> APIC 0x51 -> Node 1
[ 0.090937] SRAT: PXM 2 -> APIC 0x91 -> Node 2
[ 0.090939] SRAT: PXM 3 -> APIC 0xd1 -> Node 3
[ 0.090940] SRAT: PXM 0 -> APIC 0x23 -> Node 0
[ 0.090942] SRAT: PXM 1 -> APIC 0x63 -> Node 1
[ 0.090943] SRAT: PXM 2 -> APIC 0xa3 -> Node 2
[ 0.090944] SRAT: PXM 3 -> APIC 0xe3 -> Node 3
[ 0.090946] SRAT: PXM 0 -> APIC 0x27 -> Node 0
[ 0.090947] SRAT: PXM 1 -> APIC 0x67 -> Node 1
[ 0.090948] SRAT: PXM 2 -> APIC 0xa7 -> Node 2
[ 0.090949] SRAT: PXM 3 -> APIC 0xe7 -> Node 3
[ 0.090950] SRAT: PXM 0 -> APIC 0x29 -> Node 0
[ 0.090952] SRAT: PXM 1 -> APIC 0x69 -> Node 1
[ 0.090953] SRAT: PXM 2 -> APIC 0xa9 -> Node 2
[ 0.090954] SRAT: PXM 3 -> APIC 0xe9 -> Node 3
[ 0.090955] SRAT: PXM 0 -> APIC 0x2f -> Node 0
[ 0.090957] SRAT: PXM 1 -> APIC 0x6f -> Node 1
[ 0.090958] SRAT: PXM 2 -> APIC 0xaf -> Node 2
[ 0.090959] SRAT: PXM 3 -> APIC 0xef -> Node 3
[ 0.090969] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.090973] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x407fffffff]
[ 0.090975] ACPI: SRAT: Node 1 PXM 1 [mem 0x4080000000-0x807fffffff]
[ 0.090977] ACPI: SRAT: Node 2 PXM 2 [mem 0x8080000000-0xc07fffffff]
[ 0.090979] ACPI: SRAT: Node 3 PXM 3 [mem 0xc080000000-0x1007fffffff]
[ 0.090990] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x407fffffff] -> [mem 0x00000000-0x407fffffff]
[ 0.090999] NODE_DATA(0) allocated [mem 0x407fffb000-0x407fffffff]
[ 0.091009] NODE_DATA(1) allocated [mem 0x807fffb000-0x807fffffff]
[ 0.091018] NODE_DATA(2) allocated [mem 0xc07fffb000-0xc07fffffff]
[ 0.091026] NODE_DATA(3) allocated [mem 0x1007fff6000-0x1007fffafff]
[ 0.091047] crashkernel reserved: 0x0000000069000000 - 0x0000000079000000 (256 MB)
[ 0.092448] Zone ranges:
[ 0.092450] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.092454] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.092457] Normal [mem 0x0000000100000000-0x000001007fffffff]
[ 0.092460] Device empty
[ 0.092462] Movable zone start for each node
[ 0.092463] Early memory node ranges
[ 0.092464] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.092468] node 0: [mem 0x0000000000100000-0x0000000051c81fff]
[ 0.092470] node 0: [mem 0x0000000059c8a000-0x000000006295bfff]
[ 0.092472] node 0: [mem 0x0000000062f5d000-0x0000000079e88fff]
[ 0.092473] node 0: [mem 0x000000007b6ca000-0x000000007b6fffff]
[ 0.092475] node 0: [mem 0x0000000100000000-0x000000407fffffff]
[ 0.092513] node 1: [mem 0x0000004080000000-0x000000807fffffff]
[ 0.092550] node 2: [mem 0x0000008080000000-0x000000c07fffffff]
[ 0.092587] node 3: [mem 0x000000c080000000-0x000001007fffffff]
[ 0.092625] Initmem setup node 0 [mem 0x0000000000001000-0x000000407fffffff]
[ 0.092632] Initmem setup node 1 [mem 0x0000004080000000-0x000000807fffffff]
[ 0.092635] Initmem setup node 2 [mem 0x0000008080000000-0x000000c07fffffff]
[ 0.092637] Initmem setup node 3 [mem 0x000000c080000000-0x000001007fffffff]
[ 0.092643] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.092705] On node 0, zone DMA: 100 pages in unavailable ranges
[ 0.098547] On node 0, zone DMA32: 32776 pages in unavailable ranges
[ 0.099893] On node 0, zone DMA32: 1537 pages in unavailable ranges
[ 0.100013] On node 0, zone DMA32: 6209 pages in unavailable ranges
[ 1.054910] On node 0, zone Normal: 18688 pages in unavailable ranges
[ 4.704951] ACPI: PM-Timer IO Port: 0x408
[ 4.705005] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
[ 4.705009] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 4.705010] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 4.705012] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 4.705014] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 4.705015] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
[ 4.705017] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
[ 4.705019] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
[ 4.705020] ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
[ 4.705022] ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
[ 4.705024] ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
[ 4.705026] ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
[ 4.705027] ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
[ 4.705029] ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
[ 4.705030] ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
[ 4.705032] ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
[ 4.705033] ACPI: LAPIC_NMI (acpi_id[0x10] high level lint[0x1])
[ 4.705035] ACPI: LAPIC_NMI (acpi_id[0x11] high level lint[0x1])
[ 4.705036] ACPI: LAPIC_NMI (acpi_id[0x12] high level lint[0x1])
[ 4.705038] ACPI: LAPIC_NMI (acpi_id[0x13] high level lint[0x1])
[ 4.705039] ACPI: LAPIC_NMI (acpi_id[0x14] high level lint[0x1])
[ 4.705040] ACPI: LAPIC_NMI (acpi_id[0x15] high level lint[0x1])
[ 4.705042] ACPI: LAPIC_NMI (acpi_id[0x16] high level lint[0x1])
[ 4.705043] ACPI: LAPIC_NMI (acpi_id[0x17] high level lint[0x1])
[ 4.705045] ACPI: LAPIC_NMI (acpi_id[0x18] high level lint[0x1])
[ 4.705046] ACPI: LAPIC_NMI (acpi_id[0x19] high level lint[0x1])
[ 4.705047] ACPI: LAPIC_NMI (acpi_id[0x1a] high level lint[0x1])
[ 4.705049] ACPI: LAPIC_NMI (acpi_id[0x1b] high level lint[0x1])
[ 4.705050] ACPI: LAPIC_NMI (acpi_id[0x1c] high level lint[0x1])
[ 4.705051] ACPI: LAPIC_NMI (acpi_id[0x1d] high level lint[0x1])
[ 4.705053] ACPI: LAPIC_NMI (acpi_id[0x1e] high level lint[0x1])
[ 4.705054] ACPI: LAPIC_NMI (acpi_id[0x1f] high level lint[0x1])
[ 4.705056] ACPI: LAPIC_NMI (acpi_id[0x20] high level lint[0x1])
[ 4.705058] ACPI: LAPIC_NMI (acpi_id[0x21] high level lint[0x1])
[ 4.705059] ACPI: LAPIC_NMI (acpi_id[0x22] high level lint[0x1])
[ 4.705061] ACPI: LAPIC_NMI (acpi_id[0x23] high level lint[0x1])
[ 4.705062] ACPI: LAPIC_NMI (acpi_id[0x24] high level lint[0x1])
[ 4.705064] ACPI: LAPIC_NMI (acpi_id[0x25] high level lint[0x1])
[ 4.705066] ACPI: LAPIC_NMI (acpi_id[0x26] high level lint[0x1])
[ 4.705067] ACPI: LAPIC_NMI (acpi_id[0x27] high level lint[0x1])
[ 4.705068] ACPI: LAPIC_NMI (acpi_id[0x28] high level lint[0x1])
[ 4.705070] ACPI: LAPIC_NMI (acpi_id[0x29] high level lint[0x1])
[ 4.705071] ACPI: LAPIC_NMI (acpi_id[0x2a] high level lint[0x1])
[ 4.705072] ACPI: LAPIC_NMI (acpi_id[0x2b] high level lint[0x1])
[ 4.705074] ACPI: LAPIC_NMI (acpi_id[0x2c] high level lint[0x1])
[ 4.705075] ACPI: LAPIC_NMI (acpi_id[0x2d] high level lint[0x1])
[ 4.705077] ACPI: LAPIC_NMI (acpi_id[0x2e] high level lint[0x1])
[ 4.705078] ACPI: LAPIC_NMI (acpi_id[0x2f] high level lint[0x1])
[ 4.705080] ACPI: LAPIC_NMI (acpi_id[0x30] high level lint[0x1])
[ 4.705081] ACPI: LAPIC_NMI (acpi_id[0x31] high level lint[0x1])
[ 4.705083] ACPI: LAPIC_NMI (acpi_id[0x32] high level lint[0x1])
[ 4.705084] ACPI: LAPIC_NMI (acpi_id[0x33] high level lint[0x1])
[ 4.705086] ACPI: LAPIC_NMI (acpi_id[0x34] high level lint[0x1])
[ 4.705087] ACPI: LAPIC_NMI (acpi_id[0x35] high level lint[0x1])
[ 4.705089] ACPI: LAPIC_NMI (acpi_id[0x36] high level lint[0x1])
[ 4.705090] ACPI: LAPIC_NMI (acpi_id[0x37] high level lint[0x1])
[ 4.705092] ACPI: LAPIC_NMI (acpi_id[0x38] high level lint[0x1])
[ 4.705093] ACPI: LAPIC_NMI (acpi_id[0x39] high level lint[0x1])
[ 4.705094] ACPI: LAPIC_NMI (acpi_id[0x3a] high level lint[0x1])
[ 4.705096] ACPI: LAPIC_NMI (acpi_id[0x3b] high level lint[0x1])
[ 4.705097] ACPI: LAPIC_NMI (acpi_id[0x3c] high level lint[0x1])
[ 4.705098] ACPI: LAPIC_NMI (acpi_id[0x3d] high level lint[0x1])
[ 4.705100] ACPI: LAPIC_NMI (acpi_id[0x3e] high level lint[0x1])
[ 4.705101] ACPI: LAPIC_NMI (acpi_id[0x3f] high level lint[0x1])
[ 4.705102] ACPI: LAPIC_NMI (acpi_id[0x40] high level lint[0x1])
[ 4.705103] ACPI: LAPIC_NMI (acpi_id[0x41] high level lint[0x1])
[ 4.705105] ACPI: LAPIC_NMI (acpi_id[0x42] high level lint[0x1])
[ 4.705106] ACPI: LAPIC_NMI (acpi_id[0x43] high level lint[0x1])
[ 4.705107] ACPI: LAPIC_NMI (acpi_id[0x44] high level lint[0x1])
[ 4.705109] ACPI: LAPIC_NMI (acpi_id[0x45] high level lint[0x1])
[ 4.705110] ACPI: LAPIC_NMI (acpi_id[0x46] high level lint[0x1])
[ 4.705111] ACPI: LAPIC_NMI (acpi_id[0x47] high level lint[0x1])
[ 4.705113] ACPI: LAPIC_NMI (acpi_id[0x48] high level lint[0x1])
[ 4.705114] ACPI: LAPIC_NMI (acpi_id[0x49] high level lint[0x1])
[ 4.705115] ACPI: LAPIC_NMI (acpi_id[0x4a] high level lint[0x1])
[ 4.705117] ACPI: LAPIC_NMI (acpi_id[0x4b] high level lint[0x1])
[ 4.705118] ACPI: LAPIC_NMI (acpi_id[0x4c] high level lint[0x1])
[ 4.705119] ACPI: LAPIC_NMI (acpi_id[0x4d] high level lint[0x1])
[ 4.705121] ACPI: LAPIC_NMI (acpi_id[0x4e] high level lint[0x1])
[ 4.705123] ACPI: LAPIC_NMI (acpi_id[0x4f] high level lint[0x1])
[ 4.705124] ACPI: LAPIC_NMI (acpi_id[0x50] high level lint[0x1])
[ 4.705126] ACPI: LAPIC_NMI (acpi_id[0x51] high level lint[0x1])
[ 4.705128] ACPI: LAPIC_NMI (acpi_id[0x52] high level lint[0x1])
[ 4.705129] ACPI: LAPIC_NMI (acpi_id[0x53] high level lint[0x1])
[ 4.705131] ACPI: LAPIC_NMI (acpi_id[0x54] high level lint[0x1])
[ 4.705132] ACPI: LAPIC_NMI (acpi_id[0x55] high level lint[0x1])
[ 4.705134] ACPI: LAPIC_NMI (acpi_id[0x56] high level lint[0x1])
[ 4.705135] ACPI: LAPIC_NMI (acpi_id[0x57] high level lint[0x1])
[ 4.705136] ACPI: LAPIC_NMI (acpi_id[0x58] high level lint[0x1])
[ 4.705138] ACPI: LAPIC_NMI (acpi_id[0x59] high level lint[0x1])
[ 4.705139] ACPI: LAPIC_NMI (acpi_id[0x5a] high level lint[0x1])
[ 4.705140] ACPI: LAPIC_NMI (acpi_id[0x5b] high level lint[0x1])
[ 4.705142] ACPI: LAPIC_NMI (acpi_id[0x5c] high level lint[0x1])
[ 4.705143] ACPI: LAPIC_NMI (acpi_id[0x5d] high level lint[0x1])
[ 4.705144] ACPI: LAPIC_NMI (acpi_id[0x5e] high level lint[0x1])
[ 4.705146] ACPI: LAPIC_NMI (acpi_id[0x5f] high level lint[0x1])
[ 4.705147] ACPI: LAPIC_NMI (acpi_id[0x60] high level lint[0x1])
[ 4.705148] ACPI: LAPIC_NMI (acpi_id[0x61] high level lint[0x1])
[ 4.705150] ACPI: LAPIC_NMI (acpi_id[0x62] high level lint[0x1])
[ 4.705151] ACPI: LAPIC_NMI (acpi_id[0x63] high level lint[0x1])
[ 4.705152] ACPI: LAPIC_NMI (acpi_id[0x64] high level lint[0x1])
[ 4.705154] ACPI: LAPIC_NMI (acpi_id[0x65] high level lint[0x1])
[ 4.705155] ACPI: LAPIC_NMI (acpi_id[0x66] high level lint[0x1])
[ 4.705156] ACPI: LAPIC_NMI (acpi_id[0x67] high level lint[0x1])
[ 4.705158] ACPI: LAPIC_NMI (acpi_id[0x68] high level lint[0x1])
[ 4.705159] ACPI: LAPIC_NMI (acpi_id[0x69] high level lint[0x1])
[ 4.705160] ACPI: LAPIC_NMI (acpi_id[0x6a] high level lint[0x1])
[ 4.705161] ACPI: LAPIC_NMI (acpi_id[0x6b] high level lint[0x1])
[ 4.705163] ACPI: LAPIC_NMI (acpi_id[0x6c] high level lint[0x1])
[ 4.705164] ACPI: LAPIC_NMI (acpi_id[0x6d] high level lint[0x1])
[ 4.705166] ACPI: LAPIC_NMI (acpi_id[0x6e] high level lint[0x1])
[ 4.705167] ACPI: LAPIC_NMI (acpi_id[0x6f] high level lint[0x1])
[ 4.705169] ACPI: LAPIC_NMI (acpi_id[0x70] high level lint[0x1])
[ 4.705170] ACPI: LAPIC_NMI (acpi_id[0x71] high level lint[0x1])
[ 4.705172] ACPI: LAPIC_NMI (acpi_id[0x72] high level lint[0x1])
[ 4.705173] ACPI: LAPIC_NMI (acpi_id[0x73] high level lint[0x1])
[ 4.705175] ACPI: LAPIC_NMI (acpi_id[0x74] high level lint[0x1])
[ 4.705176] ACPI: LAPIC_NMI (acpi_id[0x75] high level lint[0x1])
[ 4.705178] ACPI: LAPIC_NMI (acpi_id[0x76] high level lint[0x1])
[ 4.705179] ACPI: LAPIC_NMI (acpi_id[0x77] high level lint[0x1])
[ 4.705181] ACPI: LAPIC_NMI (acpi_id[0x78] high level lint[0x1])
[ 4.705182] ACPI: LAPIC_NMI (acpi_id[0x79] high level lint[0x1])
[ 4.705183] ACPI: LAPIC_NMI (acpi_id[0x7a] high level lint[0x1])
[ 4.705185] ACPI: LAPIC_NMI (acpi_id[0x7b] high level lint[0x1])
[ 4.705186] ACPI: LAPIC_NMI (acpi_id[0x7c] high level lint[0x1])
[ 4.705188] ACPI: LAPIC_NMI (acpi_id[0x7d] high level lint[0x1])
[ 4.705189] ACPI: LAPIC_NMI (acpi_id[0x7e] high level lint[0x1])
[ 4.705191] ACPI: LAPIC_NMI (acpi_id[0x7f] high level lint[0x1])
[ 4.705192] ACPI: LAPIC_NMI (acpi_id[0x80] high level lint[0x1])
[ 4.705194] ACPI: LAPIC_NMI (acpi_id[0x81] high level lint[0x1])
[ 4.705196] ACPI: LAPIC_NMI (acpi_id[0x82] high level lint[0x1])
[ 4.705197] ACPI: LAPIC_NMI (acpi_id[0x83] high level lint[0x1])
[ 4.705199] ACPI: LAPIC_NMI (acpi_id[0x84] high level lint[0x1])
[ 4.705200] ACPI: LAPIC_NMI (acpi_id[0x85] high level lint[0x1])
[ 4.705202] ACPI: LAPIC_NMI (acpi_id[0x86] high level lint[0x1])
[ 4.705203] ACPI: LAPIC_NMI (acpi_id[0x87] high level lint[0x1])
[ 4.705204] ACPI: LAPIC_NMI (acpi_id[0x88] high level lint[0x1])
[ 4.705206] ACPI: LAPIC_NMI (acpi_id[0x89] high level lint[0x1])
[ 4.705207] ACPI: LAPIC_NMI (acpi_id[0x8a] high level lint[0x1])
[ 4.705208] ACPI: LAPIC_NMI (acpi_id[0x8b] high level lint[0x1])
[ 4.705209] ACPI: LAPIC_NMI (acpi_id[0x8c] high level lint[0x1])
[ 4.705211] ACPI: LAPIC_NMI (acpi_id[0x8d] high level lint[0x1])
[ 4.705212] ACPI: LAPIC_NMI (acpi_id[0x8e] high level lint[0x1])
[ 4.705214] ACPI: LAPIC_NMI (acpi_id[0x8f] high level lint[0x1])
[ 4.705215] ACPI: LAPIC_NMI (acpi_id[0x90] high level lint[0x1])
[ 4.705216] ACPI: LAPIC_NMI (acpi_id[0x91] high level lint[0x1])
[ 4.705218] ACPI: LAPIC_NMI (acpi_id[0x92] high level lint[0x1])
[ 4.705219] ACPI: LAPIC_NMI (acpi_id[0x93] high level lint[0x1])
[ 4.705220] ACPI: LAPIC_NMI (acpi_id[0x94] high level lint[0x1])
[ 4.705222] ACPI: LAPIC_NMI (acpi_id[0x95] high level lint[0x1])
[ 4.705223] ACPI: LAPIC_NMI (acpi_id[0x96] high level lint[0x1])
[ 4.705225] ACPI: LAPIC_NMI (acpi_id[0x97] high level lint[0x1])
[ 4.705226] ACPI: LAPIC_NMI (acpi_id[0x98] high level lint[0x1])
[ 4.705227] ACPI: LAPIC_NMI (acpi_id[0x99] high level lint[0x1])
[ 4.705229] ACPI: LAPIC_NMI (acpi_id[0x9a] high level lint[0x1])
[ 4.705230] ACPI: LAPIC_NMI (acpi_id[0x9b] high level lint[0x1])
[ 4.705231] ACPI: LAPIC_NMI (acpi_id[0x9c] high level lint[0x1])
[ 4.705233] ACPI: LAPIC_NMI (acpi_id[0x9d] high level lint[0x1])
[ 4.705234] ACPI: LAPIC_NMI (acpi_id[0x9e] high level lint[0x1])
[ 4.705236] ACPI: LAPIC_NMI (acpi_id[0x9f] high level lint[0x1])
[ 4.705237] ACPI: LAPIC_NMI (acpi_id[0xa0] high level lint[0x1])
[ 4.705238] ACPI: LAPIC_NMI (acpi_id[0xa1] high level lint[0x1])
[ 4.705240] ACPI: LAPIC_NMI (acpi_id[0xa2] high level lint[0x1])
[ 4.705241] ACPI: LAPIC_NMI (acpi_id[0xa3] high level lint[0x1])
[ 4.705243] ACPI: LAPIC_NMI (acpi_id[0xa4] high level lint[0x1])
[ 4.705244] ACPI: LAPIC_NMI (acpi_id[0xa5] high level lint[0x1])
[ 4.705245] ACPI: LAPIC_NMI (acpi_id[0xa6] high level lint[0x1])
[ 4.705247] ACPI: LAPIC_NMI (acpi_id[0xa7] high level lint[0x1])
[ 4.705248] ACPI: LAPIC_NMI (acpi_id[0xa8] high level lint[0x1])
[ 4.705249] ACPI: LAPIC_NMI (acpi_id[0xa9] high level lint[0x1])
[ 4.705251] ACPI: LAPIC_NMI (acpi_id[0xaa] high level lint[0x1])
[ 4.705253] ACPI: LAPIC_NMI (acpi_id[0xab] high level lint[0x1])
[ 4.705254] ACPI: LAPIC_NMI (acpi_id[0xac] high level lint[0x1])
[ 4.705256] ACPI: LAPIC_NMI (acpi_id[0xad] high level lint[0x1])
[ 4.705258] ACPI: LAPIC_NMI (acpi_id[0xae] high level lint[0x1])
[ 4.705259] ACPI: LAPIC_NMI (acpi_id[0xaf] high level lint[0x1])
[ 4.705261] ACPI: LAPIC_NMI (acpi_id[0xb0] high level lint[0x1])
[ 4.705263] ACPI: LAPIC_NMI (acpi_id[0xb1] high level lint[0x1])
[ 4.705265] ACPI: LAPIC_NMI (acpi_id[0xb2] high level lint[0x1])
[ 4.705267] ACPI: LAPIC_NMI (acpi_id[0xb3] high level lint[0x1])
[ 4.705268] ACPI: LAPIC_NMI (acpi_id[0xb4] high level lint[0x1])
[ 4.705270] ACPI: LAPIC_NMI (acpi_id[0xb5] high level lint[0x1])
[ 4.705271] ACPI: LAPIC_NMI (acpi_id[0xb6] high level lint[0x1])
[ 4.705273] ACPI: LAPIC_NMI (acpi_id[0xb7] high level lint[0x1])
[ 4.705274] ACPI: LAPIC_NMI (acpi_id[0xb8] high level lint[0x1])
[ 4.705275] ACPI: LAPIC_NMI (acpi_id[0xb9] high level lint[0x1])
[ 4.705277] ACPI: LAPIC_NMI (acpi_id[0xba] high level lint[0x1])
[ 4.705278] ACPI: LAPIC_NMI (acpi_id[0xbb] high level lint[0x1])
[ 4.705279] ACPI: LAPIC_NMI (acpi_id[0xbc] high level lint[0x1])
[ 4.705281] ACPI: LAPIC_NMI (acpi_id[0xbd] high level lint[0x1])
[ 4.705282] ACPI: LAPIC_NMI (acpi_id[0xbe] high level lint[0x1])
[ 4.705283] ACPI: LAPIC_NMI (acpi_id[0xbf] high level lint[0x1])
[ 4.705298] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 4.705306] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-47
[ 4.705312] IOAPIC[2]: apic_id 10, version 32, address 0xfec40000, GSI 48-71
[ 4.705319] IOAPIC[3]: apic_id 11, version 32, address 0xfec80000, GSI 72-95
[ 4.705326] IOAPIC[4]: apic_id 12, version 32, address 0xfecc0000, GSI 96-119
[ 4.705332] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 4.705335] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 4.705347] ACPI: Using ACPI (MADT) for SMP configuration information
[ 4.705350] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 4.705360] TSC deadline timer available
[ 4.705369] CPU topo: Max. logical packages: 4
[ 4.705371] CPU topo: Max. logical dies: 4
[ 4.705372] CPU topo: Max. dies per package: 1
[ 4.705382] CPU topo: Max. threads per core: 2
[ 4.705385] CPU topo: Num. cores per package: 10
[ 4.705386] CPU topo: Num. threads per package: 20
[ 4.705388] CPU topo: Allowing 80 present CPUs plus 0 hotplug CPUs
[ 4.705423] [mem 0x90000000-0xfed1bfff] available for PCI devices
[ 4.705429] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 4.715038] setup_percpu: NR_CPUS:512 nr_cpumask_bits:80 nr_cpu_ids:80 nr_node_ids:4
[ 4.725107] percpu: Embedded 58 pages/cpu s200616 r8192 d28760 u262144
[ 4.725253] Kernel command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on systemd.unified_cgroup_hierarchy initcall_debug log_buf_len=32M trace_buf_size=26214K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=2 ftrace_graph_filter=intel_setup_irq_remapping
[ 4.725331] audit: disabled (until reboot)
[ 4.725445] random: crng init done
[ 4.727556] Fallback order for Node 0: 0 1 2 3
[ 4.727565] Fallback order for Node 1: 1 2 3 0
[ 4.727571] Fallback order for Node 2: 2 3 0 1
[ 4.727576] Fallback order for Node 3: 3 0 1 2
[ 4.727594] Built 4 zonelists, mobility grouping on. Total pages: 264182611
[ 4.727597] Policy zone: Normal
[ 4.727600] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 4.727622] software IO TLB: area num 128.
[ 10.354799] Memory: 1056179596K/1073504580K available (16384K kernel code, 3602K rwdata, 5036K rodata, 3060K init, 3048K bss, 17324728K reserved, 0K cma-reserved)
[ 10.355868] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=80, Nodes=4
[ 10.356126] Kernel/User page tables isolation: enabled
[ 10.356353] ftrace: allocating 45704 entries in 179 pages
[ 10.375045] ftrace: allocated 179 pages with 5 groups
[ 10.434802] Dynamic Preempt: voluntary
[ 10.435960] rcu: Preemptible hierarchical RCU implementation.
[ 10.435962] rcu: RCU event tracing is enabled.
[ 10.435963] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=80.
[ 10.435967] Trampoline variant of Tasks RCU enabled.
[ 10.435968] Rude variant of Tasks RCU enabled.
[ 10.435969] Tracing variant of Tasks RCU enabled.
[ 10.435971] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 10.435973] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=80
[ 10.436194] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.436220] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.436261] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[ 10.441490] NR_IRQS: 33024, nr_irqs: 2696, preallocated irqs: 16
[ 10.441998] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 10.447023] Console: colour EGA 80x25
[ 10.447028] printk: legacy console [tty0] enabled
[ 10.486426] printk: legacy console [ttyS1] enabled
[ 13.519665] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 13.532397] ACPI: Core revision 20230628
[ 13.538228] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 13.548582] APIC: Switch to symmetric I/O mode setup
[ 13.554211] DMAR: Host address width 46
[ 13.558574] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x0
[ 13.564597] DMAR: dmar0: reg_base_addr c7ffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 13.573541] DMAR: DRHD base: 0x000000e3ffc000 flags: 0x0
[ 13.579566] DMAR: dmar1: reg_base_addr e3ffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 13.588520] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 13.594545] DMAR: dmar2: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 13.603492] DMAR: DRHD base: 0x000000abffc000 flags: 0x1
[ 13.609516] DMAR: dmar3: reg_base_addr abffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 13.618475] DMAR: RMRR base: 0x00000051c82000 end: 0x00000059c89fff
[ 13.625573] DMAR: RMRR base: 0x0000007aa07000 end: 0x0000007ab06fff
[ 13.632656] DMAR: ATSR flags: 0x0
[ 13.636434] DMAR: ATSR flags: 0x0
[ 13.640222] DMAR: ATSR flags: 0x0
[ 13.644001] DMAR: ATSR flags: 0x0
[ 13.647772] DMAR-IR: IOAPIC id 12 under DRHD base 0xfbffc000 IOMMU 2
[ 13.655052] DMAR-IR: IOAPIC id 11 under DRHD base 0xe3ffc000 IOMMU 1
[ 13.662332] DMAR-IR: IOAPIC id 10 under DRHD base 0xc7ffc000 IOMMU 0
[ 13.669606] DMAR-IR: IOAPIC id 8 under DRHD base 0xabffc000 IOMMU 3
[ 13.676786] DMAR-IR: IOAPIC id 9 under DRHD base 0xabffc000 IOMMU 3
[ 13.683966] DMAR-IR: HPET id 0 under DRHD base 0xabffc000
[ 13.690074] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 13.690076] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 13.707190] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
[ 13.716472] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
[ 13.725764] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
[ 13.735064] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
[ 13.744042] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 13.750047] x2apic: IRQ remapping doesn't support X2APIC mode
[ 13.756558] APIC: Switched APIC routing to: physical flat
[ 13.763756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 13.774590] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2842457f792, max_idle_ns: 440795273434 ns
[ 13.786451] Calibrating delay loop (skipped), value calculated using timer frequency.. 5585.91 BogoMIPS (lpj=2792959)
[ 13.787499] CPU0: Thermal monitoring enabled (TM1)
[ 13.788559] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 13.789451] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 13.790453] process: using mwait in idle threads
[ 13.791454] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 13.792456] Spectre V2 : Mitigation: Retpolines
[ 13.793451] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 13.794451] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 13.796451] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 13.797452] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 13.798451] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 13.799455] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 13.800453] MDS: Mitigation: Clear CPU buffers
[ 13.801451] TAA: Mitigation: Clear CPU buffers
[ 13.802451] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 13.803460] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 13.804451] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 13.805451] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 13.806451] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 13.807451] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 13.841827] Freeing SMP alternatives memory: 40K
[ 13.842452] pid_max: default: 81920 minimum: 640
[ 13.989902] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc hugepage)
[ 14.063772] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 14.067460] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 14.071788] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 14.074481] smpboot: CPU0: Intel(R) Xeon(R) CPU E7-8891 v3 @ 2.80GHz (family: 0x6, model: 0x3f, stepping: 0x4)
[ 14.076220] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 14.076455] ... version: 3
[ 14.077451] ... bit width: 48
[ 14.078451] ... generic registers: 4
[ 14.079451] ... value mask: 0000ffffffffffff
[ 14.080451] ... max period: 00007fffffffffff
[ 14.081451] ... fixed-purpose events: 3
[ 14.082451] ... event mask: 000000070000000f
[ 14.083980] signal: max sigframe size: 1776
[ 14.084502] Estimated ratio of average max frequency by base frequency (times 1024): 1170
[ 14.085603] rcu: Hierarchical SRCU implementation.
[ 14.086454] rcu: Max phase no-delay instances is 400.
[ 14.089994] smp: Bringing up secondary CPUs ...
[ 14.107689] smpboot: x86: Booting SMP configuration:
[ 14.108452] .... node #1, CPUs: #1
[ 14.125452] .... node #2, CPUs: #2
[ 14.143452] .... node #3, CPUs: #3
[ 14.156452] .... node #0, CPUs: #4
[ 14.173452] .... node #1, CPUs: #5
[ 14.191451] .... node #2, CPUs: #6
[ 14.207452] .... node #3, CPUs: #7
[ 14.220452] .... node #0, CPUs: #8
[ 14.236452] .... node #1, CPUs: #9
[ 14.253453] .... node #2, CPUs: #10
[ 14.269451] .... node #3, CPUs: #11
[ 14.280452] .... node #0, CPUs: #12
[ 14.295452] .... node #1, CPUs: #13
[ 14.311452] .... node #2, CPUs: #14
[ 14.326452] .... node #3, CPUs: #15
[ 14.337452] .... node #0, CPUs: #16
[ 14.352451] .... node #1, CPUs: #17
[ 14.368452] .... node #2, CPUs: #18
[ 14.383451] .... node #3, CPUs: #19
[ 14.394451] .... node #0, CPUs: #20
[ 14.409452] .... node #1, CPUs: #21
[ 14.424452] .... node #2, CPUs: #22
[ 14.439452] .... node #3, CPUs: #23
[ 14.450452] .... node #0, CPUs: #24
[ 14.465451] .... node #1, CPUs: #25
[ 14.480452] .... node #2, CPUs: #26
[ 14.495452] .... node #3, CPUs: #27
[ 14.506451] .... node #0, CPUs: #28
[ 14.521452] .... node #1, CPUs: #29
[ 14.536451] .... node #2, CPUs: #30
[ 14.551451] .... node #3, CPUs: #31
[ 14.562452] .... node #0, CPUs: #32
[ 14.577452] .... node #1, CPUs: #33
[ 14.592452] .... node #2, CPUs: #34
[ 14.607452] .... node #3, CPUs: #35
[ 14.618451] .... node #0, CPUs: #36
[ 14.633451] .... node #1, CPUs: #37
[ 14.648452] .... node #2, CPUs: #38
[ 14.663452] .... node #3, CPUs: #39
[ 14.688453] .... node #0, CPUs: #40
[ 14.707453] .... node #1, CPUs: #41
[ 14.725453] .... node #2, CPUs: #42
[ 14.744453] .... node #3, CPUs: #43
[ 14.758452] .... node #0, CPUs: #44
[ 14.776453] .... node #1, CPUs: #45
[ 14.795454] .... node #2, CPUs: #46
[ 14.813453] .... node #3, CPUs: #47
[ 14.827453] .... node #0, CPUs: #48
[ 14.844453] .... node #1, CPUs: #49
[ 14.862453] .... node #2, CPUs: #50
[ 14.879452] .... node #3, CPUs: #51
[ 14.891452] .... node #0, CPUs: #52
[ 14.907452] .... node #1, CPUs: #53
[ 14.925452] .... node #2, CPUs: #54
[ 14.942452] .... node #3, CPUs: #55
[ 14.954452] .... node #0, CPUs: #56
[ 14.970452] .... node #1, CPUs: #57
[ 14.988452] .... node #2, CPUs: #58
[ 15.005452] .... node #3, CPUs: #59
[ 15.017452] .... node #0, CPUs: #60
[ 15.033452] .... node #1, CPUs: #61
[ 15.049452] .... node #2, CPUs: #62
[ 15.065452] .... node #3, CPUs: #63
[ 15.077452] .... node #0, CPUs: #64
[ 15.093452] .... node #1, CPUs: #65
[ 15.109452] .... node #2, CPUs: #66
[ 15.125452] .... node #3, CPUs: #67
[ 15.137452] .... node #0, CPUs: #68
[ 15.153452] .... node #1, CPUs: #69
[ 15.169452] .... node #2, CPUs: #70
[ 15.185452] .... node #3, CPUs: #71
[ 15.197452] .... node #0, CPUs: #72
[ 15.213452] .... node #1, CPUs: #73
[ 15.229452] .... node #2, CPUs: #74
[ 15.245452] .... node #3, CPUs: #75
[ 15.257452] .... node #0, CPUs: #76
[ 15.272452] .... node #1, CPUs: #77
[ 15.288452] .... node #2, CPUs: #78
[ 15.304452] .... node #3, CPUs: #79
[ 15.304670] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 15.306451] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 15.307451] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 15.322680] smp: Brought up 4 nodes, 80 CPUs
[ 15.323454] smpboot: Total of 80 processors activated (446873.44 BogoMIPS)
[ 15.399131] devtmpfs: initialized
[ 15.399608] x86/mm: Memory block size: 2048MB
[ 15.410669] ACPI: PM: Registering ACPI NVS region [mem 0x7ab0b000-0x7b53afff] (10682368 bytes)
[ 15.411879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 15.412504] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[ 15.414223] Starting tracer 'function_graph'
[ 15.804255] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 15.807058] thermal_sys: Registered thermal governor 'step_wise'
[ 15.807066] thermal_sys: Registered thermal governor 'user_space'
[ 15.808508] cpuidle: using governor menu
[ 15.809998] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 15.810885] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[ 15.811548] PCI: ECAM [mem 0x80000000-0x8fffffff] reserved as E820 entry
[ 15.812518] PCI: Using configuration type 1 for base access
[ 15.813512] PCI: Dell System detected, enabling pci=bfsort.
[ 15.814719] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 15.815756] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 15.818918] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 15.819458] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 15.820457] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 15.821456] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 15.823024] Demotion targets for Node 0: null
[ 15.823460] Demotion targets for Node 1: null
[ 15.824466] Demotion targets for Node 2: null
[ 15.825456] Demotion targets for Node 3: null
[ 15.845455] raid6: avx2x4 gen() 10393 MB/s
[ 15.863454] raid6: avx2x2 gen() 10390 MB/s
[ 15.881459] raid6: avx2x1 gen() 8800 MB/s
[ 15.882457] raid6: using algorithm avx2x4 gen() 10393 MB/s
[ 15.900455] raid6: .... xor() 3337 MB/s, rmw enabled
[ 15.901457] raid6: using avx2x2 recovery algorithm
[ 15.903334] ACPI: Added _OSI(Module Device)
[ 15.903459] ACPI: Added _OSI(Processor Device)
[ 15.904458] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 15.905458] ACPI: Added _OSI(Processor Aggregator Device)
[ 17.830021] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 18.029607] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 18.066819] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 18.180655] ACPI: Interpreter enabled
[ 18.181504] ACPI: PM: (supports S0 S5)
[ 18.182458] ACPI: Using IOAPIC for interrupt routing
[ 18.184567] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 18.185457] PCI: Using E820 reservations for host bridge windows
[ 18.190912] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 18.334536] ACPI: PCI Root Bridge [UNC3] (domain 0000 [bus ff])
[ 18.335466] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 18.338353] acpi PNP0A03:00: _OSC: OS now controls [PME PCIeCapability LTR]
[ 18.339457] acpi PNP0A03:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 18.340663] PCI host bridge to bus 0000:ff
[ 18.341458] pci_bus 0000:ff: Unknown NUMA node; performance will be reduced
[ 18.342458] pci_bus 0000:ff: root bus resource [bus ff]
[ 18.343504] pci 0000:ff:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 18.344569] pci 0000:ff:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.345457] pci 0000:ff:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.346662] pci 0000:ff:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 18.347565] pci 0000:ff:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.348457] pci 0000:ff:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.349642] pci 0000:ff:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 18.350565] pci 0000:ff:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.351458] pci 0000:ff:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.352645] pci 0000:ff:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 18.353565] pci 0000:ff:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.354457] pci 0000:ff:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.355642] pci 0000:ff:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 18.356566] pci 0000:ff:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.357457] pci 0000:ff:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.358632] pci 0000:ff:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 18.359564] pci 0000:ff:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.360457] pci 0000:ff:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.361644] pci 0000:ff:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 18.362564] pci 0000:ff:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.363457] pci 0000:ff:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.364641] pci 0000:ff:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 18.365565] pci 0000:ff:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.366457] pci 0000:ff:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.367647] pci 0000:ff:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 18.368565] pci 0000:ff:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.369457] pci 0000:ff:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.370642] pci 0000:ff:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 18.371564] pci 0000:ff:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.372457] pci 0000:ff:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.373644] pci 0000:ff:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 18.374565] pci 0000:ff:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.375457] pci 0000:ff:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.376646] pci 0000:ff:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 18.377569] pci 0000:ff:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.378457] pci 0000:ff:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.379629] pci 0000:ff:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 18.380565] pci 0000:ff:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.381457] pci 0000:ff:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.382638] pci 0000:ff:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 18.383564] pci 0000:ff:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.384457] pci 0000:ff:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.385631] pci 0000:ff:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 18.386564] pci 0000:ff:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.387457] pci 0000:ff:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.388632] pci 0000:ff:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 18.389565] pci 0000:ff:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.390457] pci 0000:ff:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.391637] pci 0000:ff:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 18.392564] pci 0000:ff:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.393457] pci 0000:ff:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.394632] pci 0000:ff:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 18.395564] pci 0000:ff:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.396457] pci 0000:ff:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.397631] pci 0000:ff:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 18.398565] pci 0000:ff:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.399457] pci 0000:ff:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.400635] pci 0000:ff:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 18.401569] pci 0000:ff:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.402457] pci 0000:ff:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.403641] pci 0000:ff:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 18.404563] pci 0000:ff:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.405457] pci 0000:ff:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.406628] pci 0000:ff:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 18.407563] pci 0000:ff:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.408457] pci 0000:ff:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.409633] pci 0000:ff:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 18.410564] pci 0000:ff:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.411457] pci 0000:ff:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.412633] pci 0000:ff:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 18.413563] pci 0000:ff:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.414457] pci 0000:ff:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.415634] pci 0000:ff:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 18.416563] pci 0000:ff:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.417457] pci 0000:ff:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.418632] pci 0000:ff:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 18.419564] pci 0000:ff:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.420458] pci 0000:ff:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.421630] pci 0000:ff:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 18.422563] pci 0000:ff:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.423457] pci 0000:ff:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.424635] pci 0000:ff:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 18.425563] pci 0000:ff:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.426457] pci 0000:ff:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.428633] pci 0000:ff:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 18.429564] pci 0000:ff:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.430458] pci 0000:ff:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.431630] pci 0000:ff:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 18.432563] pci 0000:ff:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.433457] pci 0000:ff:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.434633] pci 0000:ff:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 18.435564] pci 0000:ff:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.436457] pci 0000:ff:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.437630] pci 0000:ff:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 18.438563] pci 0000:ff:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.439457] pci 0000:ff:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.440635] pci 0000:ff:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 18.441565] pci 0000:ff:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.442457] pci 0000:ff:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.443631] pci 0000:ff:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 18.444564] pci 0000:ff:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.445457] pci 0000:ff:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.446634] pci 0000:ff:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 18.447564] pci 0000:ff:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.448458] pci 0000:ff:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.449646] pci 0000:ff:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 18.450564] pci 0000:ff:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.451458] pci 0000:ff:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.452631] pci 0000:ff:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 18.453564] pci 0000:ff:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.454457] pci 0000:ff:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.455635] pci 0000:ff:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 18.456563] pci 0000:ff:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.457459] pci 0000:ff:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.458640] pci 0000:ff:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 18.459564] pci 0000:ff:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.460458] pci 0000:ff:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.461640] pci 0000:ff:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 18.462565] pci 0000:ff:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.463458] pci 0000:ff:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.464645] pci 0000:ff:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 18.465565] pci 0000:ff:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.466457] pci 0000:ff:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.467633] pci 0000:ff:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 18.468564] pci 0000:ff:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.469457] pci 0000:ff:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.470636] pci 0000:ff:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 18.471564] pci 0000:ff:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.472457] pci 0000:ff:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.473634] pci 0000:ff:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 18.474564] pci 0000:ff:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.475457] pci 0000:ff:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.476642] pci 0000:ff:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 18.477562] pci 0000:ff:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.478458] pci 0000:ff:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.479630] pci 0000:ff:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 18.480563] pci 0000:ff:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.481457] pci 0000:ff:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.482634] pci 0000:ff:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 18.483562] pci 0000:ff:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.484457] pci 0000:ff:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.485638] pci 0000:ff:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 18.486567] pci 0000:ff:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.487457] pci 0000:ff:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.488633] pci 0000:ff:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 18.489567] pci 0000:ff:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.490457] pci 0000:ff:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.491642] pci 0000:ff:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 18.492567] pci 0000:ff:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.493457] pci 0000:ff:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.494647] pci 0000:ff:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 18.495568] pci 0000:ff:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.496457] pci 0000:ff:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.497635] pci 0000:ff:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 18.498568] pci 0000:ff:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.499458] pci 0000:ff:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.500635] pci 0000:ff:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 18.501569] pci 0000:ff:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.502457] pci 0000:ff:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.503655] pci 0000:ff:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.504583] pci 0000:ff:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.505457] pci 0000:ff:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.506741] pci 0000:ff:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.507835] pci 0000:ff:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.508457] pci 0000:ff:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.509690] pci 0000:ff:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.510577] pci 0000:ff:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.511457] pci 0000:ff:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.512695] pci 0000:ff:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.513577] pci 0000:ff:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.514457] pci 0000:ff:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.515693] pci 0000:ff:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.516576] pci 0000:ff:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.517457] pci 0000:ff:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.519686] pci 0000:ff:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.520576] pci 0000:ff:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.521457] pci 0000:ff:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.522680] pci 0000:ff:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 18.523566] pci 0000:ff:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.524457] pci 0000:ff:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.525645] pci 0000:ff:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 18.526566] pci 0000:ff:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.527463] pci 0000:ff:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.528652] pci 0000:ff:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.529597] pci 0000:ff:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.530457] pci 0000:ff:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.531690] pci 0000:ff:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.532577] pci 0000:ff:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.533457] pci 0000:ff:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.534688] pci 0000:ff:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.535576] pci 0000:ff:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.536457] pci 0000:ff:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.537693] pci 0000:ff:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.538576] pci 0000:ff:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.539458] pci 0000:ff:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.540681] pci 0000:ff:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 18.541567] pci 0000:ff:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.542457] pci 0000:ff:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.543632] pci 0000:ff:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 18.544565] pci 0000:ff:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.545457] pci 0000:ff:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.546636] pci 0000:ff:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 18.547565] pci 0000:ff:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.548457] pci 0000:ff:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.549635] pci 0000:ff:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 18.550566] pci 0000:ff:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.551457] pci 0000:ff:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.552644] pci 0000:ff:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.553576] pci 0000:ff:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.554457] pci 0000:ff:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.555692] pci 0000:ff:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.556576] pci 0000:ff:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.557458] pci 0000:ff:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.558689] pci 0000:ff:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.559576] pci 0000:ff:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.560457] pci 0000:ff:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.561692] pci 0000:ff:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.562576] pci 0000:ff:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.563457] pci 0000:ff:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.564723] pci 0000:ff:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.565583] pci 0000:ff:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.566458] pci 0000:ff:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.567736] pci 0000:ff:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.568578] pci 0000:ff:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.569457] pci 0000:ff:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.570695] pci 0000:ff:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.571577] pci 0000:ff:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.572458] pci 0000:ff:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.573691] pci 0000:ff:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.574577] pci 0000:ff:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.575457] pci 0000:ff:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.576687] pci 0000:ff:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.577577] pci 0000:ff:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.578457] pci 0000:ff:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.579693] pci 0000:ff:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.580577] pci 0000:ff:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.581458] pci 0000:ff:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.582685] pci 0000:ff:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 18.583566] pci 0000:ff:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.584457] pci 0000:ff:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.585635] pci 0000:ff:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 18.586566] pci 0000:ff:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.587457] pci 0000:ff:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.588656] pci 0000:ff:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.589584] pci 0000:ff:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.590462] pci 0000:ff:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.591740] pci 0000:ff:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.592577] pci 0000:ff:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.593458] pci 0000:ff:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.594691] pci 0000:ff:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.595578] pci 0000:ff:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.596457] pci 0000:ff:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.597711] pci 0000:ff:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.598577] pci 0000:ff:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.599458] pci 0000:ff:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.600682] pci 0000:ff:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 18.601565] pci 0000:ff:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.602457] pci 0000:ff:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.603636] pci 0000:ff:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 18.604566] pci 0000:ff:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.605457] pci 0000:ff:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.606637] pci 0000:ff:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 18.607566] pci 0000:ff:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.608458] pci 0000:ff:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.610639] pci 0000:ff:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 18.611565] pci 0000:ff:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.612459] pci 0000:ff:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.613645] pci 0000:ff:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.614578] pci 0000:ff:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.615457] pci 0000:ff:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.616689] pci 0000:ff:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.617579] pci 0000:ff:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.618457] pci 0000:ff:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.619692] pci 0000:ff:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.620577] pci 0000:ff:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.621458] pci 0000:ff:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.622692] pci 0000:ff:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.623578] pci 0000:ff:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.624457] pci 0000:ff:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.625736] pci 0000:ff:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 18.626563] pci 0000:ff:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.627457] pci 0000:ff:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.628638] pci 0000:ff:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 18.629563] pci 0000:ff:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.630457] pci 0000:ff:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.631632] pci 0000:ff:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 18.632564] pci 0000:ff:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.633458] pci 0000:ff:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.634640] pci 0000:ff:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 18.635460] pci 0000:ff:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 18.636457] pci 0000:ff:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 18.637457] pci 0000:ff:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 18.638457] pci 0000:ff:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 18.639487] pci 0000:ff:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.640457] pci 0000:ff:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.641638] pci 0000:ff:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 18.642564] pci 0000:ff:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.643457] pci 0000:ff:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.644653] pci 0000:ff:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 18.645563] pci 0000:ff:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.646458] pci 0000:ff:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.647644] pci 0000:ff:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 18.648563] pci 0000:ff:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.649458] pci 0000:ff:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.651383] ACPI: PCI Root Bridge [UNC2] (domain 0000 [bus bf])
[ 18.652464] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 18.655357] acpi PNP0A03:01: _OSC: OS now controls [PME PCIeCapability LTR]
[ 18.656457] acpi PNP0A03:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 18.657659] PCI host bridge to bus 0000:bf
[ 18.658458] pci_bus 0000:bf: Unknown NUMA node; performance will be reduced
[ 18.659457] pci_bus 0000:bf: root bus resource [bus bf]
[ 18.660499] pci 0000:bf:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 18.661564] pci 0000:bf:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.662457] pci 0000:bf:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.663642] pci 0000:bf:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 18.664564] pci 0000:bf:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.665457] pci 0000:bf:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.666638] pci 0000:bf:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 18.667564] pci 0000:bf:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.668457] pci 0000:bf:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.669646] pci 0000:bf:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 18.670564] pci 0000:bf:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.671458] pci 0000:bf:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.672644] pci 0000:bf:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 18.673564] pci 0000:bf:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.674457] pci 0000:bf:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.675634] pci 0000:bf:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 18.676564] pci 0000:bf:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.677458] pci 0000:bf:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.678640] pci 0000:bf:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 18.679564] pci 0000:bf:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.680458] pci 0000:bf:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.681639] pci 0000:bf:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 18.682564] pci 0000:bf:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.683457] pci 0000:bf:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.684633] pci 0000:bf:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 18.685564] pci 0000:bf:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.686457] pci 0000:bf:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.687638] pci 0000:bf:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 18.688563] pci 0000:bf:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.689457] pci 0000:bf:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.690651] pci 0000:bf:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 18.691564] pci 0000:bf:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.692458] pci 0000:bf:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.693675] pci 0000:bf:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 18.694564] pci 0000:bf:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.695457] pci 0000:bf:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.696634] pci 0000:bf:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 18.697563] pci 0000:bf:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.698458] pci 0000:bf:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.699652] pci 0000:bf:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 18.700563] pci 0000:bf:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.701458] pci 0000:bf:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.702630] pci 0000:bf:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 18.703564] pci 0000:bf:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.704457] pci 0000:bf:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.705633] pci 0000:bf:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 18.707563] pci 0000:bf:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.708457] pci 0000:bf:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.709627] pci 0000:bf:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 18.710563] pci 0000:bf:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.711458] pci 0000:bf:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.712635] pci 0000:bf:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 18.713564] pci 0000:bf:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.714457] pci 0000:bf:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.715632] pci 0000:bf:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 18.716570] pci 0000:bf:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.717458] pci 0000:bf:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.718637] pci 0000:bf:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 18.719563] pci 0000:bf:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.720457] pci 0000:bf:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.721635] pci 0000:bf:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 18.722563] pci 0000:bf:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.723457] pci 0000:bf:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.724630] pci 0000:bf:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 18.725563] pci 0000:bf:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.726457] pci 0000:bf:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.727632] pci 0000:bf:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 18.728563] pci 0000:bf:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.729457] pci 0000:bf:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.730634] pci 0000:bf:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 18.731562] pci 0000:bf:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.732458] pci 0000:bf:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.733630] pci 0000:bf:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 18.734563] pci 0000:bf:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.735457] pci 0000:bf:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.736631] pci 0000:bf:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 18.737563] pci 0000:bf:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.738457] pci 0000:bf:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.739630] pci 0000:bf:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 18.740563] pci 0000:bf:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.741458] pci 0000:bf:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.742632] pci 0000:bf:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 18.743563] pci 0000:bf:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.744457] pci 0000:bf:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.745630] pci 0000:bf:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 18.746564] pci 0000:bf:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.747458] pci 0000:bf:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.748641] pci 0000:bf:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 18.749562] pci 0000:bf:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.750458] pci 0000:bf:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.751641] pci 0000:bf:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 18.752564] pci 0000:bf:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.753458] pci 0000:bf:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.754629] pci 0000:bf:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 18.755563] pci 0000:bf:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.756457] pci 0000:bf:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.757632] pci 0000:bf:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 18.758564] pci 0000:bf:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.759458] pci 0000:bf:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.760631] pci 0000:bf:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 18.761563] pci 0000:bf:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.762457] pci 0000:bf:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.763632] pci 0000:bf:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 18.764564] pci 0000:bf:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.765457] pci 0000:bf:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.766646] pci 0000:bf:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 18.767563] pci 0000:bf:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.768457] pci 0000:bf:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.769638] pci 0000:bf:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 18.770564] pci 0000:bf:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.771458] pci 0000:bf:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.772634] pci 0000:bf:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 18.773564] pci 0000:bf:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.774457] pci 0000:bf:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.775628] pci 0000:bf:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 18.776564] pci 0000:bf:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.777459] pci 0000:bf:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.778655] pci 0000:bf:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 18.779570] pci 0000:bf:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.780458] pci 0000:bf:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.781639] pci 0000:bf:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 18.782564] pci 0000:bf:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.783457] pci 0000:bf:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.784643] pci 0000:bf:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 18.785564] pci 0000:bf:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.786457] pci 0000:bf:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.787638] pci 0000:bf:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 18.788563] pci 0000:bf:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.789457] pci 0000:bf:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.790630] pci 0000:bf:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 18.791562] pci 0000:bf:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.792458] pci 0000:bf:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.793644] pci 0000:bf:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 18.794562] pci 0000:bf:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.795457] pci 0000:bf:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.796630] pci 0000:bf:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 18.798561] pci 0000:bf:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.799457] pci 0000:bf:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.800634] pci 0000:bf:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 18.801561] pci 0000:bf:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.802457] pci 0000:bf:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.803638] pci 0000:bf:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 18.804566] pci 0000:bf:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.805457] pci 0000:bf:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.806633] pci 0000:bf:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 18.807567] pci 0000:bf:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.808457] pci 0000:bf:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.809642] pci 0000:bf:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 18.810567] pci 0000:bf:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.811457] pci 0000:bf:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.812632] pci 0000:bf:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 18.813567] pci 0000:bf:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.814457] pci 0000:bf:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.815635] pci 0000:bf:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 18.816567] pci 0000:bf:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.817458] pci 0000:bf:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.818635] pci 0000:bf:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 18.819568] pci 0000:bf:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.820457] pci 0000:bf:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.821660] pci 0000:bf:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.822582] pci 0000:bf:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.823457] pci 0000:bf:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.824742] pci 0000:bf:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.825575] pci 0000:bf:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.826457] pci 0000:bf:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.827714] pci 0000:bf:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.828577] pci 0000:bf:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.829457] pci 0000:bf:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.830691] pci 0000:bf:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.831576] pci 0000:bf:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.832458] pci 0000:bf:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.833712] pci 0000:bf:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.834576] pci 0000:bf:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.835457] pci 0000:bf:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.836686] pci 0000:bf:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.837576] pci 0000:bf:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.838457] pci 0000:bf:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.839682] pci 0000:bf:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 18.840565] pci 0000:bf:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.841457] pci 0000:bf:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.842647] pci 0000:bf:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 18.843565] pci 0000:bf:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.844457] pci 0000:bf:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.845641] pci 0000:bf:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.846576] pci 0000:bf:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.847457] pci 0000:bf:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.848692] pci 0000:bf:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.849575] pci 0000:bf:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.850457] pci 0000:bf:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.851687] pci 0000:bf:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.852575] pci 0000:bf:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.853457] pci 0000:bf:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.854688] pci 0000:bf:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.855576] pci 0000:bf:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.856457] pci 0000:bf:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.857684] pci 0000:bf:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 18.858565] pci 0000:bf:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.859458] pci 0000:bf:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.860633] pci 0000:bf:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 18.861565] pci 0000:bf:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.862458] pci 0000:bf:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.863636] pci 0000:bf:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 18.864566] pci 0000:bf:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.865457] pci 0000:bf:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.866637] pci 0000:bf:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 18.867565] pci 0000:bf:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.868457] pci 0000:bf:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.869644] pci 0000:bf:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.870576] pci 0000:bf:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.871457] pci 0000:bf:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.872691] pci 0000:bf:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.873576] pci 0000:bf:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.874457] pci 0000:bf:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.875686] pci 0000:bf:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.876576] pci 0000:bf:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.877457] pci 0000:bf:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.878690] pci 0000:bf:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.879575] pci 0000:bf:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.880457] pci 0000:bf:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.881722] pci 0000:bf:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.882583] pci 0000:bf:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.883458] pci 0000:bf:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.884735] pci 0000:bf:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.885577] pci 0000:bf:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.886457] pci 0000:bf:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.887692] pci 0000:bf:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.889576] pci 0000:bf:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.890457] pci 0000:bf:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.891693] pci 0000:bf:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.892577] pci 0000:bf:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.893460] pci 0000:bf:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.894709] pci 0000:bf:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.895577] pci 0000:bf:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.896457] pci 0000:bf:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.897693] pci 0000:bf:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.898576] pci 0000:bf:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.899458] pci 0000:bf:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.900684] pci 0000:bf:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 18.901566] pci 0000:bf:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.902458] pci 0000:bf:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.903651] pci 0000:bf:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 18.904566] pci 0000:bf:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.905463] pci 0000:bf:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.906657] pci 0000:bf:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.907583] pci 0000:bf:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.908457] pci 0000:bf:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.909737] pci 0000:bf:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.910577] pci 0000:bf:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.911457] pci 0000:bf:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.912691] pci 0000:bf:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.913577] pci 0000:bf:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.914457] pci 0000:bf:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.915695] pci 0000:bf:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.916576] pci 0000:bf:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.917457] pci 0000:bf:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.918679] pci 0000:bf:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 18.919565] pci 0000:bf:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.920457] pci 0000:bf:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.921637] pci 0000:bf:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 18.922565] pci 0000:bf:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.923457] pci 0000:bf:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.924633] pci 0000:bf:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 18.925564] pci 0000:bf:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.926457] pci 0000:bf:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.927636] pci 0000:bf:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 18.928565] pci 0000:bf:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.929457] pci 0000:bf:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.930657] pci 0000:bf:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.931578] pci 0000:bf:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.932457] pci 0000:bf:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.933692] pci 0000:bf:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.934576] pci 0000:bf:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.935457] pci 0000:bf:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.936692] pci 0000:bf:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.937578] pci 0000:bf:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.938457] pci 0000:bf:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.939694] pci 0000:bf:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 18.940577] pci 0000:bf:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.941457] pci 0000:bf:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.942739] pci 0000:bf:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 18.943562] pci 0000:bf:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.944457] pci 0000:bf:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.945639] pci 0000:bf:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 18.946562] pci 0000:bf:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.947457] pci 0000:bf:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.948632] pci 0000:bf:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 18.949563] pci 0000:bf:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.950457] pci 0000:bf:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.951639] pci 0000:bf:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 18.952460] pci 0000:bf:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 18.953457] pci 0000:bf:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 18.954457] pci 0000:bf:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 18.955457] pci 0000:bf:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 18.956487] pci 0000:bf:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.957457] pci 0000:bf:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.958639] pci 0000:bf:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 18.959563] pci 0000:bf:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.960458] pci 0000:bf:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.961663] pci 0000:bf:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 18.962562] pci 0000:bf:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.963457] pci 0000:bf:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.964654] pci 0000:bf:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 18.965562] pci 0000:bf:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.966458] pci 0000:bf:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.968371] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus 7f])
[ 18.969464] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 18.972352] acpi PNP0A03:02: _OSC: OS now controls [PME PCIeCapability LTR]
[ 18.973457] acpi PNP0A03:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 18.974659] PCI host bridge to bus 0000:7f
[ 18.975457] pci_bus 0000:7f: Unknown NUMA node; performance will be reduced
[ 18.976457] pci_bus 0000:7f: root bus resource [bus 7f]
[ 18.977499] pci 0000:7f:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 18.978566] pci 0000:7f:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.979457] pci 0000:7f:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.980644] pci 0000:7f:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 18.981567] pci 0000:7f:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.982458] pci 0000:7f:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.983640] pci 0000:7f:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 18.984566] pci 0000:7f:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.985457] pci 0000:7f:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.987645] pci 0000:7f:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 18.988565] pci 0000:7f:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.989457] pci 0000:7f:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.990659] pci 0000:7f:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 18.991565] pci 0000:7f:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.992458] pci 0000:7f:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.993635] pci 0000:7f:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 18.994566] pci 0000:7f:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.995457] pci 0000:7f:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.996641] pci 0000:7f:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 18.997565] pci 0000:7f:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 18.998457] pci 0000:7f:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 18.999641] pci 0000:7f:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 19.000565] pci 0000:7f:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.001457] pci 0000:7f:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.002638] pci 0000:7f:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 19.003566] pci 0000:7f:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.004477] pci 0000:7f:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.005637] pci 0000:7f:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 19.006566] pci 0000:7f:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.007457] pci 0000:7f:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.008651] pci 0000:7f:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 19.009565] pci 0000:7f:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.010457] pci 0000:7f:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.011647] pci 0000:7f:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 19.012564] pci 0000:7f:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.013458] pci 0000:7f:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.014631] pci 0000:7f:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 19.015565] pci 0000:7f:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.016457] pci 0000:7f:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.017634] pci 0000:7f:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 19.018565] pci 0000:7f:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.019457] pci 0000:7f:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.020632] pci 0000:7f:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 19.021565] pci 0000:7f:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.022458] pci 0000:7f:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.023632] pci 0000:7f:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 19.024566] pci 0000:7f:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.025457] pci 0000:7f:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.026632] pci 0000:7f:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 19.027566] pci 0000:7f:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.028457] pci 0000:7f:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.029635] pci 0000:7f:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 19.030564] pci 0000:7f:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.031463] pci 0000:7f:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.032636] pci 0000:7f:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 19.033565] pci 0000:7f:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.034457] pci 0000:7f:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.035630] pci 0000:7f:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 19.036564] pci 0000:7f:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.037457] pci 0000:7f:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.038642] pci 0000:7f:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 19.039564] pci 0000:7f:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.040457] pci 0000:7f:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.041636] pci 0000:7f:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 19.042564] pci 0000:7f:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.043457] pci 0000:7f:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.044633] pci 0000:7f:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 19.045565] pci 0000:7f:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.046457] pci 0000:7f:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.047630] pci 0000:7f:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 19.048564] pci 0000:7f:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.049457] pci 0000:7f:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.050636] pci 0000:7f:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 19.051564] pci 0000:7f:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.052457] pci 0000:7f:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.053634] pci 0000:7f:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 19.054564] pci 0000:7f:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.055457] pci 0000:7f:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.056630] pci 0000:7f:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 19.057565] pci 0000:7f:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.058457] pci 0000:7f:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.059634] pci 0000:7f:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 19.060564] pci 0000:7f:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.061457] pci 0000:7f:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.062628] pci 0000:7f:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 19.063565] pci 0000:7f:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.064458] pci 0000:7f:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.065636] pci 0000:7f:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 19.066565] pci 0000:7f:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.067458] pci 0000:7f:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.068633] pci 0000:7f:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 19.069566] pci 0000:7f:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.070457] pci 0000:7f:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.071630] pci 0000:7f:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 19.072564] pci 0000:7f:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.073458] pci 0000:7f:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.074643] pci 0000:7f:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 19.075565] pci 0000:7f:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.076457] pci 0000:7f:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.078631] pci 0000:7f:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 19.079565] pci 0000:7f:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.080457] pci 0000:7f:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.081634] pci 0000:7f:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 19.082565] pci 0000:7f:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.083457] pci 0000:7f:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.084645] pci 0000:7f:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 19.085563] pci 0000:7f:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.086457] pci 0000:7f:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.087632] pci 0000:7f:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 19.088565] pci 0000:7f:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.089457] pci 0000:7f:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.090633] pci 0000:7f:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 19.091566] pci 0000:7f:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.092458] pci 0000:7f:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.093635] pci 0000:7f:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 19.094571] pci 0000:7f:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.095457] pci 0000:7f:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.096644] pci 0000:7f:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 19.097567] pci 0000:7f:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.098457] pci 0000:7f:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.099644] pci 0000:7f:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 19.100566] pci 0000:7f:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.101457] pci 0000:7f:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.102634] pci 0000:7f:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 19.103566] pci 0000:7f:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.104457] pci 0000:7f:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.105638] pci 0000:7f:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 19.106564] pci 0000:7f:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.107457] pci 0000:7f:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.108632] pci 0000:7f:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 19.109564] pci 0000:7f:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.110457] pci 0000:7f:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.111642] pci 0000:7f:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 19.112564] pci 0000:7f:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.113458] pci 0000:7f:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.114630] pci 0000:7f:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 19.115563] pci 0000:7f:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.116457] pci 0000:7f:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.117634] pci 0000:7f:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 19.118563] pci 0000:7f:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.119457] pci 0000:7f:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.120632] pci 0000:7f:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 19.121568] pci 0000:7f:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.122457] pci 0000:7f:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.123637] pci 0000:7f:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 19.124569] pci 0000:7f:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.125457] pci 0000:7f:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.126639] pci 0000:7f:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 19.127568] pci 0000:7f:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.128457] pci 0000:7f:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.129642] pci 0000:7f:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 19.130569] pci 0000:7f:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.131457] pci 0000:7f:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.132641] pci 0000:7f:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 19.133570] pci 0000:7f:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.134457] pci 0000:7f:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.135650] pci 0000:7f:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 19.136569] pci 0000:7f:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.137457] pci 0000:7f:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.138658] pci 0000:7f:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.139584] pci 0000:7f:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.140457] pci 0000:7f:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.141740] pci 0000:7f:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.142578] pci 0000:7f:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.143458] pci 0000:7f:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.144690] pci 0000:7f:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.145578] pci 0000:7f:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.146457] pci 0000:7f:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.147694] pci 0000:7f:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.148577] pci 0000:7f:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.149457] pci 0000:7f:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.150689] pci 0000:7f:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.151578] pci 0000:7f:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.152457] pci 0000:7f:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.153688] pci 0000:7f:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.154576] pci 0000:7f:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.155457] pci 0000:7f:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.156682] pci 0000:7f:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 19.157572] pci 0000:7f:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.158457] pci 0000:7f:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.159634] pci 0000:7f:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 19.160567] pci 0000:7f:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.161457] pci 0000:7f:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.162647] pci 0000:7f:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.163578] pci 0000:7f:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.164457] pci 0000:7f:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.165692] pci 0000:7f:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.166577] pci 0000:7f:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.167457] pci 0000:7f:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.169687] pci 0000:7f:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.170578] pci 0000:7f:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.171457] pci 0000:7f:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.172694] pci 0000:7f:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.173577] pci 0000:7f:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.174457] pci 0000:7f:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.175692] pci 0000:7f:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 19.176567] pci 0000:7f:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.177457] pci 0000:7f:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.178634] pci 0000:7f:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 19.179567] pci 0000:7f:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.180457] pci 0000:7f:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.181636] pci 0000:7f:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 19.182567] pci 0000:7f:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.183458] pci 0000:7f:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.184633] pci 0000:7f:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 19.185566] pci 0000:7f:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.186457] pci 0000:7f:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.187644] pci 0000:7f:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.188578] pci 0000:7f:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.189458] pci 0000:7f:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.190693] pci 0000:7f:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.191578] pci 0000:7f:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.192458] pci 0000:7f:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.193690] pci 0000:7f:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.194577] pci 0000:7f:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.195457] pci 0000:7f:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.196694] pci 0000:7f:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.197578] pci 0000:7f:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.198457] pci 0000:7f:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.199719] pci 0000:7f:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.200585] pci 0000:7f:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.201457] pci 0000:7f:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.202737] pci 0000:7f:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.203578] pci 0000:7f:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.204457] pci 0000:7f:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.205692] pci 0000:7f:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.206579] pci 0000:7f:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.207457] pci 0000:7f:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.208687] pci 0000:7f:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.209579] pci 0000:7f:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.210458] pci 0000:7f:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.211713] pci 0000:7f:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.212579] pci 0000:7f:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.213457] pci 0000:7f:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.214693] pci 0000:7f:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.215579] pci 0000:7f:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.216457] pci 0000:7f:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.217680] pci 0000:7f:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 19.218567] pci 0000:7f:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.219457] pci 0000:7f:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.220650] pci 0000:7f:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 19.221566] pci 0000:7f:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.222457] pci 0000:7f:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.223656] pci 0000:7f:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.224586] pci 0000:7f:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.225458] pci 0000:7f:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.226739] pci 0000:7f:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.227579] pci 0000:7f:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.228457] pci 0000:7f:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.229693] pci 0000:7f:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.230578] pci 0000:7f:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.231458] pci 0000:7f:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.232693] pci 0000:7f:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.233579] pci 0000:7f:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.234457] pci 0000:7f:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.235680] pci 0000:7f:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 19.236567] pci 0000:7f:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.237457] pci 0000:7f:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.238638] pci 0000:7f:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 19.239566] pci 0000:7f:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.240457] pci 0000:7f:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.241634] pci 0000:7f:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 19.242566] pci 0000:7f:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.243457] pci 0000:7f:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.244638] pci 0000:7f:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 19.245567] pci 0000:7f:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.246457] pci 0000:7f:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.247646] pci 0000:7f:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.248578] pci 0000:7f:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.249457] pci 0000:7f:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.250693] pci 0000:7f:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.251579] pci 0000:7f:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.252458] pci 0000:7f:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.253694] pci 0000:7f:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.254579] pci 0000:7f:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.255457] pci 0000:7f:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.256691] pci 0000:7f:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.257578] pci 0000:7f:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.258459] pci 0000:7f:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.260744] pci 0000:7f:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 19.261564] pci 0000:7f:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.262458] pci 0000:7f:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.263638] pci 0000:7f:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 19.264565] pci 0000:7f:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.265457] pci 0000:7f:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.266633] pci 0000:7f:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 19.267564] pci 0000:7f:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.268458] pci 0000:7f:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.269642] pci 0000:7f:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 19.270459] pci 0000:7f:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 19.271457] pci 0000:7f:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 19.272457] pci 0000:7f:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 19.273457] pci 0000:7f:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 19.274487] pci 0000:7f:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.275457] pci 0000:7f:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.276645] pci 0000:7f:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 19.277564] pci 0000:7f:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.278457] pci 0000:7f:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.279658] pci 0000:7f:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 19.280564] pci 0000:7f:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.281457] pci 0000:7f:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.282645] pci 0000:7f:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 19.283570] pci 0000:7f:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.284457] pci 0000:7f:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.286368] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 3f])
[ 19.287464] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 19.290350] acpi PNP0A03:03: _OSC: OS now controls [PME PCIeCapability LTR]
[ 19.291457] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 19.292670] PCI host bridge to bus 0000:3f
[ 19.293457] pci_bus 0000:3f: Unknown NUMA node; performance will be reduced
[ 19.294458] pci_bus 0000:3f: root bus resource [bus 3f]
[ 19.295499] pci 0000:3f:08.0: [8086:2f80] type 00 class 0x088000 conventional PCI endpoint
[ 19.296562] pci 0000:3f:08.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.297457] pci 0000:3f:08.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.298637] pci 0000:3f:08.2: [8086:2f32] type 00 class 0x110100 conventional PCI endpoint
[ 19.299562] pci 0000:3f:08.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.300457] pci 0000:3f:08.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.301641] pci 0000:3f:08.6: [8086:2f86] type 00 class 0x088000 conventional PCI endpoint
[ 19.302561] pci 0000:3f:08.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.303458] pci 0000:3f:08.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.304645] pci 0000:3f:08.7: [8086:2f87] type 00 class 0x088000 conventional PCI endpoint
[ 19.305561] pci 0000:3f:08.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.306457] pci 0000:3f:08.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.307639] pci 0000:3f:09.0: [8086:2f90] type 00 class 0x088000 conventional PCI endpoint
[ 19.308562] pci 0000:3f:09.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.309457] pci 0000:3f:09.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.310634] pci 0000:3f:09.2: [8086:2f33] type 00 class 0x110100 conventional PCI endpoint
[ 19.311561] pci 0000:3f:09.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.312457] pci 0000:3f:09.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.313637] pci 0000:3f:09.6: [8086:2f96] type 00 class 0x088000 conventional PCI endpoint
[ 19.314561] pci 0000:3f:09.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.315458] pci 0000:3f:09.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.316643] pci 0000:3f:0a.0: [8086:2f40] type 00 class 0x088000 conventional PCI endpoint
[ 19.317562] pci 0000:3f:0a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.318457] pci 0000:3f:0a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.319634] pci 0000:3f:0a.2: [8086:2f3a] type 00 class 0x110100 conventional PCI endpoint
[ 19.320562] pci 0000:3f:0a.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.321457] pci 0000:3f:0a.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.322638] pci 0000:3f:0a.6: [8086:2f46] type 00 class 0x088000 conventional PCI endpoint
[ 19.323561] pci 0000:3f:0a.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.324457] pci 0000:3f:0a.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.325669] pci 0000:3f:0a.7: [8086:2f47] type 00 class 0x088000 conventional PCI endpoint
[ 19.326561] pci 0000:3f:0a.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.327457] pci 0000:3f:0a.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.328647] pci 0000:3f:0b.0: [8086:2f81] type 00 class 0x088000 conventional PCI endpoint
[ 19.329561] pci 0000:3f:0b.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.330458] pci 0000:3f:0b.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.331635] pci 0000:3f:0b.1: [8086:2f36] type 00 class 0x110100 conventional PCI endpoint
[ 19.332565] pci 0000:3f:0b.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.333457] pci 0000:3f:0b.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.334630] pci 0000:3f:0b.2: [8086:2f37] type 00 class 0x110100 conventional PCI endpoint
[ 19.335560] pci 0000:3f:0b.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.336457] pci 0000:3f:0b.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.337634] pci 0000:3f:0b.4: [8086:2f41] type 00 class 0x088000 conventional PCI endpoint
[ 19.338562] pci 0000:3f:0b.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.339457] pci 0000:3f:0b.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.340633] pci 0000:3f:0b.5: [8086:2f3e] type 00 class 0x110100 conventional PCI endpoint
[ 19.341563] pci 0000:3f:0b.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.342458] pci 0000:3f:0b.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.343634] pci 0000:3f:0b.6: [8086:2f3f] type 00 class 0x110100 conventional PCI endpoint
[ 19.344561] pci 0000:3f:0b.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.345458] pci 0000:3f:0b.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.346643] pci 0000:3f:0c.0: [8086:2fe0] type 00 class 0x088000 conventional PCI endpoint
[ 19.347561] pci 0000:3f:0c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.348457] pci 0000:3f:0c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.349628] pci 0000:3f:0c.1: [8086:2fe1] type 00 class 0x088000 conventional PCI endpoint
[ 19.350561] pci 0000:3f:0c.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.351457] pci 0000:3f:0c.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.352632] pci 0000:3f:0c.2: [8086:2fe2] type 00 class 0x088000 conventional PCI endpoint
[ 19.353560] pci 0000:3f:0c.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.354458] pci 0000:3f:0c.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.355637] pci 0000:3f:0c.3: [8086:2fe3] type 00 class 0x088000 conventional PCI endpoint
[ 19.357560] pci 0000:3f:0c.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.358457] pci 0000:3f:0c.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.359629] pci 0000:3f:0c.4: [8086:2fe4] type 00 class 0x088000 conventional PCI endpoint
[ 19.360559] pci 0000:3f:0c.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.361457] pci 0000:3f:0c.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.362634] pci 0000:3f:0c.5: [8086:2fe5] type 00 class 0x088000 conventional PCI endpoint
[ 19.363561] pci 0000:3f:0c.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.364457] pci 0000:3f:0c.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.365629] pci 0000:3f:0c.6: [8086:2fe6] type 00 class 0x088000 conventional PCI endpoint
[ 19.366559] pci 0000:3f:0c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.367457] pci 0000:3f:0c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.368632] pci 0000:3f:0c.7: [8086:2fe7] type 00 class 0x088000 conventional PCI endpoint
[ 19.369560] pci 0000:3f:0c.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.370457] pci 0000:3f:0c.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.371629] pci 0000:3f:0d.0: [8086:2fe8] type 00 class 0x088000 conventional PCI endpoint
[ 19.372560] pci 0000:3f:0d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.373457] pci 0000:3f:0d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.374631] pci 0000:3f:0d.1: [8086:2fe9] type 00 class 0x088000 conventional PCI endpoint
[ 19.375561] pci 0000:3f:0d.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.376457] pci 0000:3f:0d.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.377634] pci 0000:3f:0d.2: [8086:2fea] type 00 class 0x088000 conventional PCI endpoint
[ 19.378560] pci 0000:3f:0d.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.379457] pci 0000:3f:0d.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.380632] pci 0000:3f:0d.3: [8086:2feb] type 00 class 0x088000 conventional PCI endpoint
[ 19.381560] pci 0000:3f:0d.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.382457] pci 0000:3f:0d.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.383633] pci 0000:3f:0d.4: [8086:2fec] type 00 class 0x088000 conventional PCI endpoint
[ 19.384561] pci 0000:3f:0d.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.385458] pci 0000:3f:0d.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.386629] pci 0000:3f:0d.5: [8086:2fed] type 00 class 0x088000 conventional PCI endpoint
[ 19.387580] pci 0000:3f:0d.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.388457] pci 0000:3f:0d.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.389640] pci 0000:3f:0d.6: [8086:2fee] type 00 class 0x088000 conventional PCI endpoint
[ 19.390560] pci 0000:3f:0d.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.391457] pci 0000:3f:0d.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.392640] pci 0000:3f:0d.7: [8086:2fef] type 00 class 0x088000 conventional PCI endpoint
[ 19.393561] pci 0000:3f:0d.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.394458] pci 0000:3f:0d.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.395631] pci 0000:3f:0e.0: [8086:2ff0] type 00 class 0x088000 conventional PCI endpoint
[ 19.396561] pci 0000:3f:0e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.397457] pci 0000:3f:0e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.398632] pci 0000:3f:0e.1: [8086:2ff1] type 00 class 0x088000 conventional PCI endpoint
[ 19.399561] pci 0000:3f:0e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.400457] pci 0000:3f:0e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.401643] pci 0000:3f:0f.0: [8086:2ff8] type 00 class 0x088000 conventional PCI endpoint
[ 19.402558] pci 0000:3f:0f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.403457] pci 0000:3f:0f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.404635] pci 0000:3f:0f.1: [8086:2ff9] type 00 class 0x088000 conventional PCI endpoint
[ 19.405561] pci 0000:3f:0f.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.406457] pci 0000:3f:0f.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.407628] pci 0000:3f:0f.2: [8086:2ffa] type 00 class 0x088000 conventional PCI endpoint
[ 19.408560] pci 0000:3f:0f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.409462] pci 0000:3f:0f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.410634] pci 0000:3f:0f.3: [8086:2ffb] type 00 class 0x088000 conventional PCI endpoint
[ 19.411562] pci 0000:3f:0f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.412457] pci 0000:3f:0f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.413634] pci 0000:3f:0f.4: [8086:2ffc] type 00 class 0x088000 conventional PCI endpoint
[ 19.414563] pci 0000:3f:0f.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.415457] pci 0000:3f:0f.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.416628] pci 0000:3f:0f.5: [8086:2ffd] type 00 class 0x088000 conventional PCI endpoint
[ 19.417562] pci 0000:3f:0f.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.418459] pci 0000:3f:0f.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.419634] pci 0000:3f:0f.6: [8086:2ffe] type 00 class 0x088000 conventional PCI endpoint
[ 19.420562] pci 0000:3f:0f.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.421458] pci 0000:3f:0f.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.422638] pci 0000:3f:10.0: [8086:2f1d] type 00 class 0x088000 conventional PCI endpoint
[ 19.423559] pci 0000:3f:10.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.424458] pci 0000:3f:10.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.425642] pci 0000:3f:10.1: [8086:2f34] type 00 class 0x110100 conventional PCI endpoint
[ 19.426561] pci 0000:3f:10.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.427457] pci 0000:3f:10.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.428643] pci 0000:3f:10.5: [8086:2f1e] type 00 class 0x088000 conventional PCI endpoint
[ 19.429560] pci 0000:3f:10.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.430457] pci 0000:3f:10.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.431631] pci 0000:3f:10.6: [8086:2f7d] type 00 class 0x110100 conventional PCI endpoint
[ 19.432559] pci 0000:3f:10.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.433457] pci 0000:3f:10.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.434639] pci 0000:3f:10.7: [8086:2f1f] type 00 class 0x088000 conventional PCI endpoint
[ 19.435559] pci 0000:3f:10.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.436457] pci 0000:3f:10.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.437798] pci 0000:3f:12.0: [8086:2fa0] type 00 class 0x088000 conventional PCI endpoint
[ 19.438565] pci 0000:3f:12.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.439457] pci 0000:3f:12.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.440631] pci 0000:3f:12.1: [8086:2f30] type 00 class 0x110100 conventional PCI endpoint
[ 19.441564] pci 0000:3f:12.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.442457] pci 0000:3f:12.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.443634] pci 0000:3f:12.2: [8086:2f70] type 00 class 0x088000 conventional PCI endpoint
[ 19.444563] pci 0000:3f:12.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.445457] pci 0000:3f:12.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.446632] pci 0000:3f:12.4: [8086:2f60] type 00 class 0x088000 conventional PCI endpoint
[ 19.448565] pci 0000:3f:12.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.449457] pci 0000:3f:12.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.450633] pci 0000:3f:12.5: [8086:2f38] type 00 class 0x110100 conventional PCI endpoint
[ 19.451565] pci 0000:3f:12.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.452457] pci 0000:3f:12.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.453637] pci 0000:3f:12.6: [8086:2f78] type 00 class 0x088000 conventional PCI endpoint
[ 19.454564] pci 0000:3f:12.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.455457] pci 0000:3f:12.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.456654] pci 0000:3f:13.0: [8086:2fa8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.457579] pci 0000:3f:13.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.458457] pci 0000:3f:13.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.459735] pci 0000:3f:13.1: [8086:2f71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.460573] pci 0000:3f:13.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.461457] pci 0000:3f:13.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.462684] pci 0000:3f:13.2: [8086:2faa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.463572] pci 0000:3f:13.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.464458] pci 0000:3f:13.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.465688] pci 0000:3f:13.3: [8086:2fab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.466572] pci 0000:3f:13.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.467470] pci 0000:3f:13.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.468939] pci 0000:3f:13.4: [8086:2fac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.469575] pci 0000:3f:13.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.470458] pci 0000:3f:13.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.471684] pci 0000:3f:13.5: [8086:2fad] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.472577] pci 0000:3f:13.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.473457] pci 0000:3f:13.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.474683] pci 0000:3f:13.6: [8086:2fae] type 00 class 0x088000 conventional PCI endpoint
[ 19.475562] pci 0000:3f:13.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.476457] pci 0000:3f:13.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.477638] pci 0000:3f:13.7: [8086:2faf] type 00 class 0x088000 conventional PCI endpoint
[ 19.478563] pci 0000:3f:13.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.479457] pci 0000:3f:13.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.480640] pci 0000:3f:14.0: [8086:2fb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.481572] pci 0000:3f:14.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.482457] pci 0000:3f:14.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.483688] pci 0000:3f:14.1: [8086:2fb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.484572] pci 0000:3f:14.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.485457] pci 0000:3f:14.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.486687] pci 0000:3f:14.2: [8086:2fb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.487573] pci 0000:3f:14.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.488457] pci 0000:3f:14.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.489708] pci 0000:3f:14.3: [8086:2fb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.490592] pci 0000:3f:14.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.491457] pci 0000:3f:14.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.492678] pci 0000:3f:14.4: [8086:2fbc] type 00 class 0x088000 conventional PCI endpoint
[ 19.493562] pci 0000:3f:14.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.494457] pci 0000:3f:14.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.495632] pci 0000:3f:14.5: [8086:2fbd] type 00 class 0x088000 conventional PCI endpoint
[ 19.496562] pci 0000:3f:14.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.497457] pci 0000:3f:14.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.498635] pci 0000:3f:14.6: [8086:2fbe] type 00 class 0x088000 conventional PCI endpoint
[ 19.499563] pci 0000:3f:14.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.500457] pci 0000:3f:14.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.501638] pci 0000:3f:14.7: [8086:2fbf] type 00 class 0x088000 conventional PCI endpoint
[ 19.502562] pci 0000:3f:14.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.503457] pci 0000:3f:14.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.504643] pci 0000:3f:15.0: [8086:2fb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.505573] pci 0000:3f:15.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.506457] pci 0000:3f:15.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.507686] pci 0000:3f:15.1: [8086:2fb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.508573] pci 0000:3f:15.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.509457] pci 0000:3f:15.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.510684] pci 0000:3f:15.2: [8086:2fb6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.511571] pci 0000:3f:15.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.512457] pci 0000:3f:15.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.513687] pci 0000:3f:15.3: [8086:2fb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.514572] pci 0000:3f:15.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.515458] pci 0000:3f:15.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.516733] pci 0000:3f:16.0: [8086:2f68] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.517580] pci 0000:3f:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.518458] pci 0000:3f:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.519735] pci 0000:3f:16.1: [8086:2f79] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.520573] pci 0000:3f:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.521457] pci 0000:3f:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.522688] pci 0000:3f:16.2: [8086:2f6a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.523573] pci 0000:3f:16.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.524457] pci 0000:3f:16.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.525690] pci 0000:3f:16.3: [8086:2f6b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.526574] pci 0000:3f:16.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.527457] pci 0000:3f:16.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.528686] pci 0000:3f:16.4: [8086:2f6c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.529573] pci 0000:3f:16.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.530457] pci 0000:3f:16.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.531690] pci 0000:3f:16.5: [8086:2f6d] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.532573] pci 0000:3f:16.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.533457] pci 0000:3f:16.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.534680] pci 0000:3f:16.6: [8086:2f6e] type 00 class 0x088000 conventional PCI endpoint
[ 19.535569] pci 0000:3f:16.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.536457] pci 0000:3f:16.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.537634] pci 0000:3f:16.7: [8086:2f6f] type 00 class 0x088000 conventional PCI endpoint
[ 19.539562] pci 0000:3f:16.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.540457] pci 0000:3f:16.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.541655] pci 0000:3f:17.0: [8086:2fd0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.542580] pci 0000:3f:17.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.543458] pci 0000:3f:17.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.544731] pci 0000:3f:17.1: [8086:2fd1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.545574] pci 0000:3f:17.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.546457] pci 0000:3f:17.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.547688] pci 0000:3f:17.2: [8086:2fd2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.548573] pci 0000:3f:17.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.549457] pci 0000:3f:17.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.550691] pci 0000:3f:17.3: [8086:2fd3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.551573] pci 0000:3f:17.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.552458] pci 0000:3f:17.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.553680] pci 0000:3f:17.4: [8086:2fb8] type 00 class 0x088000 conventional PCI endpoint
[ 19.554563] pci 0000:3f:17.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.555458] pci 0000:3f:17.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.556636] pci 0000:3f:17.5: [8086:2fb9] type 00 class 0x088000 conventional PCI endpoint
[ 19.557563] pci 0000:3f:17.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.558457] pci 0000:3f:17.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.559636] pci 0000:3f:17.6: [8086:2fba] type 00 class 0x088000 conventional PCI endpoint
[ 19.560562] pci 0000:3f:17.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.561457] pci 0000:3f:17.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.562633] pci 0000:3f:17.7: [8086:2fbb] type 00 class 0x088000 conventional PCI endpoint
[ 19.563562] pci 0000:3f:17.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.564457] pci 0000:3f:17.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.565650] pci 0000:3f:18.0: [8086:2fd4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.566575] pci 0000:3f:18.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.567457] pci 0000:3f:18.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.568685] pci 0000:3f:18.1: [8086:2fd5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.569573] pci 0000:3f:18.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.570457] pci 0000:3f:18.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.571692] pci 0000:3f:18.2: [8086:2fd6] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.572575] pci 0000:3f:18.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.573457] pci 0000:3f:18.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.574696] pci 0000:3f:18.3: [8086:2fd7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.575575] pci 0000:3f:18.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.576457] pci 0000:3f:18.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.577734] pci 0000:3f:1e.0: [8086:2f98] type 00 class 0x088000 conventional PCI endpoint
[ 19.578560] pci 0000:3f:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.579459] pci 0000:3f:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.580638] pci 0000:3f:1e.1: [8086:2f99] type 00 class 0x088000 conventional PCI endpoint
[ 19.581560] pci 0000:3f:1e.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.582457] pci 0000:3f:1e.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.583636] pci 0000:3f:1e.2: [8086:2f9a] type 00 class 0x088000 conventional PCI endpoint
[ 19.584561] pci 0000:3f:1e.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.585458] pci 0000:3f:1e.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.586633] pci 0000:3f:1e.3: calling quirk_intel_brickland_xeon_ras_cap+0x0/0x60 @ 1
[ 19.587459] pci 0000:3f:1e.3: quirk_intel_brickland_xeon_ras_cap+0x0/0x60 took 0 usecs
[ 19.588457] pci 0000:3f:1e.3: calling pci_invalid_bar+0x0/0x20 @ 1
[ 19.589457] pci 0000:3f:1e.3: pci_invalid_bar+0x0/0x20 took 0 usecs
[ 19.590457] pci 0000:3f:1e.3: [8086:2fc0] type 00 class 0x088000 conventional PCI endpoint
[ 19.591486] pci 0000:3f:1e.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.592457] pci 0000:3f:1e.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.593636] pci 0000:3f:1e.4: [8086:2f9c] type 00 class 0x088000 conventional PCI endpoint
[ 19.594560] pci 0000:3f:1e.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.595457] pci 0000:3f:1e.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.596652] pci 0000:3f:1f.0: [8086:2f88] type 00 class 0x088000 conventional PCI endpoint
[ 19.597559] pci 0000:3f:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.598462] pci 0000:3f:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.599651] pci 0000:3f:1f.2: [8086:2f8a] type 00 class 0x088000 conventional PCI endpoint
[ 19.600560] pci 0000:3f:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.601457] pci 0000:3f:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.645849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 19.646466] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 19.648282] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 19.649989] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 19.650457] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 19.652676] PCI host bridge to bus 0000:00
[ 19.653460] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 19.654457] pci_bus 0000:00: root bus resource [io 0x1000-0x7fff window]
[ 19.655457] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 19.656457] pci_bus 0000:00: root bus resource [mem 0x90000000-0xabffbfff window]
[ 19.657457] pci_bus 0000:00: root bus resource [mem 0xd0000000000-0xdffffffffff window]
[ 19.658457] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 19.659787] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x20 @ 1
[ 19.660458] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x20 took 0 usecs
[ 19.661464] pci 0000:00:00.0: [8086:2f00] type 00 class 0x060000 PCIe Root Port
[ 19.662579] pci 0000:00:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.663457] pci 0000:00:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.664988] pci 0000:00:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.665458] pci 0000:00:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.666457] pci 0000:00:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 19.667528] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 19.668461] pci 0000:00:02.0: bridge window [io 0x5000-0x5fff]
[ 19.669459] pci 0000:00:02.0: bridge window [mem 0x93000000-0x932fffff]
[ 19.670473] pci 0000:00:02.0: bridge window [mem 0x91a00000-0x91dfffff 64bit pref]
[ 19.671505] pci 0000:00:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.672457] pci 0000:00:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.673457] pci 0000:00:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.674457] pci 0000:00:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.675534] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 19.677084] pci 0000:00:02.2: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.677458] pci 0000:00:02.2: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.678457] pci 0000:00:02.2: [8086:2f06] type 01 class 0x060400 PCIe Root Port
[ 19.679528] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 19.680460] pci 0000:00:02.2: bridge window [io 0x4000-0x4fff]
[ 19.681459] pci 0000:00:02.2: bridge window [mem 0x92d00000-0x92ffffff]
[ 19.682473] pci 0000:00:02.2: bridge window [mem 0x91e00000-0x921fffff 64bit pref]
[ 19.683505] pci 0000:00:02.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.684457] pci 0000:00:02.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.686457] pci 0000:00:02.2: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.687457] pci 0000:00:02.2: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.688534] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 19.691277] pci 0000:00:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.691458] pci 0000:00:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.692457] pci 0000:00:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 19.693528] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 19.694461] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff]
[ 19.695459] pci 0000:00:03.0: bridge window [mem 0x92a00000-0x92cfffff]
[ 19.696473] pci 0000:00:03.0: bridge window [mem 0x92200000-0x925fffff 64bit pref]
[ 19.697507] pci 0000:00:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.698457] pci 0000:00:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.699457] pci 0000:00:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.700457] pci 0000:00:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.701535] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 19.704514] pci 0000:00:03.2: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.705458] pci 0000:00:03.2: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.706457] pci 0000:00:03.2: [8086:2f0a] type 01 class 0x060400 PCIe Root Port
[ 19.707528] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 19.708460] pci 0000:00:03.2: bridge window [io 0x2000-0x2fff]
[ 19.709459] pci 0000:00:03.2: bridge window [mem 0x92800000-0x929fffff]
[ 19.710520] pci 0000:00:03.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.711457] pci 0000:00:03.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.712457] pci 0000:00:03.2: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.713457] pci 0000:00:03.2: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.714535] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 19.716038] pci 0000:00:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.716581] pci 0000:00:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.717458] pci 0000:00:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.718737] pci 0000:00:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.719582] pci 0000:00:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.720457] pci 0000:00:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.721911] pci 0000:00:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.722578] pci 0000:00:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.723458] pci 0000:00:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.724710] pci 0000:00:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 19.725488] pci 0000:00:05.4: BAR 0 [mem 0x93305000-0x93305fff]
[ 19.726599] pci 0000:00:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.727457] pci 0000:00:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.728716] pci 0000:00:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 19.729578] pci 0000:00:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.730457] pci 0000:00:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.731703] pci 0000:00:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.732580] pci 0000:00:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.733457] pci 0000:00:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.734702] pci 0000:00:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.735578] pci 0000:00:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.736457] pci 0000:00:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.737717] pci 0000:00:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.738579] pci 0000:00:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.739459] pci 0000:00:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.740698] pci 0000:00:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.741579] pci 0000:00:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.742457] pci 0000:00:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.743694] pci 0000:00:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.744578] pci 0000:00:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.745457] pci 0000:00:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.746697] pci 0000:00:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.747579] pci 0000:00:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.748457] pci 0000:00:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.749701] pci 0000:00:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.750579] pci 0000:00:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.751457] pci 0000:00:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.752693] pci 0000:00:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.753578] pci 0000:00:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.754457] pci 0000:00:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.755696] pci 0000:00:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.756579] pci 0000:00:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.757458] pci 0000:00:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.758696] pci 0000:00:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.759579] pci 0000:00:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.760457] pci 0000:00:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.761693] pci 0000:00:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 19.762578] pci 0000:00:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.763458] pci 0000:00:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.764732] pci 0000:00:11.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.765458] pci 0000:00:11.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.766457] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 PCIe Root Port
[ 19.767546] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 19.768534] pci 0000:00:11.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.769457] pci 0000:00:11.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.770457] pci 0000:00:11.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.771457] pci 0000:00:11.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.772536] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[ 19.773785] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000 conventional PCI endpoint
[ 19.774505] pci 0000:00:16.0: BAR 0 [mem 0x93304000-0x9330400f 64bit]
[ 19.775585] pci 0000:00:16.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.776457] pci 0000:00:16.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.777501] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 19.778886] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000 conventional PCI endpoint
[ 19.779505] pci 0000:00:16.1: BAR 0 [mem 0x93303000-0x9330300f 64bit]
[ 19.780586] pci 0000:00:16.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.781457] pci 0000:00:16.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.782501] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 19.783891] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 19.784497] pci 0000:00:1a.0: BAR 0 [mem 0x93302000-0x933023ff]
[ 19.785615] pci 0000:00:1a.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.786458] pci 0000:00:1a.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.787517] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 19.788941] pci 0000:00:1c.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.789458] pci 0000:00:1c.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.790457] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400 PCIe Root Port
[ 19.791542] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 19.792466] pci 0000:00:1c.0: bridge window [mem 0x92600000-0x927fffff]
[ 19.794522] pci 0000:00:1c.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.795458] pci 0000:00:1c.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.796457] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.797457] pci 0000:00:1c.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.798524] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 19.799510] pci 0000:00:1c.0: Enabling MPC IRBNCE
[ 19.800461] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ 19.801991] pci 0000:00:1c.6: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.802458] pci 0000:00:1c.6: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.803457] pci 0000:00:1c.6: [8086:1d1c] type 01 class 0x060400 PCIe Root Port
[ 19.804542] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 19.805466] pci 0000:00:1c.6: bridge window [mem 0x91000000-0x919fffff]
[ 19.806478] pci 0000:00:1c.6: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 19.807501] pci 0000:00:1c.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.808457] pci 0000:00:1c.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.809457] pci 0000:00:1c.6: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.810457] pci 0000:00:1c.6: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.811524] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 19.812507] pci 0000:00:1c.6: Enabling MPC IRBNCE
[ 19.813461] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[ 19.814969] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 conventional PCI endpoint
[ 19.815497] pci 0000:00:1d.0: BAR 0 [mem 0x93301000-0x933013ff]
[ 19.816616] pci 0000:00:1d.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.817457] pci 0000:00:1d.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.818512] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 19.819944] pci 0000:00:1e.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 19.820458] pci 0000:00:1e.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 19.821457] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
[ 19.822537] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode)
[ 19.823509] pci 0000:00:1e.0: calling quirk_use_pcie_bridge_dma_alias+0x0/0x50 @ 1
[ 19.824457] pci 0000:00:1e.0: quirk_use_pcie_bridge_dma_alias+0x0/0x50 took 0 usecs
[ 19.825457] pci 0000:00:1e.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.826458] pci 0000:00:1e.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.827457] pci 0000:00:1e.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 19.828457] pci 0000:00:1e.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 19.829704] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 conventional PCI endpoint
[ 19.830666] pci 0000:00:1f.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.831457] pci 0000:00:1f.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.833110] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601 conventional PCI endpoint
[ 19.833495] pci 0000:00:1f.2: BAR 0 [io 0x6048-0x604f]
[ 19.834479] pci 0000:00:1f.2: BAR 1 [io 0x6054-0x6057]
[ 19.835479] pci 0000:00:1f.2: BAR 2 [io 0x6040-0x6047]
[ 19.836479] pci 0000:00:1f.2: BAR 3 [io 0x6050-0x6053]
[ 19.837479] pci 0000:00:1f.2: BAR 4 [io 0x6020-0x603f]
[ 19.838479] pci 0000:00:1f.2: BAR 5 [mem 0x93300000-0x933007ff]
[ 19.839498] pci 0000:00:1f.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.840457] pci 0000:00:1f.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.841516] pci 0000:00:1f.2: PME# supported from D3hot
[ 19.842692] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500 conventional PCI endpoint
[ 19.843506] pci 0000:00:1f.3: BAR 0 [mem 0xdfffff01000-0xdfffff010ff 64bit]
[ 19.844522] pci 0000:00:1f.3: BAR 4 [io 0x6000-0x601f]
[ 19.845520] pci 0000:00:1f.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.846457] pci 0000:00:1f.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.847788] pci 0000:01:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.848458] pci 0000:01:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.849458] pci 0000:01:00.0: [8086:10fb] type 00 class 0x020000 PCIe Endpoint
[ 19.850507] pci 0000:01:00.0: BAR 0 [mem 0x93100000-0x931fffff 64bit]
[ 19.851477] pci 0000:01:00.0: BAR 2 [io 0x5020-0x503f]
[ 19.852507] pci 0000:01:00.0: BAR 4 [mem 0x93204000-0x93207fff 64bit]
[ 19.853477] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.854820] pci 0000:01:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.855458] pci 0000:01:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.856525] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 19.857513] pci 0000:01:00.0: VF BAR 0 [mem 0x91c00000-0x91c03fff 64bit pref]
[ 19.858457] pci 0000:01:00.0: VF BAR 0 [mem 0x91c00000-0x91cfffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.859490] pci 0000:01:00.0: VF BAR 3 [mem 0x91d00000-0x91d03fff 64bit pref]
[ 19.860457] pci 0000:01:00.0: VF BAR 3 [mem 0x91d00000-0x91dfffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.863407] pci 0000:01:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.864459] pci 0000:01:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.865457] pci 0000:01:00.1: [8086:10fb] type 00 class 0x020000 PCIe Endpoint
[ 19.866501] pci 0000:01:00.1: BAR 0 [mem 0x93000000-0x930fffff 64bit]
[ 19.867477] pci 0000:01:00.1: BAR 2 [io 0x5000-0x501f]
[ 19.868507] pci 0000:01:00.1: BAR 4 [mem 0x93200000-0x93203fff 64bit]
[ 19.869477] pci 0000:01:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.870811] pci 0000:01:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.871458] pci 0000:01:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.872524] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[ 19.873506] pci 0000:01:00.1: VF BAR 0 [mem 0x91a00000-0x91a03fff 64bit pref]
[ 19.874457] pci 0000:01:00.1: VF BAR 0 [mem 0x91a00000-0x91afffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.875489] pci 0000:01:00.1: VF BAR 3 [mem 0x91b00000-0x91b03fff 64bit pref]
[ 19.876457] pci 0000:01:00.1: VF BAR 3 [mem 0x91b00000-0x91bfffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.879351] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 19.880616] pci 0000:0d:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.881458] pci 0000:0d:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.882457] pci 0000:0d:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 19.883501] pci 0000:0d:00.0: BAR 0 [mem 0x92e00000-0x92efffff 64bit]
[ 19.884477] pci 0000:0d:00.0: BAR 2 [io 0x4020-0x403f]
[ 19.885507] pci 0000:0d:00.0: BAR 4 [mem 0x92f04000-0x92f07fff 64bit]
[ 19.886477] pci 0000:0d:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.887812] pci 0000:0d:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.888458] pci 0000:0d:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.889524] pci 0000:0d:00.0: PME# supported from D0 D3hot
[ 19.890513] pci 0000:0d:00.0: VF BAR 0 [mem 0x92000000-0x92003fff 64bit pref]
[ 19.891458] pci 0000:0d:00.0: VF BAR 0 [mem 0x92000000-0x920fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.892489] pci 0000:0d:00.0: VF BAR 3 [mem 0x92100000-0x92103fff 64bit pref]
[ 19.893457] pci 0000:0d:00.0: VF BAR 3 [mem 0x92100000-0x921fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.895012] pci 0000:0d:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.895459] pci 0000:0d:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.896457] pci 0000:0d:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 19.897501] pci 0000:0d:00.1: BAR 0 [mem 0x92d00000-0x92dfffff 64bit]
[ 19.898477] pci 0000:0d:00.1: BAR 2 [io 0x4000-0x401f]
[ 19.899508] pci 0000:0d:00.1: BAR 4 [mem 0x92f00000-0x92f03fff 64bit]
[ 19.900477] pci 0000:0d:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.901808] pci 0000:0d:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.902458] pci 0000:0d:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.903524] pci 0000:0d:00.1: PME# supported from D0 D3hot
[ 19.904503] pci 0000:0d:00.1: VF BAR 0 [mem 0x91e00000-0x91e03fff 64bit pref]
[ 19.905457] pci 0000:0d:00.1: VF BAR 0 [mem 0x91e00000-0x91efffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.906490] pci 0000:0d:00.1: VF BAR 3 [mem 0x91f00000-0x91f03fff 64bit pref]
[ 19.907457] pci 0000:0d:00.1: VF BAR 3 [mem 0x91f00000-0x91ffffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.909005] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 19.909616] pci 0000:0b:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.910458] pci 0000:0b:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.911457] pci 0000:0b:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 19.912501] pci 0000:0b:00.0: BAR 0 [mem 0x92b00000-0x92bfffff 64bit]
[ 19.913482] pci 0000:0b:00.0: BAR 2 [io 0x3020-0x303f]
[ 19.914507] pci 0000:0b:00.0: BAR 4 [mem 0x92c04000-0x92c07fff 64bit]
[ 19.915477] pci 0000:0b:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.916813] pci 0000:0b:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.917458] pci 0000:0b:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.918524] pci 0000:0b:00.0: PME# supported from D0 D3hot
[ 19.919514] pci 0000:0b:00.0: VF BAR 0 [mem 0x92400000-0x92403fff 64bit pref]
[ 19.920457] pci 0000:0b:00.0: VF BAR 0 [mem 0x92400000-0x924fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.921490] pci 0000:0b:00.0: VF BAR 3 [mem 0x92500000-0x92503fff 64bit pref]
[ 19.922457] pci 0000:0b:00.0: VF BAR 3 [mem 0x92500000-0x925fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.924199] pci 0000:0b:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.925459] pci 0000:0b:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.926457] pci 0000:0b:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 19.927501] pci 0000:0b:00.1: BAR 0 [mem 0x92a00000-0x92afffff 64bit]
[ 19.928477] pci 0000:0b:00.1: BAR 2 [io 0x3000-0x301f]
[ 19.929507] pci 0000:0b:00.1: BAR 4 [mem 0x92c00000-0x92c03fff 64bit]
[ 19.930477] pci 0000:0b:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.931808] pci 0000:0b:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.932458] pci 0000:0b:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.933524] pci 0000:0b:00.1: PME# supported from D0 D3hot
[ 19.934503] pci 0000:0b:00.1: VF BAR 0 [mem 0x92200000-0x92203fff 64bit pref]
[ 19.935457] pci 0000:0b:00.1: VF BAR 0 [mem 0x92200000-0x922fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 19.936489] pci 0000:0b:00.1: VF BAR 3 [mem 0x92300000-0x92303fff 64bit pref]
[ 19.937457] pci 0000:0b:00.1: VF BAR 3 [mem 0x92300000-0x923fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 19.939020] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 19.939608] pci 0000:04:00.0: [1000:005f] type 00 class 0x010400 PCIe Endpoint
[ 19.940489] pci 0000:04:00.0: BAR 0 [io 0x2000-0x20ff]
[ 19.941486] pci 0000:04:00.0: BAR 1 [mem 0x92900000-0x9290ffff 64bit]
[ 19.942486] pci 0000:04:00.0: BAR 3 [mem 0x92800000-0x928fffff 64bit]
[ 19.943496] pci 0000:04:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[ 19.944815] pci 0000:04:00.0: calling quirk_blacklist_vpd+0x0/0x30 @ 1
[ 19.945457] pci 0000:04:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[ 19.946457] pci 0000:04:00.0: quirk_blacklist_vpd+0x0/0x30 took 976 usecs
[ 19.947522] pci 0000:04:00.0: supports D1 D2
[ 19.948734] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 19.949598] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 19.950671] pci 0000:03:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.951458] pci 0000:03:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.952457] pci 0000:03:00.0: [8086:1521] type 00 class 0x020000 PCIe Endpoint
[ 19.953505] pci 0000:03:00.0: BAR 0 [mem 0x92680000-0x926fffff]
[ 19.954539] pci 0000:03:00.0: BAR 3 [mem 0x92704000-0x92707fff]
[ 19.955540] pci 0000:03:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.956534] pci 0000:03:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.957457] pci 0000:03:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.958595] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 19.959573] pci 0000:03:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
[ 19.962194] pci 0000:03:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 19.962459] pci 0000:03:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 19.963458] pci 0000:03:00.1: [8086:1521] type 00 class 0x020000 PCIe Endpoint
[ 19.964505] pci 0000:03:00.1: BAR 0 [mem 0x92600000-0x9267ffff]
[ 19.965539] pci 0000:03:00.1: BAR 3 [mem 0x92700000-0x92703fff]
[ 19.966540] pci 0000:03:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 19.967528] pci 0000:03:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 19.968457] pci 0000:03:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 19.969588] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[ 19.972265] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 19.973034] pci 0000:06:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Upstream Port
[ 19.974484] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 19.975672] pci 0000:06:00.0: bridge window [mem 0x91000000-0x919fffff]
[ 19.976765] pci 0000:06:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 19.979110] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 19.980818] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 19.982813] pci 0000:07:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port
[ 19.984673] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 19.985707] pci 0000:07:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 19.986803] pci 0000:07:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 19.989392] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 19.992140] pci 0000:07:01.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port
[ 19.993673] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 19.994708] pci 0000:07:01.0: bridge window [mem 0x91900000-0x919fffff]
[ 19.997963] pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
[ 20.001668] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 20.004166] pci 0000:08:00.0: [1912:0012] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 20.005670] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 20.006706] pci 0000:08:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 20.007804] pci 0000:08:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 20.011617] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 20.013849] pci_bus 0000:09: extended config space not accessible
[ 20.014744] pci 0000:09:00.0: [102b:0534] type 00 class 0x030000 conventional PCI endpoint
[ 20.015941] pci 0000:09:00.0: BAR 0 [mem 0x90000000-0x90ffffff pref]
[ 20.016715] pci 0000:09:00.0: BAR 1 [mem 0x91800000-0x91803fff]
[ 20.017717] pci 0000:09:00.0: BAR 2 [mem 0x91000000-0x917fffff]
[ 20.019591] pci 0000:09:00.0: calling screen_info_fixup_lfb+0x0/0x180 @ 1
[ 20.020458] pci 0000:09:00.0: screen_info_fixup_lfb+0x0/0x180 took 0 usecs
[ 20.021457] pci 0000:09:00.0: calling pci_fixup_video+0x0/0x120 @ 1
[ 20.022671] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 20.023457] pci 0000:09:00.0: pci_fixup_video+0x0/0x120 took 976 usecs
[ 20.027580] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 20.030116] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 20.031771] pci_bus 0000:0f: extended config space not accessible
[ 20.032603] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode)
[ 20.033471] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 20.034457] pci 0000:00:1e.0: bridge window [io 0x1000-0x7fff window] (subtractive decode)
[ 20.035457] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 20.036457] pci 0000:00:1e.0: bridge window [mem 0x90000000-0xabffbfff window] (subtractive decode)
[ 20.037457] pci 0000:00:1e.0: bridge window [mem 0xd0000000000-0xdffffffffff window] (subtractive decode)
[ 20.039930] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 20.040458] ACPI: PCI: Interrupt link LNKA disabled
[ 20.041882] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 20.042457] ACPI: PCI: Interrupt link LNKB disabled
[ 20.043878] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 20.044457] ACPI: PCI: Interrupt link LNKC disabled
[ 20.045883] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 20.046457] ACPI: PCI: Interrupt link LNKD disabled
[ 20.047885] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 20.048464] ACPI: PCI: Interrupt link LNKE disabled
[ 20.049876] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 20.050457] ACPI: PCI: Interrupt link LNKF disabled
[ 20.051875] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 20.052458] ACPI: PCI: Interrupt link LNKG disabled
[ 20.053876] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 20.054458] ACPI: PCI: Interrupt link LNKH disabled
[ 20.057344] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7e])
[ 20.058464] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 20.061347] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability LTR]
[ 20.062457] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 20.064204] PCI host bridge to bus 0000:40
[ 20.064458] pci_bus 0000:40: root bus resource [io 0x8000-0x9fff window]
[ 20.065457] pci_bus 0000:40: root bus resource [mem 0xac000000-0xc7ffbfff window]
[ 20.066457] pci_bus 0000:40: root bus resource [mem 0xe0000000000-0xe7fffffffff window]
[ 20.067457] pci_bus 0000:40: root bus resource [bus 40-7e]
[ 20.068787] pci 0000:40:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.069458] pci 0000:40:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.070457] pci 0000:40:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 20.071531] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 20.072533] pci 0000:40:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.073457] pci 0000:40:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.074457] pci 0000:40:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.075457] pci 0000:40:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.076542] pci 0000:40:02.0: PME# supported from D0 D3hot D3cold
[ 20.079293] pci 0000:40:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.079458] pci 0000:40:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.080457] pci 0000:40:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 20.081530] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 20.082461] pci 0000:40:03.0: bridge window [io 0x8000-0x8fff]
[ 20.083459] pci 0000:40:03.0: bridge window [mem 0xac400000-0xac6fffff]
[ 20.084474] pci 0000:40:03.0: bridge window [mem 0xac000000-0xac3fffff 64bit pref]
[ 20.085510] pci 0000:40:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.086457] pci 0000:40:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.087457] pci 0000:40:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.088457] pci 0000:40:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.089541] pci 0000:40:03.0: PME# supported from D0 D3hot D3cold
[ 20.093564] pci 0000:40:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.094585] pci 0000:40:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.095458] pci 0000:40:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.097734] pci 0000:40:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.098588] pci 0000:40:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.099457] pci 0000:40:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.100918] pci 0000:40:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.101584] pci 0000:40:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.102463] pci 0000:40:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.103705] pci 0000:40:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 20.104489] pci 0000:40:05.4: BAR 0 [mem 0xac700000-0xac700fff]
[ 20.105604] pci 0000:40:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.106457] pci 0000:40:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.107733] pci 0000:40:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 20.108583] pci 0000:40:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.109458] pci 0000:40:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.110700] pci 0000:40:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.111583] pci 0000:40:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.112457] pci 0000:40:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.113713] pci 0000:40:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.114584] pci 0000:40:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.115457] pci 0000:40:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.116701] pci 0000:40:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.117583] pci 0000:40:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.118458] pci 0000:40:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.119697] pci 0000:40:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.120583] pci 0000:40:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.121457] pci 0000:40:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.122696] pci 0000:40:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.123583] pci 0000:40:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.124457] pci 0000:40:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.125696] pci 0000:40:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.126583] pci 0000:40:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.127457] pci 0000:40:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.128696] pci 0000:40:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.129583] pci 0000:40:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.130457] pci 0000:40:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.131695] pci 0000:40:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.132584] pci 0000:40:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.133457] pci 0000:40:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.134699] pci 0000:40:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.135582] pci 0000:40:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.136457] pci 0000:40:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.137693] pci 0000:40:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.138583] pci 0000:40:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.139457] pci 0000:40:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.140696] pci 0000:40:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.141583] pci 0000:40:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.142457] pci 0000:40:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.143849] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 20.144617] pci 0000:41:00.0: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 20.145458] pci 0000:41:00.0: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 20.146457] pci 0000:41:00.0: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 20.147502] pci 0000:41:00.0: BAR 0 [mem 0xac500000-0xac5fffff 64bit]
[ 20.148478] pci 0000:41:00.0: BAR 2 [io 0x8020-0x803f]
[ 20.149509] pci 0000:41:00.0: BAR 4 [mem 0xac604000-0xac607fff 64bit]
[ 20.150478] pci 0000:41:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[ 20.151815] pci 0000:41:00.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.152457] pci 0000:41:00.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.153529] pci 0000:41:00.0: PME# supported from D0 D3hot
[ 20.154516] pci 0000:41:00.0: VF BAR 0 [mem 0xac200000-0xac203fff 64bit pref]
[ 20.155457] pci 0000:41:00.0: VF BAR 0 [mem 0xac200000-0xac2fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 20.156491] pci 0000:41:00.0: VF BAR 3 [mem 0xac300000-0xac303fff 64bit pref]
[ 20.157456] pci 0000:41:00.0: VF BAR 3 [mem 0xac300000-0xac3fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 20.159251] pci 0000:41:00.1: calling quirk_f0_vpd_link+0x0/0x70 @ 1
[ 20.159462] pci 0000:41:00.1: quirk_f0_vpd_link+0x0/0x70 took 0 usecs
[ 20.160457] pci 0000:41:00.1: [8086:154d] type 00 class 0x020000 PCIe Endpoint
[ 20.161503] pci 0000:41:00.1: BAR 0 [mem 0xac400000-0xac4fffff 64bit]
[ 20.162478] pci 0000:41:00.1: BAR 2 [io 0x8000-0x801f]
[ 20.163508] pci 0000:41:00.1: BAR 4 [mem 0xac600000-0xac603fff 64bit]
[ 20.164478] pci 0000:41:00.1: ROM [mem 0xfff80000-0xffffffff pref]
[ 20.165818] pci 0000:41:00.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.166458] pci 0000:41:00.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.167529] pci 0000:41:00.1: PME# supported from D0 D3hot
[ 20.168505] pci 0000:41:00.1: VF BAR 0 [mem 0xac000000-0xac003fff 64bit pref]
[ 20.169457] pci 0000:41:00.1: VF BAR 0 [mem 0xac000000-0xac0fffff 64bit pref]: contains BAR 0 for 64 VFs
[ 20.170491] pci 0000:41:00.1: VF BAR 3 [mem 0xac100000-0xac103fff 64bit pref]
[ 20.171456] pci 0000:41:00.1: VF BAR 3 [mem 0xac100000-0xac1fffff 64bit pref]: contains BAR 3 for 64 VFs
[ 20.173023] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 20.174161] ACPI: PCI Root Bridge [PCI2] (domain 0000 [bus 80-be])
[ 20.174465] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 20.177360] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability LTR]
[ 20.178457] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 20.180159] PCI host bridge to bus 0000:80
[ 20.180459] pci_bus 0000:80: root bus resource [io 0xa000-0xbfff window]
[ 20.181457] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xe3ffbfff window]
[ 20.182457] pci_bus 0000:80: root bus resource [mem 0xe8000000000-0xeffffffffff window]
[ 20.183457] pci_bus 0000:80: root bus resource [bus 80-be]
[ 20.184786] pci 0000:80:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.185458] pci 0000:80:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.186457] pci 0000:80:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 20.187530] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 20.188531] pci 0000:80:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.189458] pci 0000:80:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.190457] pci 0000:80:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.191457] pci 0000:80:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.192539] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[ 20.196585] pci 0000:80:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.197458] pci 0000:80:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.198457] pci 0000:80:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 20.199529] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 20.200533] pci 0000:80:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.201457] pci 0000:80:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.202457] pci 0000:80:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.203457] pci 0000:80:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.204539] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[ 20.207220] pci 0000:80:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.207583] pci 0000:80:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.208458] pci 0000:80:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.209738] pci 0000:80:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.211585] pci 0000:80:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.212459] pci 0000:80:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.213923] pci 0000:80:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.214585] pci 0000:80:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.215457] pci 0000:80:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.216698] pci 0000:80:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 20.217489] pci 0000:80:05.4: BAR 0 [mem 0xc8000000-0xc8000fff]
[ 20.218602] pci 0000:80:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.219457] pci 0000:80:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.220714] pci 0000:80:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 20.221582] pci 0000:80:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.222457] pci 0000:80:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.223709] pci 0000:80:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.224583] pci 0000:80:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.225458] pci 0000:80:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.226699] pci 0000:80:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.227582] pci 0000:80:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.228463] pci 0000:80:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.229698] pci 0000:80:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.230581] pci 0000:80:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.231457] pci 0000:80:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.232698] pci 0000:80:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.233581] pci 0000:80:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.234457] pci 0000:80:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.235691] pci 0000:80:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.236581] pci 0000:80:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.237458] pci 0000:80:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.238696] pci 0000:80:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.239581] pci 0000:80:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.240457] pci 0000:80:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.241697] pci 0000:80:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.242581] pci 0000:80:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.243457] pci 0000:80:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.244693] pci 0000:80:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.245581] pci 0000:80:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.246457] pci 0000:80:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.247696] pci 0000:80:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.248581] pci 0000:80:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.249457] pci 0000:80:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.250693] pci 0000:80:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.251581] pci 0000:80:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.252457] pci 0000:80:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.253698] pci 0000:80:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.254582] pci 0000:80:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.255457] pci 0000:80:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.256842] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 20.257589] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 20.259145] ACPI: PCI Root Bridge [PCI3] (domain 0000 [bus c0-fe])
[ 20.259465] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 20.262350] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability LTR]
[ 20.263457] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 20.265103] PCI host bridge to bus 0000:c0
[ 20.265459] pci_bus 0000:c0: root bus resource [io 0xc000-0xffff window]
[ 20.266457] pci_bus 0000:c0: root bus resource [mem 0xe4000000-0xfbffbfff window]
[ 20.267457] pci_bus 0000:c0: root bus resource [mem 0xf0000000000-0xfffffffffff window]
[ 20.268457] pci_bus 0000:c0: root bus resource [bus c0-fe]
[ 20.269786] pci 0000:c0:02.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.270458] pci 0000:c0:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.271457] pci 0000:c0:02.0: [8086:2f04] type 01 class 0x060400 PCIe Root Port
[ 20.272530] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 20.273532] pci 0000:c0:02.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.274457] pci 0000:c0:02.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.275457] pci 0000:c0:02.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.276457] pci 0000:c0:02.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.277541] pci 0000:c0:02.0: PME# supported from D0 D3hot D3cold
[ 20.280484] pci 0000:c0:03.0: calling quirk_no_aersid+0x0/0x10 @ 1
[ 20.281458] pci 0000:c0:03.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[ 20.282457] pci 0000:c0:03.0: [8086:2f08] type 01 class 0x060400 PCIe Root Port
[ 20.283530] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 20.284533] pci 0000:c0:03.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.285457] pci 0000:c0:03.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.286457] pci 0000:c0:03.0: calling pci_fixup_transparent_bridge+0x0/0x30 @ 1
[ 20.287457] pci 0000:c0:03.0: pci_fixup_transparent_bridge+0x0/0x30 took 0 usecs
[ 20.288540] pci 0000:c0:03.0: PME# supported from D0 D3hot D3cold
[ 20.291219] pci 0000:c0:05.0: [8086:2f28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.291590] pci 0000:c0:05.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.292458] pci 0000:c0:05.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.293737] pci 0000:c0:05.1: [8086:2f29] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.294587] pci 0000:c0:05.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.295457] pci 0000:c0:05.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.296918] pci 0000:c0:05.2: [8086:2f2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.297582] pci 0000:c0:05.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.298457] pci 0000:c0:05.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.299697] pci 0000:c0:05.4: [8086:2f2c] type 00 class 0x080020 PCIe Root Complex Integrated Endpoint
[ 20.300489] pci 0000:c0:05.4: BAR 0 [mem 0xe4000000-0xe4000fff]
[ 20.301603] pci 0000:c0:05.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.302457] pci 0000:c0:05.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.303713] pci 0000:c0:05.6: [8086:2f39] type 00 class 0x110100 PCIe Root Complex Integrated Endpoint
[ 20.304582] pci 0000:c0:05.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.305457] pci 0000:c0:05.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.306702] pci 0000:c0:06.0: [8086:2f10] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.307582] pci 0000:c0:06.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.308457] pci 0000:c0:06.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.309703] pci 0000:c0:06.3: [8086:2f13] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.310582] pci 0000:c0:06.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.311457] pci 0000:c0:06.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.312696] pci 0000:c0:06.4: [8086:2f14] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.313582] pci 0000:c0:06.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.315457] pci 0000:c0:06.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.316698] pci 0000:c0:06.5: [8086:2f15] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.317583] pci 0000:c0:06.5: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.318458] pci 0000:c0:06.5: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.319693] pci 0000:c0:06.6: [8086:2f16] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.320582] pci 0000:c0:06.6: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.321457] pci 0000:c0:06.6: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.322699] pci 0000:c0:06.7: [8086:2f17] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.323582] pci 0000:c0:06.7: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.324457] pci 0000:c0:06.7: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.325697] pci 0000:c0:07.0: [8086:2f18] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.326581] pci 0000:c0:07.0: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.327457] pci 0000:c0:07.0: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.328698] pci 0000:c0:07.1: [8086:2f19] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.329583] pci 0000:c0:07.1: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.330457] pci 0000:c0:07.1: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.331697] pci 0000:c0:07.2: [8086:2f1a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.332582] pci 0000:c0:07.2: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.333457] pci 0000:c0:07.2: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.334714] pci 0000:c0:07.3: [8086:2f1b] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.335582] pci 0000:c0:07.3: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.336457] pci 0000:c0:07.3: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.337697] pci 0000:c0:07.4: [8086:2f1c] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint
[ 20.338582] pci 0000:c0:07.4: calling quirk_igfx_skip_te_disable+0x0/0xb0 @ 1
[ 20.339457] pci 0000:c0:07.4: quirk_igfx_skip_te_disable+0x0/0xb0 took 0 usecs
[ 20.340845] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 20.341590] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 20.343655] iommu: Default domain type: Translated
[ 20.344457] iommu: DMA domain TLB invalidation policy: lazy mode
[ 20.346089] SCSI subsystem initialized
[ 20.346681] ACPI: bus type USB registered
[ 20.347535] usbcore: registered new interface driver usbfs
[ 20.348490] usbcore: registered new interface driver hub
[ 20.349684] usbcore: registered new device driver usb
[ 20.350626] mc: Linux media interface: v0.10
[ 20.351555] videodev: Linux video capture interface: v2.00
[ 20.352501] pps_core: LinuxPPS API ver. 1 registered
[ 20.353456] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 20.354496] PTP clock support registered
[ 20.358664] PCI: Using ACPI for IRQ routing
[ 20.374681] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 20.375450] pci 0000:09:00.0: vgaarb: bridge control possible
[ 20.375450] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 20.376132] vgaarb: loaded
[ 20.376592] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 20.377460] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 20.381860] clocksource: Switched to clocksource tsc-early
[ 20.392318] VFS: Disk quotas dquot_6.6.0
[ 20.396889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 20.405606] pnp: PnP ACPI init
[ 20.414423] system 00:01: [io 0x0500-0x053f] has been reserved
[ 20.421194] system 00:01: [io 0x0400-0x047f] has been reserved
[ 20.427937] system 00:01: [io 0x0540-0x057f] has been reserved
[ 20.434676] system 00:01: [io 0x0600-0x061f] has been reserved
[ 20.441420] system 00:01: [io 0x0ca0-0x0ca5] has been reserved
[ 20.448156] system 00:01: [io 0x0880-0x0883] has been reserved
[ 20.454894] system 00:01: [io 0x0800-0x081f] has been reserved
[ 20.461629] system 00:01: [mem 0xfeda8000-0xfedcbfff] has been reserved
[ 20.469145] system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
[ 20.477048] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 20.484572] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 20.492352] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 20.499880] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 20.511103] system 00:04: [io 0x0ca8] has been reserved
[ 20.517171] system 00:04: [io 0x0cac] has been reserved
[ 20.524465] pnp: PnP ACPI: found 5 devices
[ 20.543506] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 20.553884] NET: Registered PF_INET protocol family
[ 20.560962] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 20.579228] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 20.589630] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 20.598659] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 20.609227] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 20.618588] TCP: Hash tables configured (established 524288 bind 65536)
[ 20.626857] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 20.635529] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 20.645340] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 20.651927] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.663080] pci 0000:01:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.674236] pci 0000:0d:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.685388] pci 0000:0d:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.696548] pci 0000:0b:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.707686] pci 0000:0b:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.718833] pci 0000:04:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.729984] pci 0000:03:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.741130] pci 0000:03:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.752269] pci 0000:41:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.763425] pci 0000:41:00.1: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[ 20.774860] pci 0000:01:00.0: ROM [mem 0x93280000-0x932fffff pref]: assigned
[ 20.782870] pci 0000:01:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 20.791676] pci 0000:01:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 20.799906] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 20.805868] pci 0000:00:02.0: bridge window [io 0x5000-0x5fff]
[ 20.812810] pci 0000:00:02.0: bridge window [mem 0x93000000-0x932fffff]
[ 20.820528] pci 0000:00:02.0: bridge window [mem 0x91a00000-0x91dfffff 64bit pref]
[ 20.829350] pci 0000:0d:00.0: ROM [mem 0x92f80000-0x92ffffff pref]: assigned
[ 20.837368] pci 0000:0d:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 20.846187] pci 0000:0d:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 20.854414] pci 0000:00:02.2: PCI bridge to [bus 0d-0e]
[ 20.860368] pci 0000:00:02.2: bridge window [io 0x4000-0x4fff]
[ 20.867318] pci 0000:00:02.2: bridge window [mem 0x92d00000-0x92ffffff]
[ 20.875043] pci 0000:00:02.2: bridge window [mem 0x91e00000-0x921fffff 64bit pref]
[ 20.883865] pci 0000:0b:00.0: ROM [mem 0x92c80000-0x92cfffff pref]: assigned
[ 20.891870] pci 0000:0b:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 20.900674] pci 0000:0b:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 20.908883] pci 0000:00:03.0: PCI bridge to [bus 0b-0c]
[ 20.914832] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff]
[ 20.921772] pci 0000:00:03.0: bridge window [mem 0x92a00000-0x92cfffff]
[ 20.929494] pci 0000:00:03.0: bridge window [mem 0x92200000-0x925fffff 64bit pref]
[ 20.938314] pci 0000:04:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[ 20.947113] pci 0000:04:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[ 20.955316] pci 0000:00:03.2: PCI bridge to [bus 04]
[ 20.960991] pci 0000:00:03.2: bridge window [io 0x2000-0x2fff]
[ 20.967929] pci 0000:00:03.2: bridge window [mem 0x92800000-0x929fffff]
[ 20.975663] pci 0000:00:11.0: PCI bridge to [bus 05]
[ 20.981370] pci 0000:03:00.0: ROM [mem 0x92780000-0x927fffff pref]: assigned
[ 20.989381] pci 0000:03:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 20.998216] pci 0000:03:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 21.006435] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 21.012100] pci 0000:00:1c.0: bridge window [mem 0x92600000-0x927fffff]
[ 21.019845] pci 0000:08:00.0: PCI bridge to [bus 09]
[ 21.025649] pci 0000:08:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 21.034725] pci 0000:08:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.043712] pci 0000:07:00.0: PCI bridge to [bus 08-09]
[ 21.049806] pci 0000:07:00.0: bridge window [mem 0x91000000-0x918fffff]
[ 21.057607] pci 0000:07:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.066610] pci 0000:07:01.0: PCI bridge to [bus 0a]
[ 21.072425] pci 0000:07:01.0: bridge window [mem 0x91900000-0x919fffff]
[ 21.080489] pci 0000:06:00.0: PCI bridge to [bus 07-0a]
[ 21.086568] pci 0000:06:00.0: bridge window [mem 0x91000000-0x919fffff]
[ 21.094359] pci 0000:06:00.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.103420] pci 0000:00:1c.6: PCI bridge to [bus 06-0a]
[ 21.109390] pci 0000:00:1c.6: bridge window [mem 0x91000000-0x919fffff]
[ 21.117117] pci 0000:00:1c.6: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.125939] pci 0000:00:1e.0: PCI bridge to [bus 0f]
[ 21.131639] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 21.138665] pci_bus 0000:00: resource 5 [io 0x1000-0x7fff window]
[ 21.145692] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 21.153496] pci_bus 0000:00: resource 7 [mem 0x90000000-0xabffbfff window]
[ 21.161302] pci_bus 0000:00: resource 8 [mem 0xd0000000000-0xdffffffffff window]
[ 21.169728] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
[ 21.176072] pci_bus 0000:01: resource 1 [mem 0x93000000-0x932fffff]
[ 21.183197] pci_bus 0000:01: resource 2 [mem 0x91a00000-0x91dfffff 64bit pref]
[ 21.191412] pci_bus 0000:0d: resource 0 [io 0x4000-0x4fff]
[ 21.197759] pci_bus 0000:0d: resource 1 [mem 0x92d00000-0x92ffffff]
[ 21.204872] pci_bus 0000:0d: resource 2 [mem 0x91e00000-0x921fffff 64bit pref]
[ 21.213095] pci_bus 0000:0b: resource 0 [io 0x3000-0x3fff]
[ 21.219436] pci_bus 0000:0b: resource 1 [mem 0x92a00000-0x92cfffff]
[ 21.226559] pci_bus 0000:0b: resource 2 [mem 0x92200000-0x925fffff 64bit pref]
[ 21.234774] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 21.241117] pci_bus 0000:04: resource 1 [mem 0x92800000-0x929fffff]
[ 21.248239] pci_bus 0000:03: resource 1 [mem 0x92600000-0x927fffff]
[ 21.255363] pci_bus 0000:06: resource 1 [mem 0x91000000-0x919fffff]
[ 21.262499] pci_bus 0000:06: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.270716] pci_bus 0000:07: resource 1 [mem 0x91000000-0x919fffff]
[ 21.277836] pci_bus 0000:07: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.286054] pci_bus 0000:08: resource 1 [mem 0x91000000-0x918fffff]
[ 21.293175] pci_bus 0000:08: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.301389] pci_bus 0000:09: resource 1 [mem 0x91000000-0x918fffff]
[ 21.308519] pci_bus 0000:09: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[ 21.316740] pci_bus 0000:0a: resource 1 [mem 0x91900000-0x919fffff]
[ 21.323863] pci_bus 0000:0f: resource 4 [io 0x0000-0x0cf7 window]
[ 21.330895] pci_bus 0000:0f: resource 5 [io 0x1000-0x7fff window]
[ 21.337918] pci_bus 0000:0f: resource 6 [mem 0x000a0000-0x000bffff window]
[ 21.345717] pci_bus 0000:0f: resource 7 [mem 0x90000000-0xabffbfff window]
[ 21.353520] pci_bus 0000:0f: resource 8 [mem 0xd0000000000-0xdffffffffff window]
[ 21.362321] pci 0000:40:02.0: PCI bridge to [bus 43]
[ 21.368033] pci 0000:41:00.0: ROM [mem 0xac680000-0xac6fffff pref]: assigned
[ 21.376039] pci 0000:41:00.1: ROM [mem size 0x00080000 pref]: can't assign; no space
[ 21.384842] pci 0000:41:00.1: ROM [mem size 0x00080000 pref]: failed to assign
[ 21.393060] pci 0000:40:03.0: PCI bridge to [bus 41-42]
[ 21.399023] pci 0000:40:03.0: bridge window [io 0x8000-0x8fff]
[ 21.405964] pci 0000:40:03.0: bridge window [mem 0xac400000-0xac6fffff]
[ 21.413681] pci 0000:40:03.0: bridge window [mem 0xac000000-0xac3fffff 64bit pref]
[ 21.422508] pci_bus 0000:40: resource 4 [io 0x8000-0x9fff window]
[ 21.429531] pci_bus 0000:40: resource 5 [mem 0xac000000-0xc7ffbfff window]
[ 21.437334] pci_bus 0000:40: resource 6 [mem 0xe0000000000-0xe7fffffffff window]
[ 21.445761] pci_bus 0000:41: resource 0 [io 0x8000-0x8fff]
[ 21.452116] pci_bus 0000:41: resource 1 [mem 0xac400000-0xac6fffff]
[ 21.459239] pci_bus 0000:41: resource 2 [mem 0xac000000-0xac3fffff 64bit pref]
[ 21.467835] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 21.473537] pci 0000:80:03.0: PCI bridge to [bus 81]
[ 21.479235] pci_bus 0000:80: resource 4 [io 0xa000-0xbfff window]
[ 21.486263] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xe3ffbfff window]
[ 21.494069] pci_bus 0000:80: resource 6 [mem 0xe8000000000-0xeffffffffff window]
[ 21.502608] pci 0000:c0:02.0: PCI bridge to [bus c2]
[ 21.508307] pci 0000:c0:03.0: PCI bridge to [bus c1]
[ 21.514007] pci_bus 0000:c0: resource 4 [io 0xc000-0xffff window]
[ 21.521030] pci_bus 0000:c0: resource 5 [mem 0xe4000000-0xfbffbfff window]
[ 21.528837] pci_bus 0000:c0: resource 6 [mem 0xf0000000000-0xfffffffffff window]
[ 21.537407] pci 0000:00:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 21.546505] pci 0000:00:05.0: disabled boot interrupts on device [8086:2f28]
[ 21.554508] pci 0000:00:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7819 usecs
[ 21.563979] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x7d0 @ 1
[ 21.573055] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7d0 took 1038 usecs
[ 21.581419] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x7d0 @ 1
[ 21.590438] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7d0 took 985 usecs
[ 21.598690] pci 0000:01:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.606422] pci 0000:01:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.614138] pci 0000:01:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.621846] pci 0000:01:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.629560] pci 0000:03:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.637280] pci 0000:03:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.645004] pci 0000:03:00.0: CLS mismatch (64 != 128), using 64 bytes
[ 21.652427] pci 0000:03:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.660137] pci 0000:03:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.667870] pci 0000:0b:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.675589] pci 0000:0b:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.683306] pci 0000:0b:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.691034] pci 0000:0b:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.698747] pci 0000:0d:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.706461] pci 0000:0d:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.714171] pci 0000:0d:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.721883] pci 0000:0d:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.729910] pci 0000:40:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 21.739021] pci 0000:40:05.0: disabled boot interrupts on device [8086:2f28]
[ 21.747027] pci 0000:40:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7822 usecs
[ 21.756472] pci 0000:41:00.0: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.764185] pci 0000:41:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.771905] pci 0000:41:00.1: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 21.779637] pci 0000:41:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 21.787691] pci 0000:80:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 21.796809] pci 0000:80:05.0: disabled boot interrupts on device [8086:2f28]
[ 21.804824] pci 0000:80:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7830 usecs
[ 21.814605] pci 0000:c0:05.0: calling quirk_disable_intel_boot_interrupt+0x0/0x100 @ 1
[ 21.823720] pci 0000:c0:05.0: disabled boot interrupts on device [8086:2f28]
[ 21.831727] pci 0000:c0:05.0: quirk_disable_intel_boot_interrupt+0x0/0x100 took 7822 usecs
[ 21.841735] DMAR: [Firmware Bug]: RMRR entry for device 04:00.0 is broken - applying workaround
[ 21.841817] Trying to unpack rootfs image as initramfs...
[ 21.843537] DMAR: No SATC found
[ 21.861389] DMAR: dmar2: Using Queued invalidation
[ 21.866869] DMAR: dmar1: Using Queued invalidation
[ 21.872343] DMAR: dmar0: Using Queued invalidation
[ 21.877848] DMAR: dmar3: Using Queued invalidation
[ 21.885348] pci 0000:c0:02.0: Adding to iommu group 0
[ 21.891937] pci 0000:c0:03.0: Adding to iommu group 1
[ 21.898507] pci 0000:c0:05.0: Adding to iommu group 2
[ 21.905079] pci 0000:c0:05.2: Adding to iommu group 3
[ 21.918011] pci 0000:80:02.0: Adding to iommu group 4
[ 21.924278] pci 0000:80:03.0: Adding to iommu group 5
[ 21.930524] pci 0000:80:05.0: Adding to iommu group 6
[ 21.936778] pci 0000:80:05.2: Adding to iommu group 7
[ 21.947671] pci 0000:40:02.0: Adding to iommu group 8
[ 21.953891] pci 0000:40:03.0: Adding to iommu group 9
[ 21.960126] pci 0000:40:05.0: Adding to iommu group 10
[ 21.966441] pci 0000:40:05.2: Adding to iommu group 11
[ 21.972774] pci 0000:41:00.0: Adding to iommu group 12
[ 21.979078] pci 0000:41:00.1: Adding to iommu group 13
[ 21.990978] pci 0000:00:00.0: Adding to iommu group 14
[ 21.997278] pci 0000:00:02.0: Adding to iommu group 15
[ 22.003588] pci 0000:00:02.2: Adding to iommu group 16
[ 22.009889] pci 0000:00:03.0: Adding to iommu group 17
[ 22.016186] pci 0000:00:03.2: Adding to iommu group 18
[ 22.022488] pci 0000:00:05.0: Adding to iommu group 19
[ 22.028788] pci 0000:00:05.1: Adding to iommu group 20
[ 22.035078] pci 0000:00:05.2: Adding to iommu group 21
[ 22.041364] pci 0000:00:05.4: Adding to iommu group 22
[ 22.047667] pci 0000:00:05.6: Adding to iommu group 23
[ 22.053953] pci 0000:00:06.0: Adding to iommu group 24
[ 22.060239] pci 0000:00:06.3: Adding to iommu group 25
[ 22.066541] pci 0000:00:06.4: Adding to iommu group 26
[ 22.072835] pci 0000:00:06.5: Adding to iommu group 27
[ 22.079121] pci 0000:00:06.6: Adding to iommu group 28
[ 22.085407] pci 0000:00:06.7: Adding to iommu group 29
[ 22.091693] pci 0000:00:07.0: Adding to iommu group 30
[ 22.097978] pci 0000:00:07.1: Adding to iommu group 31
[ 22.104260] pci 0000:00:07.2: Adding to iommu group 32
[ 22.110540] pci 0000:00:07.3: Adding to iommu group 33
[ 22.116824] pci 0000:00:07.4: Adding to iommu group 34
[ 22.123108] pci 0000:00:11.0: Adding to iommu group 35
[ 22.130175] pci 0000:00:16.0: Adding to iommu group 36
[ 22.137769] pci 0000:00:16.1: Adding to iommu group 36
[ 22.144047] pci 0000:00:1a.0: Adding to iommu group 37
[ 22.150330] pci 0000:00:1c.0: Adding to iommu group 38
[ 22.156620] pci 0000:00:1c.6: Adding to iommu group 39
[ 22.162903] pci 0000:00:1d.0: Adding to iommu group 40
[ 22.169186] pci 0000:00:1e.0: Adding to iommu group 41
[ 22.170704] Freeing initrd memory: 14688K
[ 22.176624] pci 0000:00:1f.0: Adding to iommu group 42
[ 22.185917] pci 0000:00:1f.2: Adding to iommu group 42
[ 22.192214] pci 0000:00:1f.3: Adding to iommu group 42
[ 22.198498] pci 0000:01:00.0: Adding to iommu group 43
[ 22.204776] pci 0000:01:00.1: Adding to iommu group 44
[ 22.211053] pci 0000:03:00.0: Adding to iommu group 45
[ 22.217328] pci 0000:03:00.1: Adding to iommu group 46
[ 22.223611] pci 0000:04:00.0: Adding to iommu group 47
[ 22.229886] pci 0000:06:00.0: Adding to iommu group 48
[ 22.236163] pci 0000:07:00.0: Adding to iommu group 49
[ 22.242432] pci 0000:07:01.0: Adding to iommu group 50
[ 22.248284] pci 0000:08:00.0: Adding to iommu group 49
[ 22.254135] pci 0000:09:00.0: Adding to iommu group 49
[ 22.260423] pci 0000:0b:00.0: Adding to iommu group 51
[ 22.266710] pci 0000:0b:00.1: Adding to iommu group 52
[ 22.272991] pci 0000:0d:00.0: Adding to iommu group 53
[ 22.279275] pci 0000:0d:00.1: Adding to iommu group 54
[ 22.287195] pci 0000:3f:08.0: Adding to iommu group 55
[ 22.293523] pci 0000:3f:08.2: Adding to iommu group 55
[ 22.299852] pci 0000:3f:08.6: Adding to iommu group 55
[ 22.306177] pci 0000:3f:08.7: Adding to iommu group 55
[ 22.313683] pci 0000:3f:09.0: Adding to iommu group 56
[ 22.320007] pci 0000:3f:09.2: Adding to iommu group 56
[ 22.326338] pci 0000:3f:09.6: Adding to iommu group 56
[ 22.334247] pci 0000:3f:0a.0: Adding to iommu group 57
[ 22.340571] pci 0000:3f:0a.2: Adding to iommu group 57
[ 22.346900] pci 0000:3f:0a.6: Adding to iommu group 57
[ 22.353219] pci 0000:3f:0a.7: Adding to iommu group 57
[ 22.361891] pci 0000:3f:0b.0: Adding to iommu group 58
[ 22.368222] pci 0000:3f:0b.1: Adding to iommu group 58
[ 22.374562] pci 0000:3f:0b.2: Adding to iommu group 58
[ 22.380898] pci 0000:3f:0b.4: Adding to iommu group 58
[ 22.387227] pci 0000:3f:0b.5: Adding to iommu group 58
[ 22.393568] pci 0000:3f:0b.6: Adding to iommu group 58
[ 22.402990] pci 0000:3f:0c.0: Adding to iommu group 59
[ 22.409325] pci 0000:3f:0c.1: Adding to iommu group 59
[ 22.415690] pci 0000:3f:0c.2: Adding to iommu group 59
[ 22.422025] pci 0000:3f:0c.3: Adding to iommu group 59
[ 22.428350] pci 0000:3f:0c.4: Adding to iommu group 59
[ 22.434702] pci 0000:3f:0c.5: Adding to iommu group 59
[ 22.441040] pci 0000:3f:0c.6: Adding to iommu group 59
[ 22.447379] pci 0000:3f:0c.7: Adding to iommu group 59
[ 22.456836] pci 0000:3f:0d.0: Adding to iommu group 60
[ 22.463170] pci 0000:3f:0d.1: Adding to iommu group 60
[ 22.469520] pci 0000:3f:0d.2: Adding to iommu group 60
[ 22.475874] pci 0000:3f:0d.3: Adding to iommu group 60
[ 22.482218] pci 0000:3f:0d.4: Adding to iommu group 60
[ 22.488571] pci 0000:3f:0d.5: Adding to iommu group 60
[ 22.494918] pci 0000:3f:0d.6: Adding to iommu group 60
[ 22.501261] pci 0000:3f:0d.7: Adding to iommu group 60
[ 22.508362] pci 0000:3f:0e.0: Adding to iommu group 61
[ 22.514716] pci 0000:3f:0e.1: Adding to iommu group 61
[ 22.523780] pci 0000:3f:0f.0: Adding to iommu group 62
[ 22.530134] pci 0000:3f:0f.1: Adding to iommu group 62
[ 22.536494] pci 0000:3f:0f.2: Adding to iommu group 62
[ 22.542851] pci 0000:3f:0f.3: Adding to iommu group 62
[ 22.549202] pci 0000:3f:0f.4: Adding to iommu group 62
[ 22.555565] pci 0000:3f:0f.5: Adding to iommu group 62
[ 22.561920] pci 0000:3f:0f.6: Adding to iommu group 62
[ 22.570199] pci 0000:3f:10.0: Adding to iommu group 63
[ 22.576565] pci 0000:3f:10.1: Adding to iommu group 63
[ 22.582927] pci 0000:3f:10.5: Adding to iommu group 63
[ 22.589288] pci 0000:3f:10.6: Adding to iommu group 63
[ 22.595653] pci 0000:3f:10.7: Adding to iommu group 63
[ 22.604281] pci 0000:3f:12.0: Adding to iommu group 64
[ 22.610648] pci 0000:3f:12.1: Adding to iommu group 64
[ 22.617015] pci 0000:3f:12.2: Adding to iommu group 64
[ 22.623380] pci 0000:3f:12.4: Adding to iommu group 64
[ 22.629761] pci 0000:3f:12.5: Adding to iommu group 64
[ 22.636123] pci 0000:3f:12.6: Adding to iommu group 64
[ 22.642422] pci 0000:3f:13.0: Adding to iommu group 65
[ 22.648722] pci 0000:3f:13.1: Adding to iommu group 66
[ 22.655021] pci 0000:3f:13.2: Adding to iommu group 67
[ 22.661328] pci 0000:3f:13.3: Adding to iommu group 68
[ 22.667633] pci 0000:3f:13.4: Adding to iommu group 69
[ 22.673929] pci 0000:3f:13.5: Adding to iommu group 70
[ 22.681021] pci 0000:3f:13.6: Adding to iommu group 71
[ 22.687385] pci 0000:3f:13.7: Adding to iommu group 71
[ 22.693690] pci 0000:3f:14.0: Adding to iommu group 72
[ 22.699982] pci 0000:3f:14.1: Adding to iommu group 73
[ 22.706280] pci 0000:3f:14.2: Adding to iommu group 74
[ 22.712584] pci 0000:3f:14.3: Adding to iommu group 75
[ 22.720524] pci 0000:3f:14.4: Adding to iommu group 76
[ 22.726908] pci 0000:3f:14.5: Adding to iommu group 76
[ 22.733291] pci 0000:3f:14.6: Adding to iommu group 76
[ 22.739686] pci 0000:3f:14.7: Adding to iommu group 76
[ 22.745980] pci 0000:3f:15.0: Adding to iommu group 77
[ 22.752274] pci 0000:3f:15.1: Adding to iommu group 78
[ 22.758576] pci 0000:3f:15.2: Adding to iommu group 79
[ 22.764871] pci 0000:3f:15.3: Adding to iommu group 80
[ 22.771166] pci 0000:3f:16.0: Adding to iommu group 81
[ 22.777467] pci 0000:3f:16.1: Adding to iommu group 82
[ 22.783763] pci 0000:3f:16.2: Adding to iommu group 83
[ 22.790058] pci 0000:3f:16.3: Adding to iommu group 84
[ 22.796350] pci 0000:3f:16.4: Adding to iommu group 85
[ 22.802655] pci 0000:3f:16.5: Adding to iommu group 86
[ 22.809803] pci 0000:3f:16.6: Adding to iommu group 87
[ 22.816196] pci 0000:3f:16.7: Adding to iommu group 87
[ 22.822497] pci 0000:3f:17.0: Adding to iommu group 88
[ 22.828799] pci 0000:3f:17.1: Adding to iommu group 89
[ 22.835093] pci 0000:3f:17.2: Adding to iommu group 90
[ 22.841390] pci 0000:3f:17.3: Adding to iommu group 91
[ 22.849267] pci 0000:3f:17.4: Adding to iommu group 92
[ 22.855660] pci 0000:3f:17.5: Adding to iommu group 92
[ 22.862053] pci 0000:3f:17.6: Adding to iommu group 92
[ 22.868455] pci 0000:3f:17.7: Adding to iommu group 92
[ 22.874755] pci 0000:3f:18.0: Adding to iommu group 93
[ 22.881030] pci 0000:3f:18.1: Adding to iommu group 94
[ 22.887324] pci 0000:3f:18.2: Adding to iommu group 95
[ 22.893635] pci 0000:3f:18.3: Adding to iommu group 96
[ 22.901866] pci 0000:3f:1e.0: Adding to iommu group 97
[ 22.908273] pci 0000:3f:1e.1: Adding to iommu group 97
[ 22.914683] pci 0000:3f:1e.2: Adding to iommu group 97
[ 22.921083] pci 0000:3f:1e.3: Adding to iommu group 97
[ 22.927490] pci 0000:3f:1e.4: Adding to iommu group 97
[ 22.934622] pci 0000:3f:1f.0: Adding to iommu group 98
[ 22.941026] pci 0000:3f:1f.2: Adding to iommu group 98
[ 22.947299] pci 0000:40:05.1: Adding to iommu group 99
[ 22.953588] pci 0000:40:05.4: Adding to iommu group 100
[ 22.959967] pci 0000:40:05.6: Adding to iommu group 101
[ 22.966349] pci 0000:40:06.0: Adding to iommu group 102
[ 22.972731] pci 0000:40:06.3: Adding to iommu group 103
[ 22.979114] pci 0000:40:06.4: Adding to iommu group 104
[ 22.985502] pci 0000:40:06.5: Adding to iommu group 105
[ 22.991881] pci 0000:40:06.6: Adding to iommu group 106
[ 22.998261] pci 0000:40:06.7: Adding to iommu group 107
[ 23.004648] pci 0000:40:07.0: Adding to iommu group 108
[ 23.011029] pci 0000:40:07.1: Adding to iommu group 109
[ 23.017417] pci 0000:40:07.2: Adding to iommu group 110
[ 23.023808] pci 0000:40:07.3: Adding to iommu group 111
[ 23.030185] pci 0000:40:07.4: Adding to iommu group 112
[ 23.038209] pci 0000:7f:08.0: Adding to iommu group 113
[ 23.044727] pci 0000:7f:08.2: Adding to iommu group 113
[ 23.051243] pci 0000:7f:08.6: Adding to iommu group 113
[ 23.057772] pci 0000:7f:08.7: Adding to iommu group 113
[ 23.065364] pci 0000:7f:09.0: Adding to iommu group 114
[ 23.071902] pci 0000:7f:09.2: Adding to iommu group 114
[ 23.078431] pci 0000:7f:09.6: Adding to iommu group 114
[ 23.086487] pci 0000:7f:0a.0: Adding to iommu group 115
[ 23.093010] pci 0000:7f:0a.2: Adding to iommu group 115
[ 23.099541] pci 0000:7f:0a.6: Adding to iommu group 115
[ 23.106075] pci 0000:7f:0a.7: Adding to iommu group 115
[ 23.114804] pci 0000:7f:0b.0: Adding to iommu group 116
[ 23.121330] pci 0000:7f:0b.1: Adding to iommu group 116
[ 23.127871] pci 0000:7f:0b.2: Adding to iommu group 116
[ 23.134406] pci 0000:7f:0b.4: Adding to iommu group 116
[ 23.140935] pci 0000:7f:0b.5: Adding to iommu group 116
[ 23.147467] pci 0000:7f:0b.6: Adding to iommu group 116
[ 23.156952] pci 0000:7f:0c.0: Adding to iommu group 117
[ 23.163492] pci 0000:7f:0c.1: Adding to iommu group 117
[ 23.170027] pci 0000:7f:0c.2: Adding to iommu group 117
[ 23.176583] pci 0000:7f:0c.3: Adding to iommu group 117
[ 23.183104] pci 0000:7f:0c.4: Adding to iommu group 117
[ 23.189642] pci 0000:7f:0c.5: Adding to iommu group 117
[ 23.196175] pci 0000:7f:0c.6: Adding to iommu group 117
[ 23.202723] pci 0000:7f:0c.7: Adding to iommu group 117
[ 23.212148] pci 0000:7f:0d.0: Adding to iommu group 118
[ 23.218684] pci 0000:7f:0d.1: Adding to iommu group 118
[ 23.225225] pci 0000:7f:0d.2: Adding to iommu group 118
[ 23.231771] pci 0000:7f:0d.3: Adding to iommu group 118
[ 23.238293] pci 0000:7f:0d.4: Adding to iommu group 118
[ 23.244831] pci 0000:7f:0d.5: Adding to iommu group 118
[ 23.251364] pci 0000:7f:0d.6: Adding to iommu group 118
[ 23.257922] pci 0000:7f:0d.7: Adding to iommu group 118
[ 23.265069] pci 0000:7f:0e.0: Adding to iommu group 119
[ 23.271618] pci 0000:7f:0e.1: Adding to iommu group 119
[ 23.280729] pci 0000:7f:0f.0: Adding to iommu group 120
[ 23.287273] pci 0000:7f:0f.1: Adding to iommu group 120
[ 23.293836] pci 0000:7f:0f.2: Adding to iommu group 120
[ 23.300382] pci 0000:7f:0f.3: Adding to iommu group 120
[ 23.306949] pci 0000:7f:0f.4: Adding to iommu group 120
[ 23.313501] pci 0000:7f:0f.5: Adding to iommu group 120
[ 23.320047] pci 0000:7f:0f.6: Adding to iommu group 120
[ 23.329799] pci 0000:7f:10.0: Adding to iommu group 121
[ 23.336354] pci 0000:7f:10.1: Adding to iommu group 121
[ 23.342925] pci 0000:7f:10.5: Adding to iommu group 121
[ 23.349484] pci 0000:7f:10.6: Adding to iommu group 121
[ 23.356031] pci 0000:7f:10.7: Adding to iommu group 121
[ 23.364742] pci 0000:7f:12.0: Adding to iommu group 122
[ 23.371301] pci 0000:7f:12.1: Adding to iommu group 122
[ 23.377874] pci 0000:7f:12.2: Adding to iommu group 122
[ 23.384440] pci 0000:7f:12.4: Adding to iommu group 122
[ 23.391006] pci 0000:7f:12.5: Adding to iommu group 122
[ 23.397571] pci 0000:7f:12.6: Adding to iommu group 122
[ 23.403957] pci 0000:7f:13.0: Adding to iommu group 123
[ 23.410347] pci 0000:7f:13.1: Adding to iommu group 124
[ 23.416754] pci 0000:7f:13.2: Adding to iommu group 125
[ 23.423152] pci 0000:7f:13.3: Adding to iommu group 126
[ 23.429552] pci 0000:7f:13.4: Adding to iommu group 127
[ 23.435957] pci 0000:7f:13.5: Adding to iommu group 128
[ 23.443171] pci 0000:7f:13.6: Adding to iommu group 129
[ 23.449745] pci 0000:7f:13.7: Adding to iommu group 129
[ 23.456138] pci 0000:7f:14.0: Adding to iommu group 130
[ 23.462539] pci 0000:7f:14.1: Adding to iommu group 131
[ 23.468933] pci 0000:7f:14.2: Adding to iommu group 132
[ 23.475326] pci 0000:7f:14.3: Adding to iommu group 133
[ 23.483326] pci 0000:7f:14.4: Adding to iommu group 134
[ 23.489914] pci 0000:7f:14.5: Adding to iommu group 134
[ 23.496498] pci 0000:7f:14.6: Adding to iommu group 134
[ 23.503073] pci 0000:7f:14.7: Adding to iommu group 134
[ 23.509485] pci 0000:7f:15.0: Adding to iommu group 135
[ 23.515875] pci 0000:7f:15.1: Adding to iommu group 136
[ 23.522266] pci 0000:7f:15.2: Adding to iommu group 137
[ 23.528667] pci 0000:7f:15.3: Adding to iommu group 138
[ 23.535058] pci 0000:7f:16.0: Adding to iommu group 139
[ 23.541456] pci 0000:7f:16.1: Adding to iommu group 140
[ 23.547860] pci 0000:7f:16.2: Adding to iommu group 141
[ 23.554274] pci 0000:7f:16.3: Adding to iommu group 142
[ 23.560675] pci 0000:7f:16.4: Adding to iommu group 143
[ 23.567072] pci 0000:7f:16.5: Adding to iommu group 144
[ 23.574259] pci 0000:7f:16.6: Adding to iommu group 145
[ 23.580852] pci 0000:7f:16.7: Adding to iommu group 145
[ 23.587240] pci 0000:7f:17.0: Adding to iommu group 146
[ 23.593639] pci 0000:7f:17.1: Adding to iommu group 147
[ 23.600030] pci 0000:7f:17.2: Adding to iommu group 148
[ 23.606427] pci 0000:7f:17.3: Adding to iommu group 149
[ 23.614464] pci 0000:7f:17.4: Adding to iommu group 150
[ 23.621054] pci 0000:7f:17.5: Adding to iommu group 150
[ 23.627643] pci 0000:7f:17.6: Adding to iommu group 150
[ 23.634231] pci 0000:7f:17.7: Adding to iommu group 150
[ 23.640616] pci 0000:7f:18.0: Adding to iommu group 151
[ 23.647001] pci 0000:7f:18.1: Adding to iommu group 152
[ 23.653389] pci 0000:7f:18.2: Adding to iommu group 153
[ 23.659786] pci 0000:7f:18.3: Adding to iommu group 154
[ 23.668174] pci 0000:7f:1e.0: Adding to iommu group 155
[ 23.674775] pci 0000:7f:1e.1: Adding to iommu group 155
[ 23.681366] pci 0000:7f:1e.2: Adding to iommu group 155
[ 23.687982] pci 0000:7f:1e.3: Adding to iommu group 155
[ 23.694577] pci 0000:7f:1e.4: Adding to iommu group 155
[ 23.701818] pci 0000:7f:1f.0: Adding to iommu group 156
[ 23.708422] pci 0000:7f:1f.2: Adding to iommu group 156
[ 23.714804] pci 0000:80:05.1: Adding to iommu group 157
[ 23.721179] pci 0000:80:05.4: Adding to iommu group 158
[ 23.727556] pci 0000:80:05.6: Adding to iommu group 159
[ 23.733930] pci 0000:80:06.0: Adding to iommu group 160
[ 23.740303] pci 0000:80:06.3: Adding to iommu group 161
[ 23.746682] pci 0000:80:06.4: Adding to iommu group 162
[ 23.753070] pci 0000:80:06.5: Adding to iommu group 163
[ 23.759446] pci 0000:80:06.6: Adding to iommu group 164
[ 23.765825] pci 0000:80:06.7: Adding to iommu group 165
[ 23.772200] pci 0000:80:07.0: Adding to iommu group 166
[ 23.778580] pci 0000:80:07.1: Adding to iommu group 167
[ 23.784952] pci 0000:80:07.2: Adding to iommu group 168
[ 23.791326] pci 0000:80:07.3: Adding to iommu group 169
[ 23.797710] pci 0000:80:07.4: Adding to iommu group 170
[ 23.805636] pci 0000:bf:08.0: Adding to iommu group 171
[ 23.812247] pci 0000:bf:08.2: Adding to iommu group 171
[ 23.818879] pci 0000:bf:08.6: Adding to iommu group 171
[ 23.825505] pci 0000:bf:08.7: Adding to iommu group 171
[ 23.833098] pci 0000:bf:09.0: Adding to iommu group 172
[ 23.839716] pci 0000:bf:09.2: Adding to iommu group 172
[ 23.846330] pci 0000:bf:09.6: Adding to iommu group 172
[ 23.854352] pci 0000:bf:0a.0: Adding to iommu group 173
[ 23.860965] pci 0000:bf:0a.2: Adding to iommu group 173
[ 23.867577] pci 0000:bf:0a.6: Adding to iommu group 173
[ 23.874196] pci 0000:bf:0a.7: Adding to iommu group 173
[ 23.882977] pci 0000:bf:0b.0: Adding to iommu group 174
[ 23.889610] pci 0000:bf:0b.1: Adding to iommu group 174
[ 23.896231] pci 0000:bf:0b.2: Adding to iommu group 174
[ 23.902849] pci 0000:bf:0b.4: Adding to iommu group 174
[ 23.909476] pci 0000:bf:0b.5: Adding to iommu group 174
[ 23.916094] pci 0000:bf:0b.6: Adding to iommu group 174
[ 23.925572] pci 0000:bf:0c.0: Adding to iommu group 175
[ 23.932196] pci 0000:bf:0c.1: Adding to iommu group 175
[ 23.938831] pci 0000:bf:0c.2: Adding to iommu group 175
[ 23.945472] pci 0000:bf:0c.3: Adding to iommu group 175
[ 23.952101] pci 0000:bf:0c.4: Adding to iommu group 175
[ 23.958742] pci 0000:bf:0c.5: Adding to iommu group 175
[ 23.965369] pci 0000:bf:0c.6: Adding to iommu group 175
[ 23.972006] pci 0000:bf:0c.7: Adding to iommu group 175
[ 23.981547] pci 0000:bf:0d.0: Adding to iommu group 176
[ 23.988177] pci 0000:bf:0d.1: Adding to iommu group 176
[ 23.994819] pci 0000:bf:0d.2: Adding to iommu group 176
[ 24.001459] pci 0000:bf:0d.3: Adding to iommu group 176
[ 24.008094] pci 0000:bf:0d.4: Adding to iommu group 176
[ 24.014729] pci 0000:bf:0d.5: Adding to iommu group 176
[ 24.021366] pci 0000:bf:0d.6: Adding to iommu group 176
[ 24.028018] pci 0000:bf:0d.7: Adding to iommu group 176
[ 24.035219] pci 0000:bf:0e.0: Adding to iommu group 177
[ 24.041859] pci 0000:bf:0e.1: Adding to iommu group 177
[ 24.051013] pci 0000:bf:0f.0: Adding to iommu group 178
[ 24.057658] pci 0000:bf:0f.1: Adding to iommu group 178
[ 24.064307] pci 0000:bf:0f.2: Adding to iommu group 178
[ 24.070961] pci 0000:bf:0f.3: Adding to iommu group 178
[ 24.077609] pci 0000:bf:0f.4: Adding to iommu group 178
[ 24.084251] pci 0000:bf:0f.5: Adding to iommu group 178
[ 24.090911] pci 0000:bf:0f.6: Adding to iommu group 178
[ 24.099349] pci 0000:bf:10.0: Adding to iommu group 179
[ 24.106005] pci 0000:bf:10.1: Adding to iommu group 179
[ 24.112670] pci 0000:bf:10.5: Adding to iommu group 179
[ 24.119320] pci 0000:bf:10.6: Adding to iommu group 179
[ 24.125987] pci 0000:bf:10.7: Adding to iommu group 179
[ 24.134775] pci 0000:bf:12.0: Adding to iommu group 180
[ 24.141430] pci 0000:bf:12.1: Adding to iommu group 180
[ 24.148086] pci 0000:bf:12.2: Adding to iommu group 180
[ 24.154750] pci 0000:bf:12.4: Adding to iommu group 180
[ 24.161396] pci 0000:bf:12.5: Adding to iommu group 180
[ 24.168074] pci 0000:bf:12.6: Adding to iommu group 180
[ 24.174470] pci 0000:bf:13.0: Adding to iommu group 181
[ 24.180860] pci 0000:bf:13.1: Adding to iommu group 182
[ 24.187246] pci 0000:bf:13.2: Adding to iommu group 183
[ 24.193637] pci 0000:bf:13.3: Adding to iommu group 184
[ 24.200022] pci 0000:bf:13.4: Adding to iommu group 185
[ 24.206414] pci 0000:bf:13.5: Adding to iommu group 186
[ 24.213663] pci 0000:bf:13.6: Adding to iommu group 187
[ 24.220328] pci 0000:bf:13.7: Adding to iommu group 187
[ 24.226724] pci 0000:bf:14.0: Adding to iommu group 188
[ 24.233112] pci 0000:bf:14.1: Adding to iommu group 189
[ 24.239504] pci 0000:bf:14.2: Adding to iommu group 190
[ 24.245891] pci 0000:bf:14.3: Adding to iommu group 191
[ 24.253892] pci 0000:bf:14.4: Adding to iommu group 192
[ 24.260562] pci 0000:bf:14.5: Adding to iommu group 192
[ 24.267232] pci 0000:bf:14.6: Adding to iommu group 192
[ 24.273912] pci 0000:bf:14.7: Adding to iommu group 192
[ 24.280305] pci 0000:bf:15.0: Adding to iommu group 193
[ 24.286711] pci 0000:bf:15.1: Adding to iommu group 194
[ 24.293093] pci 0000:bf:15.2: Adding to iommu group 195
[ 24.299487] pci 0000:bf:15.3: Adding to iommu group 196
[ 24.305875] pci 0000:bf:16.0: Adding to iommu group 197
[ 24.312253] pci 0000:bf:16.1: Adding to iommu group 198
[ 24.318642] pci 0000:bf:16.2: Adding to iommu group 199
[ 24.325027] pci 0000:bf:16.3: Adding to iommu group 200
[ 24.331419] pci 0000:bf:16.4: Adding to iommu group 201
[ 24.337813] pci 0000:bf:16.5: Adding to iommu group 202
[ 24.345053] pci 0000:bf:16.6: Adding to iommu group 203
[ 24.351741] pci 0000:bf:16.7: Adding to iommu group 203
[ 24.358130] pci 0000:bf:17.0: Adding to iommu group 204
[ 24.364519] pci 0000:bf:17.1: Adding to iommu group 205
[ 24.370904] pci 0000:bf:17.2: Adding to iommu group 206
[ 24.377293] pci 0000:bf:17.3: Adding to iommu group 207
[ 24.385281] pci 0000:bf:17.4: Adding to iommu group 208
[ 24.391973] pci 0000:bf:17.5: Adding to iommu group 208
[ 24.398658] pci 0000:bf:17.6: Adding to iommu group 208
[ 24.405354] pci 0000:bf:17.7: Adding to iommu group 208
[ 24.411750] pci 0000:bf:18.0: Adding to iommu group 209
[ 24.418137] pci 0000:bf:18.1: Adding to iommu group 210
[ 24.424529] pci 0000:bf:18.2: Adding to iommu group 211
[ 24.430914] pci 0000:bf:18.3: Adding to iommu group 212
[ 24.439220] pci 0000:bf:1e.0: Adding to iommu group 213
[ 24.445915] pci 0000:bf:1e.1: Adding to iommu group 213
[ 24.452619] pci 0000:bf:1e.2: Adding to iommu group 213
[ 24.459306] pci 0000:bf:1e.3: Adding to iommu group 213
[ 24.466029] pci 0000:bf:1e.4: Adding to iommu group 213
[ 24.473222] pci 0000:bf:1f.0: Adding to iommu group 214
[ 24.479918] pci 0000:bf:1f.2: Adding to iommu group 214
[ 24.486296] pci 0000:c0:05.1: Adding to iommu group 215
[ 24.492673] pci 0000:c0:05.4: Adding to iommu group 216
[ 24.499045] pci 0000:c0:05.6: Adding to iommu group 217
[ 24.505429] pci 0000:c0:06.0: Adding to iommu group 218
[ 24.511808] pci 0000:c0:06.3: Adding to iommu group 219
[ 24.518173] pci 0000:c0:06.4: Adding to iommu group 220
[ 24.524553] pci 0000:c0:06.5: Adding to iommu group 221
[ 24.530926] pci 0000:c0:06.6: Adding to iommu group 222
[ 24.538594] pci 0000:c0:06.7: Adding to iommu group 223
[ 24.544965] pci 0000:c0:07.0: Adding to iommu group 224
[ 24.551345] pci 0000:c0:07.1: Adding to iommu group 225
[ 24.557725] pci 0000:c0:07.2: Adding to iommu group 226
[ 24.564098] pci 0000:c0:07.3: Adding to iommu group 227
[ 24.570476] pci 0000:c0:07.4: Adding to iommu group 228
[ 24.578372] pci 0000:ff:08.0: Adding to iommu group 229
[ 24.585093] pci 0000:ff:08.2: Adding to iommu group 229
[ 24.591820] pci 0000:ff:08.6: Adding to iommu group 229
[ 24.598536] pci 0000:ff:08.7: Adding to iommu group 229
[ 24.606076] pci 0000:ff:09.0: Adding to iommu group 230
[ 24.612791] pci 0000:ff:09.2: Adding to iommu group 230
[ 24.619526] pci 0000:ff:09.6: Adding to iommu group 230
[ 24.627483] pci 0000:ff:0a.0: Adding to iommu group 231
[ 24.634197] pci 0000:ff:0a.2: Adding to iommu group 231
[ 24.640922] pci 0000:ff:0a.6: Adding to iommu group 231
[ 24.647647] pci 0000:ff:0a.7: Adding to iommu group 231
[ 24.656324] pci 0000:ff:0b.0: Adding to iommu group 232
[ 24.663052] pci 0000:ff:0b.1: Adding to iommu group 232
[ 24.669780] pci 0000:ff:0b.2: Adding to iommu group 232
[ 24.676520] pci 0000:ff:0b.4: Adding to iommu group 232
[ 24.683243] pci 0000:ff:0b.5: Adding to iommu group 232
[ 24.689966] pci 0000:ff:0b.6: Adding to iommu group 232
[ 24.699497] pci 0000:ff:0c.0: Adding to iommu group 233
[ 24.706221] pci 0000:ff:0c.1: Adding to iommu group 233
[ 24.712958] pci 0000:ff:0c.2: Adding to iommu group 233
[ 24.719645] pci 0000:ff:0c.3: Adding to iommu group 233
[ 24.726368] pci 0000:ff:0c.4: Adding to iommu group 233
[ 24.733117] pci 0000:ff:0c.5: Adding to iommu group 233
[ 24.739853] pci 0000:ff:0c.6: Adding to iommu group 233
[ 24.746580] pci 0000:ff:0c.7: Adding to iommu group 233
[ 24.756091] pci 0000:ff:0d.0: Adding to iommu group 234
[ 24.762830] pci 0000:ff:0d.1: Adding to iommu group 234
[ 24.769567] pci 0000:ff:0d.2: Adding to iommu group 234
[ 24.776321] pci 0000:ff:0d.3: Adding to iommu group 234
[ 24.783069] pci 0000:ff:0d.4: Adding to iommu group 234
[ 24.789783] pci 0000:ff:0d.5: Adding to iommu group 234
[ 24.796508] pci 0000:ff:0d.6: Adding to iommu group 234
[ 24.803244] pci 0000:ff:0d.7: Adding to iommu group 234
[ 24.810412] pci 0000:ff:0e.0: Adding to iommu group 235
[ 24.817153] pci 0000:ff:0e.1: Adding to iommu group 235
[ 24.826217] pci 0000:ff:0f.0: Adding to iommu group 236
[ 24.832959] pci 0000:ff:0f.1: Adding to iommu group 236
[ 24.839717] pci 0000:ff:0f.2: Adding to iommu group 236
[ 24.846464] pci 0000:ff:0f.3: Adding to iommu group 236
[ 24.853196] pci 0000:ff:0f.4: Adding to iommu group 236
[ 24.859943] pci 0000:ff:0f.5: Adding to iommu group 236
[ 24.866702] pci 0000:ff:0f.6: Adding to iommu group 236
[ 24.875119] pci 0000:ff:10.0: Adding to iommu group 237
[ 24.881871] pci 0000:ff:10.1: Adding to iommu group 237
[ 24.888642] pci 0000:ff:10.5: Adding to iommu group 237
[ 24.895388] pci 0000:ff:10.6: Adding to iommu group 237
[ 24.902130] pci 0000:ff:10.7: Adding to iommu group 237
[ 24.911099] pci 0000:ff:12.0: Adding to iommu group 238
[ 24.917858] pci 0000:ff:12.1: Adding to iommu group 238
[ 24.924621] pci 0000:ff:12.2: Adding to iommu group 238
[ 24.931379] pci 0000:ff:12.4: Adding to iommu group 238
[ 24.938137] pci 0000:ff:12.5: Adding to iommu group 238
[ 24.944894] pci 0000:ff:12.6: Adding to iommu group 238
[ 24.951285] pci 0000:ff:13.0: Adding to iommu group 239
[ 24.957682] pci 0000:ff:13.1: Adding to iommu group 240
[ 24.964071] pci 0000:ff:13.2: Adding to iommu group 241
[ 24.970462] pci 0000:ff:13.3: Adding to iommu group 242
[ 24.976851] pci 0000:ff:13.4: Adding to iommu group 243
[ 24.983238] pci 0000:ff:13.5: Adding to iommu group 244
[ 24.990488] pci 0000:ff:13.6: Adding to iommu group 245
[ 24.997250] pci 0000:ff:13.7: Adding to iommu group 245
[ 25.003650] pci 0000:ff:14.0: Adding to iommu group 246
[ 25.010039] pci 0000:ff:14.1: Adding to iommu group 247
[ 25.016434] pci 0000:ff:14.2: Adding to iommu group 248
[ 25.022833] pci 0000:ff:14.3: Adding to iommu group 249
[ 25.030963] pci 0000:ff:14.4: Adding to iommu group 250
[ 25.037749] pci 0000:ff:14.5: Adding to iommu group 250
[ 25.044535] pci 0000:ff:14.6: Adding to iommu group 250
[ 25.051308] pci 0000:ff:14.7: Adding to iommu group 250
[ 25.057728] pci 0000:ff:15.0: Adding to iommu group 251
[ 25.064125] pci 0000:ff:15.1: Adding to iommu group 252
[ 25.070532] pci 0000:ff:15.2: Adding to iommu group 253
[ 25.076935] pci 0000:ff:15.3: Adding to iommu group 254
[ 25.083335] pci 0000:ff:16.0: Adding to iommu group 255
[ 25.089743] pci 0000:ff:16.1: Adding to iommu group 256
[ 25.096141] pci 0000:ff:16.2: Adding to iommu group 257
[ 25.102545] pci 0000:ff:16.3: Adding to iommu group 258
[ 25.108939] pci 0000:ff:16.4: Adding to iommu group 259
[ 25.115334] pci 0000:ff:16.5: Adding to iommu group 260
[ 25.122617] pci 0000:ff:16.6: Adding to iommu group 261
[ 25.129427] pci 0000:ff:16.7: Adding to iommu group 261
[ 25.135834] pci 0000:ff:17.0: Adding to iommu group 262
[ 25.142231] pci 0000:ff:17.1: Adding to iommu group 263
[ 25.148634] pci 0000:ff:17.2: Adding to iommu group 264
[ 25.155030] pci 0000:ff:17.3: Adding to iommu group 265
[ 25.163194] pci 0000:ff:17.4: Adding to iommu group 266
[ 25.170003] pci 0000:ff:17.5: Adding to iommu group 266
[ 25.176815] pci 0000:ff:17.6: Adding to iommu group 266
[ 25.183628] pci 0000:ff:17.7: Adding to iommu group 266
[ 25.190029] pci 0000:ff:18.0: Adding to iommu group 267
[ 25.196436] pci 0000:ff:18.1: Adding to iommu group 268
[ 25.202846] pci 0000:ff:18.2: Adding to iommu group 269
[ 25.209245] pci 0000:ff:18.3: Adding to iommu group 270
[ 25.217848] pci 0000:ff:1e.0: Adding to iommu group 271
[ 25.224661] pci 0000:ff:1e.1: Adding to iommu group 271
[ 25.231480] pci 0000:ff:1e.2: Adding to iommu group 271
[ 25.238291] pci 0000:ff:1e.3: Adding to iommu group 271
[ 25.245107] pci 0000:ff:1e.4: Adding to iommu group 271
[ 25.252378] pci 0000:ff:1f.0: Adding to iommu group 272
[ 25.259206] pci 0000:ff:1f.2: Adding to iommu group 272
[ 25.497681] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 25.505004] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 25.512300] software IO TLB: mapped [mem 0x0000000065000000-0x0000000069000000] (64MB)
[ 25.524753] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 25.533733] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 25.540153] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 25.564587] workingset: timestamp_bits=40 max_order=28 bucket_order=0
[ 25.571976] zbud: loaded
[ 25.575304] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 25.585536] xor: automatically using best checksumming function avx
[ 25.593548] Key type asymmetric registered
[ 25.598340] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 25.607045] io scheduler mq-deadline registered
[ 25.612221] io scheduler kyber registered
[ 25.616851] io scheduler bfq registered
[ 25.625849] pcieport 0000:00:02.0: PME: Signaling with IRQ 25
[ 25.633829] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[ 25.641718] pcieport 0000:00:03.0: PME: Signaling with IRQ 27
[ 25.649647] pcieport 0000:00:03.2: PME: Signaling with IRQ 28
[ 25.657330] pcieport 0000:00:11.0: PME: Signaling with IRQ 29
[ 25.664929] pcieport 0000:00:1c.0: PME: Signaling with IRQ 30
[ 25.672538] pcieport 0000:00:1c.6: PME: Signaling with IRQ 31
[ 25.684575] pcieport 0000:40:02.0: PME: Signaling with IRQ 33
[ 25.691927] pcieport 0000:40:03.0: PME: Signaling with IRQ 34
[ 25.700501] pcieport 0000:80:02.0: PME: Signaling with IRQ 36
[ 25.708883] pcieport 0000:80:03.0: PME: Signaling with IRQ 37
[ 25.717080] pcieport 0000:c0:02.0: PME: Signaling with IRQ 39
[ 25.724709] pcieport 0000:c0:03.0: PME: Signaling with IRQ 40
[ 25.734643] IPMI message handler: version 39.2
[ 25.740624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 25.749489] ACPI: button: Power Button [PWRF]
[ 25.755356] ACPI: \_SB_.SCK0.CP00: Found 2 idle states
[ 25.781978] ACPI: \_SB_.SCK1.CP00: Found 2 idle states
[ 25.808559] ACPI: \_SB_.SCK2.CP00: Found 2 idle states
[ 25.835983] ACPI: \_SB_.SCK3.CP00: Found 2 idle states
[ 25.862821] ACPI: \_SB_.SCK0.CP02: Found 2 idle states
[ 25.889354] ACPI: \_SB_.SCK1.CP02: Found 2 idle states
[ 25.916041] ACPI: \_SB_.SCK2.CP02: Found 2 idle states
[ 25.942551] ACPI: \_SB_.SCK3.CP02: Found 2 idle states
[ 25.969036] ACPI: \_SB_.SCK0.CP04: Found 2 idle states
[ 25.995761] ACPI: \_SB_.SCK1.CP04: Found 2 idle states
[ 26.022480] ACPI: \_SB_.SCK2.CP04: Found 2 idle states
[ 26.049253] ACPI: \_SB_.SCK3.CP04: Found 2 idle states
[ 26.075911] ACPI: \_SB_.SCK0.CP06: Found 2 idle states
[ 26.102623] ACPI: \_SB_.SCK1.CP06: Found 2 idle states
[ 26.129381] ACPI: \_SB_.SCK2.CP06: Found 2 idle states
[ 26.156125] ACPI: \_SB_.SCK3.CP06: Found 2 idle states
[ 26.182887] ACPI: \_SB_.SCK0.CP08: Found 2 idle states
[ 26.209664] ACPI: \_SB_.SCK1.CP08: Found 2 idle states
[ 26.236492] ACPI: \_SB_.SCK2.CP08: Found 2 idle states
[ 26.263396] ACPI: \_SB_.SCK3.CP08: Found 2 idle states
[ 26.290108] ACPI: \_SB_.SCK0.CP0A: Found 2 idle states
[ 26.316880] ACPI: \_SB_.SCK1.CP0A: Found 2 idle states
[ 26.343720] ACPI: \_SB_.SCK2.CP0A: Found 2 idle states
[ 26.370456] ACPI: \_SB_.SCK3.CP0A: Found 2 idle states
[ 26.397208] ACPI: \_SB_.SCK0.CP0C: Found 2 idle states
[ 26.423902] ACPI: \_SB_.SCK1.CP0C: Found 2 idle states
[ 26.450727] ACPI: \_SB_.SCK2.CP0C: Found 2 idle states
[ 26.477565] ACPI: \_SB_.SCK3.CP0C: Found 2 idle states
[ 26.504356] ACPI: \_SB_.SCK0.CP0E: Found 2 idle states
[ 26.531203] ACPI: \_SB_.SCK1.CP0E: Found 2 idle states
[ 26.558081] ACPI: \_SB_.SCK2.CP0E: Found 2 idle states
[ 26.571425] tsc: Refined TSC clocksource calibration: 2793.269 MHz
[ 26.578491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x284369f366d, max_idle_ns: 440795234812 ns
[ 26.591580] clocksource: Switched to clocksource tsc
[ 26.591727] ACPI: \_SB_.SCK3.CP0E: Found 2 idle states
[ 26.623992] ACPI: \_SB_.SCK0.CP10: Found 2 idle states
[ 26.650729] ACPI: \_SB_.SCK1.CP10: Found 2 idle states
[ 26.678860] ACPI: \_SB_.SCK2.CP10: Found 2 idle states
[ 26.705584] ACPI: \_SB_.SCK3.CP10: Found 2 idle states
[ 26.732282] ACPI: \_SB_.SCK0.CP12: Found 2 idle states
[ 26.759039] ACPI: \_SB_.SCK1.CP12: Found 2 idle states
[ 26.785879] ACPI: \_SB_.SCK2.CP12: Found 2 idle states
[ 26.812551] ACPI: \_SB_.SCK3.CP12: Found 2 idle states
[ 26.839164] ACPI: \_SB_.SCK0.CP01: Found 2 idle states
[ 26.865887] ACPI: \_SB_.SCK1.CP01: Found 2 idle states
[ 26.892626] ACPI: \_SB_.SCK2.CP01: Found 2 idle states
[ 26.919513] ACPI: \_SB_.SCK3.CP01: Found 2 idle states
[ 26.946214] ACPI: \_SB_.SCK0.CP03: Found 2 idle states
[ 26.973199] ACPI: \_SB_.SCK1.CP03: Found 2 idle states
[ 27.000163] ACPI: \_SB_.SCK2.CP03: Found 2 idle states
[ 27.027151] ACPI: \_SB_.SCK3.CP03: Found 2 idle states
[ 27.054083] ACPI: \_SB_.SCK0.CP05: Found 2 idle states
[ 27.080999] ACPI: \_SB_.SCK1.CP05: Found 2 idle states
[ 27.107908] ACPI: \_SB_.SCK2.CP05: Found 2 idle states
[ 27.134852] ACPI: \_SB_.SCK3.CP05: Found 2 idle states
[ 27.161638] ACPI: \_SB_.SCK0.CP07: Found 2 idle states
[ 27.188573] ACPI: \_SB_.SCK1.CP07: Found 2 idle states
[ 27.215566] ACPI: \_SB_.SCK2.CP07: Found 2 idle states
[ 27.242565] ACPI: \_SB_.SCK3.CP07: Found 2 idle states
[ 27.269259] ACPI: \_SB_.SCK0.CP09: Found 2 idle states
[ 27.296291] ACPI: \_SB_.SCK1.CP09: Found 2 idle states
[ 27.323300] ACPI: \_SB_.SCK2.CP09: Found 2 idle states
[ 27.350341] ACPI: \_SB_.SCK3.CP09: Found 2 idle states
[ 27.377395] ACPI: \_SB_.SCK0.CP0B: Found 2 idle states
[ 27.404548] ACPI: \_SB_.SCK1.CP0B: Found 2 idle states
[ 27.431304] ACPI: \_SB_.SCK2.CP0B: Found 2 idle states
[ 27.458367] ACPI: \_SB_.SCK3.CP0B: Found 2 idle states
[ 27.485691] ACPI: \_SB_.SCK0.CP0D: Found 2 idle states
[ 27.512666] ACPI: \_SB_.SCK1.CP0D: Found 2 idle states
[ 27.539665] ACPI: \_SB_.SCK2.CP0D: Found 2 idle states
[ 27.566701] ACPI: \_SB_.SCK3.CP0D: Found 2 idle states
[ 27.593660] ACPI: \_SB_.SCK0.CP0F: Found 2 idle states
[ 27.620648] ACPI: \_SB_.SCK1.CP0F: Found 2 idle states
[ 27.647723] ACPI: \_SB_.SCK2.CP0F: Found 2 idle states
[ 27.674739] ACPI: \_SB_.SCK3.CP0F: Found 2 idle states
[ 27.701696] ACPI: \_SB_.SCK0.CP11: Found 2 idle states
[ 27.728748] ACPI: \_SB_.SCK1.CP11: Found 2 idle states
[ 27.756024] ACPI: \_SB_.SCK2.CP11: Found 2 idle states
[ 27.783221] ACPI: \_SB_.SCK3.CP11: Found 2 idle states
[ 27.810388] ACPI: \_SB_.SCK0.CP13: Found 2 idle states
[ 27.837582] ACPI: \_SB_.SCK1.CP13: Found 2 idle states
[ 27.864570] ACPI: \_SB_.SCK2.CP13: Found 2 idle states
[ 27.891579] ACPI: \_SB_.SCK3.CP13: Found 2 idle states
[ 27.919678] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 27.927421] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 27.936555] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 27.951345] lp: driver loaded but no devices found
[ 27.957716] Linux agpgart interface v0.103
[ 27.963238] ACPI: bus type drm_connector registered
[ 28.036834] brd: module loaded
[ 28.083496] loop: module loaded
[ 28.111118] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 28.118286] drbd: built-in
[ 28.121444] drbd: registered as block device major 147
[ 28.134062] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 28.142678] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 28.151314] megasas: 07.727.03.00-rc1
[ 28.157090] megaraid_sas 0000:04:00.0: Waiting for FW to come to ready state
[ 28.165106] megaraid_sas 0000:04:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[ 28.241491] megaraid_sas 0000:04:00.0: FW now in Ready state
[ 28.247970] megaraid_sas 0000:04:00.0: 63 bit DMA mask and 32 bit consistent mask
[ 28.257839] megaraid_sas 0000:04:00.0: firmware supports msix : (96)
[ 28.270807] megaraid_sas 0000:04:00.0: requested/available msix 81/81 poll_queue 0
[ 28.279524] megaraid_sas 0000:04:00.0: current msix/online cpus : (81/80)
[ 28.287234] megaraid_sas 0000:04:00.0: RDPQ mode : (disabled)
[ 28.293772] megaraid_sas 0000:04:00.0: Current firmware supports maximum commands: 928 LDIO threshold: 237
[ 28.317730] megaraid_sas 0000:04:00.0: Performance mode :Latency (latency index = 1)
[ 28.326540] megaraid_sas 0000:04:00.0: FW supports sync cache : No
[ 28.333575] megaraid_sas 0000:04:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[ 28.542501] megaraid_sas 0000:04:00.0: FW provided supportMaxExtLDs: 0 max_lds: 32
[ 28.551140] megaraid_sas 0000:04:00.0: controller type : iMR(0MB)
[ 28.558073] megaraid_sas 0000:04:00.0: Online Controller Reset(OCR) : Enabled
[ 28.566172] megaraid_sas 0000:04:00.0: Secure JBOD support : No
[ 28.572905] megaraid_sas 0000:04:00.0: NVMe passthru support : No
[ 28.579829] megaraid_sas 0000:04:00.0: FW provided TM TaskAbort/Reset timeout : 0 secs/0 secs
[ 28.589510] megaraid_sas 0000:04:00.0: JBOD sequence map support : No
[ 28.596829] megaraid_sas 0000:04:00.0: PCI Lane Margining support : No
[ 28.631418] megaraid_sas 0000:04:00.0: megasas_enable_intr_fusion is called outbound_intr_mask:0x40000000
[ 28.642282] megaraid_sas 0000:04:00.0: INIT adapter done
[ 28.648343] megaraid_sas 0000:04:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5796
[ 28.659733] megaraid_sas 0000:04:00.0: pci id : (0x1000)/(0x005f)/(0x1028)/(0x1f44)
[ 28.668548] megaraid_sas 0000:04:00.0: unevenspan support : yes
[ 28.675355] megaraid_sas 0000:04:00.0: firmware crash dump : no
[ 28.682102] megaraid_sas 0000:04:00.0: JBOD sequence map : disabled
[ 28.689513] megaraid_sas 0000:04:00.0: Max firmware commands: 927 shared with default hw_queues = 80 poll_queues 0
[ 28.701250] scsi host0: Avago SAS based MegaRAID driver
[ 28.709481] mpt3sas version 48.100.00.00 loaded
[ 28.710194] scsi 0:0:0:0: Direct-Access SEAGATE ST91000640SS AS0D PQ: 0 ANSI: 6
[ 28.728153] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 28.732339] scsi 0:0:1:0: Direct-Access SEAGATE ST91000640SS AS0D PQ: 0 ANSI: 6
[ 28.745852] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[ 28.754986] ahci 0000:00:1f.2: 3/6 ports implemented (port mask 0x7)
[ 28.762210] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag led clo pio slum part ems apst
[ 28.780626] scsi host1: ahci
[ 28.784980] scsi host2: ahci
[ 28.789326] scsi host3: ahci
[ 28.793682] scsi host4: ahci
[ 28.798039] scsi host5: ahci
[ 28.802394] scsi host6: ahci
[ 28.805998] ata1: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300100 irq 127 lpm-pol 0
[ 28.815488] ata2: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300180 irq 127 lpm-pol 0
[ 28.824970] ata3: SATA max UDMA/133 abar m2048@0x93300000 port 0x93300200 irq 127 lpm-pol 0
[ 28.834451] ata4: DUMMY
[ 28.837279] ata5: DUMMY
[ 28.840111] ata6: DUMMY
[ 28.853419] tun: Universal TUN/TAP device driver, 1.6
[ 28.860315] Fusion MPT base driver 3.04.20
[ 28.865058] Copyright (c) 1999-2008 LSI Corporation
[ 28.870697] Fusion MPT SPI Host driver 3.04.20
[ 28.876506] Fusion MPT FC Host driver 3.04.20
[ 28.882202] Fusion MPT SAS Host driver 3.04.20
[ 28.888017] Fusion MPT misc device (ioctl) driver 3.04.20
[ 28.894427] mptctl: Registered with Fusion MPT base driver
[ 28.900705] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 28.910435] usbcore: registered new interface driver usb-storage
[ 28.910490] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 28.910705] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 28.917592] ehci-pci 0000:00:1a.0: debug port 2
[ 28.928131] ehci-pci 0000:00:1a.0: irq 23, io mem 0x93302000
[ 28.938479] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 28.943489] i8042: PNP: No PS/2 controller found.
[ 28.950839] hub 1-0:1.0: USB hub found
[ 28.955374] hub 1-0:1.0: 2 ports detected
[ 28.965096] rtc_cmos 00:00: RTC can wake from S4
[ 28.965975] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 28.976535] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 28.976579] rtc_cmos 00:00: registered as rtc0
[ 28.976716] ehci-pci 0000:00:1d.0: debug port 2
[ 28.976951] rtc_cmos 00:00: setting system clock to 2024-05-14T19:37:03 UTC (1715715423)
[ 28.989225] ehci-pci 0000:00:1d.0: irq 22, io mem 0x93301000
[ 28.990322] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[ 28.996472] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 29.005780] hub 2-0:1.0: USB hub found
[ 29.011322] hub 2-0:1.0: 2 ports detected
[ 29.035764] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 29.053241] intel_pstate: Intel P-state driver initializing
[ 29.056681] i2c i2c-0: More than 8 memory slots on a single bus, contact i801 maintainer to add missing mux config
[ 29.153928] ata1: SATA link down (SStatus 0 SControl 300)
[ 29.163696] hid: raw HID events driver (C) Jiri Kosina
[ 29.170014] Key type dns_resolver registered
[ 29.205482] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 29.221561] microcode: Current revision: 0x0000001a
[ 29.236884] IPI shorthand broadcast: enabled
[ 29.259268] sched_clock: Marking stable (25961005610, 3297397644)->(44726156920, -15467753666)
[ 29.264486] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 29.277457] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[ 29.293897] registered taskstats version 1
[ 29.341927] hub 1-1:1.0: USB hub found
[ 29.346366] hub 1-1:1.0: 6 ports detected
[ 29.386712] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 29.387349] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 29.401715] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 29.401877] sd 0:0:0:0: [sda] Write Protect is off
[ 29.402293] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 29.402623] sd 0:0:1:0: [sdb] Write Protect is off
[ 29.403138] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 29.403189] hub 2-1:1.0: USB hub found
[ 29.403339] hub 2-1:1.0: 8 ports detected
[ 29.422670] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 29.537011] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 29.564545] sda: sda1 sda2 sda3
[ 29.569176] sd 0:0:0:0: [sda] Attached SCSI disk
[ 29.627523] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[ 29.714247] ata2: SATA link down (SStatus 0 SControl 300)
[ 29.715197] hub 1-1.2:1.0: USB hub found
[ 29.725238] hub 1-1.2:1.0: 2 ports detected
[ 29.795515] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[ 29.950514] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
[ 30.026248] ata3: SATA link down (SStatus 0 SControl 300)
[ 30.038953] hub 1-1.6:1.0: USB hub found
[ 30.041176] Freeing unused kernel image (initmem) memory: 3060K
[ 30.043813] hub 1-1.6:1.0: 6 ports detected
[ 30.055028] Write protecting the kernel read-only data: 22528k
[ 30.065397] Freeing unused kernel image (rodata/data gap) memory: 1108K
[ 30.073434] Run /init as init process
[ 30.114538] usb 1-1.2.2: new full-speed USB device number 6 using ehci-pci
[ 30.215478] usb 1-1.2.2: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
[ 30.323858] REISERFS warning: read_super_block: reiserfs filesystem is deprecated and scheduled to be removed from the kernel in 2025
[ 30.337550] REISERFS (device sda1): found reiserfs format "3.6" with standard journal
[ 30.346457] REISERFS (device sda1): using ordered data mode
[ 30.352788] reiserfs: using flush barriers
[ 30.357705] REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 30.375494] REISERFS (device sda1): checking transaction log (sda1)
[ 30.398373] REISERFS (device sda1): replayed 1 transactions in 0 seconds
[ 30.413256] REISERFS (device sda1): Using r5 hash to sort names
[ 31.289205] systemd[1]: Inserted module 'autofs4'
[ 31.414510] NET: Registered PF_INET6 protocol family
[ 31.421684] Segment Routing with IPv6
[ 31.425906] In-situ OAM (IOAM) with IPv6
[ 31.629687] 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)
[ 31.654565] systemd[1]: Detected architecture x86-64.
[ 31.671322] systemd[1]: Set hostname to <foreveralone.molgen.mpg.de>.
[ 33.326691] systemd[1]: Created slice User and Session Slice.
[ 33.334524] systemd[1]: Listening on udev Control Socket.
[ 33.341435] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 33.365344] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 33.373607] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 33.383100] systemd[1]: Reached target RPC Port Mapper.
[ 33.389731] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 33.865091] RPC: Registered named UNIX socket transport module.
[ 33.871815] RPC: Registered udp transport module.
[ 33.877165] RPC: Registered tcp transport module.
[ 33.882517] RPC: Registered tcp-with-tls transport module.
[ 33.888743] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 34.457369] reiserfs: enabling write barrier flush mode
[ 34.709308] systemd-journald[628]: Received request to flush runtime journal from PID 1
[ 35.492574] ipmi_si: IPMI System Interface driver
[ 35.497990] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 35.505206] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
[ 35.513513] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 35.520995] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[ 35.633516] ipmi_si dmi-ipmi-si.0: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[ 35.647522] iTCO_vendor_support: vendor-support=0
[ 35.665202] ipmi_si dmi-ipmi-si.0: Using irq 10
[ 35.685812] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[ 35.723568] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[ 35.763101] iTCO_wdt iTCO_wdt.0.auto: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
[ 35.773207] iTCO_wdt iTCO_wdt.0.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 35.850035] mgag200 0000:09:00.0: vgaarb: deactivate vga console
[ 35.858680] Console: switching to colour dummy device 80x25
[ 35.878687] [drm] Initialized mgag200 1.0.0 20110418 for 0000:09:00.0 on minor 0
[ 35.891131] fbcon: mgag200drmfb (fb0) is primary device
[ 35.976236] Console: switching to colour frame buffer device 128x48
[ 36.043529] mgag200 0000:09:00.0: [drm] fb0: mgag200drmfb frame buffer device
[ 36.378853] igb: Intel(R) Gigabit Ethernet Network Driver
[ 36.385005] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 36.449694] igb 0000:03:00.0: added PHC on eth0
[ 36.454923] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 36.462741] igb 0000:03:00.0: eth0: (PCIe:5.0Gb/s:Width x2) 24:6e:96:05:83:0c
[ 36.471159] igb 0000:03:00.0: eth0: PBA No: G61346-000
[ 36.476978] igb 0000:03:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 36.541969] igb 0000:03:00.1: added PHC on eth1
[ 36.547168] igb 0000:03:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 36.554960] igb 0000:03:00.1: eth1: (PCIe:5.0Gb/s:Width x2) 24:6e:96:05:83:0d
[ 36.555305] igb 0000:03:00.1: eth1: PBA No: G61346-000
[ 36.568843] igb 0000:03:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 36.718964] Adding 16777212k swap on /dev/sda3. Priority:-2 extents:1 across:16777212k
[ 36.792244] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 36.799148] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 36.812052] usbcore: registered new interface driver usbhid
[ 36.818395] usbhid: USB HID core driver
[ 36.858264] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:14DD:0002.0001/input/input1
[ 36.930074] hid-generic 0003:14DD:0002.0001: input,hidraw0: USB HID v1.01 Keyboard [Peppercon AG Multidevice] on usb-0000:00:1a.0-1.4/input0
[ 36.950065] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:14DD:0002.0002/input/input2
[ 36.967760] hid-generic 0003:14DD:0002.0002: input,hidraw1: USB HID v1.01 Mouse [Peppercon AG Multidevice] on usb-0000:00:1a.0-1.4/input1
[ 36.984527] hid-generic 0003:27B8:01ED.0003: hidraw2: USB HID v1.01 Device [ThingM blink(1) mk2] on usb-0000:00:1a.0-1.2.2/input0
[ 37.014570] ixgbe 0000:01:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 37.045060] ixgbe 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 37.055854] ixgbe 0000:01:00.0: MAC: 2, PHY: 20, SFP+: 6, PBA No: G61346-014
[ 37.064731] ixgbe 0000:01:00.0: 24:6e:96:05:83:08
[ 37.075642] hid-led 0003:27B8:01ED.0003: hidraw2: USB HID v1.01 Device [ThingM blink(1) mk2] on usb-0000:00:1a.0-1.2.2/input0
[ 37.092461] hid-led 0003:27B8:01ED.0003: ThingM blink(1) initialized
[ 37.143459] ixgbe 0000:01:00.0: Intel(R) 10 Gigabit Network Connection
[ 37.327319] ixgbe 0000:01:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 37.357994] ixgbe 0000:01:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 37.368808] ixgbe 0000:01:00.1: MAC: 2, PHY: 20, SFP+: 5, PBA No: G61346-014
[ 37.377702] ixgbe 0000:01:00.1: 24:6e:96:05:83:0a
[ 37.407547] ixgbe 0000:01:00.1: Intel(R) 10 Gigabit Network Connection
[ 37.597185] ixgbe 0000:0b:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 37.609891] ixgbe 0000:0b:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 37.620673] ixgbe 0000:0b:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 37.629557] ixgbe 0000:0b:00.0: a0:36:9f:90:30:00
[ 37.659471] ixgbe 0000:0b:00.0: Intel(R) 10 Gigabit Network Connection
[ 37.844424] ixgbe 0000:0b:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 37.857158] ixgbe 0000:0b:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 37.867910] ixgbe 0000:0b:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 37.876831] ixgbe 0000:0b:00.1: a0:36:9f:90:30:02
[ 37.906373] ixgbe 0000:0b:00.1: Intel(R) 10 Gigabit Network Connection
[ 38.092381] ixgbe 0000:0d:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 38.104916] ixgbe 0000:0d:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 38.115711] ixgbe 0000:0d:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 38.124555] ixgbe 0000:0d:00.0: a0:36:9f:90:33:90
[ 38.153875] ixgbe 0000:0d:00.0: Intel(R) 10 Gigabit Network Connection
[ 38.340180] ixgbe 0000:0d:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 38.352724] ixgbe 0000:0d:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 38.363418] ixgbe 0000:0d:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 38.372293] ixgbe 0000:0d:00.1: a0:36:9f:90:33:92
[ 38.401546] ixgbe 0000:0d:00.1: Intel(R) 10 Gigabit Network Connection
[ 38.593888] ixgbe 0000:41:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 38.608209] ixgbe 0000:41:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 38.619679] ixgbe 0000:41:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: G73129-007
[ 38.628693] ixgbe 0000:41:00.0: a0:36:9f:90:33:c0
[ 38.659472] ixgbe 0000:41:00.0: Intel(R) 10 Gigabit Network Connection
[ 38.841394] ixgbe 0000:41:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 38.854553] ixgbe 0000:41:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 38.865420] ixgbe 0000:41:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: G73129-007
[ 38.874417] ixgbe 0000:41:00.1: a0:36:9f:90:33:c2
[ 38.904253] ixgbe 0000:41:00.1: Intel(R) 10 Gigabit Network Connection
[ 40.630190] REISERFS warning: read_super_block: reiserfs filesystem is deprecated and scheduled to be removed from the kernel in 2025
[ 40.645997] REISERFS (device sda2): found reiserfs format "3.6" with standard journal
[ 40.656562] REISERFS (device sda2): using ordered data mode
[ 40.664885] reiserfs: using flush barriers
[ 40.720741] REISERFS (device sda2): journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 40.742782] REISERFS (device sda2): checking transaction log (sda2)
[ 40.920198] REISERFS (device sda2): Using r5 hash to sort names
[ 40.995614] XFS (sdb): Deprecated V4 format (crc=0) will not be supported after September 2030.
[ 41.008014] XFS (sdb): Mounting V4 Filesystem 041c1879-3efa-4731-845e-07905a735d60
[ 41.149709] XFS (sdb): Ending clean mount
[ 41.165917] xfs filesystem being mounted at /amd/foreveralone/1 supports timestamps until 2038-01-19 (0x7fffffff)
[ 43.830766] igb 0000:03:00.0 net00: renamed from eth0
[ 43.845551] igb 0000:03:00.1 net01: renamed from eth1
[ 43.857130] ixgbe 0000:01:00.0 net02: renamed from eth2
[ 43.865522] 8021q: 802.1Q VLAN Support v1.8
[ 43.879302] ixgbe 0000:01:00.1 net03: renamed from eth3
[ 43.896978] ixgbe 0000:0b:00.0 net04: renamed from eth4
[ 43.911775] ixgbe 0000:0b:00.1 net05: renamed from eth5
[ 43.933758] ixgbe 0000:0d:00.0 net06: renamed from eth6
[ 43.953384] ixgbe 0000:0d:00.1 net07: renamed from eth7
[ 43.970204] ixgbe 0000:41:00.0 net08: renamed from eth8
[ 43.987577] ixgbe 0000:41:00.1 net09: renamed from eth9
[ 44.482360] ixgbe 0000:41:00.1: registered PHC device on net09
[ 44.599860] 8021q: adding VLAN 0 to HW filter on device net09
[ 44.659655] ixgbe 0000:41:00.1 net09: detected SFP+: 6
[ 44.923620] ixgbe 0000:41:00.1 net09: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 45.625426] ixgbe 0000:41:00.1 net09: NIC Link is Down
[ 45.771525] NFSD: Unable to initialize client recovery tracking! (-110)
[ 45.780854] NFSD: starting 90-second grace period (net f0000000)
[ 47.179616] ixgbe 0000:41:00.1 net09: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 51.961260] netfs: FS-Cache loaded
[ 52.402214] NFS: Registering the id_resolver key type
[ 52.419529] Key type id_resolver registered
[ 52.425631] Key type id_legacy registered
[ 86.598217] systemd-journald[628]: Failed to set ACL on /var/log/journal/95790226b8d0779f4b4797314ca986d4/user-5272.journal, ignoring: Operation not supported