UAF during boot on MTL based devices with attached dock

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

 



Hi together,

we are facing into issues which seems to be PCI related and asking for your estimations.

Background:
We want to boot up an Intel MeteorLake based system (e.g. Lenovo ThinkPad X13 Gen5) with the Lenovo Thunderbolt 4
universal dock attached during boot. On some devices it is nearly 100% reproducible that the boot will fail. Other
systems will never show this issue (e.g. older devices based on RaptorLake or AlderLake platform).

We did some debugging on this and came to the conclusion that there is a use-after-free in pci_slot_release.
The Thunderbolt 4 Dock will expose a PCI hierarchy at first and shortly after that, due to the device is inaccessible,
it will release the additional buses/ports. This seems to end up in a race where pci_slot_release accesses &slot->bus
which as already freed:

0000:00 [root bus]
      -> 0000:00:07.0 [bridge to 20-49]
                     -> 0000:20:00.0 [bridge to 21-49]
                                    -> 0000:21:00.0 [bridge to 22]
                                       0000:21:01.0 [bridge to 23-2e]
                                       0000:21:02.0 [bridge to 2f-3a]
                                       0000:21:03.0 [bridge to 3b-48]
                                       0000:21:04.0 [bridge to 49]
         0000:00:07.2 [bridge to 50-79]


