Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset

From: Naveen Kumar P
Date: Wed Apr 02 2025 - 01:25:29 EST


On Thu, Mar 20, 2025 at 3:11 AM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
>
> On Wed, Mar 19, 2025 at 08:07:55PM +0530, Naveen Kumar P wrote:
> > ...
> > I am reaching out to follow up on the PCI BAR0 reset issue and its
> > potential connection to the ACPI errors observed in my system running
> > Linux kernel 6.13.0+.
> > ...
>
> Trying to finish up the last bits for the upcoming v6.15 merge window,
> will come back to this later.
I hope you're doing well. I understand you're busy with the v6.15
merge window, and I appreciate your time. When you get a chance, I’d
love to get your thoughts on this issue.

Since my last message, I have done some additional debugging by adding
debug prints in pci_conf1_read(), __pci_read_base(),
pciehp_configure_device(), and
pci_assign_unassigned_bridge_resources(). After building the kernel
with these changes, I monitored the system for four days.

Upon checking dmesg, this time no ACPI errors were observed. However,
when running lspci, I noticed the following behavior:

01:00.0 RAM memory: PLDA Device 5555 (rev ff)

[386370.935294] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0xffffffff
...
[386370.944394] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c
len=4 data=0xffffffff
[386371.048901] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
...
[386371.049944] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0x55551556
[386371.049971] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04
len=4 data=0x100000
[386371.049995] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08
len=4 data=0x5000000
[386371.050018] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c
len=4 data=0x0
[386371.050040] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10
len=4 data=0x0

Initially, lspci triggered pci_user_read_config_dword(), returning
0xffffffff for device 01:00.0.

Shortly after, the ACPI_NOTIFY_BUS_CHECK event was triggered.

Following this, pci_bus_read_config_dword() was called, and the PCI
config space recovered to normal values—except for BAR0, which
remained reset to zero.

Despite adding debug prints, none of them appeared in dmesg, which
suggests that none of the instrumented functions were involved in this
recovery process.

The key question now is:
Why does the PCIe device 01:00.0 silently return 0xffffffff for config
space reads? If the device is powered down or reset, can we trace the
related event in the kernel code? But
/sys/bus/pci/devices/0000:01:00.0/power/runtime_status is showing as
active only.

After the ACPI_NOTIFY_BUS_CHECK event, how is the config space (except
BAR0) recovered?

Which function is responsible for handling this recovery?

Any insights or pointers would be greatly appreciated.

Looking forward to your thoughts.

Thanks again for your time!

>
> Bjorn
[ 0.000000] Linux version 6.13.0+ (naveen@bttest) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #30 SMP PREEMPT_DYNAMIC Fri Mar 28 11:31:59 IST 2025
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro efi=debug quiet "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c +p"
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x0000000099614fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000099615000-0x0000000099644fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099645000-0x0000000099654fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000099655000-0x00000000997dafff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000997db000-0x0000000099afbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099afc000-0x0000000099afcfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000099afd000-0x0000000099b3efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099b3f000-0x0000000099cadfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000099cae000-0x0000000099ff9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099ffa000-0x0000000099ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: ADLINK Technology Inc. nanoX-BT/To be filled by O.E.M., BIOS QC01 09/10/2024
[ 0.000000] DMI: Memory slots populated: 1/1
[ 0.000000] tsc: Detected 1916.667 MHz processor
[ 0.002202] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002211] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002238] last_pfn = 0x160000 max_arch_pfn = 0x400000000
[ 0.002253] total RAM covered: 4512M
[ 0.002775] Found optimal setting for mtrr clean up
[ 0.002777] gran_size: 64K chunk_size: 64K num_reg: 5 lose cover RAM: 0G
[ 0.002789] MTRR map: 6 entries (4 fixed + 2 variable; max 20), built from 8 variable MTRRs
[ 0.002794] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002913] e820: update [mem 0x9a000000-0xffffffff] usable ==> reserved
[ 0.002924] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[ 0.010779] found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
[ 0.014382] RAMDISK: [mem 0x279c5000-0x2fcd9fff]
[ 0.014391] ACPI: Early table checksum verification disabled
[ 0.014399] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[ 0.014410] ACPI: XSDT 0x000000009964A080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.014425] ACPI: FACP 0x0000000099652FC0 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.014438] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20240827/tbfadt-560)
[ 0.014451] ACPI: DSDT 0x000000009964A188 008E32 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.014463] ACPI: FACS 0x00000000997DAF80 000040
[ 0.014472] ACPI: APIC 0x00000000996530D0 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.014483] ACPI: FPDT 0x0000000099653158 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.014494] ACPI: LPIT 0x00000000996531A0 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
[ 0.014505] ACPI: MCFG 0x00000000996532A8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.014516] ACPI: HPET 0x00000000996532E8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.014527] ACPI: SSDT 0x0000000099653320 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.014537] ACPI: SSDT 0x0000000099653A88 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.014548] ACPI: SSDT 0x0000000099653D18 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.014559] ACPI: UEFI 0x0000000099653E98 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.014570] ACPI: CSRT 0x0000000099653EE0 00014C (v00 INTEL EDK2 00000005 INTL 20120624)
[ 0.014579] ACPI: Reserving FACP table memory at [mem 0x99652fc0-0x996530cb]
[ 0.014583] ACPI: Reserving DSDT table memory at [mem 0x9964a188-0x99652fb9]
[ 0.014586] ACPI: Reserving FACS table memory at [mem 0x997daf80-0x997dafbf]
[ 0.014590] ACPI: Reserving APIC table memory at [mem 0x996530d0-0x99653153]
[ 0.014593] ACPI: Reserving FPDT table memory at [mem 0x99653158-0x9965319b]
[ 0.014596] ACPI: Reserving LPIT table memory at [mem 0x996531a0-0x996532a3]
[ 0.014599] ACPI: Reserving MCFG table memory at [mem 0x996532a8-0x996532e3]
[ 0.014602] ACPI: Reserving HPET table memory at [mem 0x996532e8-0x9965331f]
[ 0.014606] ACPI: Reserving SSDT table memory at [mem 0x99653320-0x99653a82]
[ 0.014609] ACPI: Reserving SSDT table memory at [mem 0x99653a88-0x99653d17]
[ 0.014612] ACPI: Reserving SSDT table memory at [mem 0x99653d18-0x99653e91]
[ 0.014615] ACPI: Reserving UEFI table memory at [mem 0x99653e98-0x99653ed9]
[ 0.014618] ACPI: Reserving CSRT table memory at [mem 0x99653ee0-0x9965402b]
[ 0.014840] No NUMA configuration found
[ 0.014843] Faking a node at [mem 0x0000000000000000-0x000000015fffffff]
[ 0.014864] NODE_DATA(0) allocated [mem 0x15ffd3a00-0x15fffdfff]
[ 0.015508] Zone ranges:
[ 0.015510] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015516] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015521] Normal [mem 0x0000000100000000-0x000000015fffffff]
[ 0.015525] Device empty
[ 0.015528] Movable zone start for each node
[ 0.015534] Early memory node ranges
[ 0.015535] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.015539] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.015543] node 0: [mem 0x000000001f100000-0x000000001fffffff]
[ 0.015546] node 0: [mem 0x0000000020100000-0x0000000099614fff]
[ 0.015550] node 0: [mem 0x0000000099afc000-0x0000000099afcfff]
[ 0.015553] node 0: [mem 0x0000000099b3f000-0x0000000099cadfff]
[ 0.015556] node 0: [mem 0x0000000099ffa000-0x0000000099ffffff]
[ 0.015559] node 0: [mem 0x0000000100000000-0x000000015fffffff]
[ 0.015564] Initmem setup node 0 [mem 0x0000000000001000-0x000000015fffffff]
[ 0.015575] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.015636] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.018177] On node 0, zone DMA32: 256 pages in unavailable ranges
[ 0.028768] On node 0, zone DMA32: 256 pages in unavailable ranges
[ 0.028814] On node 0, zone DMA32: 1255 pages in unavailable ranges
[ 0.028829] On node 0, zone DMA32: 66 pages in unavailable ranges
[ 0.028855] On node 0, zone DMA32: 844 pages in unavailable ranges
[ 0.037480] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.037490] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.037497] Reserving Intel graphics memory at [mem 0x9b000000-0x9effffff]
[ 0.037604] ACPI: PM-Timer IO Port: 0x408
[ 0.037631] ACPI: LAPIC_NMI (acpi_id[0x01] res edge lint[0x0])
[ 0.037637] ACPI: NMI not connected to LINT 1!
[ 0.037639] ACPI: LAPIC_NMI (acpi_id[0x02] low res lint[0x0])
[ 0.037642] ACPI: NMI not connected to LINT 1!
[ 0.037644] ACPI: LAPIC_NMI (acpi_id[0x03] res edge lint[0x0])
[ 0.037647] ACPI: NMI not connected to LINT 1!
[ 0.037649] ACPI: LAPIC_NMI (acpi_id[0x04] dfl res lint[0x0])
[ 0.037652] ACPI: NMI not connected to LINT 1!
[ 0.037666] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[ 0.037674] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.037680] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.037692] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.037695] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.037707] TSC deadline timer available
[ 0.037722] CPU topo: Max. logical packages: 1
[ 0.037724] CPU topo: Max. logical dies: 1
[ 0.037726] CPU topo: Max. dies per package: 1
[ 0.037740] CPU topo: Max. threads per core: 1
[ 0.037743] CPU topo: Num. cores per package: 4
[ 0.037745] CPU topo: Num. threads per package: 4
[ 0.037747] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.037814] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.037821] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.037824] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.037827] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.037830] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.037835] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[ 0.037841] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[ 0.037847] PM: hibernation: Registered nosave memory: [mem 0x99615000-0x99644fff]
[ 0.037850] PM: hibernation: Registered nosave memory: [mem 0x99645000-0x99654fff]
[ 0.037853] PM: hibernation: Registered nosave memory: [mem 0x99655000-0x997dafff]
[ 0.037855] PM: hibernation: Registered nosave memory: [mem 0x997db000-0x99afbfff]
[ 0.037861] PM: hibernation: Registered nosave memory: [mem 0x99afd000-0x99b3efff]
[ 0.037867] PM: hibernation: Registered nosave memory: [mem 0x99cae000-0x99ff9fff]
[ 0.037873] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[ 0.037876] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9effffff]
[ 0.037878] PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[ 0.037881] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.037884] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[ 0.037886] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.037889] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[ 0.037892] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.037894] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[ 0.037897] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[ 0.037900] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[ 0.037902] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.037905] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[ 0.037908] PM: hibernation: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[ 0.037910] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[ 0.037913] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[ 0.037916] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[ 0.037918] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.037921] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[ 0.037924] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.037926] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffafffff]
[ 0.037929] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[ 0.037934] [mem 0x9f000000-0xdfffffff] available for PCI devices
[ 0.037938] Booting paravirtualized kernel on bare hardware
[ 0.037944] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.037975] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.039049] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[ 0.039073] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[ 0.039082] pcpu-alloc: [0] 0 1 2 3
[ 0.039145] Kernel command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro efi=debug quiet "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c +p"
[ 0.039333] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.13.0+", will be passed to user space.
[ 0.039362] random: crng init done
[ 0.039365] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.041048] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.041721] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.041859] Fallback order for Node 0: 0
[ 0.041872] Built 1 zonelists, mobility grouping on. Total pages: 1021223
[ 0.041877] Policy zone: Normal
[ 0.041899] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.041912] software IO TLB: area num 4.
[ 0.121192] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.121264] Kernel/User page tables isolation: enabled
[ 0.121366] ftrace: allocating 54750 entries in 214 pages
[ 0.201533] ftrace: allocated 214 pages with 5 groups
[ 0.202993] Dynamic Preempt: voluntary
[ 0.203128] rcu: Preemptible hierarchical RCU implementation.
[ 0.203132] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.203137] Trampoline variant of Tasks RCU enabled.
[ 0.203138] Rude variant of Tasks RCU enabled.
[ 0.203139] Tracing variant of Tasks RCU enabled.
[ 0.203141] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.203144] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.203161] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.203168] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.203172] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.214508] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.214844] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.214979] spurious 8259A interrupt: IRQ7.
[ 0.215023] Console: colour dummy device 80x25
[ 0.215032] printk: legacy console [tty0] enabled
[ 0.215177] ACPI: Core revision 20240827
[ 0.215346] APIC: Switch to symmetric I/O mode setup
[ 0.215942] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[ 0.215958] Calibrating delay loop (skipped), value calculated using timer frequency.. 3833.33 BogoMIPS (lpj=7666668)
[ 0.216029] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.216036] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.216045] process: using mwait in idle threads
[ 0.216052] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.216060] Spectre V2 : Mitigation: Retpolines
[ 0.216063] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.216066] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.216069] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.216075] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.216497] MDS: Mitigation: Clear CPU buffers
[ 0.216503] MMIO Stale Data: Unknown: No mitigations
[ 0.216509] x86/fpu: x87 FPU will use FXSAVE
[ 0.219953] Freeing SMP alternatives memory: 44K
[ 0.219953] pid_max: default: 32768 minimum: 301
[ 0.219953] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[ 0.219953] Yama: becoming mindful.
[ 0.219953] AppArmor: AppArmor initialized
[ 0.219953] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.219953] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.219953] smpboot: CPU0: Intel(R) Atom(TM) CPU E3845 @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[ 0.219953] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.219953] ... version: 3
[ 0.219953] ... bit width: 40
[ 0.219953] ... generic registers: 2
[ 0.219953] ... value mask: 000000ffffffffff
[ 0.219953] ... max period: 0000007fffffffff
[ 0.219953] ... fixed-purpose events: 3
[ 0.219953] ... event mask: 0000000700000003
[ 0.219953] signal: max sigframe size: 1440
[ 0.219953] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.219953] rcu: Hierarchical SRCU implementation.
[ 0.219953] rcu: Max phase no-delay instances is 1000.
[ 0.219953] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.220330] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.220555] smp: Bringing up secondary CPUs ...
[ 0.232113] smpboot: x86: Booting SMP configuration:
[ 0.232121] .... node #0, CPUs: #1 #2 #3
[ 0.264109] smp: Brought up 1 node, 4 CPUs
[ 0.264109] smpboot: Total of 4 processors activated (15333.33 BogoMIPS)
[ 0.264625] Memory: 3755628K/4084892K available (18432K kernel code, 3290K rwdata, 13412K rodata, 4768K init, 6104K bss, 321264K reserved, 0K cma-reserved)
[ 0.264699] devtmpfs: initialized
[ 0.264699] x86/mm: Memory block size: 128MB
[ 0.268445] ACPI: PM: Registering ACPI NVS region [mem 0x99655000-0x997dafff] (1597440 bytes)
[ 0.268445] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.268445] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.268445] pinctrl core: initialized pinctrl subsystem
[ 0.268606] PM: RTC time: 16:18:01, date: 2025-03-28
[ 0.270494] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.271050] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.271214] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.272044] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.272107] audit: initializing netlink subsys (disabled)
[ 0.272158] audit: type=2000 audit(1743178681.056:1): state=initialized audit_enabled=0 res=1
[ 0.272344] thermal_sys: Registered thermal governor 'fair_share'
[ 0.272351] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.272355] thermal_sys: Registered thermal governor 'step_wise'
[ 0.272358] thermal_sys: Registered thermal governor 'user_space'
[ 0.272387] EISA bus registered
[ 0.272411] cpuidle: using governor ladder
[ 0.272411] cpuidle: using governor menu
[ 0.272411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.272411] PCI: pci_mmcfg_early_init() pci_probe 0xf
[ 0.272411] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.272411] PCI: __pci_mmcfg_init(early)
[ 0.272415] PCI: Using configuration type 1 for base access
[ 0.272645] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.276111] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.276111] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.276299] ACPI: Added _OSI(Module Device)
[ 0.276307] ACPI: Added _OSI(Processor Device)
[ 0.276311] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.276314] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.295921] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.326514] ACPI: Dynamic OEM Table Load:
[ 0.326514] ACPI: SSDT 0xFFFF972B80D8FC00 00037A (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.329605] ACPI: Dynamic OEM Table Load:
[ 0.329622] ACPI: SSDT 0xFFFF972B80A3D800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.331861] ACPI: Dynamic OEM Table Load:
[ 0.331877] ACPI: SSDT 0xFFFF972B80B51200 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.333296] ACPI: Dynamic OEM Table Load:
[ 0.333311] ACPI: SSDT 0xFFFF972B80A65000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.337760] ACPI: Interpreter enabled
[ 0.337816] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.337823] ACPI: Using IOAPIC for interrupt routing
[ 0.337917] PCI: pci_mmcfg_late_init() pci_probe 0x8
[ 0.337932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.337937] PCI: Ignoring E820 reservations for host bridge windows
[ 0.339015] ACPI: Enabled 13 GPEs in block 00 to 3F
[ 0.339074] ACPI: Device [ACPI] status [0000000f]
[ 0.339223] ACPI: Device [CPU0] status [0000000f]
[ 0.339223] ACPI: Device [CPU1] status [0000000f]
[ 0.339223] ACPI: Device [CPU2] status [0000000f]
[ 0.339223] ACPI: Device [CPU3] status [0000000f]
[ 0.339223] ACPI: Device [_SB] status [0000000f]
[ 0.340036] ACPI: Device [RTC0] status [0000000f]
[ 0.340286] ACPI: Device [HPET] status [0000000f]
[ 0.341497] ACPI: Device [PCI0] status [0000000f]
[ 0.341635] ACPI: Device [VLVC] status [0000000f]
[ 0.341769] ACPI: Device [GFX0] status [0000000f]
[ 0.342026] ACPI: Device [DD01] status [0000000f]
[ 0.342256] ACPI: Device [DD02] status [0000000f]
[ 0.342479] ACPI: Device [DD03] status [0000000f]
[ 0.342703] ACPI: Device [DD04] status [0000000f]
[ 0.342922] ACPI: Device [DD05] status [0000000f]
[ 0.343125] ACPI: Device [DD06] status [0000000f]
[ 0.343321] ACPI: Device [DD07] status [0000000f]
[ 0.343530] ACPI: Device [DD08] status [0000000f]
[ 0.343720] ACPI: Device [DD1F] status [0000000f]
[ 0.344069] ACPI: Device [ISP0] status [00000000]
[ 0.344189] ACPI: Device [SBRG] status [0000000f]
[ 0.344374] ACPI: Device [H_EC] status [00000000]
[ 0.344561] ACPI: Device [BAT0] status [00000000]
[ 0.344715] ACPI: Device [BAT1] status [00000000]
[ 0.344875] ACPI: Device [BAT2] status [00000000]
[ 0.345017] ACPI: Device [FWHD] status [0000000f]
[ 0.345193] ACPI: Device [IPIC] status [0000000f]
[ 0.345357] ACPI: Device [LDRC] status [0000000f]
[ 0.345493] ACPI: Device [TIMR] status [0000000f]
[ 0.345682] ACPI: Device [WPCN] status [00000000]
[ 0.346051] ACPI: Device [UAR5] status [00000000]
[ 0.346529] ACPI: Device [UAR8] status [00000000]
[ 0.347446] ACPI: Device [SIO1] status [0000000f]
[ 0.349938] ACPI: Device [LPTE] status [00000000]
[ 0.350432] ACPI: Device [PS2K] status [00000000]
[ 0.351340] ACPI: Device [PS2M] status [00000000]
[ 0.351822] ACPI: Device [SSPI] status [00000000]
[ 0.352012] ACPI: Device [SGPI] status [00000000]
[ 0.352172] ACPI: Device [SHWM] status [00000000]
[ 0.352332] ACPI: Device [SCPI] status [00000000]
[ 0.353620] ACPI: Device [UAR1] status [00000000]
[ 0.354879] ACPI: Device [UAR2] status [00000000]
[ 0.355018] ACPI: Device [ADP1] status [0000000f]
[ 1.966971] ACPI: Device [BAT1] status [0000000f]
[ 2.773011] ACPI: Device [BAT2] status [00000000]
[ 2.773408] ACPI: Device [PCU1] status [0000000f]
[ 2.773538] ACPI: Device [D004] status [0000000f]
[ 2.773656] ACPI: Device [D005] status [0000000f]
[ 2.773759] ACPI: Device [D006] status [0000000f]
[ 2.975989] ACPI: Device [SATA] status [0000000f]
[ 2.976167] ACPI: Device [XHC1] status [0000000f]
[ 2.976428] ACPI: Device [RHUB] status [0000000f]
[ 2.976537] ACPI: Device [SSP1] status [0000000f]
[ 2.976702] ACPI: Device [HS01] status [0000000f]
[ 2.976874] ACPI: Device [HS02] status [0000000f]
[ 2.977037] ACPI: Device [HS03] status [0000000f]
[ 2.977204] ACPI: Device [HS04] status [0000000f]
[ 2.977367] ACPI: Device [HSC1] status [0000000f]
[ 2.977545] ACPI: Device [HSC2] status [0000000f]
[ 2.977707] ACPI: Device [D009] status [0000000f]
[ 2.977817] ACPI: Device [XHC2] status [0000000f]
[ 2.977921] ACPI: Device [D00B] status [0000000f]
[ 2.978030] ACPI: Device [GLAN] status [0000000f]
[ 2.978212] ACPI: Device [HDEF] status [0000000f]
[ 2.978424] ACPI: Device [EHC1] status [00000000]
[ 2.978660] ACPI: Device [HUBN] status [0000000f]
[ 2.978765] ACPI: Device [PR01] status [0000000f]
[ 2.978887] ACPI: Device [PR11] status [0000000f]
[ 2.979004] ACPI: Device [PR12] status [0000000f]
[ 2.979127] ACPI: Device [PR13] status [0000000f]
[ 2.979248] ACPI: Device [PR14] status [0000000f]
[ 2.979371] ACPI: Device [PR15] status [0000000f]
[ 2.979490] ACPI: Device [PR16] status [0000000f]
[ 2.979617] ACPI: Device [PR17] status [0000000f]
[ 2.979746] ACPI: Device [PR18] status [0000000f]
[ 2.979879] ACPI: Device [SBUS] status [0000000f]
[ 2.980032] ACPI: Device [RP01] status [0000000f]
[ 2.980146] ACPI: Device [PXSX] status [0000000f]
[ 2.980287] ACPI: Device [D015] status [0000000f]
[ 2.980392] ACPI: Device [RP02] status [0000000f]
[ 2.980510] ACPI: Device [PXSX] status [0000000f]
[ 2.980635] ACPI: Device [D016] status [0000000f]
[ 2.980745] ACPI: Device [RP03] status [0000000f]
[ 2.980859] ACPI: Device [PXSX] status [0000000f]
[ 2.980989] ACPI: Device [D017] status [0000000f]
[ 2.981094] ACPI: Device [RP04] status [0000000f]
[ 2.981215] ACPI: Device [PXSX] status [0000000f]
[ 2.981340] ACPI: Device [D018] status [0000000f]
[ 2.981449] ACPI: Device [D02A] status [0000000f]
[ 2.981552] ACPI: Device [D019] status [0000000f]
[ 2.981671] ACPI: Device [D01A] status [0000000f]
[ 2.981780] ACPI: Device [D01B] status [0000000f]
[ 2.981883] ACPI: Device [D01C] status [0000000f]
[ 2.981991] ACPI: Device [D01D] status [0000000f]
[ 2.982094] ACPI: Device [D01E] status [0000000f]
[ 2.982202] ACPI: Device [D01F] status [0000000f]
[ 2.982306] ACPI: Device [D020] status [0000000f]
[ 2.982414] ACPI: Device [D021] status [0000000f]
[ 2.982519] ACPI: Device [D022] status [0000000f]
[ 2.982627] ACPI: Device [D023] status [0000000f]
[ 2.982729] ACPI: Device [D024] status [0000000f]
[ 2.982837] ACPI: Device [D025] status [0000000f]
[ 2.982944] ACPI: Device [D026] status [0000000f]
[ 2.983053] ACPI: Device [D027] status [0000000f]
[ 2.983156] ACPI: Device [D028] status [0000000f]
[ 2.983376] ACPI: Device [EM41] status [00000000]
[ 2.983494] ACPI: Device [CARD] status [0000000f]
[ 2.983687] ACPI: Device [EM45] status [0000000f]
[ 2.983805] ACPI: Device [CARD] status [0000000f]
[ 2.983969] ACPI: Device [OTG1] status [00000000]
[ 2.984077] ACPI: \_SB_.USBC: New power resource
[ 2.984485] ACPI: Device [SEC0] status [0000000f]
[ 2.984688] ACPI: Device [PDRC] status [0000000f]
[ 2.985110] ACPI: Device [LNKA] status [0000000b]
[ 2.985503] ACPI: Device [LNKB] status [00000009]
[ 2.985913] ACPI: Device [LNKC] status [0000000b]
[ 2.986311] ACPI: Device [LNKD] status [0000000b]
[ 2.986706] ACPI: Device [LNKE] status [0000000b]
[ 2.987108] ACPI: Device [LNKF] status [0000000b]
[ 2.987503] ACPI: Device [LNKG] status [0000000b]
[ 2.987904] ACPI: Device [LNKH] status [0000000b]
[ 2.988517] ACPI: Device [LPEA] status [00000000]
[ 2.988589] ACPI: \_SB_.LPEA.PLPE: New power resource
[ 2.989552] ACPI: Device [LPA2] status [00000000]
[ 2.989623] ACPI: \_SB_.LPA2.PLPE: New power resource
[ 2.990115] ACPI: Device [ADMA] status [0000000f]
[ 2.990286] ACPI: Device [PWRB] status [0000000f]
[ 2.990442] ACPI: Device [SLPB] status [0000000f]
[ 2.990855] ACPI: Device [LID0] status [0000000f]
[ 2.991407] ACPI: Device [GPED] status [00000000]
[ 2.991664] ACPI: Device [MBID] status [0000000f]
[ 2.991878] ACPI: Device [PIND] status [00000000]
[ 2.992000] ACPI: Device [_TZ] status [0000000f]
[ 2.992524] ACPI: Device [ACPI] status [0000000f]
[ 2.992551] ACPI: Device [CPU0] status [0000000f]
[ 2.992639] ACPI: Device [CPU1] status [0000000f]
[ 2.992672] ACPI: Device [CPU2] status [0000000f]
[ 2.992703] ACPI: Device [CPU3] status [0000000f]
[ 2.992736] ACPI: Device [_SB] status [0000000f]
[ 2.992762] ACPI: Device [RTC0] status [0000000f]
[ 2.992808] ACPI: Device [HPET] status [0000000f]
[ 2.992962] ACPI: Device [PCI0] status [0000000f]
[ 2.993483] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 2.993502] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.994092] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 2.994865] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 2.994896] acpi PNP0A08:00: setup_mcfg_map(0000 [bus 00-ff] ECAM 0x0000000000000000)
[ 2.994905] acpi PNP0A08:00: pci_mmconfig_insert(0000 [bus 00-ff])
[ 2.996638] PCI host bridge to bus 0000:00
[ 2.996653] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 2.996662] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 2.996668] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 2.996673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 2.996680] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[ 2.996686] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[ 2.996692] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.996704] pci_bus 0000:00: scanning bus
[ 2.996737] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[ 2.996749] __pci_read_base() - entry
[ 2.996755] __pci_read_base() - entry
[ 2.996761] __pci_read_base() - entry
[ 2.996766] __pci_read_base() - entry
[ 2.996771] __pci_read_base() - entry
[ 2.996776] __pci_read_base() - entry
[ 2.996781] __pci_read_base() - entry
[ 2.996999] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[ 2.997011] __pci_read_base() - entry
[ 2.997020] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[ 2.997026] __pci_read_base() - entry
[ 2.997033] __pci_read_base() - entry
[ 2.997040] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[ 2.997045] __pci_read_base() - entry
[ 2.997052] __pci_read_base() - entry
[ 2.997059] pci 0000:00:02.0: BAR 4 [io 0xe080-0xe087]
[ 2.997064] __pci_read_base() - entry
[ 2.997070] __pci_read_base() - entry
[ 2.997094] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.997337] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[ 2.997351] __pci_read_base() - entry
[ 2.997362] pci 0000:00:13.0: BAR 0 [io 0xe070-0xe077]
[ 2.997368] __pci_read_base() - entry
[ 2.997378] pci 0000:00:13.0: BAR 1 [io 0xe060-0xe063]
[ 2.997383] __pci_read_base() - entry
[ 2.997393] pci 0000:00:13.0: BAR 2 [io 0xe050-0xe057]
[ 2.997398] __pci_read_base() - entry
[ 2.997408] pci 0000:00:13.0: BAR 3 [io 0xe040-0xe043]
[ 2.997413] __pci_read_base() - entry
[ 2.997423] pci 0000:00:13.0: BAR 4 [io 0xe020-0xe03f]
[ 2.997427] __pci_read_base() - entry
[ 2.997437] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[ 2.997442] __pci_read_base() - entry
[ 2.997495] pci 0000:00:13.0: PME# supported from D3hot
[ 2.997505] pci 0000:00:13.0: PME# disabled
[ 2.997686] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[ 2.997699] __pci_read_base() - entry
[ 2.997713] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[ 2.997719] __pci_read_base() - entry
[ 2.997727] __pci_read_base() - entry
[ 2.997736] __pci_read_base() - entry
[ 2.997744] __pci_read_base() - entry
[ 2.997752] __pci_read_base() - entry
[ 2.997796] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 2.997805] pci 0000:00:14.0: PME# disabled
[ 2.998199] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[ 2.998215] __pci_read_base() - entry
[ 2.998227] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[ 2.998233] __pci_read_base() - entry
[ 2.998244] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[ 2.998249] __pci_read_base() - entry
[ 2.998259] __pci_read_base() - entry
[ 2.998269] __pci_read_base() - entry
[ 2.998279] __pci_read_base() - entry
[ 2.998288] __pci_read_base() - entry
[ 2.998336] pci 0000:00:17.0: PME# supported from D0 D3hot
[ 2.998345] pci 0000:00:17.0: PME# disabled
[ 2.998660] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[ 2.998678] __pci_read_base() - entry
[ 2.998693] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[ 2.998698] __pci_read_base() - entry
[ 2.998712] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[ 2.998717] __pci_read_base() - entry
[ 2.998730] __pci_read_base() - entry
[ 2.998743] __pci_read_base() - entry
[ 2.998755] __pci_read_base() - entry
[ 2.998768] __pci_read_base() - entry
[ 2.998835] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 2.998845] pci 0000:00:1a.0: PME# disabled
[ 2.999050] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[ 2.999065] __pci_read_base() - entry
[ 2.999081] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[ 2.999087] __pci_read_base() - entry
[ 2.999097] __pci_read_base() - entry
[ 2.999106] __pci_read_base() - entry
[ 2.999116] __pci_read_base() - entry
[ 2.999125] __pci_read_base() - entry
[ 2.999176] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 2.999186] pci 0000:00:1b.0: PME# disabled
[ 2.999375] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[ 2.999388] __pci_read_base() - entry
[ 2.999397] __pci_read_base() - entry
[ 2.999405] __pci_read_base() - entry
[ 2.999414] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 2.999424] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb07fffff]
[ 2.999491] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 2.999500] pci 0000:00:1c.0: PME# disabled
[ 2.999709] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[ 2.999722] __pci_read_base() - entry
[ 2.999731] __pci_read_base() - entry
[ 2.999739] __pci_read_base() - entry
[ 2.999748] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 2.999817] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 2.999826] pci 0000:00:1c.2: PME# disabled
[ 3.000028] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[ 3.000041] __pci_read_base() - entry
[ 3.000050] __pci_read_base() - entry
[ 3.000058] __pci_read_base() - entry
[ 3.000067] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 3.000075] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 3.000082] pci 0000:00:1c.3: bridge window [mem 0xb0a00000-0xb0afffff]
[ 3.000148] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 3.000157] pci 0000:00:1c.3: PME# disabled
[ 3.000374] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[ 3.000387] __pci_read_base() - entry
[ 3.000397] __pci_read_base() - entry
[ 3.000405] __pci_read_base() - entry
[ 3.000414] __pci_read_base() - entry
[ 3.000422] __pci_read_base() - entry
[ 3.000431] __pci_read_base() - entry
[ 3.000439] __pci_read_base() - entry
[ 3.000722] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[ 3.000745] __pci_read_base() - entry
[ 3.000767] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[ 3.000773] __pci_read_base() - entry
[ 3.000793] __pci_read_base() - entry
[ 3.000812] __pci_read_base() - entry
[ 3.000832] __pci_read_base() - entry
[ 3.000852] pci 0000:00:1f.3: BAR 4 [io 0xe000-0xe01f]
[ 3.000857] __pci_read_base() - entry
[ 3.000877] __pci_read_base() - entry
[ 3.001112] pci_bus 0000:00: fixups for bus
[ 3.001121] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[ 3.001224] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[ 3.001250] pci_bus 0000:01: scanning bus
[ 3.001257] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[ 3.001267] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[ 3.001274] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.001282] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.001289] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.001296] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.001303] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.001311] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x62 len=2 data=0x2
[ 3.001318] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[ 3.001325] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.001337] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[ 3.001345] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.001353] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[ 3.001360] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.001367] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[ 3.001375] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.001383] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[ 3.001391] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001398] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x407
[ 3.001405] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x407
[ 3.001412] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001420] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3d len=1 data=0x1
[ 3.001427] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=1 data=0xb
[ 3.001432] __pci_read_base() - entry
[ 3.001436] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001443] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001450] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xb0400000
[ 3.001458] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xffffffff
[ 3.001465] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffc00000
[ 3.001472] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xb0400000
[ 3.001479] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001486] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[ 3.001491] __pci_read_base() - entry
[ 3.001496] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001503] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001510] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[ 3.001517] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0xffffffff
[ 3.001524] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[ 3.001531] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0x0
[ 3.001538] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001543] __pci_read_base() - entry
[ 3.001548] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001555] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001561] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[ 3.001568] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0xffffffff
[ 3.001576] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[ 3.001582] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0x0
[ 3.001590] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001595] __pci_read_base() - entry
[ 3.001599] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001606] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001613] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[ 3.001620] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0xffffffff
[ 3.001627] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[ 3.001634] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0x0
[ 3.001641] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001646] __pci_read_base() - entry
[ 3.001651] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001657] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001664] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[ 3.001671] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0xffffffff
[ 3.001679] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[ 3.001685] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0x0
[ 3.001693] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001698] __pci_read_base() - entry
[ 3.001702] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001709] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001716] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[ 3.001723] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0xffffffff
[ 3.001730] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[ 3.001737] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0x0
[ 3.001744] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001749] __pci_read_base() - entry
[ 3.001754] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 3.001760] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[ 3.001767] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[ 3.001774] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0xfffff800
[ 3.001782] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[ 3.001788] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0x0
[ 3.001796] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[ 3.001802] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=2 data=0x4000
[ 3.001810] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2e len=2 data=0x0
[ 3.001817] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[ 3.001826] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[ 3.001833] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[ 3.001840] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[ 3.001847] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.001855] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.001862] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[ 3.001883] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.001892] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.001899] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.001906] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.001913] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.001921] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.001928] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.001935] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.001942] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.001949] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4a len=2 data=0x0
[ 3.001956] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.001963] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.001970] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.001977] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.001984] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.001991] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.001998] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.002005] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.002012] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.002019] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.002027] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.002034] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.002041] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.002048] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.002055] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.002062] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002069] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002076] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002083] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002091] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.002099] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.002106] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.002113] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x42 len=2 data=0x3
[ 3.002120] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.002128] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.002135] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.002142] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.002149] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.002156] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.002164] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002171] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002178] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002185] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002192] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002199] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002206] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002213] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002221] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.002228] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[ 3.002240] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 3.002249] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[ 3.002256] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[ 3.002263] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[ 3.002270] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[ 3.002277] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=2 data=0x8
[ 3.002397] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002408] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002415] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002422] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002429] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002436] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[ 3.002482] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[ 3.002493] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.002500] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[ 3.002509] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[ 3.002516] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[ 3.002524] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 value=0x0
[ 3.007981] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.007992] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[ 3.008001] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.008008] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[ 3.008023] pci_bus 0000:01: fixups for bus
[ 3.008028] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.008041] pci_bus 0000:01: bus scan returning with max=01
[ 3.008051] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[ 3.008157] pci_bus 0000:02: scanning bus
[ 3.008165] pci_bus 0000:02: fixups for bus
[ 3.008170] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 3.008181] pci_bus 0000:02: bus scan returning with max=02
[ 3.008190] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[ 3.008322] pci_bus 0000:03: scanning bus
[ 3.008374] pci 0000:03:00.0: working around ROM BAR overlap defect
[ 3.008380] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[ 3.008397] __pci_read_base() - entry
[ 3.008414] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[ 3.008420] __pci_read_base() - entry
[ 3.008435] __pci_read_base() - entry
[ 3.008451] pci 0000:03:00.0: BAR 2 [io 0xd000-0xd01f]
[ 3.008456] __pci_read_base() - entry
[ 3.008473] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[ 3.008477] __pci_read_base() - entry
[ 3.008493] __pci_read_base() - entry
[ 3.008508] __pci_read_base() - entry
[ 3.008641] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 3.008652] pci 0000:03:00.0: PME# disabled
[ 3.008952] pci_bus 0000:03: fixups for bus
[ 3.008959] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 3.008972] pci_bus 0000:03: bus scan returning with max=03
[ 3.008982] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[ 3.008993] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[ 3.009003] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[ 3.009012] pci_bus 0000:00: bus scan returning with max=03
[ 3.009086] ACPI: Device [VLVC] status [0000000f]
[ 3.009106] ACPI: Device [GFX0] status [0000000f]
[ 3.009133] ACPI: Device [DD01] status [0000000f]
[ 3.009145] ACPI: Device [DD02] status [0000000f]
[ 3.009158] ACPI: Device [DD03] status [0000000f]
[ 3.009169] ACPI: Device [DD04] status [0000000f]
[ 3.009181] ACPI: Device [DD05] status [0000000f]
[ 3.009192] ACPI: Device [DD06] status [0000000f]
[ 3.009204] ACPI: Device [DD07] status [0000000f]
[ 3.009215] ACPI: Device [DD08] status [0000000f]
[ 3.009226] ACPI: Device [DD1F] status [0000000f]
[ 3.009314] ACPI: Device [ISP0] status [00000000]
[ 3.009330] ACPI: Device [SBRG] status [0000000f]
[ 3.009409] ACPI: Device [H_EC] status [00000000]
[ 3.009423] ACPI: Device [FWHD] status [0000000f]
[ 3.009542] ACPI: Device [IPIC] status [0000000f]
[ 3.009570] ACPI: Device [LDRC] status [0000000f]
[ 3.009587] ACPI: Device [TIMR] status [0000000f]
[ 3.009659] ACPI: Device [WPCN] status [00000000]
[ 3.009674] ACPI: Device [SIO1] status [0000000f]
[ 3.009987] ACPI: Device [LPTE] status [00000000]
[ 3.010270] ACPI: Device [PS2K] status [00000000]
[ 3.010551] ACPI: Device [PS2M] status [00000000]
[ 3.010589] ACPI: Device [SSPI] status [00000000]
[ 3.010625] ACPI: Device [SGPI] status [00000000]
[ 3.010661] ACPI: Device [SHWM] status [00000000]
[ 3.010696] ACPI: Device [SCPI] status [00000000]
[ 3.010977] ACPI: Device [UAR1] status [00000000]
[ 3.011259] ACPI: Device [UAR2] status [00000000]
[ 3.011273] ACPI: Device [ADP1] status [0000000f]
[ 4.634898] ACPI: Device [BAT1] status [0000000f]
[ 5.441570] ACPI: Device [BAT2] status [00000000]
[ 5.441658] ACPI: Device [PCU1] status [0000000f]
[ 5.441683] ACPI: Device [D004] status [0000000f]
[ 5.441697] ACPI: Device [D005] status [0000000f]
[ 5.441710] ACPI: Device [D006] status [0000000f]
[ 5.643988] ACPI: Device [SATA] status [0000000f]
[ 5.644061] ACPI: Device [XHC1] status [0000000f]
[ 5.644077] ACPI: Device [RHUB] status [0000000f]
[ 5.644090] ACPI: Device [SSP1] status [0000000f]
[ 5.644103] ACPI: Device [HS01] status [0000000f]
[ 5.644115] ACPI: Device [HS02] status [0000000f]
[ 5.644126] ACPI: Device [HS03] status [0000000f]
[ 5.644138] ACPI: Device [HS04] status [0000000f]
[ 5.644150] ACPI: Device [HSC1] status [0000000f]
[ 5.644162] ACPI: Device [HSC2] status [0000000f]
[ 5.644175] ACPI: Device [D009] status [0000000f]
[ 5.644187] ACPI: Device [XHC2] status [0000000f]
[ 5.644198] ACPI: Device [D00B] status [0000000f]
[ 5.644210] ACPI: Device [GLAN] status [0000000f]
[ 5.644278] ACPI: Device [HDEF] status [0000000f]
[ 5.644345] ACPI: Device [EHC1] status [00000000]
[ 5.644359] ACPI: Device [SBUS] status [0000000f]
[ 5.644373] ACPI: Device [RP01] status [0000000f]
[ 5.644386] ACPI: Device [PXSX] status [0000000f]
[ 5.644398] ACPI: Device [D015] status [0000000f]
[ 5.644411] ACPI: Device [RP02] status [0000000f]
[ 5.644423] ACPI: Device [PXSX] status [0000000f]
[ 5.644435] ACPI: Device [D016] status [0000000f]
[ 5.644447] ACPI: Device [RP03] status [0000000f]
[ 5.644459] ACPI: Device [PXSX] status [0000000f]
[ 5.644471] ACPI: Device [D017] status [0000000f]
[ 5.644483] ACPI: Device [RP04] status [0000000f]
[ 5.644494] ACPI: Device [PXSX] status [0000000f]
[ 5.644506] ACPI: Device [D018] status [0000000f]
[ 5.644518] ACPI: Device [D02A] status [0000000f]
[ 5.644530] ACPI: Device [D019] status [0000000f]
[ 5.644542] ACPI: Device [D01A] status [0000000f]
[ 5.644553] ACPI: Device [D01B] status [0000000f]
[ 5.644564] ACPI: Device [D01C] status [0000000f]
[ 5.644576] ACPI: Device [D01D] status [0000000f]
[ 5.644587] ACPI: Device [D01E] status [0000000f]
[ 5.644599] ACPI: Device [D01F] status [0000000f]
[ 5.644610] ACPI: Device [D020] status [0000000f]
[ 5.644621] ACPI: Device [D021] status [0000000f]
[ 5.644632] ACPI: Device [D022] status [0000000f]
[ 5.644643] ACPI: Device [D023] status [0000000f]
[ 5.644655] ACPI: Device [D024] status [0000000f]
[ 5.644666] ACPI: Device [D025] status [0000000f]
[ 5.644678] ACPI: Device [D026] status [0000000f]
[ 5.644689] ACPI: Device [D027] status [0000000f]
[ 5.644701] ACPI: Device [D028] status [0000000f]
[ 5.644800] ACPI: Device [EM41] status [00000000]
[ 5.644897] ACPI: Device [EM45] status [0000000f]
[ 5.644913] ACPI: Device [CARD] status [0000000f]
[ 5.644984] ACPI: Device [OTG1] status [00000000]
[ 5.645052] ACPI: Device [SEC0] status [0000000f]
[ 5.645069] ACPI: Device [PDRC] status [0000000f]
[ 5.645111] ACPI: Device [USBC] status [0000000f]
[ 5.645190] ACPI: Device [LNKA] status [0000000b]
[ 5.645355] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 5.645461] ACPI: Device [LNKB] status [00000009]
[ 5.645611] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 5.645618] ACPI: PCI: Interrupt link LNKB disabled
[ 5.645722] ACPI: Device [LNKC] status [0000000b]
[ 5.645873] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 5.645980] ACPI: Device [LNKD] status [0000000b]
[ 5.646129] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 5.646236] ACPI: Device [LNKE] status [0000000b]
[ 5.646386] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 5.646493] ACPI: Device [LNKF] status [0000000b]
[ 5.646643] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 5.646750] ACPI: Device [LNKG] status [0000000b]
[ 5.646901] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[ 5.647007] ACPI: Device [LNKH] status [0000000b]
[ 5.647157] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[ 5.647238] ACPI: Device [PLPE] status [00000001]
[ 5.647375] ACPI: Device [LPEA] status [00000000]
[ 5.647412] ACPI: Device [PLPE] status [00000001]
[ 5.647545] ACPI: Device [LPA2] status [00000000]
[ 5.647560] ACPI: Device [PWRB] status [0000000f]
[ 5.647669] ACPI: Device [SLPB] status [0000000f]
[ 5.647763] ACPI: Device [LID0] status [0000000f]
[ 5.647878] ACPI: Device [GPED] status [00000000]
[ 5.647892] ACPI: Device [MBID] status [0000000f]
[ 5.648096] ACPI: Device [PIND] status [00000000]
[ 5.648110] ACPI: Device [_TZ] status [0000000f]
[ 5.648727] iommu: Default domain type: Translated
[ 5.648727] iommu: DMA domain TLB invalidation policy: lazy mode
[ 5.648727] SCSI subsystem initialized
[ 5.648727] libata version 3.00 loaded.
[ 5.648727] ACPI: bus type USB registered
[ 5.648727] usbcore: registered new interface driver usbfs
[ 5.648727] usbcore: registered new interface driver hub
[ 5.648727] usbcore: registered new device driver usb
[ 5.648727] pps_core: LinuxPPS API ver. 1 registered
[ 5.648727] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 5.648727] PTP clock support registered
[ 5.651996] EDAC MC: Ver: 3.0.0
[ 5.652059] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[ 5.652069] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[ 5.652503] NetLabel: Initializing
[ 5.652510] NetLabel: domain hash size = 128
[ 5.652514] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 5.652558] NetLabel: unlabeled traffic allowed by default
[ 5.652618] PCI: Using ACPI for IRQ routing
[ 5.655961] PCI: pci_cache_line_size set to 64 bytes
[ 5.655961] pci 0000:00:02.0: BAR 0: reserving [mem 0xb0000000-0xb03fffff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:02.0: BAR 2: reserving [mem 0xa0000000-0xafffffff flags 0x42208] (d=0, p=0)
[ 5.655961] pci 0000:00:02.0: BAR 4: reserving [io 0xe080-0xe087 flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 0: reserving [io 0xe070-0xe077 flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 1: reserving [io 0xe060-0xe063 flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 2: reserving [io 0xe050-0xe057 flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 3: reserving [io 0xe040-0xe043 flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 4: reserving [io 0xe020-0xe03f flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:00:13.0: BAR 5: reserving [mem 0xb0b17000-0xb0b177ff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:14.0: BAR 0: reserving [mem 0xb0b00000-0xb0b0ffff flags 0x140204] (d=0, p=0)
[ 5.655961] pci 0000:00:17.0: BAR 0: reserving [mem 0xb0b16000-0xb0b16fff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:17.0: BAR 1: reserving [mem 0xb0b15000-0xb0b15fff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:1a.0: BAR 0: reserving [mem 0xb0900000-0xb09fffff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:1a.0: BAR 1: reserving [mem 0xb0800000-0xb08fffff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:00:1b.0: BAR 0: reserving [mem 0xb0b10000-0xb0b13fff flags 0x140204] (d=0, p=0)
[ 5.655961] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 5.655961] pci 0000:01:00.0: BAR 0: reserving [mem 0xb0400000-0xb07fffff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:03:00.0: BAR 0: reserving [mem 0xb0a00000-0xb0a7ffff flags 0x40200] (d=0, p=0)
[ 5.655961] pci 0000:03:00.0: BAR 2: reserving [io 0xd000-0xd01f flags 0x40101] (d=0, p=0)
[ 5.655961] pci 0000:03:00.0: BAR 3: reserving [mem 0xb0a80000-0xb0a83fff flags 0x40200] (d=0, p=0)
[ 5.655972] pci 0000:00:1f.3: BAR 0: reserving [mem 0xb0b14000-0xb0b1401f flags 0x40200] (d=0, p=0)
[ 5.655980] pci 0000:00:1f.3: BAR 4: reserving [io 0xe000-0xe01f flags 0x40101] (d=0, p=0)
[ 5.655997] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[ 5.656015] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 5.656020] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 5.656025] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[ 5.656030] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[ 5.656034] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[ 5.656038] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[ 5.656100] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 5.656100] pci 0000:00:02.0: vgaarb: bridge control possible
[ 5.656100] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 5.656100] vgaarb: loaded
[ 5.656140] clocksource: Switched to clocksource tsc-early
[ 5.656555] VFS: Disk quotas dquot_6.6.0
[ 5.656590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 5.656940] AppArmor: AppArmor Filesystem Enabled
[ 5.657020] pnp: PnP ACPI init
[ 5.657582] system 00:01: [io 0x0680-0x069f] has been reserved
[ 5.657597] system 00:01: [io 0x0400-0x047f] has been reserved
[ 5.657603] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 5.657610] system 00:01: [io 0x0600-0x061f] has been reserved
[ 5.658147] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 5.658156] system 00:02: [io 0x0a10-0x0a1f] has been reserved
[ 8.281842] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 8.281855] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[ 8.281862] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[ 8.281868] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[ 8.281874] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[ 8.281880] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[ 8.281886] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 8.281892] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 8.281898] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[ 8.282634] pnp: PnP ACPI: found 5 devices
[ 8.292972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 8.293171] NET: Registered PF_INET protocol family
[ 8.293365] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 8.325602] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 8.325677] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 8.325777] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 8.326150] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 8.326486] TCP: Hash tables configured (established 32768 bind 32768)
[ 8.326637] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 8.326747] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 8.326912] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 8.326944] NET: Registered PF_XDP protocol family
[ 8.326971] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 8.326983] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 8.326992] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 8.327000] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 8.327008] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 8.327017] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 8.327048] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327056] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327064] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[ 8.327070] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[ 8.327078] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327084] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327092] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327098] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327106] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]: assigned
[ 8.327113] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]: assigned
[ 8.327124] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327130] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327138] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[ 8.327143] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[ 8.327151] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327157] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327165] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8.327171] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8.327181] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 8.327189] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 8.327197] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb07fffff]
[ 8.327209] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 8.327215] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 8.327228] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 8.327234] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 8.327241] pci 0000:00:1c.3: bridge window [mem 0xb0a00000-0xb0afffff]
[ 8.327253] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 8.327259] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 8.327265] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 8.327270] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 8.327276] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[ 8.327281] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[ 8.327287] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 8.327293] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[ 8.327299] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 8.327304] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 8.327310] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[ 8.327992] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=1 data=0x10
[ 8.328008] PCI: CLS 64 bytes, default 64
[ 8.328034] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 8.328039] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[ 8.328185] Trying to unpack rootfs image as initramfs...
[ 8.328960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[ 8.329168] clocksource: Switched to clocksource tsc
[ 8.329486] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[ 8.329512] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[ 8.329569] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[ 8.331204] Initialise system trusted keyrings
[ 8.331253] Key type blacklist registered
[ 8.331451] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 8.331528] zbud: loaded
[ 8.332437] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.332898] fuse: init (API version 7.41)
[ 8.333301] integrity: Platform Keyring initialized
[ 8.370428] Key type asymmetric registered
[ 8.370444] Asymmetric key parser 'x509' registered
[ 8.370528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 8.370752] io scheduler mq-deadline registered
[ 8.373589] ledtrig-cpu: registered to indicate activity on CPUs
[ 8.373652] pciehp: pcie_port_service_register = 0
[ 8.373683] pcieport 0000:00:1c.0: vgaarb: pci_notify
[ 8.373697] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[ 8.374116] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 87
[ 8.374144] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[ 8.374153] pcieport 0000:00:1c.0: save config 0x04: 0x00100407
[ 8.374159] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[ 8.374165] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[ 8.374171] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[ 8.374177] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[ 8.374182] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[ 8.374188] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[ 8.374194] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[ 8.374200] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[ 8.374206] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[ 8.374212] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[ 8.374217] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[ 8.374223] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[ 8.374229] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[ 8.374235] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[ 8.374266] pcieport 0000:00:1c.0: vgaarb: pci_notify
[ 8.374288] pcieport 0000:00:1c.2: vgaarb: pci_notify
[ 8.374300] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[ 8.374576] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 88
[ 8.374600] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[ 8.374608] pcieport 0000:00:1c.2: save config 0x04: 0x00100407
[ 8.374614] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[ 8.374620] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[ 8.374626] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[ 8.374631] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[ 8.374637] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[ 8.374643] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[ 8.374649] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[ 8.374655] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[ 8.374660] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[ 8.374666] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[ 8.374672] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[ 8.374678] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[ 8.374683] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[ 8.374689] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[ 8.374716] pcieport 0000:00:1c.2: vgaarb: pci_notify
[ 8.374739] pcieport 0000:00:1c.3: vgaarb: pci_notify
[ 8.374750] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[ 8.375026] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 89
[ 8.375049] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[ 8.375057] pcieport 0000:00:1c.3: save config 0x04: 0x00100407
[ 8.375063] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[ 8.375069] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[ 8.375075] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[ 8.375081] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[ 8.375087] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[ 8.375093] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[ 8.375098] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[ 8.375104] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[ 8.375110] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[ 8.375116] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[ 8.375122] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[ 8.375127] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[ 8.375134] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[ 8.375139] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[ 8.375168] pcieport 0000:00:1c.3: vgaarb: pci_notify
[ 8.375255] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.291295] Freeing initrd memory: 134228K
[ 10.008696] ACPI: AC: AC Adapter [ADP1] (on-line)
[ 10.008898] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 10.009715] ACPI: button: Power Button [PWRB]
[ 10.009722] ACPI: Driver [button] successfully bound to device [PWRB]
[ 10.009727] ACPI: Found driver [button] for device [PWRB]
[ 10.009814] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 10.010168] ACPI: button: Sleep Button [SLPB]
[ 10.010174] ACPI: Driver [button] successfully bound to device [SLPB]
[ 10.010178] ACPI: Found driver [button] for device [SLPB]
[ 10.010276] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 10.011373] ACPI: button: Lid Switch [LID0]
[ 10.011385] ACPI: Driver [button] successfully bound to device [LID0]
[ 10.011390] ACPI: Found driver [button] for device [LID0]
[ 10.011524] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 10.012613] ACPI: button: Power Button [PWRF]
[ 10.012624] ACPI: Driver [button] successfully bound to device [PWRF]
[ 10.012630] ACPI: Found driver [button] for device [PWRF]
[ 10.020500] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 10.020786] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 10.046425] ACPI: Device [ISP0] status [00000000]
[ 10.046505] ACPI: Device [H_EC] status [00000000]
[ 10.046542] ACPI: Device [BAT0] status [00000000]
[ 10.046578] ACPI: Device [BAT1] status [00000000]
[ 10.046614] ACPI: Device [BAT2] status [00000000]
[ 10.046674] ACPI: Device [WPCN] status [00000000]
[ 10.046729] ACPI: Device [UAR5] status [00000000]
[ 10.046785] ACPI: Device [UAR8] status [00000000]
[ 10.047079] ACPI: Device [LPTE] status [00000000]
[ 10.047361] ACPI: Device [PS2K] status [00000000]
[ 10.047643] ACPI: Device [PS2M] status [00000000]
[ 10.047679] ACPI: Device [SSPI] status [00000000]
[ 10.047715] ACPI: Device [SGPI] status [00000000]
[ 10.047750] ACPI: Device [SHWM] status [00000000]
[ 10.047784] ACPI: Device [SCPI] status [00000000]
[ 10.048066] ACPI: Device [UAR1] status [00000000]
[ 10.048346] ACPI: Device [UAR2] status [00000000]
[ 13.235863] ACPI: Device [BAT2] status [00000000]
[ 13.262262] ACPI: Device [EHC1] status [00000000]
[ 13.262288] ACPI: Device [HUBN] status [0000000f]
[ 13.262303] ACPI: Device [PR01] status [0000000f]
[ 13.262315] ACPI: Device [PR11] status [0000000f]
[ 13.262327] ACPI: Device [PR12] status [0000000f]
[ 13.262338] ACPI: Device [PR13] status [0000000f]
[ 13.262349] ACPI: Device [PR14] status [0000000f]
[ 13.288460] ACPI: Device [PR15] status [0000000f]
[ 13.314481] ACPI: Device [PR16] status [0000000f]
[ 13.340467] ACPI: Device [PR17] status [0000000f]
[ 13.366374] ACPI: Device [PR18] status [0000000f]
[ 13.882550] ACPI: Device [EM41] status [00000000]
[ 13.907898] ACPI: Device [CARD] status [0000000f]
[ 13.985653] ACPI: Device [OTG1] status [00000000]
[ 14.011187] ACPI: Device [LPEA] status [00000000]
[ 14.011890] ACPI: Device [LPA2] status [00000000]
[ 14.011907] ACPI: Device [ADMA] status [0000000f]
[ 14.063799] ACPI: Device [GPED] status [00000000]
[ 14.064464] ACPI: Device [PIND] status [00000000]
[ 14.090058] hpet: number irqs doesn't agree with number of timers
[ 14.090140] Linux agpgart interface v0.103
[ 14.096882] loop: module loaded
[ 14.097533] tun: Universal TUN/TAP device driver, 1.6
[ 14.097646] PPP generic driver version 2.4.2
[ 14.098640] VFIO - User Level meta-driver version: 0.3
[ 14.098862] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[ 14.098875] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[ 14.115909] xhci_hcd 0000:00:14.0: enabling bus mastering
[ 14.115922] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 14.115937] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 14.117022] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 14.117035] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 14.117377] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 14.117392] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 14.117403] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 14.117557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[ 14.117567] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.117572] usb usb1: Product: xHCI Host Controller
[ 14.117577] usb usb1: Manufacturer: Linux 6.13.0+ xhci-hcd
[ 14.117581] usb usb1: SerialNumber: 0000:00:14.0
[ 14.166596] hub 1-0:1.0: USB hub found
[ 14.166631] hub 1-0:1.0: 6 ports detected
[ 14.296159] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[ 14.296171] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.296177] usb usb2: Product: xHCI Host Controller
[ 14.296182] usb usb2: Manufacturer: Linux 6.13.0+ xhci-hcd
[ 14.296187] usb usb2: SerialNumber: 0000:00:14.0
[ 14.321437] hub 2-0:1.0: USB hub found
[ 14.321466] hub 2-0:1.0: 1 port detected
[ 14.424102] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[ 14.424231] i8042: PNP: No PS/2 controller found.
[ 14.424417] mousedev: PS/2 mouse device common for all mice
[ 14.424853] rtc_cmos 00:00: RTC can wake from S4
[ 14.425303] rtc_cmos 00:00: registered as rtc0
[ 14.425345] rtc_cmos 00:00: setting system clock to 2025-03-28T16:18:15 UTC (1743178695)
[ 14.425447] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 14.425479] i2c_dev: i2c /dev entries driver
[ 14.425523] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 14.425553] device-mapper: uevent: version 1.0.3
[ 14.425686] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 14.425743] platform eisa.0: Probing EISA bus 0
[ 14.425752] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 14.425757] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 14.425762] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 14.425767] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 14.425772] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 14.425777] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 14.425782] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 14.425786] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 14.425791] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 14.425796] platform eisa.0: EISA: Detected 0 cards
[ 14.425808] intel_pstate: Intel P-state driver initializing
[ 14.427000] efifb: probing for efifb
[ 14.427029] efifb: No BGRT, not showing boot graphics
[ 14.427033] efifb: framebuffer at 0xa0000, using 64k, total 64k
[ 14.427038] efifb: mode is 640x480x1, linelength=80, pages=1
[ 14.427043] efifb: scrolling: redraw
[ 14.427045] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 14.427161] fbcon: Deferring console take-over
[ 14.427167] fb0: EFI VGA frame buffer device
[ 14.427422] drop_monitor: Initializing network drop monitor service
[ 14.427644] NET: Registered PF_INET6 protocol family
[ 14.452930] Segment Routing with IPv6
[ 14.452965] In-situ OAM (IOAM) with IPv6
[ 14.453020] NET: Registered PF_PACKET protocol family
[ 14.453537] Key type dns_resolver registered
[ 14.458192] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 14.458603] microcode: Current revision: 0x0000090d
[ 14.459013] IPI shorthand broadcast: enabled
[ 14.464220] sched_clock: Marking stable (14460010370, 1081500)->(14529365137, -68273267)
[ 14.464903] registered taskstats version 1
[ 14.465425] Loading compiled-in X.509 certificates
[ 14.467846] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[ 14.473484] Demotion targets for Node 0: null
[ 14.475150] Key type .fscrypt registered
[ 14.475157] Key type fscrypt-provisioning registered
[ 14.497722] cryptd: max_cpu_qlen set to 1000
[ 14.541252] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 14.678772] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[ 14.678787] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 14.678793] usb 1-3: Product: Simple CDC Device Demo
[ 14.678798] usb 1-3: Manufacturer: Microchip Technology Inc.
[ 14.893034] ACPI: Device [BAT1] status [0000000f]
[ 14.893050] ACPI: battery: Slot [BAT1] (battery absent)
[ 14.893145] ACPI: Driver [battery] successfully bound to device [BAT1]
[ 14.893151] ACPI: Found driver [battery] for device [BAT1]
[ 14.955669] Key type encrypted registered
[ 14.955687] AppArmor: AppArmor sha256 policy hashing enabled
[ 14.955720] ima: No TPM chip found, activating TPM-bypass!
[ 14.955732] Loading compiled-in module X.509 certificates
[ 14.957611] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[ 14.957620] ima: Allocated hash algorithm: sha1
[ 14.957637] ima: No architecture policies found
[ 14.957670] evm: Initialising EVM extended attributes:
[ 14.957674] evm: security.selinux
[ 14.957677] evm: security.SMACK64
[ 14.957680] evm: security.SMACK64EXEC
[ 14.957683] evm: security.SMACK64TRANSMUTE
[ 14.957685] evm: security.SMACK64MMAP
[ 14.957688] evm: security.apparmor
[ 14.957691] evm: security.ima
[ 14.957693] evm: security.capability
[ 14.957696] evm: HMAC attrs: 0x1
[ 14.958522] PM: Magic number: 1:56:339
[ 14.959776] RAS: Correctable Errors collector initialized.
[ 14.996589] PCI: pci_mmcfg_late_insert_resources() pci_probe 0x8
[ 14.996603] PCI: pci_mmcfg_late_insert_resources() insert [mem 0xe0000000-0xefffffff]
[ 14.996680] clk: Disabling unused clocks
[ 14.996715] PM: genpd: Disabling unused power domains
[ 15.013027] Freeing unused decrypted memory: 2028K
[ 15.016239] Freeing unused kernel image (initmem) memory: 4768K
[ 15.016848] Write protecting the kernel read-only data: 32768k
[ 15.018796] Freeing unused kernel image (rodata/data gap) memory: 924K
[ 15.103947] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 15.103978] x86/mm: Checking user space page tables
[ 15.185599] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 15.185616] Run /init as init process
[ 15.185621] with arguments:
[ 15.185625] /init
[ 15.185628] with environment:
[ 15.185631] HOME=/
[ 15.185634] TERM=linux
[ 15.185637] BOOT_IMAGE=/vmlinuz-6.13.0+
[ 17.464994] dca service started, version 1.12.1
[ 17.558062] ACPI: bus type drm_connector registered
[ 17.562208] ahci 0000:00:13.0: vgaarb: pci_notify
[ 17.562228] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[ 17.562236] ahci 0000:00:13.0: version 3.0
[ 17.562844] igb: Intel(R) Gigabit Ethernet Network Driver
[ 17.562855] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 17.562896] igb 0000:03:00.0: vgaarb: pci_notify
[ 17.562910] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[ 17.569665] sdhci: Secure Digital Host Controller Interface driver
[ 17.569675] sdhci: Copyright(c) Pierre Ossman
[ 17.577156] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[ 17.577363] igb 0000:03:00.0: save config 0x00: 0x15338086
[ 17.577374] igb 0000:03:00.0: save config 0x04: 0x00100007
[ 17.577381] igb 0000:03:00.0: save config 0x08: 0x02000003
[ 17.577388] igb 0000:03:00.0: save config 0x0c: 0x00000010
[ 17.577395] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[ 17.577403] igb 0000:03:00.0: save config 0x14: 0x00000000
[ 17.577410] igb 0000:03:00.0: save config 0x18: 0x0000d001
[ 17.577417] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[ 17.577423] igb 0000:03:00.0: save config 0x20: 0x00000000
[ 17.577430] igb 0000:03:00.0: save config 0x24: 0x00000000
[ 17.577437] igb 0000:03:00.0: save config 0x28: 0x00000000
[ 17.577446] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[ 17.577453] igb 0000:03:00.0: save config 0x30: 0x00000000
[ 17.577460] igb 0000:03:00.0: save config 0x34: 0x00000040
[ 17.577467] igb 0000:03:00.0: save config 0x38: 0x00000000
[ 17.577474] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[ 17.584147] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[ 17.584169] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[ 17.584177] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[ 17.587404] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[ 17.587420] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[ 17.587426] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[ 17.588742] scsi host0: ahci
[ 17.589573] scsi host1: ahci
[ 17.589726] ata1: DUMMY
[ 17.589734] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 91 lpm-pol 3
[ 17.589775] ahci 0000:00:13.0: vgaarb: pci_notify
[ 17.604884] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[ 17.604949] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[ 17.609505] pps pps0: new PPS source ptp0
[ 17.609716] igb 0000:03:00.0: added PHC on eth0
[ 17.609741] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 17.609746] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:b0
[ 17.609796] igb 0000:03:00.0: eth0: PBA No: 000300-000
[ 17.609801] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 17.609832] igb 0000:03:00.0: vgaarb: pci_notify
[ 17.802126] mmc0: Failed to initialize a non-removable card
[ 17.864785] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[ 17.864802] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[ 17.864809] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[ 17.864815] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[ 17.864821] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[ 17.864828] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[ 17.864838] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[ 17.864844] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[ 17.864850] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[ 17.864856] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[ 17.864862] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[ 17.864868] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[ 17.864877] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[ 17.864883] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[ 17.864889] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[ 17.864895] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[ 17.864912] sdhci-pci 0000:00:17.0: PME# enabled
[ 17.899083] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 17.899323] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[ 17.899403] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 17.900456] ata2.00: configured for UDMA/133
[ 17.911275] scsi 1:0:0:0: Direct-Access ATA SATA SSD B1.1 PQ: 0 ANSI: 5
[ 17.912194] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 17.912233] sd 1:0:0:0: [sda] Write Protect is off
[ 17.912241] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 17.912253] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 17.912514] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 17.912616] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 17.952393] sda: sda1 sda2 sda3
[ 17.952796] sd 1:0:0:0: [sda] Attached SCSI disk
[ 17.962110] igb 0000:03:00.0 enp3s0: renamed from eth0
[ 19.324697] i915 0000:00:02.0: vgaarb: pci_notify
[ 19.324715] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[ 19.331932] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) display version 7.00 stepping N/A
[ 19.333774] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 20.421539] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[ 20.448038] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[ 20.474856] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[ 20.501957] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[ 20.528472] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[ 20.529072] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 20.529080] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[ 20.529116] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[ 20.529122] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[ 20.529129] i915 0000:00:02.0: vgaarb: __vga_put
[ 20.567386] EDID has corrupt header
[ 20.567393] [00] BAD df 48 0e 89 0a 37 ef e3 cf b9 6d ca 34 b1 6b 3e
[ 20.567398] [00] BAD 60 52 8d 05 c1 b3 43 84 f0 dd 7a 9c 3e 95 74 ab
[ 20.567402] [00] BAD 4d 3c 6a fc 6b 5b 7f 72 aa d9 69 26 c9 78 f2 98
[ 20.567405] [00] BAD a6 85 c6 50 4d e3 5b 5a ad 37 ff db 91 a3 1b 5f
[ 20.567409] [00] BAD 50 da d7 38 ea 3f f2 8e 89 3a f3 f8 b4 9c f6 35
[ 20.567412] [00] BAD d0 43 3e c0 05 f6 93 8f 47 ca e2 fc 5c 2c 43 d4
[ 20.567415] [00] BAD 88 92 2a 4b 94 64 6c 18 29 33 8e d3 60 c6 2d d1
[ 20.567418] [00] BAD ca b8 52 7e 86 8a 5f 00 57 05 7a 6b 9f 2b bf 48
[ 20.755606] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[ 20.755625] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[ 20.776700] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[ 20.780002] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 20.794883] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[ 20.794902] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[ 20.816192] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 20.816250] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 20.816981] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 20.817685] ACPI: Device [ISP0] status [00000000]
[ 20.817775] ACPI: Device [H_EC] status [00000000]
[ 20.817812] ACPI: Device [BAT0] status [00000000]
[ 20.817848] ACPI: Device [BAT1] status [00000000]
[ 20.817884] ACPI: Device [BAT2] status [00000000]
[ 20.817945] ACPI: Device [WPCN] status [00000000]
[ 20.818001] ACPI: Device [UAR5] status [00000000]
[ 20.818057] ACPI: Device [UAR8] status [00000000]
[ 20.818359] ACPI: Device [LPTE] status [00000000]
[ 20.818644] ACPI: Device [PS2K] status [00000000]
[ 20.818930] ACPI: Device [PS2M] status [00000000]
[ 20.818970] ACPI: Device [SSPI] status [00000000]
[ 20.819006] ACPI: Device [SGPI] status [00000000]
[ 20.819042] ACPI: Device [SHWM] status [00000000]
[ 20.819078] ACPI: Device [SCPI] status [00000000]
[ 20.819362] ACPI: Device [UAR1] status [00000000]
[ 20.819645] ACPI: Device [UAR2] status [00000000]
[ 20.821316] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[ 20.821329] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[ 20.837247] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 20.850643] ACPI: Driver [video] successfully bound to device [GFX0]
[ 20.850656] ACPI: Found driver [video] for device [GFX0]
[ 20.906720] fbcon: i915drmfb (fb0) is primary device
[ 20.906730] fbcon: Deferring console take-over
[ 20.906740] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 20.941641] i915 0000:00:02.0: vgaarb: pci_notify
[ 22.478846] ACPI: Device [BAT2] status [00000000]
[ 22.479250] ACPI: Device [EHC1] status [00000000]
[ 22.479266] ACPI: Device [HUBN] status [0000000f]
[ 22.479621] ACPI: Device [PR01] status [0000000f]
[ 22.480055] ACPI: Device [PR11] status [0000000f]
[ 22.480457] ACPI: Device [PR12] status [0000000f]
[ 22.480859] ACPI: Device [PR13] status [0000000f]
[ 22.481591] ACPI: Device [PR14] status [0000000f]
[ 22.481993] ACPI: Device [PR15] status [0000000f]
[ 22.482395] ACPI: Device [PR16] status [0000000f]
[ 22.482796] ACPI: Device [PR17] status [0000000f]
[ 22.483205] ACPI: Device [PR18] status [0000000f]
[ 22.493633] ACPI: Device [EM41] status [00000000]
[ 22.493887] ACPI: Device [CARD] status [0000000f]
[ 22.495234] ACPI: Device [OTG1] status [00000000]
[ 22.499567] ACPI: Device [LPEA] status [00000000]
[ 22.500779] ACPI: Device [LPA2] status [00000000]
[ 22.501449] ACPI: Device [ADMA] status [0000000f]
[ 22.504304] ACPI: Device [GPED] status [00000000]
[ 22.505420] ACPI: Device [PIND] status [00000000]
[ 22.506435] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[ 23.761375] raid6: sse2x4 gen() 4597 MB/s
[ 23.829372] raid6: sse2x2 gen() 4564 MB/s
[ 23.897370] raid6: sse2x1 gen() 3427 MB/s
[ 23.897376] raid6: using algorithm sse2x4 gen() 4597 MB/s
[ 23.965379] raid6: .... xor() 1395 MB/s, rmw enabled
[ 23.965385] raid6: using ssse3x2 recovery algorithm
[ 23.969036] xor: measuring software checksum speed
[ 23.969505] prefetch64-sse : 7163 MB/sec
[ 23.969995] generic_sse : 6796 MB/sec
[ 23.969999] xor: using function: prefetch64-sse (7163 MB/sec)
[ 23.974527] async_tx: api initialized (async)
[ 24.946170] Btrfs loaded, zoned=yes, fsverity=yes
[ 25.196986] fbcon: Taking over console
[ 25.201627] Console: switching to colour frame buffer device 128x48
[ 25.445407] EXT4-fs (dm-0): mounted filesystem d74a2de1-3ab3-4289-9816-68fc4179a015 ro with ordered data mode. Quota mode: none.
[ 26.659957] systemd[1]: Inserted module 'autofs4'
[ 26.782388] systemd[1]: systemd 245.4-4ubuntu3.24 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 26.782796] systemd[1]: Detected architecture x86-64.
[ 26.816306] systemd[1]: Set hostname to <bttest>.
[ 27.962856] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 28.349260] systemd[1]: Created slice system-modprobe.slice.
[ 28.350524] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 28.351434] systemd[1]: Created slice User and Session Slice.
[ 28.351581] systemd[1]: Started ntp-systemd-netif.path.
[ 28.351785] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 28.352417] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 28.352633] systemd[1]: Reached target User and Group Name Lookups.
[ 28.352695] systemd[1]: Reached target Slices.
[ 28.352746] systemd[1]: Reached target Mounting snaps.
[ 28.352810] systemd[1]: Reached target System Time Set.
[ 28.353065] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 28.353474] systemd[1]: Listening on LVM2 poll daemon socket.
[ 28.353699] systemd[1]: Listening on multipathd control socket.
[ 28.354022] systemd[1]: Listening on Syslog Socket.
[ 28.354328] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 28.354512] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 28.355147] systemd[1]: Listening on Journal Audit Socket.
[ 28.355475] systemd[1]: Listening on Journal Socket (/dev/log).
[ 28.355887] systemd[1]: Listening on Journal Socket.
[ 28.356394] systemd[1]: Listening on Network Service Netlink Socket.
[ 28.356739] systemd[1]: Listening on udev Control Socket.
[ 28.356976] systemd[1]: Listening on udev Kernel Socket.
[ 28.389900] systemd[1]: Mounting Huge Pages File System...
[ 28.393738] systemd[1]: Mounting POSIX Message Queue File System...
[ 28.397977] systemd[1]: Mounting Kernel Debug File System...
[ 28.402175] systemd[1]: Mounting Kernel Trace File System...
[ 28.408410] systemd[1]: Starting Journal Service...
[ 28.412529] systemd[1]: Starting Set the console keyboard layout...
[ 28.416495] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 28.421385] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 28.425181] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[ 28.425393] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 28.430408] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 28.436646] systemd[1]: Starting Load Kernel Module pstore_blk...
[ 28.443829] systemd[1]: Starting Load Kernel Module pstore_zone...
[ 28.449773] systemd[1]: Starting Load Kernel Module ramoops...
[ 28.450022] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[ 28.453374] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 28.453547] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 28.459380] systemd[1]: Starting Load Kernel Modules...
[ 28.464047] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 28.471777] systemd[1]: Starting udev Coldplug all Devices...
[ 28.476747] systemd[1]: Starting Uncomplicated firewall...
[ 28.483151] systemd[1]: Mounted Huge Pages File System.
[ 28.483681] systemd[1]: Mounted POSIX Message Queue File System.
[ 28.484140] systemd[1]: Mounted Kernel Debug File System.
[ 28.484565] systemd[1]: Mounted Kernel Trace File System.
[ 28.487290] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 28.488586] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[ 28.489720] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 28.490884] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[ 28.491809] systemd[1]: Finished Load Kernel Module pstore_blk.
[ 28.492904] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[ 28.493952] systemd[1]: Finished Load Kernel Module pstore_zone.
[ 28.501588] systemd[1]: modprobe@ramoops.service: Succeeded.
[ 28.502506] systemd[1]: Finished Load Kernel Module ramoops.
[ 28.505768] systemd[1]: Finished Uncomplicated firewall.
[ 28.527853] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[ 28.528628] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[ 28.548248] EXT4-fs (dm-0): re-mounted d74a2de1-3ab3-4289-9816-68fc4179a015 r/w. Quota mode: none.
[ 28.554576] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 28.566834] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 28.602064] systemd[1]: Starting Create System Users...
[ 28.604659] systemd[1]: Finished Load Kernel Modules.
[ 28.611177] systemd[1]: Mounting FUSE Control File System...
[ 28.616686] systemd[1]: Mounting Kernel Configuration File System...
[ 28.620845] systemd[1]: Starting Apply Kernel Variables...
[ 28.623919] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 28.632596] systemd[1]: Mounted FUSE Control File System.
[ 28.633072] systemd[1]: Mounted Kernel Configuration File System.
[ 28.653584] systemd[1]: Finished Create System Users.
[ 28.657961] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 28.705479] systemd[1]: Finished Apply Kernel Variables.
[ 28.707617] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 28.730097] systemd[1]: Starting udev Kernel Device Manager...
[ 28.822303] systemd[1]: Finished Set the console keyboard layout.
[ 28.827956] systemd[1]: Started Journal Service.
[ 30.819724] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[ 30.833299] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[ 30.905014] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[ 30.961855] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[ 30.961936] usbcore: registered new interface driver cdc_acm
[ 30.961943] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 31.223103] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[ 31.223122] snd_hda_intel 0000:00:1b.0: runtime IRQ mapping not provided by arch
[ 31.223927] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 31.224370] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[ 31.325654] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[ 32.329139] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[ 32.940783] intel_rapl_common: Found RAPL domain package
[ 32.940796] intel_rapl_common: Found RAPL domain core
[ 33.093727] Adding 5242876k swap on /dev/mapper/vg00-swapvol. Priority:-2 extents:1 across:5242876k SS
[ 33.333113] snd_hda_intel 0000:00:1b.0: No response from codec, disabling MSI: last cmd=0x000f0000
[ 34.341507] snd_hda_intel 0000:00:1b.0: Codec #0 probe error; disabling it...
[ 34.446194] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[ 35.453452] snd_hda_intel 0000:00:1b.0: Codec #1 probe error; disabling it...
[ 35.453468] snd_hda_intel 0000:00:1b.0: no codecs initialized
[ 37.603495] alua: device handler registered
[ 37.609186] emc: device handler registered
[ 37.616734] rdac: device handler registered
[ 38.160557] EXT4-fs (sda2): mounted filesystem 2cda00bd-3cfc-4500-9b44-e2dd8bf4c345 r/w with ordered data mode. Quota mode: none.
[ 38.165901] EXT4-fs (dm-1): mounted filesystem 36e8c5fd-18e5-43a1-a1d0-448e6212ef66 r/w with ordered data mode. Quota mode: none.
[ 38.208530] loop0: detected capacity change from 0 to 130448
[ 38.221622] loop1: detected capacity change from 0 to 130552
[ 38.222276] loop2: detected capacity change from 0 to 188176
[ 38.245697] loop3: detected capacity change from 0 to 188192
[ 38.245882] loop4: detected capacity change from 0 to 91024
[ 38.265969] systemd-journald[388]: Received client request to flush runtime journal.
[ 38.277885] loop5: detected capacity change from 0 to 91008
[ 38.283700] systemd-journald[388]: File /var/log/journal/4f537c702a6d495f9e6467624a11d482/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 38.559224] audit: type=1400 audit(1743178719.627:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=683 comm="apparmor_parser"
[ 38.559246] audit: type=1400 audit(1743178719.627:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=683 comm="apparmor_parser"
[ 38.562167] audit: type=1400 audit(1743178719.631:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=686 comm="apparmor_parser"
[ 38.562190] audit: type=1400 audit(1743178719.631:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=686 comm="apparmor_parser"
[ 38.562201] audit: type=1400 audit(1743178719.631:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=686 comm="apparmor_parser"
[ 38.564709] audit: type=1400 audit(1743178719.631:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=682 comm="apparmor_parser"
[ 38.564733] audit: type=1400 audit(1743178719.631:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=682 comm="apparmor_parser"
[ 38.570783] audit: type=1400 audit(1743178719.639:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=687 comm="apparmor_parser"
[ 38.575004] audit: type=1400 audit(1743178719.643:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=685 comm="apparmor_parser"
[ 38.582829] audit: type=1400 audit(1743178719.651:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=689 comm="apparmor_parser"
[ 46.358047] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 53.381547] kauditd_printk_skb: 21 callbacks suppressed
[ 53.381560] audit: type=1400 audit(1743178734.451:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=795 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 54.833465] systemd-journald[388]: File /var/log/journal/4f537c702a6d495f9e6467624a11d482/user-1001.journal corrupted or uncleanly shut down, renaming and replacing.
[ 57.489096] loop6: detected capacity change from 0 to 8
[ 8886.007094] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[14032.204711] perf: interrupt took too long (3158 > 3131), lowering kernel.perf_event_max_sample_rate to 63250
[19999.797648] perf: interrupt took too long (3961 > 3947), lowering kernel.perf_event_max_sample_rate to 50250
[34330.696001] perf: interrupt took too long (4955 > 4951), lowering kernel.perf_event_max_sample_rate to 40250
[71012.487381] perf: interrupt took too long (7427 > 6193), lowering kernel.perf_event_max_sample_rate to 26750
[386370.935294] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0xffffffff
[386370.944289] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0xffffffff
[386370.944310] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0xffffffff
[386370.944319] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0xffffffff
[386370.944325] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffffffff
[386370.944332] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0xffffffff
[386370.944338] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0xffffffff
[386370.944345] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0xffffffff
[386370.944351] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0xffffffff
[386370.944357] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0xffffffff
[386370.944363] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0xffffffff
[386370.944370] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0xffffffff
[386370.944376] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0xffffffff
[386370.944382] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0xffffffff
[386370.944388] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0xffffffff
[386370.944394] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0xffffffff
[386371.048901] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[386371.048943] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug event 0 for deferred handling
[386371.049476] ACPI: \_SB_.PCI0.RP01: Bridge acquired in hotplug_event()
[386371.049520] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() in hotplug_event() - entry
[386371.049545] pcieport 0000:00:1c.0: config space:
[386371.049653] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.049672] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.049688] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.049704] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.049718] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.049733] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.049748] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.049762] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.049777] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.049791] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.049806] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.049821] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.049835] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.049850] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.049864] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.049879] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.049926] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.049944] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.049971] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.049995] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.050018] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.050040] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.050063] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.050086] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.050108] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.050130] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.050153] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.050175] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.050198] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.050221] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.050243] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.050266] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.050289] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.050312] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.050335] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.050357] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.050380] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.050402] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.050425] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.050447] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.050469] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.050492] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.050515] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.050537] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.050560] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.050583] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.050606] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.050628] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.050650] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.050673] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.050695] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.050717] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.050740] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.050762] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.050785] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.050807] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.050949] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.050977] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.051000] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.051023] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.051046] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.051069] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.051091] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.051114] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.051136] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.051159] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.051182] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.051204] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.051227] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.051250] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.051272] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.051295] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.051317] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.051340] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.051363] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.051386] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.051409] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.051437] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.051460] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.051483] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.051506] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.051529] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.051546] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051562] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.051578] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.051599] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.051617] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051630] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.051644] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051657] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.051670] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051684] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051696] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051709] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051722] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051734] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051746] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.051767] ACPI: \_SB_.PCI0.RP01: Bus check in hotplug_event()
[386371.051787] ACPI: \_SB_.PCI0.RP01: Checking bridge in hotplug_event()
[386371.051807] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.051849] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.051876] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
[386371.051895] pcieport 0000:00:1c.0: config space:
[386371.051989] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.052004] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.052016] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.052029] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.052041] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.052054] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.052066] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.052078] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.052090] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.052103] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.052115] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.052128] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.052140] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.052152] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.052165] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.052177] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.052210] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.052226] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.052247] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.052268] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.052288] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.052307] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.052327] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.052346] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.052366] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.052385] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.052405] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.052425] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.052445] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.052465] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.052485] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.052505] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.052525] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.052546] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.052566] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.052586] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.052607] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.052627] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.052647] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.052667] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.052686] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.052706] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.052726] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.052746] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.052765] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.052785] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.052805] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.052825] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.052844] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.052864] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.052883] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.052903] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.052922] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.052942] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.052961] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.052981] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.053000] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.053020] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.053040] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.053059] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.053078] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.053098] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.053117] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.053137] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.053156] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.053176] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.053195] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.053215] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.053234] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.053254] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.053273] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.053293] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.053312] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.053332] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.053351] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.053370] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.053390] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.053409] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.053429] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.053448] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.053467] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.053486] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.053499] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053512] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.053524] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.053536] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.053548] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053561] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.053573] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053586] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.053598] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053610] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053623] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053635] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053647] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053659] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053672] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.053690] ACPI: \_SB_.PCI0.RP01: Enabling slot in acpiphp_check_bridge()
[386371.053752] ACPI: Device [PXSX] status [0000000f]
[386371.053803] ACPI: Device [D015] status [0000000f]
[386371.053872] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after enable_slot() in acpiphp_check_bridge()
[386371.053895] pcieport 0000:00:1c.0: config space:
[386371.053996] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.054012] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.054025] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.054039] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.054051] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.054064] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.054076] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.054089] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.054101] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.054114] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.054126] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.054139] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.054151] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.054164] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.054177] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.054189] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.054223] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.054238] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.054260] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.054280] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.054300] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.054320] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.054339] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.054359] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.054378] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.054398] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.054417] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.054437] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.054456] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.054476] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.054496] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.054516] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.054535] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.054555] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.054575] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.054594] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.054614] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.054634] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.054653] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.054673] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.054692] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.054712] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.054732] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.054752] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.054771] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.054791] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.054811] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.054912] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.054937] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.054958] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.054978] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.054998] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.055019] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.055039] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.055060] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.055080] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.055100] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.055120] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.055141] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.055161] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.055180] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.055200] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.055220] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.055239] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.055259] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.055278] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.055298] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.055318] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.055337] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.055357] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.055377] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.055396] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.055416] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.055435] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.055455] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.055475] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.055494] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.055514] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.055533] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.055553] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.055573] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.055592] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.055607] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055620] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.055633] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.055645] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.055658] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055671] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.055684] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055697] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.055709] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055722] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055735] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055748] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055761] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055774] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055786] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.055855] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after pm_runtime_put() in acpiphp_check_bridge()
[386371.055881] pcieport 0000:00:1c.0: config space:
[386371.055976] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.055991] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.056004] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.056018] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.056031] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.056044] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.056056] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.056069] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.056083] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.056096] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.056108] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.056121] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.056133] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.056146] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.056158] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.056171] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.056208] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.056223] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.056245] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.056266] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.056286] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.056307] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.056327] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.056348] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.056368] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.056388] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.056408] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.056428] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.056448] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.056468] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.056488] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.056507] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.056527] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.056547] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.056567] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.056587] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.056607] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.056627] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.056646] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.056666] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.056685] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.056705] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.056725] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.056745] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.056764] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.056784] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.056804] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.056824] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.056843] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.056863] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.056882] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.056901] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.056921] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.056940] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.056960] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.056979] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.056999] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.057018] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.057038] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.057057] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.057077] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.057096] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.057116] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.057135] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.057154] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.057174] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.057193] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.057213] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.057232] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.057252] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.057271] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.057290] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.057310] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.057329] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.057349] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.057368] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.057388] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.057407] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.057427] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.057446] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.057465] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.057484] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.057498] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057511] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.057523] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.057536] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.057548] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057560] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.057573] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057585] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.057597] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057610] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057623] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057635] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057647] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057660] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057672] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057691] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() before put_bridge() in hotplug_event()
[386371.057710] pcieport 0000:00:1c.0: config space:
[386371.057803] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.057817] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.057830] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.057843] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.057856] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.057868] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.057880] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.057893] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057905] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.057918] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.057930] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057942] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057955] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.057967] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.057979] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.057992] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.058023] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.058038] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.058059] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.058079] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.058099] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.058119] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.058138] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.058157] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.058177] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.058196] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.058216] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.058235] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.058255] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.058275] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.058294] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.058314] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.058333] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.058353] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.058373] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.058392] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.058412] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.058432] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.058452] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.058471] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.058491] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.058510] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.058530] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.058550] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.058569] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.058589] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.058609] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.058629] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.058648] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.058668] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.058687] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.058706] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.058726] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.058745] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.058765] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.058784] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.058804] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.058889] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.058918] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.058939] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.058959] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.058979] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.058999] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.059019] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.059038] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.059058] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.059079] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.059099] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.059119] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.059139] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.059159] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.059180] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.059200] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.059220] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.059241] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.059261] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.059281] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.059300] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.059320] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.059340] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.059360] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.059379] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.059394] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059407] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.059420] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.059433] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.059445] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059457] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.059470] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059483] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.059495] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059508] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059520] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059533] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059545] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059558] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059570] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059634] ACPI: \_SB_.PCI0.RP01: Releasing bridge in hotplug_event()
[386371.059659] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after put_bridge() in hotplug_event()
[386371.059665] pcieport 0000:00:1c.0: config space:
[386371.059714] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[386371.059718] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[386371.059722] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[386371.059726] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[386371.059730] 00000040: 10 80 42 01 00 80 00 00 00 00 13 00 22 4c 31 01
[386371.059734] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 07 00 00 00
[386371.059737] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[386371.059741] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059745] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[386371.059749] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[386371.059753] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059756] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059760] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.059764] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[386371.059768] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[386371.059772] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[386371.059783] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[386371.059789] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[386371.059797] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[386371.059804] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[386371.059812] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[386371.059819] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[386371.059827] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[386371.059834] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[386371.059842] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[386371.059849] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[386371.059856] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[386371.059864] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[386371.059871] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[386371.059879] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[386371.059886] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[386371.059894] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[386371.059901] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[386371.059909] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[386371.059916] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[386371.059923] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[386371.059930] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[386371.059937] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[386371.059944] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[386371.059951] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[386371.059958] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[386371.059965] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[386371.059972] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[386371.059979] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[386371.059986] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[386371.059993] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[386371.060001] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[386371.060008] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[386371.060015] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[386371.060022] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[386371.060028] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[386371.060035] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[386371.060042] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[386371.060049] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[386371.060056] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[386371.060063] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[386371.060070] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[386371.060077] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[386371.060084] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[386371.060091] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[386371.060098] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[386371.060105] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[386371.060112] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[386371.060119] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[386371.060126] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[386371.060133] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[386371.060140] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[386371.060147] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[386371.060154] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[386371.060161] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[386371.060168] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[386371.060174] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[386371.060181] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[386371.060188] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[386371.060195] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[386371.060202] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[386371.060209] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[386371.060216] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[386371.060223] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[386371.060230] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[386371.060237] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[386371.060243] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[386371.060247] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060251] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[386371.060255] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[386371.060258] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[386371.060262] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060266] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[386371.060270] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060274] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[386371.060277] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060281] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060285] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060289] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060293] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060296] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[386371.060300] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Attachment: 0006-added-debug-prints-in-pci_conf1_read-and-__pci_read_.patch
Description: Binary data