Re: Bug#1131025: [6.12.y regression] Regression with 58130e7ce6cb ("PCI/ERR: Ensure error recoverability at all times"): echo vfio-pci >driver_override does not work for DVB Adapter

From: Alexandre N.

Date: Tue Apr 14 2026 - 20:32:06 EST


On 4/14/26 07:45, Lukas Wunner wrote:
I'm curious what you did so that 4d4c10f763d7 wasn't sufficient
to fix the issue. I'd be grateful if you could provide full dmesg
output for analysis of a non-working kernel with this debug patch
applied:

https://lore.kernel.org/all/acvIfI3naoGsOpFE@xxxxxxxxx/

and with the following added to the kernel command line

log_buf_len=16M dyndbg="file drivers/pci/* +p"

and with this option enabled in .config:

CONFIG_DYNAMIC_DEBUG=y

Please find attached the full dmesg with the debug patch
and options you mentioned, using a clean 6.19.11 as a base.

This dmesg log shows a run with my host and guest issues (no
disks from controller in VM, page fault error, virt-manager
unresponsive etc).
0000:05:00.0 is the PCI SATA Controller device having issues.

Timings:
- 36.447944: host ready after startup
- 158.292119: VM starting
- 166.564760: VM startup sequence ended
- 286.631128: VM shutting down
- 293.950976: VM shutdown sequence ended

I'd also like to clarify the tests I did earlier because my
message may have been a little bit confusing.
When using 6.19.11 as a base:
- Applying 4d4c10f763d7 will just add the line
'pm_runtime_enable(&dev->dev);' at the end of pci_pm_init.
Everything else is unchanged.
- Applying 907a7a2e5bf4 does nothing because the poweron
label and goto instructions are already there.

When using the latest patch you sent that fixed my issues,
I tested it on 6.19.11 with and without 4d4c10f763d7.
In both cases my issues were gone. That's why I said that,
for my case at least, 4d4c10f763d7 was not needed and your
new patch alone was enough.

Hope this helps! I’m happy to provide more details if needed.

Alexandre N.
[ 0.000000] Linux version 6.19.11-g339193ffc3dc (myusername@myhostname) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Wed Apr 15 01:03:49 CEST 2026
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-test root=/dev/mapper/MainVolumeGroup-root rw cryptdevice=UUID=71d887c8-8c6b-473c-a930-7c0f72478435:cryptlvm root=/dev/MainVolumeGroup/root loglevel=3 quiet amd_iommu=on iommu=pt video=efifb:off lsm=landlock,lockdown,yama,integrity,apparmor,bpf audit=1 log_buf_len=16M "dyndbg=file drivers/pci/* +p"
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b021000-0x0000000069c11fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000069c12000-0x00000000703befff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000703bf000-0x000000007053cfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007053d000-0x000000007253cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007253d000-0x000000007867efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007867f000-0x00000000787fefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000787ff000-0x0000000079ff8fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079ff9000-0x0000000079ffbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079ffc000-0x0000000079ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d7f3000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085defffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085ef40000-0x00000008a01fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x7053c000 ACPI 2.0=0x7053c014 TPMFinalLog=0x724f3000 SMBIOS=0x77ca5000 SMBIOS 3.0=0x77ca4000 MEMATTR=0x649e4018 ESRT=0x6646b118
[ 0.000000] efi: Remove mem54: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Remove mem55: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[ 0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem56: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem57: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem59: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x880000000-0x8a01fffff] reserved
[ 0.000000] SMBIOS 3.6.0 present.
[ 0.000000] DMI: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.000000] DMI: Memory slots populated: 2/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3799.887 MHz processor
[ 0.000109] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000110] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000114] last_pfn = 0x85df00 max_arch_pfn = 0x400000000
[ 0.000118] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[ 0.000118] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000529] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[ 0.000534] last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[ 0.002919] esrt: Reserving ESRT space from 0x000000006646b118 to 0x000000006646b150.
[ 0.002923] e820: update [mem 0x6646b000-0x6646bfff] usable ==> reserved
[ 0.002931] Using GB pages for direct mapping
[ 0.006685] printk: log buffer data + meta data: 16777216 + 58720256 = 75497472 bytes
[ 0.006687] printk: early log buf free: 126872(96%)
[ 0.006688] Secure boot disabled
[ 0.006688] RAMDISK: [mem 0x2fe6f000-0x33f2efff]
[ 0.006732] ACPI: Early table checksum verification disabled
[ 0.006735] ACPI: RSDP 0x000000007053C014 000024 (v02 ALASKA)
[ 0.006737] ACPI: XSDT 0x000000007053B728 0000F4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.006740] ACPI: FACP 0x0000000070530000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.006743] ACPI: DSDT 0x000000007050F000 0105EA (v109 ALASKA A M I 01072009 INTL 20230331)
[ 0.006745] ACPI: FACS 0x0000000072523000 000040
[ 0.006746] ACPI: SSDT 0x0000000070532000 00816C (v02 AMD Splinter 00000002 MSFT 05000000)
[ 0.006747] ACPI: SSDT 0x0000000070531000 000221 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.006748] ACPI: FIDT 0x0000000070525000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006749] ACPI: MCFG 0x0000000070523000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.006749] ACPI: HPET 0x0000000070522000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.006750] ACPI: WDRT 0x0000000070521000 000047 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.006751] ACPI: FPDT 0x0000000070520000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.006752] ACPI: VFCT 0x0000000070504000 00AE84 (v01 ALASKA A M I 00000001 AMD 33504F47)
[ 0.006753] ACPI: BGRT 0x000000007052F000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006754] ACPI: WPBT 0x000000007052D000 000040 (v01 ALASKA A M I 00000001 ASUS 00000001)
[ 0.006755] ACPI: SSDT 0x0000000070528000 004DEE (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.006756] ACPI: SSDT 0x0000000070526000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.006757] ACPI: SSDT 0x0000000070424000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.006758] ACPI: SSDT 0x0000000070423000 00078F (v02 AMD CPMDFDG1 00000001 INTL 20230331)
[ 0.006759] ACPI: SSDT 0x0000000070418000 00A62A (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.006760] ACPI: SSDT 0x0000000070415000 0024BE (v02 AMD AOD 00000001 INTL 20230331)
[ 0.006761] ACPI: TPM2 0x0000000070414000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.006762] ACPI: WSMT 0x0000000070413000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006763] ACPI: APIC 0x0000000070412000 00015E (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.006764] ACPI: IVRS 0x0000000070411000 0000C8 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.006765] ACPI: SSDT 0x0000000070410000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
[ 0.006766] ACPI: SSDT 0x000000007040F000 0009E6 (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.006767] ACPI: SSDT 0x000000007040E000 00047C (v02 AMD AMDWOV 00000001 INTL 20230331)
[ 0.006768] ACPI: SSDT 0x000000007040D000 00044E (v02 AMD AmdTable 00000001 INTL 20230331)
[ 0.006769] ACPI: SSDT 0x000000007040C000 000771 (v02 AMD AmdTable 00000001 INTL 20230331)
[ 0.006770] ACPI: Reserving FACP table memory at [mem 0x70530000-0x70530113]
[ 0.006770] ACPI: Reserving DSDT table memory at [mem 0x7050f000-0x7051f5e9]
[ 0.006770] ACPI: Reserving FACS table memory at [mem 0x72523000-0x7252303f]
[ 0.006771] ACPI: Reserving SSDT table memory at [mem 0x70532000-0x7053a16b]
[ 0.006771] ACPI: Reserving SSDT table memory at [mem 0x70531000-0x70531220]
[ 0.006771] ACPI: Reserving FIDT table memory at [mem 0x70525000-0x7052509b]
[ 0.006771] ACPI: Reserving MCFG table memory at [mem 0x70523000-0x7052303b]
[ 0.006772] ACPI: Reserving HPET table memory at [mem 0x70522000-0x70522037]
[ 0.006772] ACPI: Reserving WDRT table memory at [mem 0x70521000-0x70521046]
[ 0.006772] ACPI: Reserving FPDT table memory at [mem 0x70520000-0x70520043]
[ 0.006772] ACPI: Reserving VFCT table memory at [mem 0x70504000-0x7050ee83]
[ 0.006773] ACPI: Reserving BGRT table memory at [mem 0x7052f000-0x7052f037]
[ 0.006773] ACPI: Reserving WPBT table memory at [mem 0x7052d000-0x7052d03f]
[ 0.006773] ACPI: Reserving SSDT table memory at [mem 0x70528000-0x7052cded]
[ 0.006773] ACPI: Reserving SSDT table memory at [mem 0x70526000-0x7052769d]
[ 0.006774] ACPI: Reserving SSDT table memory at [mem 0x70424000-0x70426aa5]
[ 0.006774] ACPI: Reserving SSDT table memory at [mem 0x70423000-0x7042378e]
[ 0.006774] ACPI: Reserving SSDT table memory at [mem 0x70418000-0x70422629]
[ 0.006774] ACPI: Reserving SSDT table memory at [mem 0x70415000-0x704174bd]
[ 0.006775] ACPI: Reserving TPM2 table memory at [mem 0x70414000-0x7041404b]
[ 0.006775] ACPI: Reserving WSMT table memory at [mem 0x70413000-0x70413027]
[ 0.006775] ACPI: Reserving APIC table memory at [mem 0x70412000-0x7041215d]
[ 0.006775] ACPI: Reserving IVRS table memory at [mem 0x70411000-0x704110c7]
[ 0.006776] ACPI: Reserving SSDT table memory at [mem 0x70410000-0x704104ff]
[ 0.006776] ACPI: Reserving SSDT table memory at [mem 0x7040f000-0x7040f9e5]
[ 0.006776] ACPI: Reserving SSDT table memory at [mem 0x7040e000-0x7040e47b]
[ 0.006776] ACPI: Reserving SSDT table memory at [mem 0x7040d000-0x7040d44d]
[ 0.006777] ACPI: Reserving SSDT table memory at [mem 0x7040c000-0x7040c770]
[ 0.006818] No NUMA configuration found
[ 0.006819] Faking a node at [mem 0x0000000000000000-0x000000085defffff]
[ 0.006822] NODE_DATA(0) allocated [mem 0x8596d5280-0x8596fffff]
[ 0.006935] Zone ranges:
[ 0.006935] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006936] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.006936] Normal [mem 0x0000000100000000-0x000000085defffff]
[ 0.006937] Device empty
[ 0.006937] Movable zone start for each node
[ 0.006938] Early memory node ranges
[ 0.006938] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.006939] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 0.006939] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.006940] node 0: [mem 0x000000000a210000-0x000000000affffff]
[ 0.006940] node 0: [mem 0x000000000b021000-0x0000000069c11fff]
[ 0.006940] node 0: [mem 0x00000000787ff000-0x0000000079ff8fff]
[ 0.006940] node 0: [mem 0x0000000079ffc000-0x0000000079ffffff]
[ 0.006941] node 0: [mem 0x0000000100000000-0x000000085defffff]
[ 0.006942] Initmem setup node 0 [mem 0x0000000000001000-0x000000085defffff]
[ 0.006946] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.006954] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.007033] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 0.007041] On node 0, zone DMA32: 16 pages in unavailable ranges
[ 0.007885] On node 0, zone DMA32: 33 pages in unavailable ranges
[ 0.007958] On node 0, zone DMA32: 27629 pages in unavailable ranges
[ 0.007960] On node 0, zone DMA32: 3 pages in unavailable ranges
[ 0.025705] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.025726] On node 0, zone Normal: 8448 pages in unavailable ranges
[ 0.026709] ACPI: PM-Timer IO Port: 0x808
[ 0.026716] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.026725] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 0.026728] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 0.026729] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.026730] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.026732] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.026733] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.026739] e820: update [mem 0x63ece000-0x63fc1fff] usable ==> reserved
[ 0.026747] CPU topo: Max. logical packages: 1
[ 0.026748] CPU topo: Max. logical nodes: 1
[ 0.026748] CPU topo: Num. nodes per package: 1
[ 0.026749] CPU topo: Max. logical dies: 1
[ 0.026749] CPU topo: Max. dies per package: 1
[ 0.026751] CPU topo: Max. threads per core: 2
[ 0.026752] CPU topo: Num. cores per package: 8
[ 0.026752] CPU topo: Num. threads per package: 16
[ 0.026752] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[ 0.026763] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.026764] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.026765] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 0.026766] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[ 0.026766] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[ 0.026767] PM: hibernation: Registered nosave memory: [mem 0x63ece000-0x63fc1fff]
[ 0.026767] PM: hibernation: Registered nosave memory: [mem 0x6646b000-0x6646bfff]
[ 0.026768] PM: hibernation: Registered nosave memory: [mem 0x69c12000-0x787fefff]
[ 0.026769] PM: hibernation: Registered nosave memory: [mem 0x79ff9000-0x79ffbfff]
[ 0.026769] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0xffffffff]
[ 0.026770] [mem 0x80000000-0xfedfffff] available for PCI devices
[ 0.026771] Booting paravirtualized kernel on bare hardware
[ 0.026772] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.029845] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.030073] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.030076] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.030077] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.030087] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-test root=/dev/mapper/MainVolumeGroup-root rw cryptdevice=UUID=71d887c8-8c6b-473c-a930-7c0f72478435:cryptlvm root=/dev/MainVolumeGroup/root loglevel=3 quiet amd_iommu=on iommu=pt video=efifb:off lsm=landlock,lockdown,yama,integrity,apparmor,bpf audit=1 log_buf_len=16M "dyndbg=file drivers/pci/* +p"
[ 0.030131] AMD-Vi: Unknown option - 'on'
[ 0.030150] audit: enabled (after initialization)
[ 0.030161] Unknown kernel command line parameters "cryptdevice=UUID=71d887c8-8c6b-473c-a930-7c0f72478435:cryptlvm", will be passed to user space.
[ 0.030349] random: crng init done
[ 0.031468] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.032018] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.032098] software IO TLB: area num 16.
[ 0.036538] Fallback order for Node 0: 0
[ 0.036543] Built 1 zonelists, mobility grouping on. Total pages: 8162685
[ 0.036544] Policy zone: Normal
[ 0.036630] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.064077] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.070694] ftrace: allocating 57257 entries in 224 pages
[ 0.070695] ftrace: allocated 224 pages with 3 groups
[ 0.070738] Dynamic Preempt: full
[ 0.070772] rcu: Preemptible hierarchical RCU implementation.
[ 0.070772] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.070773] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.070774] Trampoline variant of Tasks RCU enabled.
[ 0.070774] Rude variant of Tasks RCU enabled.
[ 0.070774] Tracing variant of Tasks RCU enabled.
[ 0.070774] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.070775] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.070782] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.070783] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.070784] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.073265] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.073434] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.073571] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.073595] Console: colour dummy device 80x25
[ 0.073597] printk: legacy console [tty0] enabled
[ 0.073619] ACPI: Core revision 20250807
[ 0.073723] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.073734] APIC: Switch to symmetric I/O mode setup
[ 0.073938] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 0.074702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.078739] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d8bdb00a15, max_idle_ns: 881590679133 ns
[ 0.078741] Calibrating delay loop (skipped), value calculated using timer frequency.. 7599.77 BogoMIPS (lpj=3799887)
[ 0.078753] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.078776] LVT offset 1 assigned for vector 0xf9
[ 0.078777] LVT offset 2 assigned for vector 0xf4
[ 0.078928] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.078929] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 0.078931] process: using mwait in idle threads
[ 0.078932] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.078934] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.078935] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[ 0.078936] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.078936] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.078937] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.078937] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.078938] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.078939] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.078939] active return thunk: srso_alias_return_thunk
[ 0.078945] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.078946] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.078946] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.078947] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.078947] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.078947] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.078948] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.078948] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.078949] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.078949] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.078950] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.078951] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.078951] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.078951] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.078952] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.078952] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 0.078953] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 0.099237] Freeing SMP alternatives memory: 56K
[ 0.099239] pid_max: default: 32768 minimum: 301
[ 0.099315] landlock: Up and running.
[ 0.099317] Yama: becoming mindful.
[ 0.099378] AppArmor: AppArmor initialized
[ 0.099533] LSM support for eBPF active
[ 0.099563] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.099581] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.203066] smpboot: CPU0: AMD Ryzen 7 7700 8-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[ 0.203203] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 0.203224] ... version: 2
[ 0.203225] ... bit width: 48
[ 0.203226] ... generic counters: 6
[ 0.203227] ... generic bitmap: 000000000000003f
[ 0.203228] ... fixed-purpose counters: 0
[ 0.203228] ... fixed-purpose bitmap: 0000000000000000
[ 0.203229] ... value mask: 0000ffffffffffff
[ 0.203230] ... max period: 00007fffffffffff
[ 0.203231] ... global_ctrl mask: 000000000000003f
[ 0.203303] signal: max sigframe size: 3376
[ 0.203337] rcu: Hierarchical SRCU implementation.
[ 0.203338] rcu: Max phase no-delay instances is 400.
[ 0.203381] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.207163] MCE: In-kernel MCE decoding enabled.
[ 0.207189] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.207268] smp: Bringing up secondary CPUs ...
[ 0.207331] smpboot: x86: Booting SMP configuration:
[ 0.207332] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.217834] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.225775] smp: Brought up 1 node, 16 CPUs
[ 0.225775] smpboot: Total of 16 processors activated (121596.38 BogoMIPS)
[ 0.226877] Memory: 31738056K/32650740K available (20250K kernel code, 2950K rwdata, 16196K rodata, 4748K init, 4716K bss, 889776K reserved, 0K cma-reserved)
[ 0.227210] devtmpfs: initialized
[ 0.227210] x86/mm: Memory block size: 128MB
[ 0.230119] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[ 0.230119] ACPI: PM: Registering ACPI NVS region [mem 0x7053d000-0x7253cfff] (33554432 bytes)
[ 0.230119] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.230119] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.230119] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[ 0.230119] PM: RTC time: 23:18:20, date: 2026-04-14
[ 0.230865] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.231109] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.231189] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.231271] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.231276] audit: initializing netlink subsys (enabled)
[ 0.231280] audit: type=2000 audit(1776208700.157:1): state=initialized audit_enabled=1 res=1
[ 0.231280] thermal_sys: Registered thermal governor 'fair_share'
[ 0.231280] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.231280] thermal_sys: Registered thermal governor 'step_wise'
[ 0.231280] thermal_sys: Registered thermal governor 'user_space'
[ 0.231280] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.231280] cpuidle: using governor ladder
[ 0.231280] cpuidle: using governor menu
[ 0.233162] efi: Freeing EFI boot services memory: 56560K
[ 0.233164] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.233229] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.233240] PCI: Using configuration type 1 for base access
[ 0.233386] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.235845] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.235845] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.235845] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.235845] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.235927] raid6: skipped pq benchmark and selected avx512x4
[ 0.235929] raid6: using avx512x2 recovery algorithm
[ 0.235998] ACPI: Added _OSI(Module Device)
[ 0.235999] ACPI: Added _OSI(Processor Device)
[ 0.236000] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.251980] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.259289] ACPI: Interpreter enabled
[ 0.259302] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.259303] ACPI: Using IOAPIC for interrupt routing
[ 0.260722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.260724] PCI: Ignoring E820 reservations for host bridge windows
[ 0.261123] ACPI: Enabled 6 GPEs in block 00 to 1F
[ 0.265446] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 0.276306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.276310] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.276472] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.276989] PCI host bridge to bus 0000:00
[ 0.276992] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.276993] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.276994] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.276996] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.276997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.276998] pci_bus 0000:00: root bus resource [mem 0x80000000-0xf6ffffff window]
[ 0.276999] pci_bus 0000:00: root bus resource [mem 0x880000000-0xffffffffff window]
[ 0.277001] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.277004] pci_bus 0000:00: scanning bus
[ 0.277013] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[ 0.277048] pci 0000:00:00.0: EDR: Notify handler installed
[ 0.277101] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[ 0.277135] pci 0000:00:00.2: EDR: Notify handler installed
[ 0.277181] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.277208] pci 0000:00:01.0: EDR: Notify handler installed
[ 0.277250] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.277262] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.277266] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.277268] pci 0000:00:01.1: bridge window [mem 0xf5000000-0xf60fffff]
[ 0.277273] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.277324] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.277327] pci 0000:00:01.1: PME# disabled
[ 0.277553] pci 0000:00:01.1: EDR: Notify handler installed
[ 0.277838] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.277850] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.277854] pci 0000:00:01.2: bridge window [mem 0xf6e00000-0xf6efffff]
[ 0.277908] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.277910] pci 0000:00:01.2: PME# disabled
[ 0.277963] pci 0000:00:01.2: EDR: Notify handler installed
[ 0.278021] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.278048] pci 0000:00:02.0: EDR: Notify handler installed
[ 0.278090] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.278102] pci 0000:00:02.1: PCI bridge to [bus 03-0f]
[ 0.278106] pci 0000:00:02.1: bridge window [io 0xc000-0xdfff]
[ 0.278108] pci 0000:00:02.1: bridge window [mem 0xf6200000-0xf67fffff]
[ 0.278117] pci 0000:00:02.1: enabling Extended Tags
[ 0.278163] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.278165] pci 0000:00:02.1: PME# disabled
[ 0.278218] pci 0000:00:02.1: EDR: Notify handler installed
[ 0.278350] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.278362] pci 0000:00:02.2: PCI bridge to [bus 10]
[ 0.278366] pci 0000:00:02.2: bridge window [mem 0xf6d00000-0xf6dfffff]
[ 0.278419] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.278421] pci 0000:00:02.2: PME# disabled
[ 0.278474] pci 0000:00:02.2: EDR: Notify handler installed
[ 0.278532] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.278560] pci 0000:00:03.0: EDR: Notify handler installed
[ 0.278606] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.278633] pci 0000:00:04.0: EDR: Notify handler installed
[ 0.278682] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.278709] pci 0000:00:08.0: EDR: Notify handler installed
[ 0.278750] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 0.278760] pci 0000:00:08.1: PCI bridge to [bus 11]
[ 0.278763] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.278764] pci 0000:00:08.1: bridge window [mem 0xf6800000-0xf6bfffff]
[ 0.278768] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.278773] pci 0000:00:08.1: enabling Extended Tags
[ 0.278798] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.278800] pci 0000:00:08.1: PME# disabled
[ 0.278830] pci 0000:00:08.1: EDR: Notify handler installed
[ 0.278901] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 0.278910] pci 0000:00:08.3: PCI bridge to [bus 12]
[ 0.278914] pci 0000:00:08.3: bridge window [mem 0xf6c00000-0xf6cfffff]
[ 0.278921] pci 0000:00:08.3: enabling Extended Tags
[ 0.278946] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.278948] pci 0000:00:08.3: PME# disabled
[ 0.278977] pci 0000:00:08.3: EDR: Notify handler installed
[ 0.279043] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.279092] pci 0000:00:14.0: EDR: Notify handler installed
[ 0.279136] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.279188] pci 0000:00:14.3: EDR: Notify handler installed
[ 0.279244] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[ 0.279277] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[ 0.279309] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[ 0.279341] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[ 0.279375] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[ 0.279407] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[ 0.279438] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[ 0.279470] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[ 0.279510] pci_bus 0000:00: fixups for bus
[ 0.279512] pci 0000:00:01.1: scanning [bus 01-01] behind bridge, pass 0
[ 0.279555] pci_bus 0000:01: scanning bus
[ 0.279565] pci 0000:01:00.0: [10de:2208] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.279584] pci 0000:01:00.0: BAR 0 [mem 0xf5000000-0xf5ffffff]
[ 0.279586] pci 0000:01:00.0: BAR 1 [mem 0xf800000000-0xfbffffffff 64bit pref]
[ 0.279588] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 0.279590] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.279591] pci 0000:01:00.0: ROM [mem 0xf6000000-0xf607ffff pref]
[ 0.279631] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.279633] pci 0000:01:00.0: PME# disabled
[ 0.279716] pci 0000:01:00.0: EDR: Notify handler installed
[ 0.279788] pci 0000:01:00.1: [10de:1aef] type 00 class 0x040300 PCIe Endpoint
[ 0.279806] pci 0000:01:00.1: BAR 0 [mem 0xf6080000-0xf6083fff]
[ 0.279871] pci 0000:01:00.1: EDR: Notify handler installed
[ 0.279926] pci_bus 0000:01: fixups for bus
[ 0.279927] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.279933] pci_bus 0000:01: bus scan returning with max=01
[ 0.279942] pci 0000:00:01.2: scanning [bus 02-02] behind bridge, pass 0
[ 0.280148] pci_bus 0000:02: scanning bus
[ 0.280160] pci 0000:02:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
[ 0.280188] pci 0000:02:00.0: BAR 0 [mem 0xf6e00000-0xf6e03fff 64bit]
[ 0.280608] pci_bus 0000:02: fixups for bus
[ 0.280609] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.280615] pci_bus 0000:02: bus scan returning with max=02
[ 0.280626] pci 0000:00:02.1: scanning [bus 03-0f] behind bridge, pass 0
[ 0.280669] pci_bus 0000:03: scanning bus
[ 0.280681] pci 0000:03:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.280697] pci 0000:03:00.0: PCI bridge to [bus 04-0f]
[ 0.280702] pci 0000:03:00.0: bridge window [io 0xc000-0xdfff]
[ 0.280704] pci 0000:03:00.0: bridge window [mem 0xf6200000-0xf67fffff]
[ 0.280718] pci 0000:03:00.0: enabling Extended Tags
[ 0.280764] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.280767] pci 0000:03:00.0: PME# disabled
[ 0.280847] pci 0000:03:00.0: EDR: Notify handler installed
[ 0.280990] pci_bus 0000:03: fixups for bus
[ 0.280991] pci 0000:00:02.1: PCI bridge to [bus 03-0f]
[ 0.280997] pci 0000:03:00.0: scanning [bus 04-0f] behind bridge, pass 0
[ 0.281101] pci_bus 0000:04: scanning bus
[ 0.281114] pci 0000:04:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.281130] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.281134] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff]
[ 0.281137] pci 0000:04:00.0: bridge window [mem 0xf6700000-0xf67fffff]
[ 0.281152] pci 0000:04:00.0: enabling Extended Tags
[ 0.281199] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.281201] pci 0000:04:00.0: PME# disabled
[ 0.281269] pci 0000:04:00.0: EDR: Notify handler installed
[ 0.281355] pci 0000:04:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.281372] pci 0000:04:08.0: PCI bridge to [bus 06-0d]
[ 0.281376] pci 0000:04:08.0: bridge window [io 0xc000-0xcfff]
[ 0.281378] pci 0000:04:08.0: bridge window [mem 0xf6200000-0xf64fffff]
[ 0.281393] pci 0000:04:08.0: enabling Extended Tags
[ 0.281440] pci 0000:04:08.0: PME# supported from D0 D3hot D3cold
[ 0.281443] pci 0000:04:08.0: PME# disabled
[ 0.281509] pci 0000:04:08.0: EDR: Notify handler installed
[ 0.281618] pci 0000:04:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.281634] pci 0000:04:0c.0: PCI bridge to [bus 0e]
[ 0.281639] pci 0000:04:0c.0: bridge window [mem 0xf6600000-0xf66fffff]
[ 0.281653] pci 0000:04:0c.0: enabling Extended Tags
[ 0.281686] pci 0000:04:0c.0: PME# supported from D0 D3hot D3cold
[ 0.281688] pci 0000:04:0c.0: PME# disabled
[ 0.281723] pci 0000:04:0c.0: EDR: Notify handler installed
[ 0.281817] pci 0000:04:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.281833] pci 0000:04:0d.0: PCI bridge to [bus 0f]
[ 0.281838] pci 0000:04:0d.0: bridge window [mem 0xf6500000-0xf65fffff]
[ 0.281852] pci 0000:04:0d.0: enabling Extended Tags
[ 0.281885] pci 0000:04:0d.0: PME# supported from D0 D3hot D3cold
[ 0.281887] pci 0000:04:0d.0: PME# disabled
[ 0.281921] pci 0000:04:0d.0: EDR: Notify handler installed
[ 0.281986] pci_bus 0000:04: fixups for bus
[ 0.281987] pci 0000:03:00.0: PCI bridge to [bus 04-0f]
[ 0.281996] pci 0000:04:00.0: scanning [bus 05-05] behind bridge, pass 0
[ 0.282101] pci_bus 0000:05: scanning bus
[ 0.282122] pci 0000:05:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.282167] pci 0000:05:00.0: BAR 0 [io 0xd050-0xd057]
[ 0.282169] pci 0000:05:00.0: BAR 1 [io 0xd040-0xd043]
[ 0.282172] pci 0000:05:00.0: BAR 2 [io 0xd030-0xd037]
[ 0.282174] pci 0000:05:00.0: BAR 3 [io 0xd020-0xd023]
[ 0.282176] pci 0000:05:00.0: BAR 4 [io 0xd000-0xd01f]
[ 0.282179] pci 0000:05:00.0: BAR 5 [mem 0xf6740000-0xf67407ff]
[ 0.282181] pci 0000:05:00.0: ROM [mem 0xf6700000-0xf673ffff pref]
[ 0.282201] pci 0000:05:00.0: Enabling fixed DMA alias to 00.1
[ 0.282247] pci 0000:05:00.0: PME# supported from D3hot
[ 0.282250] pci 0000:05:00.0: PME# disabled
[ 0.282309] pci 0000:05:00.0: EDR: Notify handler installed
[ 0.282393] pci_bus 0000:05: fixups for bus
[ 0.282394] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.282401] pci_bus 0000:05: bus scan returning with max=05
[ 0.282404] pci 0000:04:08.0: scanning [bus 06-0d] behind bridge, pass 0
[ 0.282434] pci_bus 0000:06: scanning bus
[ 0.282452] pci 0000:06:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.282478] pci 0000:06:00.0: PCI bridge to [bus 07-0d]
[ 0.282484] pci 0000:06:00.0: bridge window [io 0xc000-0xcfff]
[ 0.282487] pci 0000:06:00.0: bridge window [mem 0xf6200000-0xf64fffff]
[ 0.282509] pci 0000:06:00.0: enabling Extended Tags
[ 0.282583] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.282586] pci 0000:06:00.0: PME# disabled
[ 0.282703] pci 0000:06:00.0: EDR: Notify handler installed
[ 0.282826] pci_bus 0000:06: fixups for bus
[ 0.282827] pci 0000:04:08.0: PCI bridge to [bus 06-0d]
[ 0.282836] pci 0000:06:00.0: scanning [bus 07-0d] behind bridge, pass 0
[ 0.282954] pci_bus 0000:07: scanning bus
[ 0.282973] pci 0000:07:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.282999] pci 0000:07:00.0: PCI bridge to [bus 08]
[ 0.283029] pci 0000:07:00.0: enabling Extended Tags
[ 0.283109] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.283112] pci 0000:07:00.0: PME# disabled
[ 0.283220] pci 0000:07:00.0: EDR: Notify handler installed
[ 0.283303] pci 0000:07:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.283329] pci 0000:07:04.0: PCI bridge to [bus 09]
[ 0.283335] pci 0000:07:04.0: bridge window [io 0xc000-0xcfff]
[ 0.283338] pci 0000:07:04.0: bridge window [mem 0xf6400000-0xf64fffff]
[ 0.283362] pci 0000:07:04.0: enabling Extended Tags
[ 0.283438] pci 0000:07:04.0: PME# supported from D0 D3hot D3cold
[ 0.283441] pci 0000:07:04.0: PME# disabled
[ 0.283548] pci 0000:07:04.0: EDR: Notify handler installed
[ 0.283629] pci 0000:07:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.283655] pci 0000:07:05.0: PCI bridge to [bus 0a]
[ 0.283685] pci 0000:07:05.0: enabling Extended Tags
[ 0.283765] pci 0000:07:05.0: PME# supported from D0 D3hot D3cold
[ 0.283768] pci 0000:07:05.0: PME# disabled
[ 0.283875] pci 0000:07:05.0: EDR: Notify handler installed
[ 0.283959] pci 0000:07:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.283985] pci 0000:07:08.0: PCI bridge to [bus 0b]
[ 0.284015] pci 0000:07:08.0: enabling Extended Tags
[ 0.284094] pci 0000:07:08.0: PME# supported from D0 D3hot D3cold
[ 0.284097] pci 0000:07:08.0: PME# disabled
[ 0.284204] pci 0000:07:08.0: EDR: Notify handler installed
[ 0.284290] pci 0000:07:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.284316] pci 0000:07:0c.0: PCI bridge to [bus 0c]
[ 0.284323] pci 0000:07:0c.0: bridge window [mem 0xf6300000-0xf63fffff]
[ 0.284345] pci 0000:07:0c.0: enabling Extended Tags
[ 0.284398] pci 0000:07:0c.0: PME# supported from D0 D3hot D3cold
[ 0.284401] pci 0000:07:0c.0: PME# disabled
[ 0.284454] pci 0000:07:0c.0: EDR: Notify handler installed
[ 0.284545] pci 0000:07:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.284571] pci 0000:07:0d.0: PCI bridge to [bus 0d]
[ 0.284577] pci 0000:07:0d.0: bridge window [mem 0xf6200000-0xf62fffff]
[ 0.284599] pci 0000:07:0d.0: enabling Extended Tags
[ 0.284651] pci 0000:07:0d.0: PME# supported from D0 D3hot D3cold
[ 0.284654] pci 0000:07:0d.0: PME# disabled
[ 0.284708] pci 0000:07:0d.0: EDR: Notify handler installed
[ 0.284789] pci_bus 0000:07: fixups for bus
[ 0.284790] pci 0000:06:00.0: PCI bridge to [bus 07-0d]
[ 0.284802] pci 0000:07:00.0: scanning [bus 08-08] behind bridge, pass 0
[ 0.284847] pci_bus 0000:08: scanning bus
[ 0.284849] pci_bus 0000:08: fixups for bus
[ 0.284850] pci 0000:07:00.0: PCI bridge to [bus 08]
[ 0.284861] pci_bus 0000:08: bus scan returning with max=08
[ 0.284866] pci 0000:07:04.0: scanning [bus 09-09] behind bridge, pass 0
[ 0.284910] pci_bus 0000:09: scanning bus
[ 0.284939] pci 0000:09:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
[ 0.285006] pci 0000:09:00.0: BAR 0 [io 0xc000-0xc0ff]
[ 0.285013] pci 0000:09:00.0: BAR 2 [mem 0xf6400000-0xf640ffff 64bit]
[ 0.285017] pci 0000:09:00.0: BAR 4 [mem 0xf6410000-0xf6413fff 64bit]
[ 0.285168] pci 0000:09:00.0: supports D1 D2
[ 0.285169] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.285174] pci 0000:09:00.0: PME# disabled
[ 0.285384] pci 0000:09:00.0: EDR: Notify handler installed
[ 0.285499] pci_bus 0000:09: fixups for bus
[ 0.285501] pci 0000:07:04.0: PCI bridge to [bus 09]
[ 0.285512] pci_bus 0000:09: bus scan returning with max=09
[ 0.285516] pci 0000:07:05.0: scanning [bus 0a-0a] behind bridge, pass 0
[ 0.285560] pci_bus 0000:0a: scanning bus
[ 0.285562] pci_bus 0000:0a: fixups for bus
[ 0.285563] pci 0000:07:05.0: PCI bridge to [bus 0a]
[ 0.285574] pci_bus 0000:0a: bus scan returning with max=0a
[ 0.285579] pci 0000:07:08.0: scanning [bus 0b-0b] behind bridge, pass 0
[ 0.285621] pci_bus 0000:0b: scanning bus
[ 0.285624] pci_bus 0000:0b: fixups for bus
[ 0.285624] pci 0000:07:08.0: PCI bridge to [bus 0b]
[ 0.285636] pci_bus 0000:0b: bus scan returning with max=0b
[ 0.285640] pci 0000:07:0c.0: scanning [bus 0c-0c] behind bridge, pass 0
[ 0.285683] pci_bus 0000:0c: scanning bus
[ 0.285702] pci 0000:0c:00.0: [1022:43f7] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.285747] pci 0000:0c:00.0: BAR 0 [mem 0xf6300000-0xf6307fff 64bit]
[ 0.285760] pci 0000:0c:00.0: enabling Extended Tags
[ 0.285820] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 0.285824] pci 0000:0c:00.0: PME# disabled
[ 0.285885] pci 0000:0c:00.0: EDR: Notify handler installed
[ 0.285995] pci_bus 0000:0c: fixups for bus
[ 0.285996] pci 0000:07:0c.0: PCI bridge to [bus 0c]
[ 0.286006] pci_bus 0000:0c: bus scan returning with max=0c
[ 0.286010] pci 0000:07:0d.0: scanning [bus 0d-0d] behind bridge, pass 0
[ 0.286061] pci_bus 0000:0d: scanning bus
[ 0.286099] pci 0000:0d:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.286141] pci 0000:0d:00.0: BAR 5 [mem 0xf6280000-0xf62803ff]
[ 0.286143] pci 0000:0d:00.0: ROM [mem 0xf6200000-0xf627ffff pref]
[ 0.286150] pci 0000:0d:00.0: enabling Extended Tags
[ 0.286201] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
[ 0.286204] pci 0000:0d:00.0: PME# disabled
[ 0.286251] pci 0000:0d:00.0: EDR: Notify handler installed
[ 0.286326] pci_bus 0000:0d: fixups for bus
[ 0.286327] pci 0000:07:0d.0: PCI bridge to [bus 0d]
[ 0.286336] pci_bus 0000:0d: bus scan returning with max=0d
[ 0.286340] pci 0000:07:00.0: scanning [bus 08-08] behind bridge, pass 1
[ 0.286346] pci 0000:07:04.0: scanning [bus 09-09] behind bridge, pass 1
[ 0.286352] pci 0000:07:05.0: scanning [bus 0a-0a] behind bridge, pass 1
[ 0.286359] pci 0000:07:08.0: scanning [bus 0b-0b] behind bridge, pass 1
[ 0.286365] pci 0000:07:0c.0: scanning [bus 0c-0c] behind bridge, pass 1
[ 0.286371] pci 0000:07:0d.0: scanning [bus 0d-0d] behind bridge, pass 1
[ 0.286376] pci_bus 0000:07: bus scan returning with max=0d
[ 0.286380] pci 0000:06:00.0: scanning [bus 07-0d] behind bridge, pass 1
[ 0.286385] pci_bus 0000:06: bus scan returning with max=0d
[ 0.286388] pci 0000:04:0c.0: scanning [bus 0e-0e] behind bridge, pass 0
[ 0.286422] pci_bus 0000:0e: scanning bus
[ 0.286435] pci 0000:0e:00.0: [1022:43f7] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.286460] pci 0000:0e:00.0: BAR 0 [mem 0xf6600000-0xf6607fff 64bit]
[ 0.286468] pci 0000:0e:00.0: enabling Extended Tags
[ 0.286507] pci 0000:0e:00.0: PME# supported from D0 D3hot D3cold
[ 0.286509] pci 0000:0e:00.0: PME# disabled
[ 0.286547] pci 0000:0e:00.0: EDR: Notify handler installed
[ 0.286629] pci_bus 0000:0e: fixups for bus
[ 0.286630] pci 0000:04:0c.0: PCI bridge to [bus 0e]
[ 0.286636] pci_bus 0000:0e: bus scan returning with max=0e
[ 0.286639] pci 0000:04:0d.0: scanning [bus 0f-0f] behind bridge, pass 0
[ 0.286673] pci_bus 0000:0f: scanning bus
[ 0.286685] pci 0000:0f:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.286711] pci 0000:0f:00.0: BAR 5 [mem 0xf6580000-0xf65803ff]
[ 0.286713] pci 0000:0f:00.0: ROM [mem 0xf6500000-0xf657ffff pref]
[ 0.286718] pci 0000:0f:00.0: enabling Extended Tags
[ 0.286751] pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
[ 0.286754] pci 0000:0f:00.0: PME# disabled
[ 0.286784] pci 0000:0f:00.0: EDR: Notify handler installed
[ 0.286848] pci_bus 0000:0f: fixups for bus
[ 0.286849] pci 0000:04:0d.0: PCI bridge to [bus 0f]
[ 0.286855] pci_bus 0000:0f: bus scan returning with max=0f
[ 0.286858] pci 0000:04:00.0: scanning [bus 05-05] behind bridge, pass 1
[ 0.286862] pci 0000:04:08.0: scanning [bus 06-0d] behind bridge, pass 1
[ 0.286867] pci 0000:04:0c.0: scanning [bus 0e-0e] behind bridge, pass 1
[ 0.286871] pci 0000:04:0d.0: scanning [bus 0f-0f] behind bridge, pass 1
[ 0.286874] pci_bus 0000:04: bus scan returning with max=0f
[ 0.286877] pci 0000:03:00.0: scanning [bus 04-0f] behind bridge, pass 1
[ 0.286881] pci_bus 0000:03: bus scan returning with max=0f
[ 0.286890] pci 0000:00:02.2: scanning [bus 10-10] behind bridge, pass 0
[ 0.287126] pci_bus 0000:10: scanning bus
[ 0.287139] pci 0000:10:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
[ 0.287166] pci 0000:10:00.0: BAR 0 [mem 0xf6d00000-0xf6d03fff 64bit]
[ 0.287362] pci_bus 0000:10: fixups for bus
[ 0.287363] pci 0000:00:02.2: PCI bridge to [bus 10]
[ 0.287368] pci_bus 0000:10: bus scan returning with max=10
[ 0.287382] pci 0000:00:08.1: scanning [bus 11-11] behind bridge, pass 0
[ 0.287436] pci_bus 0000:11: scanning bus
[ 0.287444] pci 0000:11:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.287460] pci 0000:11:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[ 0.287462] pci 0000:11:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[ 0.287464] pci 0000:11:00.0: BAR 4 [io 0xe000-0xe0ff]
[ 0.287465] pci 0000:11:00.0: BAR 5 [mem 0xf6b00000-0xf6b7ffff]
[ 0.287469] pci 0000:11:00.0: enabling Extended Tags
[ 0.287505] pci 0000:11:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.287507] pci 0000:11:00.0: PME# disabled
[ 0.287551] pci 0000:11:00.0: EDR: Notify handler installed
[ 0.287606] pci 0000:11:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[ 0.287621] pci 0000:11:00.1: BAR 0 [mem 0xf6b88000-0xf6b8bfff]
[ 0.287626] pci 0000:11:00.1: enabling Extended Tags
[ 0.287650] pci 0000:11:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.287652] pci 0000:11:00.1: PME# disabled
[ 0.287674] pci 0000:11:00.1: EDR: Notify handler installed
[ 0.287726] pci 0000:11:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[ 0.287754] pci 0000:11:00.2: BAR 2 [mem 0xf6a00000-0xf6afffff]
[ 0.287756] pci 0000:11:00.2: BAR 5 [mem 0xf6b8c000-0xf6b8dfff]
[ 0.287760] pci 0000:11:00.2: enabling Extended Tags
[ 0.287808] pci 0000:11:00.2: EDR: Notify handler installed
[ 0.287850] pci 0000:11:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[ 0.287866] pci 0000:11:00.3: BAR 0 [mem 0xf6900000-0xf69fffff 64bit]
[ 0.287872] pci 0000:11:00.3: enabling Extended Tags
[ 0.287897] pci 0000:11:00.3: PME# supported from D0 D3hot D3cold
[ 0.287899] pci 0000:11:00.3: PME# disabled
[ 0.287923] pci 0000:11:00.3: EDR: Notify handler installed
[ 0.287974] pci 0000:11:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[ 0.287990] pci 0000:11:00.4: BAR 0 [mem 0xf6800000-0xf68fffff 64bit]
[ 0.287995] pci 0000:11:00.4: enabling Extended Tags
[ 0.288020] pci 0000:11:00.4: PME# supported from D0 D3hot D3cold
[ 0.288022] pci 0000:11:00.4: PME# disabled
[ 0.288045] pci 0000:11:00.4: EDR: Notify handler installed
[ 0.288097] pci 0000:11:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.288112] pci 0000:11:00.6: BAR 0 [mem 0xf6b80000-0xf6b87fff]
[ 0.288118] pci 0000:11:00.6: enabling Extended Tags
[ 0.288141] pci 0000:11:00.6: PME# supported from D0 D3hot D3cold
[ 0.288143] pci 0000:11:00.6: PME# disabled
[ 0.288166] pci 0000:11:00.6: EDR: Notify handler installed
[ 0.288228] pci_bus 0000:11: fixups for bus
[ 0.288230] pci 0000:00:08.1: PCI bridge to [bus 11]
[ 0.288234] pci_bus 0000:11: bus scan returning with max=11
[ 0.288236] pci 0000:00:08.3: scanning [bus 12-12] behind bridge, pass 0
[ 0.288264] pci_bus 0000:12: scanning bus
[ 0.288272] pci 0000:12:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[ 0.288292] pci 0000:12:00.0: BAR 0 [mem 0xf6c00000-0xf6cfffff 64bit]
[ 0.288298] pci 0000:12:00.0: enabling Extended Tags
[ 0.288328] pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
[ 0.288330] pci 0000:12:00.0: PME# disabled
[ 0.288366] pci 0000:12:00.0: EDR: Notify handler installed
[ 0.288416] pci_bus 0000:12: fixups for bus
[ 0.288417] pci 0000:00:08.3: PCI bridge to [bus 12]
[ 0.288422] pci_bus 0000:12: bus scan returning with max=12
[ 0.288424] pci 0000:00:01.1: scanning [bus 01-01] behind bridge, pass 1
[ 0.288441] pci 0000:00:01.2: scanning [bus 02-02] behind bridge, pass 1
[ 0.288457] pci 0000:00:02.1: scanning [bus 03-0f] behind bridge, pass 1
[ 0.288474] pci 0000:00:02.2: scanning [bus 10-10] behind bridge, pass 1
[ 0.288491] pci 0000:00:08.1: scanning [bus 11-11] behind bridge, pass 1
[ 0.288494] pci 0000:00:08.3: scanning [bus 12-12] behind bridge, pass 1
[ 0.288497] pci_bus 0000:00: bus scan returning with max=12
[ 0.288507] pci 0000:00:00.0: save config 0x00: 0x14d81022
[ 0.288509] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 0.288510] pci 0000:00:00.0: save config 0x08: 0x06000000
[ 0.288512] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 0.288513] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 0.288515] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 0.288516] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 0.288517] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 0.288519] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 0.288520] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 0.288521] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 0.288522] pci 0000:00:00.0: save config 0x2c: 0x88771043
[ 0.288524] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 0.288525] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 0.288526] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 0.288528] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 0.288531] pci 0000:00:00.2: save config 0x00: 0x14d91022
[ 0.288533] pci 0000:00:00.2: save config 0x04: 0x00100004
[ 0.288534] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 0.288535] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 0.288537] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 0.288538] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 0.288539] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 0.288541] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 0.288542] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 0.288543] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 0.288544] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 0.288546] pci 0000:00:00.2: save config 0x2c: 0x88771043
[ 0.288547] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 0.288548] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 0.288550] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 0.288551] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 0.288554] pci 0000:00:01.0: save config 0x00: 0x14da1022
[ 0.288556] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 0.288557] pci 0000:00:01.0: save config 0x08: 0x06000000
[ 0.288558] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 0.288560] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 0.288561] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 0.288562] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 0.288564] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 0.288565] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 0.288566] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 0.288568] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 0.288569] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 0.288570] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 0.288571] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 0.288573] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 0.288574] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 0.288577] pci 0000:00:01.1: save config 0x00: 0x14db1022
[ 0.288578] pci 0000:00:01.1: save config 0x04: 0x00100007
[ 0.288580] pci 0000:00:01.1: save config 0x08: 0x06040000
[ 0.288581] pci 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.288583] pci 0000:00:01.1: save config 0x10: 0x00000000
[ 0.288584] pci 0000:00:01.1: save config 0x14: 0x00000000
[ 0.288586] pci 0000:00:01.1: save config 0x18: 0x00010100
[ 0.288587] pci 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 0.288589] pci 0000:00:01.1: save config 0x20: 0xf600f500
[ 0.288590] pci 0000:00:01.1: save config 0x24: 0x01f10001
[ 0.288592] pci 0000:00:01.1: save config 0x28: 0x000000f8
[ 0.288593] pci 0000:00:01.1: save config 0x2c: 0x000000fc
[ 0.288595] pci 0000:00:01.1: save config 0x30: 0x00000000
[ 0.288596] pci 0000:00:01.1: save config 0x34: 0x00000050
[ 0.288598] pci 0000:00:01.1: save config 0x38: 0x00000000
[ 0.288599] pci 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.288620] pci 0000:00:01.2: save config 0x00: 0x14db1022
[ 0.288621] pci 0000:00:01.2: save config 0x04: 0x00100007
[ 0.288623] pci 0000:00:01.2: save config 0x08: 0x06040000
[ 0.288624] pci 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.288626] pci 0000:00:01.2: save config 0x10: 0x00000000
[ 0.288627] pci 0000:00:01.2: save config 0x14: 0x00000000
[ 0.288629] pci 0000:00:01.2: save config 0x18: 0x00020200
[ 0.288630] pci 0000:00:01.2: save config 0x1c: 0x000001f1
[ 0.288632] pci 0000:00:01.2: save config 0x20: 0xf6e0f6e0
[ 0.288633] pci 0000:00:01.2: save config 0x24: 0x0001fff1
[ 0.288634] pci 0000:00:01.2: save config 0x28: 0x00000000
[ 0.288636] pci 0000:00:01.2: save config 0x2c: 0x00000000
[ 0.288637] pci 0000:00:01.2: save config 0x30: 0x000000ff
[ 0.288639] pci 0000:00:01.2: save config 0x34: 0x00000050
[ 0.288640] pci 0000:00:01.2: save config 0x38: 0x00000000
[ 0.288642] pci 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.288662] pci 0000:00:02.0: save config 0x00: 0x14da1022
[ 0.288663] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 0.288665] pci 0000:00:02.0: save config 0x08: 0x06000000
[ 0.288666] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 0.288667] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 0.288669] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 0.288670] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 0.288671] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 0.288673] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 0.288674] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 0.288675] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 0.288676] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 0.288678] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 0.288679] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 0.288680] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 0.288682] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 0.288684] pci 0000:00:02.1: save config 0x00: 0x14db1022
[ 0.288686] pci 0000:00:02.1: save config 0x04: 0x00100007
[ 0.288687] pci 0000:00:02.1: save config 0x08: 0x06040000
[ 0.288689] pci 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.288690] pci 0000:00:02.1: save config 0x10: 0x00000000
[ 0.288692] pci 0000:00:02.1: save config 0x14: 0x00000000
[ 0.288693] pci 0000:00:02.1: save config 0x18: 0x000f0300
[ 0.288695] pci 0000:00:02.1: save config 0x1c: 0x0000d1c1
[ 0.288696] pci 0000:00:02.1: save config 0x20: 0xf670f620
[ 0.288698] pci 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.288699] pci 0000:00:02.1: save config 0x28: 0x00000000
[ 0.288700] pci 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.288702] pci 0000:00:02.1: save config 0x30: 0x00000000
[ 0.288703] pci 0000:00:02.1: save config 0x34: 0x00000050
[ 0.288705] pci 0000:00:02.1: save config 0x38: 0x00000000
[ 0.288706] pci 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.288727] pci 0000:00:02.2: save config 0x00: 0x14db1022
[ 0.288728] pci 0000:00:02.2: save config 0x04: 0x00100007
[ 0.288729] pci 0000:00:02.2: save config 0x08: 0x06040000
[ 0.288731] pci 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.288742] pci 0000:00:02.2: save config 0x10: 0x00000000
[ 0.288743] pci 0000:00:02.2: save config 0x14: 0x00000000
[ 0.288745] pci 0000:00:02.2: save config 0x18: 0x00101000
[ 0.288746] pci 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.288748] pci 0000:00:02.2: save config 0x20: 0xf6d0f6d0
[ 0.288749] pci 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.288751] pci 0000:00:02.2: save config 0x28: 0x00000000
[ 0.288752] pci 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.288753] pci 0000:00:02.2: save config 0x30: 0x000000ff
[ 0.288755] pci 0000:00:02.2: save config 0x34: 0x00000050
[ 0.288756] pci 0000:00:02.2: save config 0x38: 0x00000000
[ 0.288758] pci 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.288778] pci 0000:00:03.0: save config 0x00: 0x14da1022
[ 0.288779] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 0.288781] pci 0000:00:03.0: save config 0x08: 0x06000000
[ 0.288782] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 0.288783] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 0.288785] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 0.288786] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 0.288787] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 0.288788] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 0.288790] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 0.288791] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 0.288792] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 0.288794] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 0.288795] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 0.288796] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 0.288798] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 0.288800] pci 0000:00:04.0: save config 0x00: 0x14da1022
[ 0.288802] pci 0000:00:04.0: save config 0x04: 0x00000000
[ 0.288803] pci 0000:00:04.0: save config 0x08: 0x06000000
[ 0.288804] pci 0000:00:04.0: save config 0x0c: 0x00800000
[ 0.288805] pci 0000:00:04.0: save config 0x10: 0x00000000
[ 0.288807] pci 0000:00:04.0: save config 0x14: 0x00000000
[ 0.288808] pci 0000:00:04.0: save config 0x18: 0x00000000
[ 0.288809] pci 0000:00:04.0: save config 0x1c: 0x00000000
[ 0.288811] pci 0000:00:04.0: save config 0x20: 0x00000000
[ 0.288812] pci 0000:00:04.0: save config 0x24: 0x00000000
[ 0.288813] pci 0000:00:04.0: save config 0x28: 0x00000000
[ 0.288815] pci 0000:00:04.0: save config 0x2c: 0x00000000
[ 0.288816] pci 0000:00:04.0: save config 0x30: 0x00000000
[ 0.288817] pci 0000:00:04.0: save config 0x34: 0x00000000
[ 0.288819] pci 0000:00:04.0: save config 0x38: 0x00000000
[ 0.288820] pci 0000:00:04.0: save config 0x3c: 0x00000000
[ 0.288822] pci 0000:00:08.0: save config 0x00: 0x14da1022
[ 0.288824] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 0.288825] pci 0000:00:08.0: save config 0x08: 0x06000000
[ 0.288826] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 0.288828] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 0.288829] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 0.288830] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 0.288832] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 0.288833] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 0.288834] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 0.288836] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 0.288837] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 0.288838] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 0.288839] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 0.288841] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 0.288842] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 0.288849] pci 0000:00:08.1: save config 0x00: 0x14dd1022
[ 0.288850] pci 0000:00:08.1: save config 0x04: 0x00100007
[ 0.288852] pci 0000:00:08.1: save config 0x08: 0x06040000
[ 0.288853] pci 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.288854] pci 0000:00:08.1: save config 0x10: 0x00000000
[ 0.288856] pci 0000:00:08.1: save config 0x14: 0x00000000
[ 0.288857] pci 0000:00:08.1: save config 0x18: 0x00111100
[ 0.288858] pci 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.288860] pci 0000:00:08.1: save config 0x20: 0xf6b0f680
[ 0.288861] pci 0000:00:08.1: save config 0x24: 0x20111001
[ 0.288862] pci 0000:00:08.1: save config 0x28: 0x000000fc
[ 0.288864] pci 0000:00:08.1: save config 0x2c: 0x000000fc
[ 0.288865] pci 0000:00:08.1: save config 0x30: 0x00000000
[ 0.288866] pci 0000:00:08.1: save config 0x34: 0x00000050
[ 0.288868] pci 0000:00:08.1: save config 0x38: 0x00000000
[ 0.288869] pci 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.288880] pci 0000:00:08.3: save config 0x00: 0x14dd1022
[ 0.288882] pci 0000:00:08.3: save config 0x04: 0x00100007
[ 0.288883] pci 0000:00:08.3: save config 0x08: 0x06040000
[ 0.288885] pci 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.288886] pci 0000:00:08.3: save config 0x10: 0x00000000
[ 0.288887] pci 0000:00:08.3: save config 0x14: 0x00000000
[ 0.288889] pci 0000:00:08.3: save config 0x18: 0x00121200
[ 0.288890] pci 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.288891] pci 0000:00:08.3: save config 0x20: 0xf6c0f6c0
[ 0.288893] pci 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.288894] pci 0000:00:08.3: save config 0x28: 0x00000000
[ 0.288895] pci 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.288897] pci 0000:00:08.3: save config 0x30: 0x000000ff
[ 0.288898] pci 0000:00:08.3: save config 0x34: 0x00000050
[ 0.288899] pci 0000:00:08.3: save config 0x38: 0x00000000
[ 0.288901] pci 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.288917] pci 0000:00:14.0: save config 0x00: 0x790b1022
[ 0.288919] pci 0000:00:14.0: save config 0x04: 0x02200403
[ 0.288920] pci 0000:00:14.0: save config 0x08: 0x0c050071
[ 0.288922] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 0.288924] pci 0000:00:14.0: save config 0x10: 0x00000000
[ 0.288926] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 0.288928] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 0.288929] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 0.288931] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 0.288933] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 0.288935] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 0.288937] pci 0000:00:14.0: save config 0x2c: 0x88771043
[ 0.288938] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 0.288940] pci 0000:00:14.0: save config 0x34: 0x00000000
[ 0.288942] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 0.288944] pci 0000:00:14.0: save config 0x3c: 0x00000000
[ 0.288947] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 0.288949] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 0.288951] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 0.288953] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 0.288954] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 0.288956] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 0.288958] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 0.288960] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 0.288962] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 0.288964] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 0.288965] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 0.288967] pci 0000:00:14.3: save config 0x2c: 0x88771043
[ 0.288969] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 0.288971] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 0.288973] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 0.288975] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 0.288977] pci 0000:00:18.0: save config 0x00: 0x14e01022
[ 0.288978] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 0.288980] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 0.288981] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 0.288982] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 0.288983] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 0.288984] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 0.288985] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 0.288987] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 0.288988] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 0.288989] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 0.288990] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 0.288991] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 0.288992] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 0.288994] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 0.288995] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 0.288997] pci 0000:00:18.1: save config 0x00: 0x14e11022
[ 0.288998] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 0.288999] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 0.289000] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 0.289001] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 0.289003] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 0.289004] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 0.289005] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 0.289006] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 0.289007] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 0.289009] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 0.289010] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 0.289011] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 0.289012] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 0.289013] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 0.289014] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 0.289016] pci 0000:00:18.2: save config 0x00: 0x14e21022
[ 0.289018] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 0.289019] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 0.289020] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 0.289021] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 0.289022] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 0.289023] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 0.289025] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 0.289026] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 0.289027] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 0.289028] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 0.289029] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 0.289031] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 0.289032] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 0.289033] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 0.289034] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 0.289036] pci 0000:00:18.3: save config 0x00: 0x14e31022
[ 0.289037] pci 0000:00:18.3: save config 0x04: 0x00000000
[ 0.289038] pci 0000:00:18.3: save config 0x08: 0x06000000
[ 0.289040] pci 0000:00:18.3: save config 0x0c: 0x00800000
[ 0.289041] pci 0000:00:18.3: save config 0x10: 0x00000000
[ 0.289042] pci 0000:00:18.3: save config 0x14: 0x00000000
[ 0.289043] pci 0000:00:18.3: save config 0x18: 0x00000000
[ 0.289044] pci 0000:00:18.3: save config 0x1c: 0x00000000
[ 0.289045] pci 0000:00:18.3: save config 0x20: 0x00000000
[ 0.289047] pci 0000:00:18.3: save config 0x24: 0x00000000
[ 0.289048] pci 0000:00:18.3: save config 0x28: 0x00000000
[ 0.289049] pci 0000:00:18.3: save config 0x2c: 0x00000000
[ 0.289050] pci 0000:00:18.3: save config 0x30: 0x00000000
[ 0.289051] pci 0000:00:18.3: save config 0x34: 0x00000000
[ 0.289053] pci 0000:00:18.3: save config 0x38: 0x00000000
[ 0.289054] pci 0000:00:18.3: save config 0x3c: 0x00000000
[ 0.289056] pci 0000:00:18.4: save config 0x00: 0x14e41022
[ 0.289057] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 0.289058] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 0.289059] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 0.289060] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 0.289062] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 0.289063] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 0.289064] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 0.289065] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 0.289066] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 0.289067] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 0.289069] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 0.289070] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 0.289071] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 0.289072] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 0.289073] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 0.289075] pci 0000:00:18.5: save config 0x00: 0x14e51022
[ 0.289077] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 0.289078] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 0.289079] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 0.289080] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 0.289081] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 0.289082] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 0.289084] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 0.289085] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 0.289086] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 0.289087] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 0.289088] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 0.289089] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 0.289091] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 0.289092] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 0.289093] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 0.289095] pci 0000:00:18.6: save config 0x00: 0x14e61022
[ 0.289096] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 0.289097] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 0.289099] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 0.289100] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 0.289101] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 0.289102] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 0.289103] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 0.289104] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 0.289106] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 0.289107] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 0.289108] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 0.289109] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 0.289110] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 0.289111] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 0.289113] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 0.289115] pci 0000:00:18.7: save config 0x00: 0x14e71022
[ 0.289116] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 0.289117] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 0.289118] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 0.289119] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 0.289121] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 0.289122] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 0.289123] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 0.289124] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 0.289125] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 0.289126] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 0.289128] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 0.289129] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 0.289130] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 0.289131] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 0.289132] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 0.289135] pci 0000:01:00.0: save config 0x00: 0x220810de
[ 0.289137] pci 0000:01:00.0: save config 0x04: 0x00100003
[ 0.289138] pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 0.289140] pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 0.289141] pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 0.289143] pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 0.289144] pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 0.289145] pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 0.289147] pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 0.289148] pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 0.289150] pci 0000:01:00.0: save config 0x28: 0x00000000
[ 0.289151] pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 0.289153] pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 0.289154] pci 0000:01:00.0: save config 0x34: 0x00000060
[ 0.289156] pci 0000:01:00.0: save config 0x38: 0x00000000
[ 0.289157] pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 0.289179] pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 0.289181] pci 0000:01:00.1: save config 0x04: 0x00100000
[ 0.289182] pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 0.289184] pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 0.289185] pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 0.289187] pci 0000:01:00.1: save config 0x14: 0x00000000
[ 0.289188] pci 0000:01:00.1: save config 0x18: 0x00000000
[ 0.289189] pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 0.289191] pci 0000:01:00.1: save config 0x20: 0x00000000
[ 0.289192] pci 0000:01:00.1: save config 0x24: 0x00000000
[ 0.289194] pci 0000:01:00.1: save config 0x28: 0x00000000
[ 0.289195] pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 0.289197] pci 0000:01:00.1: save config 0x30: 0x00000000
[ 0.289198] pci 0000:01:00.1: save config 0x34: 0x00000060
[ 0.289200] pci 0000:01:00.1: save config 0x38: 0x00000000
[ 0.289201] pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 0.289382] pci 0000:02:00.0: save config 0x00: 0xa80a144d
[ 0.289384] pci 0000:02:00.0: save config 0x04: 0x00100006
[ 0.289386] pci 0000:02:00.0: save config 0x08: 0x01080200
[ 0.289388] pci 0000:02:00.0: save config 0x0c: 0x00000010
[ 0.289389] pci 0000:02:00.0: save config 0x10: 0xf6e00004
[ 0.289391] pci 0000:02:00.0: save config 0x14: 0x00000000
[ 0.289393] pci 0000:02:00.0: save config 0x18: 0x00000000
[ 0.289394] pci 0000:02:00.0: save config 0x1c: 0x00000000
[ 0.289396] pci 0000:02:00.0: save config 0x20: 0x00000000
[ 0.289398] pci 0000:02:00.0: save config 0x24: 0x00000000
[ 0.289399] pci 0000:02:00.0: save config 0x28: 0x00000000
[ 0.289401] pci 0000:02:00.0: save config 0x2c: 0xa801144d
[ 0.289403] pci 0000:02:00.0: save config 0x30: 0x00000000
[ 0.289404] pci 0000:02:00.0: save config 0x34: 0x00000040
[ 0.289406] pci 0000:02:00.0: save config 0x38: 0x00000000
[ 0.289408] pci 0000:02:00.0: save config 0x3c: 0x000001ff
[ 0.289440] pci 0000:03:00.0: save config 0x00: 0x43f41022
[ 0.289441] pci 0000:03:00.0: save config 0x04: 0x00100007
[ 0.289443] pci 0000:03:00.0: save config 0x08: 0x06040001
[ 0.289445] pci 0000:03:00.0: save config 0x0c: 0x00010010
[ 0.289446] pci 0000:03:00.0: save config 0x10: 0x00000000
[ 0.289448] pci 0000:03:00.0: save config 0x14: 0x00000000
[ 0.289450] pci 0000:03:00.0: save config 0x18: 0x000f0403
[ 0.289451] pci 0000:03:00.0: save config 0x1c: 0x0000d1c1
[ 0.289453] pci 0000:03:00.0: save config 0x20: 0xf670f620
[ 0.289455] pci 0000:03:00.0: save config 0x24: 0x0001fff1
[ 0.289456] pci 0000:03:00.0: save config 0x28: 0x00000000
[ 0.289458] pci 0000:03:00.0: save config 0x2c: 0x00000000
[ 0.289459] pci 0000:03:00.0: save config 0x30: 0x00000000
[ 0.289461] pci 0000:03:00.0: save config 0x34: 0x00000050
[ 0.289463] pci 0000:03:00.0: save config 0x38: 0x00000000
[ 0.289464] pci 0000:03:00.0: save config 0x3c: 0x001201ff
[ 0.289490] pci 0000:04:00.0: save config 0x00: 0x43f51022
[ 0.289491] pci 0000:04:00.0: save config 0x04: 0x00100007
[ 0.289493] pci 0000:04:00.0: save config 0x08: 0x06040001
[ 0.289495] pci 0000:04:00.0: save config 0x0c: 0x00010010
[ 0.289496] pci 0000:04:00.0: save config 0x10: 0x00000000
[ 0.289498] pci 0000:04:00.0: save config 0x14: 0x00000000
[ 0.289499] pci 0000:04:00.0: save config 0x18: 0x00050504
[ 0.289501] pci 0000:04:00.0: save config 0x1c: 0x0000d1d1
[ 0.289503] pci 0000:04:00.0: save config 0x20: 0xf670f670
[ 0.289504] pci 0000:04:00.0: save config 0x24: 0x0001fff1
[ 0.289506] pci 0000:04:00.0: save config 0x28: 0x00000000
[ 0.289508] pci 0000:04:00.0: save config 0x2c: 0x00000000
[ 0.289509] pci 0000:04:00.0: save config 0x30: 0x00000000
[ 0.289511] pci 0000:04:00.0: save config 0x34: 0x00000050
[ 0.289512] pci 0000:04:00.0: save config 0x38: 0x00000000
[ 0.289514] pci 0000:04:00.0: save config 0x3c: 0x001201ff
[ 0.289538] pci 0000:04:08.0: save config 0x00: 0x43f51022
[ 0.289540] pci 0000:04:08.0: save config 0x04: 0x00100007
[ 0.289542] pci 0000:04:08.0: save config 0x08: 0x06040001
[ 0.289543] pci 0000:04:08.0: save config 0x0c: 0x00010010
[ 0.289545] pci 0000:04:08.0: save config 0x10: 0x00000000
[ 0.289546] pci 0000:04:08.0: save config 0x14: 0x00000000
[ 0.289548] pci 0000:04:08.0: save config 0x18: 0x000d0604
[ 0.289550] pci 0000:04:08.0: save config 0x1c: 0x0000c1c1
[ 0.289551] pci 0000:04:08.0: save config 0x20: 0xf640f620
[ 0.289553] pci 0000:04:08.0: save config 0x24: 0x0001fff1
[ 0.289555] pci 0000:04:08.0: save config 0x28: 0x00000000
[ 0.289556] pci 0000:04:08.0: save config 0x2c: 0x00000000
[ 0.289558] pci 0000:04:08.0: save config 0x30: 0x00000000
[ 0.289559] pci 0000:04:08.0: save config 0x34: 0x00000050
[ 0.289561] pci 0000:04:08.0: save config 0x38: 0x00000000
[ 0.289563] pci 0000:04:08.0: save config 0x3c: 0x001201ff
[ 0.289587] pci 0000:04:0c.0: save config 0x00: 0x43f51022
[ 0.289589] pci 0000:04:0c.0: save config 0x04: 0x00100007
[ 0.289590] pci 0000:04:0c.0: save config 0x08: 0x06040001
[ 0.289592] pci 0000:04:0c.0: save config 0x0c: 0x00010010
[ 0.289593] pci 0000:04:0c.0: save config 0x10: 0x00000000
[ 0.289595] pci 0000:04:0c.0: save config 0x14: 0x00000000
[ 0.289597] pci 0000:04:0c.0: save config 0x18: 0x000e0e04
[ 0.289598] pci 0000:04:0c.0: save config 0x1c: 0x000000f0
[ 0.289600] pci 0000:04:0c.0: save config 0x20: 0xf660f660
[ 0.289602] pci 0000:04:0c.0: save config 0x24: 0x0001fff1
[ 0.289603] pci 0000:04:0c.0: save config 0x28: 0x00000000
[ 0.289605] pci 0000:04:0c.0: save config 0x2c: 0x00000000
[ 0.289606] pci 0000:04:0c.0: save config 0x30: 0x000000ff
[ 0.289608] pci 0000:04:0c.0: save config 0x34: 0x00000050
[ 0.289610] pci 0000:04:0c.0: save config 0x38: 0x00000000
[ 0.289611] pci 0000:04:0c.0: save config 0x3c: 0x001201ff
[ 0.289624] pci 0000:04:0d.0: save config 0x00: 0x43f51022
[ 0.289626] pci 0000:04:0d.0: save config 0x04: 0x00100007
[ 0.289628] pci 0000:04:0d.0: save config 0x08: 0x06040001
[ 0.289629] pci 0000:04:0d.0: save config 0x0c: 0x00010010
[ 0.289631] pci 0000:04:0d.0: save config 0x10: 0x00000000
[ 0.289632] pci 0000:04:0d.0: save config 0x14: 0x00000000
[ 0.289634] pci 0000:04:0d.0: save config 0x18: 0x000f0f04
[ 0.289636] pci 0000:04:0d.0: save config 0x1c: 0x000000f0
[ 0.289637] pci 0000:04:0d.0: save config 0x20: 0xf650f650
[ 0.289639] pci 0000:04:0d.0: save config 0x24: 0x0001fff1
[ 0.289641] pci 0000:04:0d.0: save config 0x28: 0x00000000
[ 0.289642] pci 0000:04:0d.0: save config 0x2c: 0x00000000
[ 0.289644] pci 0000:04:0d.0: save config 0x30: 0x000000ff
[ 0.289645] pci 0000:04:0d.0: save config 0x34: 0x00000050
[ 0.289647] pci 0000:04:0d.0: save config 0x38: 0x00000000
[ 0.289649] pci 0000:04:0d.0: save config 0x3c: 0x001201ff
[ 0.289662] pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 0.289664] pci 0000:05:00.0: save config 0x04: 0x00100000
[ 0.289667] pci 0000:05:00.0: save config 0x08: 0x01060111
[ 0.289669] pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 0.289671] pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 0.289673] pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 0.289676] pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 0.289678] pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 0.289680] pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 0.289682] pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 0.289684] pci 0000:05:00.0: save config 0x28: 0x00000000
[ 0.289687] pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 0.289689] pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 0.289691] pci 0000:05:00.0: save config 0x34: 0x00000040
[ 0.289693] pci 0000:05:00.0: save config 0x38: 0x00000000
[ 0.289696] pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 0.289719] pci 0000:06:00.0: save config 0x00: 0x43f41022
[ 0.289721] pci 0000:06:00.0: save config 0x04: 0x00100007
[ 0.289723] pci 0000:06:00.0: save config 0x08: 0x06040001
[ 0.289725] pci 0000:06:00.0: save config 0x0c: 0x00010010
[ 0.289727] pci 0000:06:00.0: save config 0x10: 0x00000000
[ 0.289729] pci 0000:06:00.0: save config 0x14: 0x00000000
[ 0.289731] pci 0000:06:00.0: save config 0x18: 0x000d0706
[ 0.289733] pci 0000:06:00.0: save config 0x1c: 0x0000c1c1
[ 0.289735] pci 0000:06:00.0: save config 0x20: 0xf640f620
[ 0.289737] pci 0000:06:00.0: save config 0x24: 0x0001fff1
[ 0.289739] pci 0000:06:00.0: save config 0x28: 0x00000000
[ 0.289741] pci 0000:06:00.0: save config 0x2c: 0x00000000
[ 0.289743] pci 0000:06:00.0: save config 0x30: 0x00000000
[ 0.289745] pci 0000:06:00.0: save config 0x34: 0x00000050
[ 0.289747] pci 0000:06:00.0: save config 0x38: 0x00000000
[ 0.289749] pci 0000:06:00.0: save config 0x3c: 0x001201ff
[ 0.289790] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.289792] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.289793] Call Trace:
[ 0.289795] <TASK>
[ 0.289797] dump_stack_lvl+0x5d/0x80
[ 0.289799] pci_save_state.cold+0x5/0x28
[ 0.289801] pci_bus_add_device+0x50/0x80
[ 0.289803] pci_bus_add_devices+0x30/0x70
[ 0.289805] pci_bus_add_devices+0x5b/0x70
[ 0.289806] pci_bus_add_devices+0x5b/0x70
[ 0.289808] pci_bus_add_devices+0x5b/0x70
[ 0.289809] pci_bus_add_devices+0x5b/0x70
[ 0.289811] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.289814] acpi_bus_attach+0x1f5/0x300
[ 0.289815] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.289817] device_for_each_child+0x71/0xb0
[ 0.289819] acpi_dev_for_each_child+0x3b/0x60
[ 0.289821] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.289822] acpi_bus_attach+0x2aa/0x300
[ 0.289823] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.289825] device_for_each_child+0x71/0xb0
[ 0.289827] acpi_dev_for_each_child+0x3b/0x60
[ 0.289828] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.289829] acpi_bus_attach+0x2aa/0x300
[ 0.289831] ? __pfx_acpi_init+0x10/0x10
[ 0.289832] acpi_bus_scan+0x63/0x1d0
[ 0.289834] ? __pfx_acpi_init+0x10/0x10
[ 0.289835] acpi_scan_init+0x157/0x2b0
[ 0.289837] acpi_init+0x4a0/0x510
[ 0.289839] do_one_initcall+0x5b/0x300
[ 0.289841] kernel_init_freeable+0x23b/0x2b0
[ 0.289845] ? __pfx_kernel_init+0x10/0x10
[ 0.289846] kernel_init+0x1a/0x140
[ 0.289848] ret_from_fork+0x243/0x280
[ 0.289849] ? __pfx_kernel_init+0x10/0x10
[ 0.289851] ret_from_fork_asm+0x1a/0x30
[ 0.289854] </TASK>
[ 0.289860] pci 0000:07:00.0: save config 0x00: 0x43f51022
[ 0.289866] pci 0000:07:00.0: save config 0x04: 0x00100007
[ 0.289868] pci 0000:07:00.0: save config 0x08: 0x06040001
[ 0.289871] pci 0000:07:00.0: save config 0x0c: 0x00010010
[ 0.289873] pci 0000:07:00.0: save config 0x10: 0x00000000
[ 0.289875] pci 0000:07:00.0: save config 0x14: 0x00000000
[ 0.289877] pci 0000:07:00.0: save config 0x18: 0x00080807
[ 0.289879] pci 0000:07:00.0: save config 0x1c: 0x000001f1
[ 0.289881] pci 0000:07:00.0: save config 0x20: 0x0000fff0
[ 0.289883] pci 0000:07:00.0: save config 0x24: 0x0001fff1
[ 0.289885] pci 0000:07:00.0: save config 0x28: 0x00000000
[ 0.289887] pci 0000:07:00.0: save config 0x2c: 0x00000000
[ 0.289889] pci 0000:07:00.0: save config 0x30: 0x000000ff
[ 0.289891] pci 0000:07:00.0: save config 0x34: 0x00000050
[ 0.289893] pci 0000:07:00.0: save config 0x38: 0x00000000
[ 0.289895] pci 0000:07:00.0: save config 0x3c: 0x001201ff
[ 0.289933] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.289935] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.289935] Call Trace:
[ 0.289936] <TASK>
[ 0.289937] dump_stack_lvl+0x5d/0x80
[ 0.289938] pci_save_state.cold+0x5/0x28
[ 0.289940] pci_bus_add_device+0x50/0x80
[ 0.289942] pci_bus_add_devices+0x30/0x70
[ 0.289943] pci_bus_add_devices+0x5b/0x70
[ 0.289945] pci_bus_add_devices+0x5b/0x70
[ 0.289946] pci_bus_add_devices+0x5b/0x70
[ 0.289948] pci_bus_add_devices+0x5b/0x70
[ 0.289949] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.289952] acpi_bus_attach+0x1f5/0x300
[ 0.289953] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.289955] device_for_each_child+0x71/0xb0
[ 0.289957] acpi_dev_for_each_child+0x3b/0x60
[ 0.289958] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.289959] acpi_bus_attach+0x2aa/0x300
[ 0.289961] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.289962] device_for_each_child+0x71/0xb0
[ 0.289964] acpi_dev_for_each_child+0x3b/0x60
[ 0.289965] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.289966] acpi_bus_attach+0x2aa/0x300
[ 0.289968] ? __pfx_acpi_init+0x10/0x10
[ 0.289969] acpi_bus_scan+0x63/0x1d0
[ 0.289971] ? __pfx_acpi_init+0x10/0x10
[ 0.289972] acpi_scan_init+0x157/0x2b0
[ 0.289973] acpi_init+0x4a0/0x510
[ 0.289975] do_one_initcall+0x5b/0x300
[ 0.289978] kernel_init_freeable+0x23b/0x2b0
[ 0.289981] ? __pfx_kernel_init+0x10/0x10
[ 0.289982] kernel_init+0x1a/0x140
[ 0.289983] ret_from_fork+0x243/0x280
[ 0.289985] ? __pfx_kernel_init+0x10/0x10
[ 0.289986] ret_from_fork_asm+0x1a/0x30
[ 0.289989] </TASK>
[ 0.289995] pci 0000:07:04.0: save config 0x00: 0x43f51022
[ 0.290001] pci 0000:07:04.0: save config 0x04: 0x00100007
[ 0.290003] pci 0000:07:04.0: save config 0x08: 0x06040001
[ 0.290005] pci 0000:07:04.0: save config 0x0c: 0x00010010
[ 0.290007] pci 0000:07:04.0: save config 0x10: 0x00000000
[ 0.290009] pci 0000:07:04.0: save config 0x14: 0x00000000
[ 0.290011] pci 0000:07:04.0: save config 0x18: 0x00090907
[ 0.290013] pci 0000:07:04.0: save config 0x1c: 0x0000c1c1
[ 0.290015] pci 0000:07:04.0: save config 0x20: 0xf640f640
[ 0.290017] pci 0000:07:04.0: save config 0x24: 0x0001fff1
[ 0.290019] pci 0000:07:04.0: save config 0x28: 0x00000000
[ 0.290021] pci 0000:07:04.0: save config 0x2c: 0x00000000
[ 0.290023] pci 0000:07:04.0: save config 0x30: 0x00000000
[ 0.290025] pci 0000:07:04.0: save config 0x34: 0x00000050
[ 0.290028] pci 0000:07:04.0: save config 0x38: 0x00000000
[ 0.290030] pci 0000:07:04.0: save config 0x3c: 0x001201ff
[ 0.290068] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.290069] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.290069] Call Trace:
[ 0.290070] <TASK>
[ 0.290070] dump_stack_lvl+0x5d/0x80
[ 0.290072] pci_save_state.cold+0x5/0x28
[ 0.290074] pci_bus_add_device+0x50/0x80
[ 0.290075] pci_bus_add_devices+0x30/0x70
[ 0.290077] pci_bus_add_devices+0x5b/0x70
[ 0.290078] pci_bus_add_devices+0x5b/0x70
[ 0.290079] pci_bus_add_devices+0x5b/0x70
[ 0.290081] pci_bus_add_devices+0x5b/0x70
[ 0.290082] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.290085] acpi_bus_attach+0x1f5/0x300
[ 0.290087] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290088] device_for_each_child+0x71/0xb0
[ 0.290090] acpi_dev_for_each_child+0x3b/0x60
[ 0.290091] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290092] acpi_bus_attach+0x2aa/0x300
[ 0.290094] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290095] device_for_each_child+0x71/0xb0
[ 0.290097] acpi_dev_for_each_child+0x3b/0x60
[ 0.290098] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290099] acpi_bus_attach+0x2aa/0x300
[ 0.290101] ? __pfx_acpi_init+0x10/0x10
[ 0.290102] acpi_bus_scan+0x63/0x1d0
[ 0.290104] ? __pfx_acpi_init+0x10/0x10
[ 0.290104] acpi_scan_init+0x157/0x2b0
[ 0.290106] acpi_init+0x4a0/0x510
[ 0.290108] do_one_initcall+0x5b/0x300
[ 0.290110] kernel_init_freeable+0x23b/0x2b0
[ 0.290113] ? __pfx_kernel_init+0x10/0x10
[ 0.290115] kernel_init+0x1a/0x140
[ 0.290116] ret_from_fork+0x243/0x280
[ 0.290117] ? __pfx_kernel_init+0x10/0x10
[ 0.290119] ret_from_fork_asm+0x1a/0x30
[ 0.290122] </TASK>
[ 0.290127] pci 0000:07:05.0: save config 0x00: 0x43f51022
[ 0.290133] pci 0000:07:05.0: save config 0x04: 0x00100007
[ 0.290135] pci 0000:07:05.0: save config 0x08: 0x06040001
[ 0.290138] pci 0000:07:05.0: save config 0x0c: 0x00010010
[ 0.290140] pci 0000:07:05.0: save config 0x10: 0x00000000
[ 0.290142] pci 0000:07:05.0: save config 0x14: 0x00000000
[ 0.290144] pci 0000:07:05.0: save config 0x18: 0x000a0a07
[ 0.290146] pci 0000:07:05.0: save config 0x1c: 0x000001f1
[ 0.290148] pci 0000:07:05.0: save config 0x20: 0x0000fff0
[ 0.290150] pci 0000:07:05.0: save config 0x24: 0x0001fff1
[ 0.290152] pci 0000:07:05.0: save config 0x28: 0x00000000
[ 0.290154] pci 0000:07:05.0: save config 0x2c: 0x00000000
[ 0.290156] pci 0000:07:05.0: save config 0x30: 0x000000ff
[ 0.290158] pci 0000:07:05.0: save config 0x34: 0x00000050
[ 0.290160] pci 0000:07:05.0: save config 0x38: 0x00000000
[ 0.290162] pci 0000:07:05.0: save config 0x3c: 0x001201ff
[ 0.290200] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.290201] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.290201] Call Trace:
[ 0.290202] <TASK>
[ 0.290202] dump_stack_lvl+0x5d/0x80
[ 0.290204] pci_save_state.cold+0x5/0x28
[ 0.290206] pci_bus_add_device+0x50/0x80
[ 0.290207] pci_bus_add_devices+0x30/0x70
[ 0.290208] pci_bus_add_devices+0x5b/0x70
[ 0.290210] pci_bus_add_devices+0x5b/0x70
[ 0.290211] pci_bus_add_devices+0x5b/0x70
[ 0.290213] pci_bus_add_devices+0x5b/0x70
[ 0.290214] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.290217] acpi_bus_attach+0x1f5/0x300
[ 0.290219] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290220] device_for_each_child+0x71/0xb0
[ 0.290222] acpi_dev_for_each_child+0x3b/0x60
[ 0.290223] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290224] acpi_bus_attach+0x2aa/0x300
[ 0.290225] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290227] device_for_each_child+0x71/0xb0
[ 0.290229] acpi_dev_for_each_child+0x3b/0x60
[ 0.290230] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290231] acpi_bus_attach+0x2aa/0x300
[ 0.290233] ? __pfx_acpi_init+0x10/0x10
[ 0.290234] acpi_bus_scan+0x63/0x1d0
[ 0.290235] ? __pfx_acpi_init+0x10/0x10
[ 0.290236] acpi_scan_init+0x157/0x2b0
[ 0.290238] acpi_init+0x4a0/0x510
[ 0.290240] do_one_initcall+0x5b/0x300
[ 0.290242] kernel_init_freeable+0x23b/0x2b0
[ 0.290245] ? __pfx_kernel_init+0x10/0x10
[ 0.290246] kernel_init+0x1a/0x140
[ 0.290248] ret_from_fork+0x243/0x280
[ 0.290249] ? __pfx_kernel_init+0x10/0x10
[ 0.290250] ret_from_fork_asm+0x1a/0x30
[ 0.290253] </TASK>
[ 0.290259] pci 0000:07:08.0: save config 0x00: 0x43f51022
[ 0.290265] pci 0000:07:08.0: save config 0x04: 0x00100007
[ 0.290267] pci 0000:07:08.0: save config 0x08: 0x06040001
[ 0.290269] pci 0000:07:08.0: save config 0x0c: 0x00010010
[ 0.290271] pci 0000:07:08.0: save config 0x10: 0x00000000
[ 0.290273] pci 0000:07:08.0: save config 0x14: 0x00000000
[ 0.290275] pci 0000:07:08.0: save config 0x18: 0x000b0b07
[ 0.290277] pci 0000:07:08.0: save config 0x1c: 0x000001f1
[ 0.290279] pci 0000:07:08.0: save config 0x20: 0x0000fff0
[ 0.290281] pci 0000:07:08.0: save config 0x24: 0x0001fff1
[ 0.290283] pci 0000:07:08.0: save config 0x28: 0x00000000
[ 0.290285] pci 0000:07:08.0: save config 0x2c: 0x00000000
[ 0.290287] pci 0000:07:08.0: save config 0x30: 0x000000ff
[ 0.290289] pci 0000:07:08.0: save config 0x34: 0x00000050
[ 0.290291] pci 0000:07:08.0: save config 0x38: 0x00000000
[ 0.290293] pci 0000:07:08.0: save config 0x3c: 0x001201ff
[ 0.290331] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.290332] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.290333] Call Trace:
[ 0.290333] <TASK>
[ 0.290334] dump_stack_lvl+0x5d/0x80
[ 0.290335] pci_save_state.cold+0x5/0x28
[ 0.290337] pci_bus_add_device+0x50/0x80
[ 0.290339] pci_bus_add_devices+0x30/0x70
[ 0.290340] pci_bus_add_devices+0x5b/0x70
[ 0.290341] pci_bus_add_devices+0x5b/0x70
[ 0.290343] pci_bus_add_devices+0x5b/0x70
[ 0.290344] pci_bus_add_devices+0x5b/0x70
[ 0.290346] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.290349] acpi_bus_attach+0x1f5/0x300
[ 0.290350] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290352] device_for_each_child+0x71/0xb0
[ 0.290353] acpi_dev_for_each_child+0x3b/0x60
[ 0.290355] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290356] acpi_bus_attach+0x2aa/0x300
[ 0.290357] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290359] device_for_each_child+0x71/0xb0
[ 0.290361] acpi_dev_for_each_child+0x3b/0x60
[ 0.290362] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290363] acpi_bus_attach+0x2aa/0x300
[ 0.290365] ? __pfx_acpi_init+0x10/0x10
[ 0.290366] acpi_bus_scan+0x63/0x1d0
[ 0.290368] ? __pfx_acpi_init+0x10/0x10
[ 0.290369] acpi_scan_init+0x157/0x2b0
[ 0.290370] acpi_init+0x4a0/0x510
[ 0.290372] do_one_initcall+0x5b/0x300
[ 0.290374] kernel_init_freeable+0x23b/0x2b0
[ 0.290377] ? __pfx_kernel_init+0x10/0x10
[ 0.290379] kernel_init+0x1a/0x140
[ 0.290380] ret_from_fork+0x243/0x280
[ 0.290381] ? __pfx_kernel_init+0x10/0x10
[ 0.290382] ret_from_fork_asm+0x1a/0x30
[ 0.290386] </TASK>
[ 0.290391] pci 0000:07:0c.0: save config 0x00: 0x43f51022
[ 0.290397] pci 0000:07:0c.0: save config 0x04: 0x00100007
[ 0.290399] pci 0000:07:0c.0: save config 0x08: 0x06040001
[ 0.290402] pci 0000:07:0c.0: save config 0x0c: 0x00010010
[ 0.290404] pci 0000:07:0c.0: save config 0x10: 0x00000000
[ 0.290406] pci 0000:07:0c.0: save config 0x14: 0x00000000
[ 0.290408] pci 0000:07:0c.0: save config 0x18: 0x000c0c07
[ 0.290410] pci 0000:07:0c.0: save config 0x1c: 0x000000f0
[ 0.290412] pci 0000:07:0c.0: save config 0x20: 0xf630f630
[ 0.290414] pci 0000:07:0c.0: save config 0x24: 0x0001fff1
[ 0.290416] pci 0000:07:0c.0: save config 0x28: 0x00000000
[ 0.290418] pci 0000:07:0c.0: save config 0x2c: 0x00000000
[ 0.290420] pci 0000:07:0c.0: save config 0x30: 0x000000ff
[ 0.290422] pci 0000:07:0c.0: save config 0x34: 0x00000050
[ 0.290424] pci 0000:07:0c.0: save config 0x38: 0x00000000
[ 0.290426] pci 0000:07:0c.0: save config 0x3c: 0x001201ff
[ 0.290445] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.290446] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.290446] Call Trace:
[ 0.290447] <TASK>
[ 0.290447] dump_stack_lvl+0x5d/0x80
[ 0.290449] pci_save_state.cold+0x5/0x28
[ 0.290450] pci_bus_add_device+0x50/0x80
[ 0.290452] pci_bus_add_devices+0x30/0x70
[ 0.290453] pci_bus_add_devices+0x5b/0x70
[ 0.290455] pci_bus_add_devices+0x5b/0x70
[ 0.290456] pci_bus_add_devices+0x5b/0x70
[ 0.290458] pci_bus_add_devices+0x5b/0x70
[ 0.290459] acpi_pci_root_add.cold+0x3c5/0x7c9
[ 0.290462] acpi_bus_attach+0x1f5/0x300
[ 0.290463] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290465] device_for_each_child+0x71/0xb0
[ 0.290467] acpi_dev_for_each_child+0x3b/0x60
[ 0.290468] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290469] acpi_bus_attach+0x2aa/0x300
[ 0.290470] ? __pfx_acpi_dev_for_one_check+0x10/0x10
[ 0.290472] device_for_each_child+0x71/0xb0
[ 0.290474] acpi_dev_for_each_child+0x3b/0x60
[ 0.290475] ? __pfx_acpi_bus_attach+0x10/0x10
[ 0.290476] acpi_bus_attach+0x2aa/0x300
[ 0.290477] ? __pfx_acpi_init+0x10/0x10
[ 0.290479] acpi_bus_scan+0x63/0x1d0
[ 0.290480] ? __pfx_acpi_init+0x10/0x10
[ 0.290481] acpi_scan_init+0x157/0x2b0
[ 0.290482] acpi_init+0x4a0/0x510
[ 0.290485] do_one_initcall+0x5b/0x300
[ 0.290487] kernel_init_freeable+0x23b/0x2b0
[ 0.290490] ? __pfx_kernel_init+0x10/0x10
[ 0.290491] kernel_init+0x1a/0x140
[ 0.290493] ret_from_fork+0x243/0x280
[ 0.290494] ? __pfx_kernel_init+0x10/0x10
[ 0.290495] ret_from_fork_asm+0x1a/0x30
[ 0.290498] </TASK>
[ 0.290504] pci 0000:07:0d.0: save config 0x00: 0x43f51022
[ 0.290510] pci 0000:07:0d.0: save config 0x04: 0x00100007
[ 0.290512] pci 0000:07:0d.0: save config 0x08: 0x06040001
[ 0.290514] pci 0000:07:0d.0: save config 0x0c: 0x00010010
[ 0.290516] pci 0000:07:0d.0: save config 0x10: 0x00000000
[ 0.290518] pci 0000:07:0d.0: save config 0x14: 0x00000000
[ 0.290520] pci 0000:07:0d.0: save config 0x18: 0x000d0d07
[ 0.290522] pci 0000:07:0d.0: save config 0x1c: 0x000000f0
[ 0.290524] pci 0000:07:0d.0: save config 0x20: 0xf620f620
[ 0.290526] pci 0000:07:0d.0: save config 0x24: 0x0001fff1
[ 0.290528] pci 0000:07:0d.0: save config 0x28: 0x00000000
[ 0.290530] pci 0000:07:0d.0: save config 0x2c: 0x00000000
[ 0.290532] pci 0000:07:0d.0: save config 0x30: 0x000000ff
[ 0.290534] pci 0000:07:0d.0: save config 0x34: 0x00000050
[ 0.290536] pci 0000:07:0d.0: save config 0x38: 0x00000000
[ 0.290538] pci 0000:07:0d.0: save config 0x3c: 0x001201ff
[ 0.290559] pci 0000:09:00.0: save config 0x00: 0x812510ec
[ 0.290562] pci 0000:09:00.0: save config 0x04: 0x00100007
[ 0.290565] pci 0000:09:00.0: save config 0x08: 0x02000005
[ 0.290567] pci 0000:09:00.0: save config 0x0c: 0x00000010
[ 0.290570] pci 0000:09:00.0: save config 0x10: 0x0000c001
[ 0.290573] pci 0000:09:00.0: save config 0x14: 0x00000000
[ 0.290576] pci 0000:09:00.0: save config 0x18: 0xf6400004
[ 0.290578] pci 0000:09:00.0: save config 0x1c: 0x00000000
[ 0.290581] pci 0000:09:00.0: save config 0x20: 0xf6410004
[ 0.290584] pci 0000:09:00.0: save config 0x24: 0x00000000
[ 0.290586] pci 0000:09:00.0: save config 0x28: 0x00000000
[ 0.290589] pci 0000:09:00.0: save config 0x2c: 0x87d71043
[ 0.290592] pci 0000:09:00.0: save config 0x30: 0x00000000
[ 0.290595] pci 0000:09:00.0: save config 0x34: 0x00000040
[ 0.290597] pci 0000:09:00.0: save config 0x38: 0x00000000
[ 0.290600] pci 0000:09:00.0: save config 0x3c: 0x000001ff
[ 0.290679] pci 0000:0c:00.0: save config 0x00: 0x43f71022
[ 0.290682] pci 0000:0c:00.0: save config 0x04: 0x00100006
[ 0.290684] pci 0000:0c:00.0: save config 0x08: 0x0c033001
[ 0.290686] pci 0000:0c:00.0: save config 0x0c: 0x00000010
[ 0.290688] pci 0000:0c:00.0: save config 0x10: 0xf6300004
[ 0.290690] pci 0000:0c:00.0: save config 0x14: 0x00000000
[ 0.290692] pci 0000:0c:00.0: save config 0x18: 0x00000000
[ 0.290694] pci 0000:0c:00.0: save config 0x1c: 0x00000000
[ 0.290696] pci 0000:0c:00.0: save config 0x20: 0x00000000
[ 0.290698] pci 0000:0c:00.0: save config 0x24: 0x00000000
[ 0.290700] pci 0000:0c:00.0: save config 0x28: 0x00000000
[ 0.290702] pci 0000:0c:00.0: save config 0x2c: 0x11421b21
[ 0.290704] pci 0000:0c:00.0: save config 0x30: 0x00000000
[ 0.290706] pci 0000:0c:00.0: save config 0x34: 0x00000050
[ 0.290708] pci 0000:0c:00.0: save config 0x38: 0x00000000
[ 0.290710] pci 0000:0c:00.0: save config 0x3c: 0x000001ff
[ 0.290734] pci 0000:0d:00.0: save config 0x00: 0x43f61022
[ 0.290736] pci 0000:0d:00.0: save config 0x04: 0x00100000
[ 0.290739] pci 0000:0d:00.0: save config 0x08: 0x01060101
[ 0.290742] pci 0000:0d:00.0: save config 0x0c: 0x00000010
[ 0.290744] pci 0000:0d:00.0: save config 0x10: 0x00000000
[ 0.290746] pci 0000:0d:00.0: save config 0x14: 0x00000000
[ 0.290748] pci 0000:0d:00.0: save config 0x18: 0x00000000
[ 0.290750] pci 0000:0d:00.0: save config 0x1c: 0x00000000
[ 0.290752] pci 0000:0d:00.0: save config 0x20: 0x00000000
[ 0.290754] pci 0000:0d:00.0: save config 0x24: 0xf6280000
[ 0.290756] pci 0000:0d:00.0: save config 0x28: 0x00000000
[ 0.290758] pci 0000:0d:00.0: save config 0x2c: 0x10621b21
[ 0.290760] pci 0000:0d:00.0: save config 0x30: 0xf6200000
[ 0.290762] pci 0000:0d:00.0: save config 0x34: 0x00000050
[ 0.290764] pci 0000:0d:00.0: save config 0x38: 0x00000000
[ 0.290766] pci 0000:0d:00.0: save config 0x3c: 0x000001ff
[ 0.290785] pci 0000:0e:00.0: save config 0x00: 0x43f71022
[ 0.290787] pci 0000:0e:00.0: save config 0x04: 0x00100006
[ 0.290788] pci 0000:0e:00.0: save config 0x08: 0x0c033001
[ 0.290790] pci 0000:0e:00.0: save config 0x0c: 0x00000010
[ 0.290792] pci 0000:0e:00.0: save config 0x10: 0xf6600004
[ 0.290793] pci 0000:0e:00.0: save config 0x14: 0x00000000
[ 0.290795] pci 0000:0e:00.0: save config 0x18: 0x00000000
[ 0.290797] pci 0000:0e:00.0: save config 0x1c: 0x00000000
[ 0.290798] pci 0000:0e:00.0: save config 0x20: 0x00000000
[ 0.290800] pci 0000:0e:00.0: save config 0x24: 0x00000000
[ 0.290802] pci 0000:0e:00.0: save config 0x28: 0x00000000
[ 0.290803] pci 0000:0e:00.0: save config 0x2c: 0x11421b21
[ 0.290805] pci 0000:0e:00.0: save config 0x30: 0x00000000
[ 0.290807] pci 0000:0e:00.0: save config 0x34: 0x00000050
[ 0.290808] pci 0000:0e:00.0: save config 0x38: 0x00000000
[ 0.290810] pci 0000:0e:00.0: save config 0x3c: 0x000001ff
[ 0.290825] pci 0000:0f:00.0: save config 0x00: 0x43f61022
[ 0.290827] pci 0000:0f:00.0: save config 0x04: 0x00100000
[ 0.290829] pci 0000:0f:00.0: save config 0x08: 0x01060101
[ 0.290830] pci 0000:0f:00.0: save config 0x0c: 0x00000010
[ 0.290832] pci 0000:0f:00.0: save config 0x10: 0x00000000
[ 0.290834] pci 0000:0f:00.0: save config 0x14: 0x00000000
[ 0.290835] pci 0000:0f:00.0: save config 0x18: 0x00000000
[ 0.290837] pci 0000:0f:00.0: save config 0x1c: 0x00000000
[ 0.290839] pci 0000:0f:00.0: save config 0x20: 0x00000000
[ 0.290840] pci 0000:0f:00.0: save config 0x24: 0xf6580000
[ 0.290842] pci 0000:0f:00.0: save config 0x28: 0x00000000
[ 0.290844] pci 0000:0f:00.0: save config 0x2c: 0x10621b21
[ 0.290845] pci 0000:0f:00.0: save config 0x30: 0xf6500000
[ 0.290847] pci 0000:0f:00.0: save config 0x34: 0x00000050
[ 0.290848] pci 0000:0f:00.0: save config 0x38: 0x00000000
[ 0.290850] pci 0000:0f:00.0: save config 0x3c: 0x000001ff
[ 0.291058] pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 0.291060] pci 0000:10:00.0: save config 0x04: 0x00100006
[ 0.291061] pci 0000:10:00.0: save config 0x08: 0x01080200
[ 0.291063] pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 0.291065] pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 0.291067] pci 0000:10:00.0: save config 0x14: 0x00000000
[ 0.291068] pci 0000:10:00.0: save config 0x18: 0x00000000
[ 0.291070] pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 0.291072] pci 0000:10:00.0: save config 0x20: 0x00000000
[ 0.291073] pci 0000:10:00.0: save config 0x24: 0x00000000
[ 0.291075] pci 0000:10:00.0: save config 0x28: 0x00000000
[ 0.291077] pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 0.291078] pci 0000:10:00.0: save config 0x30: 0x00000000
[ 0.291080] pci 0000:10:00.0: save config 0x34: 0x00000040
[ 0.291082] pci 0000:10:00.0: save config 0x38: 0x00000000
[ 0.291083] pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 0.291119] pci 0000:11:00.0: save config 0x00: 0x164e1002
[ 0.291121] pci 0000:11:00.0: save config 0x04: 0x00100006
[ 0.291122] pci 0000:11:00.0: save config 0x08: 0x030000c5
[ 0.291124] pci 0000:11:00.0: save config 0x0c: 0x00800010
[ 0.291125] pci 0000:11:00.0: save config 0x10: 0x1000000c
[ 0.291126] pci 0000:11:00.0: save config 0x14: 0x000000fc
[ 0.291128] pci 0000:11:00.0: save config 0x18: 0x2000000c
[ 0.291129] pci 0000:11:00.0: save config 0x1c: 0x000000fc
[ 0.291131] pci 0000:11:00.0: save config 0x20: 0x0000e001
[ 0.291132] pci 0000:11:00.0: save config 0x24: 0xf6b00000
[ 0.291133] pci 0000:11:00.0: save config 0x28: 0x00000000
[ 0.291135] pci 0000:11:00.0: save config 0x2c: 0x88771043
[ 0.291136] pci 0000:11:00.0: save config 0x30: 0x00000000
[ 0.291137] pci 0000:11:00.0: save config 0x34: 0x00000048
[ 0.291139] pci 0000:11:00.0: save config 0x38: 0x00000000
[ 0.291140] pci 0000:11:00.0: save config 0x3c: 0x000001ff
[ 0.291156] pci 0000:11:00.1: save config 0x00: 0x16401002
[ 0.291157] pci 0000:11:00.1: save config 0x04: 0x00100000
[ 0.291159] pci 0000:11:00.1: save config 0x08: 0x04030000
[ 0.291160] pci 0000:11:00.1: save config 0x0c: 0x00800010
[ 0.291161] pci 0000:11:00.1: save config 0x10: 0xf6b88000
[ 0.291163] pci 0000:11:00.1: save config 0x14: 0x00000000
[ 0.291164] pci 0000:11:00.1: save config 0x18: 0x00000000
[ 0.291166] pci 0000:11:00.1: save config 0x1c: 0x00000000
[ 0.291167] pci 0000:11:00.1: save config 0x20: 0x00000000
[ 0.291168] pci 0000:11:00.1: save config 0x24: 0x00000000
[ 0.291170] pci 0000:11:00.1: save config 0x28: 0x00000000
[ 0.291171] pci 0000:11:00.1: save config 0x2c: 0x88771043
[ 0.291172] pci 0000:11:00.1: save config 0x30: 0x00000000
[ 0.291174] pci 0000:11:00.1: save config 0x34: 0x00000048
[ 0.291175] pci 0000:11:00.1: save config 0x38: 0x00000000
[ 0.291177] pci 0000:11:00.1: save config 0x3c: 0x000002ff
[ 0.291185] pci 0000:11:00.2: save config 0x00: 0x16491022
[ 0.291186] pci 0000:11:00.2: save config 0x04: 0x00100000
[ 0.291188] pci 0000:11:00.2: save config 0x08: 0x10800000
[ 0.291189] pci 0000:11:00.2: save config 0x0c: 0x00800010
[ 0.291191] pci 0000:11:00.2: save config 0x10: 0x00000000
[ 0.291192] pci 0000:11:00.2: save config 0x14: 0x00000000
[ 0.291193] pci 0000:11:00.2: save config 0x18: 0xf6a00000
[ 0.291195] pci 0000:11:00.2: save config 0x1c: 0x00000000
[ 0.291196] pci 0000:11:00.2: save config 0x20: 0x00000000
[ 0.291197] pci 0000:11:00.2: save config 0x24: 0xf6b8c000
[ 0.291199] pci 0000:11:00.2: save config 0x28: 0x00000000
[ 0.291200] pci 0000:11:00.2: save config 0x2c: 0x88771043
[ 0.291202] pci 0000:11:00.2: save config 0x30: 0x00000000
[ 0.291203] pci 0000:11:00.2: save config 0x34: 0x00000048
[ 0.291204] pci 0000:11:00.2: save config 0x38: 0x00000000
[ 0.291206] pci 0000:11:00.2: save config 0x3c: 0x000003ff
[ 0.291214] pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 0.291216] pci 0000:11:00.3: save config 0x04: 0x00100007
[ 0.291217] pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 0.291219] pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 0.291220] pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 0.291221] pci 0000:11:00.3: save config 0x14: 0x00000000
[ 0.291223] pci 0000:11:00.3: save config 0x18: 0x00000000
[ 0.291224] pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 0.291226] pci 0000:11:00.3: save config 0x20: 0x00000000
[ 0.291227] pci 0000:11:00.3: save config 0x24: 0x00000000
[ 0.291228] pci 0000:11:00.3: save config 0x28: 0x00000000
[ 0.291230] pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 0.291231] pci 0000:11:00.3: save config 0x30: 0x00000000
[ 0.291232] pci 0000:11:00.3: save config 0x34: 0x00000048
[ 0.291234] pci 0000:11:00.3: save config 0x38: 0x00000000
[ 0.291235] pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 0.291244] pci 0000:11:00.4: save config 0x00: 0x15b71022
[ 0.291245] pci 0000:11:00.4: save config 0x04: 0x00100007
[ 0.291247] pci 0000:11:00.4: save config 0x08: 0x0c033000
[ 0.291248] pci 0000:11:00.4: save config 0x0c: 0x00800010
[ 0.291249] pci 0000:11:00.4: save config 0x10: 0xf6800004
[ 0.291251] pci 0000:11:00.4: save config 0x14: 0x00000000
[ 0.291252] pci 0000:11:00.4: save config 0x18: 0x00000000
[ 0.291254] pci 0000:11:00.4: save config 0x1c: 0x00000000
[ 0.291255] pci 0000:11:00.4: save config 0x20: 0x00000000
[ 0.291256] pci 0000:11:00.4: save config 0x24: 0x00000000
[ 0.291258] pci 0000:11:00.4: save config 0x28: 0x00000000
[ 0.291259] pci 0000:11:00.4: save config 0x2c: 0x88771043
[ 0.291260] pci 0000:11:00.4: save config 0x30: 0x00000000
[ 0.291262] pci 0000:11:00.4: save config 0x34: 0x00000048
[ 0.291263] pci 0000:11:00.4: save config 0x38: 0x00000000
[ 0.291265] pci 0000:11:00.4: save config 0x3c: 0x000001ff
[ 0.291273] pci 0000:11:00.6: save config 0x00: 0x15e31022
[ 0.291275] pci 0000:11:00.6: save config 0x04: 0x00100000
[ 0.291276] pci 0000:11:00.6: save config 0x08: 0x04030000
[ 0.291277] pci 0000:11:00.6: save config 0x0c: 0x00800010
[ 0.291279] pci 0000:11:00.6: save config 0x10: 0xf6b80000
[ 0.291280] pci 0000:11:00.6: save config 0x14: 0x00000000
[ 0.291282] pci 0000:11:00.6: save config 0x18: 0x00000000
[ 0.291283] pci 0000:11:00.6: save config 0x1c: 0x00000000
[ 0.291284] pci 0000:11:00.6: save config 0x20: 0x00000000
[ 0.291286] pci 0000:11:00.6: save config 0x24: 0x00000000
[ 0.291287] pci 0000:11:00.6: save config 0x28: 0x00000000
[ 0.291288] pci 0000:11:00.6: save config 0x2c: 0x87fb1043
[ 0.291290] pci 0000:11:00.6: save config 0x30: 0x00000000
[ 0.291291] pci 0000:11:00.6: save config 0x34: 0x00000048
[ 0.291293] pci 0000:11:00.6: save config 0x38: 0x00000000
[ 0.291294] pci 0000:11:00.6: save config 0x3c: 0x000003ff
[ 0.291302] pci 0000:12:00.0: save config 0x00: 0x15b81022
[ 0.291304] pci 0000:12:00.0: save config 0x04: 0x00100007
[ 0.291305] pci 0000:12:00.0: save config 0x08: 0x0c033000
[ 0.291306] pci 0000:12:00.0: save config 0x0c: 0x00000010
[ 0.291308] pci 0000:12:00.0: save config 0x10: 0xf6c00004
[ 0.291309] pci 0000:12:00.0: save config 0x14: 0x00000000
[ 0.291311] pci 0000:12:00.0: save config 0x18: 0x00000000
[ 0.291312] pci 0000:12:00.0: save config 0x1c: 0x00000000
[ 0.291313] pci 0000:12:00.0: save config 0x20: 0x00000000
[ 0.291315] pci 0000:12:00.0: save config 0x24: 0x00000000
[ 0.291316] pci 0000:12:00.0: save config 0x28: 0x00000000
[ 0.291318] pci 0000:12:00.0: save config 0x2c: 0x88771043
[ 0.291319] pci 0000:12:00.0: save config 0x30: 0x00000000
[ 0.291320] pci 0000:12:00.0: save config 0x34: 0x00000048
[ 0.291322] pci 0000:12:00.0: save config 0x38: 0x00000000
[ 0.291323] pci 0000:12:00.0: save config 0x3c: 0x000001ff
[ 0.292033] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.292083] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.292127] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.292179] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.292227] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.292267] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.292307] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.292347] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.293751] iommu: Default domain type: Passthrough (set via kernel command line)
[ 0.293844] SCSI subsystem initialized
[ 0.293848] libata version 3.00 loaded.
[ 0.293848] ACPI: bus type USB registered
[ 0.293848] usbcore: registered new interface driver usbfs
[ 0.293848] usbcore: registered new interface driver hub
[ 0.293848] usbcore: registered new device driver usb
[ 0.296483] EDAC MC: Ver: 3.0.0
[ 0.296768] efivars: Registered efivars operations
[ 0.296911] NetLabel: Initializing
[ 0.296912] NetLabel: domain hash size = 128
[ 0.296913] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.296929] NetLabel: unlabeled traffic allowed by default
[ 0.296928] audit: type=1409 audit(1776208700.223:2): netlabel: auid=0 ses=0 subj=unconfined nlbl_domain=(default) nlbl_protocol=unlbl res=1
[ 0.296928] audit: type=1406 audit(1776208700.223:3): netlabel: auid=0 ses=0 subj=unconfined unlbl_accept=1 old=0
[ 0.296933] mctp: management component transport protocol core
[ 0.296933] NET: Registered PF_MCTP protocol family
[ 0.296941] PCI: Using ACPI for IRQ routing
[ 0.303087] PCI: pci_cache_line_size set to 64 bytes
[ 0.303089] pci 0000:00:02.1: bridge window [mem 0xf6200000-0xf67fffff]: can't claim; address conflict with AMDIF031:00 [mem 0xf6200000-0xf6200fff]
[ 0.303092] pci 0000:03:00.0: bridge window [mem 0xf6200000-0xf67fffff]: can't claim; no compatible bridge window
[ 0.303095] pci 0000:04:00.0: bridge window [mem 0xf6700000-0xf67fffff]: can't claim; no compatible bridge window
[ 0.303097] pci 0000:04:08.0: bridge window [mem 0xf6200000-0xf64fffff]: can't claim; no compatible bridge window
[ 0.303099] pci 0000:06:00.0: bridge window [mem 0xf6200000-0xf64fffff]: can't claim; no compatible bridge window
[ 0.303101] pci 0000:07:04.0: bridge window [mem 0xf6400000-0xf64fffff]: can't claim; no compatible bridge window
[ 0.303103] pci 0000:07:0c.0: bridge window [mem 0xf6300000-0xf63fffff]: can't claim; no compatible bridge window
[ 0.303105] pci 0000:07:0d.0: bridge window [mem 0xf6200000-0xf62fffff]: can't claim; no compatible bridge window
[ 0.303108] pci 0000:04:0c.0: bridge window [mem 0xf6600000-0xf66fffff]: can't claim; no compatible bridge window
[ 0.303110] pci 0000:04:0d.0: bridge window [mem 0xf6500000-0xf65fffff]: can't claim; no compatible bridge window
[ 0.303290] pci 0000:09:00.0: BAR 2 [mem 0xf6400000-0xf640ffff 64bit]: can't claim; no compatible bridge window
[ 0.303291] pci 0000:09:00.0: BAR 4 [mem 0xf6410000-0xf6413fff 64bit]: can't claim; no compatible bridge window
[ 0.303296] pci 0000:0c:00.0: BAR 0 [mem 0xf6300000-0xf6307fff 64bit]: can't claim; no compatible bridge window
[ 0.303301] pci 0000:0e:00.0: BAR 0 [mem 0xf6600000-0xf6607fff 64bit]: can't claim; no compatible bridge window
[ 0.303692] pci 0000:05:00.0: BAR 5 [mem 0xf6740000-0xf67407ff]: can't claim; no compatible bridge window
[ 0.303705] pci 0000:0d:00.0: BAR 5 [mem 0xf6280000-0xf62803ff]: can't claim; no compatible bridge window
[ 0.303709] pci 0000:0f:00.0: BAR 5 [mem 0xf6580000-0xf65803ff]: can't claim; no compatible bridge window
[ 0.303754] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 0.303756] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.303757] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.303758] e820: reserve RAM buffer [mem 0x63ece000-0x63ffffff]
[ 0.303759] e820: reserve RAM buffer [mem 0x6646b000-0x67ffffff]
[ 0.303759] e820: reserve RAM buffer [mem 0x69c12000-0x6bffffff]
[ 0.303760] e820: reserve RAM buffer [mem 0x79ff9000-0x7bffffff]
[ 0.303761] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[ 0.303762] e820: reserve RAM buffer [mem 0x85df00000-0x85fffffff]
[ 0.303798] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.303798] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.303798] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.303798] pci 0000:11:00.0: vgaarb: setting as boot VGA device (overriding previous)
[ 0.303798] pci 0000:11:00.0: vgaarb: bridge control possible
[ 0.303798] pci 0000:11:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.303798] vgaarb: loaded
[ 0.303823] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.303827] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.305794] clocksource: Switched to clocksource tsc-early
[ 0.306429] VFS: Disk quotas dquot_6.6.0
[ 0.306436] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.306547] AppArmor: AppArmor Filesystem Enabled
[ 0.306548] audit: type=1400 audit(1776208700.232:4): apparmor="STATUS" info="AppArmor Filesystem Enabled" pid=1 comm="swapper/0"
[ 0.306569] pnp: PnP ACPI init
[ 0.306643] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.306705] system 00:01: [mem 0x860000000-0x87fffffff window] has been reserved
[ 0.306907] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.306909] system 00:03: [io 0x0200-0x023f] has been reserved
[ 0.307168] pnp 00:04: [dma 0 disabled]
[ 0.307431] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.307432] system 00:05: [io 0x040b] has been reserved
[ 0.307434] system 00:05: [io 0x04d6] has been reserved
[ 0.307435] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.307436] system 00:05: [io 0x0c14] has been reserved
[ 0.307437] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.307439] system 00:05: [io 0x0c52] has been reserved
[ 0.307440] system 00:05: [io 0x0c6c] has been reserved
[ 0.307441] system 00:05: [io 0x0c6f] has been reserved
[ 0.307442] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.307443] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.307444] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.307446] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.307447] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.307448] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.307450] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.307451] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.307453] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.307454] system 00:05: [mem 0xfeb00000-0xfeb00fff] has been reserved
[ 0.307456] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.308314] pnp: PnP ACPI: found 6 devices
[ 0.313937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.313975] NET: Registered PF_INET protocol family
[ 0.314055] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.323221] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.323238] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.323293] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.323464] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.323514] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.323579] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[ 0.323636] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.323703] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.323763] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.323767] NET: Registered PF_XDP protocol family
[ 0.323770] pci 0000:05:00.0: ROM [mem 0xf6700000-0xf673ffff pref]: can't claim; no compatible bridge window
[ 0.323772] pci 0000:0d:00.0: ROM [mem 0xf6200000-0xf627ffff pref]: can't claim; no compatible bridge window
[ 0.323773] pci 0000:0f:00.0: ROM [mem 0xf6500000-0xf657ffff pref]: can't claim; no compatible bridge window
[ 0.323788] pci 0000:00:02.1: bridge window [mem 0x80000000-0x805fffff]: assigned
[ 0.323790] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.323792] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.323793] Call Trace:
[ 0.323793] <TASK>
[ 0.323794] dump_stack_lvl+0x5d/0x80
[ 0.323797] pci_assign_resource.cold+0x66/0x24f
[ 0.323799] ? add_to_list+0x32/0xa0
[ 0.323801] assign_requested_resources_sorted+0x48/0xf0
[ 0.323803] __assign_resources_sorted+0xae/0x850
[ 0.323806] __pci_bus_assign_resources+0x7c/0x200
[ 0.323809] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.323811] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.323813] pci_assign_unassigned_resources+0x23/0x90
[ 0.323814] pcibios_assign_resources+0x1b/0xd0
[ 0.323816] do_one_initcall+0x5b/0x300
[ 0.323818] kernel_init_freeable+0x23b/0x2b0
[ 0.323821] ? __pfx_kernel_init+0x10/0x10
[ 0.323823] kernel_init+0x1a/0x140
[ 0.323824] ret_from_fork+0x243/0x280
[ 0.323826] ? __pfx_kernel_init+0x10/0x10
[ 0.323827] ret_from_fork_asm+0x1a/0x30
[ 0.323830] </TASK>
[ 0.323831] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.323836] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.323838] pci 0000:00:01.1: bridge window [mem 0xf5000000-0xf60fffff]
[ 0.323840] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.323850] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.323853] pci 0000:00:01.2: bridge window [mem 0xf6e00000-0xf6efffff]
[ 0.323863] pci 0000:03:00.0: bridge window [mem 0x80000000-0x805fffff]: assigned
[ 0.323865] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.323866] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.323867] Call Trace:
[ 0.323867] <TASK>
[ 0.323868] dump_stack_lvl+0x5d/0x80
[ 0.323869] pci_assign_resource.cold+0x66/0x24f
[ 0.323871] ? add_to_list+0x32/0xa0
[ 0.323873] assign_requested_resources_sorted+0x48/0xf0
[ 0.323874] __assign_resources_sorted+0xae/0x850
[ 0.323876] ? __dev_printk+0x2d/0x70
[ 0.323879] __pci_bus_assign_resources+0x7c/0x200
[ 0.323881] __pci_bus_assign_resources+0x178/0x200
[ 0.323884] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.323886] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.323887] pci_assign_unassigned_resources+0x23/0x90
[ 0.323889] pcibios_assign_resources+0x1b/0xd0
[ 0.323890] do_one_initcall+0x5b/0x300
[ 0.323892] kernel_init_freeable+0x23b/0x2b0
[ 0.323895] ? __pfx_kernel_init+0x10/0x10
[ 0.323897] kernel_init+0x1a/0x140
[ 0.323898] ret_from_fork+0x243/0x280
[ 0.323899] ? __pfx_kernel_init+0x10/0x10
[ 0.323900] ret_from_fork_asm+0x1a/0x30
[ 0.323903] </TASK>
[ 0.323905] pci 0000:04:00.0: bridge window [mem 0x80000000-0x800fffff]: assigned
[ 0.323909] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.323910] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.323910] Call Trace:
[ 0.323911] <TASK>
[ 0.323911] dump_stack_lvl+0x5d/0x80
[ 0.323912] pci_assign_resource.cold+0x66/0x24f
[ 0.323914] ? add_to_list+0x32/0xa0
[ 0.323916] assign_requested_resources_sorted+0x48/0xf0
[ 0.323918] __assign_resources_sorted+0xae/0x850
[ 0.323921] __pci_bus_assign_resources+0x7c/0x200
[ 0.323923] __pci_bus_assign_resources+0x178/0x200
[ 0.323925] __pci_bus_assign_resources+0x178/0x200
[ 0.323928] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.323930] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.323932] pci_assign_unassigned_resources+0x23/0x90
[ 0.323933] pcibios_assign_resources+0x1b/0xd0
[ 0.323934] do_one_initcall+0x5b/0x300
[ 0.323937] kernel_init_freeable+0x23b/0x2b0
[ 0.323940] ? __pfx_kernel_init+0x10/0x10
[ 0.323941] kernel_init+0x1a/0x140
[ 0.323942] ret_from_fork+0x243/0x280
[ 0.323943] ? __pfx_kernel_init+0x10/0x10
[ 0.323945] ret_from_fork_asm+0x1a/0x30
[ 0.323947] </TASK>
[ 0.323948] pci 0000:04:08.0: bridge window [mem 0x80100000-0x803fffff]: assigned
[ 0.323952] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.323953] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.323953] Call Trace:
[ 0.323954] <TASK>
[ 0.323954] dump_stack_lvl+0x5d/0x80
[ 0.323955] pci_assign_resource.cold+0x66/0x24f
[ 0.323957] ? add_to_list+0x32/0xa0
[ 0.323959] assign_requested_resources_sorted+0x48/0xf0
[ 0.323961] __assign_resources_sorted+0xae/0x850
[ 0.323964] __pci_bus_assign_resources+0x7c/0x200
[ 0.323966] __pci_bus_assign_resources+0x178/0x200
[ 0.323968] __pci_bus_assign_resources+0x178/0x200
[ 0.323970] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.323973] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.323974] pci_assign_unassigned_resources+0x23/0x90
[ 0.323975] pcibios_assign_resources+0x1b/0xd0
[ 0.323977] do_one_initcall+0x5b/0x300
[ 0.323979] kernel_init_freeable+0x23b/0x2b0
[ 0.323982] ? __pfx_kernel_init+0x10/0x10
[ 0.323983] kernel_init+0x1a/0x140
[ 0.323984] ret_from_fork+0x243/0x280
[ 0.323985] ? __pfx_kernel_init+0x10/0x10
[ 0.323987] ret_from_fork_asm+0x1a/0x30
[ 0.323990] </TASK>
[ 0.323990] pci 0000:04:0c.0: bridge window [mem 0x80400000-0x804fffff]: assigned
[ 0.323994] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.323995] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.323995] Call Trace:
[ 0.323996] <TASK>
[ 0.323996] dump_stack_lvl+0x5d/0x80
[ 0.323997] pci_assign_resource.cold+0x66/0x24f
[ 0.323999] ? add_to_list+0x32/0xa0
[ 0.324001] assign_requested_resources_sorted+0x48/0xf0
[ 0.324003] __assign_resources_sorted+0xae/0x850
[ 0.324006] __pci_bus_assign_resources+0x7c/0x200
[ 0.324008] __pci_bus_assign_resources+0x178/0x200
[ 0.324010] __pci_bus_assign_resources+0x178/0x200
[ 0.324012] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324015] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324016] pci_assign_unassigned_resources+0x23/0x90
[ 0.324017] pcibios_assign_resources+0x1b/0xd0
[ 0.324019] do_one_initcall+0x5b/0x300
[ 0.324021] kernel_init_freeable+0x23b/0x2b0
[ 0.324024] ? __pfx_kernel_init+0x10/0x10
[ 0.324025] kernel_init+0x1a/0x140
[ 0.324026] ret_from_fork+0x243/0x280
[ 0.324027] ? __pfx_kernel_init+0x10/0x10
[ 0.324029] ret_from_fork_asm+0x1a/0x30
[ 0.324032] </TASK>
[ 0.324032] pci 0000:04:0d.0: bridge window [mem 0x80500000-0x805fffff]: assigned
[ 0.324036] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324037] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324037] Call Trace:
[ 0.324038] <TASK>
[ 0.324038] dump_stack_lvl+0x5d/0x80
[ 0.324039] pci_assign_resource.cold+0x66/0x24f
[ 0.324041] ? add_to_list+0x32/0xa0
[ 0.324043] assign_requested_resources_sorted+0x48/0xf0
[ 0.324045] __assign_resources_sorted+0xae/0x850
[ 0.324048] __pci_bus_assign_resources+0x7c/0x200
[ 0.324050] __pci_bus_assign_resources+0x178/0x200
[ 0.324052] __pci_bus_assign_resources+0x178/0x200
[ 0.324054] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324057] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324058] pci_assign_unassigned_resources+0x23/0x90
[ 0.324059] pcibios_assign_resources+0x1b/0xd0
[ 0.324060] do_one_initcall+0x5b/0x300
[ 0.324063] kernel_init_freeable+0x23b/0x2b0
[ 0.324066] ? __pfx_kernel_init+0x10/0x10
[ 0.324067] kernel_init+0x1a/0x140
[ 0.324068] ret_from_fork+0x243/0x280
[ 0.324069] ? __pfx_kernel_init+0x10/0x10
[ 0.324071] ret_from_fork_asm+0x1a/0x30
[ 0.324073] </TASK>
[ 0.324075] pci 0000:05:00.0: ROM [mem 0x80000000-0x8003ffff pref]: assigned
[ 0.324078] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324079] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324080] Call Trace:
[ 0.324080] <TASK>
[ 0.324081] dump_stack_lvl+0x5d/0x80
[ 0.324082] pci_assign_resource.cold+0x237/0x24f
[ 0.324084] ? add_to_list+0x32/0xa0
[ 0.324086] assign_requested_resources_sorted+0x48/0xf0
[ 0.324087] __assign_resources_sorted+0xae/0x850
[ 0.324090] __pci_bus_assign_resources+0x7c/0x200
[ 0.324093] __pci_bus_assign_resources+0x178/0x200
[ 0.324095] __pci_bus_assign_resources+0x178/0x200
[ 0.324097] __pci_bus_assign_resources+0x178/0x200
[ 0.324099] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324101] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324103] pci_assign_unassigned_resources+0x23/0x90
[ 0.324104] pcibios_assign_resources+0x1b/0xd0
[ 0.324105] do_one_initcall+0x5b/0x300
[ 0.324108] kernel_init_freeable+0x23b/0x2b0
[ 0.324111] ? __pfx_kernel_init+0x10/0x10
[ 0.324112] kernel_init+0x1a/0x140
[ 0.324113] ret_from_fork+0x243/0x280
[ 0.324114] ? __pfx_kernel_init+0x10/0x10
[ 0.324115] ret_from_fork_asm+0x1a/0x30
[ 0.324118] </TASK>
[ 0.324119] pci 0000:05:00.0: BAR 5 [mem 0x80040000-0x800407ff]: assigned
[ 0.324123] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324124] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324124] Call Trace:
[ 0.324125] <TASK>
[ 0.324125] dump_stack_lvl+0x5d/0x80
[ 0.324126] pci_assign_resource.cold+0x237/0x24f
[ 0.324128] ? add_to_list+0x32/0xa0
[ 0.324130] assign_requested_resources_sorted+0x48/0xf0
[ 0.324132] __assign_resources_sorted+0xae/0x850
[ 0.324135] __pci_bus_assign_resources+0x7c/0x200
[ 0.324137] __pci_bus_assign_resources+0x178/0x200
[ 0.324139] __pci_bus_assign_resources+0x178/0x200
[ 0.324141] __pci_bus_assign_resources+0x178/0x200
[ 0.324144] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324146] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324147] pci_assign_unassigned_resources+0x23/0x90
[ 0.324148] pcibios_assign_resources+0x1b/0xd0
[ 0.324150] do_one_initcall+0x5b/0x300
[ 0.324152] kernel_init_freeable+0x23b/0x2b0
[ 0.324155] ? __pfx_kernel_init+0x10/0x10
[ 0.324156] kernel_init+0x1a/0x140
[ 0.324157] ret_from_fork+0x243/0x280
[ 0.324159] ? __pfx_kernel_init+0x10/0x10
[ 0.324160] ret_from_fork_asm+0x1a/0x30
[ 0.324163] </TASK>
[ 0.324170] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.324175] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff]
[ 0.324178] pci 0000:04:00.0: bridge window [mem 0x80000000-0x800fffff]
[ 0.324183] pci 0000:06:00.0: bridge window [mem 0x80100000-0x803fffff]: assigned
[ 0.324184] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324185] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324185] Call Trace:
[ 0.324186] <TASK>
[ 0.324186] dump_stack_lvl+0x5d/0x80
[ 0.324188] pci_assign_resource.cold+0x66/0x24f
[ 0.324189] ? add_to_list+0x32/0xa0
[ 0.324191] assign_requested_resources_sorted+0x48/0xf0
[ 0.324193] __assign_resources_sorted+0xae/0x850
[ 0.324194] ? __dev_printk+0x2d/0x70
[ 0.324197] __pci_bus_assign_resources+0x7c/0x200
[ 0.324199] __pci_bus_assign_resources+0x178/0x200
[ 0.324201] __pci_bus_assign_resources+0x178/0x200
[ 0.324204] __pci_bus_assign_resources+0x178/0x200
[ 0.324206] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324208] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324209] pci_assign_unassigned_resources+0x23/0x90
[ 0.324211] pcibios_assign_resources+0x1b/0xd0
[ 0.324212] do_one_initcall+0x5b/0x300
[ 0.324214] kernel_init_freeable+0x23b/0x2b0
[ 0.324217] ? __pfx_kernel_init+0x10/0x10
[ 0.324219] kernel_init+0x1a/0x140
[ 0.324220] ret_from_fork+0x243/0x280
[ 0.324221] ? __pfx_kernel_init+0x10/0x10
[ 0.324222] ret_from_fork_asm+0x1a/0x30
[ 0.324225] </TASK>
[ 0.324227] pci 0000:07:04.0: bridge window [mem 0x80100000-0x801fffff]: assigned
[ 0.324231] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324232] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324232] Call Trace:
[ 0.324232] <TASK>
[ 0.324233] dump_stack_lvl+0x5d/0x80
[ 0.324234] pci_assign_resource.cold+0x66/0x24f
[ 0.324236] ? add_to_list+0x32/0xa0
[ 0.324238] assign_requested_resources_sorted+0x48/0xf0
[ 0.324239] __assign_resources_sorted+0xae/0x850
[ 0.324242] __pci_bus_assign_resources+0x7c/0x200
[ 0.324245] __pci_bus_assign_resources+0x178/0x200
[ 0.324247] __pci_bus_assign_resources+0x178/0x200
[ 0.324249] __pci_bus_assign_resources+0x178/0x200
[ 0.324251] __pci_bus_assign_resources+0x178/0x200
[ 0.324254] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324256] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324257] pci_assign_unassigned_resources+0x23/0x90
[ 0.324258] pcibios_assign_resources+0x1b/0xd0
[ 0.324260] do_one_initcall+0x5b/0x300
[ 0.324262] kernel_init_freeable+0x23b/0x2b0
[ 0.324265] ? __pfx_kernel_init+0x10/0x10
[ 0.324266] kernel_init+0x1a/0x140
[ 0.324267] ret_from_fork+0x243/0x280
[ 0.324269] ? __pfx_kernel_init+0x10/0x10
[ 0.324270] ret_from_fork_asm+0x1a/0x30
[ 0.324273] </TASK>
[ 0.324273] pci 0000:07:0c.0: bridge window [mem 0x80200000-0x802fffff]: assigned
[ 0.324277] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324278] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324279] Call Trace:
[ 0.324279] <TASK>
[ 0.324279] dump_stack_lvl+0x5d/0x80
[ 0.324281] pci_assign_resource.cold+0x66/0x24f
[ 0.324282] ? add_to_list+0x32/0xa0
[ 0.324284] assign_requested_resources_sorted+0x48/0xf0
[ 0.324286] __assign_resources_sorted+0xae/0x850
[ 0.324289] __pci_bus_assign_resources+0x7c/0x200
[ 0.324291] __pci_bus_assign_resources+0x178/0x200
[ 0.324293] __pci_bus_assign_resources+0x178/0x200
[ 0.324296] __pci_bus_assign_resources+0x178/0x200
[ 0.324298] __pci_bus_assign_resources+0x178/0x200
[ 0.324300] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324302] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324303] pci_assign_unassigned_resources+0x23/0x90
[ 0.324305] pcibios_assign_resources+0x1b/0xd0
[ 0.324306] do_one_initcall+0x5b/0x300
[ 0.324308] kernel_init_freeable+0x23b/0x2b0
[ 0.324309] ? __pfx_kernel_init+0x10/0x10
[ 0.324309] kernel_init+0x1a/0x140
[ 0.324309] ret_from_fork+0x243/0x280
[ 0.324309] ? __pfx_kernel_init+0x10/0x10
[ 0.324309] ret_from_fork_asm+0x1a/0x30
[ 0.324309] </TASK>
[ 0.324324] pci 0000:07:0d.0: bridge window [mem 0x80300000-0x803fffff]: assigned
[ 0.324325] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324326] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324327] Call Trace:
[ 0.324327] <TASK>
[ 0.324328] dump_stack_lvl+0x5d/0x80
[ 0.324329] pci_assign_resource.cold+0x66/0x24f
[ 0.324331] ? add_to_list+0x32/0xa0
[ 0.324333] assign_requested_resources_sorted+0x48/0xf0
[ 0.324334] __assign_resources_sorted+0xae/0x850
[ 0.324337] __pci_bus_assign_resources+0x7c/0x200
[ 0.324339] __pci_bus_assign_resources+0x178/0x200
[ 0.324342] __pci_bus_assign_resources+0x178/0x200
[ 0.324344] __pci_bus_assign_resources+0x178/0x200
[ 0.324346] __pci_bus_assign_resources+0x178/0x200
[ 0.324348] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324351] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324352] pci_assign_unassigned_resources+0x23/0x90
[ 0.324353] pcibios_assign_resources+0x1b/0xd0
[ 0.324355] do_one_initcall+0x5b/0x300
[ 0.324357] kernel_init_freeable+0x23b/0x2b0
[ 0.324360] ? __pfx_kernel_init+0x10/0x10
[ 0.324361] kernel_init+0x1a/0x140
[ 0.324362] ret_from_fork+0x243/0x280
[ 0.324363] ? __pfx_kernel_init+0x10/0x10
[ 0.324365] ret_from_fork_asm+0x1a/0x30
[ 0.324368] </TASK>
[ 0.324368] pci 0000:07:00.0: PCI bridge to [bus 08]
[ 0.324386] pci 0000:09:00.0: BAR 2 [mem 0x80100000-0x8010ffff 64bit]: assigned
[ 0.324387] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324388] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324389] Call Trace:
[ 0.324389] <TASK>
[ 0.324390] dump_stack_lvl+0x5d/0x80
[ 0.324391] pci_assign_resource.cold+0x237/0x24f
[ 0.324393] ? add_to_list+0x32/0xa0
[ 0.324395] assign_requested_resources_sorted+0x48/0xf0
[ 0.324396] __assign_resources_sorted+0xae/0x850
[ 0.324398] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.324401] __pci_bus_assign_resources+0x7c/0x200
[ 0.324403] __pci_bus_assign_resources+0x178/0x200
[ 0.324405] __pci_bus_assign_resources+0x178/0x200
[ 0.324407] __pci_bus_assign_resources+0x178/0x200
[ 0.324410] __pci_bus_assign_resources+0x178/0x200
[ 0.324412] __pci_bus_assign_resources+0x178/0x200
[ 0.324414] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324416] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324418] pci_assign_unassigned_resources+0x23/0x90
[ 0.324419] pcibios_assign_resources+0x1b/0xd0
[ 0.324420] do_one_initcall+0x5b/0x300
[ 0.324423] kernel_init_freeable+0x23b/0x2b0
[ 0.324425] ? __pfx_kernel_init+0x10/0x10
[ 0.324427] kernel_init+0x1a/0x140
[ 0.324428] ret_from_fork+0x243/0x280
[ 0.324429] ? __pfx_kernel_init+0x10/0x10
[ 0.324430] ret_from_fork_asm+0x1a/0x30
[ 0.324433] </TASK>
[ 0.324451] pci 0000:09:00.0: BAR 4 [mem 0x80110000-0x80113fff 64bit]: assigned
[ 0.324455] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324456] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324456] Call Trace:
[ 0.324456] <TASK>
[ 0.324457] dump_stack_lvl+0x5d/0x80
[ 0.324458] pci_assign_resource.cold+0x237/0x24f
[ 0.324460] ? add_to_list+0x32/0xa0
[ 0.324462] assign_requested_resources_sorted+0x48/0xf0
[ 0.324464] __assign_resources_sorted+0xae/0x850
[ 0.324465] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.324467] __pci_bus_assign_resources+0x7c/0x200
[ 0.324470] __pci_bus_assign_resources+0x178/0x200
[ 0.324472] __pci_bus_assign_resources+0x178/0x200
[ 0.324474] __pci_bus_assign_resources+0x178/0x200
[ 0.324476] __pci_bus_assign_resources+0x178/0x200
[ 0.324479] __pci_bus_assign_resources+0x178/0x200
[ 0.324481] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324483] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324484] pci_assign_unassigned_resources+0x23/0x90
[ 0.324486] pcibios_assign_resources+0x1b/0xd0
[ 0.324487] do_one_initcall+0x5b/0x300
[ 0.324489] kernel_init_freeable+0x23b/0x2b0
[ 0.324492] ? __pfx_kernel_init+0x10/0x10
[ 0.324494] kernel_init+0x1a/0x140
[ 0.324495] ret_from_fork+0x243/0x280
[ 0.324496] ? __pfx_kernel_init+0x10/0x10
[ 0.324497] ret_from_fork_asm+0x1a/0x30
[ 0.324500] </TASK>
[ 0.324517] pci 0000:07:04.0: PCI bridge to [bus 09]
[ 0.324522] pci 0000:07:04.0: bridge window [io 0xc000-0xcfff]
[ 0.324526] pci 0000:07:04.0: bridge window [mem 0x80100000-0x801fffff]
[ 0.324533] pci 0000:07:05.0: PCI bridge to [bus 0a]
[ 0.324543] pci 0000:07:08.0: PCI bridge to [bus 0b]
[ 0.324554] pci 0000:0c:00.0: BAR 0 [mem 0x80200000-0x80207fff 64bit]: assigned
[ 0.324555] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324556] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324556] Call Trace:
[ 0.324557] <TASK>
[ 0.324557] dump_stack_lvl+0x5d/0x80
[ 0.324559] pci_assign_resource.cold+0x237/0x24f
[ 0.324560] ? add_to_list+0x32/0xa0
[ 0.324562] assign_requested_resources_sorted+0x48/0xf0
[ 0.324564] __assign_resources_sorted+0xae/0x850
[ 0.324565] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.324568] __pci_bus_assign_resources+0x7c/0x200
[ 0.324570] __pci_bus_assign_resources+0x178/0x200
[ 0.324572] __pci_bus_assign_resources+0x178/0x200
[ 0.324574] __pci_bus_assign_resources+0x178/0x200
[ 0.324577] __pci_bus_assign_resources+0x178/0x200
[ 0.324579] __pci_bus_assign_resources+0x178/0x200
[ 0.324581] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324583] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324585] pci_assign_unassigned_resources+0x23/0x90
[ 0.324586] pcibios_assign_resources+0x1b/0xd0
[ 0.324587] do_one_initcall+0x5b/0x300
[ 0.324590] kernel_init_freeable+0x23b/0x2b0
[ 0.324593] ? __pfx_kernel_init+0x10/0x10
[ 0.324594] kernel_init+0x1a/0x140
[ 0.324595] ret_from_fork+0x243/0x280
[ 0.324596] ? __pfx_kernel_init+0x10/0x10
[ 0.324597] ret_from_fork_asm+0x1a/0x30
[ 0.324600] </TASK>
[ 0.324612] pci 0000:07:0c.0: PCI bridge to [bus 0c]
[ 0.324619] pci 0000:07:0c.0: bridge window [mem 0x80200000-0x802fffff]
[ 0.324627] pci 0000:0d:00.0: ROM [mem 0x80300000-0x8037ffff pref]: assigned
[ 0.324628] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324629] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324629] Call Trace:
[ 0.324630] <TASK>
[ 0.324630] dump_stack_lvl+0x5d/0x80
[ 0.324632] pci_assign_resource.cold+0x237/0x24f
[ 0.324633] ? add_to_list+0x32/0xa0
[ 0.324635] assign_requested_resources_sorted+0x48/0xf0
[ 0.324637] __assign_resources_sorted+0xae/0x850
[ 0.324638] ? __dev_printk+0x2d/0x70
[ 0.324641] __pci_bus_assign_resources+0x7c/0x200
[ 0.324643] __pci_bus_assign_resources+0x178/0x200
[ 0.324645] __pci_bus_assign_resources+0x178/0x200
[ 0.324648] __pci_bus_assign_resources+0x178/0x200
[ 0.324650] __pci_bus_assign_resources+0x178/0x200
[ 0.324652] __pci_bus_assign_resources+0x178/0x200
[ 0.324654] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324657] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324658] pci_assign_unassigned_resources+0x23/0x90
[ 0.324659] pcibios_assign_resources+0x1b/0xd0
[ 0.324661] do_one_initcall+0x5b/0x300
[ 0.324663] kernel_init_freeable+0x23b/0x2b0
[ 0.324666] ? __pfx_kernel_init+0x10/0x10
[ 0.324667] kernel_init+0x1a/0x140
[ 0.324668] ret_from_fork+0x243/0x280
[ 0.324669] ? __pfx_kernel_init+0x10/0x10
[ 0.324671] ret_from_fork_asm+0x1a/0x30
[ 0.324673] </TASK>
[ 0.324674] pci 0000:0d:00.0: BAR 5 [mem 0x80380000-0x803803ff]: assigned
[ 0.324678] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324679] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324680] Call Trace:
[ 0.324680] <TASK>
[ 0.324680] dump_stack_lvl+0x5d/0x80
[ 0.324682] pci_assign_resource.cold+0x237/0x24f
[ 0.324683] ? add_to_list+0x32/0xa0
[ 0.324685] assign_requested_resources_sorted+0x48/0xf0
[ 0.324687] __assign_resources_sorted+0xae/0x850
[ 0.324688] ? __dev_printk+0x2d/0x70
[ 0.324691] __pci_bus_assign_resources+0x7c/0x200
[ 0.324693] __pci_bus_assign_resources+0x178/0x200
[ 0.324696] __pci_bus_assign_resources+0x178/0x200
[ 0.324698] __pci_bus_assign_resources+0x178/0x200
[ 0.324700] __pci_bus_assign_resources+0x178/0x200
[ 0.324702] __pci_bus_assign_resources+0x178/0x200
[ 0.324705] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324707] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324708] pci_assign_unassigned_resources+0x23/0x90
[ 0.324709] pcibios_assign_resources+0x1b/0xd0
[ 0.324711] do_one_initcall+0x5b/0x300
[ 0.324713] kernel_init_freeable+0x23b/0x2b0
[ 0.324716] ? __pfx_kernel_init+0x10/0x10
[ 0.324717] kernel_init+0x1a/0x140
[ 0.324718] ret_from_fork+0x243/0x280
[ 0.324719] ? __pfx_kernel_init+0x10/0x10
[ 0.324721] ret_from_fork_asm+0x1a/0x30
[ 0.324724] </TASK>
[ 0.324731] pci 0000:07:0d.0: PCI bridge to [bus 0d]
[ 0.324738] pci 0000:07:0d.0: bridge window [mem 0x80300000-0x803fffff]
[ 0.324745] pci 0000:06:00.0: PCI bridge to [bus 07-0d]
[ 0.324747] pci 0000:06:00.0: bridge window [io 0xc000-0xcfff]
[ 0.324751] pci 0000:06:00.0: bridge window [mem 0x80100000-0x803fffff]
[ 0.324758] pci 0000:04:08.0: PCI bridge to [bus 06-0d]
[ 0.324760] pci 0000:04:08.0: bridge window [io 0xc000-0xcfff]
[ 0.324762] pci 0000:04:08.0: bridge window [mem 0x80100000-0x803fffff]
[ 0.324768] pci 0000:0e:00.0: BAR 0 [mem 0x80400000-0x80407fff 64bit]: assigned
[ 0.324769] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324770] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324770] Call Trace:
[ 0.324771] <TASK>
[ 0.324771] dump_stack_lvl+0x5d/0x80
[ 0.324772] pci_assign_resource.cold+0x237/0x24f
[ 0.324774] ? add_to_list+0x32/0xa0
[ 0.324776] assign_requested_resources_sorted+0x48/0xf0
[ 0.324778] __assign_resources_sorted+0xae/0x850
[ 0.324779] ? __dev_printk+0x2d/0x70
[ 0.324782] __pci_bus_assign_resources+0x7c/0x200
[ 0.324784] __pci_bus_assign_resources+0x178/0x200
[ 0.324786] __pci_bus_assign_resources+0x178/0x200
[ 0.324788] __pci_bus_assign_resources+0x178/0x200
[ 0.324791] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324793] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324794] pci_assign_unassigned_resources+0x23/0x90
[ 0.324796] pcibios_assign_resources+0x1b/0xd0
[ 0.324797] do_one_initcall+0x5b/0x300
[ 0.324799] kernel_init_freeable+0x23b/0x2b0
[ 0.324802] ? __pfx_kernel_init+0x10/0x10
[ 0.324803] kernel_init+0x1a/0x140
[ 0.324805] ret_from_fork+0x243/0x280
[ 0.324806] ? __pfx_kernel_init+0x10/0x10
[ 0.324807] ret_from_fork_asm+0x1a/0x30
[ 0.324810] </TASK>
[ 0.324819] pci 0000:04:0c.0: PCI bridge to [bus 0e]
[ 0.324825] pci 0000:04:0c.0: bridge window [mem 0x80400000-0x804fffff]
[ 0.324830] pci 0000:0f:00.0: ROM [mem 0x80500000-0x8057ffff pref]: assigned
[ 0.324831] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324832] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324833] Call Trace:
[ 0.324833] <TASK>
[ 0.324834] dump_stack_lvl+0x5d/0x80
[ 0.324835] pci_assign_resource.cold+0x237/0x24f
[ 0.324836] ? add_to_list+0x32/0xa0
[ 0.324838] assign_requested_resources_sorted+0x48/0xf0
[ 0.324840] __assign_resources_sorted+0xae/0x850
[ 0.324841] ? __dev_printk+0x2d/0x70
[ 0.324844] __pci_bus_assign_resources+0x7c/0x200
[ 0.324846] __pci_bus_assign_resources+0x178/0x200
[ 0.324849] __pci_bus_assign_resources+0x178/0x200
[ 0.324851] __pci_bus_assign_resources+0x178/0x200
[ 0.324853] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324855] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324857] pci_assign_unassigned_resources+0x23/0x90
[ 0.324858] pcibios_assign_resources+0x1b/0xd0
[ 0.324859] do_one_initcall+0x5b/0x300
[ 0.324862] kernel_init_freeable+0x23b/0x2b0
[ 0.324864] ? __pfx_kernel_init+0x10/0x10
[ 0.324866] kernel_init+0x1a/0x140
[ 0.324867] ret_from_fork+0x243/0x280
[ 0.324868] ? __pfx_kernel_init+0x10/0x10
[ 0.324869] ret_from_fork_asm+0x1a/0x30
[ 0.324872] </TASK>
[ 0.324873] pci 0000:0f:00.0: BAR 5 [mem 0x80580000-0x805803ff]: assigned
[ 0.324877] CPU: 8 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.324878] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.324878] Call Trace:
[ 0.324879] <TASK>
[ 0.324879] dump_stack_lvl+0x5d/0x80
[ 0.324880] pci_assign_resource.cold+0x237/0x24f
[ 0.324882] ? add_to_list+0x32/0xa0
[ 0.324884] assign_requested_resources_sorted+0x48/0xf0
[ 0.324886] __assign_resources_sorted+0xae/0x850
[ 0.324887] ? __dev_printk+0x2d/0x70
[ 0.324890] __pci_bus_assign_resources+0x7c/0x200
[ 0.324892] __pci_bus_assign_resources+0x178/0x200
[ 0.324894] __pci_bus_assign_resources+0x178/0x200
[ 0.324896] __pci_bus_assign_resources+0x178/0x200
[ 0.324899] pci_assign_unassigned_root_bus_resources+0x13f/0x180
[ 0.324901] ? __pfx_pcibios_assign_resources+0x10/0x10
[ 0.324902] pci_assign_unassigned_resources+0x23/0x90
[ 0.324904] pcibios_assign_resources+0x1b/0xd0
[ 0.324905] do_one_initcall+0x5b/0x300
[ 0.324907] kernel_init_freeable+0x23b/0x2b0
[ 0.324910] ? __pfx_kernel_init+0x10/0x10
[ 0.324911] kernel_init+0x1a/0x140
[ 0.324912] ret_from_fork+0x243/0x280
[ 0.324914] ? __pfx_kernel_init+0x10/0x10
[ 0.324915] ret_from_fork_asm+0x1a/0x30
[ 0.324918] </TASK>
[ 0.324924] pci 0000:04:0d.0: PCI bridge to [bus 0f]
[ 0.324931] pci 0000:04:0d.0: bridge window [mem 0x80500000-0x805fffff]
[ 0.324935] pci 0000:03:00.0: PCI bridge to [bus 04-0f]
[ 0.324937] pci 0000:03:00.0: bridge window [io 0xc000-0xdfff]
[ 0.324940] pci 0000:03:00.0: bridge window [mem 0x80000000-0x805fffff]
[ 0.324945] pci 0000:00:02.1: PCI bridge to [bus 03-0f]
[ 0.324946] pci 0000:00:02.1: bridge window [io 0xc000-0xdfff]
[ 0.324949] pci 0000:00:02.1: bridge window [mem 0x80000000-0x805fffff]
[ 0.324959] pci 0000:00:02.2: PCI bridge to [bus 10]
[ 0.324961] pci 0000:00:02.2: bridge window [mem 0xf6d00000-0xf6dfffff]
[ 0.324972] pci 0000:00:08.1: PCI bridge to [bus 11]
[ 0.324978] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.324980] pci 0000:00:08.1: bridge window [mem 0xf6800000-0xf6bfffff]
[ 0.324982] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.324985] pci 0000:00:08.3: PCI bridge to [bus 12]
[ 0.324987] pci 0000:00:08.3: bridge window [mem 0xf6c00000-0xf6cfffff]
[ 0.324990] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.324991] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.324992] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.324993] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.324995] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.324996] pci_bus 0000:00: resource 9 [mem 0x80000000-0xf6ffffff window]
[ 0.324997] pci_bus 0000:00: resource 10 [mem 0x880000000-0xffffffffff window]
[ 0.324998] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.324999] pci_bus 0000:01: resource 1 [mem 0xf5000000-0xf60fffff]
[ 0.325000] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.325001] pci_bus 0000:02: resource 1 [mem 0xf6e00000-0xf6efffff]
[ 0.325003] pci_bus 0000:03: resource 0 [io 0xc000-0xdfff]
[ 0.325004] pci_bus 0000:03: resource 1 [mem 0x80000000-0x805fffff]
[ 0.325005] pci_bus 0000:04: resource 0 [io 0xc000-0xdfff]
[ 0.325006] pci_bus 0000:04: resource 1 [mem 0x80000000-0x805fffff]
[ 0.325007] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.325008] pci_bus 0000:05: resource 1 [mem 0x80000000-0x800fffff]
[ 0.325009] pci_bus 0000:06: resource 0 [io 0xc000-0xcfff]
[ 0.325010] pci_bus 0000:06: resource 1 [mem 0x80100000-0x803fffff]
[ 0.325011] pci_bus 0000:07: resource 0 [io 0xc000-0xcfff]
[ 0.325012] pci_bus 0000:07: resource 1 [mem 0x80100000-0x803fffff]
[ 0.325013] pci_bus 0000:09: resource 0 [io 0xc000-0xcfff]
[ 0.325014] pci_bus 0000:09: resource 1 [mem 0x80100000-0x801fffff]
[ 0.325015] pci_bus 0000:0c: resource 1 [mem 0x80200000-0x802fffff]
[ 0.325016] pci_bus 0000:0d: resource 1 [mem 0x80300000-0x803fffff]
[ 0.325018] pci_bus 0000:0e: resource 1 [mem 0x80400000-0x804fffff]
[ 0.325019] pci_bus 0000:0f: resource 1 [mem 0x80500000-0x805fffff]
[ 0.325020] pci_bus 0000:10: resource 1 [mem 0xf6d00000-0xf6dfffff]
[ 0.325021] pci_bus 0000:11: resource 0 [io 0xe000-0xefff]
[ 0.325022] pci_bus 0000:11: resource 1 [mem 0xf6800000-0xf6bfffff]
[ 0.325023] pci_bus 0000:11: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.325024] pci_bus 0000:12: resource 1 [mem 0xf6c00000-0xf6cfffff]
[ 0.325141] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.325158] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.325334] pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 0.325338] pci 0000:01:00.1: save config 0x04: 0x00100000
[ 0.325341] pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 0.325344] pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 0.325347] pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 0.325350] pci 0000:01:00.1: save config 0x14: 0x00000000
[ 0.325354] pci 0000:01:00.1: save config 0x18: 0x00000000
[ 0.325356] pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 0.325358] pci 0000:01:00.1: save config 0x20: 0x00000000
[ 0.325360] pci 0000:01:00.1: save config 0x24: 0x00000000
[ 0.325362] pci 0000:01:00.1: save config 0x28: 0x00000000
[ 0.325364] pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 0.325366] pci 0000:01:00.1: save config 0x30: 0x00000000
[ 0.325368] pci 0000:01:00.1: save config 0x34: 0x00000060
[ 0.325370] pci 0000:01:00.1: save config 0x38: 0x00000000
[ 0.325372] pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 0.325790] pci 0000:11:00.1: D0 power state depends on 0000:11:00.0
[ 0.325794] pci 0000:11:00.1: save config 0x00: 0x16401002
[ 0.325797] pci 0000:11:00.1: save config 0x04: 0x00100000
[ 0.325799] pci 0000:11:00.1: save config 0x08: 0x04030000
[ 0.325801] pci 0000:11:00.1: save config 0x0c: 0x00800010
[ 0.325802] pci 0000:11:00.1: save config 0x10: 0xf6b88000
[ 0.325804] pci 0000:11:00.1: save config 0x14: 0x00000000
[ 0.325806] pci 0000:11:00.1: save config 0x18: 0x00000000
[ 0.325808] pci 0000:11:00.1: save config 0x1c: 0x00000000
[ 0.325810] pci 0000:11:00.1: save config 0x20: 0x00000000
[ 0.325812] pci 0000:11:00.1: save config 0x24: 0x00000000
[ 0.325814] pci 0000:11:00.1: save config 0x28: 0x00000000
[ 0.325815] pci 0000:11:00.1: save config 0x2c: 0x88771043
[ 0.325817] pci 0000:11:00.1: save config 0x30: 0x00000000
[ 0.325819] pci 0000:11:00.1: save config 0x34: 0x00000048
[ 0.325821] pci 0000:11:00.1: save config 0x38: 0x00000000
[ 0.325823] pci 0000:11:00.1: save config 0x3c: 0x000002ff
[ 0.325993] PCI: CLS 64 bytes, default 64
[ 0.326009] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.326032] Trying to unpack rootfs image as initramfs...
[ 0.326060] pci 0000:00:01.0: Adding to iommu group 0
[ 0.326074] pci 0000:00:01.1: Adding to iommu group 1
[ 0.326087] pci 0000:00:01.2: Adding to iommu group 2
[ 0.326117] pci 0000:00:02.0: Adding to iommu group 3
[ 0.326129] pci 0000:00:02.1: Adding to iommu group 4
[ 0.326142] pci 0000:00:02.2: Adding to iommu group 5
[ 0.326159] pci 0000:00:03.0: Adding to iommu group 6
[ 0.326175] pci 0000:00:04.0: Adding to iommu group 7
[ 0.326205] pci 0000:00:08.0: Adding to iommu group 8
[ 0.326218] pci 0000:00:08.1: Adding to iommu group 9
[ 0.326231] pci 0000:00:08.3: Adding to iommu group 10
[ 0.326253] pci 0000:00:14.0: Adding to iommu group 11
[ 0.326264] pci 0000:00:14.3: Adding to iommu group 11
[ 0.326326] pci 0000:00:18.0: Adding to iommu group 12
[ 0.326337] pci 0000:00:18.1: Adding to iommu group 12
[ 0.326349] pci 0000:00:18.2: Adding to iommu group 12
[ 0.326360] pci 0000:00:18.3: Adding to iommu group 12
[ 0.326372] pci 0000:00:18.4: Adding to iommu group 12
[ 0.326383] pci 0000:00:18.5: Adding to iommu group 12
[ 0.326394] pci 0000:00:18.6: Adding to iommu group 12
[ 0.326406] pci 0000:00:18.7: Adding to iommu group 12
[ 0.326430] pci 0000:01:00.0: Adding to iommu group 13
[ 0.326443] pci 0000:01:00.1: Adding to iommu group 13
[ 0.326455] pci 0000:02:00.0: Adding to iommu group 14
[ 0.326467] pci 0000:03:00.0: Adding to iommu group 15
[ 0.326480] pci 0000:04:00.0: Adding to iommu group 16
[ 0.326493] pci 0000:04:08.0: Adding to iommu group 17
[ 0.326505] pci 0000:04:0c.0: Adding to iommu group 18
[ 0.326516] pci 0000:04:0d.0: Adding to iommu group 19
[ 0.326531] pci 0000:05:00.0: Adding to iommu group 16
[ 0.326536] pci 0000:06:00.0: Adding to iommu group 17
[ 0.326540] pci 0000:07:00.0: Adding to iommu group 17
[ 0.326544] pci 0000:07:04.0: Adding to iommu group 17
[ 0.326548] pci 0000:07:05.0: Adding to iommu group 17
[ 0.326552] pci 0000:07:08.0: Adding to iommu group 17
[ 0.326556] pci 0000:07:0c.0: Adding to iommu group 17
[ 0.326566] pci 0000:07:0d.0: Adding to iommu group 17
[ 0.326571] pci 0000:09:00.0: Adding to iommu group 17
[ 0.326575] pci 0000:0c:00.0: Adding to iommu group 17
[ 0.326579] pci 0000:0d:00.0: Adding to iommu group 17
[ 0.326583] pci 0000:0e:00.0: Adding to iommu group 18
[ 0.326588] pci 0000:0f:00.0: Adding to iommu group 19
[ 0.326601] pci 0000:10:00.0: Adding to iommu group 20
[ 0.326629] pci 0000:11:00.0: Adding to iommu group 21
[ 0.326642] pci 0000:11:00.1: Adding to iommu group 22
[ 0.326656] pci 0000:11:00.2: Adding to iommu group 23
[ 0.326670] pci 0000:11:00.3: Adding to iommu group 24
[ 0.326684] pci 0000:11:00.4: Adding to iommu group 25
[ 0.326697] pci 0000:11:00.6: Adding to iommu group 26
[ 0.326711] pci 0000:12:00.0: Adding to iommu group 27
[ 0.326997] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.327003] AMD-Vi: Interrupt remapping enabled
[ 0.366662] Freeing initrd memory: 66304K
[ 0.447987] AMD-Vi: Virtual APIC enabled
[ 0.447992] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.447994] software IO TLB: mapped [mem 0x000000005fece000-0x0000000063ece000] (64MB)
[ 0.448082] LVT offset 0 assigned for vector 0x400
[ 0.448163] perf: AMD IBS detected (0x00000bff)
[ 0.448168] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.463479] Initialise system trusted keyrings
[ 0.463485] Key type blacklist registered
[ 0.463509] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.463686] fuse: init (API version 7.45)
[ 0.463769] integrity: Platform Keyring initialized
[ 0.463771] integrity: Machine keyring initialized
[ 0.470512] xor: automatically using best checksumming function avx
[ 0.470514] Key type asymmetric registered
[ 0.470515] Asymmetric key parser 'x509' registered
[ 0.470524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.470556] io scheduler mq-deadline registered
[ 0.470557] io scheduler kyber registered
[ 0.470565] io scheduler bfq registered
[ 0.471420] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.471434] pciehp: pcie_port_service_register = 0
[ 0.471441] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.471444] pcieport 0000:00:01.1: runtime IRQ mapping not provided by arch
[ 0.471521] pcieport 0000:00:01.1: PME: Signaling with IRQ 27
[ 0.471545] pcieport 0000:00:01.1: bwctrl: enabled with IRQ 27
[ 0.471550] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 0.471552] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 0.471553] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 0.471555] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.471556] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 0.471558] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 0.471559] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 0.471561] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 0.471562] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 0.471564] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 0.471565] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 0.471567] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 0.471568] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 0.471569] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 0.471571] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 0.471572] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.471599] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.471604] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.471606] pcieport 0000:00:01.2: runtime IRQ mapping not provided by arch
[ 0.471663] pcieport 0000:00:01.2: PME: Signaling with IRQ 28
[ 0.471700] pcieport 0000:00:01.2: bwctrl: enabled with IRQ 28
[ 0.471705] pcieport 0000:00:01.2: save config 0x00: 0x14db1022
[ 0.471706] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 0.471708] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 0.471709] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.471711] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 0.471712] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 0.471713] pcieport 0000:00:01.2: save config 0x18: 0x00020200
[ 0.471715] pcieport 0000:00:01.2: save config 0x1c: 0x000001f1
[ 0.471716] pcieport 0000:00:01.2: save config 0x20: 0xf6e0f6e0
[ 0.471718] pcieport 0000:00:01.2: save config 0x24: 0x0001fff1
[ 0.471719] pcieport 0000:00:01.2: save config 0x28: 0x00000000
[ 0.471721] pcieport 0000:00:01.2: save config 0x2c: 0x00000000
[ 0.471722] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 0.471723] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 0.471725] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 0.471726] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.471751] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.471756] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.471758] pcieport 0000:00:02.1: runtime IRQ mapping not provided by arch
[ 0.471819] pcieport 0000:00:02.1: PME: Signaling with IRQ 29
[ 0.471837] pcieport 0000:00:02.1: bwctrl: enabled with IRQ 29
[ 0.471841] pcieport 0000:00:02.1: save config 0x00: 0x14db1022
[ 0.471843] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 0.471844] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 0.471845] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.471847] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 0.471848] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 0.471850] pcieport 0000:00:02.1: save config 0x18: 0x000f0300
[ 0.471851] pcieport 0000:00:02.1: save config 0x1c: 0x0000d1c1
[ 0.471853] pcieport 0000:00:02.1: save config 0x20: 0x80508000
[ 0.471854] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.471855] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 0.471857] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.471858] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 0.471860] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 0.471861] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 0.471862] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.471885] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.471890] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.471892] pcieport 0000:00:02.2: runtime IRQ mapping not provided by arch
[ 0.471954] pcieport 0000:00:02.2: PME: Signaling with IRQ 30
[ 0.471974] pcieport 0000:00:02.2: bwctrl: enabled with IRQ 30
[ 0.471979] pcieport 0000:00:02.2: save config 0x00: 0x14db1022
[ 0.471981] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 0.471982] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 0.471983] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.471985] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 0.471986] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 0.471988] pcieport 0000:00:02.2: save config 0x18: 0x00101000
[ 0.471989] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.471991] pcieport 0000:00:02.2: save config 0x20: 0xf6d0f6d0
[ 0.471992] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.471994] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 0.471995] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.471996] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 0.471998] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 0.471999] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 0.472001] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.472022] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.472031] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.472033] pcieport 0000:00:08.1: runtime IRQ mapping not provided by arch
[ 0.472093] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 0.472113] pcieport 0000:00:08.1: bwctrl: enabled with IRQ 31
[ 0.472117] pcieport 0000:00:08.1: save config 0x00: 0x14dd1022
[ 0.472119] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 0.472120] pcieport 0000:00:08.1: save config 0x08: 0x06040000
[ 0.472122] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.472123] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 0.472125] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 0.472126] pcieport 0000:00:08.1: save config 0x18: 0x00111100
[ 0.472127] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.472129] pcieport 0000:00:08.1: save config 0x20: 0xf6b0f680
[ 0.472130] pcieport 0000:00:08.1: save config 0x24: 0x20111001
[ 0.472131] pcieport 0000:00:08.1: save config 0x28: 0x000000fc
[ 0.472132] pcieport 0000:00:08.1: save config 0x2c: 0x000000fc
[ 0.472134] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 0.472135] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 0.472136] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 0.472138] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.472153] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.472158] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.472160] pcieport 0000:00:08.3: runtime IRQ mapping not provided by arch
[ 0.472217] pcieport 0000:00:08.3: PME: Signaling with IRQ 32
[ 0.472232] pcieport 0000:00:08.3: bwctrl: enabled with IRQ 32
[ 0.472237] pcieport 0000:00:08.3: save config 0x00: 0x14dd1022
[ 0.472239] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 0.472240] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 0.472241] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.472243] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 0.472244] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 0.472245] pcieport 0000:00:08.3: save config 0x18: 0x00121200
[ 0.472246] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.472248] pcieport 0000:00:08.3: save config 0x20: 0xf6c0f6c0
[ 0.472249] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.472250] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 0.472252] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.472253] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 0.472254] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 0.472256] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 0.472257] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.472270] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.472274] pcieport 0000:03:00.0: vgaarb: pci_notify
[ 0.472277] pcieport 0000:03:00.0: runtime IRQ mapping not provided by arch
[ 0.472288] pcieport 0000:03:00.0: save config 0x00: 0x43f41022
[ 0.472289] pcieport 0000:03:00.0: save config 0x04: 0x00100007
[ 0.472291] pcieport 0000:03:00.0: save config 0x08: 0x06040001
[ 0.472292] pcieport 0000:03:00.0: save config 0x0c: 0x00010010
[ 0.472294] pcieport 0000:03:00.0: save config 0x10: 0x00000000
[ 0.472296] pcieport 0000:03:00.0: save config 0x14: 0x00000000
[ 0.472297] pcieport 0000:03:00.0: save config 0x18: 0x000f0403
[ 0.472299] pcieport 0000:03:00.0: save config 0x1c: 0x0000d1c1
[ 0.472300] pcieport 0000:03:00.0: save config 0x20: 0x80508000
[ 0.472302] pcieport 0000:03:00.0: save config 0x24: 0x0001fff1
[ 0.472303] pcieport 0000:03:00.0: save config 0x28: 0x00000000
[ 0.472305] pcieport 0000:03:00.0: save config 0x2c: 0x00000000
[ 0.472307] pcieport 0000:03:00.0: save config 0x30: 0x00000000
[ 0.472308] pcieport 0000:03:00.0: save config 0x34: 0x00000050
[ 0.472310] pcieport 0000:03:00.0: save config 0x38: 0x00000000
[ 0.472311] pcieport 0000:03:00.0: save config 0x3c: 0x001201ff
[ 0.472352] pcieport 0000:03:00.0: vgaarb: pci_notify
[ 0.472355] pcieport 0000:04:00.0: vgaarb: pci_notify
[ 0.472358] pcieport 0000:04:00.0: runtime IRQ mapping not provided by arch
[ 0.472470] pcieport 0000:04:00.0: bwctrl: enabled with IRQ 33
[ 0.472475] pcieport 0000:04:00.0: save config 0x00: 0x43f51022
[ 0.472477] pcieport 0000:04:00.0: save config 0x04: 0x00100407
[ 0.472479] pcieport 0000:04:00.0: save config 0x08: 0x06040001
[ 0.472481] pcieport 0000:04:00.0: save config 0x0c: 0x00010010
[ 0.472482] pcieport 0000:04:00.0: save config 0x10: 0x00000000
[ 0.472484] pcieport 0000:04:00.0: save config 0x14: 0x00000000
[ 0.472485] pcieport 0000:04:00.0: save config 0x18: 0x00050504
[ 0.472487] pcieport 0000:04:00.0: save config 0x1c: 0x0000d1d1
[ 0.472489] pcieport 0000:04:00.0: save config 0x20: 0x80008000
[ 0.472490] pcieport 0000:04:00.0: save config 0x24: 0x0001fff1
[ 0.472492] pcieport 0000:04:00.0: save config 0x28: 0x00000000
[ 0.472493] pcieport 0000:04:00.0: save config 0x2c: 0x00000000
[ 0.472495] pcieport 0000:04:00.0: save config 0x30: 0x00000000
[ 0.472497] pcieport 0000:04:00.0: save config 0x34: 0x00000050
[ 0.472498] pcieport 0000:04:00.0: save config 0x38: 0x00000000
[ 0.472500] pcieport 0000:04:00.0: save config 0x3c: 0x001201ff
[ 0.472525] pcieport 0000:04:00.0: vgaarb: pci_notify
[ 0.472529] pcieport 0000:04:08.0: vgaarb: pci_notify
[ 0.472531] pcieport 0000:04:08.0: runtime IRQ mapping not provided by arch
[ 0.472590] pcieport 0000:04:08.0: bwctrl: enabled with IRQ 34
[ 0.472595] pcieport 0000:04:08.0: save config 0x00: 0x43f51022
[ 0.472597] pcieport 0000:04:08.0: save config 0x04: 0x00100407
[ 0.472599] pcieport 0000:04:08.0: save config 0x08: 0x06040001
[ 0.472601] pcieport 0000:04:08.0: save config 0x0c: 0x00010010
[ 0.472602] pcieport 0000:04:08.0: save config 0x10: 0x00000000
[ 0.472604] pcieport 0000:04:08.0: save config 0x14: 0x00000000
[ 0.472606] pcieport 0000:04:08.0: save config 0x18: 0x000d0604
[ 0.472607] pcieport 0000:04:08.0: save config 0x1c: 0x0000c1c1
[ 0.472609] pcieport 0000:04:08.0: save config 0x20: 0x80308010
[ 0.472610] pcieport 0000:04:08.0: save config 0x24: 0x0001fff1
[ 0.472612] pcieport 0000:04:08.0: save config 0x28: 0x00000000
[ 0.472614] pcieport 0000:04:08.0: save config 0x2c: 0x00000000
[ 0.472615] pcieport 0000:04:08.0: save config 0x30: 0x00000000
[ 0.472617] pcieport 0000:04:08.0: save config 0x34: 0x00000050
[ 0.472618] pcieport 0000:04:08.0: save config 0x38: 0x00000000
[ 0.472620] pcieport 0000:04:08.0: save config 0x3c: 0x001201ff
[ 0.472645] pcieport 0000:04:08.0: vgaarb: pci_notify
[ 0.472648] pcieport 0000:04:0c.0: vgaarb: pci_notify
[ 0.472651] pcieport 0000:04:0c.0: runtime IRQ mapping not provided by arch
[ 0.472654] pcieport 0000:04:0c.0: save config 0x00: 0x43f51022
[ 0.472656] pcieport 0000:04:0c.0: save config 0x04: 0x00100007
[ 0.472658] pcieport 0000:04:0c.0: save config 0x08: 0x06040001
[ 0.472659] pcieport 0000:04:0c.0: save config 0x0c: 0x00010010
[ 0.472661] pcieport 0000:04:0c.0: save config 0x10: 0x00000000
[ 0.472662] pcieport 0000:04:0c.0: save config 0x14: 0x00000000
[ 0.472664] pcieport 0000:04:0c.0: save config 0x18: 0x000e0e04
[ 0.472666] pcieport 0000:04:0c.0: save config 0x1c: 0x000000f0
[ 0.472667] pcieport 0000:04:0c.0: save config 0x20: 0x80408040
[ 0.472669] pcieport 0000:04:0c.0: save config 0x24: 0x0001fff1
[ 0.472670] pcieport 0000:04:0c.0: save config 0x28: 0x00000000
[ 0.472672] pcieport 0000:04:0c.0: save config 0x2c: 0x00000000
[ 0.472673] pcieport 0000:04:0c.0: save config 0x30: 0x00000000
[ 0.472675] pcieport 0000:04:0c.0: save config 0x34: 0x00000050
[ 0.472677] pcieport 0000:04:0c.0: save config 0x38: 0x00000000
[ 0.472678] pcieport 0000:04:0c.0: save config 0x3c: 0x001201ff
[ 0.472692] pcieport 0000:04:0c.0: vgaarb: pci_notify
[ 0.472696] pcieport 0000:04:0d.0: vgaarb: pci_notify
[ 0.472698] pcieport 0000:04:0d.0: runtime IRQ mapping not provided by arch
[ 0.472726] pcieport 0000:04:0d.0: save config 0x00: 0x43f51022
[ 0.472728] pcieport 0000:04:0d.0: save config 0x04: 0x00100007
[ 0.472729] pcieport 0000:04:0d.0: save config 0x08: 0x06040001
[ 0.472731] pcieport 0000:04:0d.0: save config 0x0c: 0x00010010
[ 0.472732] pcieport 0000:04:0d.0: save config 0x10: 0x00000000
[ 0.472734] pcieport 0000:04:0d.0: save config 0x14: 0x00000000
[ 0.472736] pcieport 0000:04:0d.0: save config 0x18: 0x000f0f04
[ 0.472737] pcieport 0000:04:0d.0: save config 0x1c: 0x000000f0
[ 0.472739] pcieport 0000:04:0d.0: save config 0x20: 0x80508050
[ 0.472740] pcieport 0000:04:0d.0: save config 0x24: 0x0001fff1
[ 0.472742] pcieport 0000:04:0d.0: save config 0x28: 0x00000000
[ 0.472743] pcieport 0000:04:0d.0: save config 0x2c: 0x00000000
[ 0.472745] pcieport 0000:04:0d.0: save config 0x30: 0x00000000
[ 0.472747] pcieport 0000:04:0d.0: save config 0x34: 0x00000050
[ 0.472750] pcieport 0000:04:0d.0: save config 0x38: 0x00000000
[ 0.472752] pcieport 0000:04:0d.0: save config 0x3c: 0x001201ff
[ 0.472766] pcieport 0000:04:0d.0: vgaarb: pci_notify
[ 0.472769] pcieport 0000:06:00.0: vgaarb: pci_notify
[ 0.472771] pcieport 0000:06:00.0: runtime IRQ mapping not provided by arch
[ 0.472781] pcieport 0000:06:00.0: save config 0x00: 0x43f41022
[ 0.472783] pcieport 0000:06:00.0: save config 0x04: 0x00100007
[ 0.472785] pcieport 0000:06:00.0: save config 0x08: 0x06040001
[ 0.472787] pcieport 0000:06:00.0: save config 0x0c: 0x00010010
[ 0.472789] pcieport 0000:06:00.0: save config 0x10: 0x00000000
[ 0.472791] pcieport 0000:06:00.0: save config 0x14: 0x00000000
[ 0.472793] pcieport 0000:06:00.0: save config 0x18: 0x000d0706
[ 0.472795] pcieport 0000:06:00.0: save config 0x1c: 0x0000c1c1
[ 0.472797] pcieport 0000:06:00.0: save config 0x20: 0x80308010
[ 0.472799] pcieport 0000:06:00.0: save config 0x24: 0x0001fff1
[ 0.472801] pcieport 0000:06:00.0: save config 0x28: 0x00000000
[ 0.472803] pcieport 0000:06:00.0: save config 0x2c: 0x00000000
[ 0.472805] pcieport 0000:06:00.0: save config 0x30: 0x00000000
[ 0.472807] pcieport 0000:06:00.0: save config 0x34: 0x00000050
[ 0.472809] pcieport 0000:06:00.0: save config 0x38: 0x00000000
[ 0.472811] pcieport 0000:06:00.0: save config 0x3c: 0x001201ff
[ 0.472864] pcieport 0000:06:00.0: vgaarb: pci_notify
[ 0.472868] pcieport 0000:07:00.0: vgaarb: pci_notify
[ 0.472870] pcieport 0000:07:00.0: runtime IRQ mapping not provided by arch
[ 0.472965] pcieport 0000:07:00.0: bwctrl: enabled with IRQ 36
[ 0.472971] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.472972] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.472973] Call Trace:
[ 0.472974] <TASK>
[ 0.472976] dump_stack_lvl+0x5d/0x80
[ 0.472979] pci_save_state.cold+0x5/0x28
[ 0.472982] pcie_portdrv_probe+0x169/0x790
[ 0.472986] local_pci_probe+0x42/0x90
[ 0.472989] pci_device_probe+0xda/0x280
[ 0.472990] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.472992] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.472995] really_probe+0xde/0x380
[ 0.472998] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.472999] __driver_probe_device+0x78/0x150
[ 0.473001] driver_probe_device+0x1f/0xa0
[ 0.473002] ? __pfx___driver_attach+0x10/0x10
[ 0.473004] __driver_attach+0xcb/0x210
[ 0.473006] bus_for_each_dev+0x85/0xd0
[ 0.473008] bus_add_driver+0x118/0x200
[ 0.473009] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473012] driver_register+0x75/0xe0
[ 0.473014] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473015] do_one_initcall+0x5b/0x300
[ 0.473018] kernel_init_freeable+0x23b/0x2b0
[ 0.473022] ? __pfx_kernel_init+0x10/0x10
[ 0.473024] kernel_init+0x1a/0x140
[ 0.473025] ret_from_fork+0x243/0x280
[ 0.473028] ? __pfx_kernel_init+0x10/0x10
[ 0.473029] ret_from_fork_asm+0x1a/0x30
[ 0.473032] </TASK>
[ 0.473038] pcieport 0000:07:00.0: save config 0x00: 0x43f51022
[ 0.473044] pcieport 0000:07:00.0: save config 0x04: 0x00100407
[ 0.473046] pcieport 0000:07:00.0: save config 0x08: 0x06040001
[ 0.473048] pcieport 0000:07:00.0: save config 0x0c: 0x00010010
[ 0.473050] pcieport 0000:07:00.0: save config 0x10: 0x00000000
[ 0.473052] pcieport 0000:07:00.0: save config 0x14: 0x00000000
[ 0.473054] pcieport 0000:07:00.0: save config 0x18: 0x00080807
[ 0.473056] pcieport 0000:07:00.0: save config 0x1c: 0x000001f1
[ 0.473058] pcieport 0000:07:00.0: save config 0x20: 0x0000fff0
[ 0.473060] pcieport 0000:07:00.0: save config 0x24: 0x0001fff1
[ 0.473062] pcieport 0000:07:00.0: save config 0x28: 0x00000000
[ 0.473064] pcieport 0000:07:00.0: save config 0x2c: 0x00000000
[ 0.473066] pcieport 0000:07:00.0: save config 0x30: 0x00000000
[ 0.473068] pcieport 0000:07:00.0: save config 0x34: 0x00000050
[ 0.473070] pcieport 0000:07:00.0: save config 0x38: 0x00000000
[ 0.473072] pcieport 0000:07:00.0: save config 0x3c: 0x001201ff
[ 0.473113] pcieport 0000:07:00.0: vgaarb: pci_notify
[ 0.473118] pcieport 0000:07:04.0: vgaarb: pci_notify
[ 0.473120] pcieport 0000:07:04.0: runtime IRQ mapping not provided by arch
[ 0.473226] pcieport 0000:07:04.0: bwctrl: enabled with IRQ 37
[ 0.473231] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.473232] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.473233] Call Trace:
[ 0.473233] <TASK>
[ 0.473234] dump_stack_lvl+0x5d/0x80
[ 0.473236] pci_save_state.cold+0x5/0x28
[ 0.473238] pcie_portdrv_probe+0x169/0x790
[ 0.473240] local_pci_probe+0x42/0x90
[ 0.473242] pci_device_probe+0xda/0x280
[ 0.473244] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473245] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.473247] really_probe+0xde/0x380
[ 0.473248] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473250] __driver_probe_device+0x78/0x150
[ 0.473251] driver_probe_device+0x1f/0xa0
[ 0.473253] ? __pfx___driver_attach+0x10/0x10
[ 0.473254] __driver_attach+0xcb/0x210
[ 0.473256] bus_for_each_dev+0x85/0xd0
[ 0.473258] bus_add_driver+0x118/0x200
[ 0.473259] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473260] driver_register+0x75/0xe0
[ 0.473262] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473263] do_one_initcall+0x5b/0x300
[ 0.473265] kernel_init_freeable+0x23b/0x2b0
[ 0.473268] ? __pfx_kernel_init+0x10/0x10
[ 0.473270] kernel_init+0x1a/0x140
[ 0.473271] ret_from_fork+0x243/0x280
[ 0.473272] ? __pfx_kernel_init+0x10/0x10
[ 0.473274] ret_from_fork_asm+0x1a/0x30
[ 0.473277] </TASK>
[ 0.473283] pcieport 0000:07:04.0: save config 0x00: 0x43f51022
[ 0.473288] pcieport 0000:07:04.0: save config 0x04: 0x00100407
[ 0.473290] pcieport 0000:07:04.0: save config 0x08: 0x06040001
[ 0.473292] pcieport 0000:07:04.0: save config 0x0c: 0x00010010
[ 0.473294] pcieport 0000:07:04.0: save config 0x10: 0x00000000
[ 0.473296] pcieport 0000:07:04.0: save config 0x14: 0x00000000
[ 0.473298] pcieport 0000:07:04.0: save config 0x18: 0x00090907
[ 0.473300] pcieport 0000:07:04.0: save config 0x1c: 0x0000c1c1
[ 0.473302] pcieport 0000:07:04.0: save config 0x20: 0x80108010
[ 0.473304] pcieport 0000:07:04.0: save config 0x24: 0x0001fff1
[ 0.473306] pcieport 0000:07:04.0: save config 0x28: 0x00000000
[ 0.473308] pcieport 0000:07:04.0: save config 0x2c: 0x00000000
[ 0.473310] pcieport 0000:07:04.0: save config 0x30: 0x00000000
[ 0.473312] pcieport 0000:07:04.0: save config 0x34: 0x00000050
[ 0.473314] pcieport 0000:07:04.0: save config 0x38: 0x00000000
[ 0.473316] pcieport 0000:07:04.0: save config 0x3c: 0x001201ff
[ 0.473356] pcieport 0000:07:04.0: vgaarb: pci_notify
[ 0.473360] pcieport 0000:07:05.0: vgaarb: pci_notify
[ 0.473363] pcieport 0000:07:05.0: runtime IRQ mapping not provided by arch
[ 0.473457] pcieport 0000:07:05.0: bwctrl: enabled with IRQ 38
[ 0.473461] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.473463] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.473463] Call Trace:
[ 0.473464] <TASK>
[ 0.473464] dump_stack_lvl+0x5d/0x80
[ 0.473466] pci_save_state.cold+0x5/0x28
[ 0.473468] pcie_portdrv_probe+0x169/0x790
[ 0.473470] local_pci_probe+0x42/0x90
[ 0.473472] pci_device_probe+0xda/0x280
[ 0.473473] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473474] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.473476] really_probe+0xde/0x380
[ 0.473478] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473479] __driver_probe_device+0x78/0x150
[ 0.473481] driver_probe_device+0x1f/0xa0
[ 0.473482] ? __pfx___driver_attach+0x10/0x10
[ 0.473484] __driver_attach+0xcb/0x210
[ 0.473485] bus_for_each_dev+0x85/0xd0
[ 0.473487] bus_add_driver+0x118/0x200
[ 0.473488] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473490] driver_register+0x75/0xe0
[ 0.473491] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473492] do_one_initcall+0x5b/0x300
[ 0.473495] kernel_init_freeable+0x23b/0x2b0
[ 0.473497] ? __pfx_kernel_init+0x10/0x10
[ 0.473499] kernel_init+0x1a/0x140
[ 0.473500] ret_from_fork+0x243/0x280
[ 0.473501] ? __pfx_kernel_init+0x10/0x10
[ 0.473503] ret_from_fork_asm+0x1a/0x30
[ 0.473505] </TASK>
[ 0.473511] pcieport 0000:07:05.0: save config 0x00: 0x43f51022
[ 0.473517] pcieport 0000:07:05.0: save config 0x04: 0x00100407
[ 0.473519] pcieport 0000:07:05.0: save config 0x08: 0x06040001
[ 0.473520] pcieport 0000:07:05.0: save config 0x0c: 0x00010010
[ 0.473522] pcieport 0000:07:05.0: save config 0x10: 0x00000000
[ 0.473524] pcieport 0000:07:05.0: save config 0x14: 0x00000000
[ 0.473526] pcieport 0000:07:05.0: save config 0x18: 0x000a0a07
[ 0.473528] pcieport 0000:07:05.0: save config 0x1c: 0x000001f1
[ 0.473530] pcieport 0000:07:05.0: save config 0x20: 0x0000fff0
[ 0.473532] pcieport 0000:07:05.0: save config 0x24: 0x0001fff1
[ 0.473534] pcieport 0000:07:05.0: save config 0x28: 0x00000000
[ 0.473536] pcieport 0000:07:05.0: save config 0x2c: 0x00000000
[ 0.473538] pcieport 0000:07:05.0: save config 0x30: 0x00000000
[ 0.473540] pcieport 0000:07:05.0: save config 0x34: 0x00000050
[ 0.473542] pcieport 0000:07:05.0: save config 0x38: 0x00000000
[ 0.473544] pcieport 0000:07:05.0: save config 0x3c: 0x001201ff
[ 0.473584] pcieport 0000:07:05.0: vgaarb: pci_notify
[ 0.473589] pcieport 0000:07:08.0: vgaarb: pci_notify
[ 0.473592] pcieport 0000:07:08.0: runtime IRQ mapping not provided by arch
[ 0.473686] pcieport 0000:07:08.0: bwctrl: enabled with IRQ 39
[ 0.473691] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.473692] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.473692] Call Trace:
[ 0.473693] <TASK>
[ 0.473693] dump_stack_lvl+0x5d/0x80
[ 0.473695] pci_save_state.cold+0x5/0x28
[ 0.473697] pcie_portdrv_probe+0x169/0x790
[ 0.473699] local_pci_probe+0x42/0x90
[ 0.473701] pci_device_probe+0xda/0x280
[ 0.473702] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473704] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.473706] really_probe+0xde/0x380
[ 0.473707] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473708] __driver_probe_device+0x78/0x150
[ 0.473710] driver_probe_device+0x1f/0xa0
[ 0.473711] ? __pfx___driver_attach+0x10/0x10
[ 0.473713] __driver_attach+0xcb/0x210
[ 0.473714] bus_for_each_dev+0x85/0xd0
[ 0.473716] bus_add_driver+0x118/0x200
[ 0.473718] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473719] driver_register+0x75/0xe0
[ 0.473720] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473721] do_one_initcall+0x5b/0x300
[ 0.473724] kernel_init_freeable+0x23b/0x2b0
[ 0.473727] ? __pfx_kernel_init+0x10/0x10
[ 0.473728] kernel_init+0x1a/0x140
[ 0.473729] ret_from_fork+0x243/0x280
[ 0.473731] ? __pfx_kernel_init+0x10/0x10
[ 0.473732] ret_from_fork_asm+0x1a/0x30
[ 0.473735] </TASK>
[ 0.473741] pcieport 0000:07:08.0: save config 0x00: 0x43f51022
[ 0.473746] pcieport 0000:07:08.0: save config 0x04: 0x00100407
[ 0.473748] pcieport 0000:07:08.0: save config 0x08: 0x06040001
[ 0.473752] pcieport 0000:07:08.0: save config 0x0c: 0x00010010
[ 0.473754] pcieport 0000:07:08.0: save config 0x10: 0x00000000
[ 0.473756] pcieport 0000:07:08.0: save config 0x14: 0x00000000
[ 0.473758] pcieport 0000:07:08.0: save config 0x18: 0x000b0b07
[ 0.473760] pcieport 0000:07:08.0: save config 0x1c: 0x000001f1
[ 0.473762] pcieport 0000:07:08.0: save config 0x20: 0x0000fff0
[ 0.473764] pcieport 0000:07:08.0: save config 0x24: 0x0001fff1
[ 0.473766] pcieport 0000:07:08.0: save config 0x28: 0x00000000
[ 0.473768] pcieport 0000:07:08.0: save config 0x2c: 0x00000000
[ 0.473770] pcieport 0000:07:08.0: save config 0x30: 0x00000000
[ 0.473772] pcieport 0000:07:08.0: save config 0x34: 0x00000050
[ 0.473774] pcieport 0000:07:08.0: save config 0x38: 0x00000000
[ 0.473776] pcieport 0000:07:08.0: save config 0x3c: 0x001201ff
[ 0.473816] pcieport 0000:07:08.0: vgaarb: pci_notify
[ 0.473820] pcieport 0000:07:0c.0: vgaarb: pci_notify
[ 0.473822] pcieport 0000:07:0c.0: runtime IRQ mapping not provided by arch
[ 0.473827] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.473828] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.473828] Call Trace:
[ 0.473829] <TASK>
[ 0.473829] dump_stack_lvl+0x5d/0x80
[ 0.473830] pci_save_state.cold+0x5/0x28
[ 0.473832] pcie_portdrv_probe+0x169/0x790
[ 0.473835] local_pci_probe+0x42/0x90
[ 0.473837] pci_device_probe+0xda/0x280
[ 0.473838] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473839] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.473841] really_probe+0xde/0x380
[ 0.473842] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473844] __driver_probe_device+0x78/0x150
[ 0.473845] driver_probe_device+0x1f/0xa0
[ 0.473847] ? __pfx___driver_attach+0x10/0x10
[ 0.473848] __driver_attach+0xcb/0x210
[ 0.473850] bus_for_each_dev+0x85/0xd0
[ 0.473851] bus_add_driver+0x118/0x200
[ 0.473853] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473854] driver_register+0x75/0xe0
[ 0.473855] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473857] do_one_initcall+0x5b/0x300
[ 0.473859] kernel_init_freeable+0x23b/0x2b0
[ 0.473862] ? __pfx_kernel_init+0x10/0x10
[ 0.473863] kernel_init+0x1a/0x140
[ 0.473864] ret_from_fork+0x243/0x280
[ 0.473865] ? __pfx_kernel_init+0x10/0x10
[ 0.473867] ret_from_fork_asm+0x1a/0x30
[ 0.473870] </TASK>
[ 0.473876] pcieport 0000:07:0c.0: save config 0x00: 0x43f51022
[ 0.473881] pcieport 0000:07:0c.0: save config 0x04: 0x00100007
[ 0.473883] pcieport 0000:07:0c.0: save config 0x08: 0x06040001
[ 0.473885] pcieport 0000:07:0c.0: save config 0x0c: 0x00010010
[ 0.473887] pcieport 0000:07:0c.0: save config 0x10: 0x00000000
[ 0.473889] pcieport 0000:07:0c.0: save config 0x14: 0x00000000
[ 0.473891] pcieport 0000:07:0c.0: save config 0x18: 0x000c0c07
[ 0.473893] pcieport 0000:07:0c.0: save config 0x1c: 0x000000f0
[ 0.473895] pcieport 0000:07:0c.0: save config 0x20: 0x80208020
[ 0.473897] pcieport 0000:07:0c.0: save config 0x24: 0x0001fff1
[ 0.473899] pcieport 0000:07:0c.0: save config 0x28: 0x00000000
[ 0.473900] pcieport 0000:07:0c.0: save config 0x2c: 0x00000000
[ 0.473902] pcieport 0000:07:0c.0: save config 0x30: 0x00000000
[ 0.473904] pcieport 0000:07:0c.0: save config 0x34: 0x00000050
[ 0.473906] pcieport 0000:07:0c.0: save config 0x38: 0x00000000
[ 0.473908] pcieport 0000:07:0c.0: save config 0x3c: 0x001201ff
[ 0.473929] pcieport 0000:07:0c.0: vgaarb: pci_notify
[ 0.473932] pcieport 0000:07:0d.0: vgaarb: pci_notify
[ 0.473935] pcieport 0000:07:0d.0: runtime IRQ mapping not provided by arch
[ 0.473958] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.473959] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.473960] Call Trace:
[ 0.473960] <TASK>
[ 0.473961] dump_stack_lvl+0x5d/0x80
[ 0.473962] pci_save_state.cold+0x5/0x28
[ 0.473964] pcie_portdrv_probe+0x169/0x790
[ 0.473967] local_pci_probe+0x42/0x90
[ 0.473968] pci_device_probe+0xda/0x280
[ 0.473970] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473971] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 0.473973] really_probe+0xde/0x380
[ 0.473974] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473975] __driver_probe_device+0x78/0x150
[ 0.473977] driver_probe_device+0x1f/0xa0
[ 0.473978] ? __pfx___driver_attach+0x10/0x10
[ 0.473980] __driver_attach+0xcb/0x210
[ 0.473981] bus_for_each_dev+0x85/0xd0
[ 0.473983] bus_add_driver+0x118/0x200
[ 0.473984] ? __pfx_pcie_portdrv_init+0x10/0x10
[ 0.473986] driver_register+0x75/0xe0
[ 0.473987] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.473988] do_one_initcall+0x5b/0x300
[ 0.473990] kernel_init_freeable+0x23b/0x2b0
[ 0.473993] ? __pfx_kernel_init+0x10/0x10
[ 0.473995] kernel_init+0x1a/0x140
[ 0.473996] ret_from_fork+0x243/0x280
[ 0.473997] ? __pfx_kernel_init+0x10/0x10
[ 0.473998] ret_from_fork_asm+0x1a/0x30
[ 0.474001] </TASK>
[ 0.474007] pcieport 0000:07:0d.0: save config 0x00: 0x43f51022
[ 0.474012] pcieport 0000:07:0d.0: save config 0x04: 0x00100007
[ 0.474014] pcieport 0000:07:0d.0: save config 0x08: 0x06040001
[ 0.474016] pcieport 0000:07:0d.0: save config 0x0c: 0x00010010
[ 0.474018] pcieport 0000:07:0d.0: save config 0x10: 0x00000000
[ 0.474020] pcieport 0000:07:0d.0: save config 0x14: 0x00000000
[ 0.474022] pcieport 0000:07:0d.0: save config 0x18: 0x000d0d07
[ 0.474024] pcieport 0000:07:0d.0: save config 0x1c: 0x000000f0
[ 0.474026] pcieport 0000:07:0d.0: save config 0x20: 0x80308030
[ 0.474028] pcieport 0000:07:0d.0: save config 0x24: 0x0001fff1
[ 0.474030] pcieport 0000:07:0d.0: save config 0x28: 0x00000000
[ 0.474032] pcieport 0000:07:0d.0: save config 0x2c: 0x00000000
[ 0.474034] pcieport 0000:07:0d.0: save config 0x30: 0x00000000
[ 0.474036] pcieport 0000:07:0d.0: save config 0x34: 0x00000050
[ 0.474038] pcieport 0000:07:0d.0: save config 0x38: 0x00000000
[ 0.474040] pcieport 0000:07:0d.0: save config 0x3c: 0x001201ff
[ 0.474061] pcieport 0000:07:0d.0: vgaarb: pci_notify
[ 0.474216] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.474234] ACPI: button: Power Button [PWRB]
[ 0.474260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.475004] ACPI: button: Power Button [PWRF]
[ 0.475408] Monitor-Mwait will be used to enter C-1 state
[ 0.476654] Estimated ratio of average max frequency by base frequency (times 1024): 1238
[ 0.476838] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.477015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.479204] Non-volatile memory driver v1.3
[ 0.479206] Linux agpgart interface v0.103
[ 0.533025] tpm_crb MSFT0101:00: Disabling hwrng
[ 0.533180] ACPI: bus type drm_connector registered
[ 0.534229] ahci 0000:05:00.0: vgaarb: pci_notify
[ 0.534232] ahci 0000:05:00.0: runtime IRQ mapping not provided by arch
[ 0.534243] ahci 0000:05:00.0: enabling device (0000 -> 0003)
[ 0.545034] ahci 0000:05:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode
[ 0.545036] ahci 0000:05:00.0: 4/4 ports implemented (port mask 0xf)
[ 0.545038] ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 0.545041] ahci 0000:05:00.0: enabling bus mastering
[ 0.545312] scsi host0: ahci
[ 0.545388] scsi host1: ahci
[ 0.545453] scsi host2: ahci
[ 0.545514] scsi host3: ahci
[ 0.545548] ata1: SATA max UDMA/133 abar m2048@0x80040000 port 0x80040100 irq 40 lpm-pol 1 ext
[ 0.545550] ata2: SATA max UDMA/133 abar m2048@0x80040000 port 0x80040180 irq 40 lpm-pol 1 ext
[ 0.545553] ata3: SATA max UDMA/133 abar m2048@0x80040000 port 0x80040200 irq 40 lpm-pol 1 ext
[ 0.545555] ata4: SATA max UDMA/133 abar m2048@0x80040000 port 0x80040280 irq 40 lpm-pol 1 ext
[ 0.545560] ahci 0000:05:00.0: vgaarb: pci_notify
[ 0.545568] ahci 0000:0d:00.0: vgaarb: pci_notify
[ 0.545571] ahci 0000:0d:00.0: runtime IRQ mapping not provided by arch
[ 0.545576] ahci 0000:0d:00.0: enabling device (0000 -> 0002)
[ 0.545669] ahci 0000:0d:00.0: SSS flag set, parallel bus scan disabled
[ 0.545705] ahci 0000:0d:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 0.545706] ahci 0000:0d:00.0: 4/6 ports implemented (port mask 0xf)
[ 0.545708] ahci 0000:0d:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.545711] ahci 0000:0d:00.0: enabling bus mastering
[ 0.546026] scsi host4: ahci
[ 0.546088] scsi host5: ahci
[ 0.546148] scsi host6: ahci
[ 0.546207] scsi host7: ahci
[ 0.546266] scsi host8: ahci
[ 0.546327] scsi host9: ahci
[ 0.546360] ata5: SATA max UDMA/133 abar m1024@0x80380000 port 0x80380100 irq 41 lpm-pol 3
[ 0.546362] ata6: SATA max UDMA/133 abar m1024@0x80380000 port 0x80380180 irq 41 lpm-pol 3
[ 0.546364] ata7: SATA max UDMA/133 abar m1024@0x80380000 port 0x80380200 irq 41 lpm-pol 3
[ 0.546366] ata8: SATA max UDMA/133 abar m1024@0x80380000 port 0x80380280 irq 41 lpm-pol 3
[ 0.546367] ata9: DUMMY
[ 0.546368] ata10: DUMMY
[ 0.546372] ahci 0000:0d:00.0: vgaarb: pci_notify
[ 0.546379] ahci 0000:0f:00.0: vgaarb: pci_notify
[ 0.546383] ahci 0000:0f:00.0: runtime IRQ mapping not provided by arch
[ 0.546386] ahci 0000:0f:00.0: enabling device (0000 -> 0002)
[ 0.546471] ahci 0000:0f:00.0: SSS flag set, parallel bus scan disabled
[ 0.546493] ahci 0000:0f:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 0.546495] ahci 0000:0f:00.0: 4/6 ports implemented (port mask 0xf)
[ 0.546496] ahci 0000:0f:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.546498] ahci 0000:0f:00.0: enabling bus mastering
[ 0.546805] scsi host10: ahci
[ 0.546865] scsi host11: ahci
[ 0.546927] scsi host12: ahci
[ 0.546988] scsi host13: ahci
[ 0.547047] scsi host14: ahci
[ 0.547115] scsi host15: ahci
[ 0.547143] ata11: SATA max UDMA/133 abar m1024@0x80580000 port 0x80580100 irq 42 lpm-pol 3
[ 0.547145] ata12: SATA max UDMA/133 abar m1024@0x80580000 port 0x80580180 irq 42 lpm-pol 3
[ 0.547146] ata13: SATA max UDMA/133 abar m1024@0x80580000 port 0x80580200 irq 42 lpm-pol 3
[ 0.547148] ata14: SATA max UDMA/133 abar m1024@0x80580000 port 0x80580280 irq 42 lpm-pol 3
[ 0.547148] ata15: DUMMY
[ 0.547149] ata16: DUMMY
[ 0.547153] ahci 0000:0f:00.0: vgaarb: pci_notify
[ 0.547210] xhci_hcd 0000:0c:00.0: vgaarb: pci_notify
[ 0.547213] xhci_hcd 0000:0c:00.0: runtime IRQ mapping not provided by arch
[ 0.547252] xhci_hcd 0000:0c:00.0: enabling bus mastering
[ 0.547254] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[ 0.547260] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 1
[ 0.574061] CPU: 9 UID: 0 PID: 190 Comm: kworker/u64:16 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.574063] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.574064] Workqueue: pm pm_runtime_work
[ 0.574068] Call Trace:
[ 0.574068] <TASK>
[ 0.574069] dump_stack_lvl+0x5d/0x80
[ 0.574071] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574073] pci_save_state.cold+0x5/0x28
[ 0.574075] ? __pfx_pcie_port_runtime_suspend+0x10/0x10
[ 0.574076] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574077] pci_pm_runtime_suspend+0x101/0x1a0
[ 0.574079] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574080] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574082] __rpm_callback+0x48/0x1f0
[ 0.574083] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574085] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574086] rpm_callback+0x6d/0x80
[ 0.574088] rpm_suspend+0xe5/0x5e0
[ 0.574089] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574090] ? try_to_wake_up+0x88/0x880
[ 0.574093] pm_runtime_work+0x98/0xb0
[ 0.574095] process_one_work+0x193/0x350
[ 0.574098] worker_thread+0x1a1/0x310
[ 0.574099] ? __pfx_worker_thread+0x10/0x10
[ 0.574100] kthread+0xfc/0x240
[ 0.574102] ? __pfx_kthread+0x10/0x10
[ 0.574104] ? __pfx_kthread+0x10/0x10
[ 0.574105] ret_from_fork+0x243/0x280
[ 0.574107] ? __pfx_kthread+0x10/0x10
[ 0.574108] ret_from_fork_asm+0x1a/0x30
[ 0.574111] </TASK>
[ 0.574112] CPU: 13 UID: 0 PID: 191 Comm: kworker/u64:17 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.574113] pcieport 0000:07:00.0: save config 0x00: 0x43f51022
[ 0.574114] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.574115] Workqueue: pm pm_runtime_work
[ 0.574118] Call Trace:
[ 0.574119] <TASK>
[ 0.574120] pcieport 0000:07:00.0: save config 0x04: 0x00100407
[ 0.574120] dump_stack_lvl+0x5d/0x80
[ 0.574122] pcieport 0000:07:00.0: save config 0x08: 0x06040001
[ 0.574122] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574123] pci_save_state.cold+0x5/0x28
[ 0.574125] pcieport 0000:07:00.0: save config 0x0c: 0x00010010
[ 0.574125] ? __pfx_pcie_port_runtime_suspend+0x10/0x10
[ 0.574127] pcieport 0000:07:00.0: save config 0x10: 0x00000000
[ 0.574127] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574128] pci_pm_runtime_suspend+0x101/0x1a0
[ 0.574129] pcieport 0000:07:00.0: save config 0x14: 0x00000000
[ 0.574130] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574131] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574132] pcieport 0000:07:00.0: save config 0x18: 0x00080807
[ 0.574133] __rpm_callback+0x48/0x1f0
[ 0.574134] pcieport 0000:07:00.0: save config 0x1c: 0x000001f1
[ 0.574134] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574135] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574136] pcieport 0000:07:00.0: save config 0x20: 0x0000fff0
[ 0.574137] rpm_callback+0x6d/0x80
[ 0.574139] pcieport 0000:07:00.0: save config 0x24: 0x0001fff1
[ 0.574139] rpm_suspend+0xe5/0x5e0
[ 0.574140] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574141] pcieport 0000:07:00.0: save config 0x28: 0x00000000
[ 0.574141] ? try_to_wake_up+0x88/0x880
[ 0.574143] pcieport 0000:07:00.0: save config 0x2c: 0x00000000
[ 0.574144] pm_runtime_work+0x98/0xb0
[ 0.574145] pcieport 0000:07:00.0: save config 0x30: 0x00000000
[ 0.574145] process_one_work+0x193/0x350
[ 0.574147] pcieport 0000:07:00.0: save config 0x34: 0x00000050
[ 0.574147] worker_thread+0x1a1/0x310
[ 0.574149] ? __pfx_worker_thread+0x10/0x10
[ 0.574150] pcieport 0000:07:00.0: save config 0x38: 0x00000000
[ 0.574150] kthread+0xfc/0x240
[ 0.574151] ? __pfx_kthread+0x10/0x10
[ 0.574152] pcieport 0000:07:00.0: save config 0x3c: 0x001201ff
[ 0.574153] ? __pfx_kthread+0x10/0x10
[ 0.574154] ret_from_fork+0x243/0x280
[ 0.574156] ? __pfx_kthread+0x10/0x10
[ 0.574157] ret_from_fork_asm+0x1a/0x30
[ 0.574160] </TASK>
[ 0.574163] pcieport 0000:07:05.0: save config 0x00: 0x43f51022
[ 0.574162] CPU: 10 UID: 0 PID: 192 Comm: kworker/u64:18 Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 0.574165] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 0.574167] pcieport 0000:07:05.0: save config 0x04: 0x00100407
[ 0.574166] Workqueue: pm pm_runtime_work
[ 0.574170] Call Trace:
[ 0.574170] pcieport 0000:07:05.0: save config 0x08: 0x06040001
[ 0.574171] <TASK>
[ 0.574172] dump_stack_lvl+0x5d/0x80
[ 0.574173] pcieport 0000:07:05.0: save config 0x0c: 0x00010010
[ 0.574175] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574176] pcieport 0000:07:05.0: save config 0x10: 0x00000000
[ 0.574177] pci_save_state.cold+0x5/0x28
[ 0.574179] pcieport 0000:07:05.0: save config 0x14: 0x00000000
[ 0.574180] ? __pfx_pcie_port_runtime_suspend+0x10/0x10
[ 0.574181] pcieport 0000:07:05.0: save config 0x18: 0x000a0a07
[ 0.574182] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574184] pcieport 0000:07:05.0: save config 0x1c: 0x000001f1
[ 0.574184] pci_pm_runtime_suspend+0x101/0x1a0
[ 0.574186] pcieport 0000:07:05.0: save config 0x20: 0x0000fff0
[ 0.574187] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574189] pcieport 0000:07:05.0: save config 0x24: 0x0001fff1
[ 0.574189] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574191] pcieport 0000:07:05.0: save config 0x28: 0x00000000
[ 0.574191] __rpm_callback+0x48/0x1f0
[ 0.574193] ? srso_alias_return_thunk+0x5/0xfbef5
[ 0.574194] pcieport 0000:07:05.0: save config 0x2c: 0x00000000
[ 0.574195] ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[ 0.574196] pcieport 0000:07:05.0: save config 0x30: 0x00000000
[ 0.574198] rpm_callback+0x6d/0x80
[ 0.574199] pcieport 0000:07:05.0: save config 0x34: 0x00000050
[ 0.574200] rpm_suspend+0xe5/0x5e0
[ 0.574201] pcieport 0000:07:05.0: save config 0x38: 0x00000000
[ 0.574204] pcieport 0000:07:05.0: save config 0x3c: 0x001201ff
[ 0.574204] pm_runtime_work+0x98/0xb0
[ 0.574205] pcieport 0000:07:00.0: PME# enabled
[ 0.574207] process_one_work+0x193/0x350
[ 0.574210] worker_thread+0x1a1/0x310
[ 0.574212] ? __pfx_worker_thread+0x10/0x10
[ 0.574213] kthread+0xfc/0x240
[ 0.574215] ? __pfx_kthread+0x10/0x10
[ 0.574217] ? __pfx_kthread+0x10/0x10
[ 0.574220] ret_from_fork+0x243/0x280
[ 0.574222] ? __pfx_kthread+0x10/0x10
[ 0.574224] ret_from_fork_asm+0x1a/0x30
[ 0.574229] </TASK>
[ 0.574231] pcieport 0000:07:08.0: save config 0x00: 0x43f51022
[ 0.574237] pcieport 0000:07:08.0: save config 0x04: 0x00100407
[ 0.574241] pcieport 0000:07:08.0: save config 0x08: 0x06040001
[ 0.574244] pcieport 0000:07:08.0: save config 0x0c: 0x00010010
[ 0.574247] pcieport 0000:07:08.0: save config 0x10: 0x00000000
[ 0.574251] pcieport 0000:07:08.0: save config 0x14: 0x00000000
[ 0.574253] pcieport 0000:07:05.0: PME# enabled
[ 0.574254] pcieport 0000:07:08.0: save config 0x18: 0x000b0b07
[ 0.574256] pcieport 0000:07:08.0: save config 0x1c: 0x000001f1
[ 0.574260] pcieport 0000:07:08.0: save config 0x20: 0x0000fff0
[ 0.574262] pcieport 0000:07:08.0: save config 0x24: 0x0001fff1
[ 0.574264] pcieport 0000:07:08.0: save config 0x28: 0x00000000
[ 0.574266] pcieport 0000:07:08.0: save config 0x2c: 0x00000000
[ 0.574268] pcieport 0000:07:08.0: save config 0x30: 0x00000000
[ 0.574270] pcieport 0000:07:08.0: save config 0x34: 0x00000050
[ 0.574273] pcieport 0000:07:08.0: save config 0x38: 0x00000000
[ 0.574275] pcieport 0000:07:08.0: save config 0x3c: 0x001201ff
[ 0.574315] pcieport 0000:07:08.0: PME# enabled
[ 0.603255] xhci_hcd 0000:0c:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
[ 0.603260] xhci_hcd 0000:0c:00.0: enabling Mem-Wr-Inval
[ 0.603560] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[ 0.603562] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 2
[ 0.603564] xhci_hcd 0000:0c:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.604242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.604243] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.604245] usb usb1: Product: xHCI Host Controller
[ 0.604246] usb usb1: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.604247] usb usb1: SerialNumber: 0000:0c:00.0
[ 0.604336] hub 1-0:1.0: USB hub found
[ 0.604356] hub 1-0:1.0: 12 ports detected
[ 0.607112] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.607127] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.607129] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.607130] usb usb2: Product: xHCI Host Controller
[ 0.607131] usb usb2: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.607132] usb usb2: SerialNumber: 0000:0c:00.0
[ 0.607189] hub 2-0:1.0: USB hub found
[ 0.607198] hub 2-0:1.0: 5 ports detected
[ 0.608380] xhci_hcd 0000:0c:00.0: vgaarb: pci_notify
[ 0.608385] xhci_hcd 0000:0e:00.0: vgaarb: pci_notify
[ 0.608387] xhci_hcd 0000:0e:00.0: runtime IRQ mapping not provided by arch
[ 0.608421] xhci_hcd 0000:0e:00.0: enabling bus mastering
[ 0.608422] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[ 0.608426] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 3
[ 0.664386] xhci_hcd 0000:0e:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
[ 0.664389] xhci_hcd 0000:0e:00.0: enabling Mem-Wr-Inval
[ 0.664648] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[ 0.664650] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 4
[ 0.664652] xhci_hcd 0000:0e:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.665386] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.665388] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.665389] usb usb3: Product: xHCI Host Controller
[ 0.665390] usb usb3: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.665391] usb usb3: SerialNumber: 0000:0e:00.0
[ 0.665471] hub 3-0:1.0: USB hub found
[ 0.665486] hub 3-0:1.0: 12 ports detected
[ 0.668432] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.668447] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.668448] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.668449] usb usb4: Product: xHCI Host Controller
[ 0.668450] usb usb4: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.668451] usb usb4: SerialNumber: 0000:0e:00.0
[ 0.668505] hub 4-0:1.0: USB hub found
[ 0.668513] hub 4-0:1.0: 6 ports detected
[ 0.669053] usb: port power management may be unreliable
[ 0.669971] xhci_hcd 0000:0e:00.0: vgaarb: pci_notify
[ 0.669989] xhci_hcd 0000:11:00.3: vgaarb: pci_notify
[ 0.669991] xhci_hcd 0000:11:00.3: runtime IRQ mapping not provided by arch
[ 0.670034] xhci_hcd 0000:11:00.3: enabling bus mastering
[ 0.670036] xhci_hcd 0000:11:00.3: xHCI Host Controller
[ 0.670039] xhci_hcd 0000:11:00.3: new USB bus registered, assigned bus number 5
[ 0.670391] xhci_hcd 0000:11:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.670394] xhci_hcd 0000:11:00.3: enabling Mem-Wr-Inval
[ 0.670605] xhci_hcd 0000:11:00.3: xHCI Host Controller
[ 0.670608] xhci_hcd 0000:11:00.3: new USB bus registered, assigned bus number 6
[ 0.670610] xhci_hcd 0000:11:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.670631] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.670632] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.670633] usb usb5: Product: xHCI Host Controller
[ 0.670634] usb usb5: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.670636] usb usb5: SerialNumber: 0000:11:00.3
[ 0.670695] hub 5-0:1.0: USB hub found
[ 0.670699] hub 5-0:1.0: 2 ports detected
[ 0.671173] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.671188] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.671189] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.671190] usb usb6: Product: xHCI Host Controller
[ 0.671191] usb usb6: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.671192] usb usb6: SerialNumber: 0000:11:00.3
[ 0.671247] hub 6-0:1.0: USB hub found
[ 0.671251] hub 6-0:1.0: 2 ports detected
[ 0.671714] xhci_hcd 0000:11:00.3: vgaarb: pci_notify
[ 0.671727] xhci_hcd 0000:11:00.4: vgaarb: pci_notify
[ 0.671730] xhci_hcd 0000:11:00.4: runtime IRQ mapping not provided by arch
[ 0.671762] xhci_hcd 0000:11:00.4: enabling bus mastering
[ 0.671764] xhci_hcd 0000:11:00.4: xHCI Host Controller
[ 0.671766] xhci_hcd 0000:11:00.4: new USB bus registered, assigned bus number 7
[ 0.672106] xhci_hcd 0000:11:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.672108] xhci_hcd 0000:11:00.4: enabling Mem-Wr-Inval
[ 0.672319] xhci_hcd 0000:11:00.4: xHCI Host Controller
[ 0.672321] xhci_hcd 0000:11:00.4: new USB bus registered, assigned bus number 8
[ 0.672322] xhci_hcd 0000:11:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.672344] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.672346] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.672347] usb usb7: Product: xHCI Host Controller
[ 0.672348] usb usb7: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.672349] usb usb7: SerialNumber: 0000:11:00.4
[ 0.672407] hub 7-0:1.0: USB hub found
[ 0.672411] hub 7-0:1.0: 2 ports detected
[ 0.672915] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.672930] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.672932] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.672933] usb usb8: Product: xHCI Host Controller
[ 0.672934] usb usb8: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.672935] usb usb8: SerialNumber: 0000:11:00.4
[ 0.672989] hub 8-0:1.0: USB hub found
[ 0.672993] hub 8-0:1.0: 2 ports detected
[ 0.673501] xhci_hcd 0000:11:00.4: vgaarb: pci_notify
[ 0.673512] xhci_hcd 0000:12:00.0: vgaarb: pci_notify
[ 0.673515] xhci_hcd 0000:12:00.0: runtime IRQ mapping not provided by arch
[ 0.673541] xhci_hcd 0000:12:00.0: enabling bus mastering
[ 0.673543] xhci_hcd 0000:12:00.0: xHCI Host Controller
[ 0.673546] xhci_hcd 0000:12:00.0: new USB bus registered, assigned bus number 9
[ 0.674797] xhci_hcd 0000:12:00.0: USB3 root hub has no ports
[ 0.674812] xhci_hcd 0000:12:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.674815] xhci_hcd 0000:12:00.0: enabling Mem-Wr-Inval
[ 0.675035] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.675037] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.675038] usb usb9: Product: xHCI Host Controller
[ 0.675039] usb usb9: Manufacturer: Linux 6.19.11-g339193ffc3dc xhci-hcd
[ 0.675040] usb usb9: SerialNumber: 0000:12:00.0
[ 0.675096] hub 9-0:1.0: USB hub found
[ 0.675100] hub 9-0:1.0: 1 port detected
[ 0.675354] xhci_hcd 0000:12:00.0: vgaarb: pci_notify
[ 0.675375] usbcore: registered new interface driver usbserial_generic
[ 0.675379] usbserial: USB Serial support registered for generic
[ 0.675396] i8042: PNP: No PS/2 controller found.
[ 0.675448] rtc_cmos 00:02: RTC can wake from S4
[ 0.675609] rtc_cmos 00:02: registered as rtc0
[ 0.675638] rtc_cmos 00:02: setting system clock to 2026-04-14T23:18:21 UTC (1776208701)
[ 0.675656] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 0.676631] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.676639] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.678021] fbcon: Deferring console take-over
[ 0.678023] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.678043] hid: raw HID events driver (C) Jiri Kosina
[ 0.678059] usbcore: registered new interface driver usbhid
[ 0.678060] usbhid: USB HID core driver
[ 0.678098] drop_monitor: Initializing network drop monitor service
[ 0.678162] NET: Registered PF_INET6 protocol family
[ 0.678371] Segment Routing with IPv6
[ 0.678372] RPL Segment Routing with IPv6
[ 0.678379] In-situ OAM (IOAM) with IPv6
[ 0.678395] NET: Registered PF_PACKET protocol family
[ 0.679382] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[ 0.679387] microcode: Current revision: 0x0a60120a
[ 0.679388] microcode: Updated early from: 0x0a601206
[ 0.679566] resctrl: L3 allocation detected
[ 0.679567] resctrl: MB allocation detected
[ 0.679568] resctrl: SMBA allocation detected
[ 0.679569] resctrl: L3 monitoring detected
[ 0.679584] IPI shorthand broadcast: enabled
[ 0.681597] sched_clock: Marking stable (680748833, 286947)->(709218090, -28182310)
[ 0.681736] registered taskstats version 1
[ 0.682089] Loading compiled-in X.509 certificates
[ 0.686161] Loaded X.509 cert 'Build time autogenerated kernel key: c682464e322c3a6e8f4ee6fec3095e2f85a666fa'
[ 0.688435] zswap: loaded using pool zstd
[ 0.688475] Demotion targets for Node 0: null
[ 0.688556] Key type .fscrypt registered
[ 0.688557] Key type fscrypt-provisioning registered
[ 0.688747] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.688768] Key type big_key registered
[ 0.688773] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.688776] audit: type=1400 audit(1776208701.511:5): apparmor="STATUS" info="AppArmor sha256 policy hashing enabled" pid=1 comm="swapper/0"
[ 0.688820] integrity: Loading X.509 certificate: UEFI:db
[ 0.690947] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[ 0.690948] integrity: Loading X.509 certificate: UEFI:db
[ 0.691021] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[ 0.691022] integrity: Loading X.509 certificate: UEFI:db
[ 0.691030] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.691031] integrity: Loading X.509 certificate: UEFI:db
[ 0.691038] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.691039] integrity: Loading X.509 certificate: UEFI:db
[ 0.691114] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[ 0.691453] PM: Magic number: 6:751:352
[ 0.691506] memory memory198: hash matches
[ 0.692092] RAS: Correctable Errors collector initialized.
[ 0.695093] clk: Disabling unused clocks
[ 0.695095] PM: genpd: Disabling unused power domains
[ 0.697437] xhci_hcd 0000:12:00.0: save config 0x00: 0x15b81022
[ 0.697439] xhci_hcd 0000:12:00.0: save config 0x04: 0x00100403
[ 0.697441] xhci_hcd 0000:12:00.0: save config 0x08: 0x0c033000
[ 0.697442] xhci_hcd 0000:12:00.0: save config 0x0c: 0x00000010
[ 0.697444] xhci_hcd 0000:12:00.0: save config 0x10: 0xf6c00004
[ 0.697445] xhci_hcd 0000:12:00.0: save config 0x14: 0x00000000
[ 0.697446] xhci_hcd 0000:12:00.0: save config 0x18: 0x00000000
[ 0.697448] xhci_hcd 0000:12:00.0: save config 0x1c: 0x00000000
[ 0.697449] xhci_hcd 0000:12:00.0: save config 0x20: 0x00000000
[ 0.697451] xhci_hcd 0000:12:00.0: save config 0x24: 0x00000000
[ 0.697452] xhci_hcd 0000:12:00.0: save config 0x28: 0x00000000
[ 0.697453] xhci_hcd 0000:12:00.0: save config 0x2c: 0x88771043
[ 0.697455] xhci_hcd 0000:12:00.0: save config 0x30: 0x00000000
[ 0.697456] xhci_hcd 0000:12:00.0: save config 0x34: 0x00000048
[ 0.697457] xhci_hcd 0000:12:00.0: save config 0x38: 0x00000000
[ 0.697459] xhci_hcd 0000:12:00.0: save config 0x3c: 0x000001ff
[ 0.697471] xhci_hcd 0000:12:00.0: PME# enabled
[ 0.707685] pcieport 0000:00:08.3: save config 0x00: 0x14dd1022
[ 0.707687] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 0.707688] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 0.707690] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.707691] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 0.707693] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 0.707694] pcieport 0000:00:08.3: save config 0x18: 0x00121200
[ 0.707695] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.707697] pcieport 0000:00:08.3: save config 0x20: 0xf6c0f6c0
[ 0.707698] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.707699] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 0.707701] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.707703] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 0.707704] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 0.707705] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 0.707707] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.707718] pcieport 0000:00:08.3: PME# enabled
[ 0.855134] ata4: SATA link down (SStatus 0 SControl 300)
[ 0.855656] ata5: SATA link down (SStatus 0 SControl 300)
[ 0.855809] ata11: SATA link down (SStatus 0 SControl 300)
[ 0.856058] ata3: SATA link down (SStatus 0 SControl 300)
[ 0.902733] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 0.966914] usb 3-7: new full-speed USB device number 2 using xhci_hcd
[ 1.017783] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.018023] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.018485] ata1.00: supports DRM functions and may not be fully accessible
[ 1.018486] ata1.00: ATA-10: CT2000MX500SSD1, M3CR045, max UDMA/133
[ 1.018518] ata1.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.018751] ata2.00: supports DRM functions and may not be fully accessible
[ 1.018752] ata2.00: ATA-10: CT1000MX500SSD1, M3CR033, max UDMA/133
[ 1.018780] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.019149] ata1.00: Features: Trust Dev-Sleep DIPM
[ 1.019249] ata1.00: supports DRM functions and may not be fully accessible
[ 1.019428] ata2.00: Features: Trust Dev-Sleep DIPM
[ 1.019532] ata2.00: supports DRM functions and may not be fully accessible
[ 1.019908] ata1.00: configured for UDMA/133
[ 1.019999] scsi 0:0:0:0: Direct-Access ATA CT2000MX500SSD1 045 PQ: 0 ANSI: 5
[ 1.020182] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.020187] sd 0:0:0:0: [sda] Write Protect is off
[ 1.020189] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.020194] ata2.00: configured for UDMA/133
[ 1.020196] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.020215] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.020265] scsi 1:0:0:0: Direct-Access ATA CT1000MX500SSD1 033 PQ: 0 ANSI: 5
[ 1.020411] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.020418] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.020419] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.020442] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.020468] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 1.029699] sdb: sdb1 sdb2
[ 1.029881] sd 1:0:0:0: [sdb] supports TCG Opal
[ 1.029882] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.190439] sda: sda1 sda2
[ 1.198047] sd 0:0:0:0: [sda] supports TCG Opal
[ 1.198052] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.242338] xhci_hcd 0000:11:00.3: save config 0x00: 0x15b61022
[ 1.242338] xhci_hcd 0000:11:00.4: save config 0x00: 0x15b71022
[ 1.242343] xhci_hcd 0000:11:00.3: save config 0x04: 0x00100403
[ 1.242344] xhci_hcd 0000:11:00.4: save config 0x04: 0x00100403
[ 1.242346] xhci_hcd 0000:11:00.3: save config 0x08: 0x0c033000
[ 1.242347] xhci_hcd 0000:11:00.4: save config 0x08: 0x0c033000
[ 1.242349] xhci_hcd 0000:11:00.3: save config 0x0c: 0x00800010
[ 1.242349] xhci_hcd 0000:11:00.4: save config 0x0c: 0x00800010
[ 1.242351] xhci_hcd 0000:11:00.3: save config 0x10: 0xf6900004
[ 1.242351] xhci_hcd 0000:11:00.4: save config 0x10: 0xf6800004
[ 1.242353] xhci_hcd 0000:11:00.3: save config 0x14: 0x00000000
[ 1.242353] xhci_hcd 0000:11:00.4: save config 0x14: 0x00000000
[ 1.242355] xhci_hcd 0000:11:00.3: save config 0x18: 0x00000000
[ 1.242355] xhci_hcd 0000:11:00.4: save config 0x18: 0x00000000
[ 1.242357] xhci_hcd 0000:11:00.3: save config 0x1c: 0x00000000
[ 1.242357] xhci_hcd 0000:11:00.4: save config 0x1c: 0x00000000
[ 1.242359] xhci_hcd 0000:11:00.3: save config 0x20: 0x00000000
[ 1.242359] xhci_hcd 0000:11:00.4: save config 0x20: 0x00000000
[ 1.242361] xhci_hcd 0000:11:00.3: save config 0x24: 0x00000000
[ 1.242361] xhci_hcd 0000:11:00.4: save config 0x24: 0x00000000
[ 1.242363] xhci_hcd 0000:11:00.3: save config 0x28: 0x00000000
[ 1.242363] xhci_hcd 0000:11:00.4: save config 0x28: 0x00000000
[ 1.242365] xhci_hcd 0000:11:00.3: save config 0x2c: 0x88771043
[ 1.242365] xhci_hcd 0000:11:00.4: save config 0x2c: 0x88771043
[ 1.242367] xhci_hcd 0000:11:00.3: save config 0x30: 0x00000000
[ 1.242367] xhci_hcd 0000:11:00.4: save config 0x30: 0x00000000
[ 1.242369] xhci_hcd 0000:11:00.3: save config 0x34: 0x00000048
[ 1.242369] xhci_hcd 0000:11:00.4: save config 0x34: 0x00000048
[ 1.242371] xhci_hcd 0000:11:00.3: save config 0x38: 0x00000000
[ 1.242371] xhci_hcd 0000:11:00.4: save config 0x38: 0x00000000
[ 1.242373] xhci_hcd 0000:11:00.3: save config 0x3c: 0x000004ff
[ 1.242373] xhci_hcd 0000:11:00.4: save config 0x3c: 0x000001ff
[ 1.242392] xhci_hcd 0000:11:00.4: PME# enabled
[ 1.242392] xhci_hcd 0000:11:00.3: PME# enabled
[ 1.324167] usb 3-7: config 1 has an invalid interface number: 2 but max is 1
[ 1.324173] usb 3-7: config 1 has no interface number 1
[ 1.330734] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.335985] usb 3-7: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
[ 1.335992] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.335994] usb 3-7: Product: AURA LED Controller
[ 1.335997] usb 3-7: Manufacturer: AsusTek Computer Inc.
[ 1.335998] usb 3-7: SerialNumber: 9876543210
[ 1.351252] hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:0e:00.0-7/input2
[ 1.449591] tsc: Refined TSC clocksource calibration: 3799.996 MHz
[ 1.449600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d8ca817dab, max_idle_ns: 881590735735 ns
[ 1.449634] clocksource: Switched to clocksource tsc
[ 1.638619] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.942930] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.246952] ata12: SATA link down (SStatus 0 SControl 300)
[ 2.550646] ata13: SATA link down (SStatus 0 SControl 300)
[ 2.854671] ata14: SATA link down (SStatus 0 SControl 300)
[ 2.855976] Freeing unused decrypted memory: 2028K
[ 2.856413] Freeing unused kernel image (initmem) memory: 4748K
[ 2.856421] Write protecting the kernel read-only data: 36864k
[ 2.856602] Freeing unused kernel image (text/rodata gap) memory: 228K
[ 2.856648] Freeing unused kernel image (rodata/data gap) memory: 188K
[ 2.893153] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.893158] rodata_test: all tests were successful
[ 2.893165] Run /init as init process
[ 2.893166] with arguments:
[ 2.893167] /init
[ 2.893169] with environment:
[ 2.893170] HOME=/
[ 2.893181] TERM=linux
[ 2.893182] cryptdevice=UUID=71d887c8-8c6b-473c-a930-7c0f72478435:cryptlvm
[ 2.933083] VFIO - User Level meta-driver version: 0.3
[ 2.951292] vfio-pci 0000:01:00.0: vgaarb: pci_notify
[ 2.951297] vfio-pci 0000:01:00.0: runtime IRQ mapping not provided by arch
[ 2.951324] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
[ 2.951325] vfio-pci 0000:01:00.0: vgaarb: decoding count now is: 2
[ 2.951336] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 2.951340] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 2.951342] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 2.951344] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 2.951346] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 2.951348] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 2.951355] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 2.951358] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 2.951360] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 2.951362] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 2.951364] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 2.951366] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 2.951368] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 2.951369] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 2.951371] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 2.951373] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 2.951389] vfio-pci 0000:01:00.0: vgaarb: pci_notify
[ 2.951398] vfio-pci 0000:01:00.0: PME# enabled
[ 2.951399] vfio_pci: add [10de:2208[ffffffff:ffffffff]] class 0x000000/00000000
[ 2.963785] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 2.963792] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 2.963794] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 2.963796] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 2.963798] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 2.963800] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 2.963802] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 2.963804] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 2.963806] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 2.963808] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 2.963810] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 2.963812] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 2.963814] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 2.963816] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 2.963818] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 2.963820] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 2.963861] pcieport 0000:00:01.1: PME# enabled
[ 2.987358] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 2.987364] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 2.987368] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 2.987413] pcieport 0000:00:01.1: PME# disabled
[ 2.999937] vfio-pci 0000:01:00.0: PME# disabled
[ 2.999951] vfio-pci 0000:01:00.1: vgaarb: pci_notify
[ 2.999958] vfio-pci 0000:01:00.1: runtime IRQ mapping not provided by arch
[ 3.000024] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 3.000029] vfio-pci 0000:01:00.1: save config 0x04: 0x00100000
[ 3.000031] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 3.000033] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 3.000035] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 3.000037] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 3.000039] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 3.000041] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 3.000047] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 3.000049] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 3.000051] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 3.000053] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 3.000055] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 3.000057] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 3.000059] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 3.000060] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 3.000090] vfio-pci 0000:01:00.1: vgaarb: pci_notify
[ 3.000104] vfio_pci: add [10de:1aef[ffffffff:ffffffff]] class 0x000000/00000000
[ 3.000116] vfio_pci: add [1b4b:9215[ffffffff:ffffffff]] class 0x000000/00000000
[ 3.023303] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 3.023308] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 3.023311] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 3.023313] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 3.023315] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 3.023317] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 3.023319] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 3.023321] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 3.023323] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 3.023325] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 3.023327] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 3.023329] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 3.023331] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 3.023333] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 3.023335] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 3.023337] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 3.023362] vfio-pci 0000:01:00.0: PME# enabled
[ 3.112691] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 3.112696] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 3.112699] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 3.112701] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 3.112704] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 3.112706] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 3.112709] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 3.112711] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 3.112713] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 3.112716] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 3.112718] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 3.112721] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 3.112723] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 3.112725] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 3.112728] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 3.112730] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 3.112773] pcieport 0000:00:01.1: PME# enabled
[ 3.302670] Key type psk registered
[ 3.310155] ccp 0000:11:00.2: vgaarb: pci_notify
[ 3.310165] ccp 0000:11:00.2: runtime IRQ mapping not provided by arch
[ 3.310171] ccp 0000:11:00.2: enabling device (0000 -> 0002)
[ 3.310864] ccp 0000:11:00.2: enabling bus mastering
[ 3.312021] ccp 0000:11:00.2: tee enabled
[ 3.312200] ccp 0000:11:00.2: psp enabled
[ 3.312232] ccp 0000:11:00.2: vgaarb: pci_notify
[ 3.324265] nvme 0000:02:00.0: vgaarb: pci_notify
[ 3.324269] nvme 0000:10:00.0: vgaarb: pci_notify
[ 3.324271] nvme 0000:02:00.0: runtime IRQ mapping not provided by arch
[ 3.324274] nvme 0000:10:00.0: runtime IRQ mapping not provided by arch
[ 3.324358] nvme nvme0: pci function 0000:02:00.0
[ 3.324361] nvme nvme1: pci function 0000:10:00.0
[ 3.330687] nvme 0000:02:00.0: save config 0x00: 0xa80a144d
[ 3.330924] nvme 0000:02:00.0: save config 0x04: 0x00100406
[ 3.331172] nvme 0000:02:00.0: save config 0x08: 0x01080200
[ 3.331173] nvme 0000:10:00.0: save config 0x00: 0xa80a144d
[ 3.331175] nvme 0000:02:00.0: save config 0x0c: 0x00000010
[ 3.331177] nvme 0000:10:00.0: save config 0x04: 0x00100406
[ 3.331177] nvme 0000:02:00.0: save config 0x10: 0xf6e00004
[ 3.331179] nvme 0000:10:00.0: save config 0x08: 0x01080200
[ 3.331180] nvme 0000:02:00.0: save config 0x14: 0x00000000
[ 3.331181] nvme 0000:10:00.0: save config 0x0c: 0x00000010
[ 3.331182] nvme 0000:02:00.0: save config 0x18: 0x00000000
[ 3.331183] nvme 0000:10:00.0: save config 0x10: 0xf6d00004
[ 3.331185] nvme 0000:02:00.0: save config 0x1c: 0x00000000
[ 3.331185] nvme 0000:10:00.0: save config 0x14: 0x00000000
[ 3.331187] nvme 0000:02:00.0: save config 0x20: 0x00000000
[ 3.331188] nvme 0000:10:00.0: save config 0x18: 0x00000000
[ 3.331189] nvme 0000:02:00.0: save config 0x24: 0x00000000
[ 3.331190] nvme 0000:10:00.0: save config 0x1c: 0x00000000
[ 3.331192] nvme 0000:10:00.0: save config 0x20: 0x00000000
[ 3.331193] nvme 0000:02:00.0: save config 0x28: 0x00000000
[ 3.331194] nvme 0000:10:00.0: save config 0x24: 0x00000000
[ 3.331195] nvme 0000:02:00.0: save config 0x2c: 0xa801144d
[ 3.331196] nvme 0000:10:00.0: save config 0x28: 0x00000000
[ 3.331197] nvme 0000:02:00.0: save config 0x30: 0x00000000
[ 3.331198] nvme 0000:10:00.0: save config 0x2c: 0xa801144d
[ 3.331200] nvme 0000:02:00.0: save config 0x34: 0x00000040
[ 3.331200] nvme 0000:10:00.0: save config 0x30: 0x00000000
[ 3.331202] nvme 0000:02:00.0: save config 0x38: 0x00000000
[ 3.331203] nvme 0000:10:00.0: save config 0x34: 0x00000040
[ 3.331204] nvme 0000:02:00.0: save config 0x3c: 0x000001ff
[ 3.331205] nvme 0000:10:00.0: save config 0x38: 0x00000000
[ 3.331208] nvme 0000:10:00.0: save config 0x3c: 0x000001ff
[ 3.342742] nvme nvme0: D3 entry latency set to 10 seconds
[ 3.342753] nvme nvme1: D3 entry latency set to 10 seconds
[ 3.346782] nvme nvme0: 16/0/0 default/read/poll queues
[ 3.346788] nvme nvme1: 16/0/0 default/read/poll queues
[ 3.348872] nvme1n1: p1 p2 p3 p4
[ 3.349012] nvme0n1: p1 p2
[ 3.349017] nvme 0000:10:00.0: vgaarb: pci_notify
[ 3.349107] nvme 0000:02:00.0: vgaarb: pci_notify
[ 3.482103] usb 1-2: New USB device found, idVendor=1b1c, idProduct=1b33, bcdDevice= 3.08
[ 3.482109] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.482111] usb 1-2: Product: Corsair Gaming K70 LUX RGB Keyboard
[ 3.482113] usb 1-2: Manufacturer: Corsair
[ 3.482115] usb 1-2: SerialNumber: 0801601AAF0E98A859694765F5001BC2
[ 3.507303] input: Corsair Corsair Gaming K70 LUX RGB Keyboard Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-2/1-2:1.0/0003:1B1C:1B33.0002/input/input2
[ 3.591633] input: Corsair Corsair Gaming K70 LUX RGB Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-2/1-2:1.0/0003:1B1C:1B33.0002/input/input3
[ 3.591717] input: Corsair Corsair Gaming K70 LUX RGB Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-2/1-2:1.0/0003:1B1C:1B33.0002/input/input4
[ 3.591827] hid-generic 0003:1B1C:1B33.0002: input,hiddev97,hidraw1: USB HID v1.11 Keyboard [Corsair Corsair Gaming K70 LUX RGB Keyboard ] on usb-0000:0c:00.0-2/input0
[ 3.600043] hid-generic 0003:1B1C:1B33.0003: hiddev98,hidraw2: USB HID v1.11 Device [Corsair Corsair Gaming K70 LUX RGB Keyboard ] on usb-0000:0c:00.0-2/input1
[ 3.772713] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[ 4.141833] usb 1-3: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.06
[ 4.141839] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.141841] usb 1-3: Product: USB Receiver
[ 4.141843] usb 1-3: Manufacturer: Logitech
[ 4.167114] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.0/0003:046D:C539.0004/input/input5
[ 4.265624] hid-generic 0003:046D:C539.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0c:00.0-3/input0
[ 4.274129] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.1/0003:046D:C539.0005/input/input6
[ 4.274212] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.1/0003:046D:C539.0005/input/input7
[ 4.324671] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.1/0003:046D:C539.0005/input/input8
[ 4.324783] hid-generic 0003:046D:C539.0005: input,hiddev99,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0c:00.0-3/input1
[ 4.332179] hid-generic 0003:046D:C539.0006: hiddev100,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0c:00.0-3/input2
[ 4.505536] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[ 4.801136] usb 1-5: New USB device found, idVendor=0d8c, idProduct=0134, bcdDevice= 1.00
[ 4.801142] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.801145] usb 1-5: Product: BIRD UM1
[ 4.801146] usb 1-5: Manufacturer: BIRD UM1
[ 4.815122] hid-generic 0003:0D8C:0134.0007: hidraw6: USB HID v1.11 Device [BIRD UM1 BIRD UM1] on usb-0000:0c:00.0-5/input2
[ 4.907499] logitech-djreceiver 0003:046D:C539.0004: hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0c:00.0-3/input0
[ 5.014520] logitech-djreceiver 0003:046D:C539.0005: hiddev99,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0c:00.0-3/input1
[ 5.065843] logitech-djreceiver 0003:046D:C539.0006: hiddev100,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0c:00.0-3/input2
[ 5.121041] logitech-djreceiver 0003:046D:C539.0006: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
[ 5.121322] input: Logitech Wireless Mouse PID:407f Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.2/0003:046D:C539.0006/0003:046D:407F.0008/input/input11
[ 5.174569] input: Logitech Wireless Mouse PID:407f Mouse as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.2/0003:046D:C539.0006/0003:046D:407F.0008/input/input12
[ 5.174646] hid-generic 0003:046D:407F.0008: input,hidraw7: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:407f] on usb-0000:0c:00.0-3/input2:1
[ 5.274963] input: Logitech G502 as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:08.0/0000:06:00.0/0000:07:0c.0/0000:0c:00.0/usb1/1-3/1-3:1.2/0003:046D:C539.0006/0003:046D:407F.0008/input/input16
[ 5.319574] logitech-hidpp-device 0003:046D:407F.0008: input,hidraw7: USB HID v1.11 Keyboard [Logitech G502] on usb-0000:0c:00.0-3/input2:1
[ 5.347727] device-mapper: uevent: version 1.0.3
[ 5.347786] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 5.360996] Key type trusted registered
[ 5.364506] Key type encrypted registered
[ 5.384017] fbcon: Taking over console
[ 5.384416] Console: switching to colour frame buffer device 240x67
[ 11.319829] logitech-hidpp-device 0003:046D:407F.0008: HID++ 4.2 device connected.
[ 11.912914] audit: type=1338 audit(1776208712.735:6): module=crypt op=ctr ppid=1 pid=360 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="cryptsetup" exe="/usr/bin/cryptsetup" subj=unconfined dev=253:0 error_msg='success' res=1
[ 11.913119] audit: type=1300 audit(1776208712.735:6): arch=c000003e syscall=16 success=yes exit=0 a0=6 a1=c138fd09 a2=562151618460 a3=51 items=8 ppid=1 pid=360 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="cryptsetup" exe="/usr/bin/cryptsetup" subj=unconfined key=(null)
[ 11.913123] audit: type=1307 audit(1776208712.735:6): cwd="/"
[ 11.913124] audit: type=1302 audit(1776208712.735:6): item=0 name=(null) inode=1025 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913125] audit: type=1302 audit(1776208712.735:6): item=1 name=(null) inode=12735 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913127] audit: type=1302 audit(1776208712.735:6): item=2 name=(null) inode=28 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913128] audit: type=1302 audit(1776208712.735:6): item=3 name=(null) inode=12736 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913129] audit: type=1302 audit(1776208712.735:6): item=4 name=(null) inode=12736 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913131] audit: type=1302 audit(1776208712.735:6): item=5 name=(null) inode=12737 dev=00:08 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913132] audit: type=1302 audit(1776208712.735:6): item=6 name=(null) inode=12736 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.995489] EXT4-fs (dm-1): mounted filesystem 2691ccc6-b7aa-4ec2-acde-29ceb29c4920 r/w with ordered data mode. Quota mode: none.
[ 12.381870] systemd[1]: systemd 260.1-1-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +LIBARCHIVE)
[ 12.381877] systemd[1]: Detected architecture x86-64.
[ 12.392618] systemd[1]: Hostname set to <myhostname>.
[ 12.485475] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 12.577108] systemd[1]: Queued start job for default target Graphical Interface.
[ 12.590026] systemd[1]: Created slice Virtual Machine and Container Slice.
[ 12.590507] systemd[1]: Created slice Slice /system/dirmngr.
[ 12.590716] systemd[1]: Created slice Slice /system/getty.
[ 12.590919] systemd[1]: Created slice Slice /system/gpg-agent.
[ 12.591125] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 12.591332] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 12.591542] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 12.591740] systemd[1]: Created slice Slice /system/keyboxd.
[ 12.591947] systemd[1]: Created slice Slice /system/modprobe.
[ 12.592138] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 12.592281] systemd[1]: Created slice User and Session Slice.
[ 12.592318] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.592343] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.592435] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.592444] systemd[1]: Expecting device /dev/disk/by-uuid/7911-0933...
[ 12.592449] systemd[1]: Reached target Local Encrypted Volumes.
[ 12.592455] systemd[1]: Reached target Login Prompts.
[ 12.592461] systemd[1]: Reached target Image Downloads.
[ 12.592466] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 12.592476] systemd[1]: Reached target Path Units.
[ 12.592482] systemd[1]: Reached target Remote File Systems.
[ 12.592487] systemd[1]: Reached target Slice Units.
[ 12.592495] systemd[1]: Reached target Swaps.
[ 12.592505] systemd[1]: Reached target Local Verity Protected Volumes.
[ 12.592545] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 12.592586] systemd[1]: Listening on LVM2 poll daemon socket.
[ 12.593046] systemd[1]: Listening on Query the User Interactively for a Password.
[ 12.594825] systemd[1]: Listening on Process Core Dump Socket.
[ 12.595186] systemd[1]: Listening on Credential Encryption/Decryption.
[ 12.595634] systemd[1]: Listening on Factory Reset Management.
[ 12.595687] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.595731] systemd[1]: Listening on Journal Sockets.
[ 12.596294] systemd[1]: Listening on Console Output Muting Service Socket.
[ 12.596316] systemd[1]: TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.596324] systemd[1]: Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.596700] systemd[1]: Listening on Disk Repartitioning Service Socket.
[ 12.596742] systemd[1]: Listening on udev Control Socket.
[ 12.596765] systemd[1]: Listening on udev Kernel Socket.
[ 12.596797] systemd[1]: Listening on udev Varlink Socket.
[ 12.597337] systemd[1]: Mounting Huge Pages File System...
[ 12.597741] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.598249] systemd[1]: Mounting Kernel Debug File System...
[ 12.598765] systemd[1]: Mounting Kernel Trace File System...
[ 12.599386] systemd[1]: Mounting Temporary Directory /tmp...
[ 12.599984] systemd[1]: Starting Create List of Static Device Nodes...
[ 12.600429] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 12.600447] systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
[ 12.600879] systemd[1]: Mounting Kernel Configuration File System...
[ 12.600898] systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
[ 12.600918] systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
[ 12.601470] systemd[1]: Mounting FUSE Control File System...
[ 12.601509] systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
[ 12.601532] systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[ 12.602540] systemd[1]: Starting Journal Service...
[ 12.603702] systemd[1]: Starting Load Kernel Modules...
[ 12.603712] systemd[1]: TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.603735] systemd[1]: TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.604329] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 12.604366] systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.604922] systemd[1]: Starting Load udev Rules from Credentials...
[ 12.605316] systemd[1]: Starting Coldplug All udev Devices...
[ 12.606944] systemd[1]: Mounted Huge Pages File System.
[ 12.607004] systemd[1]: Mounted POSIX Message Queue File System.
[ 12.607061] systemd[1]: Mounted Kernel Debug File System.
[ 12.607111] systemd[1]: Mounted Kernel Trace File System.
[ 12.607162] systemd[1]: Mounted Temporary Directory /tmp.
[ 12.607312] systemd[1]: Finished Create List of Static Device Nodes.
[ 12.608222] systemd[1]: Mounted Kernel Configuration File System.
[ 12.608291] systemd[1]: Mounted FUSE Control File System.
[ 12.608811] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 12.610748] systemd[1]: Finished Load udev Rules from Credentials.
[ 12.613169] systemd-journald[709]: Collecting audit messages is disabled.
[ 12.613696] i2c_dev: i2c /dev entries driver
[ 12.614176] systemd[1]: Finished Load Kernel Modules.
[ 12.614758] systemd[1]: Starting Apply Kernel Variables...
[ 12.618465] EXT4-fs (dm-1): re-mounted 2691ccc6-b7aa-4ec2-acde-29ceb29c4920.
[ 12.619011] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 12.619224] systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
[ 12.619786] systemd[1]: Starting Load/Save OS Random Seed...
[ 12.619798] systemd[1]: TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.619808] systemd[1]: TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki
[ 12.620878] systemd[1]: Finished Apply Kernel Variables.
[ 12.629172] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 12.629253] systemd[1]: Create System Users skipped, no trigger condition checks were met.
[ 12.630238] systemd[1]: Starting Journal Log Access Socket...
[ 12.631222] systemd[1]: Starting Network Time Synchronization...
[ 12.631731] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 12.632546] systemd[1]: Listening on Journal Log Access Socket.
[ 12.636925] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 722 ((systemd-times))
[ 12.641365] systemd[1]: Finished Load/Save OS Random Seed.
[ 12.645557] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 12.645721] systemd[1]: Repartition Root Disk skipped, no trigger condition checks were met.
[ 12.646316] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 12.653918] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 12.653995] systemd[1]: Reached target Preparation for Local File Systems.
[ 12.691996] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 12.866980] systemd[1]: Finished Coldplug All udev Devices.
[ 12.891824] systemd[1]: Started Journal Service.
[ 12.904209] systemd-journald[709]: Received client request to flush runtime journal.
[ 12.916108] piix4_smbus 0000:00:14.0: vgaarb: pci_notify
[ 12.916732] piix4_smbus 0000:00:14.0: runtime IRQ mapping not provided by arch
[ 12.916756] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 12.916758] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 12.918466] k10temp 0000:00:18.3: vgaarb: pci_notify
[ 12.918571] k10temp 0000:00:18.3: runtime IRQ mapping not provided by arch
[ 12.919523] k10temp 0000:00:18.3: vgaarb: pci_notify
[ 12.922397] i2c i2c-1: Successfully instantiated SPD at 0x51
[ 12.923917] i2c i2c-1: Successfully instantiated SPD at 0x53
[ 12.925938] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 12.929154] piix4_smbus 0000:00:14.0: vgaarb: pci_notify
[ 12.939677] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 12.940066] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 12.941770] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 12.941977] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input17
[ 12.949415] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 12.990331] mc: Linux media interface: v0.10
[ 13.003453] input: PC Speaker as /devices/platform/pcspkr/input/input18
[ 13.008409] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 13.008412] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 13.008413] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 13.019323] mousedev: PS/2 mouse device common for all mice
[ 13.038478] r8169 0000:09:00.0: vgaarb: pci_notify
[ 13.038889] r8169 0000:09:00.0: runtime IRQ mapping not provided by arch
[ 13.038983] r8169 0000:09:00.0: enabling Mem-Wr-Inval
[ 13.045841] snd_hda_intel 0000:11:00.1: vgaarb: pci_notify
[ 13.045847] snd_hda_intel 0000:11:00.1: runtime IRQ mapping not provided by arch
[ 13.045878] snd_hda_intel 0000:11:00.1: enabling device (0000 -> 0002)
[ 13.045949] snd_hda_intel 0000:11:00.1: Handle vga_switcheroo audio client
[ 13.045978] snd_hda_intel 0000:11:00.1: enabling bus mastering
[ 13.045994] snd_hda_intel 0000:11:00.1: vgaarb: pci_notify
[ 13.046004] snd_hda_intel 0000:11:00.6: vgaarb: pci_notify
[ 13.046007] snd_hda_intel 0000:11:00.6: runtime IRQ mapping not provided by arch
[ 13.046014] snd_hda_intel 0000:11:00.6: enabling device (0000 -> 0002)
[ 13.046044] snd_hda_intel 0000:11:00.6: vgaarb: pci_notify
[ 13.046072] snd_hda_intel 0000:11:00.6: enabling bus mastering
[ 13.047311] r8169 0000:09:00.0 eth0: RTL8125B, c8:7f:54:51:6b:35, XID 641, IRQ 123
[ 13.047315] r8169 0000:09:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko]
[ 13.047321] r8169 0000:09:00.0: vgaarb: pci_notify
[ 13.051555] r8169 0000:09:00.0 eno1: renamed from eth0
[ 13.052872] spd5118 1-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[ 13.058866] spd5118 1-0053: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[ 13.061133] asus_wmi: ASUS WMI generic driver loaded
[ 13.062209] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:11:00.1/sound/card0/input19
[ 13.062265] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:11:00.1/sound/card0/input20
[ 13.064273] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[ 13.064494] asus_wmi: Initialization: 0x0
[ 13.064660] asus_wmi: BIOS WMI version: 0.0
[ 13.064806] asus_wmi: SFUN value: 0x0
[ 13.064808] eeepc-wmi eeepc-wmi: Detected AsusMbSwInterface, not ASUSWMI, use DSTS
[ 13.069103] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input21
[ 13.100164] snd_hda_codec_alc662 hdaudioC1D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 13.100169] snd_hda_codec_alc662 hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.100170] snd_hda_codec_alc662 hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 13.100172] snd_hda_codec_alc662 hdaudioC1D0: mono: mono_out=0x0
[ 13.100179] snd_hda_codec_alc662 hdaudioC1D0: dig-out=0x11/0x0
[ 13.100180] snd_hda_codec_alc662 hdaudioC1D0: inputs:
[ 13.100181] snd_hda_codec_alc662 hdaudioC1D0: Rear Mic=0x18
[ 13.100183] snd_hda_codec_alc662 hdaudioC1D0: Front Mic=0x19
[ 13.100184] snd_hda_codec_alc662 hdaudioC1D0: Line=0x1a
[ 13.116775] kvm_amd: TSC scaling supported
[ 13.116777] kvm_amd: Nested Virtualization enabled
[ 13.116779] kvm_amd: Nested Paging enabled
[ 13.116780] kvm_amd: LBR virtualization supported
[ 13.116783] kvm_amd: AVIC enabled
[ 13.116784] kvm_amd: x2AVIC enabled (max 512 vCPUs)
[ 13.116786] kvm_amd: Virtual GIF supported
[ 13.116786] kvm_amd: Virtual NMI enabled
[ 13.116896] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:11:00.6/sound/card1/input22
[ 13.116952] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:11:00.6/sound/card1/input23
[ 13.117006] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:11:00.6/sound/card1/input24
[ 13.117061] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:11:00.6/sound/card1/input25
[ 13.117115] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:11:00.6/sound/card1/input26
[ 13.147876] usbcore: registered new interface driver snd-usb-audio
[ 13.175131] intel_rapl_common: Found RAPL domain package
[ 13.175134] intel_rapl_common: Found RAPL domain core
[ 13.176132] amd_atl: AMD Address Translation Library initialized
[ 15.254129] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[ 15.254269] amdgpu: ATPX version 1, functions 0x00000000
[ 15.262756] amdgpu: Virtual CRAT table created for CPU
[ 15.262770] amdgpu: Topology: Add CPU node
[ 15.262843] amdgpu 0000:11:00.0: vgaarb: pci_notify
[ 15.262847] amdgpu 0000:11:00.0: runtime IRQ mapping not provided by arch
[ 15.262875] amdgpu 0000:11:00.0: enabling device (0006 -> 0007)
[ 15.262910] amdgpu 0000:11:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x8877 0xC5).
[ 15.262919] amdgpu 0000:11:00.0: amdgpu: register mmio base: 0xF6B00000
[ 15.262920] amdgpu 0000:11:00.0: amdgpu: register mmio size: 524288
[ 15.264589] amdgpu 0000:11:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (nv_common)
[ 15.264593] amdgpu 0000:11:00.0: amdgpu: detected ip block number 1 <gmc_v10_0_0> (gmc_v10_0)
[ 15.264596] amdgpu 0000:11:00.0: amdgpu: detected ip block number 2 <ih_v5_0_0> (navi10_ih)
[ 15.264598] amdgpu 0000:11:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
[ 15.264600] amdgpu 0000:11:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
[ 15.264602] amdgpu 0000:11:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
[ 15.264605] amdgpu 0000:11:00.0: amdgpu: detected ip block number 6 <gfx_v10_0_0> (gfx_v10_0)
[ 15.264607] amdgpu 0000:11:00.0: amdgpu: detected ip block number 7 <sdma_v5_2_0> (sdma_v5_2)
[ 15.264609] amdgpu 0000:11:00.0: amdgpu: detected ip block number 8 <vcn_v3_0_0> (vcn_v3_0)
[ 15.264611] amdgpu 0000:11:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0_0> (jpeg_v3_0)
[ 15.264627] amdgpu 0000:11:00.0: amdgpu: Fetched VBIOS from VFCT
[ 15.264630] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[ 15.305380] Console: switching to colour dummy device 80x25
[ 15.305824] amdgpu 0000:11:00.0: vgaarb: deactivate vga console
[ 15.305827] amdgpu 0000:11:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 15.305860] amdgpu 0000:11:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 15.305865] amdgpu 0000:11:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 15.305867] amdgpu 0000:11:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 15.305874] [drm] Detected VRAM RAM=512M, BAR=512M
[ 15.305875] [drm] RAM width 128bits DDR5
[ 15.306834] amdgpu 0000:11:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
[ 15.306836] amdgpu 0000:11:00.0: amdgpu: amdgpu: 15571M of GTT memory ready.
[ 15.306848] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 15.306956] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[ 15.307216] amdgpu 0000:11:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x05002E00
[ 15.307497] [drm] use_doorbell being set to: [true]
[ 15.307510] amdgpu 0000:11:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 14
[ 15.329500] amdgpu 0000:11:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[ 15.393291] amdgpu 0000:11:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 15.398962] amdgpu 0000:11:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 15.398964] amdgpu 0000:11:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[ 15.400193] amdgpu 0000:11:00.0: amdgpu: SMU is initialized successfully!
[ 15.400535] amdgpu 0000:11:00.0: amdgpu: [drm] Display Core v3.2.359 initialized on DCN 3.1.5
[ 15.400537] amdgpu 0000:11:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[ 15.401276] amdgpu 0000:11:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x05002E00
[ 15.401732] snd_hda_intel 0000:11:00.1: bound 0000:11:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 15.429446] amdgpu 0000:11:00.0: amdgpu: [drm] HDMI-A-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 15.469808] amdgpu 0000:11:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 15.470112] amdgpu 0000:11:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
[ 15.472784] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 15.472798] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 15.473192] amdgpu: Virtual CRAT table created for GPU
[ 15.473296] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[ 15.473298] kfd kfd: amdgpu: added device 1002:164e
[ 15.473306] amdgpu 0000:11:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[ 15.473309] amdgpu 0000:11:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 15.473311] amdgpu 0000:11:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 15.473312] amdgpu 0000:11:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 15.473314] amdgpu 0000:11:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 15.473315] amdgpu 0000:11:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 15.473316] amdgpu 0000:11:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 15.473318] amdgpu 0000:11:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 15.473319] amdgpu 0000:11:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 15.473320] amdgpu 0000:11:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 15.473322] amdgpu 0000:11:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 15.473323] amdgpu 0000:11:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 15.473324] amdgpu 0000:11:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 15.473326] amdgpu 0000:11:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 15.473327] amdgpu 0000:11:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 15.473328] amdgpu 0000:11:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 15.473329] amdgpu 0000:11:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 15.473532] amdgpu 0000:11:00.0: save config 0x00: 0x164e1002
[ 15.473535] amdgpu 0000:11:00.0: save config 0x04: 0x08100407
[ 15.473537] amdgpu 0000:11:00.0: save config 0x08: 0x030000c5
[ 15.473540] amdgpu 0000:11:00.0: save config 0x0c: 0x00800010
[ 15.473542] amdgpu 0000:11:00.0: save config 0x10: 0x1000000c
[ 15.473545] amdgpu 0000:11:00.0: save config 0x14: 0x000000fc
[ 15.473547] amdgpu 0000:11:00.0: save config 0x18: 0x2000000c
[ 15.473549] amdgpu 0000:11:00.0: save config 0x1c: 0x000000fc
[ 15.473552] amdgpu 0000:11:00.0: save config 0x20: 0x0000e001
[ 15.473554] amdgpu 0000:11:00.0: save config 0x24: 0xf6b00000
[ 15.473556] amdgpu 0000:11:00.0: save config 0x28: 0x00000000
[ 15.473559] amdgpu 0000:11:00.0: save config 0x2c: 0x88771043
[ 15.473561] amdgpu 0000:11:00.0: save config 0x30: 0x00000000
[ 15.473563] amdgpu 0000:11:00.0: save config 0x34: 0x00000048
[ 15.473565] amdgpu 0000:11:00.0: save config 0x38: 0x00000000
[ 15.473567] amdgpu 0000:11:00.0: save config 0x3c: 0x000001ff
[ 15.473659] amdgpu 0000:11:00.0: amdgpu: Runtime PM not available
[ 15.474033] amdgpu 0000:11:00.0: [drm] Registered 4 planes with drm panic
[ 15.481292] Realtek Internal NBASE-T PHY r8169-0-900:00: attached PHY driver (mii_bus:phy_addr=r8169-0-900:00, irq=MAC)
[ 15.488294] [drm] Initialized amdgpu 3.64.0 for 0000:11:00.0 on minor 1
[ 15.490767] amdgpu 0000:11:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22
[ 15.493373] fbcon: amdgpudrmfb (fb0) is primary device
[ 15.493586] [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
[ 15.619863] input: ckb1: Corsair Gaming K70 LUX RGB Keyboard vKB as /devices/virtual/input/input27
[ 15.639457] r8169 0000:09:00.0 eno1: Link is Down
[ 15.669355] input: ckb1: Corsair Gaming K70 LUX RGB Keyboard vM as /devices/virtual/input/input28
[ 15.747690] Console: switching to colour frame buffer device 240x67
[ 15.781883] amdgpu 0000:11:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 15.782043] amdgpu 0000:11:00.0: vgaarb: pci_notify
[ 15.878329] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 15.878334] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 15.878337] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 15.878374] pcieport 0000:00:01.1: PME# disabled
[ 15.964405] vgaarb: vga_arb_open
[ 15.964417] vgaarb: client 0x000000009db88a5c called 'target'
[ 15.964434] vgaarb: PCI:0000:11:00.0 ==> 0000:11:00.0 pdev 000000003a87de75
[ 15.964437] vgaarb: vgadev 000000003c8a7b7e
[ 15.964441] vgaarb: client 0x000000009db88a5c called 'lock'
[ 15.964444] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
[ 15.964447] vfio-pci 0000:01:00.0: vgaarb: decoding count now is: 2
[ 15.964449] amdgpu 0000:11:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 15.964451] amdgpu 0000:11:00.0: vgaarb: decoding count now is: 1
[ 15.964452] amdgpu 0000:11:00.0: vgaarb: __vga_tryget: 3
[ 15.964454] amdgpu 0000:11:00.0: vgaarb: __vga_tryget: owns: 0
[ 16.003383] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 16.003388] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 16.003391] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 16.003393] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 16.003396] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 16.003399] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 16.003401] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 16.003404] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 16.003406] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 16.003409] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 16.003411] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 16.003414] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 16.003416] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 16.003419] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 16.003421] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 16.003424] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 16.003467] pcieport 0000:00:01.1: PME# enabled
[ 16.153214] vgaarb: client 0x000000009db88a5c called 'unlock'
[ 16.153219] amdgpu 0000:11:00.0: vgaarb: __vga_put
[ 16.153323] vgaarb: client 0x000000009db88a5c called 'target'
[ 16.153337] vgaarb: PCI:0000:11:00.0 ==> 0000:11:00.0 pdev 000000003a87de75
[ 16.153339] vgaarb: vgadev 000000003c8a7b7e
[ 17.065087] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 17.229442] u32 classifier
[ 17.229445] Performance counters on
[ 17.229445] input device check on
[ 17.229446] Actions configured
[ 17.560331] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 17.560338] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 17.560342] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 17.560388] pcieport 0000:00:01.1: PME# disabled
[ 17.619294] r8169 0000:09:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM
[ 17.666312] pcieport 0000:00:08.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 17.666317] pcieport 0000:00:08.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 17.666320] pcieport 0000:00:08.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 17.666337] pcieport 0000:00:08.3: PME# disabled
[ 17.685305] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 17.685311] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 17.685313] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 17.685316] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 17.685318] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 17.685320] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 17.685322] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 17.685325] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 17.685327] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 17.685329] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 17.685331] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 17.685333] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 17.685335] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 17.685337] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 17.685339] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 17.685342] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 17.685388] pcieport 0000:00:01.1: PME# enabled
[ 17.791342] pcieport 0000:00:08.3: save config 0x00: 0x14dd1022
[ 17.791345] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 17.791347] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 17.791349] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 17.791351] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 17.791352] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 17.791354] pcieport 0000:00:08.3: save config 0x18: 0x00121200
[ 17.791356] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 17.791357] pcieport 0000:00:08.3: save config 0x20: 0xf6c0f6c0
[ 17.791359] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 17.791361] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 17.791362] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 17.791364] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 17.791365] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 17.791367] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 17.791368] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 17.791382] pcieport 0000:00:08.3: PME# enabled
[ 18.468890] r8169 0000:09:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 23.302474] nvme nvme0: using unchecked data buffer
[ 36.148321] snd_hda_intel 0000:11:00.1: save config 0x00: 0x16401002
[ 36.148327] snd_hda_intel 0000:11:00.1: save config 0x04: 0x00100406
[ 36.148330] snd_hda_intel 0000:11:00.1: save config 0x08: 0x04030000
[ 36.148332] snd_hda_intel 0000:11:00.1: save config 0x0c: 0x00800010
[ 36.148334] snd_hda_intel 0000:11:00.1: save config 0x10: 0xf6b88000
[ 36.148337] snd_hda_intel 0000:11:00.1: save config 0x14: 0x00000000
[ 36.148339] snd_hda_intel 0000:11:00.1: save config 0x18: 0x00000000
[ 36.148341] snd_hda_intel 0000:11:00.1: save config 0x1c: 0x00000000
[ 36.148343] snd_hda_intel 0000:11:00.1: save config 0x20: 0x00000000
[ 36.148345] snd_hda_intel 0000:11:00.1: save config 0x24: 0x00000000
[ 36.148347] snd_hda_intel 0000:11:00.1: save config 0x28: 0x00000000
[ 36.148349] snd_hda_intel 0000:11:00.1: save config 0x2c: 0x88771043
[ 36.148351] snd_hda_intel 0000:11:00.1: save config 0x30: 0x00000000
[ 36.148353] snd_hda_intel 0000:11:00.1: save config 0x34: 0x00000048
[ 36.148355] snd_hda_intel 0000:11:00.1: save config 0x38: 0x00000000
[ 36.148357] snd_hda_intel 0000:11:00.1: save config 0x3c: 0x000002ff
[ 36.148370] snd_hda_intel 0000:11:00.1: PME# enabled
[ 36.447888] snd_hda_intel 0000:11:00.6: save config 0x00: 0x15e31022
[ 36.447894] snd_hda_intel 0000:11:00.6: save config 0x04: 0x00100406
[ 36.447896] snd_hda_intel 0000:11:00.6: save config 0x08: 0x04030000
[ 36.447898] snd_hda_intel 0000:11:00.6: save config 0x0c: 0x00800010
[ 36.447906] snd_hda_intel 0000:11:00.6: save config 0x10: 0xf6b80000
[ 36.447908] snd_hda_intel 0000:11:00.6: save config 0x14: 0x00000000
[ 36.447910] snd_hda_intel 0000:11:00.6: save config 0x18: 0x00000000
[ 36.447911] snd_hda_intel 0000:11:00.6: save config 0x1c: 0x00000000
[ 36.447913] snd_hda_intel 0000:11:00.6: save config 0x20: 0x00000000
[ 36.447915] snd_hda_intel 0000:11:00.6: save config 0x24: 0x00000000
[ 36.447916] snd_hda_intel 0000:11:00.6: save config 0x28: 0x00000000
[ 36.447918] snd_hda_intel 0000:11:00.6: save config 0x2c: 0x87fb1043
[ 36.447919] snd_hda_intel 0000:11:00.6: save config 0x30: 0x00000000
[ 36.447921] snd_hda_intel 0000:11:00.6: save config 0x34: 0x00000048
[ 36.447923] snd_hda_intel 0000:11:00.6: save config 0x38: 0x00000000
[ 36.447931] snd_hda_intel 0000:11:00.6: save config 0x3c: 0x000003ff
[ 36.447944] snd_hda_intel 0000:11:00.6: PME# enabled
[ 158.292119] bash (3652): drop_caches: 3
[ 158.591291] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 158.591296] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 158.591299] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 158.591338] pcieport 0000:00:01.1: PME# disabled
[ 158.594218] nvme 0000:10:00.0: vgaarb: pci_notify
[ 158.692268] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 158.692272] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 158.692275] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 158.692277] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 158.692279] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 158.692281] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 158.692283] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 158.692285] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 158.692287] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 158.692290] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 158.692292] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 158.692294] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 158.692296] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 158.692298] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 158.692300] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 158.692302] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 158.692344] pcieport 0000:00:01.1: PME# enabled
[ 158.711308] pci 0000:10:00.0: vgaarb: pci_notify
[ 158.711347] vfio-pci 0000:10:00.0: vgaarb: pci_notify
[ 158.711351] vfio-pci 0000:10:00.0: runtime IRQ mapping not provided by arch
[ 158.711375] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 158.711380] vfio-pci 0000:10:00.0: save config 0x04: 0x00100002
[ 158.711382] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 158.711385] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 158.711387] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 158.711389] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 158.711392] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 158.711394] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 158.711396] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 158.711398] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 158.711401] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 158.711403] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 158.711405] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 158.711407] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 158.711410] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 158.711412] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 158.711429] vfio-pci 0000:10:00.0: vgaarb: pci_notify
[ 158.714777] ahci 0000:05:00.0: vgaarb: pci_notify
[ 158.723482] pcieport 0000:00:02.2: save config 0x00: 0x14db1022
[ 158.723486] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 158.723488] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 158.723490] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 158.723492] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 158.723494] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 158.723495] pcieport 0000:00:02.2: save config 0x18: 0x00101000
[ 158.723497] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 158.723499] pcieport 0000:00:02.2: save config 0x20: 0xf6d0f6d0
[ 158.723500] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 158.723502] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 158.723504] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 158.723505] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 158.723507] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 158.723509] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 158.723510] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 158.723533] pcieport 0000:00:02.2: PME# enabled
[ 158.746450] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 158.747684] sd 0:0:0:0: [sda] Stopping disk
[ 158.793447] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 158.794133] sd 1:0:0:0: [sdb] Stopping disk
[ 158.898368] pci 0000:05:00.0: vgaarb: pci_notify
[ 158.898401] vfio-pci 0000:05:00.0: vgaarb: pci_notify
[ 158.898409] vfio-pci 0000:05:00.0: runtime IRQ mapping not provided by arch
[ 158.898494] vfio-pci 0000:05:00.0: restore config 0x24: 0x80040000 -> 0xf6740000
[ 158.898508] vfio-pci 0000:05:00.0: restore config 0x04: 0x00100003 -> 0x00100000
[ 158.898537] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 158.898541] vfio-pci 0000:05:00.0: save config 0x04: 0x00100000
[ 158.898544] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 158.898547] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 158.898549] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 158.898552] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 158.898555] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 158.898557] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 158.898560] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 158.898562] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 158.898565] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 158.898567] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 158.898570] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 158.898572] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 158.898575] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 158.898577] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 158.898584] vfio-pci 0000:05:00.0: vgaarb: pci_notify
[ 158.898604] vfio-pci 0000:05:00.0: PME# enabled
[ 158.911524] xhci_hcd 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 158.911527] pcieport 0000:04:00.0: save config 0x00: 0x43f51022
[ 158.911531] pcieport 0000:04:00.0: save config 0x04: 0x00100407
[ 158.911533] xhci_hcd 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 158.911534] pcieport 0000:04:00.0: save config 0x08: 0x06040001
[ 158.911536] xhci_hcd 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 158.911537] pcieport 0000:04:00.0: save config 0x0c: 0x00010010
[ 158.911539] xhci_hcd 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 158.911539] pcieport 0000:04:00.0: save config 0x10: 0x00000000
[ 158.911542] pcieport 0000:04:00.0: save config 0x14: 0x00000000
[ 158.911544] pcieport 0000:04:00.0: save config 0x18: 0x00050504
[ 158.911547] pcieport 0000:04:00.0: save config 0x1c: 0x0000d1d1
[ 158.911549] pcieport 0000:04:00.0: save config 0x20: 0x80008000
[ 158.911551] pcieport 0000:04:00.0: save config 0x24: 0x0001fff1
[ 158.911553] pcieport 0000:04:00.0: save config 0x28: 0x00000000
[ 158.911556] pcieport 0000:04:00.0: save config 0x2c: 0x00000000
[ 158.911558] pcieport 0000:04:00.0: save config 0x30: 0x00000000
[ 158.911560] pcieport 0000:04:00.0: save config 0x34: 0x00000050
[ 158.911562] pcieport 0000:04:00.0: save config 0x38: 0x00000000
[ 158.911564] xhci_hcd 0000:11:00.3: PME# disabled
[ 158.911565] pcieport 0000:04:00.0: save config 0x3c: 0x001201ff
[ 158.911569] xhci_hcd 0000:11:00.3: enabling bus mastering
[ 158.911593] pcieport 0000:04:00.0: PME# enabled
[ 158.912356] xhci_hcd 0000:11:00.3: vgaarb: pci_notify
[ 158.912752] xhci_hcd 0000:11:00.3: save config 0x00: 0x15b61022
[ 158.912754] xhci_hcd 0000:11:00.3: save config 0x04: 0x00100403
[ 158.912755] xhci_hcd 0000:11:00.3: save config 0x08: 0x0c033000
[ 158.912757] xhci_hcd 0000:11:00.3: save config 0x0c: 0x00800010
[ 158.912758] xhci_hcd 0000:11:00.3: save config 0x10: 0xf6900004
[ 158.912760] xhci_hcd 0000:11:00.3: save config 0x14: 0x00000000
[ 158.912762] xhci_hcd 0000:11:00.3: save config 0x18: 0x00000000
[ 158.912763] xhci_hcd 0000:11:00.3: save config 0x1c: 0x00000000
[ 158.912765] xhci_hcd 0000:11:00.3: save config 0x20: 0x00000000
[ 158.912767] xhci_hcd 0000:11:00.3: save config 0x24: 0x00000000
[ 158.912768] xhci_hcd 0000:11:00.3: save config 0x28: 0x00000000
[ 158.912770] xhci_hcd 0000:11:00.3: save config 0x2c: 0x88771043
[ 158.912771] xhci_hcd 0000:11:00.3: save config 0x30: 0x00000000
[ 158.912773] xhci_hcd 0000:11:00.3: save config 0x34: 0x00000048
[ 158.912775] xhci_hcd 0000:11:00.3: save config 0x38: 0x00000000
[ 158.912776] xhci_hcd 0000:11:00.3: save config 0x3c: 0x000004ff
[ 158.912786] xhci_hcd 0000:11:00.3: PME# enabled
[ 158.936284] xhci_hcd 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 158.936292] xhci_hcd 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 158.936294] xhci_hcd 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 158.936297] xhci_hcd 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 158.936317] xhci_hcd 0000:11:00.3: PME# disabled
[ 158.936320] xhci_hcd 0000:11:00.3: enabling bus mastering
[ 158.937105] xhci_hcd 0000:11:00.3: remove, state 4
[ 158.937108] usb usb6: USB disconnect, device number 1
[ 158.937288] xhci_hcd 0000:11:00.3: USB bus 6 deregistered
[ 158.937294] xhci_hcd 0000:11:00.3: remove, state 4
[ 158.937296] usb usb5: USB disconnect, device number 1
[ 158.938047] xhci_hcd 0000:11:00.3: USB bus 5 deregistered
[ 158.938132] pci 0000:11:00.3: vgaarb: pci_notify
[ 158.938171] vfio-pci 0000:11:00.3: vgaarb: pci_notify
[ 158.938175] vfio-pci 0000:11:00.3: runtime IRQ mapping not provided by arch
[ 158.938203] vfio-pci 0000:11:00.3: restore config 0x04: 0x00100003 -> 0x00100403
[ 158.938215] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 158.938219] vfio-pci 0000:11:00.3: save config 0x04: 0x00100403
[ 158.938222] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 158.938224] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 158.938227] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 158.938229] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 158.938231] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 158.938234] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 158.938236] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 158.938238] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 158.938240] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 158.938242] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 158.938245] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 158.938247] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 158.938250] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 158.938252] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 158.938268] vfio-pci 0000:11:00.3: PME# enabled
[ 158.938298] vfio-pci 0000:11:00.3: vgaarb: pci_notify
[ 158.956286] pcieport 0000:00:02.2: restore config 0x2c: 0x00000000 -> 0x00000000
[ 158.956291] pcieport 0000:00:02.2: restore config 0x28: 0x00000000 -> 0x00000000
[ 158.956294] pcieport 0000:00:02.2: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 158.956315] pcieport 0000:00:02.2: PME# disabled
[ 158.968303] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 158.968308] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 158.968312] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 158.968351] pcieport 0000:00:01.1: PME# disabled
[ 158.980291] pcieport 0000:04:00.0: restore config 0x2c: 0x00000000 -> 0x00000000
[ 158.980295] pcieport 0000:04:00.0: restore config 0x28: 0x00000000 -> 0x00000000
[ 158.980298] pcieport 0000:04:00.0: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 158.980325] pcieport 0000:04:00.0: PME# disabled
[ 159.056765] tun: Universal TUN/TAP device driver, 1.6
[ 159.057159] virbr0: port 1(vnet0) entered blocking state
[ 159.057162] virbr0: port 1(vnet0) entered disabled state
[ 159.057167] vnet0: entered allmulticast mode
[ 159.057209] vnet0: entered promiscuous mode
[ 159.057314] virbr0: port 1(vnet0) entered blocking state
[ 159.057316] virbr0: port 1(vnet0) entered listening state
[ 159.081270] pcieport 0000:00:02.2: save config 0x00: 0x14db1022
[ 159.081274] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 159.081277] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 159.081279] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 159.081280] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 159.081282] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 159.081284] pcieport 0000:00:02.2: save config 0x18: 0x00101000
[ 159.081286] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 159.081287] pcieport 0000:00:02.2: save config 0x20: 0xf6d0f6d0
[ 159.081289] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 159.081291] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 159.081292] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 159.081294] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 159.081296] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 159.081298] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 159.081300] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 159.081326] pcieport 0000:00:02.2: PME# enabled
[ 159.093269] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 159.093273] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 159.093276] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 159.093278] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 159.093280] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 159.093283] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 159.093285] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 159.093287] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 159.093289] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 159.093291] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 159.093293] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 159.093295] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 159.093297] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 159.093299] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 159.093301] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 159.093303] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 159.093350] pcieport 0000:00:01.1: PME# enabled
[ 159.105265] pcieport 0000:04:00.0: save config 0x00: 0x43f51022
[ 159.105269] pcieport 0000:04:00.0: save config 0x04: 0x00100407
[ 159.105272] pcieport 0000:04:00.0: save config 0x08: 0x06040001
[ 159.105274] pcieport 0000:04:00.0: save config 0x0c: 0x00010010
[ 159.105276] pcieport 0000:04:00.0: save config 0x10: 0x00000000
[ 159.105278] pcieport 0000:04:00.0: save config 0x14: 0x00000000
[ 159.105280] pcieport 0000:04:00.0: save config 0x18: 0x00050504
[ 159.105282] pcieport 0000:04:00.0: save config 0x1c: 0x0000d1d1
[ 159.105284] pcieport 0000:04:00.0: save config 0x20: 0x80008000
[ 159.105286] pcieport 0000:04:00.0: save config 0x24: 0x0001fff1
[ 159.105288] pcieport 0000:04:00.0: save config 0x28: 0x00000000
[ 159.105290] pcieport 0000:04:00.0: save config 0x2c: 0x00000000
[ 159.105291] pcieport 0000:04:00.0: save config 0x30: 0x00000000
[ 159.105293] pcieport 0000:04:00.0: save config 0x34: 0x00000050
[ 159.105295] pcieport 0000:04:00.0: save config 0x38: 0x00000000
[ 159.105297] pcieport 0000:04:00.0: save config 0x3c: 0x001201ff
[ 159.105328] pcieport 0000:04:00.0: PME# enabled
[ 161.060297] virbr0: port 1(vnet0) entered learning state
[ 163.108315] virbr0: port 1(vnet0) entered forwarding state
[ 163.108319] virbr0: topology change detected, propagating
[ 165.608730] pcieport 0000:00:02.2: restore config 0x2c: 0x00000000 -> 0x00000000
[ 165.608736] pcieport 0000:00:02.2: restore config 0x28: 0x00000000 -> 0x00000000
[ 165.608740] pcieport 0000:00:02.2: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 165.608762] pcieport 0000:00:02.2: PME# disabled
[ 165.621480] vfio-pci 0000:10:00.0: resetting
[ 165.621484] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 165.621487] vfio-pci 0000:10:00.0: save config 0x04: 0x00100002
[ 165.621490] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 165.621492] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 165.621495] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 165.621497] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 165.621499] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 165.621502] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 165.621504] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 165.621506] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 165.621508] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 165.621511] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 165.621513] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 165.621515] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 165.621517] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 165.621519] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 165.621553] vfio-pci 0000:10:00.0: reset via flr
[ 165.724377] vfio-pci 0000:10:00.0: ready 0ms after FLR
[ 165.724427] vfio-pci 0000:10:00.0: restore config 0x10: 0x00000004 -> 0xf6d00004
[ 165.724432] vfio-pci 0000:10:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 165.724436] vfio-pci 0000:10:00.0: restore config 0x04: 0x00100000 -> 0x00100002
[ 165.724445] vfio-pci 0000:10:00.0: reset done
[ 165.724448] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 165.724451] vfio-pci 0000:10:00.0: save config 0x04: 0x00100002
[ 165.724453] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 165.724455] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 165.724457] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 165.724460] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 165.724462] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 165.724464] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 165.724467] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 165.724469] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 165.724471] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 165.724473] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 165.724475] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 165.724477] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 165.724479] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 165.724482] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 165.741773] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 165.741778] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 165.741781] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 165.741815] pcieport 0000:00:01.1: PME# disabled
[ 165.753402] vfio-pci 0000:01:00.0: PME# disabled
[ 165.753473] vfio-pci 0000:01:00.0: resetting
[ 165.753475] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 165.753477] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 165.753479] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 165.753481] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 165.753482] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 165.753484] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 165.753485] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 165.753487] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 165.753488] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 165.753490] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 165.753491] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 165.753493] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 165.753494] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 165.753496] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 165.753497] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 165.753499] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 165.753520] vfio-pci 0000:01:00.0: reset via flr
[ 165.860361] vfio-pci 0000:01:00.0: ready 0ms after FLR
[ 165.860392] vfio-pci 0000:01:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 165.860395] vfio-pci 0000:01:00.0: restore config 0x30: 0x00000000 -> 0xf6000000
[ 165.860399] vfio-pci 0000:01:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 165.860401] vfio-pci 0000:01:00.0: restore config 0x20: 0x00000000 -> 0x000000fc
[ 165.860404] vfio-pci 0000:01:00.0: restore config 0x18: 0x00000000 -> 0x000000f8
[ 165.860407] vfio-pci 0000:01:00.0: restore config 0x10: 0x00000000 -> 0xf5000000
[ 165.860410] vfio-pci 0000:01:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 165.860412] vfio-pci 0000:01:00.0: restore config 0x04: 0x00100000 -> 0x00100003
[ 165.860418] vfio-pci 0000:01:00.0: reset done
[ 165.860420] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 165.860422] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 165.860423] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 165.860425] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 165.860426] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 165.860428] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 165.860429] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 165.860431] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 165.860432] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 165.860434] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 165.860435] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 165.860437] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 165.860438] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 165.860440] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 165.860441] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 165.860443] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 165.887382] vfio-pci 0000:01:00.1: enabling device (0000 -> 0002)
[ 165.887450] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 165.887453] vfio-pci 0000:01:00.1: save config 0x04: 0x00100002
[ 165.887455] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 165.887456] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 165.887458] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 165.887459] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 165.887461] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 165.887462] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 165.887464] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 165.887465] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 165.887467] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 165.887468] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 165.887470] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 165.887471] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 165.887473] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 165.887474] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 165.908784] pcieport 0000:04:00.0: restore config 0x2c: 0x00000000 -> 0x00000000
[ 165.908789] pcieport 0000:04:00.0: restore config 0x28: 0x00000000 -> 0x00000000
[ 165.908792] pcieport 0000:04:00.0: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 165.908822] pcieport 0000:04:00.0: PME# disabled
[ 165.921183] vfio-pci 0000:05:00.0: PME# disabled
[ 165.921191] vfio-pci 0000:05:00.0: enabling device (0000 -> 0003)
[ 165.921240] vfio-pci 0000:05:00.0: resetting
[ 165.921243] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 165.921246] vfio-pci 0000:05:00.0: save config 0x04: 0x00100003
[ 165.921248] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 165.921251] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 165.921253] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 165.921255] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 165.921258] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 165.921260] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 165.921262] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 165.921265] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 165.921267] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 165.921269] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 165.921272] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 165.921274] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 165.921276] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 165.921278] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 165.921304] vfio-pci 0000:05:00.0: reset via pm
[ 165.945478] vfio-pci 0000:05:00.0: ready 0ms after PM D3hot->D0
[ 165.945527] vfio-pci 0000:05:00.0: restore config 0x04: 0x00100400 -> 0x00100003
[ 165.945541] vfio-pci 0000:05:00.0: reset done
[ 165.945544] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 165.945547] vfio-pci 0000:05:00.0: save config 0x04: 0x00100003
[ 165.945552] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 165.945555] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 165.945558] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 165.945561] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 165.945563] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 165.945566] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 165.945569] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 165.945572] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 165.945575] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 165.945577] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 165.945580] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 165.945583] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 165.945586] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 165.945589] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 165.959808] vfio-pci 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 165.959815] vfio-pci 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 165.959818] vfio-pci 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 165.959821] vfio-pci 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 165.959834] vfio-pci 0000:11:00.3: PME# disabled
[ 165.959902] vfio-pci 0000:11:00.3: resetting
[ 165.959904] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 165.959906] vfio-pci 0000:11:00.3: save config 0x04: 0x00100003
[ 165.959907] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 165.959909] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 165.959910] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 165.959911] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 165.959913] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 165.959914] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 165.959916] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 165.959917] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 165.959918] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 165.959920] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 165.959921] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 165.959923] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 165.959924] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 165.959925] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 165.959934] vfio-pci 0000:11:00.3: reset via pm
[ 165.983969] vfio-pci 0000:11:00.3: ready 0ms after PM D3hot->D0
[ 165.983981] vfio-pci 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 165.983989] vfio-pci 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 165.983992] vfio-pci 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 165.983995] vfio-pci 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100003
[ 165.984002] vfio-pci 0000:11:00.3: reset done
[ 165.984005] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 165.984007] vfio-pci 0000:11:00.3: save config 0x04: 0x00100003
[ 165.984009] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 165.984011] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 165.984013] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 165.984015] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 165.984017] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 165.984018] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 165.984020] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 165.984022] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 165.984024] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 165.984026] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 165.984028] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 165.984030] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 165.984032] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 165.984034] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 166.007507] vfio-pci 0000:01:00.0: resetting
[ 166.007511] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 166.007514] vfio-pci 0000:01:00.0: save config 0x04: 0x00100000
[ 166.007516] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 166.007518] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 166.007520] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 166.007523] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 166.007525] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 166.007527] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 166.007529] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 166.007531] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 166.007533] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 166.007535] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 166.007537] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 166.007539] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 166.007541] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 166.007543] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 166.007567] vfio-pci 0000:01:00.1: resetting
[ 166.007569] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 166.007571] vfio-pci 0000:01:00.1: save config 0x04: 0x00100000
[ 166.007573] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 166.007575] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 166.007577] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 166.007579] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 166.007581] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 166.007583] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 166.007585] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 166.007587] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 166.007589] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 166.007591] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 166.007593] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 166.007595] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 166.007597] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 166.007599] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 166.010367] pcieport 0000:00:01.1: waiting 100 ms for downstream link, after activation
[ 166.196443] vfio-pci 0000:01:00.0: ready 0ms after bus reset
[ 166.196458] pcieport 0000:00:01.1: re-enabling LTR
[ 166.196483] vfio-pci 0000:01:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 166.196488] vfio-pci 0000:01:00.0: restore config 0x30: 0x00000000 -> 0xf6000000
[ 166.196492] vfio-pci 0000:01:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 166.196495] vfio-pci 0000:01:00.0: restore config 0x20: 0x00000000 -> 0x000000fc
[ 166.196499] vfio-pci 0000:01:00.0: restore config 0x18: 0x00000000 -> 0x000000f8
[ 166.196502] vfio-pci 0000:01:00.0: restore config 0x10: 0x00000000 -> 0xf5000000
[ 166.196505] vfio-pci 0000:01:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 166.196514] vfio-pci 0000:01:00.0: reset done
[ 166.196525] vfio-pci 0000:01:00.1: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 166.196533] vfio-pci 0000:01:00.1: restore config 0x10: 0x00000000 -> 0xf6080000
[ 166.196536] vfio-pci 0000:01:00.1: restore config 0x0c: 0x00800000 -> 0x00800010
[ 166.196542] vfio-pci 0000:01:00.1: reset done
[ 166.196838] vfio-pci 0000:11:00.3: resetting
[ 166.196841] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 166.196843] vfio-pci 0000:11:00.3: save config 0x04: 0x00100000
[ 166.196845] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 166.196847] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 166.196849] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 166.196851] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 166.196853] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 166.196855] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 166.196857] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 166.196859] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 166.196861] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 166.196863] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 166.196865] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 166.196867] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 166.196869] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 166.196871] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 166.196881] vfio-pci 0000:11:00.3: reset via pm
[ 166.220896] vfio-pci 0000:11:00.3: ready 0ms after PM D3hot->D0
[ 166.220902] vfio-pci 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 166.220908] vfio-pci 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 166.220911] vfio-pci 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 166.220917] vfio-pci 0000:11:00.3: reset done
[ 166.221134] vfio-pci 0000:05:00.0: resetting
[ 166.221138] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 166.221141] vfio-pci 0000:05:00.0: save config 0x04: 0x00100000
[ 166.221144] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 166.221147] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 166.221150] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 166.221152] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 166.221155] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 166.221158] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 166.221161] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 166.221164] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 166.221166] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 166.221169] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 166.221172] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 166.221175] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 166.221177] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 166.221180] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 166.223370] pcieport 0000:04:00.0: waiting 100 ms for downstream link, after activation
[ 166.348374] vfio-pci 0000:05:00.0: ready 0ms after bus reset
[ 166.348381] pcieport 0000:04:00.0: re-enabling LTR
[ 166.348415] vfio-pci 0000:05:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 166.348430] vfio-pci 0000:05:00.0: restore config 0x30: 0xd0000000 -> 0xf6700000
[ 166.348437] vfio-pci 0000:05:00.0: restore config 0x24: 0x00900000 -> 0xf6740000
[ 166.348443] vfio-pci 0000:05:00.0: restore config 0x20: 0x00800001 -> 0x0000d001
[ 166.348448] vfio-pci 0000:05:00.0: restore config 0x1c: 0x00008141 -> 0x0000d021
[ 166.348453] vfio-pci 0000:05:00.0: restore config 0x18: 0x00008101 -> 0x0000d031
[ 166.348459] vfio-pci 0000:05:00.0: restore config 0x14: 0x00008041 -> 0x0000d041
[ 166.348464] vfio-pci 0000:05:00.0: restore config 0x10: 0x00008001 -> 0x0000d051
[ 166.348470] vfio-pci 0000:05:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 166.348475] vfio-pci 0000:05:00.0: restore config 0x04: 0x00100003 -> 0x00100000
[ 166.348488] vfio-pci 0000:05:00.0: reset done
[ 166.348711] vfio-pci 0000:10:00.0: resetting
[ 166.348715] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 166.348718] vfio-pci 0000:10:00.0: save config 0x04: 0x00100000
[ 166.348720] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 166.348722] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 166.348725] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 166.348727] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 166.348729] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 166.348732] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 166.348734] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 166.348736] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 166.348738] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 166.348740] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 166.348743] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 166.348745] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 166.348747] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 166.348749] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 166.348784] vfio-pci 0000:10:00.0: reset via flr
[ 166.452372] vfio-pci 0000:10:00.0: ready 0ms after FLR
[ 166.452423] vfio-pci 0000:10:00.0: restore config 0x10: 0x00000004 -> 0xf6d00004
[ 166.452428] vfio-pci 0000:10:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 166.452437] vfio-pci 0000:10:00.0: reset done
[ 166.456430] vfio-pci 0000:01:00.0: resetting
[ 166.456432] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 166.456434] vfio-pci 0000:01:00.0: save config 0x04: 0x00100000
[ 166.456436] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 166.456437] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 166.456439] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 166.456440] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 166.456442] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 166.456443] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 166.456445] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 166.456446] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 166.456448] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 166.456449] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 166.456450] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 166.456452] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 166.456453] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 166.456455] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 166.456477] vfio-pci 0000:01:00.0: reset via flr
[ 166.564695] vfio-pci 0000:01:00.0: ready 0ms after FLR
[ 166.564729] vfio-pci 0000:01:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 166.564734] vfio-pci 0000:01:00.0: restore config 0x30: 0x00000000 -> 0xf6000000
[ 166.564738] vfio-pci 0000:01:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 166.564741] vfio-pci 0000:01:00.0: restore config 0x20: 0x00000000 -> 0x000000fc
[ 166.564745] vfio-pci 0000:01:00.0: restore config 0x18: 0x00000000 -> 0x000000f8
[ 166.564749] vfio-pci 0000:01:00.0: restore config 0x10: 0x00000000 -> 0xf5000000
[ 166.564752] vfio-pci 0000:01:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 166.564760] vfio-pci 0000:01:00.0: reset done
[ 286.631128] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 286.631135] vfio-pci 0000:11:00.3: save config 0x04: 0x00100400
[ 286.631138] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 286.631140] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 286.631142] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 286.631144] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 286.631146] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 286.631148] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 286.631149] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 286.631151] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 286.631153] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 286.631155] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 286.631157] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 286.631159] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 286.631161] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 286.631163] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 286.828626] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 286.828635] vfio-pci 0000:05:00.0: save config 0x04: 0x00100400
[ 286.828638] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 286.828640] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 286.828644] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 286.828647] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 286.828650] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 286.828652] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 286.828655] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 286.828658] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 286.828661] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 286.828663] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 286.828666] vfio-pci 0000:05:00.0: save config 0x30: 0x80000000
[ 286.828668] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 286.828671] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 286.828674] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 287.219287] kvm: emulating exchange as write
[ 289.988941] virbr0: port 1(vnet0) entered disabled state
[ 289.989040] vnet0 (unregistering): left allmulticast mode
[ 289.989043] vnet0 (unregistering): left promiscuous mode
[ 289.989050] virbr0: port 1(vnet0) entered disabled state
[ 290.515584] vfio-pci 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 290.515595] vfio-pci 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 290.515599] vfio-pci 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100400
[ 290.515635] vfio-pci 0000:11:00.3: reset via pm
[ 290.539820] vfio-pci 0000:11:00.3: ready 0ms after PM D3hot->D0
[ 290.539828] vfio-pci 0000:11:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 290.539834] vfio-pci 0000:11:00.3: restore config 0x10: 0x00000004 -> 0xf6900004
[ 290.539837] vfio-pci 0000:11:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 290.539839] vfio-pci 0000:11:00.3: restore config 0x04: 0x00100000 -> 0x00100003
[ 290.539933] vfio-pci 0000:11:00.3: save config 0x00: 0x15b61022
[ 290.539937] vfio-pci 0000:11:00.3: save config 0x04: 0x00100003
[ 290.539940] vfio-pci 0000:11:00.3: save config 0x08: 0x0c033000
[ 290.539942] vfio-pci 0000:11:00.3: save config 0x0c: 0x00800010
[ 290.539944] vfio-pci 0000:11:00.3: save config 0x10: 0xf6900004
[ 290.539946] vfio-pci 0000:11:00.3: save config 0x14: 0x00000000
[ 290.539948] vfio-pci 0000:11:00.3: save config 0x18: 0x00000000
[ 290.539950] vfio-pci 0000:11:00.3: save config 0x1c: 0x00000000
[ 290.539952] vfio-pci 0000:11:00.3: save config 0x20: 0x00000000
[ 290.539954] vfio-pci 0000:11:00.3: save config 0x24: 0x00000000
[ 290.539956] vfio-pci 0000:11:00.3: save config 0x28: 0x00000000
[ 290.539958] vfio-pci 0000:11:00.3: save config 0x2c: 0x88771043
[ 290.539960] vfio-pci 0000:11:00.3: save config 0x30: 0x00000000
[ 290.539962] vfio-pci 0000:11:00.3: save config 0x34: 0x00000048
[ 290.539964] vfio-pci 0000:11:00.3: save config 0x38: 0x00000000
[ 290.539966] vfio-pci 0000:11:00.3: save config 0x3c: 0x000004ff
[ 290.539978] vfio-pci 0000:11:00.3: PME# enabled
[ 290.551937] vfio-pci 0000:05:00.0: restore config 0x24: 0x80040000 -> 0xf6740000
[ 290.551970] vfio-pci 0000:05:00.0: reset via pm
[ 290.575856] vfio-pci 0000:05:00.0: ready 0ms after PM D3hot->D0
[ 290.575884] vfio-pci 0000:05:00.0: restore config 0x30: 0x80000000 -> 0xf6700000
[ 290.575900] vfio-pci 0000:05:00.0: restore config 0x04: 0x00100400 -> 0x00100003
[ 290.575961] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 290.575964] vfio-pci 0000:05:00.0: save config 0x04: 0x00100003
[ 290.575967] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 290.575969] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 290.575972] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 290.575974] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 290.575976] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 290.575978] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 290.575981] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 290.575983] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 290.575985] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 290.575987] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 290.575990] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 290.575992] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 290.575995] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 290.575997] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 290.576022] vfio-pci 0000:05:00.0: PME# enabled
[ 290.588750] pcieport 0000:04:00.0: save config 0x00: 0x43f51022
[ 290.588754] pcieport 0000:04:00.0: save config 0x04: 0x00100407
[ 290.588756] pcieport 0000:04:00.0: save config 0x08: 0x06040001
[ 290.588757] pcieport 0000:04:00.0: save config 0x0c: 0x00010010
[ 290.588759] pcieport 0000:04:00.0: save config 0x10: 0x00000000
[ 290.588761] pcieport 0000:04:00.0: save config 0x14: 0x00000000
[ 290.588762] pcieport 0000:04:00.0: save config 0x18: 0x00050504
[ 290.588764] pcieport 0000:04:00.0: save config 0x1c: 0x4000d1d1
[ 290.588766] pcieport 0000:04:00.0: save config 0x20: 0x80008000
[ 290.588767] pcieport 0000:04:00.0: save config 0x24: 0x0001fff1
[ 290.588769] pcieport 0000:04:00.0: save config 0x28: 0x00000000
[ 290.588771] pcieport 0000:04:00.0: save config 0x2c: 0x00000000
[ 290.588772] pcieport 0000:04:00.0: save config 0x30: 0x00000000
[ 290.588774] pcieport 0000:04:00.0: save config 0x34: 0x00000050
[ 290.588776] pcieport 0000:04:00.0: save config 0x38: 0x00000000
[ 290.588777] pcieport 0000:04:00.0: save config 0x3c: 0x001201ff
[ 290.588802] pcieport 0000:04:00.0: PME# enabled
[ 290.600051] vfio-pci 0000:01:00.1: restore config 0x04: 0x00100400 -> 0x00100002
[ 290.600106] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 290.600108] vfio-pci 0000:01:00.1: save config 0x04: 0x00100002
[ 290.600111] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 290.600113] vfio-pci 0000:01:00.0: disabling bus mastering
[ 290.600113] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 290.600116] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 290.600118] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 290.600121] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 290.600123] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 290.600125] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 290.600128] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 290.600130] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 290.600132] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 290.600134] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 290.600137] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 290.600140] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 290.600142] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 290.600173] vfio-pci 0000:01:00.0: reset via flr
[ 290.701876] vfio-pci 0000:01:00.0: ready 0ms after FLR
[ 290.701937] vfio-pci 0000:01:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 290.701944] vfio-pci 0000:01:00.0: restore config 0x30: 0x00000000 -> 0xf6000000
[ 290.701949] vfio-pci 0000:01:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 290.701953] vfio-pci 0000:01:00.0: restore config 0x20: 0x00000000 -> 0x000000fc
[ 290.701958] vfio-pci 0000:01:00.0: restore config 0x18: 0x00000000 -> 0x000000f8
[ 290.701963] vfio-pci 0000:01:00.0: restore config 0x10: 0x00000000 -> 0xf5000000
[ 290.701967] vfio-pci 0000:01:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 290.701972] vfio-pci 0000:01:00.0: restore config 0x04: 0x00100000 -> 0x00100003
[ 290.726110] vfio-pci 0000:01:00.0: resetting
[ 290.726113] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 290.726116] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 290.726118] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 290.726119] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 290.726121] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 290.726123] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 290.726125] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 290.726127] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 290.726129] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 290.726131] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 290.726132] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 290.726134] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 290.726136] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 290.726138] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 290.726139] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 290.726141] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 290.726182] vfio-pci 0000:01:00.1: resetting
[ 290.726184] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 290.726186] vfio-pci 0000:01:00.1: save config 0x04: 0x00100002
[ 290.726188] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 290.726189] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 290.726191] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 290.726193] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 290.726195] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 290.726196] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 290.726198] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 290.726200] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 290.726202] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 290.726204] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 290.726205] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 290.726207] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 290.726209] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 290.726212] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 290.728877] pcieport 0000:00:01.1: waiting 100 ms for downstream link, after activation
[ 290.909874] vfio-pci 0000:01:00.0: ready 0ms after bus reset
[ 290.909891] pcieport 0000:00:01.1: re-enabling LTR
[ 290.909915] vfio-pci 0000:01:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 290.909920] vfio-pci 0000:01:00.0: restore config 0x30: 0x00000000 -> 0xf6000000
[ 290.909924] vfio-pci 0000:01:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 290.909927] vfio-pci 0000:01:00.0: restore config 0x20: 0x00000000 -> 0x000000fc
[ 290.909931] vfio-pci 0000:01:00.0: restore config 0x18: 0x00000000 -> 0x000000f8
[ 290.909935] vfio-pci 0000:01:00.0: restore config 0x10: 0x00000000 -> 0xf5000000
[ 290.909939] vfio-pci 0000:01:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 290.909942] vfio-pci 0000:01:00.0: restore config 0x04: 0x00100000 -> 0x00100003
[ 290.909949] vfio-pci 0000:01:00.0: reset done
[ 290.909960] vfio-pci 0000:01:00.1: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 290.909968] vfio-pci 0000:01:00.1: restore config 0x10: 0x00000000 -> 0xf6080000
[ 290.909971] vfio-pci 0000:01:00.1: restore config 0x0c: 0x00800000 -> 0x00800010
[ 290.909974] vfio-pci 0000:01:00.1: restore config 0x04: 0x00100000 -> 0x00100002
[ 290.909980] vfio-pci 0000:01:00.1: reset done
[ 290.909990] vfio-pci 0000:01:00.1: save config 0x00: 0x1aef10de
[ 290.909994] vfio-pci 0000:01:00.1: save config 0x04: 0x00100002
[ 290.909997] vfio-pci 0000:01:00.1: save config 0x08: 0x040300a1
[ 290.909999] vfio-pci 0000:01:00.1: save config 0x0c: 0x00800010
[ 290.910001] vfio-pci 0000:01:00.1: save config 0x10: 0xf6080000
[ 290.910003] vfio-pci 0000:01:00.1: save config 0x14: 0x00000000
[ 290.910006] vfio-pci 0000:01:00.1: save config 0x18: 0x00000000
[ 290.910008] vfio-pci 0000:01:00.1: save config 0x1c: 0x00000000
[ 290.910010] vfio-pci 0000:01:00.1: save config 0x20: 0x00000000
[ 290.910012] vfio-pci 0000:01:00.1: save config 0x24: 0x00000000
[ 290.910014] vfio-pci 0000:01:00.1: save config 0x28: 0x00000000
[ 290.910016] vfio-pci 0000:01:00.1: save config 0x2c: 0x153510de
[ 290.910018] vfio-pci 0000:01:00.1: save config 0x30: 0x00000000
[ 290.910020] vfio-pci 0000:01:00.1: save config 0x34: 0x00000060
[ 290.910022] vfio-pci 0000:01:00.1: save config 0x38: 0x00000000
[ 290.910024] vfio-pci 0000:01:00.1: save config 0x3c: 0x000002ff
[ 290.922571] vfio-pci 0000:10:00.0: reset via flr
[ 290.934246] vfio-pci 0000:01:00.0: save config 0x00: 0x220810de
[ 290.934249] vfio-pci 0000:01:00.0: save config 0x04: 0x00100003
[ 290.934251] vfio-pci 0000:01:00.0: save config 0x08: 0x030000a1
[ 290.934253] vfio-pci 0000:01:00.0: save config 0x0c: 0x00800010
[ 290.934255] vfio-pci 0000:01:00.0: save config 0x10: 0xf5000000
[ 290.934257] vfio-pci 0000:01:00.0: save config 0x14: 0x0000000c
[ 290.934259] vfio-pci 0000:01:00.0: save config 0x18: 0x000000f8
[ 290.934261] vfio-pci 0000:01:00.0: save config 0x1c: 0x0000000c
[ 290.934263] vfio-pci 0000:01:00.0: save config 0x20: 0x000000fc
[ 290.934265] vfio-pci 0000:01:00.0: save config 0x24: 0x0000f001
[ 290.934267] vfio-pci 0000:01:00.0: save config 0x28: 0x00000000
[ 290.934269] vfio-pci 0000:01:00.0: save config 0x2c: 0x153510de
[ 290.934270] vfio-pci 0000:01:00.0: save config 0x30: 0xf6000000
[ 290.934272] vfio-pci 0000:01:00.0: save config 0x34: 0x00000060
[ 290.934274] vfio-pci 0000:01:00.0: save config 0x38: 0x00000000
[ 290.934276] vfio-pci 0000:01:00.0: save config 0x3c: 0x000001ff
[ 290.934307] vfio-pci 0000:01:00.0: PME# enabled
[ 290.946332] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 290.946336] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 290.946338] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 290.946341] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 290.946343] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 290.946348] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 290.946350] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 290.946352] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 290.946355] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 290.946357] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 290.946359] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 290.946361] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 290.946363] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 290.946365] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 290.946367] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 290.946369] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 290.946394] pcieport 0000:00:01.1: PME# enabled
[ 291.029866] vfio-pci 0000:10:00.0: ready 0ms after FLR
[ 291.029913] vfio-pci 0000:10:00.0: restore config 0x10: 0x00000004 -> 0xf6d00004
[ 291.029917] vfio-pci 0000:10:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 291.029920] vfio-pci 0000:10:00.0: restore config 0x04: 0x00100000 -> 0x00100002
[ 291.029983] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 291.029986] vfio-pci 0000:10:00.0: save config 0x04: 0x00100002
[ 291.029988] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 291.029990] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 291.029992] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 291.029994] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 291.029996] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 291.029998] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 291.030000] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 291.030002] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 291.030004] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 291.030005] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 291.030007] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 291.030009] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 291.030011] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 291.030012] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 291.042253] pcieport 0000:00:02.2: save config 0x00: 0x14db1022
[ 291.042256] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 291.042258] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 291.042259] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 291.042261] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 291.042262] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 291.042264] pcieport 0000:00:02.2: save config 0x18: 0x00101000
[ 291.042265] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 291.042267] pcieport 0000:00:02.2: save config 0x20: 0xf6d0f6d0
[ 291.042268] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 291.042269] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 291.042271] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 291.042272] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 291.042274] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 291.042275] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 291.042277] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 291.042298] pcieport 0000:00:02.2: PME# enabled
[ 293.813929] pcieport 0000:00:02.2: restore config 0x2c: 0x00000000 -> 0x00000000
[ 293.813935] pcieport 0000:00:02.2: restore config 0x28: 0x00000000 -> 0x00000000
[ 293.813939] pcieport 0000:00:02.2: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 293.813962] pcieport 0000:00:02.2: PME# disabled
[ 293.825926] pcieport 0000:00:01.1: restore config 0x2c: 0x000000fc -> 0x000000fc
[ 293.825928] pcieport 0000:00:01.1: restore config 0x28: 0x000000f8 -> 0x000000f8
[ 293.825930] pcieport 0000:00:01.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 293.825954] pcieport 0000:00:01.1: PME# disabled
[ 293.837934] pcieport 0000:04:00.0: restore config 0x2c: 0x00000000 -> 0x00000000
[ 293.837938] pcieport 0000:04:00.0: restore config 0x28: 0x00000000 -> 0x00000000
[ 293.837940] pcieport 0000:04:00.0: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 293.837966] pcieport 0000:04:00.0: PME# disabled
[ 293.849964] vfio-pci 0000:10:00.0: vgaarb: pci_notify
[ 293.849968] vfio-pci 0000:10:00.0: save config 0x00: 0xa80a144d
[ 293.849971] vfio-pci 0000:10:00.0: save config 0x04: 0x00100002
[ 293.849972] vfio-pci 0000:10:00.0: save config 0x08: 0x01080200
[ 293.849975] vfio-pci 0000:10:00.0: save config 0x0c: 0x00000010
[ 293.849976] vfio-pci 0000:10:00.0: save config 0x10: 0xf6d00004
[ 293.849978] vfio-pci 0000:10:00.0: save config 0x14: 0x00000000
[ 293.849980] vfio-pci 0000:10:00.0: save config 0x18: 0x00000000
[ 293.849982] vfio-pci 0000:10:00.0: save config 0x1c: 0x00000000
[ 293.849983] vfio-pci 0000:10:00.0: save config 0x20: 0x00000000
[ 293.849985] vfio-pci 0000:10:00.0: save config 0x24: 0x00000000
[ 293.849987] vfio-pci 0000:10:00.0: save config 0x28: 0x00000000
[ 293.849988] vfio-pci 0000:10:00.0: save config 0x2c: 0xa801144d
[ 293.849990] vfio-pci 0000:10:00.0: save config 0x30: 0x00000000
[ 293.849992] vfio-pci 0000:10:00.0: save config 0x34: 0x00000040
[ 293.849993] vfio-pci 0000:10:00.0: save config 0x38: 0x00000000
[ 293.849995] vfio-pci 0000:10:00.0: save config 0x3c: 0x000001ff
[ 293.874543] pci 0000:10:00.0: vgaarb: pci_notify
[ 293.874589] nvme 0000:10:00.0: vgaarb: pci_notify
[ 293.874594] nvme 0000:10:00.0: runtime IRQ mapping not provided by arch
[ 293.874676] nvme nvme1: pci function 0000:10:00.0
[ 293.874750] nvme 0000:10:00.0: enabling bus mastering
[ 293.874821] nvme 0000:10:00.0: save config 0x00: 0xa80a144d
[ 293.874824] nvme 0000:10:00.0: save config 0x04: 0x00100406
[ 293.874826] nvme 0000:10:00.0: save config 0x08: 0x01080200
[ 293.874829] nvme 0000:10:00.0: save config 0x0c: 0x00000010
[ 293.874831] nvme 0000:10:00.0: save config 0x10: 0xf6d00004
[ 293.874834] nvme 0000:10:00.0: save config 0x14: 0x00000000
[ 293.874836] nvme 0000:10:00.0: save config 0x18: 0x00000000
[ 293.874838] nvme 0000:10:00.0: save config 0x1c: 0x00000000
[ 293.874840] nvme 0000:10:00.0: save config 0x20: 0x00000000
[ 293.874843] nvme 0000:10:00.0: save config 0x24: 0x00000000
[ 293.874845] nvme 0000:10:00.0: save config 0x28: 0x00000000
[ 293.874847] nvme 0000:10:00.0: save config 0x2c: 0xa801144d
[ 293.874849] nvme 0000:10:00.0: save config 0x30: 0x00000000
[ 293.874852] nvme 0000:10:00.0: save config 0x34: 0x00000040
[ 293.874854] nvme 0000:10:00.0: save config 0x38: 0x00000000
[ 293.874856] nvme 0000:10:00.0: save config 0x3c: 0x000001ff
[ 293.878321] nvme nvme1: D3 entry latency set to 10 seconds
[ 293.882314] nvme nvme1: 16/0/0 default/read/poll queues
[ 293.884852] nvme1n1: p1 p2 p3 p4
[ 293.885008] nvme 0000:10:00.0: vgaarb: pci_notify
[ 293.896980] vfio-pci 0000:05:00.0: PME# disabled
[ 293.896987] vfio-pci 0000:05:00.0: vgaarb: pci_notify
[ 293.896991] vfio-pci 0000:05:00.0: save config 0x00: 0x92151b4b
[ 293.896994] vfio-pci 0000:05:00.0: save config 0x04: 0x00100003
[ 293.896998] vfio-pci 0000:05:00.0: save config 0x08: 0x01060111
[ 293.897000] vfio-pci 0000:05:00.0: save config 0x0c: 0x00000010
[ 293.897003] vfio-pci 0000:05:00.0: save config 0x10: 0x0000d051
[ 293.897006] vfio-pci 0000:05:00.0: save config 0x14: 0x0000d041
[ 293.897009] vfio-pci 0000:05:00.0: save config 0x18: 0x0000d031
[ 293.897011] vfio-pci 0000:05:00.0: save config 0x1c: 0x0000d021
[ 293.897013] vfio-pci 0000:05:00.0: save config 0x20: 0x0000d001
[ 293.897015] vfio-pci 0000:05:00.0: save config 0x24: 0xf6740000
[ 293.897018] vfio-pci 0000:05:00.0: save config 0x28: 0x00000000
[ 293.897020] vfio-pci 0000:05:00.0: save config 0x2c: 0x92151b4b
[ 293.897022] vfio-pci 0000:05:00.0: save config 0x30: 0xf6700000
[ 293.897024] vfio-pci 0000:05:00.0: save config 0x34: 0x00000040
[ 293.897026] vfio-pci 0000:05:00.0: save config 0x38: 0x00000000
[ 293.897029] vfio-pci 0000:05:00.0: save config 0x3c: 0x000001ff
[ 293.897054] vfio-pci 0000:05:00.0: PME# enabled
[ 293.921448] vfio-pci 0000:05:00.0: PME# disabled
[ 293.921552] pci 0000:05:00.0: vgaarb: pci_notify
[ 293.921592] ahci 0000:05:00.0: vgaarb: pci_notify
[ 293.921598] ahci 0000:05:00.0: runtime IRQ mapping not provided by arch
[ 293.921738] BUG: unable to handle page fault for address: ffffd3030099a018
[ 293.921742] #PF: supervisor read access in kernel mode
[ 293.921744] #PF: error_code(0x0000) - not-present page
[ 293.921746] PGD 100000067 P4D 100000067 PUD 100278067 PMD 102ec6067 PTE 0
[ 293.921752] Oops: Oops: 0000 [#1] SMP NOPTI
[ 293.921756] CPU: 3 UID: 0 PID: 3720 Comm: qemu-event Not tainted 6.19.11-g339193ffc3dc #1 PREEMPT(full) b01828878ac26587ba809c3139b2819d3b1f8485
[ 293.921760] Hardware name: ASUS System Product Name/PRIME X670-P, BIOS 3024 08/02/2024
[ 293.921762] RIP: 0010:ahci_save_initial_config+0x1aa/0x2e0
[ 293.921768] Code: c4 f3 4d 0f bc c0 41 83 f8 1f 77 48 49 63 c0 48 8d 48 0c 8b 44 85 34 85 c0 75 1a 44 89 c0 c1 e0 07 05 18 01 00 00 48 03 45 10 <8b> 00 25 00 00 7c 00 89 44 8d 04 41 8d 48 01 48 63 c1 48 83 f8 1f
[ 293.921770] RSP: 0018:ffffd30301da79d0 EFLAGS: 00010286
[ 293.921773] RAX: ffffd3030099a018 RBX: 00000000ffffffff RCX: 000000000000002a
[ 293.921775] RDX: 00000000ffffffff RSI: ffff891eb15d4828 RDI: ffff891e82dd30c8
[ 293.921777] RBP: ffff891eb15d4828 R08: 000000000000001e R09: 00000000ffffffff
[ 293.921778] R10: 00000000ffffffff R11: ffff891e814f9880 R12: 00000000ffffffff
[ 293.921780] R13: 00000000ffffffff R14: ffffd30300999000 R15: ffff891e82dd30c8
[ 293.921782] FS: 00007f633cff96c0(0000) GS:ffff8926109a1000(0000) knlGS:0000000000000000
[ 293.921784] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 293.921786] CR2: ffffd3030099a018 CR3: 000000015a6a2000 CR4: 0000000000f50ef0
[ 293.921788] PKRU: 55555554
[ 293.921789] Call Trace:
[ 293.921792] <TASK>
[ 293.921795] ahci_init_one+0x3a7/0xbf0
[ 293.921801] local_pci_probe+0x42/0x90
[ 293.921807] pci_device_probe+0xda/0x280
[ 293.921811] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921814] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 293.921819] really_probe+0xde/0x380
[ 293.921823] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921826] ? __pfx___device_attach_driver+0x10/0x10
[ 293.921829] __driver_probe_device+0x78/0x150
[ 293.921832] driver_probe_device+0x1f/0xa0
[ 293.921836] __device_attach_driver+0x89/0x130
[ 293.921839] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921841] bus_for_each_drv+0x92/0xe0
[ 293.921845] __device_attach+0xb0/0x1c0
[ 293.921848] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921852] bus_rescan_devices_helper+0x3c/0x90
[ 293.921854] drivers_probe_store+0x34/0x60
[ 293.921857] kernfs_fop_write_iter+0x14d/0x200
[ 293.921861] vfs_write+0x25d/0x480
[ 293.921867] ksys_write+0x73/0xf0
[ 293.921870] do_syscall_64+0x81/0x5f0
[ 293.921876] ? __pfx_kfree_link+0x10/0x10
[ 293.921881] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921884] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921887] ? do_sys_openat2+0xac/0xf0
[ 293.921891] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921893] ? syscall_exit_work+0x143/0x1b0
[ 293.921897] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921899] ? do_syscall_64+0x25d/0x5f0
[ 293.921904] ? srso_alias_return_thunk+0x5/0xfbef5
[ 293.921907] ? exc_page_fault+0x7e/0x1a0
[ 293.921911] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 293.921913] RIP: 0033:0x7f636d927f32
[ 293.921928] Code: 08 0f 85 c1 43 ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 55 bf 01 00
[ 293.921930] RSP: 002b:00007f633cff8588 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ 293.921932] RAX: ffffffffffffffda RBX: 000000000000001c RCX: 00007f636d927f32
[ 293.921934] RDX: 000000000000000c RSI: 00007f6354075970 RDI: 000000000000001c
[ 293.921936] RBP: 00007f633cff85b0 R08: 0000000000000000 R09: 0000000000000000
[ 293.921937] R10: 0000000000000000 R11: 0000000000000246 R12: 000000000000000c
[ 293.921939] R13: 00007f6354075970 R14: 000000000000001c R15: 0000000000000000
[ 293.921944] </TASK>
[ 293.921945] Modules linked in: vhost_net vhost vhost_iotlb tap tun snd_seq_dummy snd_hrtimer snd_seq nft_masq nft_ct nft_reject_ipv4 nf_reject_ipv4 nft_reject act_csum cls_u32 sch_htb nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables bridge stp llc uinput vfat fat amdgpu amd_atl intel_rapl_msr intel_rapl_common kvm_amd snd_hda_codec_alc662 snd_hda_codec_realtek_lib kvm snd_hda_codec_generic amdxcp eeepc_wmi drm_panel_backlight_quirks gpu_sched snd_hda_codec_atihdmi asus_wmi snd_usb_audio snd_hda_codec_hdmi drm_buddy platform_profile drm_exec sparse_keymap drm_suballoc_helper spd5118 snd_hda_intel drm_ttm_helper rfkill wmi_bmof snd_hda_codec r8169 ttm snd_usbmidi_lib snd_hda_core mousedev snd_ump i2c_algo_bit rapl snd_rawmidi realtek snd_intel_dspcfg drm_display_helper pcspkr snd_seq_device mdio_devres snd_intel_sdw_acpi joydev snd_hwdep libphy mc snd_pcm cec mdio_bus snd_timer snd sp5100_tco video soundcore i2c_piix4 gpio_amdpt k10temp mac_hid i2c_smbus gpio_generic wmi i2c_dev crypto_user
[ 293.922025] nfnetlink dm_crypt encrypted_keys trusted asn1_encoder tee dm_mod hid_logitech_hidpp hid_logitech_dj nvme nvme_core ghash_clmulni_intel ccp aesni_intel nvme_keyring nvme_auth hkdf vfio_pci vfio_pci_core irqbypass vfio_iommu_type1 vfio iommufd
[ 293.922046] CR2: ffffd3030099a018
[ 293.922049] ---[ end trace 0000000000000000 ]---
[ 293.922051] RIP: 0010:ahci_save_initial_config+0x1aa/0x2e0
[ 293.922054] Code: c4 f3 4d 0f bc c0 41 83 f8 1f 77 48 49 63 c0 48 8d 48 0c 8b 44 85 34 85 c0 75 1a 44 89 c0 c1 e0 07 05 18 01 00 00 48 03 45 10 <8b> 00 25 00 00 7c 00 89 44 8d 04 41 8d 48 01 48 63 c1 48 83 f8 1f
[ 293.922056] RSP: 0018:ffffd30301da79d0 EFLAGS: 00010286
[ 293.922058] RAX: ffffd3030099a018 RBX: 00000000ffffffff RCX: 000000000000002a
[ 293.922060] RDX: 00000000ffffffff RSI: ffff891eb15d4828 RDI: ffff891e82dd30c8
[ 293.922061] RBP: ffff891eb15d4828 R08: 000000000000001e R09: 00000000ffffffff
[ 293.922063] R10: 00000000ffffffff R11: ffff891e814f9880 R12: 00000000ffffffff
[ 293.922065] R13: 00000000ffffffff R14: ffffd30300999000 R15: ffff891e82dd30c8
[ 293.922066] FS: 00007f633cff96c0(0000) GS:ffff8926109a1000(0000) knlGS:0000000000000000
[ 293.922068] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 293.922070] CR2: ffffd3030099a018 CR3: 000000015a6a2000 CR4: 0000000000f50ef0
[ 293.922072] PKRU: 55555554
[ 293.922073] note: qemu-event[3720] exited with irqs disabled
[ 293.950912] pcieport 0000:00:01.1: save config 0x00: 0x14db1022
[ 293.950921] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 293.950924] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 293.950926] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 293.950928] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 293.950930] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 293.950932] pcieport 0000:00:01.1: save config 0x18: 0x00010100
[ 293.950934] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 293.950936] pcieport 0000:00:01.1: save config 0x20: 0xf600f500
[ 293.950938] pcieport 0000:00:01.1: save config 0x24: 0x01f10001
[ 293.950940] pcieport 0000:00:01.1: save config 0x28: 0x000000f8
[ 293.950942] pcieport 0000:00:01.1: save config 0x2c: 0x000000fc
[ 293.950944] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 293.950946] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 293.950948] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 293.950950] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 293.950976] pcieport 0000:00:01.1: PME# enabled