We are currently running on kernel 6.8.12. Because this kernel is out of support I tried it on 6.11. This kernel shows
exactly the same issue. I attached two log files:
dmesg-ramoops-0: Based on kernel 6.11 with added kernel command line option "slab_debug" in order to force a kernel Oops
while accessing freed memory.
dmesg-ramoops-0-pci_dbg: This it like dmesg-ramoops-0 with additional kernel command line option '"dyndbg=file
drivers/pci/* +p" ignore_loglevel' in order to give you more insight whats happening on the pci bus.

I would appreciate any kind of help on this.

Thank you & best regards,
Dennis


Oops#1 Part1
<5>[    0.000000] Linux version 6.11.0-devel+ (buildbot@buildbot-10) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Sun Sep  8 23:15:08 UTC 2024
<6>[    0.000000] Command line: BOOT_IMAGE=/isolinux/bzImage loglevel=1 sina_toram console=tty1 intel_iommu=on slab_debug "dyndbg=file drivers/pci/* +p" ignore_loglevel
<6>[    0.000000] KERNEL supported cpus:
<6>[    0.000000]   Intel GenuineIntel
<6>[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
<6>[    0.000000] BIOS-provided physical RAM map:
<6>[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
<6>[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e9f3fff] usable
<6>[    0.000000] BIOS-e820: [mem 0x000000003e9f4000-0x000000003fa2efff] ACPI NVS
<6>[    0.000000] BIOS-e820: [mem 0x000000003fa2f000-0x000000003fafefff] ACPI data
<6>[    0.000000] BIOS-e820: [mem 0x000000003faff000-0x00000000422fefff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000422ff000-0x00000000424fefff] type 20
<6>[    0.000000] BIOS-e820: [mem 0x00000000424ff000-0x00000000744fefff] usable
<6>[    0.000000] BIOS-e820: [mem 0x00000000744ff000-0x0000000077ffefff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable
<6>[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000887fffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000086fffffff] usable
<6>[    0.000000] SMT: disabled
<6>[    0.000000] printk: debug: ignoring loglevel setting.
<6>[    0.000000] NX (Execute Disable) protection: active
<6>[    0.000000] APIC: Static calls initialized
<6>[    0.000000] user-defined physical RAM map:
<6>[    0.000000] user: [mem 0x0000000000000000-0x000000000009ffff] usable
<6>[    0.000000] user: [mem 0x00000000000a0000-0x00000000000fffff] reserved
<6>[    0.000000] user: [mem 0x0000000000100000-0x000000003e9f3fff] usable
<6>[    0.000000] user: [mem 0x000000003e9f4000-0x000000003fa2efff] ACPI NVS
<6>[    0.000000] user: [mem 0x000000003fa2f000-0x000000003fafefff] ACPI data
<6>[    0.000000] user: [mem 0x000000003faff000-0x00000000422fefff] reserved
<6>[    0.000000] user: [mem 0x00000000422ff000-0x00000000424fefff] type 20
<6>[    0.000000] user: [mem 0x00000000424ff000-0x00000000744fefff] usable
<6>[    0.000000] user: [mem 0x00000000744ff000-0x0000000077ffefff] reserved
<6>[    0.000000] user: [mem 0x0000000077fff000-0x0000000077ffffff] usable
<6>[    0.000000] user: [mem 0x0000000078000000-0x00000000887fffff] reserved
<6>[    0.000000] user: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
<6>[    0.000000] user: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
<6>[    0.000000] user: [mem 0x0000000100000000-0x0000000187ffffff] usable
<6>[    0.000000] user: [mem 0x0000000188000000-0x0000000189ffffff] reserved
<6>[    0.000000] user: [mem 0x000000018a000000-0x000000086fffffff] usable
<6>[    0.000000] efi: EFI v2.7 by Lenovo
<6>[    0.000000] efi: ACPI=0x3fafe000 ACPI 2.0=0x3fafe014 SMBIOS=0x42208000 SMBIOS 3.0=0x421fb000 MEMATTR=0x6e248018 ESRT=0x6dd67818 
<6>[    0.000000] SMBIOS 3.6.0 present.
<6>[    0.000000] DMI: LENOVO 21LVS1CV00/21LVS1CV00, BIOS N45ET18W (1.08 ) 07/08/2024
<6>[    0.000000] DMI: Memory slots populated: 8/8
<6>[    0.000000] tsc: Detected 3000.000 MHz processor
<6>[    0.000000] tsc: Detected 2995.200 MHz TSC
<7>[    0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[    0.000007] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[    0.000011] last_pfn = 0x870000 max_arch_pfn = 0x400000000
<6>[    0.000014] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
<6>[    0.000015] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
<6>[    0.000387] x2apic: enabled by BIOS, switching to x2apic ops
<6>[    0.000387] last_pfn = 0x78000 max_arch_pfn = 0x400000000
<6>[    0.004779] Using GB pages for direct mapping
<6>[    0.004996] Secure boot disabled
<6>[    0.004996] RAMDISK: [mem 0x30484000-0x33043fff]
<6>[    0.004999] ACPI: Early table checksum verification disabled
<6>[    0.005002] ACPI: RSDP 0x000000003FAFE014 000024 (v02 LENOVO)
<6>[    0.005005] ACPI: XSDT 0x000000003FAFD228 00016C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005009] ACPI: FACP 0x000000004213A000 000114 (v06 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005012] ACPI: DSDT 0x00000000420D5000 061056 (v02 LENOVO ICL      00000002      01000013)
<6>[    0.005013] ACPI: FACS 0x000000003FA08000 000040
<6>[    0.005015] ACPI: SSDT 0x000000004221B000 00038C (v02 LENOVO Pmax_Dev 00000001 INTL 20210930)
<6>[    0.005016] ACPI: SSDT 0x000000004221A000 000689 (v02 LENOVO Cpu0Ist  00003000 INTL 20210930)
<6>[    0.005018] ACPI: SSDT 0x0000000042219000 0005E7 (v02 LENOVO Cpu0Hwp  00003000 INTL 20210930)
<6>[    0.005019] ACPI: SSDT 0x0000000042218000 0001AB (v02 LENOVO Cpu0Psd  00003000 INTL 20210930)
<6>[    0.005021] ACPI: SSDT 0x0000000042217000 000394 (v02 LENOVO Cpu0Cst  00003001 INTL 20210930)
<6>[    0.005022] ACPI: SSDT 0x0000000042215000 001BAF (v02 LENOVO ApIst    00003000 INTL 20210930)
<6>[    0.005024] ACPI: SSDT 0x0000000042213000 001620 (v02 LENOVO ApHwp    00003000 INTL 20210930)
<6>[    0.005025] ACPI: SSDT 0x0000000042211000 001349 (v02 LENOVO ApPsd    00003000 INTL 20210930)
<6>[    0.005027] ACPI: SSDT 0x0000000042210000 000FBB (v02 LENOVO ApCst    00003000 INTL 20210930)
<6>[    0.005028] ACPI: SSDT 0x000000004220C000 003BC8 (v02 LENOVO CpuSsdt  00003000 INTL 20210930)
<6>[    0.005030] ACPI: SSDT 0x000000004220B000 00059B (v02 LENOVO CtdpB    00001000 INTL 20210930)
<6>[    0.005031] ACPI: DTPR 0x0000000042209000 000088 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005033] ACPI: SSDT 0x0000000042186000 0012A6 (v02 LENOVO PDatTabl 00001000 INTL 20210930)
<6>[    0.005034] ACPI: SSDT 0x0000000042146000 002679 (v02 LENOVO IgfxSsdt 00003000 INTL 20210930)
<6>[    0.005036] ACPI: SSDT 0x000000004213C000 009BEE (v02 LENOVO TcssSsdt 00001000 INTL 20210930)
<6>[    0.005037] ACPI: ECDT 0x000000004213B000 000053 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005039] ACPI: HPET 0x0000000042139000 000038 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005040] ACPI: APIC 0x0000000042138000 000358 (v05 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005042] ACPI: MCFG 0x0000000042137000 00003C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005043] ACPI: SSDT 0x00000000420CF000 005EDB (v02 LENOVO MtlP_Rvp 00001000 INTL 20210930)
<6>[    0.005045] ACPI: SSDT 0x00000000420CE000 00027B (v02 LENOVO PID1Ssdt 00000010 INTL 20210930)
<6>[    0.005046] ACPI: SSDT 0x00000000420CC000 00123A (v02 LENOVO ProjSsdt 00000010 INTL 20210930)
<6>[    0.005048] ACPI: SSDT 0x00000000420C7000 00429C (v02 LENOVO DptfTabl 00001000 INTL 20210930)
<6>[    0.005049] ACPI: LPIT 0x00000000420C6000 0000CC (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005050] ACPI: WSMT 0x00000000420C5000 000028 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005052] ACPI: SSDT 0x00000000420BF000 00587D (v02 LENOVO TbtTypeC 00000000 INTL 20210930)
<6>[    0.005053] ACPI: DBGP 0x00000000420BE000 000034 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005055] ACPI: DBG2 0x00000000420BD000 000054 (v00 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005056] ACPI: NHLT 0x00000000420BC000 00096C (v00 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005058] ACPI: MSDM 0x00000000420BB000 000055 (v03 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005059] ACPI: SSDT 0x00000000420A5000 001043 (v02 LENOVO UsbCTabl 00001000 INTL 20210930)
<6>[    0.005061] ACPI: BATB 0x00000000420A3000 00004A (v02 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005062] ACPI: DMAR 0x00000000402A1000 000098 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005064] ACPI: FPDT 0x00000000402A0000 000044 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005065] ACPI: SSDT 0x000000004029E000 0018C6 (v02 LENOVO SocGpe   00003000 INTL 20210930)
<6>[    0.005066] ACPI: SSDT 0x000000004029B000 0028D3 (v02 LENOVO SocCmn   00003000 INTL 20210930)
<6>[    0.005068] ACPI: SDEV 0x000000004029A000 0000BC (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005069] ACPI: PHAT 0x0000000040271000 00080C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005071] ACPI: BGRT 0x0000000040270000 000038 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005072] ACPI: UEFI 0x000000003E9F4000 000076 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.005073] ACPI: Reserving FACP table memory at [mem 0x4213a000-0x4213a113]
<6>[    0.005074] ACPI: Reserving DSDT table memory at [mem 0x420d5000-0x42136055]
<6>[    0.005075] ACPI: Reserving FACS table memory at [mem 0x3fa08000-0x3fa0803f]
<6>[    0.005075] ACPI: Reserving SSDT table memory at [mem 0x4221b000-0x4221b38b]
<6>[    0.005075] ACPI: Reserving SSDT table memory at [mem 0x4221a000-0x4221a688]
<6>[    0.005076] ACPI: Reserving SSDT table memory at [mem 0x42219000-0x422195e6]
<6>[    0.005076] ACPI: Reserving SSDT table memory at [mem 0x42218000-0x422181aa]
<6>[    0.005077] ACPI: Reserving SSDT table memory at [mem 0x42217000-0x42217393]
<6>[    0.005077] ACPI: Reserving SSDT table memory at [mem 0x42215000-0x42216bae]
<6>[    0.005077] ACPI: Reserving SSDT table memory at [mem 0x42213000-0x4221461f]
<6>[    0.005078] ACPI: Reserving SSDT table memory at [mem 0x42211000-0x42212348]
<6>[    0.005078] ACPI: Reserving SSDT table memory at [mem 0x42210000-0x42210fba]
<6>[    0.005078] ACPI: Reserving SSDT table memory at [mem 0x4220c000-0x4220fbc7]
<6>[    0.005079] ACPI: Reserving SSDT table memory at [mem 0x4220b000-0x4220b59a]
<6>[    0.005079] ACPI: Reserving DTPR table memory at [mem 0x42209000-0x42209087]
<6>[    0.005080] ACPI: Reserving SSDT table memory at [mem 0x42186000-0x421872a5]
<6>[    0.005080] ACPI: Reserving SSDT table memory at [mem 0x42146000-0x42148678]
<6>[    0.005080] ACPI: Reserving SSDT table memory at [mem 0x4213c000-0x42145bed]
<6>[    0.005081] ACPI: Reserving ECDT table memory at [mem 0x4213b000-0x4213b052]
<6>[    0.005081] ACPI: Reserving HPET table memory at [mem 0x42139000-0x42139037]
<6>[    0.005082] ACPI: Reserving APIC table memory at [mem 0x42138000-0x42138357]
<6>[    0.005082] ACPI: Reserving MCFG table memory at [mem 0x42137000-0x4213703b]
<6>[    0.005082] ACPI: Reserving SSDT table memory at [mem 0x420cf000-0x420d4eda]
<6>[    0.005083] ACPI: Reserving SSDT table memory at [mem 0x420ce000-0x420ce27a]
<6>[    0.005083] ACPI: Reserving SSDT table memory at [mem 0x420cc000-0x420cd239]
<6>[    0.005084] ACPI: Reserving SSDT table memory at [mem 0x420c7000-0x420cb29b]
<6>[    0.005084] ACPI: Reserving LPIT table memory at [mem 0x420c6000-0x420c60cb]
<6>[    0.005084] ACPI: Reserving WSMT table memory at [mem 0x420c5000-0x420c5027]
<6>[    0.005085] ACPI: Reserving SSDT table memory at [mem 0x420bf000-0x420c487c]
<6>[    0.005085] ACPI: Reserving DBGP table memory at [mem 0x420be000-0x420be033]
<6>[    0.005086] ACPI: Reserving DBG2 table memory at [mem 0x420bd000-0x420bd053]
<6>[    0.005086] ACPI: Reserving NHLT table memory at [mem 0x420bc000-0x420bc96b]
<6>[    0.005087] ACPI: Reserving MSDM table memory at [mem 0x420bb000-0x420bb054]
<6>[    0.005087] ACPI: Reserving SSDT table memory at [mem 0x420a5000-0x420a6042]
<6>[    0.005087] ACPI: Reserving BATB table memory at [mem 0x420a3000-0x420a3049]
<6>[    0.005088] ACPI: Reserving DMAR table memory at [mem 0x402a1000-0x402a1097]
<6>[    0.005088] ACPI: Reserving FPDT table memory at [mem 0x402a0000-0x402a0043]
<6>[    0.005089] ACPI: Reserving SSDT table memory at [mem 0x4029e000-0x4029f8c5]
<6>[    0.005089] ACPI: Reserving SSDT table memory at [mem 0x4029b000-0x4029d8d2]
<6>[    0.005089] ACPI: Reserving SDEV table memory at [mem 0x4029a000-0x4029a0bb]
<6>[    0.005090] ACPI: Reserving PHAT table memory at [mem 0x40271000-0x4027180b]
<6>[    0.005090] ACPI: Reserving BGRT table memory at [mem 0x40270000-0x40270037]
<6>[    0.005091] ACPI: Reserving UEFI table memory at [mem 0x3e9f4000-0x3e9f4075]
<6>[    0.005120] APIC: Switched APIC routing to: cluster x2apic
<6>[    0.005139] Zone ranges:
<6>[    0.005140]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
<6>[    0.005141]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
<6>[    0.005142]   Normal   [mem 0x0000000100000000-0x000000086fffffff]
<6>[    0.005143] Movable zone start for each node
<6>[    0.005143] Early memory node ranges
<6>[    0.005143]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
<6>[    0.005144]   node   0: [mem 0x0000000000100000-0x000000003e9f3fff]
<6>[    0.005145]   node   0: [mem 0x00000000424ff000-0x00000000744fefff]
<6>[    0.005145]   node   0: [mem 0x0000000077fff000-0x0000000077ffffff]
<6>[    0.005145]   node   0: [mem 0x0000000100000000-0x0000000187ffffff]
<6>[    0.005146]   node   0: [mem 0x000000018a000000-0x000000086fffffff]
<6>[    0.005147] Initmem setup node 0 [mem 0x0000000000001000-0x000000086fffffff]
<6>[    0.005149] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[    0.005170] On node 0, zone DMA: 96 pages in unavailable ranges
<6>[    0.007634] On node 0, zone DMA32: 15115 pages in unavailable ranges
<6>[    0.007709] On node 0, zone DMA32: 15104 pages in unavailable ranges
<6>[    0.049062] On node 0, zone Normal: 8192 pages in unavailable ranges
<6>[    0.049813] ACPI: PM-Timer IO Port: 0x1808
<6>[    0.049819] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
<6>[    0.049852] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
<6>[    0.049853] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[    0.049855] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<6>[    0.049857] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[    0.049858] ACPI: HPET id: 0x8086a201 base: 0xfed00000
<6>[    0.049862] TSC deadline timer available
<6>[    0.049865] CPU topo: Max. logical packages:   1
<6>[    0.049866] CPU topo: Max. logical dies:       1
<6>[    0.049866] CPU topo: Max. dies per package:   1
<6>[    0.049869] CPU topo: Max. threads per core:   2
<6>[    0.049870] CPU topo: Num. cores per package:    14
<6>[    0.049871] CPU topo: Num. threads per package:  18
<6>[    0.049871] CPU topo: Allowing 18 present CPUs plus 0 hotplug CPUs
<6>[    0.049880] [mem 0x88800000-0xbfffffff] available for PCI devices
<6>[    0.049884] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
<6>[    0.054505] setup_percpu: NR_CPUS:32 nr_cpumask_bits:18 nr_cpu_ids:18 nr_node_ids:1
<6>[    0.055309] percpu: Embedded 58 pages/cpu s198360 r8192 d31016 u262144
<7>[    0.055312] pcpu-alloc: s198360 r8192 d31016 u262144 alloc=1*2097152
<7>[    0.055314] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
<7>[    0.055319] pcpu-alloc: [0] 16 17 -- -- -- -- -- -- 
<5>[    0.055327] Kernel command line: memmap=0x2000000$0x188000000 ramoops.mem_address=0x188000000 ramoops.mem_size=0x2000000 ramoops.ecc=1 ramoops.record_size=0x200000 ramoops.console_size=0 ramoops.ftrace_size=0 ramoops.pmsg_size=0 mitigations=auto nosmt dummy_hcd.is_super_speed=true g_mass_storage.idVendor=0x22e0 g_mass_storage.idProduct=0x0300 g_mass_storage.iManufacturer=Secunet g_mass_storage.iProduct="SINA Virtual USB Stick" g_mass_storage.removable=1 g_mass_storage.nofua=1 BOOT_IMAGE=/isolinux/bzImage loglevel=1 sina_toram console=tty1 intel_iommu=on slab_debug "dyndbg=file drivers/pci/* +p" ignore_loglevel
<6>[    0.055385] DMAR: IOMMU enabled
<5>[    0.055413] Unknown kernel command line parameters "sina_toram BOOT_IMAGE=/isolinux/bzImage", will be passed to user space.
<5>[    0.055424] random: crng init done
<6>[    0.058250] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
<6>[    0.059653] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[    0.059763] Built 1 zonelists, mobility grouping on.  Total pages: 8251796
<6>[    0.059765] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
<6>[    0.059766] stackdepot: allocating hash table via alloc_large_system_hash
<6>[    0.059767] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
<6>[    0.061177] software IO TLB: area num 32.
<4>[    0.110408] **********************************************************
<4>[    0.110410] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
<4>[    0.110410] **                                                      **
<4>[    0.110410] ** This system shows unhashed kernel memory addresses   **
<4>[    0.110411] ** via the console, logs, and other interfaces. This    **
<4>[    0.110411] ** might reduce the security of your system.            **
<4>[    0.110411] **                                                      **
<4>[    0.110411] ** If you see this message and you are not debugging    **
<4>[    0.110411] ** the kernel, report this immediately to your system   **
<4>[    0.110412] ** administrator!                                       **
<4>[    0.110412] **                                                      **
<4>[    0.110412] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
<4>[    0.110412] **********************************************************
<6>[    0.110519] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=18, Nodes=1
<6>[    0.110562] ftrace: allocating 62443 entries in 244 pages
<6>[    0.118809] ftrace: allocated 244 pages with 5 groups
<6>[    0.119697] Dynamic Preempt: voluntary
<6>[    0.119921] rcu: Preemptible hierarchical RCU implementation.
<6>[    0.119922] rcu: 	RCU event tracing is enabled.
<6>[    0.119922] rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=18.
<6>[    0.119923] 	Trampoline variant of Tasks RCU enabled.
<6>[    0.119923] 	Rude variant of Tasks RCU enabled.
<6>[    0.119924] 	Tracing variant of Tasks RCU enabled.
<6>[    0.119924] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
<6>[    0.119925] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=18
<6>[    0.119956] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.119958] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.119960] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.126929] NR_IRQS: 4352, nr_irqs: 2200, preallocated irqs: 16
<6>[    0.127259] rcu: srcu_init: Setting srcu_struct sizes based on contention.
<6>[    0.127463] Console: colour dummy device 80x25
<6>[    0.127465] printk: legacy console [tty1] enabled
<6>[    0.127631] ACPI: Core revision 20240322
<6>[    0.128050] hpet: HPET dysfunctional in PC10. Force disabled.
<6>[    0.128051] APIC: Switch to symmetric I/O mode setup
<6>[    0.128053] DMAR: Host address width 42
<6>[    0.128055] DMAR: DRHD base: 0x000000fc800000 flags: 0x0
<6>[    0.128075] DMAR: dmar0: reg_base_addr fc800000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0ef5e
<6>[    0.128078] DMAR: DRHD base: 0x000000fc801000 flags: 0x1
<6>[    0.128088] DMAR: dmar1: reg_base_addr fc801000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0efde
<6>[    0.128090] DMAR: SATC flags: 0x1
<6>[    0.128096] DMAR-IR: IOAPIC id 2 under DRHD base  0xfc801000 IOMMU 1
<6>[    0.128097] DMAR-IR: HPET id 0 under DRHD base 0xfc801000
<6>[    0.128098] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
<6>[    0.129741] DMAR-IR: Enabled IRQ remapping in x2apic mode
<6>[    0.133798] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
<6>[    0.133804] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.40 BogoMIPS (lpj=2995200)
<6>[    0.133861] CPU0: Thermal monitoring enabled (TM1)
<6>[    0.133863] x86/cpu: User Mode Instruction Prevention (UMIP) activated
<6>[    0.134040] CET detected: Indirect Branch Tracking enabled
<6>[    0.134042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
<6>[    0.134043] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
<6>[    0.134046] process: using mwait in idle threads
<6>[    0.134048] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
<6>[    0.134052] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
<6>[    0.134053] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
<6>[    0.134056] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
<6>[    0.134059] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
<6>[    0.134068] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[    0.134069] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[    0.134070] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[    0.134071] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
<6>[    0.134072] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
<6>[    0.134074] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
<6>[    0.134075] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
<6>[    0.134076] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
<6>[    0.134078] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
<6>[    0.134802] Freeing SMP alternatives memory: 48K
<6>[    0.134802] pid_max: default: 32768 minimum: 301
<6>[    0.134802] LSM: initializing lsm=capability,sina
<6>[    0.134802] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[    0.134802] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[    0.134802] smpboot: CPU0: Intel(R) Core(TM) Ultra 5 125H (family: 0x6, model: 0xaa, stepping: 0x4)
<6>[    0.134802] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Meteorlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
<6>[    0.134802] core: cpu_core PMU driver: 
<6>[    0.134802] ... version:                5
<6>[    0.134802] ... bit width:              48
<6>[    0.134802] ... generic registers:      8
<6>[    0.134802] ... value mask:             0000ffffffffffff
<6>[    0.134802] ... max period:             00007fffffffffff
<6>[    0.134802] ... fixed-purpose events:   4
<6>[    0.134802] ... event mask:             0001000f000000ff
<6>[    0.134802] signal: max sigframe size: 3232
<6>[    0.134802] Estimated ratio of average max frequency by base frequency (times 1024): 1467
<6>[    0.134802] rcu: Hierarchical SRCU implementation.
<6>[    0.134802] rcu: 	Max phase no-delay instances is 400.
<6>[    0.134802] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
<6>[    0.135675] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[    0.135903] smp: Bringing up secondary CPUs ...
<6>[    0.136013] smpboot: x86: Booting SMP configuration:
<6>[    0.136015] .... node  #0, CPUs:        #1  #3  #6  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17
<6>[    0.007407] core: cpu_atom PMU driver: PEBS-via-PT 
<6>[    0.007407] ... version:                5
<6>[    0.007407] ... bit width:              48
<6>[    0.007407] ... generic registers:      8
<6>[    0.007407] ... value mask:             0000ffffffffffff
<6>[    0.007407] ... max period:             00007fffffffffff
<6>[    0.007407] ... fixed-purpose events:   3
<6>[    0.007407] ... event mask:             00000007000000ff
<4>[    0.145983]   #2  #4  #5  #7
<6>[    0.157119] smp: Brought up 1 node, 14 CPUs
<6>[    0.157130] smpboot: Total of 14 processors activated (83865.60 BogoMIPS)
<6>[    0.158119] Memory: 32233360K/33007184K available (22528K kernel code, 9458K rwdata, 9072K rodata, 3684K init, 2892K bss, 755108K reserved, 0K cma-reserved)
<6>[    0.159040] devtmpfs: initialized
<6>[    0.160007] ACPI: PM: Registering ACPI NVS region [mem 0x3e9f4000-0x3fa2efff] (17018880 bytes)
<6>[    0.161764] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
<6>[    0.161769] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
<6>[    0.161877] pinctrl core: initialized pinctrl subsystem
<6>[    0.162094] PM: RTC time: 09:13:19, date: 2024-09-19
<6>[    0.162505] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[    0.162715] ramoops: using module parameters
<6>[    0.162828] ramoops: uncorrectable error in header
<6>[    0.162886] ramoops: uncorrectable error in header
<6>[    0.162937] ramoops: uncorrectable error in header
<6>[    0.162986] ramoops: uncorrectable error in header
<6>[    0.163034] ramoops: uncorrectable error in header
<6>[    0.163083] ramoops: uncorrectable error in header
<6>[    0.163133] ramoops: uncorrectable error in header
<6>[    0.163180] ramoops: uncorrectable error in header
<6>[    0.163230] ramoops: uncorrectable error in header
<6>[    0.163279] ramoops: uncorrectable error in header
<6>[    0.164118] pstore: Using crash dump compression: deflate
<6>[    0.164120] pstore: Registered ramoops as persistent store backend
<6>[    0.164121] ramoops: using 0x2000000@0x188000000, ecc: 16
<6>[    0.164295] thermal_sys: Registered thermal governor 'step_wise'
<6>[    0.164295] thermal_sys: Registered thermal governor 'user_space'
<6>[    0.164313] cpuidle: using governor menu
<6>[    0.164349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[    0.164349] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
<6>[    0.164349] PCI: Using configuration type 1 for base access
<6>[    0.164825] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
<6>[    0.165363] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
<6>[    0.165363] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
<6>[    0.166813] ACPI: Added _OSI(Module Device)
<6>[    0.166821] ACPI: Added _OSI(Processor Device)
<6>[    0.166826] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[    0.166831] ACPI: Added _OSI(Processor Aggregator Device)
<6>[    1.405620] ACPI: 23 ACPI AML tables successfully acquired and loaded
<6>[    1.429253] ACPI: EC: EC started
<6>[    1.429259] ACPI: EC: interrupt blocked
<6>[    1.430876] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[    1.430882] ACPI: EC: Boot ECDT EC used to handle transactions
<5>[    1.439297] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[    3.686165] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
<6>[    3.686179] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
<6>[    3.752892] ACPI: Interpreter enabled
<6>[    3.753137] ACPI: PM: (supports S0 S5)
<6>[    3.753142] ACPI: Using IOAPIC for interrupt routing
<6>[    3.753525] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[    3.753534] PCI: Ignoring E820 reservations for host bridge windows
<6>[    3.766335] ACPI: Enabled 10 GPEs in block 00 to 7F
<6>[    3.766369] ACPI: Enabled 8 GPEs in block 80 to DF
<6>[    3.806862] ACPI: \_SB_.PC00.LPCB.EC__.PUBS: New power resource
<6>[    3.859102] ACPI: \_SB_.PC00.XHCI.RHUB.HS08.WWPR: New power resource
<6>[    3.995712] ACPI: \_SB_.PC00.RP01.PXP_: New power resource
<6>[    4.053144] ACPI: \_SB_.PC00.RP06.PXP_: New power resource
<6>[    4.075761] ACPI: \_SB_.PC00.RP07.PXP_: New power resource
<6>[    4.119484] ACPI: \_SB_.PC00.RP10.PXP_: New power resource
<6>[    4.167129] ACPI: \_SB_.PC00.TBT0: New power resource
<6>[    4.168440] ACPI: \_SB_.PC00.TBT1: New power resource
<6>[    4.169701] ACPI: \_SB_.PC00.D3C_: New power resource
<6>[    4.472559] ACPI: \PIN_: New power resource
<6>[    4.472944] ACPI: \PINP: New power resource
<6>[    4.480079] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
<6>[    4.480115] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[    4.497034] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
<6>[    4.516937] PCI host bridge to bus 0000:00
<6>[    4.517013] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
<6>[    4.517025] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
<6>[    4.517035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[    4.517045] pci_bus 0000:00: root bus resource [mem 0x90000000-0xbfffffff window]
<6>[    4.517055] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x3ffbfffffff window]
<6>[    4.517066] pci_bus 0000:00: root bus resource [bus 00-fe]
<7>[    4.687558] pci_bus 0000:00: scanning bus
<6>[    4.687621] pci 0000:00:00.0: [8086:7d14] type 00 class 0x060000 conventional PCI endpoint
<6>[    4.688521] pci 0000:00:02.0: [8086:7d55] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
<6>[    4.688550] pci 0000:00:02.0: BAR 0 [mem 0x4058000000-0x4058ffffff 64bit pref]
<6>[    4.688571] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
<6>[    4.688658] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
<6>[    4.688668] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[    4.688734] pci 0000:00:02.0: PME# supported from D0 D3hot
<7>[    4.688743] pci 0000:00:02.0: PME# disabled
<6>[    4.691391] pci 0000:00:04.0: [8086:7d03] type 00 class 0x118000 conventional PCI endpoint
<6>[    4.691420] pci 0000:00:04.0: BAR 0 [mem 0x405a6c0000-0x405a6dffff 64bit]
<6>[    4.696756] pci 0000:00:06.0: [8086:7e4d] type 01 class 0x060400 PCIe Root Port
<6>[    4.696842] pci 0000:00:06.0: PCI bridge to [bus 1c]
<6>[    4.696887] pci 0000:00:06.0:   bridge window [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[    4.697127] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
<7>[    4.697138] pci 0000:00:06.0: PME# disabled
<6>[    4.710016] pci 0000:00:06.1: [8086:7eca] type 01 class 0x060400 PCIe Root Port
<6>[    4.710064] pci 0000:00:06.1: PCI bridge to [bus 04]
<6>[    4.710077] pci 0000:00:06.1:   bridge window [mem 0xaac00000-0xaacfffff]
<6>[    4.710246] pci 0000:00:06.1: PME# supported from D0 D3hot D3cold
<7>[    4.710255] pci 0000:00:06.1: PME# disabled
<6>[    4.724374] pci 0000:00:07.0: [8086:7ec4] type 01 class 0x060400 PCIe Root Port
<6>[    4.724421] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<6>[    4.724433] pci 0000:00:07.0:   bridge window [mem 0x9e000000-0xaa1fffff]
<6>[    4.724451] pci 0000:00:07.0:   bridge window [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[    4.724862] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
<7>[    4.724872] pci 0000:00:07.0: PME# disabled
<6>[    4.737525] pci 0000:00:07.2: [8086:7ec6] type 01 class 0x060400 PCIe Root Port
<6>[    4.737571] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<6>[    4.737584] pci 0000:00:07.2:   bridge window [mem 0x90000000-0x9c1fffff]
<6>[    4.737601] pci 0000:00:07.2:   bridge window [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[    4.737997] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
<7>[    4.738007] pci 0000:00:07.2: PME# disabled
<6>[    4.750620] pci 0000:00:08.0: [8086:7e4c] type 00 class 0x088000 conventional PCI endpoint
<6>[    4.750651] pci 0000:00:08.0: BAR 0 [mem 0x405a70f000-0x405a70ffff 64bit]
<6>[    4.751461] pci 0000:00:0a.0: [8086:7d0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
<6>[    4.751483] pci 0000:00:0a.0: BAR 0 [mem 0x405a680000-0x405a6bffff 64bit]
<6>[    4.751518] pci 0000:00:0a.0: enabling Extended Tags
<6>[    4.751852] pci 0000:00:0b.0: [8086:7d1d] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint
<6>[    4.751875] pci 0000:00:0b.0: BAR 0 [mem 0x4050000000-0x4057ffffff 64bit]
<6>[    4.751899] pci 0000:00:0b.0: BAR 4 [mem 0x405a70e000-0x405a70efff 64bit]
<6>[    4.752691] pci 0000:00:0d.0: [8086:7ec0] type 00 class 0x0c0330 conventional PCI endpoint
<6>[    4.752717] pci 0000:00:0d.0: BAR 0 [mem 0x405a6f0000-0x405a6fffff 64bit]
<6>[    4.752832] pci 0000:00:0d.0: PME# supported from D3hot D3cold
<7>[    4.752841] pci 0000:00:0d.0: PME# disabled
<6>[    4.761705] pci 0000:00:0d.2: [8086:7ec2] type 00 class 0x0c0340 conventional PCI endpoint
<6>[    4.761735] pci 0000:00:0d.2: BAR 0 [mem 0x405a640000-0x405a67ffff 64bit]
<6>[    4.761755] pci 0000:00:0d.2: BAR 2 [mem 0x405a70d000-0x405a70dfff 64bit]
<6>[    4.761861] pci 0000:00:0d.2: supports D1 D2
<6>[    4.761867] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.761875] pci 0000:00:0d.2: PME# disabled
<6>[    4.764847] pci 0000:00:0d.3: [8086:7ec3] type 00 class 0x0c0340 conventional PCI endpoint
<6>[    4.764878] pci 0000:00:0d.3: BAR 0 [mem 0x405a600000-0x405a63ffff 64bit]
<6>[    4.764898] pci 0000:00:0d.3: BAR 2 [mem 0x405a70c000-0x405a70cfff 64bit]
<6>[    4.765004] pci 0000:00:0d.3: supports D1 D2
<6>[    4.765009] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.765017] pci 0000:00:0d.3: PME# disabled
<6>[    4.768047] pci 0000:00:14.0: [8086:7e7d] type 00 class 0x0c0330 conventional PCI endpoint
<6>[    4.768077] pci 0000:00:14.0: BAR 0 [mem 0x405a6e0000-0x405a6effff 64bit]
<6>[    4.768200] pci 0000:00:14.0: PME# supported from D3hot D3cold
<7>[    4.768208] pci 0000:00:14.0: PME# disabled
<6>[    4.777252] pci 0000:00:14.2: [8086:7e7f] type 00 class 0x050000 conventional PCI endpoint
<6>[    4.777283] pci 0000:00:14.2: BAR 0 [mem 0x405a704000-0x405a707fff 64bit]
<6>[    4.777303] pci 0000:00:14.2: BAR 2 [mem 0x405a70b000-0x405a70bfff 64bit]
<6>[    4.777747] pci 0000:00:15.0: [8086:7e78] type 00 class 0x0c8000 conventional PCI endpoint
<6>[    4.777841] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
<6>[    4.783149] pci 0000:00:16.0: [8086:7e70] type 00 class 0x078000 conventional PCI endpoint
<6>[    4.783184] pci 0000:00:16.0: BAR 0 [mem 0x405a709000-0x405a709fff 64bit]
<6>[    4.783324] pci 0000:00:16.0: PME# supported from D3hot
<7>[    4.783333] pci 0000:00:16.0: PME# disabled
<6>[    4.792199] pci 0000:00:1c.0: [8086:7e38] type 01 class 0x060400 PCIe Root Port
<6>[    4.792288] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<6>[    4.792309] pci 0000:00:1c.0:   bridge window [mem 0xaa200000-0xaabfffff]
<6>[    4.792341] pci 0000:00:1c.0:   bridge window [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[    4.795183] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
<7>[    4.795196] pci 0000:00:1c.0: PME# disabled
<6>[    4.809350] pci 0000:00:1f.0: [8086:7e02] type 00 class 0x060100 conventional PCI endpoint
<6>[    4.814800] pci 0000:00:1f.3: [8086:7e28] type 00 class 0x040380 conventional PCI endpoint
<6>[    4.814840] pci 0000:00:1f.3: BAR 0 [mem 0x405a700000-0x405a703fff 64bit]
<6>[    4.814887] pci 0000:00:1f.3: BAR 4 [mem 0x4059000000-0x40591fffff 64bit]
<6>[    4.814999] pci 0000:00:1f.3: PME# supported from D3hot D3cold
<7>[    4.815008] pci 0000:00:1f.3: PME# disabled
<6>[    4.815733] pci 0000:00:1f.4: [8086:7e22] type 00 class 0x0c0500 conventional PCI endpoint
<6>[    4.815768] pci 0000:00:1f.4: BAR 0 [mem 0x405a708000-0x405a7080ff 64bit]
<6>[    4.815808] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
<6>[    4.821042] pci 0000:00:1f.5: [8086:7e23] type 00 class 0x0c8000 conventional PCI endpoint
<6>[    4.821093] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
<7>[    4.821492] pci_bus 0000:00: fixups for bus
<7>[    4.821502] pci 0000:00:06.0: scanning [bus 1c-1c] behind bridge, pass 0
<7>[    4.821789] pci_bus 0000:1c: scanning bus
<7>[    4.821798] pci_bus 0000:1c: fixups for bus
<6>[    4.821802] pci 0000:00:06.0: PCI bridge to [bus 1c]
<7>[    4.821829] pci_bus 0000:1c: bus scan returning with max=1c
<7>[    4.821842] pci 0000:00:06.1: scanning [bus 04-04] behind bridge, pass 0
<7>[    4.822087] pci_bus 0000:04: scanning bus
<6>[    4.822127] pci 0000:04:00.0: [1cc4:660c] type 00 class 0x010802 PCIe Endpoint
<6>[    4.822158] pci 0000:04:00.0: BAR 0 [mem 0xaac00000-0xaac03fff 64bit]
<7>[    4.823317] pci_bus 0000:04: fixups for bus
<6>[    4.823323] pci 0000:00:06.1: PCI bridge to [bus 04]
<7>[    4.823340] pci_bus 0000:04: bus scan returning with max=04
<7>[    4.823350] pci 0000:00:07.0: scanning [bus 20-49] behind bridge, pass 0
<7>[    4.823586] pci_bus 0000:20: scanning bus
<6>[    4.823649] pci 0000:20:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
<6>[    4.823720] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<6>[    4.823742] pci 0000:20:00.0:   bridge window [mem 0x9e000000-0xa9ffffff]
<6>[    4.823768] pci 0000:20:00.0:   bridge window [mem 0x4010000000-0x402befffff 64bit pref]
<6>[    4.823799] pci 0000:20:00.0: enabling Extended Tags
<6>[    4.824067] pci 0000:20:00.0: supports D1 D2
<6>[    4.824073] pci 0000:20:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.824083] pci 0000:20:00.0: PME# disabled
<6>[    4.824200] pci 0000:20:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<7>[    4.828838] pci_bus 0000:20: fixups for bus
<6>[    4.828844] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<7>[    4.828865] pci 0000:20:00.0: scanning [bus 21-49] behind bridge, pass 0
<7>[    4.829051] pci_bus 0000:21: scanning bus
<6>[    4.829119] pci 0000:21:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    4.829190] pci 0000:21:00.0: PCI bridge to [bus 22]
<6>[    4.829259] pci 0000:21:00.0: enabling Extended Tags
<6>[    4.829560] pci 0000:21:00.0: supports D1 D2
<6>[    4.829565] pci 0000:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.829576] pci 0000:21:00.0: PME# disabled
<6>[    4.830139] pci 0000:21:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    4.830211] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<6>[    4.830233] pci 0000:21:01.0:   bridge window [mem 0xa6000000-0xa9ffffff]
<6>[    4.830259] pci 0000:21:01.0:   bridge window [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[    4.830293] pci 0000:21:01.0: enabling Extended Tags
<6>[    4.830595] pci 0000:21:01.0: supports D1 D2
<6>[    4.830600] pci 0000:21:01.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.830610] pci 0000:21:01.0: PME# disabled
<6>[    4.831142] pci 0000:21:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    4.831214] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<6>[    4.831235] pci 0000:21:02.0:   bridge window [mem 0xa2000000-0xa5ffffff]
<6>[    4.831261] pci 0000:21:02.0:   bridge window [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[    4.831295] pci 0000:21:02.0: enabling Extended Tags
<6>[    4.831596] pci 0000:21:02.0: supports D1 D2
<6>[    4.831601] pci 0000:21:02.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.831611] pci 0000:21:02.0: PME# disabled
<6>[    4.832165] pci 0000:21:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    4.832237] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<6>[    4.832258] pci 0000:21:03.0:   bridge window [mem 0x9e000000-0xa1ffffff]
<6>[    4.832284] pci 0000:21:03.0:   bridge window [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[    4.832318] pci 0000:21:03.0: enabling Extended Tags
<6>[    4.832619] pci 0000:21:03.0: supports D1 D2
<6>[    4.832623] pci 0000:21:03.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.832633] pci 0000:21:03.0: PME# disabled
<6>[    4.833168] pci 0000:21:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    4.833240] pci 0000:21:04.0: PCI bridge to [bus 49]
<6>[    4.833310] pci 0000:21:04.0: enabling Extended Tags
<6>[    4.833612] pci 0000:21:04.0: supports D1 D2
<6>[    4.833617] pci 0000:21:04.0: PME# supported from D0 D1 D2 D3hot D3cold
<7>[    4.833627] pci 0000:21:04.0: PME# disabled
<7>[    4.834193] pci_bus 0000:21: fixups for bus
<6>[    4.834198] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<7>[    4.834229] pci 0000:21:00.0: scanning [bus 22-22] behind bridge, pass 0
<7>[    4.834416] pci_bus 0000:22: scanning bus
<7>[    4.834426] pci_bus 0000:22: fixups for bus
<6>[    4.834430] pci 0000:21:00.0: PCI bridge to [bus 22]
<7>[    4.834458] pci_bus 0000:22: bus scan returning with max=22
<7>[    4.834471] pci 0000:21:01.0: scanning [bus 23-2e] behind bridge, pass 0
<7>[    4.834653] pci_bus 0000:23: scanning bus
<7>[    4.834663] pci_bus 0000:23: fixups for bus
<6>[    4.834667] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<7>[    4.834695] pci_bus 0000:23: [bus 23-2e] extended by 0xb
<7>[    4.834701] pci_bus 0000:23: bus scan returning with max=2e
<7>[    4.834714] pci 0000:21:02.0: scanning [bus 2f-3a] behind bridge, pass 0
<7>[    4.834895] pci_bus 0000:2f: scanning bus
<7>[    4.834905] pci_bus 0000:2f: fixups for bus
<6>[    4.834910] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<7>[    4.834938] pci_bus 0000:2f: [bus 2f-3a] extended by 0xb
<7>[    4.834944] pci_bus 0000:2f: bus scan returning with max=3a
<7>[    4.834956] pci 0000:21:03.0: scanning [bus 3b-48] behind bridge, pass 0
<7>[    4.835128] pci_bus 0000:3b: scanning bus
<7>[    4.835138] pci_bus 0000:3b: fixups for bus
<6>[    4.835142] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<7>[    4.835170] pci_bus 0000:3b: [bus 3b-48] extended by 0xd
<7>[    4.835175] pci_bus 0000:3b: bus scan returning with max=48
<7>[    4.835187] pci 0000:21:04.0: scanning [bus 49-49] behind bridge, pass 0
<7>[    4.835372] pci_bus 0000:49: scanning bus
<7>[    4.835382] pci_bus 0000:49: fixups for bus
<6>[    4.835386] pci 0000:21:04.0: PCI bridge to [bus 49]
<7>[    4.835414] pci_bus 0000:49: bus scan returning with max=49
<7>[    4.835427] pci 0000:21:00.0: scanning [bus 22-22] behind bridge, pass 1
<7>[    4.835444] pci 0000:21:01.0: scanning [bus 23-2e] behind bridge, pass 1
<7>[    4.835461] pci 0000:21:02.0: scanning [bus 2f-3a] behind bridge, pass 1
<7>[    4.835478] pci 0000:21:03.0: scanning [bus 3b-48] behind bridge, pass 1
<7>[    4.835495] pci 0000:21:04.0: scanning [bus 49-49] behind bridge, pass 1
<7>[    4.835510] pci_bus 0000:21: bus scan returning with max=49
<7>[    4.835522] pci 0000:20:00.0: scanning [bus 21-49] behind bridge, pass 1
<7>[    4.835537] pci_bus 0000:20: bus scan returning with max=49
<7>[    4.835546] pci 0000:00:07.2: scanning [bus 50-79] behind bridge, pass 0
<7>[    4.835773] pci_bus 0000:50: scanning bus
<7>[    4.835780] pci_bus 0000:50: fixups for bus
<6>[    4.835784] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<7>[    4.835799] pci_bus 0000:50: [bus 50-79] extended by 0x29
<7>[    4.835805] pci_bus 0000:50: bus scan returning with max=79
<7>[    4.835817] pci 0000:00:1c.0: scanning [bus 1d-1d] behind bridge, pass 0
<7>[    4.836085] pci_bus 0000:1d: scanning bus
<7>[    4.836094] pci_bus 0000:1d: fixups for bus
<6>[    4.836099] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<7>[    4.836125] pci_bus 0000:1d: bus scan returning with max=1d
<7>[    4.836139] pci 0000:00:06.0: scanning [bus 1c-1c] behind bridge, pass 1
<7>[    4.836160] pci 0000:00:06.1: scanning [bus 04-04] behind bridge, pass 1
<7>[    4.836174] pci 0000:00:07.0: scanning [bus 20-49] behind bridge, pass 1
<7>[    4.836187] pci 0000:00:07.2: scanning [bus 50-79] behind bridge, pass 1
<7>[    4.836202] pci 0000:00:1c.0: scanning [bus 1d-1d] behind bridge, pass 1
<7>[    4.836222] pci_bus 0000:00: bus scan returning with max=79
<7>[    4.836227] pci_bus 0000:00: on NUMA node 0
<6>[    4.910136] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
<6>[   12.438696] Low-power S0 idle used by default for system suspend
<6>[   12.448962] ACPI: EC: interrupt unblocked
<6>[   12.448970] ACPI: EC: event unblocked
<6>[   12.449000] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[   12.449006] ACPI: EC: GPE=0x6e
<6>[   12.449016] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
<6>[   12.449032] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
<6>[   12.449568] iommu: Default domain type: Translated
<6>[   12.449574] iommu: DMA domain TLB invalidation policy: lazy mode
<5>[   12.450478] SCSI subsystem initialized
<7>[   12.450874] libata version 3.00 loaded.
<6>[   12.451108] ACPI: bus type USB registered
<6>[   12.451270] usbcore: registered new interface driver usbfs
<6>[   12.451301] usbcore: registered new interface driver hub
<6>[   12.451301] usbcore: registered new device driver usb
<6>[   12.451988] pps_core: LinuxPPS API ver. 1 registered
<6>[   12.451993] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
<6>[   12.452030] PTP clock support registered
<6>[   12.452368] Advanced Linux Sound Architecture Driver Initialized.
<6>[   12.454149] NetLabel: Initializing
<6>[   12.454155] NetLabel:  domain hash size = 128
<6>[   12.454160] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
<6>[   12.454347] NetLabel:  unlabeled traffic allowed by default
<6>[   12.454856] PCI: Using ACPI for IRQ routing
<7>[   12.473947] PCI: pci_cache_line_size set to 64 bytes
<6>[   12.474081] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
<7>[   12.474220] e820: reserve RAM buffer [mem 0x3e9f4000-0x3fffffff]
<7>[   12.474238] e820: reserve RAM buffer [mem 0x744ff000-0x77ffffff]
<6>[   12.474838] pci 0000:00:02.0: vgaarb: setting as boot VGA device
<6>[   12.474845] pci 0000:00:02.0: vgaarb: bridge control possible
<6>[   12.474850] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[   12.474867] vgaarb: loaded
<6>[   12.490922] clocksource: Switched to clocksource tsc-early
<6>[   12.493832] pnp: PnP ACPI init
<6>[   12.498721] system 00:00: [io  0x0680-0x069f] has been reserved
<6>[   12.498740] system 00:00: [io  0x164e-0x164f] has been reserved
<6>[   12.500170] system 00:01: [io  0x1854-0x1857] has been reserved
<6>[   12.501687] system 00:04: [io  0x1800-0x189f] could not be reserved
<6>[   12.501702] system 00:04: [io  0x0800-0x087f] has been reserved
<6>[   12.501715] system 00:04: [io  0x0880-0x08ff] has been reserved
<6>[   12.501726] system 00:04: [io  0x0900-0x097f] has been reserved
<6>[   12.501737] system 00:04: [io  0x0980-0x09ff] has been reserved
<6>[   12.501749] system 00:04: [io  0x0a00-0x0a7f] has been reserved
<6>[   12.501760] system 00:04: [io  0x0a80-0x0aff] has been reserved
<6>[   12.501772] system 00:04: [io  0x0b00-0x0b7f] has been reserved
<6>[   12.501783] system 00:04: [io  0x0b80-0x0bff] has been reserved
<6>[   12.501794] system 00:04: [io  0x15e0-0x15ef] has been reserved
<6>[   12.501813] system 00:04: [io  0x1600-0x167f] could not be reserved
<6>[   12.501831] system 00:04: [io  0x1640-0x165f] could not be reserved
<6>[   12.501845] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
<6>[   12.501858] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
<6>[   12.501870] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[   12.501882] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[   12.501894] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
<6>[   12.501906] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[   12.501918] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
<6>[   12.519439] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
<6>[   12.519464] system 00:05: [mem 0x00000000-0x00000fff] could not be reserved
<6>[   12.519483] system 00:05: [mem 0x00000000-0x00000fff] could not be reserved
<6>[   12.519496] system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
<6>[   12.519514] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
<6>[   12.519533] system 00:05: [mem 0xfc800000-0xfc81ffff] could not be reserved
<6>[   12.519550] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
<6>[   12.519563] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
<6>[   12.530445] system 00:06: [io  0xff00-0xfffe] has been reserved
<4>[   12.539786] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[   12.539801] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[   12.539810] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[   12.539819] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<6>[   12.540042] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
<6>[   12.540063] system 00:08: [mem 0x000e0000-0x000e3fff] could not be reserved
<6>[   12.540081] system 00:08: [mem 0x000e8000-0x000ebfff] could not be reserved
<6>[   12.540099] system 00:08: [mem 0x000f0000-0x000fffff] could not be reserved
<6>[   12.540117] system 00:08: [mem 0x00100000-0x8fffffff] could not be reserved
<6>[   12.540135] system 00:08: [mem 0xfec00000-0xfed3ffff] could not be reserved
<6>[   12.540153] system 00:08: [mem 0xfed4c000-0xffffffff] could not be reserved
<6>[   12.542481] pnp: PnP ACPI: found 9 devices
<6>[   12.558594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[   12.559316] NET: Registered PF_INET protocol family
<6>[   12.559826] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[   12.568270] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
<6>[   12.568327] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[   12.568375] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[   12.568820] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
<6>[   12.569134] TCP: Hash tables configured (established 262144 bind 65536)
<6>[   12.569453] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[   12.569574] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[   12.569971] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[   12.571233] pci 0000:00:06.0: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
<6>[   12.571253] pci 0000:00:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 1c] add_size 200000 add_align 100000
<6>[   12.571279] pci 0000:21:01.0: bridge window [io  0x1000-0x0fff] to [bus 23-2e] add_size 1000
<6>[   12.571291] pci 0000:21:02.0: bridge window [io  0x1000-0x0fff] to [bus 2f-3a] add_size 1000
<6>[   12.571302] pci 0000:21:03.0: bridge window [io  0x1000-0x0fff] to [bus 3b-48] add_size 1000
<6>[   12.571315] pci 0000:20:00.0: bridge window [io  0x1000-0x0fff] to [bus 21-49] add_size 3000
<6>[   12.571326] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 4000
<6>[   12.571336] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
<6>[   12.571347] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
<6>[   12.571403] pci 0000:00:06.0: bridge window [mem 0x9c200000-0x9c3fffff]: assigned
<6>[   12.571424] pci 0000:00:06.0: bridge window [io  0x2000-0x2fff]: assigned
<6>[   12.571433] pci 0000:00:07.0: bridge window [io  0x3000-0x6fff]: assigned
<6>[   12.571440] pci 0000:00:07.2: bridge window [io  0x7000-0x7fff]: assigned
<6>[   12.571447] pci 0000:00:15.0: BAR 0 [mem 0x402c000000-0x402c000fff 64bit]: assigned
<6>[   12.571499] pci 0000:00:1c.0: bridge window [io  0x8000-0x8fff]: assigned
<6>[   12.571506] pci 0000:00:1f.5: BAR 0 [mem 0x9c400000-0x9c400fff]: assigned
<6>[   12.571572] pci 0000:00:06.0: PCI bridge to [bus 1c]
<6>[   12.571581] pci 0000:00:06.0:   bridge window [io  0x2000-0x2fff]
<6>[   12.571597] pci 0000:00:06.0:   bridge window [mem 0x9c200000-0x9c3fffff]
<6>[   12.571607] pci 0000:00:06.0:   bridge window [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[   12.571626] pci 0000:00:06.1: PCI bridge to [bus 04]
<6>[   12.571635] pci 0000:00:06.1:   bridge window [mem 0xaac00000-0xaacfffff]
<6>[   12.571657] pci 0000:20:00.0: bridge window [io  0x3000-0x5fff]: assigned
<6>[   12.571692] pci 0000:21:01.0: bridge window [io  0x3000-0x3fff]: assigned
<6>[   12.571699] pci 0000:21:02.0: bridge window [io  0x4000-0x4fff]: assigned
<6>[   12.571704] pci 0000:21:03.0: bridge window [io  0x5000-0x5fff]: assigned
<6>[   12.571735] pci 0000:21:00.0: PCI bridge to [bus 22]
<6>[   12.571765] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<6>[   12.571772] pci 0000:21:01.0:   bridge window [io  0x3000-0x3fff]
<6>[   12.571785] pci 0000:21:01.0:   bridge window [mem 0xa6000000-0xa9ffffff]
<6>[   12.571795] pci 0000:21:01.0:   bridge window [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[   12.571811] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<6>[   12.571818] pci 0000:21:02.0:   bridge window [io  0x4000-0x4fff]
<6>[   12.571831] pci 0000:21:02.0:   bridge window [mem 0xa2000000-0xa5ffffff]
<6>[   12.571841] pci 0000:21:02.0:   bridge window [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[   12.571857] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<6>[   12.571864] pci 0000:21:03.0:   bridge window [io  0x5000-0x5fff]
<6>[   12.571876] pci 0000:21:03.0:   bridge window [mem 0x9e000000-0xa1ffffff]
<6>[   12.571886] pci 0000:21:03.0:   bridge window [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[   12.571902] pci 0000:21:04.0: PCI bridge to [bus 49]
<6>[   12.571929] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<6>[   12.571936] pci 0000:20:00.0:   bridge window [io  0x3000-0x5fff]
<6>[   12.571948] pci 0000:20:00.0:   bridge window [mem 0x9e000000-0xa9ffffff]
<6>[   12.571958] pci 0000:20:00.0:   bridge window [mem 0x4010000000-0x402befffff 64bit pref]
<6>[   12.571974] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<6>[   12.571980] pci 0000:00:07.0:   bridge window [io  0x3000-0x6fff]
<6>[   12.571989] pci 0000:00:07.0:   bridge window [mem 0x9e000000-0xaa1fffff]
<6>[   12.571997] pci 0000:00:07.0:   bridge window [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[   12.572009] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<6>[   12.572015] pci 0000:00:07.2:   bridge window [io  0x7000-0x7fff]
<6>[   12.572025] pci 0000:00:07.2:   bridge window [mem 0x90000000-0x9c1fffff]
<6>[   12.572033] pci 0000:00:07.2:   bridge window [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[   12.572046] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<6>[   12.572054] pci 0000:00:1c.0:   bridge window [io  0x8000-0x8fff]
<6>[   12.572069] pci 0000:00:1c.0:   bridge window [mem 0xaa200000-0xaabfffff]
<6>[   12.572079] pci 0000:00:1c.0:   bridge window [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[   12.572097] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
<6>[   12.572105] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
<6>[   12.572111] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[   12.572117] pci_bus 0000:00: resource 7 [mem 0x90000000-0xbfffffff window]
<6>[   12.572123] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x3ffbfffffff window]
<6>[   12.572130] pci_bus 0000:1c: resource 0 [io  0x2000-0x2fff]
<6>[   12.572136] pci_bus 0000:1c: resource 1 [mem 0x9c200000-0x9c3fffff]
<6>[   12.572141] pci_bus 0000:1c: resource 2 [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[   12.572148] pci_bus 0000:04: resource 1 [mem 0xaac00000-0xaacfffff]
<6>[   12.572154] pci_bus 0000:20: resource 0 [io  0x3000-0x6fff]
<6>[   12.572160] pci_bus 0000:20: resource 1 [mem 0x9e000000-0xaa1fffff]
<6>[   12.572165] pci_bus 0000:20: resource 2 [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[   12.572172] pci_bus 0000:21: resource 0 [io  0x3000-0x5fff]
<6>[   12.572177] pci_bus 0000:21: resource 1 [mem 0x9e000000-0xa9ffffff]
<6>[   12.572183] pci_bus 0000:21: resource 2 [mem 0x4010000000-0x402befffff 64bit pref]
<6>[   12.572189] pci_bus 0000:23: resource 0 [io  0x3000-0x3fff]
<6>[   12.572195] pci_bus 0000:23: resource 1 [mem 0xa6000000-0xa9ffffff]
<6>[   12.572200] pci_bus 0000:23: resource 2 [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[   12.572207] pci_bus 0000:2f: resource 0 [io  0x4000-0x4fff]
<6>[   12.572212] pci_bus 0000:2f: resource 1 [mem 0xa2000000-0xa5ffffff]
<6>[   12.572217] pci_bus 0000:2f: resource 2 [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[   12.572224] pci_bus 0000:3b: resource 0 [io  0x5000-0x5fff]
<6>[   12.572229] pci_bus 0000:3b: resource 1 [mem 0x9e000000-0xa1ffffff]
<6>[   12.572234] pci_bus 0000:3b: resource 2 [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[   12.572241] pci_bus 0000:50: resource 0 [io  0x7000-0x7fff]
<6>[   12.572246] pci_bus 0000:50: resource 1 [mem 0x90000000-0x9c1fffff]
<6>[   12.572251] pci_bus 0000:50: resource 2 [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[   12.572259] pci_bus 0000:1d: resource 0 [io  0x8000-0x8fff]
<6>[   12.572264] pci_bus 0000:1d: resource 1 [mem 0xaa200000-0xaabfffff]
<6>[   12.572269] pci_bus 0000:1d: resource 2 [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[   12.573470] pci 0000:00:0d.0: enabling device (0000 -> 0002)
<6>[   12.577195] PCI: CLS 0 bytes, default 64
<6>[   12.577285] DMAR: No RMRR found
<6>[   12.577290] DMAR: No ATSR found
<6>[   12.577295] DMAR: IOMMU feature sc_support inconsistent
<6>[   12.577298] DMAR: dmar0: Using Queued invalidation
<6>[   12.577315] DMAR: dmar1: Using Queued invalidation
<6>[   12.577383] Unpacking initramfs...
<6>[   12.578583] pci 0000:00:02.0: Adding to iommu group 0
<6>[   12.580751] pci 0000:00:00.0: Adding to iommu group 1
<6>[   12.580839] pci 0000:00:04.0: Adding to iommu group 2
<6>[   12.580935] pci 0000:00:06.0: Adding to iommu group 3
<6>[   12.581024] pci 0000:00:06.1: Adding to iommu group 4
<6>[   12.581116] pci 0000:00:07.0: Adding to iommu group 5
<6>[   12.581211] pci 0000:00:07.2: Adding to iommu group 6
<6>[   12.581294] pci 0000:00:08.0: Adding to iommu group 7
<6>[   12.581378] pci 0000:00:0a.0: Adding to iommu group 8
<6>[   12.581582] pci 0000:00:0b.0: Adding to iommu group 9
<6>[   12.581705] pci 0000:00:0d.0: Adding to iommu group 10
<6>[   12.581769] pci 0000:00:0d.2: Adding to iommu group 10
<6>[   12.581839] pci 0000:00:0d.3: Adding to iommu group 10
<6>[   12.581950] pci 0000:00:14.0: Adding to iommu group 11
<6>[   12.582010] pci 0000:00:14.2: Adding to iommu group 11
<6>[   12.582102] pci 0000:00:15.0: Adding to iommu group 12
<6>[   12.582211] pci 0000:00:16.0: Adding to iommu group 13
<6>[   12.582298] pci 0000:00:1c.0: Adding to iommu group 14
<6>[   12.582423] pci 0000:00:1f.0: Adding to iommu group 15
<6>[   12.582486] pci 0000:00:1f.3: Adding to iommu group 15
<6>[   12.582554] pci 0000:00:1f.4: Adding to iommu group 15
<6>[   12.582616] pci 0000:00:1f.5: Adding to iommu group 15
<6>[   12.582716] pci 0000:04:00.0: Adding to iommu group 16
<6>[   12.582803] pci 0000:20:00.0: Adding to iommu group 17
<6>[   12.582890] pci 0000:21:00.0: Adding to iommu group 18
<6>[   12.582976] pci 0000:21:01.0: Adding to iommu group 19
<6>[   12.583070] pci 0000:21:02.0: Adding to iommu group 20
<6>[   12.583156] pci 0000:21:03.0: Adding to iommu group 21
<6>[   12.583245] pci 0000:21:04.0: Adding to iommu group 22
<6>[   12.616415] DMAR: Intel(R) Virtualization Technology for Directed I/O
<6>[   12.616424] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[   12.616429] software IO TLB: mapped [mem 0x00000000704ff000-0x00000000744ff000] (64MB)
<6>[   12.616473] ACPI: bus type thunderbolt registered
<7>[   12.616620] thunderbolt 0000:00:0d.2: vgaarb: pci_notify
<7>[   12.616643] thunderbolt 0000:00:0d.2: runtime IRQ mapping not provided by arch
<7>[   12.708839] thunderbolt 0000:00:0d.2: vgaarb: pci_notify
<7>[   12.708911] thunderbolt 0000:00:0d.3: vgaarb: pci_notify
<7>[   12.708931] thunderbolt 0000:00:0d.3: runtime IRQ mapping not provided by arch
<7>[   12.798989] thunderbolt 0000:00:0d.3: vgaarb: pci_notify
<6>[   12.799445] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
<6>[   12.799455] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
<6>[   12.799460] RAPL PMU: hw unit of domain package 2^-14 Joules
<6>[   12.799465] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
<6>[   12.799469] RAPL PMU: hw unit of domain psys 2^-14 Joules
<6>[   12.801681] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
<6>[   12.801746] clocksource: Switched to clocksource tsc
<6>[   12.801882] platform rtc_cmos: registered platform RTC device (no PNP device found)
<5>[   12.812187] Initialise system trusted keyrings
<6>[   12.812362] workingset: timestamp_bits=62 max_order=23 bucket_order=0
<6>[   12.815898] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[   12.815974] 9p: Installing v9fs 9p2000 file system support
<6>[   12.841860] NET: Registered PF_ALG protocol family
<5>[   12.841872] Key type asymmetric registered
<5>[   12.841877] Asymmetric key parser 'x509' registered
<6>[   12.841997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
<6>[   12.842005] io scheduler mq-deadline registered
<6>[   12.842011] io scheduler kyber registered
<7>[   12.842422] pciehp: pcie_port_service_register = 0
<7>[   12.842472] pcieport 0000:00:06.0: vgaarb: pci_notify
<7>[   12.842494] pcieport 0000:00:06.0: runtime IRQ mapping not provided by arch
<7>[   12.844198] pcieport 0000:00:06.0: enabling bus mastering
<6>[   12.844669] pcieport 0000:00:06.0: PME: Signaling with IRQ 154
<7>[   12.844863] pcieport 0000:00:06.0: pciehp: Slot Capabilities      : 0x0044fd60
<7>[   12.844875] pcieport 0000:00:06.0: pciehp: Slot Status            : 0x0000
<7>[   12.844884] pcieport 0000:00:06.0: pciehp: Slot Control           : 0x0008
<6>[   12.844893] pcieport 0000:00:06.0: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.844943] pci_bus 0000:1c: dev 00, created physical slot 8
<7>[   12.845059] pcieport 0000:00:06.0: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028
<7>[   12.845121] pcieport 0000:00:06.0: pciehp: pciehp_check_link_active: lnk_status = 1001
<7>[   12.845261] pcieport 0000:00:06.0: save config 0x00: 0x7e4d8086
<7>[   12.845273] pcieport 0000:00:06.0: save config 0x04: 0x00100507
<7>[   12.845282] pcieport 0000:00:06.0: save config 0x08: 0x06040020
<7>[   12.845291] pcieport 0000:00:06.0: save config 0x0c: 0x00810000
<7>[   12.845299] pcieport 0000:00:06.0: save config 0x10: 0x00000000
<7>[   12.845308] pcieport 0000:00:06.0: save config 0x14: 0x00000000
<7>[   12.845316] pcieport 0000:00:06.0: save config 0x18: 0x001c1c00
<7>[   12.845325] pcieport 0000:00:06.0: save config 0x1c: 0x00002020
<7>[   12.845333] pcieport 0000:00:06.0: save config 0x20: 0x9c309c20
<7>[   12.845342] pcieport 0000:00:06.0: save config 0x24: 0x59b15921
<7>[   12.845350] pcieport 0000:00:06.0: save config 0x28: 0x00000040
<7>[   12.845358] pcieport 0000:00:06.0: save config 0x2c: 0x00000040
<7>[   12.845366] pcieport 0000:00:06.0: save config 0x30: 0x00000000
<7>[   12.845374] pcieport 0000:00:06.0: save config 0x34: 0x00000040
<7>[   12.845383] pcieport 0000:00:06.0: save config 0x38: 0x00000000
<7>[   12.845391] pcieport 0000:00:06.0: save config 0x3c: 0x000201ff
<7>[   12.845516] pcieport 0000:00:06.0: vgaarb: pci_notify
<7>[   12.845581] pcieport 0000:00:06.1: vgaarb: pci_notify
<7>[   12.845600] pcieport 0000:00:06.1: runtime IRQ mapping not provided by arch
<6>[   12.847692] pcieport 0000:00:06.1: PME: Signaling with IRQ 155
<7>[   12.847831] pcieport 0000:00:06.1: save config 0x00: 0x7eca8086
<7>[   12.847839] pcieport 0000:00:06.1: save config 0x04: 0x00100507
<7>[   12.847846] pcieport 0000:00:06.1: save config 0x08: 0x06040010
<7>[   12.847853] pcieport 0000:00:06.1: save config 0x0c: 0x00810000
<7>[   12.847859] pcieport 0000:00:06.1: save config 0x10: 0x00000000
<7>[   12.847865] pcieport 0000:00:06.1: save config 0x14: 0x00000000
<7>[   12.847872] pcieport 0000:00:06.1: save config 0x18: 0x00040400
<7>[   12.847878] pcieport 0000:00:06.1: save config 0x1c: 0x000000f0
<7>[   12.847884] pcieport 0000:00:06.1: save config 0x20: 0xaac0aac0
<7>[   12.847891] pcieport 0000:00:06.1: save config 0x24: 0x0001fff1
<7>[   12.847897] pcieport 0000:00:06.1: save config 0x28: 0x00000000
<7>[   12.847904] pcieport 0000:00:06.1: save config 0x2c: 0x00000000
<7>[   12.847910] pcieport 0000:00:06.1: save config 0x30: 0x00000000
<7>[   12.847916] pcieport 0000:00:06.1: save config 0x34: 0x00000040
<7>[   12.847922] pcieport 0000:00:06.1: save config 0x38: 0x00000000
<7>[   12.847928] pcieport 0000:00:06.1: save config 0x3c: 0x000202ff
<7>[   12.847988] pcieport 0000:00:06.1: vgaarb: pci_notify
<7>[   12.848041] pcieport 0000:00:07.0: vgaarb: pci_notify
<7>[   12.848058] pcieport 0000:00:07.0: runtime IRQ mapping not provided by arch
<7>[   12.849667] pcieport 0000:00:07.0: enabling bus mastering
<6>[   12.850063] pcieport 0000:00:07.0: PME: Signaling with IRQ 156
<7>[   12.850243] pcieport 0000:00:07.0: pciehp: Slot Capabilities      : 0x00640060
<7>[   12.850252] pcieport 0000:00:07.0: pciehp: Slot Status            : 0x0108
<7>[   12.850259] pcieport 0000:00:07.0: pciehp: Slot Control           : 0x0000
<6>[   12.850267] pcieport 0000:00:07.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.850701] pci_bus 0000:20: dev 00, created physical slot 12
<7>[   12.850811] pcieport 0000:00:07.0: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028
<7>[   12.850866] pcieport 0000:00:07.0: pciehp: pciehp_check_link_active: lnk_status = 5041
<6>[   12.850880] pcieport 0000:00:07.0: pciehp: Slot(12): Card not present
<7>[   12.850887] pcieport 0000:00:07.0: pciehp: pciehp_unconfigure_device: domain:bus:dev = 0000:20:00
<7>[   12.850897] pci 0000:21:04.0: PME# disabled
<7>[   12.850904] pci 0000:21:03.0: PME# disabled
<7>[   12.850908] pci 0000:21:02.0: PME# disabled
<7>[   12.850913] pci 0000:21:01.0: PME# disabled
<7>[   12.850917] pci 0000:21:00.0: PME# disabled
<7>[   12.850922] pci 0000:20:00.0: PME# disabled
<6>[   12.850927] pci_bus 0000:22: busn_res: [bus 22] is released
<7>[   12.851012] pci 0000:21:00.0: vgaarb: pci_notify
<7>[   12.851504] pcieport 0000:00:07.0: save config 0x00: 0x7ec48086
<7>[   12.851517] pcieport 0000:00:07.0: save config 0x04: 0x00100407
<7>[   12.851519] pcieport 0000:00:07.0: save config 0x08: 0x06040002
<7>[   12.851521] pcieport 0000:00:07.0: save config 0x0c: 0x00810000
<7>[   12.851523] pcieport 0000:00:07.0: save config 0x10: 0x00000000
<7>[   12.851525] pcieport 0000:00:07.0: save config 0x14: 0x00000000
<7>[   12.851527] pcieport 0000:00:07.0: save config 0x18: 0x00492000
<7>[   12.851529] pcieport 0000:00:07.0: save config 0x1c: 0x20006030
<7>[   12.851531] pcieport 0000:00:07.0: save config 0x20: 0xaa109e00
<7>[   12.851533] pcieport 0000:00:07.0: save config 0x24: 0x2bf11001
<7>[   12.851535] pcieport 0000:00:07.0: save config 0x28: 0x00000040
<7>[   12.851537] pcieport 0000:00:07.0: save config 0x2c: 0x00000040
<7>[   12.851539] pcieport 0000:00:07.0: save config 0x30: 0x00000000
<7>[   12.851541] pcieport 0000:00:07.0: save config 0x34: 0x00000040
<7>[   12.851543] pcieport 0000:00:07.0: save config 0x38: 0x00000000
<7>[   12.851545] pcieport 0000:00:07.0: save config 0x3c: 0x000201ff
<7>[   12.851656] pcieport 0000:00:07.0: vgaarb: pci_notify
<7>[   12.851672] pcieport 0000:00:07.2: vgaarb: pci_notify
<7>[   12.851677] pcieport 0000:00:07.2: runtime IRQ mapping not provided by arch
<7>[   12.852022] pcieport 0000:00:07.2: enabling bus mastering
<6>[   12.852126] pcieport 0000:00:07.2: PME: Signaling with IRQ 157
<7>[   12.852163] pcieport 0000:00:07.2: pciehp: Slot Capabilities      : 0x00740060
<7>[   12.852166] pcieport 0000:00:07.2: pciehp: Slot Status            : 0x0000
<7>[   12.852168] pcieport 0000:00:07.2: pciehp: Slot Control           : 0x0000
<6>[   12.852170] pcieport 0000:00:07.2: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.852182] pci_bus 0000:50: dev 00, created physical slot 14
<7>[   12.852268] pcieport 0000:00:07.2: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028
<7>[   12.852278] pcieport 0000:00:07.2: pciehp: pciehp_check_link_active: lnk_status = 1001
<7>[   12.852305] pcieport 0000:00:07.2: save config 0x00: 0x7ec68086
<7>[   12.852307] pcieport 0000:00:07.2: save config 0x04: 0x00100407
<7>[   12.852309] pcieport 0000:00:07.2: save config 0x08: 0x06040002
<7>[   12.852311] pcieport 0000:00:07.2: save config 0x0c: 0x00810000
<7>[   12.852313] pcieport 0000:00:07.2: save config 0x10: 0x00000000
<7>[   12.852315] pcieport 0000:00:07.2: save config 0x14: 0x00000000
<7>[   12.852317] pcieport 0000:00:07.2: save config 0x18: 0x00795000
<7>[   12.852318] pcieport 0000:00:07.2: save config 0x1c: 0x00007070
<7>[   12.852320] pcieport 0000:00:07.2: save config 0x20: 0x9c109000
<7>[   12.852322] pcieport 0000:00:07.2: save config 0x24: 0x4bf13001
<7>[   12.852324] pcieport 0000:00:07.2: save config 0x28: 0x00000040
<7>[   12.852326] pcieport 0000:00:07.2: save config 0x2c: 0x00000040
<7>[   12.852328] pcieport 0000:00:07.2: save config 0x30: 0x00000000
<7>[   12.852329] pcieport 0000:00:07.2: save config 0x34: 0x00000040
<7>[   12.852331] pcieport 0000:00:07.2: save config 0x38: 0x00000000
<7>[   12.852333] pcieport 0000:00:07.2: save config 0x3c: 0x000203ff
<7>[   12.852419] pcieport 0000:00:07.2: vgaarb: pci_notify
<7>[   12.852431] pcieport 0000:00:1c.0: vgaarb: pci_notify
<7>[   12.852435] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
<7>[   12.852683] pci 0000:21:00.0: vgaarb: pci_notify
<7>[   12.852730] pci 0000:21:00.0: device released
<7>[   12.852735] pcieport 0000:00:1c.0: enabling bus mastering
<6>[   12.852752] pci_bus 0000:23: busn_res: [bus 23-2e] is released
<7>[   12.852843] pci 0000:21:01.0: vgaarb: pci_notify
<6>[   12.852866] pcieport 0000:00:1c.0: PME: Signaling with IRQ 158
<7>[   12.852971] pcieport 0000:00:1c.0: pciehp: Slot Capabilities      : 0x0004fd60
<7>[   12.852977] pcieport 0000:00:1c.0: pciehp: Slot Status            : 0x0000
<7>[   12.852979] pcieport 0000:00:1c.0: pciehp: Slot Control           : 0x0008
<6>[   12.852984] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.852996] pci_bus 0000:1d: dev 00, created physical slot 0
<7>[   12.853069] pcieport 0000:00:1c.0: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028
<7>[   12.853081] pcieport 0000:00:1c.0: pciehp: pciehp_check_link_active: lnk_status = 1001
<7>[   12.853111] pcieport 0000:00:1c.0: save config 0x00: 0x7e388086
<7>[   12.853116] pcieport 0000:00:1c.0: save config 0x04: 0x00100507
<7>[   12.853118] pcieport 0000:00:1c.0: save config 0x08: 0x06040020
<7>[   12.853123] pcieport 0000:00:1c.0: save config 0x0c: 0x00810000
<7>[   12.853125] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
<7>[   12.853129] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
<7>[   12.853131] pcieport 0000:00:1c.0: save config 0x18: 0x001d1d00
<7>[   12.853135] pcieport 0000:00:1c.0: save config 0x1c: 0x00008080
<7>[   12.853137] pcieport 0000:00:1c.0: save config 0x20: 0xaab0aa20
<7>[   12.853141] pcieport 0000:00:1c.0: save config 0x24: 0x5a5159c1
<7>[   12.853143] pcieport 0000:00:1c.0: save config 0x28: 0x00000040
<7>[   12.853148] pcieport 0000:00:1c.0: save config 0x2c: 0x00000040
<7>[   12.853149] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
<7>[   12.853154] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
<7>[   12.853156] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
<7>[   12.853160] pcieport 0000:00:1c.0: save config 0x3c: 0x000201ff
<7>[   12.853718] pcieport 0000:00:1c.0: vgaarb: pci_notify
<7>[   12.853731] pcieport 0000:20:00.0: vgaarb: pci_notify
<7>[   12.853735] pcieport 0000:20:00.0: runtime IRQ mapping not provided by arch
<3>[   12.853740] pcieport 0000:20:00.0: Unable to change power state from D3cold to D0, device inaccessible
<7>[   12.853799] pcieport 0000:20:00.0: save config 0x00: 0xffffffff
<7>[   12.853800] pcieport 0000:20:00.0: save config 0x04: 0xffffffff
<7>[   12.853802] pcieport 0000:20:00.0: save config 0x08: 0xffffffff
<7>[   12.853803] pcieport 0000:20:00.0: save config 0x0c: 0xffffffff
<7>[   12.853804] pcieport 0000:20:00.0: save config 0x10: 0xffffffff
<7>[   12.853805] pcieport 0000:20:00.0: save config 0x14: 0xffffffff
<7>[   12.853806] pcieport 0000:20:00.0: save config 0x18: 0xffffffff
<7>[   12.853807] pcieport 0000:20:00.0: save config 0x1c: 0xffffffff
<7>[   12.853808] pcieport 0000:20:00.0: save config 0x20: 0xffffffff
<7>[   12.853809] pcieport 0000:20:00.0: save config 0x24: 0xffffffff
<7>[   12.853810] pcieport 0000:20:00.0: save config 0x28: 0xffffffff
<7>[   12.853810] pcieport 0000:20:00.0: save config 0x2c: 0xffffffff
<7>[   12.853811] pcieport 0000:20:00.0: save config 0x30: 0xffffffff
<7>[   12.853812] pcieport 0000:20:00.0: save config 0x34: 0xffffffff
<7>[   12.853813] pcieport 0000:20:00.0: save config 0x38: 0xffffffff
<7>[   12.853814] pcieport 0000:20:00.0: save config 0x3c: 0xffffffff
<7>[   12.853820] pcieport 0000:20:00.0: vgaarb: pci_notify
<7>[   12.853831] pcieport 0000:21:02.0: vgaarb: pci_notify
<7>[   12.853835] pcieport 0000:21:02.0: runtime IRQ mapping not provided by arch
<3>[   12.853837] pcieport 0000:21:02.0: Unable to change power state from D3cold to D0, device inaccessible
<7>[   12.853927] pcieport 0000:21:02.0: pciehp: Slot Capabilities      : 0x00040000
<7>[   12.853928] pcieport 0000:21:02.0: pciehp: Slot Status            : 0x0000
<7>[   12.853930] pcieport 0000:21:02.0: pciehp: Slot Control           : 0x0000
<6>[   12.853931] pcieport 0000:21:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.853943] pci_bus 0000:2f: dev 00, created physical slot 0-1
<7>[   12.854040] pcieport 0000:21:02.0: pciehp: pcie_enable_notification: SLOTCTRL d8 write cmd 1028
<7>[   12.854054] pcieport 0000:21:02.0: save config 0x00: 0xffffffff
<7>[   12.854055] pcieport 0000:21:02.0: save config 0x04: 0xffffffff
<7>[   12.854056] pcieport 0000:21:02.0: save config 0x08: 0xffffffff
<7>[   12.854057] pcieport 0000:21:02.0: save config 0x0c: 0xffffffff
<7>[   12.854058] pcieport 0000:21:02.0: save config 0x10: 0xffffffff
<7>[   12.854059] pcieport 0000:21:02.0: save config 0x14: 0xffffffff
<7>[   12.854060] pcieport 0000:21:02.0: save config 0x18: 0xffffffff
<7>[   12.854061] pcieport 0000:21:02.0: save config 0x1c: 0xffffffff
<7>[   12.854062] pcieport 0000:21:02.0: save config 0x20: 0xffffffff
<7>[   12.854063] pcieport 0000:21:02.0: save config 0x24: 0xffffffff
<7>[   12.854064] pcieport 0000:21:02.0: save config 0x28: 0xffffffff
<7>[   12.854065] pcieport 0000:21:02.0: save config 0x2c: 0xffffffff
<7>[   12.854066] pcieport 0000:21:02.0: save config 0x30: 0xffffffff
<7>[   12.854067] pcieport 0000:21:02.0: save config 0x34: 0xffffffff
<7>[   12.854068] pcieport 0000:21:02.0: save config 0x38: 0xffffffff
<7>[   12.854069] pcieport 0000:21:02.0: save config 0x3c: 0xffffffff
<7>[   12.854073] pcieport 0000:21:02.0: vgaarb: pci_notify
<7>[   12.854084] pcieport 0000:21:03.0: vgaarb: pci_notify
<7>[   12.854089] pcieport 0000:21:03.0: runtime IRQ mapping not provided by arch
<3>[   12.854090] pcieport 0000:21:03.0: Unable to change power state from D3cold to D0, device inaccessible
<7>[   12.854190] pcieport 0000:21:03.0: pciehp: Slot Capabilities      : 0x00040000
<7>[   12.854192] pcieport 0000:21:03.0: pciehp: Slot Status            : 0x0000
<7>[   12.854193] pcieport 0000:21:03.0: pciehp: Slot Control           : 0x0000
<6>[   12.854194] pcieport 0000:21:03.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
<7>[   12.854204] pci_bus 0000:3b: dev 00, created physical slot 0-2
<7>[   12.854278] pcieport 0000:21:03.0: pciehp: pcie_enable_notification: SLOTCTRL d8 write cmd 1028
<7>[   12.854292] pcieport 0000:21:03.0: save config 0x00: 0xffffffff
<7>[   12.854294] pcieport 0000:21:03.0: save config 0x04: 0xffffffff
<7>[   12.854296] pcieport 0000:21:03.0: save config 0x08: 0xffffffff
<7>[   12.854297] pcieport 0000:21:03.0: save config 0x0c: 0xffffffff
<7>[   12.854298] pcieport 0000:21:03.0: save config 0x10: 0xffffffff
<7>[   12.854299] pcieport 0000:21:03.0: save config 0x14: 0xffffffff
<7>[   12.854300] pcieport 0000:21:03.0: save config 0x18: 0xffffffff
<7>[   12.854301] pcieport 0000:21:03.0: save config 0x1c: 0xffffffff
<7>[   12.854302] pcieport 0000:21:03.0: save config 0x20: 0xffffffff
<7>[   12.854303] pcieport 0000:21:03.0: save config 0x24: 0xffffffff
<7>[   12.854304] pcieport 0000:21:03.0: save config 0x28: 0xffffffff
<7>[   12.854305] pcieport 0000:21:03.0: save config 0x2c: 0xffffffff
<7>[   12.854306] pcieport 0000:21:03.0: save config 0x30: 0xffffffff
<7>[   12.854307] pcieport 0000:21:03.0: save config 0x34: 0xffffffff
<7>[   12.854308] pcieport 0000:21:03.0: save config 0x38: 0xffffffff
<7>[   12.854309] pcieport 0000:21:03.0: save config 0x3c: 0xffffffff
<7>[   12.854313] pcieport 0000:21:03.0: vgaarb: pci_notify
<7>[   12.854322] pcieport 0000:21:04.0: vgaarb: pci_notify
<7>[   12.854327] pcieport 0000:21:04.0: runtime IRQ mapping not provided by arch
<3>[   12.854328] pcieport 0000:21:04.0: Unable to change power state from D3cold to D0, device inaccessible
<7>[   12.854379] pcieport 0000:21:04.0: save config 0x00: 0xffffffff
<7>[   12.854380] pcieport 0000:21:04.0: save config 0x04: 0xffffffff
<7>[   12.854381] pcieport 0000:21:04.0: save config 0x08: 0xffffffff
<7>[   12.854382] pcieport 0000:21:04.0: save config 0x0c: 0xffffffff
<7>[   12.854383] pcieport 0000:21:04.0: save config 0x10: 0xffffffff
<7>[   12.854384] pcieport 0000:21:04.0: save config 0x14: 0xffffffff
<7>[   12.854385] pcieport 0000:21:04.0: save config 0x18: 0xffffffff
<7>[   12.854386] pcieport 0000:21:04.0: save config 0x1c: 0xffffffff
<7>[   12.854387] pcieport 0000:21:04.0: save config 0x20: 0xffffffff
<7>[   12.854388] pcieport 0000:21:04.0: save config 0x24: 0xffffffff
<7>[   12.854389] pcieport 0000:21:04.0: save config 0x28: 0xffffffff
<7>[   12.854390] pcieport 0000:21:04.0: save config 0x2c: 0xffffffff
<7>[   12.854391] pcieport 0000:21:04.0: save config 0x30: 0xffffffff
<7>[   12.854392] pcieport 0000:21:04.0: save config 0x34: 0xffffffff
<7>[   12.854393] pcieport 0000:21:04.0: save config 0x38: 0xffffffff
<7>[   12.854394] pcieport 0000:21:04.0: save config 0x3c: 0xffffffff
<7>[   12.854399] pcieport 0000:21:04.0: vgaarb: pci_notify
<6>[   12.854463] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<7>[   12.854465] acpiphp_ibm: ibm_acpiphp_init
<7>[   12.854574] pci 0000:21:01.0: vgaarb: pci_notify
<7>[   12.854617] pci 0000:21:01.0: device released
<6>[   12.854635] pci_bus 0000:2f: busn_res: [bus 2f-3a] is released
<7>[   12.854696] pcieport 0000:21:02.0: vgaarb: pci_notify
<7>[   12.854750] pcieport 0000:21:02.0: vgaarb: pci_notify
<7>[   12.854773] pcieport 0000:21:02.0: pciehp: pcie_disable_notification: SLOTCTRL d8 write cmd 0
<6>[   12.855327] irq/18-pciehp (138) used greatest stack depth: 15336 bytes left
<4>[   12.855326] Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b6b: 0000 [#1] PREEMPT SMP NOPTI
<4>[   12.855336] CPU: 13 UID: 0 PID: 134 Comm: irq/156-pciehp Not tainted 6.11.0-devel+ #1
<4>[   12.855355] Hardware name: LENOVO 21LVS1CV00/21LVS1CV00, BIOS N45ET18W (1.08 ) 07/08/2024
<4>[   12.855363] RIP: 0010:dev_driver_string+0x12/0x40
<4>[   12.855379] Code: 5c c3 cc cc cc cc 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 48 8b 47 68 48 85 c0 74 08 <48> 8b 00 c3 cc cc cc cc 48 8b 47 60 48 85 c0 75 ef 48 8b 97 a8 02
<4>[   12.855391] RSP: 0000:ffffa600c096fa00 EFLAGS: 00010202
<4>[   12.855400] RAX: 6b6b6b6b6b6b6b6b RBX: ffff8cb582cc3918 RCX: 0000000000000000
<4>[   12.855407] RDX: ffffffffb068370f RSI: ffff8cb582cc3918 RDI: ffff8cb582cc3918
<4>[   12.855413] RBP: ffffa600c096fb10 R08: 0000000000000000 R09: ffff8cb5864c8e80
<4>[   12.855419] R10: ffffa600c096fb20 R11: 0000000000005891 R12: ffffffffb12e5040
<4>[   12.855425] R13: 6b6b6b6b6b6b6b6b R14: 0000000000000080 R15: ffff8cb582dd40c0
<4>[   12.855431] FS:  0000000000000000(0000) GS:ffff8cbcd0140000(0000) knlGS:0000000000000000
<4>[   12.855439] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[   12.855445] CR2: 0000000000000000 CR3: 00000003f922e001 CR4: 0000000000f70ef0
<4>[   12.855451] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
<4>[   12.855457] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
<4>[   12.855462] PKRU: 55555554
<4>[   12.855466] Call Trace:
<4>[   12.855470]  <TASK>
<4>[   12.855475]  ? die_addr+0x36/0x90
<4>[   12.855486]  ? exc_general_protection+0x1c1/0x3e0
<4>[   12.855497]  ? pci_remove_bus_device+0x73/0x110
<4>[   12.855510]  ? asm_exc_general_protection+0x26/0x30
<4>[   12.855521]  ? dev_driver_string+0x12/0x40
<4>[   12.855529]  __dynamic_dev_dbg+0x170/0x210
<4>[   12.855540]  ? trace_hardirqs_on+0x21/0x80
<4>[   12.855550]  ? _raw_spin_unlock_irqrestore+0x19/0x40
<4>[   12.855559]  pci_destroy_slot+0x59/0x60
<4>[   12.855569]  pciehp_remove+0x2e/0x50
<4>[   12.855579]  pcie_port_remove_service+0x30/0x50
<4>[   12.855587]  device_release_driver_internal+0x19f/0x200
<4>[   12.855598]  bus_remove_device+0xc6/0x130
<4>[   12.855606]  ? __pfx_remove_iter+0x10/0x10
<4>[   12.855613]  device_del+0x165/0x3f0
<4>[   12.855621]  ? __pfx_remove_iter+0x10/0x10
<4>[   12.855628]  device_unregister+0x17/0x60
<4>[   12.855636]  remove_iter+0x1f/0x30
<4>[   12.855643]  device_for_each_child+0x6a/0xb0
<4>[   12.855652]  pcie_portdrv_remove+0x2f/0x60
<4>[   12.855659]  pci_device_remove+0x3f/0xa0
<4>[   12.855669]  device_release_driver_internal+0x19f/0x200
<4>[   12.855679]  bus_remove_device+0xc6/0x130
<4>[   12.855687]  device_del+0x165/0x3f0
<4>[   12.855695]  ? trace_hardirqs_on+0x21/0x80
<4>[   12.855702]  pci_remove_bus_device+0x73/0x110
<4>[   12.855712]  pci_remove_bus_device+0x3e/0x110
<4>[   12.855721]  pciehp_unconfigure_device+0x98/0x160
<4>[   12.855731]  pciehp_disable_slot+0x69/0x130
<4>[   12.855740]  pciehp_handle_presence_or_link_change+0x281/0x4c0
<4>[   12.855750]  pciehp_ist+0x14a/0x150
<4>[   12.855759]  irq_thread_fn+0x20/0x60
<4>[   12.855769]  irq_thread+0x133/0x210
<4>[   12.855778]  ? __pfx_irq_thread_fn+0x10/0x10
<4>[   12.855787]  ? __pfx_irq_thread_dtor+0x10/0x10
<4>[   12.855797]  ? __pfx_irq_thread+0x10/0x10
<4>[   12.855805]  kthread+0xcd/0x100
<4>[   12.855814]  ? __pfx_kthread+0x10/0x10
<4>[   12.855821]  ret_from_fork+0x31/0x50
<4>[   12.855830]  ? __pfx_kthread+0x10/0x10
<4>[   12.855837]  ret_from_fork_asm+0x1a/0x30
<4>[   12.855847]  </TASK>
<4>[   12.855850] Modules linked in:
<4>[   12.855863] ---[ end trace 0000000000000000 ]---

ECC: No errors detected
Oops#1 Part1
<5>[    0.000000] Linux version 6.11.0-devel+ (buildbot@buildbot-10) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Sun Sep  8 23:15:08 UTC 2024
<6>[    0.000000] Command line: BOOT_IMAGE=/isolinux/bzImage loglevel=1 sina_toram console=tty1 intel_iommu=on slab_debug
<6>[    0.000000] KERNEL supported cpus:
<6>[    0.000000]   Intel GenuineIntel
<6>[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
<6>[    0.000000] BIOS-provided physical RAM map:
<6>[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
<6>[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e9f3fff] usable
<6>[    0.000000] BIOS-e820: [mem 0x000000003e9f4000-0x000000003fa2efff] ACPI NVS
<6>[    0.000000] BIOS-e820: [mem 0x000000003fa2f000-0x000000003fafefff] ACPI data
<6>[    0.000000] BIOS-e820: [mem 0x000000003faff000-0x00000000422fefff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000422ff000-0x00000000424fefff] type 20
<6>[    0.000000] BIOS-e820: [mem 0x00000000424ff000-0x00000000744fefff] usable
<6>[    0.000000] BIOS-e820: [mem 0x00000000744ff000-0x0000000077ffefff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable
<6>[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000887fffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
<6>[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000086fffffff] usable
<6>[    0.000000] SMT: disabled
<6>[    0.000000] NX (Execute Disable) protection: active
<6>[    0.000000] APIC: Static calls initialized
<6>[    0.000000] user-defined physical RAM map:
<6>[    0.000000] user: [mem 0x0000000000000000-0x000000000009ffff] usable
<6>[    0.000000] user: [mem 0x00000000000a0000-0x00000000000fffff] reserved
<6>[    0.000000] user: [mem 0x0000000000100000-0x000000003e9f3fff] usable
<6>[    0.000000] user: [mem 0x000000003e9f4000-0x000000003fa2efff] ACPI NVS
<6>[    0.000000] user: [mem 0x000000003fa2f000-0x000000003fafefff] ACPI data
<6>[    0.000000] user: [mem 0x000000003faff000-0x00000000422fefff] reserved
<6>[    0.000000] user: [mem 0x00000000422ff000-0x00000000424fefff] type 20
<6>[    0.000000] user: [mem 0x00000000424ff000-0x00000000744fefff] usable
<6>[    0.000000] user: [mem 0x00000000744ff000-0x0000000077ffefff] reserved
<6>[    0.000000] user: [mem 0x0000000077fff000-0x0000000077ffffff] usable
<6>[    0.000000] user: [mem 0x0000000078000000-0x00000000887fffff] reserved
<6>[    0.000000] user: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
<6>[    0.000000] user: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
<6>[    0.000000] user: [mem 0x0000000100000000-0x0000000187ffffff] usable
<6>[    0.000000] user: [mem 0x0000000188000000-0x0000000189ffffff] reserved
<6>[    0.000000] user: [mem 0x000000018a000000-0x000000086fffffff] usable
<6>[    0.000000] efi: EFI v2.7 by Lenovo
<6>[    0.000000] efi: ACPI=0x3fafe000 ACPI 2.0=0x3fafe014 SMBIOS=0x42208000 SMBIOS 3.0=0x421fb000 MEMATTR=0x6e24f118 ESRT=0x6dd66818 
<6>[    0.000000] SMBIOS 3.6.0 present.
<6>[    0.000000] DMI: LENOVO 21LVS1CV00/21LVS1CV00, BIOS N45ET18W (1.08 ) 07/08/2024
<6>[    0.000000] DMI: Memory slots populated: 8/8
<6>[    0.000000] tsc: Detected 3000.000 MHz processor
<6>[    0.000000] tsc: Detected 2995.200 MHz TSC
<7>[    0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[    0.000009] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[    0.000013] last_pfn = 0x870000 max_arch_pfn = 0x400000000
<6>[    0.000016] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
<6>[    0.000017] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
<6>[    0.000387] x2apic: enabled by BIOS, switching to x2apic ops
<6>[    0.000388] last_pfn = 0x78000 max_arch_pfn = 0x400000000
<6>[    0.004555] Using GB pages for direct mapping
<6>[    0.004868] Secure boot disabled
<6>[    0.004869] RAMDISK: [mem 0x30484000-0x33043fff]
<6>[    0.004871] ACPI: Early table checksum verification disabled
<6>[    0.004874] ACPI: RSDP 0x000000003FAFE014 000024 (v02 LENOVO)
<6>[    0.004877] ACPI: XSDT 0x000000003FAFD228 00016C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004881] ACPI: FACP 0x000000004213A000 000114 (v06 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004884] ACPI: DSDT 0x00000000420D5000 061056 (v02 LENOVO ICL      00000002      01000013)
<6>[    0.004886] ACPI: FACS 0x000000003FA08000 000040
<6>[    0.004887] ACPI: SSDT 0x000000004221B000 00038C (v02 LENOVO Pmax_Dev 00000001 INTL 20210930)
<6>[    0.004889] ACPI: SSDT 0x000000004221A000 000689 (v02 LENOVO Cpu0Ist  00003000 INTL 20210930)
<6>[    0.004891] ACPI: SSDT 0x0000000042219000 0005E7 (v02 LENOVO Cpu0Hwp  00003000 INTL 20210930)
<6>[    0.004892] ACPI: SSDT 0x0000000042218000 0001AB (v02 LENOVO Cpu0Psd  00003000 INTL 20210930)
<6>[    0.004893] ACPI: SSDT 0x0000000042217000 000394 (v02 LENOVO Cpu0Cst  00003001 INTL 20210930)
<6>[    0.004895] ACPI: SSDT 0x0000000042215000 001BAF (v02 LENOVO ApIst    00003000 INTL 20210930)
<6>[    0.004896] ACPI: SSDT 0x0000000042213000 001620 (v02 LENOVO ApHwp    00003000 INTL 20210930)
<6>[    0.004898] ACPI: SSDT 0x0000000042211000 001349 (v02 LENOVO ApPsd    00003000 INTL 20210930)
<6>[    0.004899] ACPI: SSDT 0x0000000042210000 000FBB (v02 LENOVO ApCst    00003000 INTL 20210930)
<6>[    0.004901] ACPI: SSDT 0x000000004220C000 003BC8 (v02 LENOVO CpuSsdt  00003000 INTL 20210930)
<6>[    0.004902] ACPI: SSDT 0x000000004220B000 00059B (v02 LENOVO CtdpB    00001000 INTL 20210930)
<6>[    0.004904] ACPI: DTPR 0x0000000042209000 000088 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004905] ACPI: SSDT 0x0000000042186000 0012A6 (v02 LENOVO PDatTabl 00001000 INTL 20210930)
<6>[    0.004907] ACPI: SSDT 0x0000000042146000 002679 (v02 LENOVO IgfxSsdt 00003000 INTL 20210930)
<6>[    0.004908] ACPI: SSDT 0x000000004213C000 009BEE (v02 LENOVO TcssSsdt 00001000 INTL 20210930)
<6>[    0.004910] ACPI: ECDT 0x000000004213B000 000053 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004911] ACPI: HPET 0x0000000042139000 000038 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004913] ACPI: APIC 0x0000000042138000 000358 (v05 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004914] ACPI: MCFG 0x0000000042137000 00003C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004916] ACPI: SSDT 0x00000000420CF000 005EDB (v02 LENOVO MtlP_Rvp 00001000 INTL 20210930)
<6>[    0.004917] ACPI: SSDT 0x00000000420CE000 00027B (v02 LENOVO PID1Ssdt 00000010 INTL 20210930)
<6>[    0.004919] ACPI: SSDT 0x00000000420CC000 00123A (v02 LENOVO ProjSsdt 00000010 INTL 20210930)
<6>[    0.004920] ACPI: SSDT 0x00000000420C7000 00429C (v02 LENOVO DptfTabl 00001000 INTL 20210930)
<6>[    0.004922] ACPI: LPIT 0x00000000420C6000 0000CC (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004923] ACPI: WSMT 0x00000000420C5000 000028 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004925] ACPI: SSDT 0x00000000420BF000 00587D (v02 LENOVO TbtTypeC 00000000 INTL 20210930)
<6>[    0.004926] ACPI: DBGP 0x00000000420BE000 000034 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004928] ACPI: DBG2 0x00000000420BD000 000054 (v00 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004929] ACPI: NHLT 0x00000000420BC000 00096C (v00 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004930] ACPI: MSDM 0x00000000420BB000 000055 (v03 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004932] ACPI: SSDT 0x00000000420A5000 001043 (v02 LENOVO UsbCTabl 00001000 INTL 20210930)
<6>[    0.004933] ACPI: BATB 0x00000000420A3000 00004A (v02 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004935] ACPI: DMAR 0x00000000402A1000 000098 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004936] ACPI: FPDT 0x00000000402A0000 000044 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004938] ACPI: SSDT 0x000000004029E000 0018C6 (v02 LENOVO SocGpe   00003000 INTL 20210930)
<6>[    0.004939] ACPI: SSDT 0x000000004029B000 0028D3 (v02 LENOVO SocCmn   00003000 INTL 20210930)
<6>[    0.004941] ACPI: SDEV 0x000000004029A000 0000BC (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004942] ACPI: PHAT 0x0000000040271000 00080C (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004944] ACPI: BGRT 0x0000000040270000 000038 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004945] ACPI: UEFI 0x000000003E9F4000 000076 (v01 LENOVO TP-N45   00001080 PTEC 00000002)
<6>[    0.004946] ACPI: Reserving FACP table memory at [mem 0x4213a000-0x4213a113]
<6>[    0.004947] ACPI: Reserving DSDT table memory at [mem 0x420d5000-0x42136055]
<6>[    0.004947] ACPI: Reserving FACS table memory at [mem 0x3fa08000-0x3fa0803f]
<6>[    0.004948] ACPI: Reserving SSDT table memory at [mem 0x4221b000-0x4221b38b]
<6>[    0.004948] ACPI: Reserving SSDT table memory at [mem 0x4221a000-0x4221a688]
<6>[    0.004949] ACPI: Reserving SSDT table memory at [mem 0x42219000-0x422195e6]
<6>[    0.004949] ACPI: Reserving SSDT table memory at [mem 0x42218000-0x422181aa]
<6>[    0.004949] ACPI: Reserving SSDT table memory at [mem 0x42217000-0x42217393]
<6>[    0.004950] ACPI: Reserving SSDT table memory at [mem 0x42215000-0x42216bae]
<6>[    0.004950] ACPI: Reserving SSDT table memory at [mem 0x42213000-0x4221461f]
<6>[    0.004951] ACPI: Reserving SSDT table memory at [mem 0x42211000-0x42212348]
<6>[    0.004951] ACPI: Reserving SSDT table memory at [mem 0x42210000-0x42210fba]
<6>[    0.004951] ACPI: Reserving SSDT table memory at [mem 0x4220c000-0x4220fbc7]
<6>[    0.004952] ACPI: Reserving SSDT table memory at [mem 0x4220b000-0x4220b59a]
<6>[    0.004952] ACPI: Reserving DTPR table memory at [mem 0x42209000-0x42209087]
<6>[    0.004953] ACPI: Reserving SSDT table memory at [mem 0x42186000-0x421872a5]
<6>[    0.004953] ACPI: Reserving SSDT table memory at [mem 0x42146000-0x42148678]
<6>[    0.004953] ACPI: Reserving SSDT table memory at [mem 0x4213c000-0x42145bed]
<6>[    0.004954] ACPI: Reserving ECDT table memory at [mem 0x4213b000-0x4213b052]
<6>[    0.004954] ACPI: Reserving HPET table memory at [mem 0x42139000-0x42139037]
<6>[    0.004955] ACPI: Reserving APIC table memory at [mem 0x42138000-0x42138357]
<6>[    0.004955] ACPI: Reserving MCFG table memory at [mem 0x42137000-0x4213703b]
<6>[    0.004955] ACPI: Reserving SSDT table memory at [mem 0x420cf000-0x420d4eda]
<6>[    0.004956] ACPI: Reserving SSDT table memory at [mem 0x420ce000-0x420ce27a]
<6>[    0.004956] ACPI: Reserving SSDT table memory at [mem 0x420cc000-0x420cd239]
<6>[    0.004956] ACPI: Reserving SSDT table memory at [mem 0x420c7000-0x420cb29b]
<6>[    0.004957] ACPI: Reserving LPIT table memory at [mem 0x420c6000-0x420c60cb]
<6>[    0.004957] ACPI: Reserving WSMT table memory at [mem 0x420c5000-0x420c5027]
<6>[    0.004958] ACPI: Reserving SSDT table memory at [mem 0x420bf000-0x420c487c]
<6>[    0.004958] ACPI: Reserving DBGP table memory at [mem 0x420be000-0x420be033]
<6>[    0.004958] ACPI: Reserving DBG2 table memory at [mem 0x420bd000-0x420bd053]
<6>[    0.004959] ACPI: Reserving NHLT table memory at [mem 0x420bc000-0x420bc96b]
<6>[    0.004959] ACPI: Reserving MSDM table memory at [mem 0x420bb000-0x420bb054]
<6>[    0.004960] ACPI: Reserving SSDT table memory at [mem 0x420a5000-0x420a6042]
<6>[    0.004960] ACPI: Reserving BATB table memory at [mem 0x420a3000-0x420a3049]
<6>[    0.004960] ACPI: Reserving DMAR table memory at [mem 0x402a1000-0x402a1097]
<6>[    0.004961] ACPI: Reserving FPDT table memory at [mem 0x402a0000-0x402a0043]
<6>[    0.004961] ACPI: Reserving SSDT table memory at [mem 0x4029e000-0x4029f8c5]
<6>[    0.004962] ACPI: Reserving SSDT table memory at [mem 0x4029b000-0x4029d8d2]
<6>[    0.004962] ACPI: Reserving SDEV table memory at [mem 0x4029a000-0x4029a0bb]
<6>[    0.004962] ACPI: Reserving PHAT table memory at [mem 0x40271000-0x4027180b]
<6>[    0.004963] ACPI: Reserving BGRT table memory at [mem 0x40270000-0x40270037]
<6>[    0.004963] ACPI: Reserving UEFI table memory at [mem 0x3e9f4000-0x3e9f4075]
<6>[    0.004992] APIC: Switched APIC routing to: cluster x2apic
<6>[    0.005011] Zone ranges:
<6>[    0.005011]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
<6>[    0.005012]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
<6>[    0.005013]   Normal   [mem 0x0000000100000000-0x000000086fffffff]
<6>[    0.005014] Movable zone start for each node
<6>[    0.005015] Early memory node ranges
<6>[    0.005015]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
<6>[    0.005016]   node   0: [mem 0x0000000000100000-0x000000003e9f3fff]
<6>[    0.005016]   node   0: [mem 0x00000000424ff000-0x00000000744fefff]
<6>[    0.005017]   node   0: [mem 0x0000000077fff000-0x0000000077ffffff]
<6>[    0.005017]   node   0: [mem 0x0000000100000000-0x0000000187ffffff]
<6>[    0.005018]   node   0: [mem 0x000000018a000000-0x000000086fffffff]
<6>[    0.005019] Initmem setup node 0 [mem 0x0000000000001000-0x000000086fffffff]
<6>[    0.005021] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[    0.005043] On node 0, zone DMA: 96 pages in unavailable ranges
<6>[    0.007572] On node 0, zone DMA32: 15115 pages in unavailable ranges
<6>[    0.007648] On node 0, zone DMA32: 15104 pages in unavailable ranges
<6>[    0.049752] On node 0, zone Normal: 8192 pages in unavailable ranges
<6>[    0.050497] ACPI: PM-Timer IO Port: 0x1808
<6>[    0.050503] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
<6>[    0.050536] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
<6>[    0.050538] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[    0.050539] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<6>[    0.050542] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[    0.050543] ACPI: HPET id: 0x8086a201 base: 0xfed00000
<6>[    0.050546] TSC deadline timer available
<6>[    0.050549] CPU topo: Max. logical packages:   1
<6>[    0.050549] CPU topo: Max. logical dies:       1
<6>[    0.050549] CPU topo: Max. dies per package:   1
<6>[    0.050551] CPU topo: Max. threads per core:   2
<6>[    0.050552] CPU topo: Num. cores per package:    14
<6>[    0.050553] CPU topo: Num. threads per package:  18
<6>[    0.050553] CPU topo: Allowing 18 present CPUs plus 0 hotplug CPUs
<6>[    0.050563] [mem 0x88800000-0xbfffffff] available for PCI devices
<6>[    0.050566] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
<6>[    0.055129] setup_percpu: NR_CPUS:32 nr_cpumask_bits:18 nr_cpu_ids:18 nr_node_ids:1
<6>[    0.055954] percpu: Embedded 58 pages/cpu s198360 r8192 d31016 u262144
<7>[    0.055957] pcpu-alloc: s198360 r8192 d31016 u262144 alloc=1*2097152
<7>[    0.055959] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
<7>[    0.055963] pcpu-alloc: [0] 16 17 -- -- -- -- -- -- 
<5>[    0.055972] Kernel command line: memmap=0x2000000$0x188000000 ramoops.mem_address=0x188000000 ramoops.mem_size=0x2000000 ramoops.ecc=1 ramoops.record_size=0x200000 ramoops.console_size=0 ramoops.ftrace_size=0 ramoops.pmsg_size=0 mitigations=auto nosmt dummy_hcd.is_super_speed=true g_mass_storage.idVendor=0x22e0 g_mass_storage.idProduct=0x0300 g_mass_storage.iManufacturer=Secunet g_mass_storage.iProduct="SINA Virtual USB Stick" g_mass_storage.removable=1 g_mass_storage.nofua=1 BOOT_IMAGE=/isolinux/bzImage loglevel=1 sina_toram console=tty1 intel_iommu=on slab_debug
<6>[    0.056032] DMAR: IOMMU enabled
<5>[    0.056054] Unknown kernel command line parameters "sina_toram BOOT_IMAGE=/isolinux/bzImage", will be passed to user space.
<5>[    0.056066] random: crng init done
<6>[    0.058951] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
<6>[    0.060380] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[    0.060493] Built 1 zonelists, mobility grouping on.  Total pages: 8251796
<6>[    0.060496] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
<6>[    0.060497] stackdepot: allocating hash table via alloc_large_system_hash
<6>[    0.060498] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
<6>[    0.061948] software IO TLB: area num 32.
<4>[    0.111717] **********************************************************
<4>[    0.111718] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
<4>[    0.111718] **                                                      **
<4>[    0.111718] ** This system shows unhashed kernel memory addresses   **
<4>[    0.111719] ** via the console, logs, and other interfaces. This    **
<4>[    0.111719] ** might reduce the security of your system.            **
<4>[    0.111719] **                                                      **
<4>[    0.111719] ** If you see this message and you are not debugging    **
<4>[    0.111720] ** the kernel, report this immediately to your system   **
<4>[    0.111720] ** administrator!                                       **
<4>[    0.111720] **                                                      **
<4>[    0.111720] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
<4>[    0.111720] **********************************************************
<6>[    0.111829] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=18, Nodes=1
<6>[    0.111873] ftrace: allocating 62443 entries in 244 pages
<6>[    0.120234] ftrace: allocated 244 pages with 5 groups
<6>[    0.121162] Dynamic Preempt: voluntary
<6>[    0.121392] rcu: Preemptible hierarchical RCU implementation.
<6>[    0.121392] rcu: 	RCU event tracing is enabled.
<6>[    0.121393] rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=18.
<6>[    0.121394] 	Trampoline variant of Tasks RCU enabled.
<6>[    0.121394] 	Rude variant of Tasks RCU enabled.
<6>[    0.121394] 	Tracing variant of Tasks RCU enabled.
<6>[    0.121395] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
<6>[    0.121395] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=18
<6>[    0.121428] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.121430] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.121431] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
<6>[    0.128401] NR_IRQS: 4352, nr_irqs: 2200, preallocated irqs: 16
<6>[    0.128729] rcu: srcu_init: Setting srcu_struct sizes based on contention.
<6>[    0.128939] Console: colour dummy device 80x25
<6>[    0.128941] printk: legacy console [tty1] enabled
<6>[    0.128961] ACPI: Core revision 20240322
<6>[    0.129377] hpet: HPET dysfunctional in PC10. Force disabled.
<6>[    0.129378] APIC: Switch to symmetric I/O mode setup
<6>[    0.129380] DMAR: Host address width 42
<6>[    0.129381] DMAR: DRHD base: 0x000000fc800000 flags: 0x0
<6>[    0.129401] DMAR: dmar0: reg_base_addr fc800000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0ef5e
<6>[    0.129403] DMAR: DRHD base: 0x000000fc801000 flags: 0x1
<6>[    0.129412] DMAR: dmar1: reg_base_addr fc801000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0efde
<6>[    0.129414] DMAR: SATC flags: 0x1
<6>[    0.129418] DMAR-IR: IOAPIC id 2 under DRHD base  0xfc801000 IOMMU 1
<6>[    0.129419] DMAR-IR: HPET id 0 under DRHD base 0xfc801000
<6>[    0.129420] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
<6>[    0.131076] DMAR-IR: Enabled IRQ remapping in x2apic mode
<6>[    0.135143] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
<6>[    0.135148] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.40 BogoMIPS (lpj=2995200)
<6>[    0.135204] CPU0: Thermal monitoring enabled (TM1)
<6>[    0.135205] x86/cpu: User Mode Instruction Prevention (UMIP) activated
<6>[    0.135382] CET detected: Indirect Branch Tracking enabled
<6>[    0.135383] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
<6>[    0.135384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
<6>[    0.135386] process: using mwait in idle threads
<6>[    0.135388] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
<6>[    0.135390] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
<6>[    0.135391] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
<6>[    0.135392] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
<6>[    0.135394] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
<6>[    0.135402] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[    0.135402] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[    0.135403] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[    0.135403] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
<6>[    0.135404] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
<6>[    0.135404] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
<6>[    0.135405] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
<6>[    0.135406] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
<6>[    0.135406] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
<6>[    0.136147] Freeing SMP alternatives memory: 48K
<6>[    0.136147] pid_max: default: 32768 minimum: 301
<6>[    0.136147] LSM: initializing lsm=capability,sina
<6>[    0.136147] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[    0.136147] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[    0.136147] smpboot: CPU0: Intel(R) Core(TM) Ultra 5 125H (family: 0x6, model: 0xaa, stepping: 0x4)
<6>[    0.136147] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Meteorlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
<6>[    0.136147] core: cpu_core PMU driver: 
<6>[    0.136147] ... version:                5
<6>[    0.136147] ... bit width:              48
<6>[    0.136147] ... generic registers:      8
<6>[    0.136147] ... value mask:             0000ffffffffffff
<6>[    0.136147] ... max period:             00007fffffffffff
<6>[    0.136147] ... fixed-purpose events:   4
<6>[    0.136147] ... event mask:             0001000f000000ff
<6>[    0.136147] signal: max sigframe size: 3232
<6>[    0.136147] Estimated ratio of average max frequency by base frequency (times 1024): 1467
<6>[    0.136147] rcu: Hierarchical SRCU implementation.
<6>[    0.136147] rcu: 	Max phase no-delay instances is 400.
<6>[    0.136147] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
<6>[    0.136783] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[    0.137009] smp: Bringing up secondary CPUs ...
<6>[    0.137126] smpboot: x86: Booting SMP configuration:
<6>[    0.137127] .... node  #0, CPUs:        #1  #3  #6  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17
<6>[    0.007276] core: cpu_atom PMU driver: PEBS-via-PT 
<6>[    0.007276] ... version:                5
<6>[    0.007276] ... bit width:              48
<6>[    0.007276] ... generic registers:      8
<6>[    0.007276] ... value mask:             0000ffffffffffff
<6>[    0.007276] ... max period:             00007fffffffffff
<6>[    0.007276] ... fixed-purpose events:   3
<6>[    0.007276] ... event mask:             00000007000000ff
<4>[    0.147317]   #2  #4  #5  #7
<6>[    0.158467] smp: Brought up 1 node, 14 CPUs
<6>[    0.158474] smpboot: Total of 14 processors activated (83865.60 BogoMIPS)
<6>[    0.159452] Memory: 32233372K/33007184K available (22528K kernel code, 9458K rwdata, 9072K rodata, 3684K init, 2892K bss, 755128K reserved, 0K cma-reserved)
<6>[    0.160376] devtmpfs: initialized
<6>[    0.161413] ACPI: PM: Registering ACPI NVS region [mem 0x3e9f4000-0x3fa2efff] (17018880 bytes)
<6>[    0.163171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
<6>[    0.163174] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
<6>[    0.163279] pinctrl core: initialized pinctrl subsystem
<6>[    0.163491] PM: RTC time: 09:05:40, date: 2024-09-19
<6>[    0.163902] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[    0.164100] ramoops: using module parameters
<6>[    0.164215] ramoops: uncorrectable error in header
<6>[    0.164267] ramoops: uncorrectable error in header
<6>[    0.164317] ramoops: uncorrectable error in header
<6>[    0.164366] ramoops: uncorrectable error in header
<6>[    0.164414] ramoops: uncorrectable error in header
<6>[    0.164464] ramoops: uncorrectable error in header
<6>[    0.164514] ramoops: uncorrectable error in header
<6>[    0.164563] ramoops: uncorrectable error in header
<6>[    0.164613] ramoops: uncorrectable error in header
<6>[    0.164661] ramoops: uncorrectable error in header
<6>[    0.165502] pstore: Using crash dump compression: deflate
<6>[    0.165503] pstore: Registered ramoops as persistent store backend
<6>[    0.165504] ramoops: using 0x2000000@0x188000000, ecc: 16
<6>[    0.165674] thermal_sys: Registered thermal governor 'step_wise'
<6>[    0.165675] thermal_sys: Registered thermal governor 'user_space'
<6>[    0.165692] cpuidle: using governor menu
<6>[    0.165726] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[    0.165726] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
<6>[    0.165726] PCI: Using configuration type 1 for base access
<6>[    0.166190] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
<6>[    0.171210] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
<6>[    0.171210] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
<6>[    0.171282] ACPI: Added _OSI(Module Device)
<6>[    0.171283] ACPI: Added _OSI(Processor Device)
<6>[    0.171283] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[    0.171283] ACPI: Added _OSI(Processor Aggregator Device)
<6>[    0.387105] ACPI: 23 ACPI AML tables successfully acquired and loaded
<6>[    0.392044] ACPI: EC: EC started
<6>[    0.392045] ACPI: EC: interrupt blocked
<6>[    0.392537] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[    0.392538] ACPI: EC: Boot ECDT EC used to handle transactions
<5>[    0.394470] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[    0.864156] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
<6>[    0.864158] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
<6>[    0.878521] ACPI: Interpreter enabled
<6>[    0.878567] ACPI: PM: (supports S0 S5)
<6>[    0.878568] ACPI: Using IOAPIC for interrupt routing
<6>[    0.878650] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[    0.878651] PCI: Ignoring E820 reservations for host bridge windows
<6>[    0.881524] ACPI: Enabled 10 GPEs in block 00 to 7F
<6>[    0.881542] ACPI: Enabled 8 GPEs in block 80 to DF
<6>[    0.890672] ACPI: \_SB_.PC00.LPCB.EC__.PUBS: New power resource
<6>[    0.903389] ACPI: \_SB_.PC00.XHCI.RHUB.HS08.WWPR: New power resource
<6>[    0.933598] ACPI: \_SB_.PC00.RP01.PXP_: New power resource
<6>[    0.945904] ACPI: \_SB_.PC00.RP06.PXP_: New power resource
<6>[    0.950780] ACPI: \_SB_.PC00.RP07.PXP_: New power resource
<6>[    0.960130] ACPI: \_SB_.PC00.RP10.PXP_: New power resource
<6>[    0.970431] ACPI: \_SB_.PC00.TBT0: New power resource
<6>[    0.970697] ACPI: \_SB_.PC00.TBT1: New power resource
<6>[    0.970960] ACPI: \_SB_.PC00.D3C_: New power resource
<6>[    1.051720] ACPI: \PIN_: New power resource
<6>[    1.051809] ACPI: \PINP: New power resource
<6>[    1.053477] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
<6>[    1.053486] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[    1.057675] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
<6>[    1.062280] PCI host bridge to bus 0000:00
<6>[    1.062298] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
<6>[    1.062300] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
<6>[    1.062301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[    1.062303] pci_bus 0000:00: root bus resource [mem 0x90000000-0xbfffffff window]
<6>[    1.062304] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x3ffbfffffff window]
<6>[    1.062307] pci_bus 0000:00: root bus resource [bus 00-fe]
<6>[    1.184003] pci 0000:00:00.0: [8086:7d14] type 00 class 0x060000 conventional PCI endpoint
<6>[    1.184283] pci 0000:00:02.0: [8086:7d55] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
<6>[    1.184295] pci 0000:00:02.0: BAR 0 [mem 0x4058000000-0x4058ffffff 64bit pref]
<6>[    1.184304] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
<6>[    1.184341] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
<6>[    1.184344] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[    1.184381] pci 0000:00:02.0: PME# supported from D0 D3hot
<6>[    1.185024] pci 0000:00:04.0: [8086:7d03] type 00 class 0x118000 conventional PCI endpoint
<6>[    1.185039] pci 0000:00:04.0: BAR 0 [mem 0x405a6c0000-0x405a6dffff 64bit]
<6>[    1.186311] pci 0000:00:06.0: [8086:7e4d] type 01 class 0x060400 PCIe Root Port
<6>[    1.186338] pci 0000:00:06.0: PCI bridge to [bus 1c]
<6>[    1.186353] pci 0000:00:06.0:   bridge window [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[    1.186454] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
<6>[    1.189324] pci 0000:00:06.1: [8086:7eca] type 01 class 0x060400 PCIe Root Port
<6>[    1.189351] pci 0000:00:06.1: PCI bridge to [bus 04]
<6>[    1.189356] pci 0000:00:06.1:   bridge window [mem 0xaac00000-0xaacfffff]
<6>[    1.189452] pci 0000:00:06.1: PME# supported from D0 D3hot D3cold
<6>[    1.192598] pci 0000:00:07.0: [8086:7ec4] type 01 class 0x060400 PCIe Root Port
<6>[    1.192623] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<6>[    1.192628] pci 0000:00:07.0:   bridge window [mem 0x9e000000-0xaa1fffff]
<6>[    1.192637] pci 0000:00:07.0:   bridge window [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[    1.192769] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
<6>[    1.195553] pci 0000:00:07.2: [8086:7ec6] type 01 class 0x060400 PCIe Root Port
<6>[    1.195579] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<6>[    1.195584] pci 0000:00:07.2:   bridge window [mem 0x90000000-0x9c1fffff]
<6>[    1.195593] pci 0000:00:07.2:   bridge window [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[    1.195721] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
<6>[    1.198546] pci 0000:00:08.0: [8086:7e4c] type 00 class 0x088000 conventional PCI endpoint
<6>[    1.198561] pci 0000:00:08.0: BAR 0 [mem 0x405a70f000-0x405a70ffff 64bit]
<6>[    1.198803] pci 0000:00:0a.0: [8086:7d0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
<6>[    1.198811] pci 0000:00:0a.0: BAR 0 [mem 0x405a680000-0x405a6bffff 64bit]
<6>[    1.198827] pci 0000:00:0a.0: enabling Extended Tags
<6>[    1.198936] pci 0000:00:0b.0: [8086:7d1d] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint
<6>[    1.198945] pci 0000:00:0b.0: BAR 0 [mem 0x4050000000-0x4057ffffff 64bit]
<6>[    1.198957] pci 0000:00:0b.0: BAR 4 [mem 0x405a70e000-0x405a70efff 64bit]
<6>[    1.199182] pci 0000:00:0d.0: [8086:7ec0] type 00 class 0x0c0330 conventional PCI endpoint
<6>[    1.199195] pci 0000:00:0d.0: BAR 0 [mem 0x405a6f0000-0x405a6fffff 64bit]
<6>[    1.199254] pci 0000:00:0d.0: PME# supported from D3hot D3cold
<6>[    1.201196] pci 0000:00:0d.2: [8086:7ec2] type 00 class 0x0c0340 conventional PCI endpoint
<6>[    1.201211] pci 0000:00:0d.2: BAR 0 [mem 0x405a640000-0x405a67ffff 64bit]
<6>[    1.201220] pci 0000:00:0d.2: BAR 2 [mem 0x405a70d000-0x405a70dfff 64bit]
<6>[    1.201270] pci 0000:00:0d.2: supports D1 D2
<6>[    1.201271] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.201970] pci 0000:00:0d.3: [8086:7ec3] type 00 class 0x0c0340 conventional PCI endpoint
<6>[    1.201984] pci 0000:00:0d.3: BAR 0 [mem 0x405a600000-0x405a63ffff 64bit]
<6>[    1.201994] pci 0000:00:0d.3: BAR 2 [mem 0x405a70c000-0x405a70cfff 64bit]
<6>[    1.202044] pci 0000:00:0d.3: supports D1 D2
<6>[    1.202044] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.202766] pci 0000:00:14.0: [8086:7e7d] type 00 class 0x0c0330 conventional PCI endpoint
<6>[    1.202781] pci 0000:00:14.0: BAR 0 [mem 0x405a6e0000-0x405a6effff 64bit]
<6>[    1.202846] pci 0000:00:14.0: PME# supported from D3hot D3cold
<6>[    1.204822] pci 0000:00:14.2: [8086:7e7f] type 00 class 0x050000 conventional PCI endpoint
<6>[    1.204839] pci 0000:00:14.2: BAR 0 [mem 0x405a704000-0x405a707fff 64bit]
<6>[    1.204850] pci 0000:00:14.2: BAR 2 [mem 0x405a70b000-0x405a70bfff 64bit]
<6>[    1.205050] pci 0000:00:15.0: [8086:7e78] type 00 class 0x0c8000 conventional PCI endpoint
<6>[    1.205072] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
<6>[    1.206360] pci 0000:00:16.0: [8086:7e70] type 00 class 0x078000 conventional PCI endpoint
<6>[    1.206378] pci 0000:00:16.0: BAR 0 [mem 0x405a709000-0x405a709fff 64bit]
<6>[    1.206464] pci 0000:00:16.0: PME# supported from D3hot
<6>[    1.208416] pci 0000:00:1c.0: [8086:7e38] type 01 class 0x060400 PCIe Root Port
<6>[    1.208439] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<6>[    1.208447] pci 0000:00:1c.0:   bridge window [mem 0xaa200000-0xaabfffff]
<6>[    1.208458] pci 0000:00:1c.0:   bridge window [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[    1.209098] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
<6>[    1.212242] pci 0000:00:1f.0: [8086:7e02] type 00 class 0x060100 conventional PCI endpoint
<6>[    1.213603] pci 0000:00:1f.3: [8086:7e28] type 00 class 0x040380 conventional PCI endpoint
<6>[    1.213627] pci 0000:00:1f.3: BAR 0 [mem 0x405a700000-0x405a703fff 64bit]
<6>[    1.213702] pci 0000:00:1f.3: BAR 4 [mem 0x4059000000-0x40591fffff 64bit]
<6>[    1.213789] pci 0000:00:1f.3: PME# supported from D3hot D3cold
<6>[    1.213984] pci 0000:00:1f.4: [8086:7e22] type 00 class 0x0c0500 conventional PCI endpoint
<6>[    1.214004] pci 0000:00:1f.4: BAR 0 [mem 0x405a708000-0x405a7080ff 64bit]
<6>[    1.214029] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
<6>[    1.215220] pci 0000:00:1f.5: [8086:7e23] type 00 class 0x0c8000 conventional PCI endpoint
<6>[    1.215250] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
<6>[    1.215536] pci 0000:00:06.0: PCI bridge to [bus 1c]
<6>[    1.215653] pci 0000:04:00.0: [1cc4:660c] type 00 class 0x010802 PCIe Endpoint
<6>[    1.215670] pci 0000:04:00.0: BAR 0 [mem 0xaac00000-0xaac03fff 64bit]
<6>[    1.216135] pci 0000:00:06.1: PCI bridge to [bus 04]
<6>[    1.216253] pci 0000:20:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
<6>[    1.216306] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<6>[    1.216320] pci 0000:20:00.0:   bridge window [mem 0x9e000000-0xa9ffffff]
<6>[    1.216337] pci 0000:20:00.0:   bridge window [mem 0x4010000000-0x402befffff 64bit pref]
<6>[    1.216357] pci 0000:20:00.0: enabling Extended Tags
<6>[    1.216543] pci 0000:20:00.0: supports D1 D2
<6>[    1.216544] pci 0000:20:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.216653] pci 0000:20:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<6>[    1.220169] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<6>[    1.220310] pci 0000:21:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    1.220364] pci 0000:21:00.0: PCI bridge to [bus 22]
<6>[    1.220417] pci 0000:21:00.0: enabling Extended Tags
<6>[    1.220619] pci 0000:21:00.0: supports D1 D2
<6>[    1.220620] pci 0000:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.220955] pci 0000:21:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    1.221009] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<6>[    1.221022] pci 0000:21:01.0:   bridge window [mem 0xa6000000-0xa9ffffff]
<6>[    1.221040] pci 0000:21:01.0:   bridge window [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[    1.221063] pci 0000:21:01.0: enabling Extended Tags
<6>[    1.221270] pci 0000:21:01.0: supports D1 D2
<6>[    1.221270] pci 0000:21:01.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.221595] pci 0000:21:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    1.221649] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<6>[    1.221663] pci 0000:21:02.0:   bridge window [mem 0xa2000000-0xa5ffffff]
<6>[    1.221680] pci 0000:21:02.0:   bridge window [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[    1.221704] pci 0000:21:02.0: enabling Extended Tags
<6>[    1.221911] pci 0000:21:02.0: supports D1 D2
<6>[    1.221911] pci 0000:21:02.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.222241] pci 0000:21:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    1.222295] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<6>[    1.222308] pci 0000:21:03.0:   bridge window [mem 0x9e000000-0xa1ffffff]
<6>[    1.222326] pci 0000:21:03.0:   bridge window [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[    1.222349] pci 0000:21:03.0: enabling Extended Tags
<6>[    1.222557] pci 0000:21:03.0: supports D1 D2
<6>[    1.222557] pci 0000:21:03.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.222883] pci 0000:21:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[    1.222937] pci 0000:21:04.0: PCI bridge to [bus 49]
<6>[    1.222990] pci 0000:21:04.0: enabling Extended Tags
<6>[    1.223195] pci 0000:21:04.0: supports D1 D2
<6>[    1.223195] pci 0000:21:04.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[    1.223537] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<6>[    1.223642] pci 0000:21:00.0: PCI bridge to [bus 22]
<6>[    1.223746] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<6>[    1.223850] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<6>[    1.223952] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<6>[    1.224056] pci 0000:21:04.0: PCI bridge to [bus 49]
<6>[    1.224211] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<6>[    1.224294] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<7>[    1.224339] pci_bus 0000:00: on NUMA node 0
<6>[    1.241529] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
<6>[    3.011670] Low-power S0 idle used by default for system suspend
<6>[    3.014467] ACPI: EC: interrupt unblocked
<6>[    3.014468] ACPI: EC: event unblocked
<6>[    3.014488] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[    3.014489] ACPI: EC: GPE=0x6e
<6>[    3.014491] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
<6>[    3.014495] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
<6>[    3.014654] iommu: Default domain type: Translated
<6>[    3.014655] iommu: DMA domain TLB invalidation policy: lazy mode
<5>[    3.014916] SCSI subsystem initialized
<7>[    3.014943] libata version 3.00 loaded.
<6>[    3.014943] ACPI: bus type USB registered
<6>[    3.014943] usbcore: registered new interface driver usbfs
<6>[    3.015205] usbcore: registered new interface driver hub
<6>[    3.015229] usbcore: registered new device driver usb
<6>[    3.015430] pps_core: LinuxPPS API ver. 1 registered
<6>[    3.015431] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
<6>[    3.015444] PTP clock support registered
<6>[    3.015576] Advanced Linux Sound Architecture Driver Initialized.
<6>[    3.016276] NetLabel: Initializing
<6>[    3.016277] NetLabel:  domain hash size = 128
<6>[    3.016278] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
<6>[    3.016327] NetLabel:  unlabeled traffic allowed by default
<6>[    3.016368] PCI: Using ACPI for IRQ routing
<7>[    3.034644] PCI: pci_cache_line_size set to 64 bytes
<6>[    3.034754] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
<7>[    3.034861] e820: reserve RAM buffer [mem 0x3e9f4000-0x3fffffff]
<7>[    3.034866] e820: reserve RAM buffer [mem 0x744ff000-0x77ffffff]
<6>[    3.034894] pci 0000:00:02.0: vgaarb: setting as boot VGA device
<6>[    3.034894] pci 0000:00:02.0: vgaarb: bridge control possible
<6>[    3.034894] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[    3.034894] vgaarb: loaded
<6>[    3.039321] clocksource: Switched to clocksource tsc-early
<6>[    3.039813] pnp: PnP ACPI init
<6>[    3.041303] system 00:00: [io  0x0680-0x069f] has been reserved
<6>[    3.041308] system 00:00: [io  0x164e-0x164f] has been reserved
<6>[    3.041688] system 00:01: [io  0x1854-0x1857] has been reserved
<6>[    3.042094] system 00:04: [io  0x1800-0x189f] could not be reserved
<6>[    3.042097] system 00:04: [io  0x0800-0x087f] has been reserved
<6>[    3.042100] system 00:04: [io  0x0880-0x08ff] has been reserved
<6>[    3.042104] system 00:04: [io  0x0900-0x097f] has been reserved
<6>[    3.042106] system 00:04: [io  0x0980-0x09ff] has been reserved
<6>[    3.042108] system 00:04: [io  0x0a00-0x0a7f] has been reserved
<6>[    3.042111] system 00:04: [io  0x0a80-0x0aff] has been reserved
<6>[    3.042113] system 00:04: [io  0x0b00-0x0b7f] has been reserved
<6>[    3.042116] system 00:04: [io  0x0b80-0x0bff] has been reserved
<6>[    3.042118] system 00:04: [io  0x15e0-0x15ef] has been reserved
<6>[    3.042123] system 00:04: [io  0x1600-0x167f] could not be reserved
<6>[    3.042127] system 00:04: [io  0x1640-0x165f] could not be reserved
<6>[    3.042130] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
<6>[    3.042133] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
<6>[    3.042136] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[    3.042138] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[    3.042141] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
<6>[    3.042144] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[    3.042146] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
<6>[    3.046809] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
<6>[    3.046815] system 00:05: [mem 0x00000000-0x00000fff] could not be reserved
<6>[    3.046819] system 00:05: [mem 0x00000000-0x00000fff] could not be reserved
<6>[    3.046822] system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
<6>[    3.046826] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
<6>[    3.046831] system 00:05: [mem 0xfc800000-0xfc81ffff] could not be reserved
<6>[    3.046835] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
<6>[    3.046838] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
<6>[    3.049646] system 00:06: [io  0xff00-0xfffe] has been reserved
<4>[    3.052108] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[    3.052110] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[    3.052112] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[    3.052113] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<6>[    3.052174] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
<6>[    3.052179] system 00:08: [mem 0x000e0000-0x000e3fff] could not be reserved
<6>[    3.052183] system 00:08: [mem 0x000e8000-0x000ebfff] could not be reserved
<6>[    3.052188] system 00:08: [mem 0x000f0000-0x000fffff] could not be reserved
<6>[    3.052192] system 00:08: [mem 0x00100000-0x8fffffff] could not be reserved
<6>[    3.052196] system 00:08: [mem 0xfec00000-0xfed3ffff] could not be reserved
<6>[    3.052200] system 00:08: [mem 0xfed4c000-0xffffffff] could not be reserved
<6>[    3.052826] pnp: PnP ACPI: found 9 devices
<6>[    3.061895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[    3.062046] NET: Registered PF_INET protocol family
<6>[    3.062297] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[    3.064658] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
<6>[    3.064685] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[    3.064694] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[    3.064905] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
<6>[    3.065079] TCP: Hash tables configured (established 262144 bind 65536)
<6>[    3.065178] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[    3.065232] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[    3.065394] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[    3.065822] pci 0000:00:06.0: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
<6>[    3.065826] pci 0000:00:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 1c] add_size 200000 add_align 100000
<6>[    3.065832] pci 0000:21:01.0: bridge window [io  0x1000-0x0fff] to [bus 23-2e] add_size 1000
<6>[    3.065834] pci 0000:21:02.0: bridge window [io  0x1000-0x0fff] to [bus 2f-3a] add_size 1000
<6>[    3.065836] pci 0000:21:03.0: bridge window [io  0x1000-0x0fff] to [bus 3b-48] add_size 1000
<6>[    3.065839] pci 0000:20:00.0: bridge window [io  0x1000-0x0fff] to [bus 21-49] add_size 3000
<6>[    3.065841] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 4000
<6>[    3.065843] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
<6>[    3.065845] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
<6>[    3.065860] pci 0000:00:06.0: bridge window [mem 0x9c200000-0x9c3fffff]: assigned
<6>[    3.065863] pci 0000:00:06.0: bridge window [io  0x2000-0x2fff]: assigned
<6>[    3.065864] pci 0000:00:07.0: bridge window [io  0x3000-0x6fff]: assigned
<6>[    3.065866] pci 0000:00:07.2: bridge window [io  0x7000-0x7fff]: assigned
<6>[    3.065867] pci 0000:00:15.0: BAR 0 [mem 0x402c000000-0x402c000fff 64bit]: assigned
<6>[    3.065906] pci 0000:00:1c.0: bridge window [io  0x8000-0x8fff]: assigned
<6>[    3.065908] pci 0000:00:1f.5: BAR 0 [mem 0x9c400000-0x9c400fff]: assigned
<6>[    3.065931] pci 0000:00:06.0: PCI bridge to [bus 1c]
<6>[    3.065935] pci 0000:00:06.0:   bridge window [io  0x2000-0x2fff]
<6>[    3.065939] pci 0000:00:06.0:   bridge window [mem 0x9c200000-0x9c3fffff]
<6>[    3.065944] pci 0000:00:06.0:   bridge window [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[    3.065951] pci 0000:00:06.1: PCI bridge to [bus 04]
<6>[    3.065955] pci 0000:00:06.1:   bridge window [mem 0xaac00000-0xaacfffff]
<6>[    3.065964] pci 0000:20:00.0: bridge window [io  0x3000-0x5fff]: assigned
<6>[    3.065973] pci 0000:21:01.0: bridge window [io  0x3000-0x3fff]: assigned
<6>[    3.065974] pci 0000:21:02.0: bridge window [io  0x4000-0x4fff]: assigned
<6>[    3.065975] pci 0000:21:03.0: bridge window [io  0x5000-0x5fff]: assigned
<6>[    3.065983] pci 0000:21:00.0: PCI bridge to [bus 22]
<6>[    3.066005] pci 0000:21:01.0: PCI bridge to [bus 23-2e]
<6>[    3.066007] pci 0000:21:01.0:   bridge window [io  0x3000-0x3fff]
<6>[    3.066014] pci 0000:21:01.0:   bridge window [mem 0xa6000000-0xa9ffffff]
<6>[    3.066019] pci 0000:21:01.0:   bridge window [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[    3.066028] pci 0000:21:02.0: PCI bridge to [bus 2f-3a]
<6>[    3.066030] pci 0000:21:02.0:   bridge window [io  0x4000-0x4fff]
<6>[    3.066037] pci 0000:21:02.0:   bridge window [mem 0xa2000000-0xa5ffffff]
<6>[    3.066042] pci 0000:21:02.0:   bridge window [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[    3.066051] pci 0000:21:03.0: PCI bridge to [bus 3b-48]
<6>[    3.066053] pci 0000:21:03.0:   bridge window [io  0x5000-0x5fff]
<6>[    3.066060] pci 0000:21:03.0:   bridge window [mem 0x9e000000-0xa1ffffff]
<6>[    3.066065] pci 0000:21:03.0:   bridge window [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[    3.066074] pci 0000:21:04.0: PCI bridge to [bus 49]
<6>[    3.066092] pci 0000:20:00.0: PCI bridge to [bus 21-49]
<6>[    3.066095] pci 0000:20:00.0:   bridge window [io  0x3000-0x5fff]
<6>[    3.066101] pci 0000:20:00.0:   bridge window [mem 0x9e000000-0xa9ffffff]
<6>[    3.066106] pci 0000:20:00.0:   bridge window [mem 0x4010000000-0x402befffff 64bit pref]
<6>[    3.066115] pci 0000:00:07.0: PCI bridge to [bus 20-49]
<6>[    3.066116] pci 0000:00:07.0:   bridge window [io  0x3000-0x6fff]
<6>[    3.066120] pci 0000:00:07.0:   bridge window [mem 0x9e000000-0xaa1fffff]
<6>[    3.066122] pci 0000:00:07.0:   bridge window [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[    3.066127] pci 0000:00:07.2: PCI bridge to [bus 50-79]
<6>[    3.066128] pci 0000:00:07.2:   bridge window [io  0x7000-0x7fff]
<6>[    3.066132] pci 0000:00:07.2:   bridge window [mem 0x90000000-0x9c1fffff]
<6>[    3.066135] pci 0000:00:07.2:   bridge window [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[    3.066140] pci 0000:00:1c.0: PCI bridge to [bus 1d]
<6>[    3.066144] pci 0000:00:1c.0:   bridge window [io  0x8000-0x8fff]
<6>[    3.066147] pci 0000:00:1c.0:   bridge window [mem 0xaa200000-0xaabfffff]
<6>[    3.066153] pci 0000:00:1c.0:   bridge window [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[    3.066161] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
<6>[    3.066162] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
<6>[    3.066163] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[    3.066164] pci_bus 0000:00: resource 7 [mem 0x90000000-0xbfffffff window]
<6>[    3.066165] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x3ffbfffffff window]
<6>[    3.066166] pci_bus 0000:1c: resource 0 [io  0x2000-0x2fff]
<6>[    3.066167] pci_bus 0000:1c: resource 1 [mem 0x9c200000-0x9c3fffff]
<6>[    3.066168] pci_bus 0000:1c: resource 2 [mem 0x4059200000-0x4059bfffff 64bit pref]
<6>[    3.066169] pci_bus 0000:04: resource 1 [mem 0xaac00000-0xaacfffff]
<6>[    3.066170] pci_bus 0000:20: resource 0 [io  0x3000-0x6fff]
<6>[    3.066171] pci_bus 0000:20: resource 1 [mem 0x9e000000-0xaa1fffff]
<6>[    3.066171] pci_bus 0000:20: resource 2 [mem 0x4010000000-0x402bffffff 64bit pref]
<6>[    3.066173] pci_bus 0000:21: resource 0 [io  0x3000-0x5fff]
<6>[    3.066173] pci_bus 0000:21: resource 1 [mem 0x9e000000-0xa9ffffff]
<6>[    3.066174] pci_bus 0000:21: resource 2 [mem 0x4010000000-0x402befffff 64bit pref]
<6>[    3.066175] pci_bus 0000:23: resource 0 [io  0x3000-0x3fff]
<6>[    3.066176] pci_bus 0000:23: resource 1 [mem 0xa6000000-0xa9ffffff]
<6>[    3.066177] pci_bus 0000:23: resource 2 [mem 0x4022a00000-0x402befffff 64bit pref]
<6>[    3.066178] pci_bus 0000:2f: resource 0 [io  0x4000-0x4fff]
<6>[    3.066179] pci_bus 0000:2f: resource 1 [mem 0xa2000000-0xa5ffffff]
<6>[    3.066179] pci_bus 0000:2f: resource 2 [mem 0x4019500000-0x40229fffff 64bit pref]
<6>[    3.066180] pci_bus 0000:3b: resource 0 [io  0x5000-0x5fff]
<6>[    3.066181] pci_bus 0000:3b: resource 1 [mem 0x9e000000-0xa1ffffff]
<6>[    3.066182] pci_bus 0000:3b: resource 2 [mem 0x4010000000-0x40194fffff 64bit pref]
<6>[    3.066183] pci_bus 0000:50: resource 0 [io  0x7000-0x7fff]
<6>[    3.066184] pci_bus 0000:50: resource 1 [mem 0x90000000-0x9c1fffff]
<6>[    3.066184] pci_bus 0000:50: resource 2 [mem 0x4030000000-0x404bffffff 64bit pref]
<6>[    3.066185] pci_bus 0000:1d: resource 0 [io  0x8000-0x8fff]
<6>[    3.066186] pci_bus 0000:1d: resource 1 [mem 0xaa200000-0xaabfffff]
<6>[    3.066187] pci_bus 0000:1d: resource 2 [mem 0x4059c00000-0x405a5fffff 64bit pref]
<6>[    3.066575] pci 0000:00:0d.0: enabling device (0000 -> 0002)
<6>[    3.067705] PCI: CLS 0 bytes, default 64
<6>[    3.067746] DMAR: No RMRR found
<6>[    3.067747] DMAR: No ATSR found
<6>[    3.067748] DMAR: IOMMU feature sc_support inconsistent
<6>[    3.067750] DMAR: dmar0: Using Queued invalidation
<6>[    3.067755] DMAR: dmar1: Using Queued invalidation
<6>[    3.067856] Unpacking initramfs...
<6>[    3.068431] pci 0000:00:02.0: Adding to iommu group 0
<6>[    3.069103] pci 0000:00:00.0: Adding to iommu group 1
<6>[    3.069130] pci 0000:00:04.0: Adding to iommu group 2
<6>[    3.069162] pci 0000:00:06.0: Adding to iommu group 3
<6>[    3.069190] pci 0000:00:06.1: Adding to iommu group 4
<6>[    3.069221] pci 0000:00:07.0: Adding to iommu group 5
<6>[    3.069251] pci 0000:00:07.2: Adding to iommu group 6
<6>[    3.069276] pci 0000:00:08.0: Adding to iommu group 7
<6>[    3.069304] pci 0000:00:0a.0: Adding to iommu group 8
<6>[    3.069330] pci 0000:00:0b.0: Adding to iommu group 9
<6>[    3.069368] pci 0000:00:0d.0: Adding to iommu group 10
<6>[    3.069387] pci 0000:00:0d.2: Adding to iommu group 10
<6>[    3.069407] pci 0000:00:0d.3: Adding to iommu group 10
<6>[    3.069444] pci 0000:00:14.0: Adding to iommu group 11
<6>[    3.069463] pci 0000:00:14.2: Adding to iommu group 11
<6>[    3.069491] pci 0000:00:15.0: Adding to iommu group 12
<6>[    3.069520] pci 0000:00:16.0: Adding to iommu group 13
<6>[    3.069550] pci 0000:00:1c.0: Adding to iommu group 14
<6>[    3.069587] pci 0000:00:1f.0: Adding to iommu group 15
<6>[    3.069606] pci 0000:00:1f.3: Adding to iommu group 15
<6>[    3.069626] pci 0000:00:1f.4: Adding to iommu group 15
<6>[    3.069646] pci 0000:00:1f.5: Adding to iommu group 15
<6>[    3.069677] pci 0000:04:00.0: Adding to iommu group 16
<6>[    3.069705] pci 0000:20:00.0: Adding to iommu group 17
<6>[    3.069733] pci 0000:21:00.0: Adding to iommu group 18
<6>[    3.069760] pci 0000:21:01.0: Adding to iommu group 19
<6>[    3.069788] pci 0000:21:02.0: Adding to iommu group 20
<6>[    3.069815] pci 0000:21:03.0: Adding to iommu group 21
<6>[    3.069841] pci 0000:21:04.0: Adding to iommu group 22
<6>[    3.079473] DMAR: Intel(R) Virtualization Technology for Directed I/O
<6>[    3.079475] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[    3.079475] software IO TLB: mapped [mem 0x00000000704ff000-0x00000000744ff000] (64MB)
<6>[    3.079490] ACPI: bus type thunderbolt registered
<6>[    3.254560] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
<6>[    3.254562] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
<6>[    3.254563] RAPL PMU: hw unit of domain package 2^-14 Joules
<6>[    3.254564] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
<6>[    3.254564] RAPL PMU: hw unit of domain psys 2^-14 Joules
<6>[    3.259046] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
<6>[    3.259160] clocksource: Switched to clocksource tsc
<6>[    3.259204] platform rtc_cmos: registered platform RTC device (no PNP device found)
<5>[    3.264750] Initialise system trusted keyrings
<6>[    3.264849] workingset: timestamp_bits=62 max_order=23 bucket_order=0
<6>[    3.265969] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[    3.265994] 9p: Installing v9fs 9p2000 file system support
<6>[    3.273951] NET: Registered PF_ALG protocol family
<5>[    3.273954] Key type asymmetric registered
<5>[    3.273955] Asymmetric key parser 'x509' registered
<6>[    3.273997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
<6>[    3.273999] io scheduler mq-deadline registered
<6>[    3.274000] io scheduler kyber registered
<6>[    3.275036] pcieport 0000:00:06.0: PME: Signaling with IRQ 154
<6>[    3.275100] pcieport 0000:00:06.0: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<6>[    3.275951] pcieport 0000:00:06.1: PME: Signaling with IRQ 155
<6>[    3.276623] pcieport 0000:00:07.0: PME: Signaling with IRQ 156
<6>[    3.276680] pcieport 0000:00:07.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<6>[    3.277162] pcieport 0000:00:07.0: pciehp: Slot(12): Card not present
<6>[    3.277178] pci_bus 0000:22: busn_res: [bus 22] is released
<6>[    3.278024] pcieport 0000:00:07.2: PME: Signaling with IRQ 157
<6>[    3.278085] pcieport 0000:00:07.2: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<6>[    3.279007] pcieport 0000:00:1c.0: PME: Signaling with IRQ 158
<6>[    3.279079] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
<6>[    3.279083] pci_bus 0000:23: busn_res: [bus 23-2e] is released
<3>[    3.280108] pcieport 0000:20:00.0: Unable to change power state from D3cold to D0, device inaccessible
<3>[    3.280214] pcieport 0000:21:02.0: Unable to change power state from D3cold to D0, device inaccessible
<6>[    3.280348] pcieport 0000:21:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
<3>[    3.280497] pcieport 0000:21:03.0: Unable to change power state from D3cold to D0, device inaccessible
<6>[    3.280628] pcieport 0000:21:03.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
<3>[    3.280763] pcieport 0000:21:04.0: Unable to change power state from D3cold to D0, device inaccessible
<6>[    3.280935] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<6>[    3.280991] pci_bus 0000:2f: busn_res: [bus 2f-3a] is released
<6>[    3.281202] irq/18-pciehp (138) used greatest stack depth: 15336 bytes left
<4>[    3.281235] Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6ba3: 0000 [#1] PREEMPT SMP NOPTI
<4>[    3.281254] CPU: 13 UID: 0 PID: 135 Comm: irq/156-pciehp Not tainted 6.11.0-devel+ #1
<4>[    3.281264] Hardware name: LENOVO 21LVS1CV00/21LVS1CV00, BIOS N45ET18W (1.08 ) 07/08/2024
<4>[    3.281271] RIP: 0010:pci_slot_release+0x34/0xd0
<4>[    3.281287] Code: 48 8d 6f d8 53 48 89 fb 0f 1f 44 00 00 48 c7 c7 00 d1 bc b7 e8 bd 62 cb 00 48 8b 73 d8 48 8b 56 28 48 8d 46 28 48 39 c2 74 29 <8b> 42 38 0f b6 4b f8 c1 e8 03 83 e0 1f 39 c8 75 0c 48 c7 42 30 00
<4>[    3.281299] RSP: 0000:ffff9cbfc0977ad8 EFLAGS: 00010203
<4>[    3.281308] RAX: ffff970482b83828 RBX: ffff9704857c8ca8 RCX: ffff9704857c9130
<4>[    3.281314] RDX: 6b6b6b6b6b6b6b6b RSI: ffff970482b83800 RDI: ffffffffb7bcd100
<4>[    3.281320] RBP: ffff9704857c8c80 R08: ffff9704804f0a00 R09: ffff970480249f10
<4>[    3.281325] R10: ffff9cbfc0977a78 R11: ffff9cbfc0977a80 R12: ffffffffb6a729a0
<4>[    3.281331] R13: ffff970484e702a8 R14: ffff970481749618 R15: ffff970482c940c0
<4>[    3.281336] FS:  0000000000000000(0000) GS:ffff970bd0140000(0000) knlGS:0000000000000000
<4>[    3.281344] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[    3.281350] CR2: 0000000000000000 CR3: 0000000048a2e001 CR4: 0000000000f70ef0
<4>[    3.281356] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
<4>[    3.281362] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
<4>[    3.281367] PKRU: 55555554
<4>[    3.281370] Call Trace:
<4>[    3.281374]  <TASK>
<4>[    3.281380]  ? die_addr+0x36/0x90
<4>[    3.281392]  ? exc_general_protection+0x1c1/0x3e0
<4>[    3.281405]  ? asm_exc_general_protection+0x26/0x30
<4>[    3.281416]  ? pci_slot_release+0x34/0xd0
<4>[    3.281425]  ? pci_slot_release+0x23/0xd0
<4>[    3.281433]  kobject_put+0x8b/0x1d0
<4>[    3.281443]  pci_destroy_slot+0x24/0x60
<4>[    3.281452]  pciehp_remove+0x2e/0x50
<4>[    3.281462]  pcie_port_remove_service+0x30/0x50
<4>[    3.281471]  device_release_driver_internal+0x19f/0x200
<4>[    3.281484]  bus_remove_device+0xc6/0x130
<4>[    3.281493]  ? __pfx_remove_iter+0x10/0x10
<4>[    3.281500]  device_del+0x165/0x3f0
<4>[    3.281509]  ? __pfx_remove_iter+0x10/0x10
<4>[    3.281517]  device_unregister+0x17/0x60
<4>[    3.281525]  remove_iter+0x1f/0x30
<4>[    3.281532]  device_for_each_child+0x6a/0xb0
<4>[    3.281543]  pcie_portdrv_remove+0x2f/0x60
<4>[    3.281552]  pci_device_remove+0x3f/0xa0
<4>[    3.281563]  device_release_driver_internal+0x19f/0x200
<4>[    3.281573]  bus_remove_device+0xc6/0x130
<4>[    3.281581]  device_del+0x165/0x3f0
<4>[    3.281590]  ? trace_hardirqs_on+0x21/0x80
<4>[    3.281600]  pci_remove_bus_device+0x73/0x110
<4>[    3.281611]  pci_remove_bus_device+0x3e/0x110
<4>[    3.281621]  pciehp_unconfigure_device+0x98/0x160
<4>[    3.281632]  pciehp_disable_slot+0x69/0x130
<4>[    3.281641]  pciehp_handle_presence_or_link_change+0x281/0x4c0
<4>[    3.281652]  pciehp_ist+0x14a/0x150
<4>[    3.281662]  irq_thread_fn+0x20/0x60
<4>[    3.281673]  irq_thread+0x133/0x210
<4>[    3.281681]  ? __pfx_irq_thread_fn+0x10/0x10
<4>[    3.281691]  ? __pfx_irq_thread_dtor+0x10/0x10
<4>[    3.281702]  ? __pfx_irq_thread+0x10/0x10
<4>[    3.281711]  kthread+0xcd/0x100
<4>[    3.281719]  ? __pfx_kthread+0x10/0x10
<4>[    3.281727]  ret_from_fork+0x31/0x50
<4>[    3.281737]  ? __pfx_kthread+0x10/0x10
<4>[    3.281744]  ret_from_fork_asm+0x1a/0x30
<4>[    3.281755]  </TASK>
<4>[    3.281759] Modules linked in:
<4>[    3.281775] ---[ end trace 0000000000000000 ]---

ECC: No errors detected

[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux