public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
       [not found] <CAMciSVU4vv7=WjVUhuP3PJHdpnYqrgMPCmz-HnijEbhyxk54eQ@mail.gmail.com>
@ 2025-02-19 17:06 ` Bjorn Helgaas
  2025-02-24 12:15   ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-02-19 17:06 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[+cc linux-acpi]

On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> Hi all,
> 
> I am writing to seek assistance with an issue we are experiencing with
> a PCIe device (PLDA Device 5555) connected through PCI Express Root
> Port 1 to the host bridge.
> 
> We have observed that after booting the system, the Base Address
> Register (BAR0) memory of this device gets reset to 0x0 after
> approximately one hour or more (the timing is inconsistent). This was
> verified using the lspci output and the setpci -s 01:00.0
> BASE_ADDRESS_0 command.
> 
> To diagnose the issue, we checked the dmesg log, but it did not
> provide any relevant information. I then enabled dynamic debugging for
> the PCI subsystem (drivers/pci/*) and noticed the following messages
> related ACPI hotplug in the dmesg log:
> 
> [    0.465144] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
> ...
> [ 6710.000355] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [ 7916.250868] perf: interrupt took too long (4072 > 3601), lowering
> kernel.perf_event_max_sample_rate to 49000
> [ 7984.719647] perf: interrupt took too long (5378 > 5090), lowering
> kernel.perf_event_max_sample_rate to 37000
> [11051.409115] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [11755.388727] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [12223.885715] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [14303.465636] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> After these messages appear, reading the device BAR memory results in
> 0x0 instead of the expected value.
> 
> I would like to understand the following:
> 
> 1. What could be causing these hotplug_event debug messages?

This is an ACPI Notify event.  Basically the platform is telling us to
re-enumerate the hierarchy below RP01 because a device might have been
added or removed.

Unfortunately the only real information we get is the ACPI device
(RP01) and the notification value (ACPI_NOTIFY_BUS_CHECK).

You could instrument acpiphp_check_bridge() to see what path we take.
The main paths look like enable_slot() or disable_slot(), but those
both include a pr_debug() than you apparently don't see.

A remove followed by add would definitely reset the device, including
its BARs.  But you would normally see some messages related to
enumerating a new device.

If this doesn't help, try to reproduce the problem with a recent
kernel, e.g., v6.13, and post the complete dmesg log.

> 2. Why does this result in the BAR memory being reset?
> 3. How can we resolve this issue?
> 
> I have verified that the issue occurs even without loading the driver
> for the PLDA Device 5555, so it does not appear to be related to the
> device driver.
> 
> Any help or guidance on debugging this issue would be greatly appreciated.
> 
> Thank you for your assistance.
> 
> Best regards,
> Naveen

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-19 17:06 ` PCI: hotplug_event: PCIe PLDA Device BAR Reset Bjorn Helgaas
@ 2025-02-24 12:15   ` Naveen Kumar P
  2025-02-24 17:33     ` Bjorn Helgaas
  0 siblings, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-02-24 12:15 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 6643 bytes --]

On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> [+cc linux-acpi]
>
> On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > Hi all,
> >
> > I am writing to seek assistance with an issue we are experiencing with
> > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > Port 1 to the host bridge.
> >
> > We have observed that after booting the system, the Base Address
> > Register (BAR0) memory of this device gets reset to 0x0 after
> > approximately one hour or more (the timing is inconsistent). This was
> > verified using the lspci output and the setpci -s 01:00.0
> > BASE_ADDRESS_0 command.
> >
> > To diagnose the issue, we checked the dmesg log, but it did not
> > provide any relevant information. I then enabled dynamic debugging for
> > the PCI subsystem (drivers/pci/*) and noticed the following messages
> > related ACPI hotplug in the dmesg log:
> >
> > [    0.465144] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
> > ...
> > [ 6710.000355] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > [ 7916.250868] perf: interrupt took too long (4072 > 3601), lowering
> > kernel.perf_event_max_sample_rate to 49000
> > [ 7984.719647] perf: interrupt took too long (5378 > 5090), lowering
> > kernel.perf_event_max_sample_rate to 37000
> > [11051.409115] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > [11755.388727] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > [12223.885715] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > [14303.465636] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > After these messages appear, reading the device BAR memory results in
> > 0x0 instead of the expected value.
> >
> > I would like to understand the following:
> >
> > 1. What could be causing these hotplug_event debug messages?
>
> This is an ACPI Notify event.  Basically the platform is telling us to
> re-enumerate the hierarchy below RP01 because a device might have been
> added or removed.
Thank you for your response regarding the PCI BAR reset issue we are
experiencing with the PLDA Device 5555. I have a few follow-up
questions and additional information to share.

1. Clarification on "Platform":

Does the term "platform" refer to the BIOS/ACPI subsystem in this context?
Can the platform signal to re-enumerate the hierarchy below RP01
without an actual device being removed or added? In our case, the PCI
PLDA device is neither physically removed nor connected to the bus on
the fly.


2. System Configuration:

We are currently using an x86_64 system with Ubuntu 20.04.6 LTS
(kernel version: 5.4.0-148-generic).
I have enabled dynamic debug logs for all files in the PCI and ACPI
subsystems and rebooted the system with the following parameters:
$ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro
quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on
"dyndbg=file drivers/pci/* +p; file drivers/acpi/* +p"


3. Observations:

After rebooting with more debug logs, I noticed the issue after 1 day,
11:48 hours.
A snippet of the dmesg log is mentioned below (complete dmesg log is
attached to this email):

[128845.248503] ACPI: GPE event 0x01
[128845.356866] ACPI: \_SB_.PCI0.RP01: ACPI_NOTIFY_BUS_CHECK event
[128845.357343] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
hotplug_event()


4. BAR Reset Issue:

I filtered the lspci output to show the contents of the configuration
space starting at offset 0x10 for getting BASE_ADDRESS_0 by running
sudo lspci -xxx -s 01:00.0 | grep "10:".
Prior to the BAR reset issue, the lspci output was:
$ sudo lspci -xxx -s 01:00.0 | grep "10:"
10: 00 00 40 b0 00 00 00 00 00 00 00 00 00 00 00 00

During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
showed all FF's, and then the next run of the same command showed
BASE_ADDRESS_0 reset to zero:
$ sudo lspci -xxx -s 01:00.0 | grep "10:"
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

$ sudo lspci -xxx -s 01:00.0 | grep "10:"
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

I am not sure why lspci initially showed all FF's and then the next
run showed BAR0 reset.
Complete sudo lspci -xxx -s 01:00.0 output is captured in the attached
dmesg_log_pci_bar_reset.txt file.

/sys/firmware/acpi/interrupts/gpe01:       1  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe02:       1  EN     enabled      unmasked


5. Debugging Steps:

Instrumenting acpiphp_check_bridge() will indicate whether we are
enabling or disabling a slot (enable_slot() or disable_slot()). Based
on the dmesg log, there is only one ACPI_NOTIFY_BUS_CHECK event, and
it is most likely for disable_slot(). However, does instrumenting
acpiphp_check_bridge() will explain why this is happening without
actually removing the PCI PLDA device?

6. Reproduction and Additional Information:

We do not see any clear pattern or procedure to reproduce this issue.
Once the issue occurs, rebooting the machine resolves it, but it
reoccurs after an unpredictable time.
We have another identical hardware setup with an older kernel (Ubuntu
16.04.4 LTS, kernel version: 4.4.0-66-generic), and this issue has not
been observed so far on that machine.
Any additional pointers or suggestions on how to proceed to the root
cause of this issue would be greatly appreciated.

Thank you for your assistance.

>
> Unfortunately the only real information we get is the ACPI device
> (RP01) and the notification value (ACPI_NOTIFY_BUS_CHECK).
>
> You could instrument acpiphp_check_bridge() to see what path we take.
> The main paths look like enable_slot() or disable_slot(), but those
> both include a pr_debug() than you apparently don't see.
>
> A remove followed by add would definitely reset the device, including
> its BARs.  But you would normally see some messages related to
> enumerating a new device.
>
> If this doesn't help, try to reproduce the problem with a recent
> kernel, e.g., v6.13, and post the complete dmesg log.
>
> > 2. Why does this result in the BAR memory being reset?
> > 3. How can we resolve this issue?
> >
> > I have verified that the issue occurs even without loading the driver
> > for the PLDA Device 5555, so it does not appear to be related to the
> > device driver.
> >
> > Any help or guidance on debugging this issue would be greatly appreciated.
> >
> > Thank you for your assistance.
> >
> > Best regards,
> > Naveen

[-- Attachment #2: dmesg_log_pci_bar_reset.txt --]
[-- Type: text/plain, Size: 82778 bytes --]

naveen@bttest:~$ dmesg
[    0.000000] Linux version 5.4.0-148-generic (buildd@lcy02-amd64-112) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023                                                                                 (Ubuntu 5.4.0-148.165-generic 5.4.231)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dynd                                                                                bg=file drivers/pci/* +p; file drivers/acpi/* +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] x86/fpu: x87 FPU will use FXSAVE
[    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] 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] tsc: Detected 1916.667 MHz processor
[    0.003765] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003769] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003786] last_pfn = 0x160000 max_arch_pfn = 0x400000000
[    0.003792] MTRR default type: uncachable
[    0.003794] MTRR fixed ranges enabled:
[    0.003797]   00000-9FFFF write-back
[    0.003799]   A0000-BFFFF uncachable
[    0.003802]   C0000-E7FFF write-through
[    0.003804]   E8000-FFFFF write-protect
[    0.003806] MTRR variable ranges enabled:
[    0.003809]   0 base 000000000 mask F80000000 write-back
[    0.003812]   1 base 080000000 mask FE0000000 write-back
[    0.003815]   2 base 09A000000 mask FFE000000 uncachable
[    0.003818]   3 base 09C000000 mask FFC000000 uncachable
[    0.003821]   4 base 100000000 mask F80000000 write-back
[    0.003823]   5 disabled
[    0.003824]   6 disabled
[    0.003826]   7 disabled
[    0.003925] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.004037] total RAM covered: 4512M
[    0.005349] Found optimal setting for mtrr clean up
[    0.005352]  gran_size: 64K  chunk_size: 64K         num_reg: 5      lose cover RAM: 0G
[    0.005443] e820: update [mem 0x9a000000-0xffffffff] usable ==> reserved
[    0.005451] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[    0.011843] found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
[    0.012172] check: Scanning 1 areas for low memory corruption
[    0.014272] RAMDISK: [mem 0x2d871000-0x32c2ffff]
[    0.014287] ACPI: Early table checksum verification disabled
[    0.014294] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.014301] ACPI: XSDT 0x000000009964A080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014313] ACPI: FACP 0x0000000099652FC0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.014324] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20190816/tbfadt-564)
[    0.014333] ACPI: DSDT 0x000000009964A188 008E32 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.014341] ACPI: FACS 0x00000000997DAF80 000040
[    0.014348] ACPI: APIC 0x00000000996530D0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014356] ACPI: FPDT 0x0000000099653158 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014363] ACPI: LPIT 0x00000000996531A0 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.014371] ACPI: MCFG 0x00000000996532A8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.014379] ACPI: HPET 0x00000000996532E8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.014386] ACPI: SSDT 0x0000000099653320 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.014394] ACPI: SSDT 0x0000000099653A88 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.014402] ACPI: SSDT 0x0000000099653D18 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.014409] ACPI: UEFI 0x0000000099653E98 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.014417] ACPI: CSRT 0x0000000099653EE0 00014C (v00 INTEL  EDK2     00000005 INTL 20120624)
[    0.014424] ACPI: Reserving FACP table memory at [mem 0x99652fc0-0x996530cb]
[    0.014427] ACPI: Reserving DSDT table memory at [mem 0x9964a188-0x99652fb9]
[    0.014430] ACPI: Reserving FACS table memory at [mem 0x997daf80-0x997dafbf]
[    0.014432] ACPI: Reserving APIC table memory at [mem 0x996530d0-0x99653153]
[    0.014434] ACPI: Reserving FPDT table memory at [mem 0x99653158-0x9965319b]
[    0.014437] ACPI: Reserving LPIT table memory at [mem 0x996531a0-0x996532a3]
[    0.014439] ACPI: Reserving MCFG table memory at [mem 0x996532a8-0x996532e3]
[    0.014442] ACPI: Reserving HPET table memory at [mem 0x996532e8-0x9965331f]
[    0.014444] ACPI: Reserving SSDT table memory at [mem 0x99653320-0x99653a82]
[    0.014446] ACPI: Reserving SSDT table memory at [mem 0x99653a88-0x99653d17]
[    0.014449] ACPI: Reserving SSDT table memory at [mem 0x99653d18-0x99653e91]
[    0.014451] ACPI: Reserving UEFI table memory at [mem 0x99653e98-0x99653ed9]
[    0.014454] ACPI: Reserving CSRT table memory at [mem 0x99653ee0-0x9965402b]
[    0.014474] ACPI: Local APIC address 0xfee00000
[    0.014686] No NUMA configuration found
[    0.014689] Faking a node at [mem 0x0000000000000000-0x000000015fffffff]
[    0.014710] NODE_DATA(0) allocated [mem 0x15ffd3000-0x15fffdfff]
[    0.015406] Zone ranges:
[    0.015408]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015411]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015414]   Normal   [mem 0x0000000100000000-0x000000015fffffff]
[    0.015416]   Device   empty
[    0.015418] Movable zone start for each node
[    0.015426] Early memory node ranges
[    0.015428]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.015431]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.015433]   node   0: [mem 0x000000001f100000-0x000000001fffffff]
[    0.015435]   node   0: [mem 0x0000000020100000-0x0000000099614fff]
[    0.015438]   node   0: [mem 0x0000000099afc000-0x0000000099afcfff]
[    0.015440]   node   0: [mem 0x0000000099b3f000-0x0000000099cadfff]
[    0.015442]   node   0: [mem 0x0000000099ffa000-0x0000000099ffffff]
[    0.015444]   node   0: [mem 0x0000000100000000-0x000000015fffffff]
[    0.016002] Zeroed struct page in unavailable ranges: 27353 pages
[    0.016007] Initmem setup node 0 [mem 0x0000000000001000-0x000000015fffffff]
[    0.016011] On node 0 totalpages: 1021223
[    0.016014]   DMA zone: 64 pages used for memmap
[    0.016016]   DMA zone: 21 pages reserved
[    0.016018]   DMA zone: 3996 pages, LIFO batch:0
[    0.016155]   DMA32 zone: 9751 pages used for memmap
[    0.016157]   DMA32 zone: 624011 pages, LIFO batch:63
[    0.041760]   Normal zone: 6144 pages used for memmap
[    0.041765]   Normal zone: 393216 pages, LIFO batch:63
[    0.054540] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.054551] Reserving Intel graphics memory at [mem 0x9b000000-0x9effffff]
[    0.054645] ACPI: PM-Timer IO Port: 0x408
[    0.054651] ACPI: Local APIC address 0xfee00000
[    0.054668] ACPI: LAPIC_NMI (acpi_id[0x01] low level lint[0xa1])
[    0.054669] ACPI: NMI not connected to LINT 1!
[    0.054672] ACPI: LAPIC_NMI (acpi_id[0x02] res level lint[0x25])
[    0.054673] ACPI: NMI not connected to LINT 1!
[    0.054675] ACPI: LAPIC_NMI (acpi_id[0x03] high dfl lint[0xaa])
[    0.054677] ACPI: NMI not connected to LINT 1!
[    0.054679] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0xdb])
[    0.054680] ACPI: NMI not connected to LINT 1!
[    0.054695] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.054700] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.054703] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.054707] ACPI: IRQ0 used by override.
[    0.054709] ACPI: IRQ9 used by override.
[    0.054713] Using ACPI (MADT) for SMP configuration information
[    0.054717] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.054726] TSC deadline timer available
[    0.054729] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.054800] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.054805] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.054807] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.054809] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.054810] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.054815] PM: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[    0.054820] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.054825] PM: Registered nosave memory: [mem 0x99615000-0x99644fff]
[    0.054827] PM: Registered nosave memory: [mem 0x99645000-0x99654fff]
[    0.054829] PM: Registered nosave memory: [mem 0x99655000-0x997dafff]
[    0.054831] PM: Registered nosave memory: [mem 0x997db000-0x99afbfff]
[    0.054836] PM: Registered nosave memory: [mem 0x99afd000-0x99b3efff]
[    0.054841] PM: Registered nosave memory: [mem 0x99cae000-0x99ff9fff]
[    0.054847] PM: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[    0.054848] PM: Registered nosave memory: [mem 0x9b000000-0x9effffff]
[    0.054850] PM: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[    0.054852] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.054854] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.054856] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.054857] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.054859] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.054861] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.054863] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.054864] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.054866] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.054868] PM: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.054870] PM: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.054872] PM: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.054873] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.054875] PM: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[    0.054877] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.054879] PM: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[    0.054880] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.054882] PM: Registered nosave memory: [mem 0xff000000-0xffafffff]
[    0.054884] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.054888] [mem 0x9f000000-0xdfffffff] available for PCI devices
[    0.054890] Booting paravirtualized kernel on bare hardware
[    0.054896] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.054914] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.055925] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.055946] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.055949] pcpu-alloc: [0] 0 1 2 3
[    0.056035] Built 1 zonelists, mobility grouping on.  Total pages: 1005243
[    0.056037] Policy zone: Normal
[    0.056041] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=o                                                                                n "dyndbg=file drivers/pci/* +p; file drivers/acpi/* +p"
[    0.056211] PCIe ASPM is disabled
[    0.057557] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.058234] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.058316] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.080784] Calgary: detecting Calgary via BIOS EBDA area
[    0.080788] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.112554] Memory: 3823340K/4084892K available (14339K kernel code, 2394K rwdata, 9504K rodata, 2764K init, 4944K bss, 261552K reserved, 0K cma-reserved)
[    0.113487] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.113537] Kernel/User page tables isolation: enabled
[    0.113571] ftrace: allocating 44661 entries in 175 pages
[    0.143752] rcu: Hierarchical RCU implementation.
[    0.143756] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.143758]  Tasks RCU enabled.
[    0.143761] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.143763] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.152607] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.152996] random: crng init done
[    0.153035] spurious 8259A interrupt: IRQ7.
[    0.153064] Console: colour dummy device 80x25
[    0.153072] printk: console [tty0] enabled
[    0.153120] ACPI: Core revision 20190816
[    0.153291] APIC: Switch to symmetric I/O mode setup
[    0.153847] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    0.153855] Calibrating delay loop (skipped), value calculated using timer frequency.. 3833.33 BogoMIPS (lpj=7666668)
[    0.153860] pid_max: default: 32768 minimum: 301
[    0.153947] LSM: Security Framework initializing
[    0.153974] Yama: becoming mindful.
[    0.154043] AppArmor: AppArmor initialized
[    0.154133] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.154153] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.154189] *** VALIDATE tmpfs ***
[    0.154500] *** VALIDATE proc ***
[    0.154632] *** VALIDATE cgroup1 ***
[    0.154635] *** VALIDATE cgroup2 ***
[    0.154732] process: using mwait in idle threads
[    0.154738] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.154740] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.154747] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.154751] Spectre V2 : Mitigation: Retpolines
[    0.154753] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.154754] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.154755] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.154759] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.154764] MDS: Mitigation: Clear CPU buffers
[    0.154765] MMIO Stale Data: Unknown: No mitigations
[    0.155054] Freeing SMP alternatives memory: 40K
[    0.157850] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3845  @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.157850] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.157850] ... version:                3
[    0.157850] ... bit width:              40
[    0.157850] ... generic registers:      2
[    0.157850] ... value mask:             000000ffffffffff
[    0.157850] ... max period:             0000007fffffffff
[    0.157850] ... fixed-purpose events:   3
[    0.157850] ... event mask:             0000000700000003
[    0.157850] rcu: Hierarchical SRCU implementation.
[    0.157850] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.157850] smp: Bringing up secondary CPUs ...
[    0.158131] x86: Booting SMP configuration:
[    0.158134] .... node  #0, CPUs:      #1 #2 #3
[    0.170013] smp: Brought up 1 node, 4 CPUs
[    0.170013] smpboot: Max logical packages: 1
[    0.170013] smpboot: Total of 4 processors activated (15333.33 BogoMIPS)
[    0.170907] devtmpfs: initialized
[    0.170907] x86/mm: Memory block size: 128MB
[    0.171254] PM: Registering ACPI NVS region [mem 0x99655000-0x997dafff] (1597440 bytes)
[    0.171254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.171254] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.171254] pinctrl core: initialized pinctrl subsystem
[    0.171254] PM: RTC time: 04:07:20, date: 2025-02-21
[    0.173890] NET: Registered protocol family 16
[    0.174150] audit: initializing netlink subsys (disabled)
[    0.174169] audit: type=2000 audit(1740110839.020:1): state=initialized audit_enabled=0 res=1
[    0.174202] EISA bus registered
[    0.174226] cpuidle: using governor ladder
[    0.174237] cpuidle: using governor menu
[    0.174357] ACPI: bus type PCI registered
[    0.174360] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.174516] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.174523] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.174558] PCI: Using configuration type 1 for base access
[    0.175194] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.179688] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.182071] ACPI: Added _OSI(Module Device)
[    0.182073] ACPI: Added _OSI(Processor Device)
[    0.182075] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.182077] ACPI: Added _OSI(Processor Aggregator Device)
[    0.182079] ACPI: Added _OSI(Linux-Dell-Video)
[    0.182082] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.182084] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.204729] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.210214] ACPI: Dynamic OEM Table Load:
[    0.210227] ACPI: SSDT 0xFFFF974E1AAD7C00 00037A (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.212386] ACPI: Dynamic OEM Table Load:
[    0.212396] ACPI: SSDT 0xFFFF974E1A8C6800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.215285] ACPI: Dynamic OEM Table Load:
[    0.215295] ACPI: SSDT 0xFFFF974E1A921000 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.217010] ACPI: Dynamic OEM Table Load:
[    0.217019] ACPI: SSDT 0xFFFF974E1A8F4780 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.222666] ACPI: Interpreter enabled
[    0.222723] ACPI: (supports S0 S3 S4 S5)
[    0.222726] ACPI: Using IOAPIC for interrupt routing
[    0.222833] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.224089] ACPI: Enabled 13 GPEs in block 00 to 3F
[    0.224108] ACPI: GPE event 0x02
[    0.453599] ACPI: Power Resource [USBC] (on)
[    0.457186] ACPI: Power Resource [PLPE] (on)
[    0.457952] ACPI: Power Resource [PLPE] (on)
[    0.461113] acpi PNP0103:00: created platform device PNP0103:00
[    0.461696] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.461709] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
[    0.462336] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.462928] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[    0.462932] ACPI: invalid or unassigned resource mem [0000000000000000 - 0000000000000000] length [0000000000000000]
[    0.462935] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[    0.462937] ACPI: invalid or unassigned resource mem [0000000000000000 - 00000000ffffffff] length [0000000000000000]
[    0.463009] pci_slot: Checking slot on path: \_SB_.PCI0.VLVC
[    0.463026] pci_slot: _SUN returned 5 on \_SB_.PCI0.VLVC
[    0.463031] pci_slot: Checking slot on path: \_SB_.PCI0.GFX0
[    0.463047] pci_slot: _SUN returned 5 on \_SB_.PCI0.GFX0
[    0.463051] pci_slot: Checking slot on path: \_SB_.PCI0.SBRG
[    0.463065] pci_slot: _SUN returned 5 on \_SB_.PCI0.SBRG
[    0.463069] pci_slot: Checking slot on path: \_SB_.PCI0.D004
[    0.463081] pci_slot: _SUN returned 5 on \_SB_.PCI0.D004
[    0.463085] pci_slot: Checking slot on path: \_SB_.PCI0.D005
[    0.463098] pci_slot: _SUN returned 5 on \_SB_.PCI0.D005
[    0.463102] pci_slot: Checking slot on path: \_SB_.PCI0.D006
[    0.463114] pci_slot: _SUN returned 5 on \_SB_.PCI0.D006
[    0.463118] pci_slot: Checking slot on path: \_SB_.PCI0.SATA
[    0.463130] pci_slot: _SUN returned 5 on \_SB_.PCI0.SATA
[    0.463134] pci_slot: Checking slot on path: \_SB_.PCI0.XHC1
[    0.463147] pci_slot: _SUN returned 5 on \_SB_.PCI0.XHC1
[    0.463151] pci_slot: Checking slot on path: \_SB_.PCI0.D009
[    0.463163] pci_slot: _SUN returned 5 on \_SB_.PCI0.D009
[    0.463167] pci_slot: Checking slot on path: \_SB_.PCI0.XHC2
[    0.463179] pci_slot: _SUN returned 5 on \_SB_.PCI0.XHC2
[    0.463183] pci_slot: Checking slot on path: \_SB_.PCI0.D00B
[    0.463195] pci_slot: _SUN returned 5 on \_SB_.PCI0.D00B
[    0.463199] pci_slot: Checking slot on path: \_SB_.PCI0.GLAN
[    0.463211] pci_slot: _SUN returned 5 on \_SB_.PCI0.GLAN
[    0.463215] pci_slot: Checking slot on path: \_SB_.PCI0.HDEF
[    0.463228] pci_slot: _SUN returned 5 on \_SB_.PCI0.HDEF
[    0.463232] pci_slot: Checking slot on path: \_SB_.PCI0.EHC1
[    0.463244] pci_slot: _SUN returned 5 on \_SB_.PCI0.EHC1
[    0.463248] pci_slot: Checking slot on path: \_SB_.PCI0.SBUS
[    0.463261] pci_slot: _SUN returned 5 on \_SB_.PCI0.SBUS
[    0.463265] pci_slot: Checking slot on path: \_SB_.PCI0.RP01
[    0.463278] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01
[    0.463282] pci_slot: Checking slot on path: \_SB_.PCI0.RP02
[    0.463294] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP02
[    0.463298] pci_slot: Checking slot on path: \_SB_.PCI0.RP03
[    0.463310] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03
[    0.463314] pci_slot: Checking slot on path: \_SB_.PCI0.RP04
[    0.463326] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04
[    0.463330] pci_slot: Checking slot on path: \_SB_.PCI0.D019
[    0.463342] pci_slot: _SUN returned 5 on \_SB_.PCI0.D019
[    0.463346] pci_slot: Checking slot on path: \_SB_.PCI0.D01A
[    0.463358] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01A
[    0.463362] pci_slot: Checking slot on path: \_SB_.PCI0.D01B
[    0.463374] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01B
[    0.463378] pci_slot: Checking slot on path: \_SB_.PCI0.D01C
[    0.463390] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01C
[    0.463394] pci_slot: Checking slot on path: \_SB_.PCI0.D01D
[    0.463406] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01D
[    0.463410] pci_slot: Checking slot on path: \_SB_.PCI0.D01E
[    0.463422] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01E
[    0.463426] pci_slot: Checking slot on path: \_SB_.PCI0.D01F
[    0.463438] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01F
[    0.463442] pci_slot: Checking slot on path: \_SB_.PCI0.D020
[    0.463454] pci_slot: _SUN returned 5 on \_SB_.PCI0.D020
[    0.463458] pci_slot: Checking slot on path: \_SB_.PCI0.D021
[    0.463470] pci_slot: _SUN returned 5 on \_SB_.PCI0.D021
[    0.463474] pci_slot: Checking slot on path: \_SB_.PCI0.D022
[    0.463486] pci_slot: _SUN returned 5 on \_SB_.PCI0.D022
[    0.463489] pci_slot: Checking slot on path: \_SB_.PCI0.D023
[    0.463501] pci_slot: _SUN returned 5 on \_SB_.PCI0.D023
[    0.463505] pci_slot: Checking slot on path: \_SB_.PCI0.D024
[    0.463517] pci_slot: _SUN returned 5 on \_SB_.PCI0.D024
[    0.463521] pci_slot: Checking slot on path: \_SB_.PCI0.D025
[    0.463533] pci_slot: _SUN returned 5 on \_SB_.PCI0.D025
[    0.463537] pci_slot: Checking slot on path: \_SB_.PCI0.D026
[    0.463549] pci_slot: _SUN returned 5 on \_SB_.PCI0.D026
[    0.463553] pci_slot: Checking slot on path: \_SB_.PCI0.D027
[    0.463565] pci_slot: _SUN returned 5 on \_SB_.PCI0.D027
[    0.463569] pci_slot: Checking slot on path: \_SB_.PCI0.D028
[    0.463581] pci_slot: _SUN returned 5 on \_SB_.PCI0.D028
[    0.463585] pci_slot: Checking slot on path: \_SB_.PCI0.EM41
[    0.463597] pci_slot: _SUN returned 5 on \_SB_.PCI0.EM41
[    0.463600] pci_slot: Checking slot on path: \_SB_.PCI0.EM45
[    0.463613] pci_slot: _SUN returned 5 on \_SB_.PCI0.EM45
[    0.463616] pci_slot: Checking slot on path: \_SB_.PCI0.OTG1
[    0.463629] pci_slot: _SUN returned 5 on \_SB_.PCI0.OTG1
[    0.463633] pci_slot: Checking slot on path: \_SB_.PCI0.SEC0
[    0.463645] pci_slot: _SUN returned 5 on \_SB_.PCI0.SEC0
[    0.463649] pci_slot: Checking slot on path: \_SB_.PCI0.PDRC
[    0.463654] pci_slot: _ADR returned 5 on \_SB_.PCI0.PDRC
[    0.464240] PCI host bridge to bus 0000:00
[    0.464246] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.464250] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.464253] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.464256] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.464259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.464262] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.464265] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.464268] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    0.464272] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.464284] pci_bus 0000:00: scanning bus
[    0.464297] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.464696] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.464713] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff]
[    0.464725] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff pref]
[    0.464736] pci 0000:00:02.0: reg 0x20: [io  0xe080-0xe087]
[    0.465136] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.465160] pci 0000:00:13.0: reg 0x10: [io  0xe070-0xe077]
[    0.465170] pci 0000:00:13.0: reg 0x14: [io  0xe060-0xe063]
[    0.465180] pci 0000:00:13.0: reg 0x18: [io  0xe050-0xe057]
[    0.465190] pci 0000:00:13.0: reg 0x1c: [io  0xe040-0xe043]
[    0.465199] pci 0000:00:13.0: reg 0x20: [io  0xe020-0xe03f]
[    0.465209] pci 0000:00:13.0: reg 0x24: [mem 0xb0b17000-0xb0b177ff]
[    0.465263] pci 0000:00:13.0: PME# supported from D3hot
[    0.465270] pci 0000:00:13.0: PME# disabled
[    0.465639] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.465663] pci 0000:00:14.0: reg 0x10: [mem 0xb0b00000-0xb0b0ffff 64bit]
[    0.465731] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.465736] pci 0000:00:14.0: PME# disabled
[    0.466026] pci 0000:00:14.0: Wakeup disabled by ACPI
[    0.466096] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501
[    0.466119] pci 0000:00:17.0: reg 0x10: [mem 0xb0b16000-0xb0b16fff]
[    0.466130] pci 0000:00:17.0: reg 0x14: [mem 0xb0b15000-0xb0b15fff]
[    0.466206] pci 0000:00:17.0: PME# supported from D0 D3hot
[    0.466212] pci 0000:00:17.0: PME# disabled
[    0.466664] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.466695] pci 0000:00:1a.0: reg 0x10: [mem 0xb0900000-0xb09fffff]
[    0.466709] pci 0000:00:1a.0: reg 0x14: [mem 0xb0800000-0xb08fffff]
[    0.466818] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.466824] pci 0000:00:1a.0: PME# disabled
[    0.467252] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.467280] pci 0000:00:1b.0: reg 0x10: [mem 0xb0b10000-0xb0b13fff 64bit]
[    0.467360] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.467365] pci 0000:00:1b.0: PME# disabled
[    0.467713] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.467799] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.467804] pci 0000:00:1c.0: PME# disabled
[    0.468174] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.468259] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.468264] pci 0000:00:1c.2: PME# disabled
[    0.468623] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    0.468707] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.468712] pci 0000:00:1c.3: PME# disabled
[    0.469082] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.469519] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.469564] pci 0000:00:1f.3: reg 0x10: [mem 0xb0b14000-0xb0b1401f]
[    0.469636] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.470078] pci_bus 0000:00: fixups for bus
[    0.470084] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    0.470143] pci_slot: Checking slot on path: \_SB_.PCI0.RP01.PXSX
[    0.470159] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01.PXSX
[    0.470164] pci_slot: Checking slot on path: \_SB_.PCI0.RP01.D015
[    0.470177] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01.D015
[    0.470219] pci_bus 0000:01: scanning bus
[    0.470246] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000
[    0.470282] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
[    0.470560] pci 0000:01:00.0: Wakeup disabled by ACPI
[    0.470621] pci_bus 0000:01: fixups for bus
[    0.470625] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.470632] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    0.470638] pci_bus 0000:01: bus scan returning with max=01
[    0.470644] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    0.470701] pci_slot: Checking slot on path: \_SB_.PCI0.RP03.PXSX
[    0.470717] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03.PXSX
[    0.470722] pci_slot: Checking slot on path: \_SB_.PCI0.RP03.D017
[    0.470735] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03.D017
[    0.470774] pci_bus 0000:02: scanning bus
[    0.470779] pci_bus 0000:02: fixups for bus
[    0.470782] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.470791] pci_bus 0000:02: bus scan returning with max=02
[    0.470797] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    0.470856] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.PXSX
[    0.470872] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.PXSX
[    0.470876] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.D018
[    0.470889] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.D018
[    0.470893] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.D02A
[    0.470906] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.D02A
[    0.470959] pci_bus 0000:03: scanning bus
[    0.470987] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000
[    0.471027] pci 0000:03:00.0: reg 0x10: [mem 0xb0a00000-0xb0a7ffff]
[    0.471055] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.471071] pci 0000:03:00.0: reg 0x1c: [mem 0xb0a80000-0xb0a83fff]
[    0.471224] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.471231] pci 0000:03:00.0: PME# disabled
[    0.471346] pci 0000:03:00.0: Wakeup disabled by ACPI
[    0.471414] pci_bus 0000:03: fixups for bus
[    0.471418] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.471422] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.471427] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    0.471433] pci_bus 0000:03: bus scan returning with max=03
[    0.471439] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    0.471447] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    0.471454] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    0.471459] pci_bus 0000:00: bus scan returning with max=03
[    0.471840] acpi INT0800:00: created platform device INT0800:00
[    0.473695] acpi ACPI0003:00: created platform device ACPI0003:00
[    2.298070] acpi PNP0C0A:03: created platform device PNP0C0A:03
[    3.418895] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.419169] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.419442] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.419716] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    3.419989] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.420262] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.420534] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    3.420806] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    3.421287] acpi PNP0C0C:00: created platform device PNP0C0C:00
[    3.421371] acpi PNP0C0E:00: created platform device PNP0C0E:00
[    3.421449] acpi PNP0C0D:00: created platform device PNP0C0D:00
[    3.421616] acpi INT33BD:00: created platform device INT33BD:00
[    3.422002] ADXL: No ACPI handle for path \_SB.ADXL
[    3.422088] iommu: Default domain type: Translated
[    3.422350] SCSI subsystem initialized
[    3.422368] libata version 3.00 loaded.
[    3.422368] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    3.422368] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    3.422368] pci 0000:00:02.0: vgaarb: bridge control possible
[    3.422368] vgaarb: loaded
[    3.422368] ACPI: bus type USB registered
[    3.422368] usbcore: registered new interface driver usbfs
[    3.422368] usbcore: registered new interface driver hub
[    3.422368] usbcore: registered new device driver usb
[    3.422368] pps_core: LinuxPPS API ver. 1 registered
[    3.422368] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.422368] PTP clock support registered
[    3.422368] EDAC MC: Ver: 3.0.0
[    3.422368] PCI: Using ACPI for IRQ routing
[    3.427843] PCI: pci_cache_line_size set to 64 bytes
[    3.427897] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    3.427901] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    3.427903] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    3.427905] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    3.427908] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    3.427910] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    3.428159] NetLabel: Initializing
[    3.428162] NetLabel:  domain hash size = 128
[    3.428163] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.428201] NetLabel:  unlabeled traffic allowed by default
[    3.433855] clocksource: Switched to clocksource tsc-early
[    3.465559] *** VALIDATE bpf ***
[    3.465692] VFS: Disk quotas dquot_6.6.0
[    3.465728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.465781] *** VALIDATE ramfs ***
[    3.465791] *** VALIDATE hugetlbfs ***
[    3.466017] AppArmor: AppArmor Filesystem Enabled
[    3.466080] pnp: PnP ACPI init
[    3.466218] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.466608] system 00:01: [io  0x0680-0x069f] has been reserved
[    3.466612] system 00:01: [io  0x0400-0x047f] has been reserved
[    3.466616] system 00:01: [io  0x0500-0x05fe] has been reserved
[    3.466619] system 00:01: [io  0x0600-0x061f] has been reserved
[    3.466632] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.467089] ACPI: invalid or unassigned resource io [0000000000000000 - ffffffffffffffff] length [0000000000000000]
[    3.467156] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    3.467160] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    3.467171] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.209165] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    6.414653] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    6.414658] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    6.414662] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    6.414665] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    6.414669] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    6.414672] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    6.414676] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    6.414680] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    6.414683] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    6.414695] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.415487] pnp: PnP ACPI: found 5 devices
[    6.420202] thermal_sys: Registered thermal governor 'fair_share'
[    6.420204] thermal_sys: Registered thermal governor 'bang_bang'
[    6.420207] thermal_sys: Registered thermal governor 'step_wise'
[    6.420208] thermal_sys: Registered thermal governor 'user_space'
[    6.420210] thermal_sys: Registered thermal governor 'power_allocator'
[    6.424768] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    6.424862] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    6.424868] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    6.424873] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    6.424877] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    6.424881] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    6.424887] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    6.424908] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.424913] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.424919] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    6.424922] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    6.424931] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.424934] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.424943] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.424946] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.424953] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    6.424958] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
[    6.424969] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.424972] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.424978] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    6.424981] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    6.424990] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.424993] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.425002] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    6.425005] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    6.425010] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    6.425015] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    6.425021] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    6.425029] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    6.425032] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    6.425042] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    6.425046] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    6.425051] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    6.425059] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    6.425063] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    6.425066] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    6.425069] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    6.425072] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.425075] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    6.425078] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    6.425081] pci_bus 0000:00: resource 11 [mem 0xa0000000-0xb0b17fff window]
[    6.425085] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    6.425087] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    6.425091] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    6.425094] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    6.425097] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    6.425407] NET: Registered protocol family 2
[    6.425574] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    6.426931] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    6.427084] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    6.427313] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    6.427471] TCP: Hash tables configured (established 32768 bind 32768)
[    6.427618] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    6.427673] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    6.427821] NET: Registered protocol family 1
[    6.427832] NET: Registered protocol family 44
[    6.427857] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    6.428133] pci 0000:00:14.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    6.428328] pci 0000:00:14.0: PCI INT A disabled
[    6.428389] PCI: CLS 64 bytes, default 64
[    6.428513] Trying to unpack rootfs image as initramfs...
[    7.013455] Freeing initrd memory: 85756K
[    7.013523] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.013528] software IO TLB: mapped [mem 0x95615000-0x99615000] (64MB)
[    7.013659] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    7.013694] clocksource: Switched to clocksource tsc
[    7.013788] check: Scanning for low memory corruption every 60 seconds
[    7.014078] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    7.014812] Initialise system trusted keyrings
[    7.014831] Key type blacklist registered
[    7.014920] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    7.018569] zbud: loaded
[    7.019501] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.019983] fuse: init (API version 7.31)
[    7.020028] *** VALIDATE fuse ***
[    7.020032] *** VALIDATE fuse ***
[    7.020295] Platform Keyring initialized
[    7.026472] Key type asymmetric registered
[    7.026475] Asymmetric key parser 'x509' registered
[    7.026493] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    7.026568] io scheduler mq-deadline registered
[    7.026895] pciehp: pcie_port_service_register = 0
[    7.026926] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    7.027180] pcieport 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.027282] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    7.027454] pcieport 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    7.027545] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    7.027717] pcieport 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    7.027832] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.027969] efifb: probing for efifb
[    7.027988] efifb: No BGRT, not showing boot graphics
[    7.027991] efifb: framebuffer at 0xa0000, using 64k, total 64k
[    7.027993] efifb: mode is 640x480x1, linelength=80, pages=1
[    7.027994] efifb: scrolling: redraw
[    7.027997] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    7.028100] fbcon: Deferring console take-over
[    7.028103] fb0: EFI VGA frame buffer device
[    7.028121] intel_idle: MWAIT substates: 0x3000020
[    7.028123] intel_idle: v0.4.1 model 0x37
[    7.028561] intel_idle: lapic_timer_reliable_states 0xffffffff
[    8.856110] ACPI: AC Adapter [ADP1] (on-line)
[    8.856270] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    8.856352] ACPI: Power Button [PWRB]
[    8.856443] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    8.856509] ACPI: Sleep Button [SLPB]
[    8.856601] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    8.856669] ACPI: Lid Switch [LID0]
[    8.856746] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    8.856814] ACPI: Power Button [PWRF]
[    8.859942] acpi LNXCPU:00: registered as cooling_device0
[    8.860515] acpi LNXCPU:01: registered as cooling_device1
[    8.861364] acpi LNXCPU:02: registered as cooling_device2
[    8.862796] acpi LNXCPU:03: registered as cooling_device3
[    8.864530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.884779] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.925096] hpet: number irqs doesn't agree with number of timers
[    8.925523] Linux agpgart interface v0.103
[    9.162322] loop: module loaded
[    9.163024] tun: Universal TUN/TAP device driver, 1.6
[    9.163327] PPP generic driver version 2.4.2
[    9.163890] VFIO - User Level meta-driver version: 0.3
[    9.164304] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.164311] ehci-pci: EHCI PCI platform driver
[    9.164338] ehci-platform: EHCI generic platform driver
[    9.164358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.164364] ohci-pci: OHCI PCI platform driver
[    9.164383] ohci-platform: OHCI generic platform driver
[    9.164398] uhci_hcd: USB Universal Host Controller Interface driver
[    9.164476] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[    9.188527] xhci_hcd 0000:00:14.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    9.188572] xhci_hcd 0000:00:14.0: enabling bus mastering
[    9.188580] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    9.188594] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    9.189674] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    9.189680] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    9.189911] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    9.189919] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    9.189926] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    9.190021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    9.190025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.190028] usb usb1: Product: xHCI Host Controller
[    9.190031] usb usb1: Manufacturer: Linux 5.4.0-148-generic xhci-hcd
[    9.190033] usb usb1: SerialNumber: 0000:00:14.0
[    9.191113] hub 1-0:1.0: USB hub found
[    9.191135] hub 1-0:1.0: 6 ports detected
[    9.497149] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    9.497154] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.497157] usb usb2: Product: xHCI Host Controller
[    9.497160] usb usb2: Manufacturer: Linux 5.4.0-148-generic xhci-hcd
[    9.497163] usb usb2: SerialNumber: 0000:00:14.0
[    9.526833] hub 2-0:1.0: USB hub found
[    9.526854] hub 2-0:1.0: 1 port detected
[    9.588272] i8042: PNP: No PS/2 controller found.
[    9.588855] mousedev: PS/2 mouse device common for all mice
[    9.589871] rtc_cmos 00:00: RTC can wake from S4
[    9.590291] rtc_cmos 00:00: registered as rtc0
[    9.590341] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    9.590358] i2c /dev entries driver
[    9.590467] device-mapper: uevent: version 1.0.3
[    9.590829] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    9.590879] platform eisa.0: Probing EISA bus 0
[    9.590883] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    9.590887] platform eisa.0: Cannot allocate resource for EISA slot 1
[    9.590890] platform eisa.0: Cannot allocate resource for EISA slot 2
[    9.590892] platform eisa.0: Cannot allocate resource for EISA slot 3
[    9.590895] platform eisa.0: Cannot allocate resource for EISA slot 4
[    9.590898] platform eisa.0: Cannot allocate resource for EISA slot 5
[    9.590901] platform eisa.0: Cannot allocate resource for EISA slot 6
[    9.590903] platform eisa.0: Cannot allocate resource for EISA slot 7
[    9.590906] platform eisa.0: Cannot allocate resource for EISA slot 8
[    9.590909] platform eisa.0: EISA: Detected 0 cards
[    9.590917] intel_pstate: Intel P-state driver initializing
[    9.591944] ledtrig-cpu: registered to indicate activity on CPUs
[    9.592230] drop_monitor: Initializing network drop monitor service
[    9.592642] NET: Registered protocol family 10
[    9.614743] Segment Routing with IPv6
[    9.614791] NET: Registered protocol family 17
[    9.614921] Key type dns_resolver registered
[    9.615835] RAS: Correctable Errors collector initialized.
[    9.615910] microcode: sig=0x30679, pf=0x1, revision=0x90d
[    9.616315] microcode: Microcode Update Driver: v2.2.
[    9.616322] IPI shorthand broadcast: enabled
[    9.616353] sched_clock: Marking stable (9615421335, 880895)->(9625357348, -9055118)
[    9.616838] registered taskstats version 1
[    9.616860] Loading compiled-in X.509 certificates
[    9.619218] Loaded X.509 cert 'Build time autogenerated kernel key: 0e3335c9a6e46b7e0e76486cf58651b0ae5117ef'
[    9.621044] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    9.622873] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    9.622875] blacklist: Loading compiled-in revocation X.509 certificates
[    9.622928] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    9.622981] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    9.623028] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    9.623077] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    9.623122] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    9.623167] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    9.623218] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    9.623264] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    9.623346] zswap: loaded using pool lzo/zbud
[    9.624277] Key type ._fscrypt registered
[    9.624279] Key type .fscrypt registered
[    9.650931] Key type big_key registered
[    9.662739] Key type encrypted registered
[    9.662746] AppArmor: AppArmor sha1 policy hashing enabled
[    9.662771] ima: No TPM chip found, activating TPM-bypass!
[    9.662784] ima: Allocated hash algorithm: sha1
[    9.662795] ima: No architecture policies found
[    9.662825] evm: Initialising EVM extended attributes:
[    9.662826] evm: security.selinux
[    9.662827] evm: security.SMACK64
[    9.662828] evm: security.SMACK64EXEC
[    9.662829] evm: security.SMACK64TRANSMUTE
[    9.662830] evm: security.SMACK64MMAP
[    9.662831] evm: security.apparmor
[    9.662832] evm: security.ima
[    9.662834] evm: security.capability
[    9.662835] evm: HMAC attrs: 0x1
[    9.735471] PM:   Magic number: 13:40:111
[    9.736083] rtc_cmos 00:00: setting system clock to 2025-02-21T04:07:29 UTC (1740110849)
[    9.750404] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    9.900103] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[    9.900107] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.900110] usb 1-3: Product: Simple CDC Device Demo
[    9.900113] usb 1-3: Manufacturer: Microchip Technology Inc.
[   12.577577] battery: ACPI: Battery Slot [BAT1] (battery absent)
[   12.589445] Freeing unused decrypted memory: 2040K
[   12.591301] Freeing unused kernel image memory: 2764K
[   12.591786] Write protecting the kernel read-only data: 26624k
[   12.594043] Freeing unused kernel image memory: 2036K
[   12.595020] Freeing unused kernel image memory: 736K
[   12.625486] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   12.625651] x86/mm: Checking user space page tables
[   12.654577] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   12.654583] Run /init as init process
[   20.187952] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   20.188440] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   20.198906] sdhci: Secure Digital Host Controller Interface driver
[   20.198909] sdhci: Copyright(c) Pierre Ossman
[   20.200268] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   20.200274] ahci 0000:00:13.0: version 3.0
[   20.207600] dca service started, version 1.12.1
[   20.208081] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   20.208089] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   20.218227] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[   20.218230] igb: Copyright (c) 2007-2014 Intel Corporation.
[   20.218288] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   20.237553] cryptd: max_cpu_qlen set to 1000
[   20.250620] SSE version of gcm_enc/dec engaged.
[   20.251315] ahci 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   20.251365] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   20.251464] sdhci-pci 0000:00:17.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   20.254525] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   20.254576] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   20.254638] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   20.254880] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   20.255291] igb 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   20.261502] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x2 impl SATA mode
[   20.261509] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[   20.290570] pps pps0: new PPS source ptp0
[   20.291486] igb 0000:03:00.0: added PHC on eth0
[   20.291490] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   20.291494] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:ab
[   20.291539] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   20.291542] igb 0000:03:00.0: Using legacy interrupts. 1 rx queue(s), 1 tx queue(s)
[   20.317431] scsi host0: ahci
[   20.324710] scsi host1: ahci
[   20.324899] ata1: DUMMY
[   20.324904] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 19
[   20.340849] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   20.340853] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   20.344621] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   20.347881] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   20.349334] checking generic (a0000 10000) vs hw (a0000000 10000000)
[   20.349337] fb0: switching to inteldrmfb from EFI VGA
[   20.349547] i915 0000:00:02.0: vgaarb: deactivate vga console
[   20.349627] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   20.349628] [drm] Driver supports precise vblank timestamp query.
[   20.352309] ACPI: \_SB_.PCI0.GFX0: Error attaching device data
[   20.353500] ACPI: \_SB_.PCI0.GFX0: Error attaching device data
[   20.356187] ACPI: \_SB_.PCI0.GFX0: Error attaching device data
[   20.357195] ACPI: \_SB_.PCI0.GFX0: Error attaching device data
[   20.357722] ACPI: \_SB_.PCI0.GFX0: Error attaching device data
[   20.358060] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.363867] igb 0000:03:00.0 enp3s0: renamed from eth0
[   20.389499] i915 0000:00:02.0: eDP-1: EDID is invalid:
[   20.389505]  [00] BAD  3a 71 f3 52 06 e8 48 4d 41 9a e9 54 37 6e 70 f8
[   20.389507]  [00] BAD  11 60 5e ae c5 e6 e1 0e 66 11 8b 3e 85 09 40 ef
[   20.389508]  [00] BAD  ce d3 03 79 ca ad c4 83 f4 9c 03 fd 0c 8a ec e1
[   20.389510]  [00] BAD  5a ee e6 90 64 3d 60 a2 43 66 7a 1c 10 02 eb 3e
[   20.389511]  [00] BAD  5c db 6b 09 d1 02 dc b0 ae a4 b0 58 dc 74 ee 3a
[   20.389512]  [00] BAD  a9 d4 77 47 06 ba 6a 46 01 fd 9c b8 ba dc e1 cc
[   20.389514]  [00] BAD  64 35 a7 ba 90 25 22 ee e5 02 5c 81 72 c3 e5 76
[   20.389515]  [00] BAD  ec 64 79 16 91 58 59 5c c7 c0 e8 4a 5c 08 c2 09
[   20.401216] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[   20.419308] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.464006] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   20.470336] fbcon: i915drmfb (fb0) is primary device
[   20.470338] fbcon: Deferring console take-over
[   20.470344] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   20.497915] sdhci-pci 0000:00:17.0: PME# enabled
[   20.642603] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   20.642766] ata2.00: FORCE: horkage modified (noncq)
[   20.642836] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[   20.642839] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (not used)
[   20.643123] ata2.00: configured for UDMA/133
[   20.654186] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         B1.1 PQ: 0 ANSI: 5
[   20.654897] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   20.655184] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   20.655222] sd 1:0:0:0: [sda] Write Protect is off
[   20.655226] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   20.655291] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.693886]  sda: sda1 sda2 sda3
[   20.778706] sd 1:0:0:0: [sda] Attached SCSI disk
[   23.557861] raid6: sse2x4   gen()  2946 MB/s
[   23.605861] raid6: sse2x4   xor()  1882 MB/s
[   23.653869] raid6: sse2x2   gen()  2229 MB/s
[   23.701860] raid6: sse2x2   xor()  2245 MB/s
[   23.749871] raid6: sse2x1   gen()  2368 MB/s
[   23.797857] raid6: sse2x1   xor()  1900 MB/s
[   23.797859] raid6: using algorithm sse2x4 gen() 2946 MB/s
[   23.797860] raid6: .... xor() 1882 MB/s, rmw enabled
[   23.797862] raid6: using ssse3x2 recovery algorithm
[   23.801497] xor: measuring software checksum speed
[   23.837859]    prefetch64-sse:  6813.000 MB/sec
[   23.877858]    generic_sse:  6106.000 MB/sec
[   23.877860] xor: using function: prefetch64-sse (6813.000 MB/sec)
[   23.881305] async_tx: api initialized (async)
[   24.389331] Btrfs loaded, crc32c=crc32c-intel
[   24.897893] fbcon: Taking over console
[   24.907029] Console: switching to colour frame buffer device 128x48
[   25.060297] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   27.044115] systemd[1]: Inserted module 'autofs4'
[   27.146884] 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)
[   27.166770] systemd[1]: Detected architecture x86-64.
[   27.185360] systemd[1]: Set hostname to <bttest>.
[   28.521617] 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.893793] systemd[1]: Created slice system-modprobe.slice.
[   28.895152] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   28.896172] systemd[1]: Created slice User and Session Slice.
[   28.896328] systemd[1]: Started ntp-systemd-netif.path.
[   28.896522] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   28.897160] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   28.897364] systemd[1]: Reached target User and Group Name Lookups.
[   28.897420] systemd[1]: Reached target Slices.
[   28.897471] systemd[1]: Reached target Mounting snaps.
[   28.897532] systemd[1]: Reached target System Time Set.
[   28.897772] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   28.898140] systemd[1]: Listening on LVM2 poll daemon socket.
[   28.898368] systemd[1]: Listening on multipathd control socket.
[   28.898678] systemd[1]: Listening on Syslog Socket.
[   28.898987] systemd[1]: Listening on fsck to fsckd communication Socket.
[   28.899165] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   28.899808] systemd[1]: Listening on Journal Audit Socket.
[   28.900131] systemd[1]: Listening on Journal Socket (/dev/log).
[   28.900536] systemd[1]: Listening on Journal Socket.
[   28.901041] systemd[1]: Listening on Network Service Netlink Socket.
[   28.901377] systemd[1]: Listening on udev Control Socket.
[   28.901614] systemd[1]: Listening on udev Kernel Socket.
[   28.905032] systemd[1]: Mounting Huge Pages File System...
[   28.909002] systemd[1]: Mounting POSIX Message Queue File System...
[   28.913155] systemd[1]: Mounting Kernel Debug File System...
[   28.917374] systemd[1]: Mounting Kernel Trace File System...
[   28.922839] systemd[1]: Starting Journal Service...
[   28.927238] systemd[1]: Starting Set the console keyboard layout...
[   28.931791] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   28.935791] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   28.939805] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   28.939948] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   28.943894] systemd[1]: Starting Load Kernel Module efi_pstore...
[   28.952397] systemd[1]: Starting Load Kernel Module pstore_blk...
[   28.957531] systemd[1]: Starting Load Kernel Module pstore_zone...
[   28.963374] systemd[1]: Starting Load Kernel Module ramoops...
[   28.963575] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   29.030001] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   29.030107] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   29.084106] systemd[1]: Starting Load Kernel Modules...
[   29.088171] systemd[1]: Starting Remount Root and Kernel File Systems...
[   29.093196] systemd[1]: Starting udev Coldplug all Devices...
[   29.097030] systemd[1]: Starting Uncomplicated firewall...
[   29.103038] systemd[1]: Mounted Huge Pages File System.
[   29.103466] systemd[1]: Mounted POSIX Message Queue File System.
[   29.103833] systemd[1]: Mounted Kernel Debug File System.
[   29.104201] systemd[1]: Mounted Kernel Trace File System.
[   29.106324] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   29.107428] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   29.108552] systemd[1]: Finished Load Kernel Module efi_pstore.
[   29.109651] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   29.110876] systemd[1]: Finished Load Kernel Module pstore_blk.
[   29.111951] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   29.113111] systemd[1]: Finished Load Kernel Module pstore_zone.
[   29.119515] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   29.120747] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   29.123536] systemd[1]: modprobe@ramoops.service: Succeeded.
[   29.124764] systemd[1]: Finished Load Kernel Module ramoops.
[   29.128275] systemd[1]: Finished Uncomplicated firewall.
[   29.140954] systemd[1]: Finished Load Kernel Modules.
[   29.145163] systemd[1]: Mounting FUSE Control File System...
[   29.150593] systemd[1]: Mounting Kernel Configuration File System...
[   29.153837] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   29.154798] systemd[1]: Starting Apply Kernel Variables...
[   29.162145] systemd[1]: Finished Remount Root and Kernel File Systems.
[   29.166377] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   29.167037] systemd[1]: Mounted FUSE Control File System.
[   29.167447] systemd[1]: Mounted Kernel Configuration File System.
[   29.171855] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   29.175369] systemd[1]: Starting Create System Users...
[   29.256349] systemd[1]: Finished Create System Users.
[   29.260278] systemd[1]: Starting Create Static Device Nodes in /dev...
[   29.278492] systemd[1]: Finished Apply Kernel Variables.
[   29.325335] systemd[1]: Started Journal Service.
[   33.388770] ACPI: \_SB_.LID0: ACPI: button: ACPI LID open
[   33.915662] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   33.922050] mei_txe 0000:00:1a.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   34.285441] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   34.285793] usbcore: registered new interface driver cdc_acm
[   34.285795] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   34.517727] intel_rapl_common: Found RAPL domain package
[   34.517731] intel_rapl_common: Found RAPL domain core
[   35.469985] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SSFS
[   39.379094] alua: device handler registered
[   39.385029] emc: device handler registered
[   39.393703] rdac: device handler registered
[   39.930449] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   39.937764] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   40.103508] systemd-journald[431]: Received client request to flush runtime journal.
[   40.982805] audit: type=1400 audit(1740110880.743:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=722 comm="apparmor_p                                                                                arser"
[   40.982815] audit: type=1400 audit(1740110880.743:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=722 comm="appa                                                                                rmor_parser"
[   40.988828] audit: type=1400 audit(1740110880.747:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=721 comm                                                                                ="apparmor_parser"
[   40.988841] audit: type=1400 audit(1740110880.747:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namesp                                                                                ace-capture-helper" pid=721 comm="apparmor_parser"
[   40.989326] audit: type=1400 audit(1740110880.747:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=726 comm="apparmor_pars                                                                                er"
[   40.989335] audit: type=1400 audit(1740110880.747:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=726 comm="apparmor_parser                                                                                "
[   40.989342] audit: type=1400 audit(1740110880.747:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=726 comm="apparmor_parser"
[   41.000267] audit: type=1400 audit(1740110880.759:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=727 comm="apparmor_parse                                                                                r"
[   41.005205] audit: type=1400 audit(1740110880.763:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=724 comm="apparmor_p                                                                                arser"
[   41.005325] audit: type=1400 audit(1740110880.763:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=729 comm="apparmo                                                                                r_parser"
[   49.474791] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   49.582502] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   56.514824] ACPI: \_SB_.LID0: ACPI: button: ACPI LID open
[   56.599007] kauditd_printk_skb: 21 callbacks suppressed
[   56.599010] audit: type=1400 audit(1740110896.359:33): apparmor="DENIED" operation="open" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=863 comm="ntpd" requested_ma                                                                                sk="r" denied_mask="r" fsuid=0 ouid=0
[   56.599021] audit: type=1400 audit(1740110896.359:34): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=863 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.599029] audit: type=1400 audit(1740110896.359:35): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=863 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.599035] audit: type=1400 audit(1740110896.359:36): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=863 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.610448] audit: type=1400 audit(1740110896.371:37): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.734182] audit: type=1400 audit(1740110896.495:38): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.936788] audit: type=1400 audit(1740110896.695:39): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   56.936800] audit: type=1400 audit(1740110896.695:40): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   57.011673] audit: type=1400 audit(1740110896.771:41): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[   57.012601] audit: type=1400 audit(1740110896.771:42): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[ 3116.579016] perf: interrupt took too long (2555 > 2500), lowering kernel.perf_event_max_sample_rate to 78250
[ 5879.457486] perf: interrupt took too long (4829 > 3193), lowering kernel.perf_event_max_sample_rate to 41250
[21106.537763] perf: interrupt took too long (7816 > 6036), lowering kernel.perf_event_max_sample_rate to 25500
[86457.422746] kauditd_printk_skb: 11 callbacks suppressed
[86457.422758] audit: type=1400 audit(1740197296.400:54): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sb                                                                                in/ntpd" name="run/systemd/journal/dev-log" pid=877 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=114 ouid=0
[112858.104314] perf: interrupt took too long (10374 > 9770), lowering kernel.perf_event_max_sample_rate to 19250
[128845.248503] ACPI: GPE event 0x01
[128845.356866] ACPI: \_SB_.PCI0.RP01: ACPI_NOTIFY_BUS_CHECK event
[128845.357343] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()

naveen@bttest:~$ uptime
 21:25:43 up 1 day, 11:48,  2 users,  load average: 0.33, 0.27, 0.27


:~$ sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

$ sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555
00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


/sys/firmware/acpi/interrupts/error:       0
/sys/firmware/acpi/interrupts/ff_gbl_lock:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/ff_pmtimer:       0     STS invalid      unmasked
/sys/firmware/acpi/interrupts/ff_pwr_btn:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/ff_rt_clk:       0         disabled     unmasked
/sys/firmware/acpi/interrupts/ff_slp_btn:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe00:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe01:       1  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe02:       1  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe03:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe04:       0         enabled      unmasked
/sys/firmware/acpi/interrupts/gpe05:       0         enabled      unmasked
/sys/firmware/acpi/interrupts/gpe06:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe07:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe08:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe09:       0         disabled     unmasked
/sys/firmware/acpi/interrupts/gpe0A:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe0B:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe0C:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe0D:       0         disabled     unmasked
/sys/firmware/acpi/interrupts/gpe0E:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe0F:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe10:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe11:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe12:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe13:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe14:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe15:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe16:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe17:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe18:       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/gpe19:       0         disabled     unmasked
/sys/firmware/acpi/interrupts/gpe1A:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe1B:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe1C:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe1D:       0         disabled     unmasked
/sys/firmware/acpi/interrupts/gpe1E:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe1F:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe20:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe21:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe22:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe23:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe24:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe25:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe26:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe27:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe28:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe29:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2A:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2B:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2C:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2D:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2E:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe2F:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe30:       0         invalid      unmasked
/sys/firmware/acpi/interrupts/gpe31:       0         invalid      unmasked



$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal

$ uname -a
Linux camdevsysmrts2d0538 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-24 12:15   ` Naveen Kumar P
@ 2025-02-24 17:33     ` Bjorn Helgaas
  2025-02-24 18:59       ` Naveen Kumar P
  2025-03-19 14:37       ` Naveen Kumar P
  0 siblings, 2 replies; 21+ messages in thread
From: Bjorn Helgaas @ 2025-02-24 17:33 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > Hi all,
> > >
> > > I am writing to seek assistance with an issue we are experiencing with
> > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > Port 1 to the host bridge.
> > >
> > > We have observed that after booting the system, the Base Address
> > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > approximately one hour or more (the timing is inconsistent). This was
> > > verified using the lspci output and the setpci -s 01:00.0
> > > BASE_ADDRESS_0 command.
> > >
> > > To diagnose the issue, we checked the dmesg log, but it did not
> > > provide any relevant information. I then enabled dynamic debugging for
> > > the PCI subsystem (drivers/pci/*) and noticed the following messages
> > > related ACPI hotplug in the dmesg log:
> > >
> > > [    0.465144] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
> > > ...
> > > [ 6710.000355] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > [ 7916.250868] perf: interrupt took too long (4072 > 3601), lowering
> > > kernel.perf_event_max_sample_rate to 49000
> > > [ 7984.719647] perf: interrupt took too long (5378 > 5090), lowering
> > > kernel.perf_event_max_sample_rate to 37000
> > > [11051.409115] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > [11755.388727] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > [12223.885715] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > [14303.465636] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > After these messages appear, reading the device BAR memory results in
> > > 0x0 instead of the expected value.
> > >
> > > I would like to understand the following:
> > >
> > > 1. What could be causing these hotplug_event debug messages?
> >
> > This is an ACPI Notify event.  Basically the platform is telling us to
> > re-enumerate the hierarchy below RP01 because a device might have been
> > added or removed.
>
> Thank you for your response regarding the PCI BAR reset issue we are
> experiencing with the PLDA Device 5555. I have a few follow-up
> questions and additional information to share.
> 
> 1. Clarification on "Platform":
> 
> Does the term "platform" refer to the BIOS/ACPI subsystem in this context?

Yes, "platform" refers to the BIOS/ACPI subsystem.

> Can the platform signal to re-enumerate the hierarchy below RP01
> without an actual device being removed or added? In our case, the PCI
> PLDA device is neither physically removed nor connected to the bus on
> the fly.

Yes, I think a Bus Check notification is just a request for the OS to
re-enumerate starting at the point in the device tree where it is
notified.  It's possible that no add or remove has occurred.  ACPI
r6.5, sec 5.6.6, includes the example of hardware that can't detect
device changes during a system sleep state, so it issues a Bus Check
on wake.

> 2. System Configuration:
> 
> We are currently using an x86_64 system with Ubuntu 20.04.6 LTS
> (kernel version: 5.4.0-148-generic).
> I have enabled dynamic debug logs for all files in the PCI and ACPI
> subsystems and rebooted the system with the following parameters:
> $ cat /proc/cmdline
> BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro
> quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on
> "dyndbg=file drivers/pci/* +p; file drivers/acpi/* +p"
> 
>
> 3. Observations:
> 
> After rebooting with more debug logs, I noticed the issue after 1 day,
> 11:48 hours.
> A snippet of the dmesg log is mentioned below (complete dmesg log is
> attached to this email):
> 
> [128845.248503] ACPI: GPE event 0x01
> [128845.356866] ACPI: \_SB_.PCI0.RP01: ACPI_NOTIFY_BUS_CHECK event
> [128845.357343] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
> hotplug_event()

If you could add more debug in hotplug_event() and the things it
calls, we might get more clues about what's happening.

> 4. BAR Reset Issue:
> 
> I filtered the lspci output to show the contents of the configuration
> space starting at offset 0x10 for getting BASE_ADDRESS_0 by running
> sudo lspci -xxx -s 01:00.0 | grep "10:".
> Prior to the BAR reset issue, the lspci output was:
> $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> 10: 00 00 40 b0 00 00 00 00 00 00 00 00 00 00 00 00
> 
> During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> showed all FF's, and then the next run of the same command showed
> BASE_ADDRESS_0 reset to zero:
> $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

Looks like the device isn't responding at all here.  Could happen if
the device is reset or powered down.

What is this device?  What driver is bound to it?  I don't see
anything in dmesg that identifies a driver.

> $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 
> I am not sure why lspci initially showed all FF's and then the next
> run showed BAR0 reset.
> Complete sudo lspci -xxx -s 01:00.0 output is captured in the attached
> dmesg_log_pci_bar_reset.txt file.
> 
> /sys/firmware/acpi/interrupts/gpe01:       1  EN     enabled      unmasked
> /sys/firmware/acpi/interrupts/gpe02:       1  EN     enabled      unmasked
> 
> 
> 5. Debugging Steps:
> 
> Instrumenting acpiphp_check_bridge() will indicate whether we are
> enabling or disabling a slot (enable_slot() or disable_slot()). Based
> on the dmesg log, there is only one ACPI_NOTIFY_BUS_CHECK event, and
> it is most likely for disable_slot(). However, does instrumenting
> acpiphp_check_bridge() will explain why this is happening without
> actually removing the PCI PLDA device?

No, it won't explain that.  But if there was no add/remove event,
re-enumeration should be harmless.  The objective of instrumentation
would be to figure out why it isn't harmless in this case.

> 6. Reproduction and Additional Information:
> 
> We do not see any clear pattern or procedure to reproduce this issue.
> Once the issue occurs, rebooting the machine resolves it, but it
> reoccurs after an unpredictable time.
> We have another identical hardware setup with an older kernel (Ubuntu
> 16.04.4 LTS, kernel version: 4.4.0-66-generic), and this issue has not
> been observed so far on that machine.
> Any additional pointers or suggestions on how to proceed to the root
> cause of this issue would be greatly appreciated.

You're seeing the problem on v5.4 (Nov 2019), which is much newer than
v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
time on unless the problem still happens on a current kernel.

Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-24 17:33     ` Bjorn Helgaas
@ 2025-02-24 18:59       ` Naveen Kumar P
  2025-02-24 19:54         ` Bjorn Helgaas
  2025-03-19 14:37       ` Naveen Kumar P
  1 sibling, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-02-24 18:59 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > Hi all,
> > > >
> > > > I am writing to seek assistance with an issue we are experiencing with
> > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > Port 1 to the host bridge.
> > > >
> > > > We have observed that after booting the system, the Base Address
> > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > approximately one hour or more (the timing is inconsistent). This was
> > > > verified using the lspci output and the setpci -s 01:00.0
> > > > BASE_ADDRESS_0 command.
> > > >
> > > > To diagnose the issue, we checked the dmesg log, but it did not
> > > > provide any relevant information. I then enabled dynamic debugging for
> > > > the PCI subsystem (drivers/pci/*) and noticed the following messages
> > > > related ACPI hotplug in the dmesg log:
> > > >
> > > > [    0.465144] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
> > > > ...
> > > > [ 6710.000355] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [ 7916.250868] perf: interrupt took too long (4072 > 3601), lowering
> > > > kernel.perf_event_max_sample_rate to 49000
> > > > [ 7984.719647] perf: interrupt took too long (5378 > 5090), lowering
> > > > kernel.perf_event_max_sample_rate to 37000
> > > > [11051.409115] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [11755.388727] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [12223.885715] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [14303.465636] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > After these messages appear, reading the device BAR memory results in
> > > > 0x0 instead of the expected value.
> > > >
> > > > I would like to understand the following:
> > > >
> > > > 1. What could be causing these hotplug_event debug messages?
> > >
> > > This is an ACPI Notify event.  Basically the platform is telling us to
> > > re-enumerate the hierarchy below RP01 because a device might have been
> > > added or removed.
> >
> > Thank you for your response regarding the PCI BAR reset issue we are
> > experiencing with the PLDA Device 5555. I have a few follow-up
> > questions and additional information to share.
> >
> > 1. Clarification on "Platform":
> >
> > Does the term "platform" refer to the BIOS/ACPI subsystem in this context?
>
> Yes, "platform" refers to the BIOS/ACPI subsystem.
>
> > Can the platform signal to re-enumerate the hierarchy below RP01
> > without an actual device being removed or added? In our case, the PCI
> > PLDA device is neither physically removed nor connected to the bus on
> > the fly.
>
> Yes, I think a Bus Check notification is just a request for the OS to
> re-enumerate starting at the point in the device tree where it is
> notified.  It's possible that no add or remove has occurred.  ACPI
> r6.5, sec 5.6.6, includes the example of hardware that can't detect
> device changes during a system sleep state, so it issues a Bus Check
> on wake.
I booted with the pcie_aspm=off kernel parameter, which means that
PCIe Active State Power Management (ASPM) is disabled. Given this
context, should I consider removing this setting to see if it affects
the occurrence of the Bus Check notifications and the BAR0 reset
issue?

>
> > 2. System Configuration:
> >
> > We are currently using an x86_64 system with Ubuntu 20.04.6 LTS
> > (kernel version: 5.4.0-148-generic).
> > I have enabled dynamic debug logs for all files in the PCI and ACPI
> > subsystems and rebooted the system with the following parameters:
> > $ cat /proc/cmdline
> > BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro
> > quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on
> > "dyndbg=file drivers/pci/* +p; file drivers/acpi/* +p"
> >
> >
> > 3. Observations:
> >
> > After rebooting with more debug logs, I noticed the issue after 1 day,
> > 11:48 hours.
> > A snippet of the dmesg log is mentioned below (complete dmesg log is
> > attached to this email):
> >
> > [128845.248503] ACPI: GPE event 0x01
> > [128845.356866] ACPI: \_SB_.PCI0.RP01: ACPI_NOTIFY_BUS_CHECK event
> > [128845.357343] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
> > hotplug_event()
>
> If you could add more debug in hotplug_event() and the things it
> calls, we might get more clues about what's happening.
>
> > 4. BAR Reset Issue:
> >
> > I filtered the lspci output to show the contents of the configuration
> > space starting at offset 0x10 for getting BASE_ADDRESS_0 by running
> > sudo lspci -xxx -s 01:00.0 | grep "10:".
> > Prior to the BAR reset issue, the lspci output was:
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: 00 00 40 b0 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > showed all FF's, and then the next run of the same command showed
> > BASE_ADDRESS_0 reset to zero:
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
>
> Looks like the device isn't responding at all here.  Could happen if
> the device is reset or powered down.
From the kernel driver or user space tools, is it possible to
determine whether the device has been reset or powered down?
Are there any power management settings or configurations that could
be causing the device to reset or power down unexpectedly?
>
> What is this device?  What driver is bound to it?  I don't see
> anything in dmesg that identifies a driver.
The PCIe device in question is a Xilinx FPGA endpoint, which is
flashed with RTL code to expose several host interfaces to the system
via the PCIe link.

We have an out-of-tree driver for this device, but to eliminate the
driver's role in this issue, I renamed the driver to prevent it from
loading automatically after rebooting the machine. Despite not using
the driver, the issue still occurred.

>
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > I am not sure why lspci initially showed all FF's and then the next
> > run showed BAR0 reset.
> > Complete sudo lspci -xxx -s 01:00.0 output is captured in the attached
> > dmesg_log_pci_bar_reset.txt file.
> >
> > /sys/firmware/acpi/interrupts/gpe01:       1  EN     enabled      unmasked
> > /sys/firmware/acpi/interrupts/gpe02:       1  EN     enabled      unmasked
> >
> >
> > 5. Debugging Steps:
> >
> > Instrumenting acpiphp_check_bridge() will indicate whether we are
> > enabling or disabling a slot (enable_slot() or disable_slot()). Based
> > on the dmesg log, there is only one ACPI_NOTIFY_BUS_CHECK event, and
> > it is most likely for disable_slot(). However, does instrumenting
> > acpiphp_check_bridge() will explain why this is happening without
> > actually removing the PCI PLDA device?
>
> No, it won't explain that.  But if there was no add/remove event,
> re-enumeration should be harmless.  The objective of instrumentation
> would be to figure out why it isn't harmless in this case.
>
> > 6. Reproduction and Additional Information:
> >
> > We do not see any clear pattern or procedure to reproduce this issue.
> > Once the issue occurs, rebooting the machine resolves it, but it
> > reoccurs after an unpredictable time.
> > We have another identical hardware setup with an older kernel (Ubuntu
> > 16.04.4 LTS, kernel version: 4.4.0-66-generic), and this issue has not
> > been observed so far on that machine.
> > Any additional pointers or suggestions on how to proceed to the root
> > cause of this issue would be greatly appreciated.
>
> You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> time on unless the problem still happens on a current kernel.
>
> Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-24 18:59       ` Naveen Kumar P
@ 2025-02-24 19:54         ` Bjorn Helgaas
  2025-02-25 13:16           ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-02-24 19:54 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > Hi all,
> > > > >
> > > > > I am writing to seek assistance with an issue we are experiencing with
> > > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > > Port 1 to the host bridge.
> > > > >
> > > > > We have observed that after booting the system, the Base Address
> > > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > > approximately one hour or more (the timing is inconsistent). This was
> > > > > verified using the lspci output and the setpci -s 01:00.0
> > > > > BASE_ADDRESS_0 command.

> ...
> I booted with the pcie_aspm=off kernel parameter, which means that
> PCIe Active State Power Management (ASPM) is disabled. Given this
> context, should I consider removing this setting to see if it affects
> the occurrence of the Bus Check notifications and the BAR0 reset
> issue?

Doesn't seem likely to be related.  Once configured, ASPM operates
without any software intervention.  But note that "pcie_aspm=off"
means the kernel doesn't touch ASPM configuration at all, and any
configuration done by firmware remains in effect.

You can tell whether ASPM has been enabled by firmware with "sudo
lspci -vv" before the problem occurs.

> > > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > > showed all FF's, and then the next run of the same command showed
> > > BASE_ADDRESS_0 reset to zero:
> > > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> >
> > Looks like the device isn't responding at all here.  Could happen if
> > the device is reset or powered down.
>
> From the kernel driver or user space tools, is it possible to
> determine whether the device has been reset or powered down?  Are
> there any power management settings or configurations that could be
> causing the device to reset or power down unexpectedly?

Not really.  By "powered down", I meant D3cold, where the main power
is removed.  Config space is readable in all other power states.

> > What is this device?  What driver is bound to it?  I don't see
> > anything in dmesg that identifies a driver.
>
> The PCIe device in question is a Xilinx FPGA endpoint, which is
> flashed with RTL code to expose several host interfaces to the system
> via the PCIe link.
> 
> We have an out-of-tree driver for this device, but to eliminate the
> driver's role in this issue, I renamed the driver to prevent it from
> loading automatically after rebooting the machine. Despite not using
> the driver, the issue still occurred.

Oh, right, I forgot that you mentioned this before.

> > You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> > v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> > time on unless the problem still happens on a current kernel.

This part is important.  We don't want to spend a lot of time
debugging an issue that may have already been fixed upstream.

Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-24 19:54         ` Bjorn Helgaas
@ 2025-02-25 13:16           ` Naveen Kumar P
  2025-02-25 20:38             ` Bjorn Helgaas
  0 siblings, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-02-25 13:16 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > Hi all,
> > > > > >
> > > > > > I am writing to seek assistance with an issue we are experiencing with
> > > > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > > > Port 1 to the host bridge.
> > > > > >
> > > > > > We have observed that after booting the system, the Base Address
> > > > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > > > approximately one hour or more (the timing is inconsistent). This was
> > > > > > verified using the lspci output and the setpci -s 01:00.0
> > > > > > BASE_ADDRESS_0 command.
>
> > ...
> > I booted with the pcie_aspm=off kernel parameter, which means that
> > PCIe Active State Power Management (ASPM) is disabled. Given this
> > context, should I consider removing this setting to see if it affects
> > the occurrence of the Bus Check notifications and the BAR0 reset
> > issue?
>
> Doesn't seem likely to be related.  Once configured, ASPM operates
> without any software intervention.  But note that "pcie_aspm=off"
> means the kernel doesn't touch ASPM configuration at all, and any
> configuration done by firmware remains in effect.
>
> You can tell whether ASPM has been enabled by firmware with "sudo
> lspci -vv" before the problem occurs.
>
> > > > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > > > showed all FF's, and then the next run of the same command showed
> > > > BASE_ADDRESS_0 reset to zero:
> > > > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > >
> > > Looks like the device isn't responding at all here.  Could happen if
> > > the device is reset or powered down.
> >
> > From the kernel driver or user space tools, is it possible to
> > determine whether the device has been reset or powered down?  Are
> > there any power management settings or configurations that could be
> > causing the device to reset or power down unexpectedly?
>
> Not really.  By "powered down", I meant D3cold, where the main power
> is removed.  Config space is readable in all other power states.
>
> > > What is this device?  What driver is bound to it?  I don't see
> > > anything in dmesg that identifies a driver.
> >
> > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > flashed with RTL code to expose several host interfaces to the system
> > via the PCIe link.
> >
> > We have an out-of-tree driver for this device, but to eliminate the
> > driver's role in this issue, I renamed the driver to prevent it from
> > loading automatically after rebooting the machine. Despite not using
> > the driver, the issue still occurred.
>
> Oh, right, I forgot that you mentioned this before.
>
> > > You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> > > v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> > > time on unless the problem still happens on a current kernel.
>
> This part is important.  We don't want to spend a lot of time
> debugging an issue that may have already been fixed upstream.
Sure, I started building the 6.13 kernel and will post more
information if I notice the issue on the 6.13 kernel.

Regarding the CommClk- (Common Clock Configuration) bit, it indicates
whether the common clock configuration is enabled or disabled. When it
is set to CommClk-, it means that the common clock configuration is
disabled.

LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-

For my device, I noticed that the common clock configuration is
disabled. Could this be causing the BAR reset issue?

How is the CommClk bit determined(to set or clear)? and is it okay to
enable this bit after booting the kernel?

>
> Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-25 13:16           ` Naveen Kumar P
@ 2025-02-25 20:38             ` Bjorn Helgaas
  2025-02-26 12:58               ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-02-25 20:38 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > Hi all,
> > > > > > >
> > > > > > > I am writing to seek assistance with an issue we are experiencing with
> > > > > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > > > > Port 1 to the host bridge.
> > > > > > >
> > > > > > > We have observed that after booting the system, the Base Address
> > > > > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > > > > approximately one hour or more (the timing is inconsistent). This was
> > > > > > > verified using the lspci output and the setpci -s 01:00.0
> > > > > > > BASE_ADDRESS_0 command.
> >
> > > ...
> > > I booted with the pcie_aspm=off kernel parameter, which means that
> > > PCIe Active State Power Management (ASPM) is disabled. Given this
> > > context, should I consider removing this setting to see if it affects
> > > the occurrence of the Bus Check notifications and the BAR0 reset
> > > issue?
> >
> > Doesn't seem likely to be related.  Once configured, ASPM operates
> > without any software intervention.  But note that "pcie_aspm=off"
> > means the kernel doesn't touch ASPM configuration at all, and any
> > configuration done by firmware remains in effect.
> >
> > You can tell whether ASPM has been enabled by firmware with "sudo
> > lspci -vv" before the problem occurs.
> >
> > > > > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > > > > showed all FF's, and then the next run of the same command showed
> > > > > BASE_ADDRESS_0 reset to zero:
> > > > > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > > > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > >
> > > > Looks like the device isn't responding at all here.  Could happen if
> > > > the device is reset or powered down.
> > >
> > > From the kernel driver or user space tools, is it possible to
> > > determine whether the device has been reset or powered down?  Are
> > > there any power management settings or configurations that could be
> > > causing the device to reset or power down unexpectedly?
> >
> > Not really.  By "powered down", I meant D3cold, where the main power
> > is removed.  Config space is readable in all other power states.
> >
> > > > What is this device?  What driver is bound to it?  I don't see
> > > > anything in dmesg that identifies a driver.
> > >
> > > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > > flashed with RTL code to expose several host interfaces to the system
> > > via the PCIe link.
> > >
> > > We have an out-of-tree driver for this device, but to eliminate the
> > > driver's role in this issue, I renamed the driver to prevent it from
> > > loading automatically after rebooting the machine. Despite not using
> > > the driver, the issue still occurred.
> >
> > Oh, right, I forgot that you mentioned this before.
> >
> > > > You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> > > > v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> > > > time on unless the problem still happens on a current kernel.
> >
> > This part is important.  We don't want to spend a lot of time
> > debugging an issue that may have already been fixed upstream.
>
> Sure, I started building the 6.13 kernel and will post more
> information if I notice the issue on the 6.13 kernel.
> 
> Regarding the CommClk- (Common Clock Configuration) bit, it indicates
> whether the common clock configuration is enabled or disabled. When it
> is set to CommClk-, it means that the common clock configuration is
> disabled.
> 
> LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
>         ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 
> For my device, I noticed that the common clock configuration is
> disabled. Could this be causing the BAR reset issue?

Not to my knowledge.

> How is the CommClk bit determined(to set or clear)? and is it okay to
> enable this bit after booting the kernel?

It is somewhere in drivers/pci/pcie/aspm.c, i.e.,
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/aspm.c?id=v6.13#n383

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-25 20:38             ` Bjorn Helgaas
@ 2025-02-26 12:58               ` Naveen Kumar P
  2025-02-28 12:27                 ` Naveen Kumar P
  2025-02-28 16:01                 ` Bjorn Helgaas
  0 siblings, 2 replies; 21+ messages in thread
From: Naveen Kumar P @ 2025-02-26 12:58 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 7633 bytes --]

On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > Hi all,
> > > > > > > >
> > > > > > > > I am writing to seek assistance with an issue we are experiencing with
> > > > > > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > > > > > Port 1 to the host bridge.
> > > > > > > >
> > > > > > > > We have observed that after booting the system, the Base Address
> > > > > > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > > > > > approximately one hour or more (the timing is inconsistent). This was
> > > > > > > > verified using the lspci output and the setpci -s 01:00.0
> > > > > > > > BASE_ADDRESS_0 command.
> > >
> > > > ...
> > > > I booted with the pcie_aspm=off kernel parameter, which means that
> > > > PCIe Active State Power Management (ASPM) is disabled. Given this
> > > > context, should I consider removing this setting to see if it affects
> > > > the occurrence of the Bus Check notifications and the BAR0 reset
> > > > issue?
> > >
> > > Doesn't seem likely to be related.  Once configured, ASPM operates
> > > without any software intervention.  But note that "pcie_aspm=off"
> > > means the kernel doesn't touch ASPM configuration at all, and any
> > > configuration done by firmware remains in effect.
> > >
> > > You can tell whether ASPM has been enabled by firmware with "sudo
> > > lspci -vv" before the problem occurs.
> > >
> > > > > > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > > > > > showed all FF's, and then the next run of the same command showed
> > > > > > BASE_ADDRESS_0 reset to zero:
> > > > > > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > > > > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > > >
> > > > > Looks like the device isn't responding at all here.  Could happen if
> > > > > the device is reset or powered down.
> > > >
> > > > From the kernel driver or user space tools, is it possible to
> > > > determine whether the device has been reset or powered down?  Are
> > > > there any power management settings or configurations that could be
> > > > causing the device to reset or power down unexpectedly?
> > >
> > > Not really.  By "powered down", I meant D3cold, where the main power
> > > is removed.  Config space is readable in all other power states.
> > >
> > > > > What is this device?  What driver is bound to it?  I don't see
> > > > > anything in dmesg that identifies a driver.
> > > >
> > > > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > > > flashed with RTL code to expose several host interfaces to the system
> > > > via the PCIe link.
> > > >
> > > > We have an out-of-tree driver for this device, but to eliminate the
> > > > driver's role in this issue, I renamed the driver to prevent it from
> > > > loading automatically after rebooting the machine. Despite not using
> > > > the driver, the issue still occurred.
> > >
> > > Oh, right, I forgot that you mentioned this before.
> > >
> > > > > You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> > > > > v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> > > > > time on unless the problem still happens on a current kernel.
> > >
> > > This part is important.  We don't want to spend a lot of time
> > > debugging an issue that may have already been fixed upstream.
> >
> > Sure, I started building the 6.13 kernel and will post more
> > information if I notice the issue on the 6.13 kernel.
I have downloaded the 6.13 kernel source and added additional debug
logs in hotplug_event(), then built the kernel. After that rebooted
with the new kernel using the following parameters:
BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
drivers/pci/* +p; file drivers/acpi/* +p"

After some time post-boot, I ran the following commands without
initially checking the dmesg log:
$sudo lspci -xxx -s 01:00.0 | grep "10:"
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

$sudo lspci -xxx -s 01:00.0 | grep "10:"
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

The first run of lspci showed all FF's, and the next run showed
BASE_ADDRESS_0 reset to zero. After observing this, I checked the
dmesg log and found the following information:

[ 2434.267810] ACPI: GPE event 0x01
[ 2434.374249] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[ 2434.374375] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
event 0 for deferred handling
[ 2434.376001] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
hotplug_event()
[ 2434.376125] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[ 2434.376268] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
hotplug_event()
[ 2434.376615] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate
[_STA]: AE_NOT_FOUND
[ 2434.377652] ACPI: \_SB_.PCI0.RP01.PXSX._ADR: ACPI: No context!
[ 2434.379715] ACPI: \_SB_.PCI0.RP01.PXSX._PRW: ACPI: No context!
[ 2434.383699] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate
[_STA]: AE_NOT_FOUND
[ 2434.383723] ACPI: Device [PXSX] status [0000000f]
[ 2434.386059] ACPI: \_SB_.PCI0.RP01.D015._ADR: ACPI: No context!
[ 2434.388332] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate
[_STA]: AE_NOT_FOUND
[ 2434.388354] ACPI: Device [D015] status [0000000f]
[ 2434.388857] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
in hotplug_event()
[ 2434.592773] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2450.241979] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2451.897846] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]

Prior to this and afterwards, the dmesg log was flooded with "ACPI:
_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]" statements.

Complete dmesg log and the patch(to get additional debug information)
are attached to this email.

Any further guidance on these observations?

Additionally, I noticed that the initial bootup logs with the
"0.000000" timestamp are missing in the dmesg log with this new
kernel. I'm unsure what might be causing this issue.

> >
> > Regarding the CommClk- (Common Clock Configuration) bit, it indicates
> > whether the common clock configuration is enabled or disabled. When it
> > is set to CommClk-, it means that the common clock configuration is
> > disabled.
> >
> > LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
> >         ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> >
> > For my device, I noticed that the common clock configuration is
> > disabled. Could this be causing the BAR reset issue?
>
> Not to my knowledge.
>
> > How is the CommClk bit determined(to set or clear)? and is it okay to
> > enable this bit after booting the kernel?
>
> It is somewhere in drivers/pci/pcie/aspm.c, i.e.,
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/aspm.c?id=v6.13#n383

[-- Attachment #2: dmesg_6_13_log.txt --]
[-- Type: text/plain, Size: 263914 bytes --]

[    0.329645] ACPI: \_SB_.PCI0.SBRG.PS2M._CID: ACPI: No context!
[    0.329651] ACPI: \_SB_.PCI0.SBRG.PS2M._STA: ACPI: No context!
[    0.329658] ACPI: \_SB_.PCI0.SBRG.PS2M.CRS1: ACPI: No context!
[    0.329664] ACPI: \_SB_.PCI0.SBRG.PS2M.CRS2: ACPI: No context!
[    0.329671] ACPI: \_SB_.PCI0.SBRG.PS2M._CRS: ACPI: No context!
[    0.329677] ACPI: \_SB_.PCI0.SBRG.PS2M._PRS: ACPI: No context!
[    0.329684] ACPI: \_SB_.PCI0.SBRG.PS2M._PSW: ACPI: No context!
[    0.329690] ACPI: \_SB_.PCI0.SBRG.PS2M._PRW: ACPI: No context!
[    0.329697] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: No context!
[    0.329757] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.329794] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: utils: Return value [0]
[    0.329801] ACPI: Device [SSPI] status [00000000]
[    0.329824] acpi PNP0C08:00: No ACPI support
[    0.329873] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: Added as PNP0C08:00, parent device:0b
[    0.329900] ACPI: \_SB_.PCI0.SBRG.SSPI._HID: ACPI: No context!
[    0.329907] ACPI: \_SB_.PCI0.SBRG.SSPI._UID: ACPI: No context!
[    0.329914] ACPI: \_SB_.PCI0.SBRG.SSPI.LDN_: ACPI: No context!
[    0.329920] ACPI: \_SB_.PCI0.SBRG.SSPI._STA: ACPI: No context!
[    0.329927] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: No context!
[    0.329986] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.330022] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: utils: Return value [0]
[    0.330029] ACPI: Device [SGPI] status [00000000]
[    0.330051] acpi PNP0C08:01: No ACPI support
[    0.330094] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: Added as PNP0C08:01, parent device:0b
[    0.330121] ACPI: \_SB_.PCI0.SBRG.SGPI._HID: ACPI: No context!
[    0.330129] ACPI: \_SB_.PCI0.SBRG.SGPI._UID: ACPI: No context!
[    0.330136] ACPI: \_SB_.PCI0.SBRG.SGPI.LDN_: ACPI: No context!
[    0.330142] ACPI: \_SB_.PCI0.SBRG.SGPI._STA: ACPI: No context!
[    0.330149] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: No context!
[    0.330208] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.330244] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: utils: Return value [0]
[    0.330251] ACPI: Device [SHWM] status [00000000]
[    0.330278] acpi PNP0C08:02: No ACPI support
[    0.330325] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: Added as PNP0C08:02, parent device:0b
[    0.330352] ACPI: \_SB_.PCI0.SBRG.SHWM._HID: ACPI: No context!
[    0.330360] ACPI: \_SB_.PCI0.SBRG.SHWM._UID: ACPI: No context!
[    0.330367] ACPI: \_SB_.PCI0.SBRG.SHWM.LDN_: ACPI: No context!
[    0.330374] ACPI: \_SB_.PCI0.SBRG.SHWM._STA: ACPI: No context!
[    0.330380] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: No context!
[    0.330439] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.330475] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: utils: Return value [0]
[    0.330482] ACPI: Device [SCPI] status [00000000]
[    0.330504] acpi PNP0C08:03: No ACPI support
[    0.330553] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: Added as PNP0C08:03, parent device:0b
[    0.330580] ACPI: \_SB_.PCI0.SBRG.SCPI._HID: ACPI: No context!
[    0.330587] ACPI: \_SB_.PCI0.SBRG.SCPI._UID: ACPI: No context!
[    0.330594] ACPI: \_SB_.PCI0.SBRG.SCPI.LDN_: ACPI: No context!
[    0.330601] ACPI: \_SB_.PCI0.SBRG.SCPI._STA: ACPI: No context!
[    0.330607] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: No context!
[    0.331545] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.331826] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: utils: Return value [0]
[    0.331834] ACPI: Device [UAR1] status [00000000]
[    0.331858] acpi PNP0501:02: No ACPI support
[    0.331902] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: Added as PNP0501:02, parent device:0b
[    0.331926] ACPI: \_SB_.PCI0.SBRG.UAR1._HID: ACPI: No context!
[    0.331934] ACPI: \_SB_.PCI0.SBRG.UAR1._UID: ACPI: No context!
[    0.331940] ACPI: \_SB_.PCI0.SBRG.UAR1.LDN_: ACPI: No context!
[    0.331947] ACPI: \_SB_.PCI0.SBRG.UAR1._STA: ACPI: No context!
[    0.331954] ACPI: \_SB_.PCI0.SBRG.UAR1._DIS: ACPI: No context!
[    0.331960] ACPI: \_SB_.PCI0.SBRG.UAR1._CRS: ACPI: No context!
[    0.331967] ACPI: \_SB_.PCI0.SBRG.UAR1._SRS: ACPI: No context!
[    0.331973] ACPI: \_SB_.PCI0.SBRG.UAR1._PRS: ACPI: No context!
[    0.331980] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: No context!
[    0.332900] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.333186] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: utils: Return value [0]
[    0.333194] ACPI: Device [UAR2] status [00000000]
[    0.333218] acpi PNP0501:03: No ACPI support
[    0.333268] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: Added as PNP0501:03, parent device:0b
[    0.333292] ACPI: \_SB_.PCI0.SBRG.UAR2._HID: ACPI: No context!
[    0.333300] ACPI: \_SB_.PCI0.SBRG.UAR2._UID: ACPI: No context!
[    0.333307] ACPI: \_SB_.PCI0.SBRG.UAR2.LDN_: ACPI: No context!
[    0.333313] ACPI: \_SB_.PCI0.SBRG.UAR2._STA: ACPI: No context!
[    0.333320] ACPI: \_SB_.PCI0.SBRG.UAR2._DIS: ACPI: No context!
[    0.333326] ACPI: \_SB_.PCI0.SBRG.UAR2._CRS: ACPI: No context!
[    0.333333] ACPI: \_SB_.PCI0.SBRG.UAR2._SRS: ACPI: No context!
[    0.333339] ACPI: \_SB_.PCI0.SBRG.UAR2._PRS: ACPI: No context!
[    0.333346] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: No context!
[    0.333402] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    0.333415] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    0.333421] ACPI: Device [ADP1] status [0000000f]
[    0.333442] acpi ACPI0003:00: No ACPI support
[    0.333483] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: Added as ACPI0003:00, parent device:0b
[    0.333510] ACPI: \_SB_.PCI0.SBRG.ADP1._HID: ACPI: No context!
[    0.333517] ACPI: \_SB_.PCI0.SBRG.ADP1._PSR: ACPI: No context!
[    0.333524] ACPI: \_SB_.PCI0.SBRG.ADP1._PCL: ACPI: No context!
[    0.333531] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: No context!
[    0.333590] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    1.945897] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: utils: Return value [15]
[    1.945906] ACPI: Device [BAT1] status [0000000f]
[    1.945939] acpi PNP0C0A:03: No ACPI support
[    1.945988] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: Added as PNP0C0A:03, parent device:0b
[    1.946016] ACPI: \_SB_.PCI0.SBRG.BAT1._HID: ACPI: No context!
[    1.946024] ACPI: \_SB_.PCI0.SBRG.BAT1._UID: ACPI: No context!
[    1.946031] ACPI: \_SB_.PCI0.SBRG.BAT1._STA: ACPI: No context!
[    1.946038] ACPI: \_SB_.PCI0.SBRG.BAT1._BIF: ACPI: No context!
[    1.946044] ACPI: \_SB_.PCI0.SBRG.BAT1._BST: ACPI: No context!
[    1.946051] ACPI: \_SB_.PCI0.SBRG.BAT1._PCL: ACPI: No context!
[    1.946057] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: No context!
[    1.946120] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.752220] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: utils: Return value [0]
[    2.752228] ACPI: Device [BAT2] status [00000000]
[    2.752253] acpi PNP0C0A:04: No ACPI support
[    2.752307] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: Added as PNP0C0A:04, parent device:0b
[    2.752335] ACPI: \_SB_.PCI0.SBRG.BAT2._HID: ACPI: No context!
[    2.752343] ACPI: \_SB_.PCI0.SBRG.BAT2._UID: ACPI: No context!
[    2.752350] ACPI: \_SB_.PCI0.SBRG.BAT2._STA: ACPI: No context!
[    2.752356] ACPI: \_SB_.PCI0.SBRG.BAT2._BIF: ACPI: No context!
[    2.752363] ACPI: \_SB_.PCI0.SBRG.BAT2._BST: ACPI: No context!
[    2.752369] ACPI: \_SB_.PCI0.SBRG.BAT2._PCL: ACPI: No context!
[    2.752376] ACPI: \_SB_.PCI0.SBRG.ILBB: ACPI: No context!
[    2.752383] ACPI: \_SB_.PCI0.SBRG.IR3E: ACPI: No context!
[    2.752389] ACPI: \_SB_.PCI0.SBRG.IR4E: ACPI: No context!
[    2.752395] ACPI: \_SB_.PCI0.SBRG.LPC1: ACPI: No context!
[    2.752402] ACPI: \_SB_.PCI0.SBRG.P1EN: ACPI: No context!
[    2.752408] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: No context!
[    2.752568] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.752726] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: utils: Return value [15]
[    2.752734] ACPI: Device [PCU1] status [0000000f]
[    2.752757] acpi PNP0501:04: No ACPI support
[    2.752802] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: Added as PNP0501:04, parent device:0b
[    2.752826] ACPI: \_SB_.PCI0.SBRG.PCU1._HID: ACPI: No context!
[    2.752833] ACPI: \_SB_.PCI0.SBRG.PCU1._UID: ACPI: No context!
[    2.752840] ACPI: \_SB_.PCI0.SBRG.PCU1._DDN: ACPI: No context!
[    2.752846] ACPI: \_SB_.PCI0.SBRG.PCU1._STA: ACPI: No context!
[    2.752853] ACPI: \_SB_.PCI0.SBRG.PCU1._DIS: ACPI: No context!
[    2.752859] ACPI: \_SB_.PCI0.SBRG.PCU1._CRS: ACPI: No context!
[    2.752866] ACPI: \_SB_.PCI0.D004: ACPI: No context!
[    2.752920] ACPI: \_SB_.PCI0.D004: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.752932] ACPI: \_SB_.PCI0.D004: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.752938] ACPI: Device [D004] status [0000000f]
[    2.752960] acpi device:0c: No ACPI support
[    2.753005] ACPI: \_SB_.PCI0.D004: ACPI: Added as device:0c, parent PNP0A08:00
[    2.753019] ACPI: \_SB_.PCI0.D004._ADR: ACPI: No context!
[    2.753027] ACPI: \_SB_.PCI0.D005: ACPI: No context!
[    2.753078] ACPI: \_SB_.PCI0.D005: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.753092] ACPI: \_SB_.PCI0.D005: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.753098] ACPI: Device [D005] status [0000000f]
[    2.753120] acpi device:0d: No ACPI support
[    2.753159] ACPI: \_SB_.PCI0.D005: ACPI: Added as device:0d, parent PNP0A08:00
[    2.753172] ACPI: \_SB_.PCI0.D005._ADR: ACPI: No context!
[    2.753180] ACPI: \_SB_.PCI0.D006: ACPI: No context!
[    2.753232] ACPI: \_SB_.PCI0.D006: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.753244] ACPI: \_SB_.PCI0.D006: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.753250] ACPI: Device [D006] status [0000000f]
[    2.753270] acpi device:0e: No ACPI support
[    2.753314] ACPI: \_SB_.PCI0.D006: ACPI: Added as device:0e, parent PNP0A08:00
[    2.753327] ACPI: \_SB_.PCI0.D006._ADR: ACPI: No context!
[    2.753335] ACPI: \_SB_.PCI0.SATA: ACPI: No context!
[    2.753388] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.957116] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Return value [15]
[    2.957124] ACPI: Device [SATA] status [0000000f]
[    2.957146] acpi device:0f: No ACPI support
[    2.957193] ACPI: \_SB_.PCI0.SATA: ACPI: Added as device:0f, parent PNP0A08:00
[    2.957207] ACPI: \_SB_.PCI0.SATA._ADR: ACPI: No context!
[    2.957215] ACPI: \_SB_.PCI0.SATA.SATR: ACPI: No context!
[    2.957222] ACPI: \_SB_.PCI0.SATA.PMEE: ACPI: No context!
[    2.957228] ACPI: \_SB_.PCI0.SATA.PMES: ACPI: No context!
[    2.957235] ACPI: \_SB_.PCI0.SATA._STA: ACPI: No context!
[    2.957241] ACPI: \_SB_.PCI0.SATA._DSW: ACPI: No context!
[    2.957248] ACPI: \_SB_.PCI0.XHC1: ACPI: No context!
[    2.957303] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.957373] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Return value [15]
[    2.957381] ACPI: Device [XHC1] status [0000000f]
[    2.957542] acpi device:10: No ACPI support
[    2.957586] ACPI: \_SB_.PCI0.XHC1: ACPI: Added as device:10, parent PNP0A08:00
[    2.957600] ACPI: \_SB_.PCI0.XHC1._ADR: ACPI: No context!
[    2.957608] ACPI: \_SB_.PCI0.XHC1._DDN: ACPI: No context!
[    2.957615] ACPI: \_SB_.PCI0.XHC1._STR: ACPI: No context!
[    2.957621] ACPI: \_SB_.PCI0.XHC1._PRW: ACPI: No context!
[    2.957628] ACPI: \_SB_.PCI0.XHC1._PSW: ACPI: No context!
[    2.957635] ACPI: \_SB_.PCI0.XHC1.PMEB: ACPI: No context!
[    2.957641] ACPI: \_SB_.PCI0.XHC1.PMEE: ACPI: No context!
[    2.957647] ACPI: \_SB_.PCI0.XHC1.PMES: ACPI: No context!
[    2.957654] ACPI: \_SB_.PCI0.XHC1.NV0_: ACPI: No context!
[    2.957660] ACPI: \_SB_.PCI0.XHC1.IND0: ACPI: No context!
[    2.957667] ACPI: \_SB_.PCI0.XHC1.DAT0: ACPI: No context!
[    2.957673] ACPI: \_SB_.PCI0.XHC1.XUSB: ACPI: No context!
[    2.957679] ACPI: \_SB_.PCI0.XHC1._STA: ACPI: No context!
[    2.957686] ACPI: \_SB_.PCI0.XHC1.XPRT: ACPI: No context!
[    2.957692] ACPI: \_SB_.PCI0.XHC1.PR2_: ACPI: No context!
[    2.957699] ACPI: \_SB_.PCI0.XHC1.PR2M: ACPI: No context!
[    2.957705] ACPI: \_SB_.PCI0.XHC1.PR3_: ACPI: No context!
[    2.957711] ACPI: \_SB_.PCI0.XHC1.PR3M: ACPI: No context!
[    2.957718] ACPI: \_SB_.PCI0.XHC1.XRST: ACPI: No context!
[    2.957724] ACPI: \_SB_.PCI0.XHC1.CUID: ACPI: No context!
[    2.957731] ACPI: \_SB_.PCI0.XHC1.POSC: ACPI: No context!
[    2.957737] ACPI: \_SB_.PCI0.XHC1.XSEL: ACPI: No context!
[    2.957743] ACPI: \_SB_.PCI0.XHC1.ESEL: ACPI: No context!
[    2.957750] ACPI: \_SB_.PCI0.XHC1.XWAK: ACPI: No context!
[    2.957756] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: No context!
[    2.957809] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.957821] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.957827] ACPI: Device [RHUB] status [0000000f]
[    2.957848] acpi device:11: No ACPI support
[    2.957892] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: Added as device:11, parent device:10
[    2.957906] ACPI: \_SB_.PCI0.XHC1.RHUB._ADR: ACPI: No context!
[    2.957914] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: No context!
[    2.957966] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.957979] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.957984] ACPI: Device [SSP1] status [0000000f]
[    2.958063] acpi device:12: No ACPI support
[    2.958104] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: Added as device:12, parent device:11
[    2.958118] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1._ADR: ACPI: No context!
[    2.958126] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1._UPC: ACPI: No context!
[    2.958133] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1._PLD: ACPI: No context!
[    2.958140] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: No context!
[    2.958192] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.958205] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.958211] ACPI: Device [HS01] status [0000000f]
[    2.958286] acpi device:13: No ACPI support
[    2.958332] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: Added as device:13, parent device:11
[    2.958347] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01._ADR: ACPI: No context!
[    2.958355] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01._RMV: ACPI: No context!
[    2.958362] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01._UPC: ACPI: No context!
[    2.958368] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01._PLD: ACPI: No context!
[    2.958375] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: No context!
[    2.958428] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.958440] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.958446] ACPI: Device [HS02] status [0000000f]
[    2.958526] acpi device:14: No ACPI support
[    2.958567] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: Added as device:14, parent device:11
[    2.958581] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02._ADR: ACPI: No context!
[    2.958589] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02._RMV: ACPI: No context!
[    2.958596] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02._UPC: ACPI: No context!
[    2.958603] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02._PLD: ACPI: No context!
[    2.958610] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: No context!
[    2.958663] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.958675] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.958681] ACPI: Device [HS03] status [0000000f]
[    2.958757] acpi device:15: No ACPI support
[    2.958803] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: Added as device:15, parent device:11
[    2.958817] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03._ADR: ACPI: No context!
[    2.958825] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03._UPC: ACPI: No context!
[    2.958832] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03._RMV: ACPI: No context!
[    2.958839] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03._PLD: ACPI: No context!
[    2.958846] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: No context!
[    2.958899] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.958911] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.958917] ACPI: Device [HS04] status [0000000f]
[    2.958994] acpi device:16: No ACPI support
[    2.959034] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: Added as device:16, parent device:11
[    2.959049] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04._ADR: ACPI: No context!
[    2.959057] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04._RMV: ACPI: No context!
[    2.959064] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04._UPC: ACPI: No context!
[    2.959071] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04._PLD: ACPI: No context!
[    2.959078] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: No context!
[    2.959129] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.959142] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.959147] ACPI: Device [HSC1] status [0000000f]
[    2.959223] acpi device:17: No ACPI support
[    2.959269] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: Added as device:17, parent device:11
[    2.959283] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1._ADR: ACPI: No context!
[    2.959291] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1._UPC: ACPI: No context!
[    2.959298] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1._PLD: ACPI: No context!
[    2.959304] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: No context!
[    2.959357] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.959369] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.959375] ACPI: Device [HSC2] status [0000000f]
[    2.959466] acpi device:18: No ACPI support
[    2.959507] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: Added as device:18, parent device:11
[    2.959521] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2._ADR: ACPI: No context!
[    2.959529] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2._UPC: ACPI: No context!
[    2.959536] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2._PLD: ACPI: No context!
[    2.959544] ACPI: \_SB_.PCI0.D009: ACPI: No context!
[    2.959595] ACPI: \_SB_.PCI0.D009: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.959608] ACPI: \_SB_.PCI0.D009: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.959613] ACPI: Device [D009] status [0000000f]
[    2.959634] acpi device:19: No ACPI support
[    2.959678] ACPI: \_SB_.PCI0.D009: ACPI: Added as device:19, parent PNP0A08:00
[    2.959692] ACPI: \_SB_.PCI0.D009._ADR: ACPI: No context!
[    2.959700] ACPI: \_SB_.PCI0.XHC2: ACPI: No context!
[    2.959752] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.959764] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.959770] ACPI: Device [XHC2] status [0000000f]
[    2.959791] acpi device:1a: No ACPI support
[    2.959830] ACPI: \_SB_.PCI0.XHC2: ACPI: Added as device:1a, parent PNP0A08:00
[    2.959843] ACPI: \_SB_.PCI0.XHC2._ADR: ACPI: No context!
[    2.959851] ACPI: \_SB_.PCI0.D00B: ACPI: No context!
[    2.959902] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.959914] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.959920] ACPI: Device [D00B] status [0000000f]
[    2.959945] acpi device:1b: No ACPI support
[    2.959985] ACPI: \_SB_.PCI0.D00B: ACPI: Added as device:1b, parent PNP0A08:00
[    2.959998] ACPI: \_SB_.PCI0.D00B._ADR: ACPI: No context!
[    2.960006] ACPI: \_SB_.PCI0.GLAN: ACPI: No context!
[    2.960058] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.960070] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.960076] ACPI: Device [GLAN] status [0000000f]
[    2.960097] acpi device:1c: No ACPI support
[    2.960140] ACPI: \_SB_.PCI0.GLAN: ACPI: Added as device:1c, parent PNP0A08:00
[    2.960153] ACPI: \_SB_.PCI0.GLAN._ADR: ACPI: No context!
[    2.960161] ACPI: \_SB_.PCI0.HDEF: ACPI: No context!
[    2.960214] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.960303] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Return value [15]
[    2.960310] ACPI: Device [HDEF] status [0000000f]
[    2.960333] acpi device:1d: No ACPI support
[    2.960374] ACPI: \_SB_.PCI0.HDEF: ACPI: Added as device:1d, parent PNP0A08:00
[    2.960387] ACPI: \_SB_.PCI0.HDEF._ADR: ACPI: No context!
[    2.960395] ACPI: \_SB_.PCI0.HDEF.HDAR: ACPI: No context!
[    2.960402] ACPI: \_SB_.PCI0.HDEF.DCKA: ACPI: No context!
[    2.960408] ACPI: \_SB_.PCI0.HDEF.DCKM: ACPI: No context!
[    2.960415] ACPI: \_SB_.PCI0.HDEF.DCKS: ACPI: No context!
[    2.960421] ACPI: \_SB_.PCI0.HDEF.PMEE: ACPI: No context!
[    2.960428] ACPI: \_SB_.PCI0.HDEF.PMES: ACPI: No context!
[    2.960434] ACPI: \_SB_.PCI0.HDEF._STA: ACPI: No context!
[    2.960440] ACPI: \_SB_.PCI0.HDEF._DSW: ACPI: No context!
[    2.960447] ACPI: \_SB_.PCI0.EHC1: ACPI: No context!
[    2.960545] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.960610] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [0]
[    2.960617] ACPI: Device [EHC1] status [00000000]
[    2.960757] acpi device:1e: No ACPI support
[    2.960805] ACPI: \_SB_.PCI0.EHC1: ACPI: Added as device:1e, parent PNP0A08:00
[    2.960819] ACPI: \_SB_.PCI0.EHC1._ADR: ACPI: No context!
[    2.960827] ACPI: \_SB_.PCI0.EHC1.PWKE: ACPI: No context!
[    2.960833] ACPI: \_SB_.PCI0.EHC1.PWUC: ACPI: No context!
[    2.960840] ACPI: \_SB_.PCI0.EHC1._PSW: ACPI: No context!
[    2.960847] ACPI: \_SB_.PCI0.EHC1._S3D: ACPI: No context!
[    2.960853] ACPI: \_SB_.PCI0.EHC1._S4D: ACPI: No context!
[    2.960859] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: No context!
[    2.960912] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.960924] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.960930] ACPI: Device [HUBN] status [0000000f]
[    2.960951] acpi device:1f: No ACPI support
[    2.960990] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: Added as device:1f, parent device:1e
[    2.961004] ACPI: \_SB_.PCI0.EHC1.HUBN._ADR: ACPI: No context!
[    2.961012] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: No context!
[    2.961065] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.961077] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.961090] ACPI: Device [PR01] status [0000000f]
[    2.961124] acpi device:20: No ACPI support
[    2.961169] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: Added as device:20, parent device:1f
[    2.961183] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01._ADR: ACPI: No context!
[    2.961191] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01._UPC: ACPI: No context!
[    2.961198] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01._PLD: ACPI: No context!
[    2.961205] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: No context!
[    2.961257] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.961270] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.961276] ACPI: Device [PR11] status [0000000f]
[    2.961306] acpi device:21: No ACPI support
[    2.961346] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: Added as device:21, parent device:20
[    2.961360] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11._ADR: ACPI: No context!
[    2.961368] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11._RMV: ACPI: No context!
[    2.961375] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11._UPC: ACPI: No context!
[    2.961381] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11._PLD: ACPI: No context!
[    2.961389] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: No context!
[    2.961441] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.961453] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.961459] ACPI: Device [PR12] status [0000000f]
[    2.961490] acpi device:22: No ACPI support
[    2.961535] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: Added as device:22, parent device:20
[    2.961549] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12._ADR: ACPI: No context!
[    2.961557] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12._RMV: ACPI: No context!
[    2.961564] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12._UPC: ACPI: No context!
[    2.961571] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12._PLD: ACPI: No context!
[    2.961578] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: No context!
[    2.961631] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.961644] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.961650] ACPI: Device [PR13] status [0000000f]
[    2.961680] acpi device:23: No ACPI support
[    2.961720] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: Added as device:23, parent device:20
[    2.961734] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13._ADR: ACPI: No context!
[    2.961742] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13._RMV: ACPI: No context!
[    2.961749] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13._UPC: ACPI: No context!
[    2.961756] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13._PLD: ACPI: No context!
[    2.961763] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: No context!
[    2.961815] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.961828] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.961834] ACPI: Device [PR14] status [0000000f]
[    2.961868] acpi device:24: No ACPI support
[    2.961913] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: Added as device:24, parent device:20
[    2.961927] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14._ADR: ACPI: No context!
[    2.961935] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14._RMV: ACPI: No context!
[    2.961942] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14._UPC: ACPI: No context!
[    2.961949] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14._PLD: ACPI: No context!
[    2.961955] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14._DSM: ACPI: No context!
[    2.961962] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: No context!
[    2.962015] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.962027] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.962033] ACPI: Device [PR15] status [0000000f]
[    2.962063] acpi device:25: No ACPI support
[    2.962103] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: Added as device:25, parent device:20
[    2.962117] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15._ADR: ACPI: No context!
[    2.962125] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15._RMV: ACPI: No context!
[    2.962132] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15._UPC: ACPI: No context!
[    2.962138] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15._PLD: ACPI: No context!
[    2.962145] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15._DSM: ACPI: No context!
[    2.962152] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: No context!
[    2.962204] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.962217] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.962222] ACPI: Device [PR16] status [0000000f]
[    2.962253] acpi device:26: No ACPI support
[    2.962297] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: Added as device:26, parent device:20
[    2.962311] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16._ADR: ACPI: No context!
[    2.962319] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16._RMV: ACPI: No context!
[    2.962326] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16._UPC: ACPI: No context!
[    2.962333] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16._PLD: ACPI: No context!
[    2.962340] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16._DSM: ACPI: No context!
[    2.962347] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: No context!
[    2.962401] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.962413] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.962419] ACPI: Device [PR17] status [0000000f]
[    2.962449] acpi device:27: No ACPI support
[    2.962490] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: Added as device:27, parent device:20
[    2.962503] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17._ADR: ACPI: No context!
[    2.962511] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17._RMV: ACPI: No context!
[    2.962518] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17._UPC: ACPI: No context!
[    2.962525] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17._PLD: ACPI: No context!
[    2.962532] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17._DSM: ACPI: No context!
[    2.962539] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: No context!
[    2.962591] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.962603] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.962609] ACPI: Device [PR18] status [0000000f]
[    2.962644] acpi device:28: No ACPI support
[    2.962685] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: Added as device:28, parent device:20
[    2.962699] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18._ADR: ACPI: No context!
[    2.962706] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18._RMV: ACPI: No context!
[    2.962714] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18._UPC: ACPI: No context!
[    2.962720] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18._PLD: ACPI: No context!
[    2.962727] ACPI: \_SB_.PCI0.EHC1._PRW: ACPI: No context!
[    2.962734] ACPI: \_SB_.PCI0.EHC1.USBR: ACPI: No context!
[    2.962740] ACPI: \_SB_.PCI0.EHC1.PCMD: ACPI: No context!
[    2.962747] ACPI: \_SB_.PCI0.EHC1.UMBA: ACPI: No context!
[    2.962753] ACPI: \_SB_.PCI0.EHC1.PSTA: ACPI: No context!
[    2.962759] ACPI: \_SB_.PCI0.EHC1.PMEE: ACPI: No context!
[    2.962766] ACPI: \_SB_.PCI0.EHC1.PMES: ACPI: No context!
[    2.962772] ACPI: \_SB_.PCI0.EHC1._STA: ACPI: No context!
[    2.962779] ACPI: \_SB_.PCI0.EHC1._RMV: ACPI: No context!
[    2.962785] ACPI: \_SB_.PCI0.EHC1._PR3: ACPI: No context!
[    2.962791] ACPI: \_SB_.PCI0.SBUS: ACPI: No context!
[    2.962859] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.962871] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.962877] ACPI: Device [SBUS] status [0000000f]
[    2.962898] acpi device:29: No ACPI support
[    2.962943] ACPI: \_SB_.PCI0.SBUS: ACPI: Added as device:29, parent PNP0A08:00
[    2.962957] ACPI: \_SB_.PCI0.SBUS._ADR: ACPI: No context!
[    2.962965] ACPI: \_SB_.PCI0.SBUS.SMBP: ACPI: No context!
[    2.962972] ACPI: \_SB_.PCI0.SBUS.I2CE: ACPI: No context!
[    2.962979] ACPI: \_SB_.PCI0.SBUS.SMPB: ACPI: No context!
[    2.962985] ACPI: \_SB_.PCI0.SBUS.SBAR: ACPI: No context!
[    2.962992] ACPI: \_SB_.PCI0.SBUS.SMBI: ACPI: No context!
[    2.962998] ACPI: \_SB_.PCI0.SBUS.HSTS: ACPI: No context!
[    2.963005] ACPI: \_SB_.PCI0.SBUS.HCON: ACPI: No context!
[    2.963011] ACPI: \_SB_.PCI0.SBUS.HCOM: ACPI: No context!
[    2.963018] ACPI: \_SB_.PCI0.SBUS.TXSA: ACPI: No context!
[    2.963024] ACPI: \_SB_.PCI0.SBUS.DAT0: ACPI: No context!
[    2.963031] ACPI: \_SB_.PCI0.SBUS.DAT1: ACPI: No context!
[    2.963037] ACPI: \_SB_.PCI0.SBUS.HBDR: ACPI: No context!
[    2.963044] ACPI: \_SB_.PCI0.SBUS.PECR: ACPI: No context!
[    2.963050] ACPI: \_SB_.PCI0.SBUS.RXSA: ACPI: No context!
[    2.963056] ACPI: \_SB_.PCI0.SBUS.SDAT: ACPI: No context!
[    2.963063] ACPI: \_SB_.PCI0.SBUS.SSXB: ACPI: No context!
[    2.963069] ACPI: \_SB_.PCI0.SBUS.SRXB: ACPI: No context!
[    2.963075] ACPI: \_SB_.PCI0.SBUS.SWRB: ACPI: No context!
[    2.963082] ACPI: \_SB_.PCI0.SBUS.SRDB: ACPI: No context!
[    2.963088] ACPI: \_SB_.PCI0.SBUS.SWRW: ACPI: No context!
[    2.963095] ACPI: \_SB_.PCI0.SBUS.SRDW: ACPI: No context!
[    2.963101] ACPI: \_SB_.PCI0.SBUS.SBLW: ACPI: No context!
[    2.963107] ACPI: \_SB_.PCI0.SBUS.SBLR: ACPI: No context!
[    2.963114] ACPI: \_SB_.PCI0.SBUS.STRT: ACPI: No context!
[    2.963120] ACPI: \_SB_.PCI0.SBUS.COMP: ACPI: No context!
[    2.963126] ACPI: \_SB_.PCI0.SBUS.KILL: ACPI: No context!
[    2.963133] ACPI: \_SB_.PCI0.SBUS.RBUF: ACPI: No context!
[    2.963139] ACPI: \_SB_.PCI0.SBUS.BERR: ACPI: No context!
[    2.963145] ACPI: \_SB_.PCI0.SBUS.WRWD: ACPI: No context!
[    2.963152] ACPI: \_SB_.PCI0.SBUS.RDWD: ACPI: No context!
[    2.963158] ACPI: \_SB_.PCI0.SBUS.SBAC: ACPI: No context!
[    2.963164] ACPI: \_SB_.PCI0.SBUS.SRBK: ACPI: No context!
[    2.963171] ACPI: \_SB_.PCI0.SBUS.GBFE: ACPI: No context!
[    2.963177] ACPI: \_SB_.PCI0.SBUS.PBFE: ACPI: No context!
[    2.963183] ACPI: \_SB_.PCI0.SBUS.ITOS: ACPI: No context!
[    2.963189] ACPI: \_SB_.PCI0.RP01: ACPI: No context!
[    2.963243] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.963255] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.963261] ACPI: Device [RP01] status [0000000f]
[    2.963282] acpi device:2a: No ACPI support
[    2.963321] ACPI: \_SB_.PCI0.RP01: ACPI: Added as device:2a, parent PNP0A08:00
[    2.963335] ACPI: \_SB_.PCI0.RP01._ADR: ACPI: No context!
[    2.963342] ACPI: \_SB_.PCI0.RP01.PXCS: ACPI: No context!
[    2.963349] ACPI: \_SB_.PCI0.RP01.L0SE: ACPI: No context!
[    2.963356] ACPI: \_SB_.PCI0.RP01.LASX: ACPI: No context!
[    2.963362] ACPI: \_SB_.PCI0.RP01.ABPX: ACPI: No context!
[    2.963368] ACPI: \_SB_.PCI0.RP01.PDCX: ACPI: No context!
[    2.963375] ACPI: \_SB_.PCI0.RP01.PDSX: ACPI: No context!
[    2.963381] ACPI: \_SB_.PCI0.RP01.PSPX: ACPI: No context!
[    2.963388] ACPI: \_SB_.PCI0.RP01.HPEX: ACPI: No context!
[    2.963394] ACPI: \_SB_.PCI0.RP01.PMEX: ACPI: No context!
[    2.963400] ACPI: \_SB_.PCI0.RP01.HPSX: ACPI: No context!
[    2.963407] ACPI: \_SB_.PCI0.RP01.PMSX: ACPI: No context!
[    2.963413] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: No context!
[    2.963465] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.963477] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.963483] ACPI: Device [PXSX] status [0000000f]
[    2.963532] acpi device:2b: No ACPI support
[    2.963577] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: Added as device:2b, parent device:2a
[    2.963591] ACPI: \_SB_.PCI0.RP01.PXSX._ADR: ACPI: No context!
[    2.963598] ACPI: \_SB_.PCI0.RP01.PXSX._PRW: ACPI: No context!
[    2.963606] ACPI: \_SB_.PCI0.RP01.HPME: ACPI: No context!
[    2.963612] ACPI: \_SB_.PCI0.RP01._PRT: ACPI: No context!
[    2.963619] ACPI: \_SB_.PCI0.RP01.D015: ACPI: No context!
[    2.963671] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.963683] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.963689] ACPI: Device [D015] status [0000000f]
[    2.963709] acpi device:2c: No ACPI support
[    2.963748] ACPI: \_SB_.PCI0.RP01.D015: ACPI: Added as device:2c, parent device:2a
[    2.963762] ACPI: \_SB_.PCI0.RP01.D015._ADR: ACPI: No context!
[    2.963770] ACPI: \_SB_.PCI0.RP02: ACPI: No context!
[    2.963823] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.963835] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.963841] ACPI: Device [RP02] status [0000000f]
[    2.963862] acpi device:2d: No ACPI support
[    2.963909] ACPI: \_SB_.PCI0.RP02: ACPI: Added as device:2d, parent PNP0A08:00
[    2.963923] ACPI: \_SB_.PCI0.RP02._ADR: ACPI: No context!
[    2.963931] ACPI: \_SB_.PCI0.RP02.PXCS: ACPI: No context!
[    2.963937] ACPI: \_SB_.PCI0.RP02.L0SE: ACPI: No context!
[    2.963944] ACPI: \_SB_.PCI0.RP02.LASX: ACPI: No context!
[    2.963950] ACPI: \_SB_.PCI0.RP02.ABPX: ACPI: No context!
[    2.963957] ACPI: \_SB_.PCI0.RP02.PDCX: ACPI: No context!
[    2.963963] ACPI: \_SB_.PCI0.RP02.PDSX: ACPI: No context!
[    2.963969] ACPI: \_SB_.PCI0.RP02.PSPX: ACPI: No context!
[    2.963976] ACPI: \_SB_.PCI0.RP02.HPEX: ACPI: No context!
[    2.963982] ACPI: \_SB_.PCI0.RP02.PMEX: ACPI: No context!
[    2.963989] ACPI: \_SB_.PCI0.RP02.HPSX: ACPI: No context!
[    2.963995] ACPI: \_SB_.PCI0.RP02.PMSX: ACPI: No context!
[    2.964001] ACPI: \_SB_.PCI0.RP02.PXSX: ACPI: No context!
[    2.964053] ACPI: \_SB_.PCI0.RP02.PXSX: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964066] ACPI: \_SB_.PCI0.RP02.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964072] ACPI: Device [PXSX] status [0000000f]
[    2.964112] acpi device:2e: No ACPI support
[    2.964151] ACPI: \_SB_.PCI0.RP02.PXSX: ACPI: Added as device:2e, parent device:2d
[    2.964165] ACPI: \_SB_.PCI0.RP02.PXSX._ADR: ACPI: No context!
[    2.964173] ACPI: \_SB_.PCI0.RP02.PXSX._PRW: ACPI: No context!
[    2.964180] ACPI: \_SB_.PCI0.RP02.HPME: ACPI: No context!
[    2.964186] ACPI: \_SB_.PCI0.RP02._PRT: ACPI: No context!
[    2.964193] ACPI: \_SB_.PCI0.RP02.D016: ACPI: No context!
[    2.964244] ACPI: \_SB_.PCI0.RP02.D016: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964257] ACPI: \_SB_.PCI0.RP02.D016: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964262] ACPI: Device [D016] status [0000000f]
[    2.964283] acpi device:2f: No ACPI support
[    2.964327] ACPI: \_SB_.PCI0.RP02.D016: ACPI: Added as device:2f, parent device:2d
[    2.964341] ACPI: \_SB_.PCI0.RP02.D016._ADR: ACPI: No context!
[    2.964349] ACPI: \_SB_.PCI0.RP03: ACPI: No context!
[    2.964402] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964414] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964420] ACPI: Device [RP03] status [0000000f]
[    2.964440] acpi device:30: No ACPI support
[    2.964479] ACPI: \_SB_.PCI0.RP03: ACPI: Added as device:30, parent PNP0A08:00
[    2.964493] ACPI: \_SB_.PCI0.RP03._ADR: ACPI: No context!
[    2.964501] ACPI: \_SB_.PCI0.RP03.PXCS: ACPI: No context!
[    2.964507] ACPI: \_SB_.PCI0.RP03.L0SE: ACPI: No context!
[    2.964514] ACPI: \_SB_.PCI0.RP03.LASX: ACPI: No context!
[    2.964520] ACPI: \_SB_.PCI0.RP03.ABPX: ACPI: No context!
[    2.964527] ACPI: \_SB_.PCI0.RP03.PDCX: ACPI: No context!
[    2.964533] ACPI: \_SB_.PCI0.RP03.PDSX: ACPI: No context!
[    2.964540] ACPI: \_SB_.PCI0.RP03.PSPX: ACPI: No context!
[    2.964546] ACPI: \_SB_.PCI0.RP03.HPEX: ACPI: No context!
[    2.964553] ACPI: \_SB_.PCI0.RP03.PMEX: ACPI: No context!
[    2.964559] ACPI: \_SB_.PCI0.RP03.HPSX: ACPI: No context!
[    2.964566] ACPI: \_SB_.PCI0.RP03.PMSX: ACPI: No context!
[    2.964572] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: No context!
[    2.964624] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964636] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964642] ACPI: Device [PXSX] status [0000000f]
[    2.964681] acpi device:31: No ACPI support
[    2.964725] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: Added as device:31, parent device:30
[    2.964739] ACPI: \_SB_.PCI0.RP03.PXSX._ADR: ACPI: No context!
[    2.964747] ACPI: \_SB_.PCI0.RP03.PXSX._PRW: ACPI: No context!
[    2.964754] ACPI: \_SB_.PCI0.RP03.HPME: ACPI: No context!
[    2.964761] ACPI: \_SB_.PCI0.RP03._PRT: ACPI: No context!
[    2.964767] ACPI: \_SB_.PCI0.RP03.D017: ACPI: No context!
[    2.964818] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964831] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964836] ACPI: Device [D017] status [0000000f]
[    2.964857] acpi device:32: No ACPI support
[    2.964895] ACPI: \_SB_.PCI0.RP03.D017: ACPI: Added as device:32, parent device:30
[    2.964909] ACPI: \_SB_.PCI0.RP03.D017._ADR: ACPI: No context!
[    2.964917] ACPI: \_SB_.PCI0.RP04: ACPI: No context!
[    2.964970] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.964982] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.964988] ACPI: Device [RP04] status [0000000f]
[    2.965008] acpi device:33: No ACPI support
[    2.965053] ACPI: \_SB_.PCI0.RP04: ACPI: Added as device:33, parent PNP0A08:00
[    2.965066] ACPI: \_SB_.PCI0.RP04._ADR: ACPI: No context!
[    2.965074] ACPI: \_SB_.PCI0.RP04.PXCS: ACPI: No context!
[    2.965079] ACPI: \_SB_.PCI0.RP04.L0SE: ACPI: No context!
[    2.965087] ACPI: \_SB_.PCI0.RP04.LASX: ACPI: No context!
[    2.965095] ACPI: \_SB_.PCI0.RP04.ABPX: ACPI: No context!
[    2.965102] ACPI: \_SB_.PCI0.RP04.PDCX: ACPI: No context!
[    2.965108] ACPI: \_SB_.PCI0.RP04.PDSX: ACPI: No context!
[    2.965115] ACPI: \_SB_.PCI0.RP04.PSPX: ACPI: No context!
[    2.965121] ACPI: \_SB_.PCI0.RP04.HPEX: ACPI: No context!
[    2.965127] ACPI: \_SB_.PCI0.RP04.PMEX: ACPI: No context!
[    2.965134] ACPI: \_SB_.PCI0.RP04.HPSX: ACPI: No context!
[    2.965140] ACPI: \_SB_.PCI0.RP04.PMSX: ACPI: No context!
[    2.965146] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: No context!
[    2.965199] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.965212] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.965218] ACPI: Device [PXSX] status [0000000f]
[    2.965262] acpi device:34: No ACPI support
[    2.965302] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: Added as device:34, parent device:33
[    2.965316] ACPI: \_SB_.PCI0.RP04.PXSX._ADR: ACPI: No context!
[    2.965323] ACPI: \_SB_.PCI0.RP04.PXSX._PRW: ACPI: No context!
[    2.965330] ACPI: \_SB_.PCI0.RP04.HPME: ACPI: No context!
[    2.965337] ACPI: \_SB_.PCI0.RP04._PRT: ACPI: No context!
[    2.965343] ACPI: \_SB_.PCI0.RP04.D018: ACPI: No context!
[    2.965395] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.965407] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.965413] ACPI: Device [D018] status [0000000f]
[    2.965433] acpi device:35: No ACPI support
[    2.965477] ACPI: \_SB_.PCI0.RP04.D018: ACPI: Added as device:35, parent device:33
[    2.965491] ACPI: \_SB_.PCI0.RP04.D018._ADR: ACPI: No context!
[    2.965499] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: No context!
[    2.965551] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.965563] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.965569] ACPI: Device [D02A] status [0000000f]
[    2.965589] acpi device:36: No ACPI support
[    2.965628] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: Added as device:36, parent device:33
[    2.965641] ACPI: \_SB_.PCI0.RP04.D02A._ADR: ACPI: No context!
[    2.965649] ACPI: \_SB_.PCI0.D019: ACPI: No context!
[    2.965701] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.965713] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.965719] ACPI: Device [D019] status [0000000f]
[    2.965748] acpi device:37: No ACPI support
[    2.965788] ACPI: \_SB_.PCI0.D019: ACPI: Added as device:37, parent PNP0A08:00
[    2.965802] ACPI: \_SB_.PCI0.D019._ADR: ACPI: No context!
[    2.965810] ACPI: \_SB_.PCI0.D01A: ACPI: No context!
[    2.965862] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.965874] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.965880] ACPI: Device [D01A] status [0000000f]
[    2.965901] acpi device:38: No ACPI support
[    2.965944] ACPI: \_SB_.PCI0.D01A: ACPI: Added as device:38, parent PNP0A08:00
[    2.965958] ACPI: \_SB_.PCI0.D01A._ADR: ACPI: No context!
[    2.965966] ACPI: \_SB_.PCI0.D01B: ACPI: No context!
[    2.966030] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966043] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966048] ACPI: Device [D01B] status [0000000f]
[    2.966069] acpi device:39: No ACPI support
[    2.966107] ACPI: \_SB_.PCI0.D01B: ACPI: Added as device:39, parent PNP0A08:00
[    2.966121] ACPI: \_SB_.PCI0.D01B._ADR: ACPI: No context!
[    2.966129] ACPI: \_SB_.PCI0.D01C: ACPI: No context!
[    2.966181] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966193] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966199] ACPI: Device [D01C] status [0000000f]
[    2.966219] acpi device:3a: No ACPI support
[    2.966262] ACPI: \_SB_.PCI0.D01C: ACPI: Added as device:3a, parent PNP0A08:00
[    2.966276] ACPI: \_SB_.PCI0.D01C._ADR: ACPI: No context!
[    2.966284] ACPI: \_SB_.PCI0.D01D: ACPI: No context!
[    2.966336] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966348] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966354] ACPI: Device [D01D] status [0000000f]
[    2.966374] acpi device:3b: No ACPI support
[    2.966413] ACPI: \_SB_.PCI0.D01D: ACPI: Added as device:3b, parent PNP0A08:00
[    2.966426] ACPI: \_SB_.PCI0.D01D._ADR: ACPI: No context!
[    2.966434] ACPI: \_SB_.PCI0.D01E: ACPI: No context!
[    2.966486] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966499] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966504] ACPI: Device [D01E] status [0000000f]
[    2.966525] acpi device:3c: No ACPI support
[    2.966568] ACPI: \_SB_.PCI0.D01E: ACPI: Added as device:3c, parent PNP0A08:00
[    2.966582] ACPI: \_SB_.PCI0.D01E._ADR: ACPI: No context!
[    2.966590] ACPI: \_SB_.PCI0.D01F: ACPI: No context!
[    2.966642] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966654] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966659] ACPI: Device [D01F] status [0000000f]
[    2.966680] acpi device:3d: No ACPI support
[    2.966719] ACPI: \_SB_.PCI0.D01F: ACPI: Added as device:3d, parent PNP0A08:00
[    2.966732] ACPI: \_SB_.PCI0.D01F._ADR: ACPI: No context!
[    2.966740] ACPI: \_SB_.PCI0.D020: ACPI: No context!
[    2.966792] ACPI: \_SB_.PCI0.D020: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966804] ACPI: \_SB_.PCI0.D020: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966810] ACPI: Device [D020] status [0000000f]
[    2.966830] acpi device:3e: No ACPI support
[    2.966873] ACPI: \_SB_.PCI0.D020: ACPI: Added as device:3e, parent PNP0A08:00
[    2.966887] ACPI: \_SB_.PCI0.D020._ADR: ACPI: No context!
[    2.966895] ACPI: \_SB_.PCI0.D021: ACPI: No context!
[    2.966947] ACPI: \_SB_.PCI0.D021: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.966959] ACPI: \_SB_.PCI0.D021: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.966964] ACPI: Device [D021] status [0000000f]
[    2.966986] acpi device:3f: No ACPI support
[    2.967025] ACPI: \_SB_.PCI0.D021: ACPI: Added as device:3f, parent PNP0A08:00
[    2.967038] ACPI: \_SB_.PCI0.D021._ADR: ACPI: No context!
[    2.967046] ACPI: \_SB_.PCI0.D022: ACPI: No context!
[    2.967098] ACPI: \_SB_.PCI0.D022: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967110] ACPI: \_SB_.PCI0.D022: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967116] ACPI: Device [D022] status [0000000f]
[    2.967136] acpi device:40: No ACPI support
[    2.967180] ACPI: \_SB_.PCI0.D022: ACPI: Added as device:40, parent PNP0A08:00
[    2.967193] ACPI: \_SB_.PCI0.D022._ADR: ACPI: No context!
[    2.967201] ACPI: \_SB_.PCI0.D023: ACPI: No context!
[    2.967253] ACPI: \_SB_.PCI0.D023: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967265] ACPI: \_SB_.PCI0.D023: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967270] ACPI: Device [D023] status [0000000f]
[    2.967291] acpi device:41: No ACPI support
[    2.967329] ACPI: \_SB_.PCI0.D023: ACPI: Added as device:41, parent PNP0A08:00
[    2.967342] ACPI: \_SB_.PCI0.D023._ADR: ACPI: No context!
[    2.967350] ACPI: \_SB_.PCI0.D024: ACPI: No context!
[    2.967402] ACPI: \_SB_.PCI0.D024: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967414] ACPI: \_SB_.PCI0.D024: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967420] ACPI: Device [D024] status [0000000f]
[    2.967440] acpi device:42: No ACPI support
[    2.967483] ACPI: \_SB_.PCI0.D024: ACPI: Added as device:42, parent PNP0A08:00
[    2.967497] ACPI: \_SB_.PCI0.D024._ADR: ACPI: No context!
[    2.967505] ACPI: \_SB_.PCI0.D025: ACPI: No context!
[    2.967556] ACPI: \_SB_.PCI0.D025: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967569] ACPI: \_SB_.PCI0.D025: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967574] ACPI: Device [D025] status [0000000f]
[    2.967595] acpi device:43: No ACPI support
[    2.967633] ACPI: \_SB_.PCI0.D025: ACPI: Added as device:43, parent PNP0A08:00
[    2.967647] ACPI: \_SB_.PCI0.D025._ADR: ACPI: No context!
[    2.967655] ACPI: \_SB_.PCI0.D026: ACPI: No context!
[    2.967707] ACPI: \_SB_.PCI0.D026: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967719] ACPI: \_SB_.PCI0.D026: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967725] ACPI: Device [D026] status [0000000f]
[    2.967749] acpi device:44: No ACPI support
[    2.967792] ACPI: \_SB_.PCI0.D026: ACPI: Added as device:44, parent PNP0A08:00
[    2.967806] ACPI: \_SB_.PCI0.D026._ADR: ACPI: No context!
[    2.967814] ACPI: \_SB_.PCI0.D027: ACPI: No context!
[    2.967865] ACPI: \_SB_.PCI0.D027: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.967877] ACPI: \_SB_.PCI0.D027: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.967883] ACPI: Device [D027] status [0000000f]
[    2.967903] acpi device:45: No ACPI support
[    2.967942] ACPI: \_SB_.PCI0.D027: ACPI: Added as device:45, parent PNP0A08:00
[    2.967955] ACPI: \_SB_.PCI0.D027._ADR: ACPI: No context!
[    2.967963] ACPI: \_SB_.PCI0.D028: ACPI: No context!
[    2.968015] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.968027] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.968033] ACPI: Device [D028] status [0000000f]
[    2.968057] acpi device:46: No ACPI support
[    2.968096] ACPI: \_SB_.PCI0.D028: ACPI: Added as device:46, parent PNP0A08:00
[    2.968110] ACPI: \_SB_.PCI0.D028._ADR: ACPI: No context!
[    2.968118] ACPI: \_SB_.PCI0.EM41: ACPI: No context!
[    2.968171] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.968287] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [0]
[    2.968295] ACPI: Device [EM41] status [00000000]
[    2.968317] acpi device:47: No ACPI support
[    2.968364] ACPI: \_SB_.PCI0.EM41: ACPI: Added as device:47, parent PNP0A08:00
[    2.968378] ACPI: \_SB_.PCI0.EM41._ADR: ACPI: No context!
[    2.968385] ACPI: \_SB_.PCI0.EM41.SDIO: ACPI: No context!
[    2.968392] ACPI: \_SB_.PCI0.EM41.PMEE: ACPI: No context!
[    2.968399] ACPI: \_SB_.PCI0.EM41.PMES: ACPI: No context!
[    2.968405] ACPI: \_SB_.PCI0.EM41._STA: ACPI: No context!
[    2.968412] ACPI: \_SB_.PCI0.EM41._DSW: ACPI: No context!
[    2.968418] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: No context!
[    2.968471] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.968483] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.968489] ACPI: Device [CARD] status [0000000f]
[    2.968509] acpi device:48: No ACPI support
[    2.968548] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: Added as device:48, parent device:47
[    2.968562] ACPI: \_SB_.PCI0.EM41.CARD._ADR: ACPI: No context!
[    2.968569] ACPI: \_SB_.PCI0.EM41.CARD._RMV: ACPI: No context!
[    2.968577] ACPI: \_SB_.PCI0.EM45: ACPI: No context!
[    2.968641] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.968742] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [15]
[    2.968750] ACPI: Device [EM45] status [0000000f]
[    2.968772] acpi device:49: No ACPI support
[    2.968818] ACPI: \_SB_.PCI0.EM45: ACPI: Added as device:49, parent PNP0A08:00
[    2.968832] ACPI: \_SB_.PCI0.EM45._ADR: ACPI: No context!
[    2.968840] ACPI: \_SB_.PCI0.EM45.SDIO: ACPI: No context!
[    2.968847] ACPI: \_SB_.PCI0.EM45.PMEE: ACPI: No context!
[    2.968854] ACPI: \_SB_.PCI0.EM45.PMES: ACPI: No context!
[    2.968860] ACPI: \_SB_.PCI0.EM45._STA: ACPI: No context!
[    2.968867] ACPI: \_SB_.PCI0.EM45._DSW: ACPI: No context!
[    2.968873] ACPI: \_SB_.PCI0.EM45.CARD: ACPI: No context!
[    2.968925] ACPI: \_SB_.PCI0.EM45.CARD: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.968937] ACPI: \_SB_.PCI0.EM45.CARD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.968943] ACPI: Device [CARD] status [0000000f]
[    2.968963] acpi device:4a: No ACPI support
[    2.969002] ACPI: \_SB_.PCI0.EM45.CARD: ACPI: Added as device:4a, parent device:49
[    2.969015] ACPI: \_SB_.PCI0.EM45.CARD._ADR: ACPI: No context!
[    2.969023] ACPI: \_SB_.PCI0.EM45.CARD._RMV: ACPI: No context!
[    2.969030] ACPI: \_SB_.PCI0.OTG1: ACPI: No context!
[    2.969084] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.969158] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [0]
[    2.969165] ACPI: Device [OTG1] status [00000000]
[    2.969179] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Evaluate [_DSC]: AE_NOT_FOUND
[    2.969237] ACPI: \_SB_.USBC: ACPI: No context!
[    2.969259] ACPI: \_SB_.USBC: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.969298] ACPI: \_SB_.USBC: ACPI: utils: Return value [15]
[    2.969306] ACPI: \_SB_.USBC: ACPI: PM: Power resource is on
[    2.969313] ACPI: \_SB_.USBC: New power resource
[    2.969332] acpi LNXPOWER:00: No ACPI support
[    2.969397] acpi device:4b: No ACPI support
[    2.969439] ACPI: \_SB_.PCI0.OTG1: ACPI: Added as device:4b, parent PNP0A08:00
[    2.969453] ACPI: \_SB_.PCI0.OTG1._ADR: ACPI: No context!
[    2.969461] ACPI: \_SB_.PCI0.OTG1._DDN: ACPI: No context!
[    2.969468] ACPI: \_SB_.PCI0.OTG1._STR: ACPI: No context!
[    2.969475] ACPI: \_SB_.PCI0.OTG1.PMEB: ACPI: No context!
[    2.969481] ACPI: \_SB_.PCI0.OTG1.PMEE: ACPI: No context!
[    2.969488] ACPI: \_SB_.PCI0.OTG1.PMES: ACPI: No context!
[    2.969494] ACPI: \_SB_.PCI0.OTG1.GENR: ACPI: No context!
[    2.969501] ACPI: \_SB_.PCI0.OTG1.CPME: ACPI: No context!
[    2.969507] ACPI: \_SB_.PCI0.OTG1.U2EN: ACPI: No context!
[    2.969513] ACPI: \_SB_.PCI0.OTG1.U3EN: ACPI: No context!
[    2.969520] ACPI: \_SB_.PCI0.OTG1._PS3: ACPI: No context!
[    2.969526] ACPI: \_SB_.PCI0.OTG1._PS0: ACPI: No context!
[    2.969533] ACPI: \_SB_.PCI0.OTG1._DSW: ACPI: No context!
[    2.969539] ACPI: \_SB_.PCI0.OTG1._RMV: ACPI: No context!
[    2.969545] ACPI: \_SB_.PCI0.OTG1._PR3: ACPI: No context!
[    2.969552] ACPI: \_SB_.PCI0.OTG1._STA: ACPI: No context!
[    2.969558] ACPI: \_SB_.PCI0.SEC0: ACPI: No context!
[    2.969790] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.969857] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [15]
[    2.969865] ACPI: Device [SEC0] status [0000000f]
[    2.969888] acpi device:4c: No ACPI support
[    2.969935] ACPI: \_SB_.PCI0.SEC0: ACPI: Added as device:4c, parent PNP0A08:00
[    2.969949] ACPI: \_SB_.PCI0.SEC0._ADR: ACPI: No context!
[    2.969957] ACPI: \_SB_.PCI0.SEC0.PMEB: ACPI: No context!
[    2.969964] ACPI: \_SB_.PCI0.SEC0.PMEE: ACPI: No context!
[    2.969970] ACPI: \_SB_.PCI0.SEC0.PMES: ACPI: No context!
[    2.969977] ACPI: \_SB_.PCI0.SEC0._DSW: ACPI: No context!
[    2.969983] ACPI: \_SB_.PCI0.SEC0._CRS: ACPI: No context!
[    2.969990] ACPI: \_SB_.PCI0.SEC0._STA: ACPI: No context!
[    2.969996] ACPI: \_SB_.PCI0._INI: ACPI: No context!
[    2.970003] ACPI: \_SB_.PCI0.NHPG: ACPI: No context!
[    2.970009] ACPI: \_SB_.PCI0.NPME: ACPI: No context!
[    2.970015] ACPI: \_SB_.PCI0.PDRC: ACPI: No context!
[    2.970148] ACPI: \_SB_.PCI0.PDRC: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.970161] ACPI: \_SB_.PCI0.PDRC: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.970167] ACPI: Device [PDRC] status [0000000f]
[    2.970189] acpi PNP0C02:02: No ACPI support
[    2.970237] ACPI: \_SB_.PCI0.PDRC: ACPI: Added as PNP0C02:02, parent PNP0A08:00
[    2.970258] ACPI: \_SB_.PCI0.PDRC._HID: ACPI: No context!
[    2.970266] ACPI: \_SB_.PCI0.PDRC._UID: ACPI: No context!
[    2.970273] ACPI: \_SB_.PCI0.PDRC.BUF0: ACPI: No context!
[    2.970279] ACPI: \_SB_.PCI0.PDRC._CRS: ACPI: No context!
[    2.970286] ACPI: \_SB_.BN00: ACPI: No context!
[    2.970293] ACPI: \_SB_.ILBR: ACPI: No context!
[    2.970299] ACPI: \_SB_.PARC: ACPI: No context!
[    2.970305] ACPI: \_SB_.PBRC: ACPI: No context!
[    2.970312] ACPI: \_SB_.PCRC: ACPI: No context!
[    2.970318] ACPI: \_SB_.PDRC: ACPI: No context!
[    2.970324] ACPI: \_SB_.PERC: ACPI: No context!
[    2.970330] ACPI: \_SB_.PFRC: ACPI: No context!
[    2.970336] ACPI: \_SB_.PGRC: ACPI: No context!
[    2.970342] ACPI: \_SB_.PHRC: ACPI: No context!
[    2.970348] ACPI: \_SB_.UI3E: ACPI: No context!
[    2.970354] ACPI: \_SB_.UI4E: ACPI: No context!
[    2.970360] ACPI: \_SB_.LNKA: ACPI: No context!
[    2.970650] ACPI: \_SB_.LNKA: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.970714] ACPI: \_SB_.LNKA: ACPI: utils: Return value [11]
[    2.970721] ACPI: Device [LNKA] status [0000000b]
[    2.970745] acpi PNP0C0F:00: No ACPI support
[    2.970789] ACPI: \_SB_.LNKA: ACPI: Added as PNP0C0F:00, parent LNXSYBUS:00
[    2.970803] ACPI: \_SB_.LNKA._HID: ACPI: No context!
[    2.970811] ACPI: \_SB_.LNKA._UID: ACPI: No context!
[    2.970817] ACPI: \_SB_.LNKA._DIS: ACPI: No context!
[    2.970824] ACPI: \_SB_.LNKA._PRS: ACPI: No context!
[    2.970830] ACPI: \_SB_.LNKA._CRS: ACPI: No context!
[    2.970837] ACPI: \_SB_.LNKA._SRS: ACPI: No context!
[    2.970843] ACPI: \_SB_.LNKA._STA: ACPI: No context!
[    2.970850] ACPI: \_SB_.LNKB: ACPI: No context!
[    2.971131] ACPI: \_SB_.LNKB: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.971192] ACPI: \_SB_.LNKB: ACPI: utils: Return value [9]
[    2.971200] ACPI: Device [LNKB] status [00000009]
[    2.971223] acpi PNP0C0F:01: No ACPI support
[    2.971274] ACPI: \_SB_.LNKB: ACPI: Added as PNP0C0F:01, parent LNXSYBUS:00
[    2.971289] ACPI: \_SB_.LNKB._HID: ACPI: No context!
[    2.971296] ACPI: \_SB_.LNKB._UID: ACPI: No context!
[    2.971303] ACPI: \_SB_.LNKB._DIS: ACPI: No context!
[    2.971309] ACPI: \_SB_.LNKB._PRS: ACPI: No context!
[    2.971315] ACPI: \_SB_.LNKB._CRS: ACPI: No context!
[    2.971322] ACPI: \_SB_.LNKB._SRS: ACPI: No context!
[    2.971328] ACPI: \_SB_.LNKB._STA: ACPI: No context!
[    2.971335] ACPI: \_SB_.LNKC: ACPI: No context!
[    2.971616] ACPI: \_SB_.LNKC: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.971679] ACPI: \_SB_.LNKC: ACPI: utils: Return value [11]
[    2.971687] ACPI: Device [LNKC] status [0000000b]
[    2.971710] acpi PNP0C0F:02: No ACPI support
[    2.971759] ACPI: \_SB_.LNKC: ACPI: Added as PNP0C0F:02, parent LNXSYBUS:00
[    2.971773] ACPI: \_SB_.LNKC._HID: ACPI: No context!
[    2.971781] ACPI: \_SB_.LNKC._UID: ACPI: No context!
[    2.971788] ACPI: \_SB_.LNKC._DIS: ACPI: No context!
[    2.971794] ACPI: \_SB_.LNKC._PRS: ACPI: No context!
[    2.971800] ACPI: \_SB_.LNKC._CRS: ACPI: No context!
[    2.971807] ACPI: \_SB_.LNKC._SRS: ACPI: No context!
[    2.971813] ACPI: \_SB_.LNKC._STA: ACPI: No context!
[    2.971819] ACPI: \_SB_.LNKD: ACPI: No context!
[    2.972101] ACPI: \_SB_.LNKD: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.972164] ACPI: \_SB_.LNKD: ACPI: utils: Return value [11]
[    2.972172] ACPI: Device [LNKD] status [0000000b]
[    2.972194] acpi PNP0C0F:03: No ACPI support
[    2.972239] ACPI: \_SB_.LNKD: ACPI: Added as PNP0C0F:03, parent LNXSYBUS:00
[    2.972253] ACPI: \_SB_.LNKD._HID: ACPI: No context!
[    2.972261] ACPI: \_SB_.LNKD._UID: ACPI: No context!
[    2.972268] ACPI: \_SB_.LNKD._DIS: ACPI: No context!
[    2.972274] ACPI: \_SB_.LNKD._PRS: ACPI: No context!
[    2.972280] ACPI: \_SB_.LNKD._CRS: ACPI: No context!
[    2.972286] ACPI: \_SB_.LNKD._SRS: ACPI: No context!
[    2.972292] ACPI: \_SB_.LNKD._STA: ACPI: No context!
[    2.972299] ACPI: \_SB_.LNKE: ACPI: No context!
[    2.972578] ACPI: \_SB_.LNKE: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.972641] ACPI: \_SB_.LNKE: ACPI: utils: Return value [11]
[    2.972649] ACPI: Device [LNKE] status [0000000b]
[    2.972672] acpi PNP0C0F:04: No ACPI support
[    2.972722] ACPI: \_SB_.LNKE: ACPI: Added as PNP0C0F:04, parent LNXSYBUS:00
[    2.972736] ACPI: \_SB_.LNKE._HID: ACPI: No context!
[    2.972744] ACPI: \_SB_.LNKE._UID: ACPI: No context!
[    2.972751] ACPI: \_SB_.LNKE._DIS: ACPI: No context!
[    2.972757] ACPI: \_SB_.LNKE._PRS: ACPI: No context!
[    2.972763] ACPI: \_SB_.LNKE._CRS: ACPI: No context!
[    2.972769] ACPI: \_SB_.LNKE._SRS: ACPI: No context!
[    2.972775] ACPI: \_SB_.LNKE._STA: ACPI: No context!
[    2.972782] ACPI: \_SB_.LNKF: ACPI: No context!
[    2.973063] ACPI: \_SB_.LNKF: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.973128] ACPI: \_SB_.LNKF: ACPI: utils: Return value [11]
[    2.973136] ACPI: Device [LNKF] status [0000000b]
[    2.973163] acpi PNP0C0F:05: No ACPI support
[    2.973208] ACPI: \_SB_.LNKF: ACPI: Added as PNP0C0F:05, parent LNXSYBUS:00
[    2.973222] ACPI: \_SB_.LNKF._HID: ACPI: No context!
[    2.973230] ACPI: \_SB_.LNKF._UID: ACPI: No context!
[    2.973237] ACPI: \_SB_.LNKF._DIS: ACPI: No context!
[    2.973243] ACPI: \_SB_.LNKF._PRS: ACPI: No context!
[    2.973249] ACPI: \_SB_.LNKF._CRS: ACPI: No context!
[    2.973256] ACPI: \_SB_.LNKF._SRS: ACPI: No context!
[    2.973262] ACPI: \_SB_.LNKF._STA: ACPI: No context!
[    2.973268] ACPI: \_SB_.LNKG: ACPI: No context!
[    2.973548] ACPI: \_SB_.LNKG: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.973612] ACPI: \_SB_.LNKG: ACPI: utils: Return value [11]
[    2.973620] ACPI: Device [LNKG] status [0000000b]
[    2.973642] acpi PNP0C0F:06: No ACPI support
[    2.973693] ACPI: \_SB_.LNKG: ACPI: Added as PNP0C0F:06, parent LNXSYBUS:00
[    2.973707] ACPI: \_SB_.LNKG._HID: ACPI: No context!
[    2.973715] ACPI: \_SB_.LNKG._UID: ACPI: No context!
[    2.973721] ACPI: \_SB_.LNKG._DIS: ACPI: No context!
[    2.973728] ACPI: \_SB_.LNKG._PRS: ACPI: No context!
[    2.973734] ACPI: \_SB_.LNKG._CRS: ACPI: No context!
[    2.973740] ACPI: \_SB_.LNKG._SRS: ACPI: No context!
[    2.973746] ACPI: \_SB_.LNKG._STA: ACPI: No context!
[    2.973753] ACPI: \_SB_.LNKH: ACPI: No context!
[    2.974033] ACPI: \_SB_.LNKH: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.974096] ACPI: \_SB_.LNKH: ACPI: utils: Return value [11]
[    2.974104] ACPI: Device [LNKH] status [0000000b]
[    2.974127] acpi PNP0C0F:07: No ACPI support
[    2.974176] ACPI: \_SB_.LNKH: ACPI: Added as PNP0C0F:07, parent LNXSYBUS:00
[    2.974190] ACPI: \_SB_.LNKH._HID: ACPI: No context!
[    2.974198] ACPI: \_SB_.LNKH._UID: ACPI: No context!
[    2.974204] ACPI: \_SB_.LNKH._DIS: ACPI: No context!
[    2.974211] ACPI: \_SB_.LNKH._PRS: ACPI: No context!
[    2.974217] ACPI: \_SB_.LNKH._CRS: ACPI: No context!
[    2.974224] ACPI: \_SB_.LNKH._SRS: ACPI: No context!
[    2.974230] ACPI: \_SB_.LNKH._STA: ACPI: No context!
[    2.974236] ACPI: \_SB_.LPEA: ACPI: No context!
[    2.974658] ACPI: \_SB_.LPEA: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.974782] ACPI: \_SB_.LPEA: ACPI: utils: Return value [0]
[    2.974789] ACPI: Device [LPEA] status [00000000]
[    2.974805] ACPI: \_SB_.LPEA: ACPI: utils: Evaluate [_DSC]: AE_NOT_FOUND
[    2.974826] ACPI: \_SB_.LPEA.PLPE: ACPI: No context!
[    2.974834] ACPI: \_SB_.LPEA: ACPI: No context!
[    2.974853] ACPI: \_SB_.LPEA.PLPE: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.974903] ACPI: \_SB_.LPEA.PLPE: ACPI: utils: Return value [1]
[    2.974912] ACPI: \_SB_.LPEA.PLPE: ACPI: PM: Power resource is on
[    2.974918] ACPI: \_SB_.LPEA.PLPE: New power resource
[    2.974937] acpi LNXPOWER:01: No ACPI support
[    2.975003] acpi 80860F28:00: No ACPI support
[    2.975057] ACPI: \_SB_.LPEA: ACPI: Added as 80860F28:00, parent LNXSYBUS:00
[    2.975096] ACPI: \_SB_.LPEA._ADR: ACPI: No context!
[    2.975104] ACPI: \_SB_.LPEA._HID: ACPI: No context!
[    2.975111] ACPI: \_SB_.LPEA._CID: ACPI: No context!
[    2.975118] ACPI: \_SB_.LPEA._DDN: ACPI: No context!
[    2.975124] ACPI: \_SB_.LPEA._SUB: ACPI: No context!
[    2.975130] ACPI: \_SB_.LPEA._UID: ACPI: No context!
[    2.975137] ACPI: \_SB_.LPEA._PR0: ACPI: No context!
[    2.975143] ACPI: \_SB_.LPEA._STA: ACPI: No context!
[    2.975149] ACPI: \_SB_.LPEA._DIS: ACPI: No context!
[    2.975155] ACPI: \_SB_.LPEA.RBUF: ACPI: No context!
[    2.975161] ACPI: \_SB_.LPEA._CRS: ACPI: No context!
[    2.975168] ACPI: \_SB_.LPEA.KEYS: ACPI: No context!
[    2.975174] ACPI: \_SB_.LPEA.PSAT: ACPI: No context!
[    2.975181] ACPI: \_SB_.LPEA.PLPE._STA: ACPI: No context!
[    2.975188] ACPI: \_SB_.LPEA.PLPE._ON_: ACPI: No context!
[    2.975194] ACPI: \_SB_.LPEA.PLPE._OFF: ACPI: No context!
[    2.975201] ACPI: \_SB_.LPA2: ACPI: No context!
[    2.975894] ACPI: \_SB_.LPA2: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.976016] ACPI: \_SB_.LPA2: ACPI: utils: Return value [0]
[    2.976024] ACPI: Device [LPA2] status [00000000]
[    2.976039] ACPI: \_SB_.LPA2: ACPI: utils: Evaluate [_DSC]: AE_NOT_FOUND
[    2.976060] ACPI: \_SB_.LPA2.PLPE: ACPI: No context!
[    2.976069] ACPI: \_SB_.LPA2: ACPI: No context!
[    2.976088] ACPI: \_SB_.LPA2.PLPE: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.976125] ACPI: \_SB_.LPA2.PLPE: ACPI: utils: Return value [1]
[    2.976134] ACPI: \_SB_.LPA2.PLPE: ACPI: PM: Power resource is on
[    2.976140] ACPI: \_SB_.LPA2.PLPE: New power resource
[    2.976158] acpi LNXPOWER:02: No ACPI support
[    2.976230] acpi LPE0F28:00: No ACPI support
[    2.976277] ACPI: \_SB_.LPA2: ACPI: Added as LPE0F28:00, parent LNXSYBUS:00
[    2.976313] ACPI: \_SB_.LPA2._ADR: ACPI: No context!
[    2.976321] ACPI: \_SB_.LPA2._HID: ACPI: No context!
[    2.976328] ACPI: \_SB_.LPA2._CID: ACPI: No context!
[    2.976334] ACPI: \_SB_.LPA2._DDN: ACPI: No context!
[    2.976340] ACPI: \_SB_.LPA2._SUB: ACPI: No context!
[    2.976346] ACPI: \_SB_.LPA2._UID: ACPI: No context!
[    2.976353] ACPI: \_SB_.LPA2._PR0: ACPI: No context!
[    2.976359] ACPI: \_SB_.LPA2._STA: ACPI: No context!
[    2.976365] ACPI: \_SB_.LPA2._DIS: ACPI: No context!
[    2.976372] ACPI: \_SB_.LPA2.RBUF: ACPI: No context!
[    2.976378] ACPI: \_SB_.LPA2._CRS: ACPI: No context!
[    2.976384] ACPI: \_SB_.LPA2.KEYS: ACPI: No context!
[    2.976390] ACPI: \_SB_.LPA2.PSAT: ACPI: No context!
[    2.976397] ACPI: \_SB_.LPA2.PLPE._STA: ACPI: No context!
[    2.976404] ACPI: \_SB_.LPA2.PLPE._ON_: ACPI: No context!
[    2.976410] ACPI: \_SB_.LPA2.PLPE._OFF: ACPI: No context!
[    2.976416] ACPI: \_SB_.LPA2.ADMA: ACPI: No context!
[    2.976750] ACPI: \_SB_.LPA2.ADMA: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.976764] ACPI: \_SB_.LPA2.ADMA: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.976770] ACPI: Device [ADMA] status [0000000f]
[    2.976792] acpi DMA0F28:00: No ACPI support
[    2.976841] ACPI: \_SB_.LPA2.ADMA: ACPI: Added as DMA0F28:00, parent LPE0F28:00
[    2.976878] ACPI: \_SB_.LPA2.ADMA._ADR: ACPI: No context!
[    2.976886] ACPI: \_SB_.LPA2.ADMA._HID: ACPI: No context!
[    2.976892] ACPI: \_SB_.LPA2.ADMA._CID: ACPI: No context!
[    2.976899] ACPI: \_SB_.LPA2.ADMA._DDN: ACPI: No context!
[    2.976905] ACPI: \_SB_.LPA2.ADMA._UID: ACPI: No context!
[    2.976912] ACPI: \_SB_.LPA2.ADMA.RBUF: ACPI: No context!
[    2.976918] ACPI: \_SB_.LPA2.ADMA._CRS: ACPI: No context!
[    2.976926] ACPI: \_SB_.USBC._STA: ACPI: No context!
[    2.976932] ACPI: \_SB_.USBC._ON_: ACPI: No context!
[    2.976939] ACPI: \_SB_.USBC._OFF: ACPI: No context!
[    2.976945] ACPI: \_SB_.CRTT: ACPI: No context!
[    2.976952] ACPI: \_SB_.ACTT: ACPI: No context!
[    2.976958] ACPI: \_SB_.GCR0: ACPI: No context!
[    2.976964] ACPI: \_SB_.GCR1: ACPI: No context!
[    2.976970] ACPI: \_SB_.GCR2: ACPI: No context!
[    2.976976] ACPI: \_SB_.GCR3: ACPI: No context!
[    2.976983] ACPI: \_SB_.GCR4: ACPI: No context!
[    2.976989] ACPI: \_SB_.GCR5: ACPI: No context!
[    2.976995] ACPI: \_SB_.GCR6: ACPI: No context!
[    2.977001] ACPI: \_SB_.PST0: ACPI: No context!
[    2.977007] ACPI: \_SB_.PST1: ACPI: No context!
[    2.977013] ACPI: \_SB_.PST2: ACPI: No context!
[    2.977020] ACPI: \_SB_.PST3: ACPI: No context!
[    2.977026] ACPI: \_SB_.PST4: ACPI: No context!
[    2.977032] ACPI: \_SB_.PST5: ACPI: No context!
[    2.977038] ACPI: \_SB_.PST6: ACPI: No context!
[    2.977044] ACPI: \_SB_.PDBG: ACPI: No context!
[    2.977050] ACPI: \_SB_.PDPM: ACPI: No context!
[    2.977056] ACPI: \_SB_.DLPO: ACPI: No context!
[    2.977062] ACPI: \_SB_.BRQD: ACPI: No context!
[    2.977069] ACPI: \_SB_.OSCI: ACPI: No context!
[    2.977075] ACPI: \_SB_.OSCO: ACPI: No context!
[    2.977079] ACPI: \_SB_._INI: ACPI: No context!
[    2.977088] ACPI: \_SB_._OSC: ACPI: No context!
[    2.977096] ACPI: \_SB_.PWRB: ACPI: No context!
[    2.977149] ACPI: \_SB_.PWRB: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.977161] ACPI: \_SB_.PWRB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.977167] ACPI: Device [PWRB] status [0000000f]
[    2.977210] acpi PNP0C0C:00: No ACPI support
[    2.977264] ACPI: \_SB_.PWRB: ACPI: Added as PNP0C0C:00, parent LNXSYBUS:00
[    2.977291] ACPI: \_SB_.PWRB._HID: ACPI: No context!
[    2.977299] ACPI: \_SB_.PWRB._PRW: ACPI: No context!
[    2.977306] ACPI: \_SB_.SLPB: ACPI: No context!
[    2.977359] ACPI: \_SB_.SLPB: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.977371] ACPI: \_SB_.SLPB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.977377] ACPI: Device [SLPB] status [0000000f]
[    2.977677] acpi PNP0C0E:00: No ACPI support
[    2.977732] ACPI: \_SB_.SLPB: ACPI: Added as PNP0C0E:00, parent LNXSYBUS:00
[    2.977759] ACPI: \_SB_.SLPB._HID: ACPI: No context!
[    2.977767] ACPI: \_SB_.SLPB._PRW: ACPI: No context!
[    2.977774] ACPI: \_SB_.LID0: ACPI: No context!
[    2.977827] ACPI: \_SB_.LID0: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.977840] ACPI: \_SB_.LID0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.977845] ACPI: Device [LID0] status [0000000f]
[    2.978138] acpi PNP0C0D:00: No ACPI support
[    2.978204] ACPI: \_SB_.LID0: ACPI: Added as PNP0C0D:00, parent LNXSYBUS:00
[    2.978231] ACPI: \_SB_.LID0._HID: ACPI: No context!
[    2.978239] ACPI: \_SB_.LID0._LID: ACPI: No context!
[    2.978246] ACPI: \_SB_.LID0._PRW: ACPI: No context!
[    2.978253] ACPI: \_SB_.GPED: ACPI: No context!
[    2.978417] ACPI: \_SB_.GPED: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.978453] ACPI: \_SB_.GPED: ACPI: utils: Return value [0]
[    2.978460] ACPI: Device [GPED] status [00000000]
[    2.978483] acpi INT0002:00: No ACPI support
[    2.978528] ACPI: \_SB_.GPED: ACPI: Added as INT0002:00, parent LNXSYBUS:00
[    2.978565] ACPI: \_SB_.GPED._ADR: ACPI: No context!
[    2.978573] ACPI: \_SB_.GPED._HID: ACPI: No context!
[    2.978579] ACPI: \_SB_.GPED._CID: ACPI: No context!
[    2.978586] ACPI: \_SB_.GPED._DDN: ACPI: No context!
[    2.978592] ACPI: \_SB_.GPED._UID: ACPI: No context!
[    2.978599] ACPI: \_SB_.GPED._CRS: ACPI: No context!
[    2.978605] ACPI: \_SB_.GPED._STA: ACPI: No context!
[    2.978611] ACPI: \_SB_.GPED._AEI: ACPI: No context!
[    2.978617] ACPI: \_SB_.GPED._E02: ACPI: No context!
[    2.978624] ACPI: \_SB_.MBID: ACPI: No context!
[    2.978781] ACPI: \_SB_.MBID: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.978795] ACPI: \_SB_.MBID: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.978801] ACPI: Device [MBID] status [0000000f]
[    2.978823] acpi INT33BD:00: No ACPI support
[    2.978873] ACPI: \_SB_.MBID: ACPI: Added as INT33BD:00, parent LNXSYBUS:00
[    2.978911] ACPI: \_SB_.MBID._HID: ACPI: No context!
[    2.978919] ACPI: \_SB_.MBID._CID: ACPI: No context!
[    2.978926] ACPI: \_SB_.MBID._HRV: ACPI: No context!
[    2.978932] ACPI: \_SB_.MBID._UID: ACPI: No context!
[    2.978938] ACPI: \_SB_.MBID._CRS: ACPI: No context!
[    2.978945] ACPI: \_SB_.MBID.REGS: ACPI: No context!
[    2.978951] ACPI: \_SB_.MBID.PORT: ACPI: No context!
[    2.978957] ACPI: \_SB_.MBID.REG_: ACPI: No context!
[    2.978963] ACPI: \_SB_.MBID.DATA: ACPI: No context!
[    2.978970] ACPI: \_SB_.MBID.MASK: ACPI: No context!
[    2.978976] ACPI: \_SB_.MBID.BE__: ACPI: No context!
[    2.978982] ACPI: \_SB_.MBID.OP__: ACPI: No context!
[    2.978989] ACPI: \_SB_.MBID.AVBL: ACPI: No context!
[    2.978995] ACPI: \_SB_.MBID._REG: ACPI: No context!
[    2.979001] ACPI: \_SB_.MBID.READ: ACPI: No context!
[    2.979008] ACPI: \_SB_.MBID.WRIT: ACPI: No context!
[    2.979014] ACPI: \_SB_.MBID.MODI: ACPI: No context!
[    2.979020] ACPI: \_SB_.PIND: ACPI: No context!
[    2.979079] ACPI: \_SB_.PIND: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.979141] ACPI: \_SB_.PIND: ACPI: utils: Return value [0]
[    2.979149] ACPI: Device [PIND] status [00000000]
[    2.979172] acpi PNP0A06:00: No ACPI support
[    2.979221] ACPI: \_SB_.PIND: ACPI: Added as PNP0A06:00, parent LNXSYBUS:00
[    2.979235] ACPI: \_SB_.PIND._HID: ACPI: No context!
[    2.979243] ACPI: \_SB_.PIND._UID: ACPI: No context!
[    2.979250] ACPI: \_SB_.PIND._STA: ACPI: No context!
[    2.979256] ACPI: \_SB_.PIND.PDAT: ACPI: No context!
[    2.979263] ACPI: \_SB_.PIND._IND: ACPI: No context!
[    2.979269] ACPI: \_SI_: ACPI: No context!
[    2.979276] ACPI: \_TZ_: ACPI: No context!
[    2.979325] ACPI: \_TZ_: ACPI: utils: Evaluate [_CCA]: AE_NOT_FOUND
[    2.979337] ACPI: \_TZ_: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.979343] ACPI: Device [_TZ] status [0000000f]
[    2.979364] acpi LNXSYBUS:01: No ACPI support
[    2.979403] ACPI: \_TZ_: ACPI: Added as LNXSYBUS:01, parent LNXSYSTM:00
[    2.979429] ACPI: \_REV: ACPI: No context!
[    2.979436] ACPI: \_OS_: ACPI: No context!
[    2.979443] ACPI: \_GL_: ACPI: No context!
[    2.979449] ACPI: \_OSI: ACPI: No context!
[    2.979454] ACPI: \ENTK: ACPI: No context!
[    2.979460] ACPI: \EXTK: ACPI: No context!
[    2.979466] ACPI: \IO1B: ACPI: No context!
[    2.979472] ACPI: \IO1L: ACPI: No context!
[    2.979478] ACPI: \IO2B: ACPI: No context!
[    2.979484] ACPI: \IO2L: ACPI: No context!
[    2.979490] ACPI: \SP1O: ACPI: No context!
[    2.979496] ACPI: \IOES: ACPI: No context!
[    2.979502] ACPI: \LAPB: ACPI: No context!
[    2.979508] ACPI: \CPVD: ACPI: No context!
[    2.979514] ACPI: \SMBS: ACPI: No context!
[    2.979520] ACPI: \SMBL: ACPI: No context!
[    2.979525] ACPI: \SRCB: ACPI: No context!
[    2.979531] ACPI: \SRCL: ACPI: No context!
[    2.979537] ACPI: \PMBS: ACPI: No context!
[    2.979543] ACPI: \PMLN: ACPI: No context!
[    2.979549] ACPI: \SMIP: ACPI: No context!
[    2.979555] ACPI: \GPBS: ACPI: No context!
[    2.979560] ACPI: \GPLN: ACPI: No context!
[    2.979566] ACPI: \APCB: ACPI: No context!
[    2.979572] ACPI: \APCL: ACPI: No context!
[    2.979578] ACPI: \RCRB: ACPI: No context!
[    2.979584] ACPI: \RCRL: ACPI: No context!
[    2.979590] ACPI: \HPTB: ACPI: No context!
[    2.979596] ACPI: \HPTC: ACPI: No context!
[    2.979601] ACPI: \SSEN: ACPI: No context!
[    2.979607] ACPI: \SPM1: ACPI: No context!
[    2.979613] ACPI: \ASSB: ACPI: No context!
[    2.979619] ACPI: \AOTB: ACPI: No context!
[    2.979624] ACPI: \AAXB: ACPI: No context!
[    2.979630] ACPI: \PEHP: ACPI: No context!
[    2.979636] ACPI: \SHPC: ACPI: No context!
[    2.979642] ACPI: \PEER: ACPI: No context!
[    2.979648] ACPI: \PECS: ACPI: No context!
[    2.979653] ACPI: \ITKE: ACPI: No context!
[    2.979659] ACPI: \MBEC: ACPI: No context!
[    2.979665] ACPI: \PEBS: ACPI: No context!
[    2.979671] ACPI: \PELN: ACPI: No context!
[    2.979677] ACPI: \SRSI: ACPI: No context!
[    2.979682] ACPI: \CSMI: ACPI: No context!
[    2.979688] ACPI: \DSSP: ACPI: No context!
[    2.979694] ACPI: \FHPP: ACPI: No context!
[    2.979700] ACPI: \SMIA: ACPI: No context!
[    2.979706] ACPI: \SMIB: ACPI: No context!
[    2.979711] ACPI: \OFST: ACPI: No context!
[    2.979717] ACPI: \TRST: ACPI: No context!
[    2.979723] ACPI: \TPMF: ACPI: No context!
[    2.979729] ACPI: \TCMF: ACPI: No context!
[    2.979735] ACPI: \TMF1: ACPI: No context!
[    2.979741] ACPI: \TMF2: ACPI: No context!
[    2.979746] ACPI: \TMF3: ACPI: No context!
[    2.979752] ACPI: \HIDK: ACPI: No context!
[    2.979758] ACPI: \HIDM: ACPI: No context!
[    2.979764] ACPI: \CIDK: ACPI: No context!
[    2.979769] ACPI: \CIDM: ACPI: No context!
[    2.979775] ACPI: \PEPM: ACPI: No context!
[    2.979781] ACPI: \SP3O: ACPI: No context!
[    2.979787] ACPI: \PFDR: ACPI: No context!
[    2.979793] ACPI: \PMCB: ACPI: No context!
[    2.979799] ACPI: \PCLK: ACPI: No context!
[    2.979805] ACPI: \PUNB: ACPI: No context!
[    2.979811] ACPI: \IBAS: ACPI: No context!
[    2.979817] ACPI: \MCHB: ACPI: No context!
[    2.979823] ACPI: \MCHL: ACPI: No context!
[    2.979828] ACPI: \EGPB: ACPI: No context!
[    2.979834] ACPI: \EGPL: ACPI: No context!
[    2.979840] ACPI: \DMIB: ACPI: No context!
[    2.979846] ACPI: \DMIL: ACPI: No context!
[    2.979852] ACPI: \IFPB: ACPI: No context!
[    2.979858] ACPI: \IFPL: ACPI: No context!
[    2.979863] ACPI: \FMBL: ACPI: No context!
[    2.979869] ACPI: \FDTP: ACPI: No context!
[    2.979875] ACPI: \GCDD: ACPI: No context!
[    2.979881] ACPI: \DSTA: ACPI: No context!
[    2.979887] ACPI: \DSLO: ACPI: No context!
[    2.979893] ACPI: \DSLC: ACPI: No context!
[    2.979898] ACPI: \PITS: ACPI: No context!
[    2.979904] ACPI: \SBCS: ACPI: No context!
[    2.979910] ACPI: \SALS: ACPI: No context!
[    2.979916] ACPI: \LSSS: ACPI: No context!
[    2.979922] ACPI: \PSSS: ACPI: No context!
[    2.979927] ACPI: \SOOT: ACPI: No context!
[    2.979933] ACPI: \ESCS: ACPI: No context!
[    2.979939] ACPI: \SDGV: ACPI: No context!
[    2.979945] ACPI: \ACPH: ACPI: No context!
[    2.979951] ACPI: \FTBL: ACPI: No context!
[    2.979956] ACPI: \UXDV: ACPI: No context!
[    2.979962] ACPI: \RRIO: ACPI: No context!
[    2.979968] ACPI: \RDMA: ACPI: No context!
[    2.979974] ACPI: \GNVS: ACPI: No context!
[    2.979980] ACPI: \OSYS: ACPI: No context!
[    2.979986] ACPI: \SMIF: ACPI: No context!
[    2.979991] ACPI: \PRM0: ACPI: No context!
[    2.979997] ACPI: \PRM1: ACPI: No context!
[    2.980003] ACPI: \SCIF: ACPI: No context!
[    2.980009] ACPI: \PRM2: ACPI: No context!
[    2.980015] ACPI: \PRM3: ACPI: No context!
[    2.980021] ACPI: \LCKF: ACPI: No context!
[    2.980027] ACPI: \PRM4: ACPI: No context!
[    2.980033] ACPI: \PRM5: ACPI: No context!
[    2.980039] ACPI: \P80D: ACPI: No context!
[    2.980045] ACPI: \LIDS: ACPI: No context!
[    2.980051] ACPI: \PWRS: ACPI: No context!
[    2.980057] ACPI: \DBGS: ACPI: No context!
[    2.980063] ACPI: \THOF: ACPI: No context!
[    2.980069] ACPI: \ACT1: ACPI: No context!
[    2.980075] ACPI: \ACTT: ACPI: No context!
[    2.980080] ACPI: \PSVT: ACPI: No context!
[    2.980086] ACPI: \TC1V: ACPI: No context!
[    2.980092] ACPI: \TC2V: ACPI: No context!
[    2.980098] ACPI: \TSPV: ACPI: No context!
[    2.980104] ACPI: \CRTT: ACPI: No context!
[    2.980110] ACPI: \DTSE: ACPI: No context!
[    2.980116] ACPI: \DTS1: ACPI: No context!
[    2.980122] ACPI: \DTS2: ACPI: No context!
[    2.980128] ACPI: \DTSF: ACPI: No context!
[    2.980134] ACPI: \BNUM: ACPI: No context!
[    2.980140] ACPI: \B0SC: ACPI: No context!
[    2.980145] ACPI: \B1SC: ACPI: No context!
[    2.980151] ACPI: \B2SC: ACPI: No context!
[    2.980157] ACPI: \B0SS: ACPI: No context!
[    2.980163] ACPI: \B1SS: ACPI: No context!
[    2.980169] ACPI: \B2SS: ACPI: No context!
[    2.980175] ACPI: \APIC: ACPI: No context!
[    2.980181] ACPI: \MPEN: ACPI: No context!
[    2.980187] ACPI: \PCP0: ACPI: No context!
[    2.980192] ACPI: \PCP1: ACPI: No context!
[    2.980198] ACPI: \PPCM: ACPI: No context!
[    2.980204] ACPI: \PPMF: ACPI: No context!
[    2.980210] ACPI: \NATP: ACPI: No context!
[    2.980216] ACPI: \CMAP: ACPI: No context!
[    2.980222] ACPI: \CMBP: ACPI: No context!
[    2.980228] ACPI: \LPTP: ACPI: No context!
[    2.980234] ACPI: \FDCP: ACPI: No context!
[    2.980239] ACPI: \CMCP: ACPI: No context!
[    2.980245] ACPI: \CIRP: ACPI: No context!
[    2.980251] ACPI: \W381: ACPI: No context!
[    2.980257] ACPI: \NPCE: ACPI: No context!
[    2.980263] ACPI: \IGDS: ACPI: No context!
[    2.980269] ACPI: \TLST: ACPI: No context!
[    2.980275] ACPI: \CADL: ACPI: No context!
[    2.980281] ACPI: \PADL: ACPI: No context!
[    2.980287] ACPI: \CSTE: ACPI: No context!
[    2.980293] ACPI: \NSTE: ACPI: No context!
[    2.980299] ACPI: \SSTE: ACPI: No context!
[    2.980304] ACPI: \NDID: ACPI: No context!
[    2.980310] ACPI: \DID1: ACPI: No context!
[    2.980316] ACPI: \DID2: ACPI: No context!
[    2.980322] ACPI: \DID3: ACPI: No context!
[    2.980328] ACPI: \DID4: ACPI: No context!
[    2.980334] ACPI: \DID5: ACPI: No context!
[    2.980340] ACPI: \KSV0: ACPI: No context!
[    2.980345] ACPI: \KSV1: ACPI: No context!
[    2.980351] ACPI: \BLCS: ACPI: No context!
[    2.980357] ACPI: \BRTL: ACPI: No context!
[    2.980363] ACPI: \ALSE: ACPI: No context!
[    2.980369] ACPI: \ALAF: ACPI: No context!
[    2.980375] ACPI: \LLOW: ACPI: No context!
[    2.980381] ACPI: \LHIH: ACPI: No context!
[    2.980386] ACPI: \EMAE: ACPI: No context!
[    2.980393] ACPI: \EMAP: ACPI: No context!
[    2.980398] ACPI: \EMAL: ACPI: No context!
[    2.980404] ACPI: \MEFE: ACPI: No context!
[    2.980410] ACPI: \DSTS: ACPI: No context!
[    2.980416] ACPI: \TPMP: ACPI: No context!
[    2.980422] ACPI: \TPME: ACPI: No context!
[    2.980428] ACPI: \MORD: ACPI: No context!
[    2.980433] ACPI: \TCGP: ACPI: No context!
[    2.980439] ACPI: \PPRP: ACPI: No context!
[    2.980445] ACPI: \PPRQ: ACPI: No context!
[    2.980451] ACPI: \LPPR: ACPI: No context!
[    2.980457] ACPI: \GTF0: ACPI: No context!
[    2.980462] ACPI: \GTF2: ACPI: No context!
[    2.980468] ACPI: \IDEM: ACPI: No context!
[    2.980474] ACPI: \GTF1: ACPI: No context!
[    2.980480] ACPI: \ASLB: ACPI: No context!
[    2.980486] ACPI: \IBTT: ACPI: No context!
[    2.980492] ACPI: \IPAT: ACPI: No context!
[    2.980497] ACPI: \ITVF: ACPI: No context!
[    2.980503] ACPI: \ITVM: ACPI: No context!
[    2.980509] ACPI: \IPSC: ACPI: No context!
[    2.980515] ACPI: \IBLC: ACPI: No context!
[    2.980521] ACPI: \IBIA: ACPI: No context!
[    2.980527] ACPI: \ISSC: ACPI: No context!
[    2.980533] ACPI: \I409: ACPI: No context!
[    2.980538] ACPI: \I509: ACPI: No context!
[    2.980544] ACPI: \I609: ACPI: No context!
[    2.980550] ACPI: \I709: ACPI: No context!
[    2.980556] ACPI: \IDMM: ACPI: No context!
[    2.980562] ACPI: \IDMS: ACPI: No context!
[    2.980568] ACPI: \IF1E: ACPI: No context!
[    2.980573] ACPI: \HVCO: ACPI: No context!
[    2.980579] ACPI: \NXD1: ACPI: No context!
[    2.980585] ACPI: \NXD2: ACPI: No context!
[    2.980591] ACPI: \NXD3: ACPI: No context!
[    2.980597] ACPI: \NXD4: ACPI: No context!
[    2.980603] ACPI: \NXD5: ACPI: No context!
[    2.980608] ACPI: \NXD6: ACPI: No context!
[    2.980614] ACPI: \NXD7: ACPI: No context!
[    2.980620] ACPI: \NXD8: ACPI: No context!
[    2.980626] ACPI: \GSMI: ACPI: No context!
[    2.980632] ACPI: \PAVP: ACPI: No context!
[    2.980638] ACPI: \OSCC: ACPI: No context!
[    2.980643] ACPI: \NEXP: ACPI: No context!
[    2.980649] ACPI: \DSEN: ACPI: No context!
[    2.980655] ACPI: \ECON: ACPI: No context!
[    2.980661] ACPI: \GPIC: ACPI: No context!
[    2.980667] ACPI: \CTYP: ACPI: No context!
[    2.980673] ACPI: \L01C: ACPI: No context!
[    2.980679] ACPI: \VFN0: ACPI: No context!
[    2.980685] ACPI: \VFN1: ACPI: No context!
[    2.980690] ACPI: \NVGA: ACPI: No context!
[    2.980696] ACPI: \NVHA: ACPI: No context!
[    2.980702] ACPI: \AMDA: ACPI: No context!
[    2.980708] ACPI: \DID6: ACPI: No context!
[    2.980714] ACPI: \DID7: ACPI: No context!
[    2.980720] ACPI: \DID8: ACPI: No context!
[    2.980726] ACPI: \EPBA: ACPI: No context!
[    2.980731] ACPI: \CPSP: ACPI: No context!
[    2.980737] ACPI: \EECB: ACPI: No context!
[    2.980743] ACPI: \EVCB: ACPI: No context!
[    2.980749] ACPI: \XBAS: ACPI: No context!
[    2.980755] ACPI: \OBS1: ACPI: No context!
[    2.980761] ACPI: \OBS2: ACPI: No context!
[    2.980766] ACPI: \OBS3: ACPI: No context!
[    2.980772] ACPI: \OBS4: ACPI: No context!
[    2.980778] ACPI: \OBS5: ACPI: No context!
[    2.980784] ACPI: \OBS6: ACPI: No context!
[    2.980790] ACPI: \OBS7: ACPI: No context!
[    2.980796] ACPI: \OBS8: ACPI: No context!
[    2.980802] ACPI: \USEL: ACPI: No context!
[    2.980808] ACPI: \PU1E: ACPI: No context!
[    2.980813] ACPI: \PU2E: ACPI: No context!
[    2.980819] ACPI: \LPE0: ACPI: No context!
[    2.980825] ACPI: \LPE1: ACPI: No context!
[    2.980831] ACPI: \LPE2: ACPI: No context!
[    2.980837] ACPI: \ACST: ACPI: No context!
[    2.980842] ACPI: \BTST: ACPI: No context!
[    2.980848] ACPI: \PFLV: ACPI: No context!
[    2.980854] ACPI: \ICNF: ACPI: No context!
[    2.980860] ACPI: \XHCI: ACPI: No context!
[    2.980866] ACPI: \PMEN: ACPI: No context!
[    2.980872] ACPI: \LPEE: ACPI: No context!
[    2.980877] ACPI: \ISPA: ACPI: No context!
[    2.980883] ACPI: \ISPD: ACPI: No context!
[    2.980889] ACPI: \PCIB: ACPI: No context!
[    2.980895] ACPI: \PCIT: ACPI: No context!
[    2.980901] ACPI: \D10A: ACPI: No context!
[    2.980907] ACPI: \D10L: ACPI: No context!
[    2.980912] ACPI: \D11A: ACPI: No context!
[    2.980918] ACPI: \D11L: ACPI: No context!
[    2.980924] ACPI: \P10A: ACPI: No context!
[    2.980930] ACPI: \P10L: ACPI: No context!
[    2.980936] ACPI: \P11A: ACPI: No context!
[    2.980942] ACPI: \P11L: ACPI: No context!
[    2.980947] ACPI: \P20A: ACPI: No context!
[    2.980953] ACPI: \P20L: ACPI: No context!
[    2.980959] ACPI: \P21A: ACPI: No context!
[    2.980965] ACPI: \P21L: ACPI: No context!
[    2.980971] ACPI: \U10A: ACPI: No context!
[    2.980977] ACPI: \U10L: ACPI: No context!
[    2.980983] ACPI: \U11A: ACPI: No context!
[    2.980988] ACPI: \U11L: ACPI: No context!
[    2.980994] ACPI: \U20A: ACPI: No context!
[    2.981000] ACPI: \U20L: ACPI: No context!
[    2.981006] ACPI: \U21A: ACPI: No context!
[    2.981012] ACPI: \U21L: ACPI: No context!
[    2.981018] ACPI: \SP0A: ACPI: No context!
[    2.981024] ACPI: \SP0L: ACPI: No context!
[    2.981029] ACPI: \SP1A: ACPI: No context!
[    2.981035] ACPI: \SP1L: ACPI: No context!
[    2.981041] ACPI: \D20A: ACPI: No context!
[    2.981047] ACPI: \D20L: ACPI: No context!
[    2.981053] ACPI: \D21A: ACPI: No context!
[    2.981059] ACPI: \D21L: ACPI: No context!
[    2.981065] ACPI: \I10A: ACPI: No context!
[    2.981071] ACPI: \I10L: ACPI: No context!
[    2.981076] ACPI: \I11A: ACPI: No context!
[    2.981083] ACPI: \I11L: ACPI: No context!
[    2.981092] ACPI: \I20A: ACPI: No context!
[    2.981098] ACPI: \I20L: ACPI: No context!
[    2.981104] ACPI: \I21A: ACPI: No context!
[    2.981110] ACPI: \I21L: ACPI: No context!
[    2.981116] ACPI: \I30A: ACPI: No context!
[    2.981122] ACPI: \I30L: ACPI: No context!
[    2.981128] ACPI: \I31A: ACPI: No context!
[    2.981134] ACPI: \I31L: ACPI: No context!
[    2.981139] ACPI: \I40A: ACPI: No context!
[    2.981145] ACPI: \I40L: ACPI: No context!
[    2.981151] ACPI: \I41A: ACPI: No context!
[    2.981157] ACPI: \I41L: ACPI: No context!
[    2.981163] ACPI: \I50A: ACPI: No context!
[    2.981169] ACPI: \I50L: ACPI: No context!
[    2.981175] ACPI: \I51A: ACPI: No context!
[    2.981181] ACPI: \I51L: ACPI: No context!
[    2.981187] ACPI: \I60A: ACPI: No context!
[    2.981193] ACPI: \I60L: ACPI: No context!
[    2.981198] ACPI: \I61A: ACPI: No context!
[    2.981204] ACPI: \I61L: ACPI: No context!
[    2.981210] ACPI: \I70A: ACPI: No context!
[    2.981216] ACPI: \I70L: ACPI: No context!
[    2.981222] ACPI: \I71A: ACPI: No context!
[    2.981227] ACPI: \I71L: ACPI: No context!
[    2.981233] ACPI: \EM0A: ACPI: No context!
[    2.981239] ACPI: \EM0L: ACPI: No context!
[    2.981245] ACPI: \EM1A: ACPI: No context!
[    2.981250] ACPI: \EM1L: ACPI: No context!
[    2.981256] ACPI: \SI0A: ACPI: No context!
[    2.981262] ACPI: \SI0L: ACPI: No context!
[    2.981268] ACPI: \SI1A: ACPI: No context!
[    2.981273] ACPI: \SI1L: ACPI: No context!
[    2.981279] ACPI: \SD0A: ACPI: No context!
[    2.981285] ACPI: \SD0L: ACPI: No context!
[    2.981290] ACPI: \SD1A: ACPI: No context!
[    2.981296] ACPI: \SD1L: ACPI: No context!
[    2.981302] ACPI: \MH0A: ACPI: No context!
[    2.981308] ACPI: \MH0L: ACPI: No context!
[    2.981313] ACPI: \MH1A: ACPI: No context!
[    2.981319] ACPI: \MH1L: ACPI: No context!
[    2.981325] ACPI: \HLPS: ACPI: No context!
[    2.981331] ACPI: \OSEL: ACPI: No context!
[    2.981336] ACPI: \SDP1: ACPI: No context!
[    2.981342] ACPI: \DPTE: ACPI: No context!
[    2.981348] ACPI: \THM0: ACPI: No context!
[    2.981354] ACPI: \THM1: ACPI: No context!
[    2.981359] ACPI: \THM2: ACPI: No context!
[    2.981365] ACPI: \THM3: ACPI: No context!
[    2.981371] ACPI: \THM4: ACPI: No context!
[    2.981377] ACPI: \CHGR: ACPI: No context!
[    2.981382] ACPI: \DDSP: ACPI: No context!
[    2.981388] ACPI: \DSOC: ACPI: No context!
[    2.981394] ACPI: \DPSR: ACPI: No context!
[    2.981400] ACPI: \DPCT: ACPI: No context!
[    2.981406] ACPI: \DPPT: ACPI: No context!
[    2.981412] ACPI: \DGC0: ACPI: No context!
[    2.981417] ACPI: \DGP0: ACPI: No context!
[    2.981423] ACPI: \DGC1: ACPI: No context!
[    2.981429] ACPI: \DGP1: ACPI: No context!
[    2.981434] ACPI: \DGC2: ACPI: No context!
[    2.981440] ACPI: \DGP2: ACPI: No context!
[    2.981446] ACPI: \DGC3: ACPI: No context!
[    2.981452] ACPI: \DGP3: ACPI: No context!
[    2.981457] ACPI: \DGC4: ACPI: No context!
[    2.981463] ACPI: \DGP4: ACPI: No context!
[    2.981469] ACPI: \DLPM: ACPI: No context!
[    2.981475] ACPI: \DSC0: ACPI: No context!
[    2.981480] ACPI: \DSC1: ACPI: No context!
[    2.981486] ACPI: \DSC2: ACPI: No context!
[    2.981492] ACPI: \DSC3: ACPI: No context!
[    2.981498] ACPI: \DSC4: ACPI: No context!
[    2.981503] ACPI: \DDBG: ACPI: No context!
[    2.981509] ACPI: \LPOE: ACPI: No context!
[    2.981515] ACPI: \LPPS: ACPI: No context!
[    2.981520] ACPI: \LPST: ACPI: No context!
[    2.981526] ACPI: \LPPC: ACPI: No context!
[    2.981532] ACPI: \LPPF: ACPI: No context!
[    2.981537] ACPI: \DPME: ACPI: No context!
[    2.981543] ACPI: \BCSL: ACPI: No context!
[    2.981549] ACPI: \NFCS: ACPI: No context!
[    2.981555] ACPI: \PCIM: ACPI: No context!
[    2.981560] ACPI: \TPMA: ACPI: No context!
[    2.981566] ACPI: \TPML: ACPI: No context!
[    2.981572] ACPI: \ITSA: ACPI: No context!
[    2.981577] ACPI: \S0IX: ACPI: No context!
[    2.981583] ACPI: \SDMD: ACPI: No context!
[    2.981589] ACPI: \EMVR: ACPI: No context!
[    2.981595] ACPI: \BMBD: ACPI: No context!
[    2.981600] ACPI: \FSAS: ACPI: No context!
[    2.981606] ACPI: \BDID: ACPI: No context!
[    2.981612] ACPI: \FBID: ACPI: No context!
[    2.981617] ACPI: \OTGM: ACPI: No context!
[    2.981623] ACPI: \STEP: ACPI: No context!
[    2.981629] ACPI: \WITT: ACPI: No context!
[    2.981635] ACPI: \SOCS: ACPI: No context!
[    2.981640] ACPI: \AMTE: ACPI: No context!
[    2.981646] ACPI: \UTS_: ACPI: No context!
[    2.981652] ACPI: \SCPE: ACPI: No context!
[    2.981658] ACPI: \EDPV: ACPI: No context!
[    2.981663] ACPI: \DIDX: ACPI: No context!
[    2.981669] ACPI: \SGMD: ACPI: No context!
[    2.981675] ACPI: \SGFL: ACPI: No context!
[    2.981681] ACPI: \PWOK: ACPI: No context!
[    2.981686] ACPI: \HLRS: ACPI: No context!
[    2.981692] ACPI: \PWEN: ACPI: No context!
[    2.981698] ACPI: \PRST: ACPI: No context!
[    2.981704] ACPI: \EECP: ACPI: No context!
[    2.981709] ACPI: \EVCP: ACPI: No context!
[    2.981715] ACPI: \IOBA: ACPI: No context!
[    2.981721] ACPI: \SGGP: ACPI: No context!
[    2.981726] ACPI: \NXDX: ACPI: No context!
[    2.981732] ACPI: \PCSL: ACPI: No context!
[    2.981738] ACPI: \SC7A: ACPI: No context!
[    2.981744] ACPI: \NFCE: ACPI: No context!
[    2.981749] ACPI: \TPDE: ACPI: No context!
[    2.981755] ACPI: \RPBA: ACPI: No context!
[    2.981761] ACPI: \EPA1: ACPI: No context!
[    2.981767] ACPI: \PB1E: ACPI: No context!
[    2.981773] ACPI: \SS1_: ACPI: No context!
[    2.981778] ACPI: \SS2_: ACPI: No context!
[    2.981784] ACPI: \SS3_: ACPI: No context!
[    2.981790] ACPI: \SS4_: ACPI: No context!
[    2.981796] ACPI: \IOST: ACPI: No context!
[    2.981802] ACPI: \TOPM: ACPI: No context!
[    2.981808] ACPI: \ROMS: ACPI: No context!
[    2.981813] ACPI: \VGAF: ACPI: No context!
[    2.981819] ACPI: \ADBG: ACPI: No context!
[    2.981825] ACPI: \WAKP: ACPI: No context!
[    2.981831] ACPI: \PMED: ACPI: No context!
[    2.981837] ACPI: \PRWP: ACPI: No context!
[    2.981842] ACPI: \GPRW: ACPI: No context!
[    2.981848] ACPI: \KBFG: ACPI: No context!
[    2.981854] ACPI: \MSFG: ACPI: No context!
[    2.981860] ACPI: \_S0_: ACPI: No context!
[    2.981866] ACPI: \_S3_: ACPI: No context!
[    2.981872] ACPI: \_S4_: ACPI: No context!
[    2.981878] ACPI: \_S5_: ACPI: No context!
[    2.981884] ACPI: \_PTS: ACPI: No context!
[    2.981890] ACPI: \_WAK: ACPI: No context!
[    2.981895] ACPI: \PMIO: ACPI: No context!
[    2.981901] ACPI: \PWBS: ACPI: No context!
[    2.981907] ACPI: \PMEB: ACPI: No context!
[    2.981913] ACPI: \GPEC: ACPI: No context!
[    2.981919] ACPI: \PSCI: ACPI: No context!
[    2.981925] ACPI: \SCIS: ACPI: No context!
[    2.981930] ACPI: \PMCR: ACPI: No context!
[    2.981936] ACPI: \L10D: ACPI: No context!
[    2.981942] ACPI: \L11D: ACPI: No context!
[    2.981948] ACPI: \L12D: ACPI: No context!
[    2.981954] ACPI: \L13D: ACPI: No context!
[    2.981960] ACPI: \L14D: ACPI: No context!
[    2.981965] ACPI: \L15D: ACPI: No context!
[    2.981971] ACPI: \SD1D: ACPI: No context!
[    2.981977] ACPI: \SD2D: ACPI: No context!
[    2.981983] ACPI: \SD3D: ACPI: No context!
[    2.981989] ACPI: \HSID: ACPI: No context!
[    2.981995] ACPI: \HDAD: ACPI: No context!
[    2.982001] ACPI: \LPED: ACPI: No context!
[    2.982006] ACPI: \OTGD: ACPI: No context!
[    2.982012] ACPI: \USHD: ACPI: No context!
[    2.982018] ACPI: \USBD: ACPI: No context!
[    2.982024] ACPI: \RP1D: ACPI: No context!
[    2.982030] ACPI: \RP2D: ACPI: No context!
[    2.982036] ACPI: \RP3D: ACPI: No context!
[    2.982041] ACPI: \RP4D: ACPI: No context!
[    2.982047] ACPI: \L20D: ACPI: No context!
[    2.982053] ACPI: \L21D: ACPI: No context!
[    2.982059] ACPI: \L22D: ACPI: No context!
[    2.982064] ACPI: \L23D: ACPI: No context!
[    2.982070] ACPI: \L24D: ACPI: No context!
[    2.982076] ACPI: \L25D: ACPI: No context!
[    2.982082] ACPI: \L26D: ACPI: No context!
[    2.982088] ACPI: \L27D: ACPI: No context!
[    2.982094] ACPI: \CLKC: ACPI: No context!
[    2.982100] ACPI: \CKC0: ACPI: No context!
[    2.982105] ACPI: \CKF0: ACPI: No context!
[    2.982111] ACPI: \CKC1: ACPI: No context!
[    2.982117] ACPI: \CKF1: ACPI: No context!
[    2.982123] ACPI: \CKC2: ACPI: No context!
[    2.982129] ACPI: \CKF2: ACPI: No context!
[    2.982134] ACPI: \CKC3: ACPI: No context!
[    2.982140] ACPI: \CKF3: ACPI: No context!
[    2.982146] ACPI: \CKC4: ACPI: No context!
[    2.982152] ACPI: \CKF4: ACPI: No context!
[    2.982157] ACPI: \CKC5: ACPI: No context!
[    2.982163] ACPI: \CKF5: ACPI: No context!
[    2.982169] ACPI: \MUTX: ACPI: No context!
[    2.982175] ACPI: \PRT0: ACPI: No context!
[    2.982181] ACPI: \P80H: ACPI: No context!
[    2.982187] ACPI: \P8XH: ACPI: No context!
[    2.982193] ACPI: \SPRT: ACPI: No context!
[    2.982199] ACPI: \SSMP: ACPI: No context!
[    2.982205] ACPI: \_PIC: ACPI: No context!
[    2.982211] ACPI: \SWC0: ACPI: No context!
[    2.982217] ACPI: \G1S_: ACPI: No context!
[    2.982223] ACPI: \G1E_: ACPI: No context!
[    2.982229] ACPI: \G1S2: ACPI: No context!
[    2.982235] ACPI: \G1S3: ACPI: No context!
[    2.982241] ACPI: \SWC1: ACPI: No context!
[    2.982247] ACPI: \PM1E: ACPI: No context!
[    2.982252] ACPI: \G0S_: ACPI: No context!
[    2.982258] ACPI: \G0EN: ACPI: No context!
[    2.982264] ACPI: \SSMI: ACPI: No context!
[    2.982270] ACPI: \TXEM: ACPI: No context!
[    2.982276] ACPI: \SHAD: ACPI: No context!
[    2.982282] ACPI: \PPTS: ACPI: No context!
[    2.982287] ACPI: \LLID: ACPI: No context!
[    2.982293] ACPI: \WAKS: ACPI: No context!
[    2.982299] ACPI: \PWAK: ACPI: No context!
[    2.982305] ACPI: \PNOT: ACPI: No context!
[    2.982311] ACPI: \PICM: ACPI: No context!
[    2.982317] ACPI: \BRTN: ACPI: No context!
[    2.982323] ACPI: \MUSM: ACPI: No context!
[    2.982328] ACPI: \ADB_: ACPI: No context!
[    2.982334] ACPI: \SSDT: ACPI: No context!
[    2.982340] ACPI: \CFGD: ACPI: No context!
[    2.982346] ACPI: \PDC0: ACPI: No context!
[    2.982352] ACPI: \PDC1: ACPI: No context!
[    2.982358] ACPI: \PDC2: ACPI: No context!
[    2.982364] ACPI: \PDC3: ACPI: No context!
[    2.982370] ACPI: \SDTL: ACPI: No context!
[    2.982389] ACPI: \: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982395] ACPI: Device [ACPI] status [0000000f]
[    2.982423] ACPI: \_PR_.CPU0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982429] ACPI: Device [CPU0] status [0000000f]
[    2.982439] acpi LNXCPU:00: Bus mastering arbitration control present
[    2.982466] platform acpi-cpufreq: No ACPI support
[    2.982511] acpi LNXCPU:00: Processor [0:1]
[    2.982518] acpi LNXCPU:00: No PBLK (NULL address)
[    2.982527] ACPI: \_PR_.CPU0: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.982549] ACPI: \_PR_.CPU1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982556] ACPI: Device [CPU1] status [0000000f]
[    2.982563] acpi LNXCPU:01: Bus mastering arbitration control present
[    2.982578] acpi LNXCPU:01: Processor [1:2]
[    2.982585] acpi LNXCPU:01: No PBLK (NULL address)
[    2.982592] ACPI: \_PR_.CPU1: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.982620] ACPI: \_PR_.CPU2: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982627] ACPI: Device [CPU2] status [0000000f]
[    2.982635] acpi LNXCPU:02: Bus mastering arbitration control present
[    2.982650] acpi LNXCPU:02: Processor [2:3]
[    2.982657] acpi LNXCPU:02: No PBLK (NULL address)
[    2.982664] ACPI: \_PR_.CPU2: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.982686] ACPI: \_PR_.CPU3: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982692] ACPI: Device [CPU3] status [0000000f]
[    2.982700] acpi LNXCPU:03: Bus mastering arbitration control present
[    2.982715] acpi LNXCPU:03: Processor [3:4]
[    2.982721] acpi LNXCPU:03: No PBLK (NULL address)
[    2.982729] ACPI: \_PR_.CPU3: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.982750] ACPI: \_SB_: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982756] ACPI: Device [_SB] status [0000000f]
[    2.982782] ACPI: \_SB_.RTC0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.982788] ACPI: Device [RTC0] status [0000000f]
[    2.982834] ACPI: \_SB_.HPET: ACPI: utils: Return value [15]
[    2.982842] ACPI: Device [HPET] status [0000000f]
[    2.982944] ACPI: \_SB_.HPET: ACPI: Bound to device PNP0103:00
[    2.982998] ACPI: \_SB_.HPET: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.983010] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.983023] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.983031] acpi PNP0103:00: created platform device PNP0103:00
[    2.983044] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.983050] ACPI: Device [PCI0] status [0000000f]
[    2.983073] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_SEG]: AE_NOT_FOUND
[    2.983577] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.983593] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_CBA]: AE_NOT_FOUND
[    2.983603] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
[    2.983610] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    2.984178] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984191] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984203] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984215] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984224] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984235] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.984735] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[    2.984743] ACPI: invalid or unassigned resource mem [0000000000000000 - 0000000000000000] length [0000000000000000]
[    2.984751] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[    2.984755] ACPI: invalid or unassigned resource mem [0000000000000000 - 00000000ffffffff] length [0000000000000000]
[    2.984784] ACPI: \_SB_.PCI0: ACPI: Bound to device pci0000:00
[    2.985198] pci_bus 0000:00: No ACPI support
[    2.985238] pci_slot: Checking slot on path: \_SB_.PCI0.VLVC
[    2.985255] ACPI: \_SB_.PCI0.VLVC: ACPI: utils: Return value [0]
[    2.985265] ACPI: \_SB_.PCI0.VLVC: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985271] pci_slot: _SUN returned 5 on \_SB_.PCI0.VLVC
[    2.985278] pci_slot: Checking slot on path: \_SB_.PCI0.GFX0
[    2.985291] ACPI: \_SB_.PCI0.GFX0: ACPI: utils: Return value [131072]
[    2.985304] ACPI: \_SB_.PCI0.GFX0: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985310] pci_slot: _SUN returned 5 on \_SB_.PCI0.GFX0
[    2.985316] pci_slot: Checking slot on path: \_SB_.PCI0.SBRG
[    2.985328] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Return value [2031616]
[    2.985339] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985345] pci_slot: _SUN returned 5 on \_SB_.PCI0.SBRG
[    2.985351] pci_slot: Checking slot on path: \_SB_.PCI0.D004
[    2.985362] ACPI: \_SB_.PCI0.D004: ACPI: utils: Return value [1048576]
[    2.985372] ACPI: \_SB_.PCI0.D004: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985378] pci_slot: _SUN returned 5 on \_SB_.PCI0.D004
[    2.985384] pci_slot: Checking slot on path: \_SB_.PCI0.D005
[    2.985395] ACPI: \_SB_.PCI0.D005: ACPI: utils: Return value [1114112]
[    2.985405] ACPI: \_SB_.PCI0.D005: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985411] pci_slot: _SUN returned 5 on \_SB_.PCI0.D005
[    2.985417] pci_slot: Checking slot on path: \_SB_.PCI0.D006
[    2.985428] ACPI: \_SB_.PCI0.D006: ACPI: utils: Return value [1179648]
[    2.985438] ACPI: \_SB_.PCI0.D006: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985443] pci_slot: _SUN returned 5 on \_SB_.PCI0.D006
[    2.985449] pci_slot: Checking slot on path: \_SB_.PCI0.SATA
[    2.985461] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Return value [1245184]
[    2.985471] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985476] pci_slot: _SUN returned 5 on \_SB_.PCI0.SATA
[    2.985482] pci_slot: Checking slot on path: \_SB_.PCI0.XHC1
[    2.985494] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Return value [1310720]
[    2.985504] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985509] pci_slot: _SUN returned 5 on \_SB_.PCI0.XHC1
[    2.985515] pci_slot: Checking slot on path: \_SB_.PCI0.D009
[    2.985527] ACPI: \_SB_.PCI0.D009: ACPI: utils: Return value [1376256]
[    2.985536] ACPI: \_SB_.PCI0.D009: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985542] pci_slot: _SUN returned 5 on \_SB_.PCI0.D009
[    2.985548] pci_slot: Checking slot on path: \_SB_.PCI0.XHC2
[    2.985559] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Return value [1441792]
[    2.985569] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985574] pci_slot: _SUN returned 5 on \_SB_.PCI0.XHC2
[    2.985580] pci_slot: Checking slot on path: \_SB_.PCI0.D00B
[    2.985592] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Return value [1507328]
[    2.985602] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985607] pci_slot: _SUN returned 5 on \_SB_.PCI0.D00B
[    2.985613] pci_slot: Checking slot on path: \_SB_.PCI0.GLAN
[    2.985625] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Return value [1638400]
[    2.985634] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985640] pci_slot: _SUN returned 5 on \_SB_.PCI0.GLAN
[    2.985646] pci_slot: Checking slot on path: \_SB_.PCI0.HDEF
[    2.985657] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Return value [1769472]
[    2.985667] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985673] pci_slot: _SUN returned 5 on \_SB_.PCI0.HDEF
[    2.985679] pci_slot: Checking slot on path: \_SB_.PCI0.EHC1
[    2.985690] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [1900544]
[    2.985700] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985706] pci_slot: _SUN returned 5 on \_SB_.PCI0.EHC1
[    2.985712] pci_slot: Checking slot on path: \_SB_.PCI0.SBUS
[    2.985723] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Return value [2031619]
[    2.985734] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985739] pci_slot: _SUN returned 5 on \_SB_.PCI0.SBUS
[    2.985745] pci_slot: Checking slot on path: \_SB_.PCI0.RP01
[    2.985757] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Return value [1835008]
[    2.985767] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985773] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01
[    2.985778] pci_slot: Checking slot on path: \_SB_.PCI0.RP02
[    2.985790] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Return value [1835009]
[    2.985800] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985806] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP02
[    2.985812] pci_slot: Checking slot on path: \_SB_.PCI0.RP03
[    2.985823] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Return value [1835010]
[    2.985833] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985838] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03
[    2.985844] pci_slot: Checking slot on path: \_SB_.PCI0.RP04
[    2.985856] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Return value [1835011]
[    2.985865] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985871] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04
[    2.985877] pci_slot: Checking slot on path: \_SB_.PCI0.D019
[    2.985888] ACPI: \_SB_.PCI0.D019: ACPI: utils: Return value [1507328]
[    2.985898] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985903] pci_slot: _SUN returned 5 on \_SB_.PCI0.D019
[    2.985909] pci_slot: Checking slot on path: \_SB_.PCI0.D01A
[    2.985920] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Return value [1966080]
[    2.985930] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985935] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01A
[    2.985941] pci_slot: Checking slot on path: \_SB_.PCI0.D01B
[    2.985953] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Return value [1966081]
[    2.985963] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.985968] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01B
[    2.985974] pci_slot: Checking slot on path: \_SB_.PCI0.D01C
[    2.985986] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Return value [1966082]
[    2.985995] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986001] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01C
[    2.986007] pci_slot: Checking slot on path: \_SB_.PCI0.D01D
[    2.986018] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Return value [1966083]
[    2.986028] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986034] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01D
[    2.986040] pci_slot: Checking slot on path: \_SB_.PCI0.D01E
[    2.986051] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Return value [1966084]
[    2.986061] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986066] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01E
[    2.986072] pci_slot: Checking slot on path: \_SB_.PCI0.D01F
[    2.986084] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Return value [1966085]
[    2.986093] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986099] pci_slot: _SUN returned 5 on \_SB_.PCI0.D01F
[    2.986104] pci_slot: Checking slot on path: \_SB_.PCI0.D020
[    2.986116] ACPI: \_SB_.PCI0.D020: ACPI: utils: Return value [1572864]
[    2.986125] ACPI: \_SB_.PCI0.D020: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986131] pci_slot: _SUN returned 5 on \_SB_.PCI0.D020
[    2.986137] pci_slot: Checking slot on path: \_SB_.PCI0.D021
[    2.986148] ACPI: \_SB_.PCI0.D021: ACPI: utils: Return value [1572865]
[    2.986158] ACPI: \_SB_.PCI0.D021: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986163] pci_slot: _SUN returned 5 on \_SB_.PCI0.D021
[    2.986169] pci_slot: Checking slot on path: \_SB_.PCI0.D022
[    2.986181] ACPI: \_SB_.PCI0.D022: ACPI: utils: Return value [1572866]
[    2.986190] ACPI: \_SB_.PCI0.D022: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986196] pci_slot: _SUN returned 5 on \_SB_.PCI0.D022
[    2.986202] pci_slot: Checking slot on path: \_SB_.PCI0.D023
[    2.986213] ACPI: \_SB_.PCI0.D023: ACPI: utils: Return value [1572867]
[    2.986223] ACPI: \_SB_.PCI0.D023: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986229] pci_slot: _SUN returned 5 on \_SB_.PCI0.D023
[    2.986235] pci_slot: Checking slot on path: \_SB_.PCI0.D024
[    2.986246] ACPI: \_SB_.PCI0.D024: ACPI: utils: Return value [1572868]
[    2.986256] ACPI: \_SB_.PCI0.D024: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986261] pci_slot: _SUN returned 5 on \_SB_.PCI0.D024
[    2.986267] pci_slot: Checking slot on path: \_SB_.PCI0.D025
[    2.986279] ACPI: \_SB_.PCI0.D025: ACPI: utils: Return value [1572869]
[    2.986289] ACPI: \_SB_.PCI0.D025: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986294] pci_slot: _SUN returned 5 on \_SB_.PCI0.D025
[    2.986300] pci_slot: Checking slot on path: \_SB_.PCI0.D026
[    2.986312] ACPI: \_SB_.PCI0.D026: ACPI: utils: Return value [1572870]
[    2.986322] ACPI: \_SB_.PCI0.D026: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986327] pci_slot: _SUN returned 5 on \_SB_.PCI0.D026
[    2.986333] pci_slot: Checking slot on path: \_SB_.PCI0.D027
[    2.986344] ACPI: \_SB_.PCI0.D027: ACPI: utils: Return value [1572871]
[    2.986354] ACPI: \_SB_.PCI0.D027: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986360] pci_slot: _SUN returned 5 on \_SB_.PCI0.D027
[    2.986366] pci_slot: Checking slot on path: \_SB_.PCI0.D028
[    2.986377] ACPI: \_SB_.PCI0.D028: ACPI: utils: Return value [1703936]
[    2.986386] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986392] pci_slot: _SUN returned 5 on \_SB_.PCI0.D028
[    2.986398] pci_slot: Checking slot on path: \_SB_.PCI0.EM41
[    2.986409] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [1048576]
[    2.986419] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986425] pci_slot: _SUN returned 5 on \_SB_.PCI0.EM41
[    2.986431] pci_slot: Checking slot on path: \_SB_.PCI0.EM45
[    2.986442] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [1507328]
[    2.986452] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986457] pci_slot: _SUN returned 5 on \_SB_.PCI0.EM45
[    2.986463] pci_slot: Checking slot on path: \_SB_.PCI0.OTG1
[    2.986475] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [1441792]
[    2.986485] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986490] pci_slot: _SUN returned 5 on \_SB_.PCI0.OTG1
[    2.986496] pci_slot: Checking slot on path: \_SB_.PCI0.SEC0
[    2.986508] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [1703936]
[    2.986517] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.986523] pci_slot: _SUN returned 5 on \_SB_.PCI0.SEC0
[    2.986529] pci_slot: Checking slot on path: \_SB_.PCI0.PDRC
[    2.986537] ACPI: \_SB_.PCI0.PDRC: ACPI: utils: Evaluate [_ADR]: AE_NOT_FOUND
[    2.986542] pci_slot: _ADR returned 5 on \_SB_.PCI0.PDRC
[    2.986559] ACPI: \_SB_.PCI0.VLVC: ACPI: utils: Return value [0]
[    2.986575] ACPI: \_SB_.PCI0.VLVC: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986592] ACPI: \_SB_.PCI0.GFX0: ACPI: utils: Return value [131072]
[    2.986609] ACPI: \_SB_.PCI0.GFX0: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986625] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Return value [2031616]
[    2.986641] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986657] ACPI: \_SB_.PCI0.D004: ACPI: utils: Return value [1048576]
[    2.986672] ACPI: \_SB_.PCI0.D004: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986688] ACPI: \_SB_.PCI0.D005: ACPI: utils: Return value [1114112]
[    2.986704] ACPI: \_SB_.PCI0.D005: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986720] ACPI: \_SB_.PCI0.D006: ACPI: utils: Return value [1179648]
[    2.986735] ACPI: \_SB_.PCI0.D006: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986751] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Return value [1245184]
[    2.986766] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986783] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Return value [1310720]
[    2.986798] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986814] ACPI: \_SB_.PCI0.D009: ACPI: utils: Return value [1376256]
[    2.986830] ACPI: \_SB_.PCI0.D009: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986846] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Return value [1441792]
[    2.986861] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986877] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Return value [1507328]
[    2.986892] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986908] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Return value [1638400]
[    2.986923] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986939] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Return value [1769472]
[    2.986955] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.986971] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [1900544]
[    2.987012] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [0]
[    2.987031] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Return value [2031619]
[    2.987052] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Return value [1835008]
[    2.987068] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.987084] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Return value [1835009]
[    2.987103] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Return value [1835010]
[    2.987123] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Return value [1835011]
[    2.987142] ACPI: \_SB_.PCI0.D019: ACPI: utils: Return value [1507328]
[    2.987161] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Return value [1966080]
[    2.987176] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.987192] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Return value [1966081]
[    2.987211] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Return value [1966082]
[    2.987230] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Return value [1966083]
[    2.987248] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Return value [1966084]
[    2.987267] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Return value [1966085]
[    2.987286] ACPI: \_SB_.PCI0.D020: ACPI: utils: Return value [1572864]
[    2.987301] ACPI: \_SB_.PCI0.D020: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.987317] ACPI: \_SB_.PCI0.D021: ACPI: utils: Return value [1572865]
[    2.987336] ACPI: \_SB_.PCI0.D022: ACPI: utils: Return value [1572866]
[    2.987356] ACPI: \_SB_.PCI0.D023: ACPI: utils: Return value [1572867]
[    2.987375] ACPI: \_SB_.PCI0.D024: ACPI: utils: Return value [1572868]
[    2.987394] ACPI: \_SB_.PCI0.D025: ACPI: utils: Return value [1572869]
[    2.987414] ACPI: \_SB_.PCI0.D026: ACPI: utils: Return value [1572870]
[    2.987438] ACPI: \_SB_.PCI0.D027: ACPI: utils: Return value [1572871]
[    2.987458] ACPI: \_SB_.PCI0.D028: ACPI: utils: Return value [1703936]
[    2.987473] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.987490] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [1048576]
[    2.987510] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [1507328]
[    2.987529] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [1441792]
[    2.987548] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [1703936]
[    2.987564] ACPI: \_SB_.PCI0.PDRC: ACPI: utils: Evaluate [_ADR]: AE_NOT_FOUND
[    2.987579] PCI host bridge to bus 0000:00
[    2.987591] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    2.987599] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    2.987605] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    2.987610] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.987617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    2.987623] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    2.987629] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.987641] pci_bus 0000:00: scanning bus
[    2.987674] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[    2.987783] wakeup wakeup0: No ACPI support
[    2.987814] ACPI: \_SB_.PCI0.VLVC: ACPI: Bound to device 0000:00:00.0
[    2.987944] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[    2.987961] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[    2.987976] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[    2.987990] pci 0000:00:02.0: BAR 4 [io  0xe080-0xe087]
[    2.988020] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.988086] wakeup wakeup1: No ACPI support
[    2.988113] ACPI: \_SB_.PCI0.GFX0: ACPI: Bound to device 0000:00:02.0
[    2.988281] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[    2.988304] pci 0000:00:13.0: BAR 0 [io  0xe070-0xe077]
[    2.988317] pci 0000:00:13.0: BAR 1 [io  0xe060-0xe063]
[    2.988329] pci 0000:00:13.0: BAR 2 [io  0xe050-0xe057]
[    2.988341] pci 0000:00:13.0: BAR 3 [io  0xe040-0xe043]
[    2.988353] pci 0000:00:13.0: BAR 4 [io  0xe020-0xe03f]
[    2.988365] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[    2.988420] pci 0000:00:13.0: PME# supported from D3hot
[    2.988429] pci 0000:00:13.0: PME# disabled
[    2.988482] wakeup wakeup2: No ACPI support
[    2.988510] ACPI: \_SB_.PCI0.SATA: ACPI: Bound to device 0000:00:13.0
[    2.988636] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[    2.988659] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[    2.988728] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    2.988737] pci 0000:00:14.0: PME# disabled
[    2.988782] wakeup wakeup3: No ACPI support
[    2.988814] pci 0000:00:14.0: Wakeup disabled by ACPI
[    2.988822] ACPI: \_SB_.PCI0.XHC1: ACPI: Bound to device 0000:00:14.0
[    2.988947] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.988959] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.989075] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [15]
[    2.989092] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.989103] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.989200] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [15]
[    2.989220] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[    2.989242] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[    2.989256] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[    2.989334] pci 0000:00:17.0: PME# supported from D0 D3hot
[    2.989344] pci 0000:00:17.0: PME# disabled
[    2.989390] wakeup wakeup4: No ACPI support
[    2.989424] ACPI: \_SB_.PCI0.EM45: ACPI: Bound to device 0000:00:17.0
[    2.989544] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.989612] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [15]
[    2.989631] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.989695] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [15]
[    2.989716] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[    2.989744] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[    2.989761] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[    2.989869] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    2.989879] pci 0000:00:1a.0: PME# disabled
[    2.989936] wakeup wakeup5: No ACPI support
[    2.989975] ACPI: \_SB_.PCI0.SEC0: ACPI: Bound to device 0000:00:1a.0
[    2.990103] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[    2.990130] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[    2.990211] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.990220] pci 0000:00:1b.0: PME# disabled
[    2.990271] wakeup wakeup6: No ACPI support
[    2.990299] ACPI: \_SB_.PCI0.HDEF: ACPI: Bound to device 0000:00:1b.0
[    2.990429] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[    2.990458] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    2.990468] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    2.990534] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.990543] pci 0000:00:1c.0: PME# disabled
[    2.990595] wakeup wakeup7: No ACPI support
[    2.990627] ACPI: \_SB_.PCI0.RP01: ACPI: Bound to device 0000:00:1c.0
[    2.990769] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[    2.990798] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    2.990867] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    2.990876] pci 0000:00:1c.2: PME# disabled
[    2.990927] wakeup wakeup8: No ACPI support
[    2.990955] ACPI: \_SB_.PCI0.RP03: ACPI: Bound to device 0000:00:1c.2
[    2.991095] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[    2.991124] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    2.991133] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    2.991140] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    2.991205] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    2.991213] pci 0000:00:1c.3: PME# disabled
[    2.991264] wakeup wakeup9: No ACPI support
[    2.991299] ACPI: \_SB_.PCI0.RP04: ACPI: Bound to device 0000:00:1c.3
[    2.991445] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[    2.991564] wakeup wakeup10: No ACPI support
[    2.991591] ACPI: \_SB_.PCI0.SBRG: ACPI: Bound to device 0000:00:1f.0
[    2.991791] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[    2.991832] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[    2.991907] pci 0000:00:1f.3: BAR 4 [io  0xe000-0xe01f]
[    2.992059] wakeup wakeup11: No ACPI support
[    2.992086] ACPI: \_SB_.PCI0.SBUS: ACPI: Bound to device 0000:00:1f.3
[    2.992180] pci_bus 0000:00: fixups for bus
[    2.992188] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    2.992227] pci_bus 0000:01: No ACPI support
[    2.992260] pci_slot: Checking slot on path: \_SB_.PCI0.RP01.PXSX
[    2.992276] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Return value [0]
[    2.992287] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.992293] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01.PXSX
[    2.992299] pci_slot: Checking slot on path: \_SB_.PCI0.RP01.D015
[    2.992312] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Return value [255]
[    2.992322] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.992328] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP01.D015
[    2.992345] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Return value [0]
[    2.992361] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.992379] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Return value [255]
[    2.992394] pci_bus 0000:01: scanning bus
[    2.992437] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[    2.992470] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[    2.992713] wakeup wakeup12: No ACPI support
[    2.992745] pci 0000:01:00.0: Wakeup disabled by ACPI
[    2.992753] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: Bound to device 0000:01:00.0
[    2.992867] pci_bus 0000:01: fixups for bus
[    2.992873] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    2.992886] pci_bus 0000:01: bus scan returning with max=01
[    2.992895] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    2.992927] pci_bus 0000:02: No ACPI support
[    2.992959] pci_slot: Checking slot on path: \_SB_.PCI0.RP03.PXSX
[    2.992974] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Return value [0]
[    2.992985] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.992990] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03.PXSX
[    2.992997] pci_slot: Checking slot on path: \_SB_.PCI0.RP03.D017
[    2.993009] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Return value [255]
[    2.993019] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.993025] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP03.D017
[    2.993041] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Return value [0]
[    2.993057] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.993073] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Return value [255]
[    2.993089] pci_bus 0000:02: scanning bus
[    2.993097] pci_bus 0000:02: fixups for bus
[    2.993102] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    2.993114] pci_bus 0000:02: bus scan returning with max=02
[    2.993123] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    2.993156] pci_bus 0000:03: No ACPI support
[    2.993192] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.PXSX
[    2.993208] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Return value [0]
[    2.993218] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.993224] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.PXSX
[    2.993230] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.D018
[    2.993243] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Return value [255]
[    2.993252] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.993258] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.D018
[    2.993264] pci_slot: Checking slot on path: \_SB_.PCI0.RP04.D02A
[    2.993276] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Return value [255]
[    2.993286] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Evaluate [_SUN]: AE_NOT_FOUND
[    2.993291] pci_slot: _SUN returned 5 on \_SB_.PCI0.RP04.D02A
[    2.993308] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Return value [0]
[    2.993323] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Evaluate [_RMV]: AE_NOT_FOUND
[    2.993340] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Return value [255]
[    2.993361] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Return value [255]
[    2.993375] pci_bus 0000:03: scanning bus
[    2.993425] pci 0000:03:00.0: working around ROM BAR overlap defect
[    2.993431] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    2.993462] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[    2.993494] pci 0000:03:00.0: BAR 2 [io  0xd000-0xd01f]
[    2.993512] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[    2.993670] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    2.993681] pci 0000:03:00.0: PME# disabled
[    2.993790] wakeup wakeup13: No ACPI support
[    2.993828] pci 0000:03:00.0: Wakeup disabled by ACPI
[    2.993835] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: Bound to device 0000:03:00.0
[    2.993970] pci_bus 0000:03: fixups for bus
[    2.993976] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    2.993989] pci_bus 0000:03: bus scan returning with max=03
[    2.993998] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    2.994009] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    2.994020] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    2.994029] pci_bus 0000:00: bus scan returning with max=03
[    2.994049] wakeup wakeup14: No ACPI support
[    2.994104] ACPI: \_SB_.PCI0.VLVC: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994112] ACPI: Device [VLVC] status [0000000f]
[    2.994131] ACPI: \_SB_.PCI0.GFX0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994137] ACPI: Device [GFX0] status [0000000f]
[    2.994166] ACPI: \_SB_.PCI0.GFX0.DD01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994172] ACPI: Device [DD01] status [0000000f]
[    2.994185] ACPI: \_SB_.PCI0.GFX0.DD02: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994191] ACPI: Device [DD02] status [0000000f]
[    2.994204] ACPI: \_SB_.PCI0.GFX0.DD03: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994210] ACPI: Device [DD03] status [0000000f]
[    2.994223] ACPI: \_SB_.PCI0.GFX0.DD04: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994229] ACPI: Device [DD04] status [0000000f]
[    2.994242] ACPI: \_SB_.PCI0.GFX0.DD05: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994248] ACPI: Device [DD05] status [0000000f]
[    2.994261] ACPI: \_SB_.PCI0.GFX0.DD06: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994266] ACPI: Device [DD06] status [0000000f]
[    2.994279] ACPI: \_SB_.PCI0.GFX0.DD07: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994285] ACPI: Device [DD07] status [0000000f]
[    2.994298] ACPI: \_SB_.PCI0.GFX0.DD08: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994304] ACPI: Device [DD08] status [0000000f]
[    2.994316] ACPI: \_SB_.PCI0.GFX0.DD1F: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994322] ACPI: Device [DD1F] status [0000000f]
[    2.994409] ACPI: \_SB_.PCI0.GFX0.ISP0: ACPI: utils: Return value [0]
[    2.994417] ACPI: Device [ISP0] status [00000000]
[    2.994431] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994437] ACPI: Device [SBRG] status [0000000f]
[    2.994516] ACPI: \_SB_.PCI0.SBRG.H_EC: ACPI: utils: Return value [0]
[    2.994524] ACPI: Device [H_EC] status [00000000]
[    2.994537] ACPI: \_SB_.PCI0.SBRG.FWHD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994543] ACPI: Device [FWHD] status [0000000f]
[    2.994605] ACPI: \_SB_.PCI0.SBRG.FWHD: ACPI: Bound to device INT0800:00
[    2.994663] ACPI: \_SB_.PCI0.SBRG.FWHD: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.994675] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.994685] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.994694] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.994708] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.994716] acpi INT0800:00: created platform device INT0800:00
[    2.994728] ACPI: \_SB_.PCI0.SBRG.IPIC: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994734] ACPI: Device [IPIC] status [0000000f]
[    2.994762] ACPI: \_SB_.PCI0.SBRG.LDRC: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994768] ACPI: Device [LDRC] status [0000000f]
[    2.994786] ACPI: \_SB_.PCI0.SBRG.TIMR: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994791] ACPI: Device [TIMR] status [0000000f]
[    2.994862] ACPI: \_SB_.PCI0.SBRG.WPCN: ACPI: utils: Return value [0]
[    2.994870] ACPI: Device [WPCN] status [00000000]
[    2.994885] ACPI: \_SB_.PCI0.SBRG.SIO1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.994891] ACPI: Device [SIO1] status [0000000f]
[    2.995209] ACPI: \_SB_.PCI0.SBRG.LPTE: ACPI: utils: Return value [0]
[    2.995217] ACPI: Device [LPTE] status [00000000]
[    2.995501] ACPI: \_SB_.PCI0.SBRG.PS2K: ACPI: utils: Return value [0]
[    2.995510] ACPI: Device [PS2K] status [00000000]
[    2.995793] ACPI: \_SB_.PCI0.SBRG.PS2M: ACPI: utils: Return value [0]
[    2.995801] ACPI: Device [PS2M] status [00000000]
[    2.995837] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: utils: Return value [0]
[    2.995844] ACPI: Device [SSPI] status [00000000]
[    2.995879] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: utils: Return value [0]
[    2.995887] ACPI: Device [SGPI] status [00000000]
[    2.995921] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: utils: Return value [0]
[    2.995928] ACPI: Device [SHWM] status [00000000]
[    2.995963] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: utils: Return value [0]
[    2.995970] ACPI: Device [SCPI] status [00000000]
[    2.996252] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: utils: Return value [0]
[    2.996260] ACPI: Device [UAR1] status [00000000]
[    2.996541] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: utils: Return value [0]
[    2.996549] ACPI: Device [UAR2] status [00000000]
[    2.996564] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    2.996570] ACPI: Device [ADP1] status [0000000f]
[    2.996606] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: Bound to device ACPI0003:00
[    2.996654] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.996665] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.996674] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.996684] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.996695] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    2.996702] acpi ACPI0003:00: created platform device ACPI0003:00
[    4.609391] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: utils: Return value [15]
[    4.609401] ACPI: Device [BAT1] status [0000000f]
[    4.609444] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: Bound to device PNP0C0A:03
[    4.609503] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    4.609515] ACPI: \_SB_.PCI0.SBRG: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    4.609524] ACPI: \_SB_.PCI0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    4.609533] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    4.609544] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    4.609552] acpi PNP0C0A:03: created platform device PNP0C0A:03
[    5.415703] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: utils: Return value [0]
[    5.415711] ACPI: Device [BAT2] status [00000000]
[    5.415797] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: utils: Return value [15]
[    5.415805] ACPI: Device [PCU1] status [0000000f]
[    5.415829] ACPI: \_SB_.PCI0.D004: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.415836] ACPI: Device [D004] status [0000000f]
[    5.415850] ACPI: \_SB_.PCI0.D005: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.415856] ACPI: Device [D005] status [0000000f]
[    5.415869] ACPI: \_SB_.PCI0.D006: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.415875] ACPI: Device [D006] status [0000000f]
[    5.621116] ACPI: \_SB_.PCI0.SATA: ACPI: utils: Return value [15]
[    5.621124] ACPI: Device [SATA] status [0000000f]
[    5.621195] ACPI: \_SB_.PCI0.XHC1: ACPI: utils: Return value [15]
[    5.621203] ACPI: Device [XHC1] status [0000000f]
[    5.621219] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621225] ACPI: Device [RHUB] status [0000000f]
[    5.621238] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621245] ACPI: Device [SSP1] status [0000000f]
[    5.621258] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621264] ACPI: Device [HS01] status [0000000f]
[    5.621277] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621283] ACPI: Device [HS02] status [0000000f]
[    5.621296] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621302] ACPI: Device [HS03] status [0000000f]
[    5.621315] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621321] ACPI: Device [HS04] status [0000000f]
[    5.621333] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621339] ACPI: Device [HSC1] status [0000000f]
[    5.621352] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621358] ACPI: Device [HSC2] status [0000000f]
[    5.621371] ACPI: \_SB_.PCI0.D009: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621377] ACPI: Device [D009] status [0000000f]
[    5.621389] ACPI: \_SB_.PCI0.XHC2: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621395] ACPI: Device [XHC2] status [0000000f]
[    5.621407] ACPI: \_SB_.PCI0.D00B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621413] ACPI: Device [D00B] status [0000000f]
[    5.621425] ACPI: \_SB_.PCI0.GLAN: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621431] ACPI: Device [GLAN] status [0000000f]
[    5.621501] ACPI: \_SB_.PCI0.HDEF: ACPI: utils: Return value [15]
[    5.621509] ACPI: Device [HDEF] status [0000000f]
[    5.621575] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [0]
[    5.621582] ACPI: Device [EHC1] status [00000000]
[    5.621595] ACPI: \_SB_.PCI0.SBUS: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621601] ACPI: Device [SBUS] status [0000000f]
[    5.621616] ACPI: \_SB_.PCI0.RP01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621622] ACPI: Device [RP01] status [0000000f]
[    5.621635] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621641] ACPI: Device [PXSX] status [0000000f]
[    5.621654] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621660] ACPI: Device [D015] status [0000000f]
[    5.621673] ACPI: \_SB_.PCI0.RP02: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621679] ACPI: Device [RP02] status [0000000f]
[    5.621692] ACPI: \_SB_.PCI0.RP02.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621698] ACPI: Device [PXSX] status [0000000f]
[    5.621710] ACPI: \_SB_.PCI0.RP02.D016: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621716] ACPI: Device [D016] status [0000000f]
[    5.621729] ACPI: \_SB_.PCI0.RP03: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621735] ACPI: Device [RP03] status [0000000f]
[    5.621747] ACPI: \_SB_.PCI0.RP03.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621753] ACPI: Device [PXSX] status [0000000f]
[    5.621766] ACPI: \_SB_.PCI0.RP03.D017: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621772] ACPI: Device [D017] status [0000000f]
[    5.621785] ACPI: \_SB_.PCI0.RP04: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621791] ACPI: Device [RP04] status [0000000f]
[    5.621803] ACPI: \_SB_.PCI0.RP04.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621809] ACPI: Device [PXSX] status [0000000f]
[    5.621822] ACPI: \_SB_.PCI0.RP04.D018: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621828] ACPI: Device [D018] status [0000000f]
[    5.621841] ACPI: \_SB_.PCI0.RP04.D02A: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621847] ACPI: Device [D02A] status [0000000f]
[    5.621860] ACPI: \_SB_.PCI0.D019: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621866] ACPI: Device [D019] status [0000000f]
[    5.621878] ACPI: \_SB_.PCI0.D01A: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621884] ACPI: Device [D01A] status [0000000f]
[    5.621897] ACPI: \_SB_.PCI0.D01B: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621902] ACPI: Device [D01B] status [0000000f]
[    5.621915] ACPI: \_SB_.PCI0.D01C: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621921] ACPI: Device [D01C] status [0000000f]
[    5.621933] ACPI: \_SB_.PCI0.D01D: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621939] ACPI: Device [D01D] status [0000000f]
[    5.621951] ACPI: \_SB_.PCI0.D01E: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621957] ACPI: Device [D01E] status [0000000f]
[    5.621969] ACPI: \_SB_.PCI0.D01F: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621975] ACPI: Device [D01F] status [0000000f]
[    5.621987] ACPI: \_SB_.PCI0.D020: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.621993] ACPI: Device [D020] status [0000000f]
[    5.622005] ACPI: \_SB_.PCI0.D021: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622011] ACPI: Device [D021] status [0000000f]
[    5.622023] ACPI: \_SB_.PCI0.D022: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622029] ACPI: Device [D022] status [0000000f]
[    5.622041] ACPI: \_SB_.PCI0.D023: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622047] ACPI: Device [D023] status [0000000f]
[    5.622060] ACPI: \_SB_.PCI0.D024: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622066] ACPI: Device [D024] status [0000000f]
[    5.622078] ACPI: \_SB_.PCI0.D025: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622084] ACPI: Device [D025] status [0000000f]
[    5.622097] ACPI: \_SB_.PCI0.D026: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622103] ACPI: Device [D026] status [0000000f]
[    5.622116] ACPI: \_SB_.PCI0.D027: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622121] ACPI: Device [D027] status [0000000f]
[    5.622134] ACPI: \_SB_.PCI0.D028: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622140] ACPI: Device [D028] status [0000000f]
[    5.622240] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [0]
[    5.622248] ACPI: Device [EM41] status [00000000]
[    5.622344] ACPI: \_SB_.PCI0.EM45: ACPI: utils: Return value [15]
[    5.622352] ACPI: Device [EM45] status [0000000f]
[    5.622366] ACPI: \_SB_.PCI0.EM45.CARD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622373] ACPI: Device [CARD] status [0000000f]
[    5.622445] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [0]
[    5.622453] ACPI: Device [OTG1] status [00000000]
[    5.622519] ACPI: \_SB_.PCI0.SEC0: ACPI: utils: Return value [15]
[    5.622526] ACPI: Device [SEC0] status [0000000f]
[    5.622542] ACPI: \_SB_.PCI0.PDRC: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.622548] ACPI: Device [PDRC] status [0000000f]
[    5.622591] ACPI: \_SB_.USBC: ACPI: utils: Return value [15]
[    5.622598] ACPI: Device [USBC] status [0000000f]
[    5.622675] ACPI: \_SB_.LNKA: ACPI: utils: Return value [11]
[    5.622683] ACPI: Device [LNKA] status [0000000b]
[    5.622727] ACPI: \_SB_.LNKA: ACPI: PCI: Found 9 possible IRQs
[    5.622852] ACPI: \_SB_.LNKA: ACPI: PCI: Link at IRQ 11 
[    5.622860] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.622865] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 3
[    5.622871] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 4
[    5.622877] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 5
[    5.622882] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 6
[    5.622888] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 10
[    5.622894] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 12
[    5.622899] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 14
[    5.622905] ACPI: \_SB_.LNKA: ACPI: PCI: Possible IRQ 15
[    5.623009] ACPI: \_SB_.LNKB: ACPI: utils: Return value [9]
[    5.623017] ACPI: Device [LNKB] status [00000009]
[    5.623058] ACPI: \_SB_.LNKB: ACPI: PCI: Found 9 possible IRQs
[    5.623180] ACPI: \_SB_.LNKB: ACPI: PCI: Link at IRQ 0 
[    5.623188] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    5.623193] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 3
[    5.623199] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 4
[    5.623204] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 5
[    5.623210] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 6
[    5.623215] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 10
[    5.623221] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 11
[    5.623227] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 12
[    5.623232] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 14
[    5.623238] ACPI: \_SB_.LNKB: ACPI: PCI: Possible IRQ 15
[    5.623242] ACPI: PCI: Interrupt link LNKB disabled
[    5.623347] ACPI: \_SB_.LNKC: ACPI: utils: Return value [11]
[    5.623355] ACPI: Device [LNKC] status [0000000b]
[    5.623396] ACPI: \_SB_.LNKC: ACPI: PCI: Found 9 possible IRQs
[    5.623517] ACPI: \_SB_.LNKC: ACPI: PCI: Link at IRQ 11 
[    5.623524] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.623530] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 3
[    5.623536] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 4
[    5.623541] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 5
[    5.623547] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 6
[    5.623552] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 10
[    5.623558] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 12
[    5.623563] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 14
[    5.623569] ACPI: \_SB_.LNKC: ACPI: PCI: Possible IRQ 15
[    5.623675] ACPI: \_SB_.LNKD: ACPI: utils: Return value [11]
[    5.623683] ACPI: Device [LNKD] status [0000000b]
[    5.623724] ACPI: \_SB_.LNKD: ACPI: PCI: Found 9 possible IRQs
[    5.623844] ACPI: \_SB_.LNKD: ACPI: PCI: Link at IRQ 10 
[    5.623852] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    5.623858] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 3
[    5.623864] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 4
[    5.623870] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 5
[    5.623875] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 6
[    5.623881] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 11
[    5.623886] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 12
[    5.623892] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 14
[    5.623897] ACPI: \_SB_.LNKD: ACPI: PCI: Possible IRQ 15
[    5.624004] ACPI: \_SB_.LNKE: ACPI: utils: Return value [11]
[    5.624011] ACPI: Device [LNKE] status [0000000b]
[    5.624052] ACPI: \_SB_.LNKE: ACPI: PCI: Found 9 possible IRQs
[    5.624173] ACPI: \_SB_.LNKE: ACPI: PCI: Link at IRQ 11 
[    5.624181] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.624186] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 3
[    5.624192] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 4
[    5.624198] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 5
[    5.624203] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 6
[    5.624209] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 10
[    5.624214] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 12
[    5.624220] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 14
[    5.624226] ACPI: \_SB_.LNKE: ACPI: PCI: Possible IRQ 15
[    5.624332] ACPI: \_SB_.LNKF: ACPI: utils: Return value [11]
[    5.624340] ACPI: Device [LNKF] status [0000000b]
[    5.624381] ACPI: \_SB_.LNKF: ACPI: PCI: Found 9 possible IRQs
[    5.624502] ACPI: \_SB_.LNKF: ACPI: PCI: Link at IRQ 11 
[    5.624510] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.624516] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 3
[    5.624521] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 4
[    5.624527] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 5
[    5.624533] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 6
[    5.624538] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 10
[    5.624543] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 12
[    5.624549] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 14
[    5.624555] ACPI: \_SB_.LNKF: ACPI: PCI: Possible IRQ 15
[    5.624660] ACPI: \_SB_.LNKG: ACPI: utils: Return value [11]
[    5.624668] ACPI: Device [LNKG] status [0000000b]
[    5.624709] ACPI: \_SB_.LNKG: ACPI: PCI: Found 9 possible IRQs
[    5.624829] ACPI: \_SB_.LNKG: ACPI: PCI: Link at IRQ 10 
[    5.624837] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    5.624842] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 3
[    5.624848] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 4
[    5.624854] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 5
[    5.624860] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 6
[    5.624865] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 11
[    5.624871] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 12
[    5.624876] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 14
[    5.624882] ACPI: \_SB_.LNKG: ACPI: PCI: Possible IRQ 15
[    5.624988] ACPI: \_SB_.LNKH: ACPI: utils: Return value [11]
[    5.624996] ACPI: Device [LNKH] status [0000000b]
[    5.625037] ACPI: \_SB_.LNKH: ACPI: PCI: Found 9 possible IRQs
[    5.625168] ACPI: \_SB_.LNKH: ACPI: PCI: Link at IRQ 10 
[    5.625176] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[    5.625181] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 3
[    5.625187] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 4
[    5.625192] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 5
[    5.625198] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 6
[    5.625203] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 11
[    5.625209] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 12
[    5.625214] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 14
[    5.625220] ACPI: \_SB_.LNKH: ACPI: PCI: Possible IRQ 15
[    5.625300] ACPI: \_SB_.LPEA.PLPE: ACPI: utils: Return value [1]
[    5.625308] ACPI: Device [PLPE] status [00000001]
[    5.625445] ACPI: \_SB_.LPEA: ACPI: utils: Return value [0]
[    5.625453] ACPI: Device [LPEA] status [00000000]
[    5.625488] ACPI: \_SB_.LPA2.PLPE: ACPI: utils: Return value [1]
[    5.625495] ACPI: Device [PLPE] status [00000001]
[    5.625629] ACPI: \_SB_.LPA2: ACPI: utils: Return value [0]
[    5.625637] ACPI: Device [LPA2] status [00000000]
[    5.625650] ACPI: \_SB_.PWRB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.625656] ACPI: Device [PWRB] status [0000000f]
[    5.625699] ACPI: \_SB_.PWRB: ACPI: Bound to device PNP0C0C:00
[    5.625767] ACPI: \_SB_.PWRB: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625779] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625791] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625798] acpi PNP0C0C:00: created platform device PNP0C0C:00
[    5.625811] ACPI: \_SB_.SLPB: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.625817] ACPI: Device [SLPB] status [0000000f]
[    5.625851] ACPI: \_SB_.SLPB: ACPI: Bound to device PNP0C0E:00
[    5.625909] ACPI: \_SB_.SLPB: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625921] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625933] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.625940] acpi PNP0C0E:00: created platform device PNP0C0E:00
[    5.625951] ACPI: \_SB_.LID0: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.625957] ACPI: Device [LID0] status [0000000f]
[    5.625991] ACPI: \_SB_.LID0: ACPI: Bound to device PNP0C0D:00
[    5.626046] ACPI: \_SB_.LID0: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626058] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626069] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626076] acpi PNP0C0D:00: created platform device PNP0C0D:00
[    5.626112] ACPI: \_SB_.GPED: ACPI: utils: Return value [0]
[    5.626119] ACPI: Device [GPED] status [00000000]
[    5.626132] ACPI: \_SB_.MBID: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.626138] ACPI: Device [MBID] status [0000000f]
[    5.626236] ACPI: \_SB_.MBID: ACPI: Bound to device INT33BD:00
[    5.626284] ACPI: \_SB_.MBID: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626296] ACPI: \_SB_: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626308] ACPI: \: ACPI: utils: Evaluate [_PXM]: AE_NOT_FOUND
[    5.626314] acpi INT33BD:00: created platform device INT33BD:00
[    5.626377] ACPI: \_SB_.PIND: ACPI: utils: Return value [0]
[    5.626385] ACPI: Device [PIND] status [00000000]
[    5.626398] ACPI: \_TZ_: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[    5.626403] ACPI: Device [_TZ] status [0000000f]
[    5.626431] ACPI: \: ACPI: utils: Evaluate [_CCA]: AE_BAD_PARAMETER
[    5.626452] acpi LNXPWRBN:00: No ACPI support
[    5.626496] ACPI: \: ACPI: Added as LNXPWRBN:00, parent LNXSYSTM:00
[    5.626533] wakeup wakeup15: No ACPI support
[    5.626567] ACPI: \_SB_.LPA2.PLPE: ACPI: PM: Turning OFF
[    5.626664] ACPI: \_SB_.LPA2.PLPE: ACPI: PM: Power resource turned off
[    5.626673] ACPI: \_SB_.LPEA.PLPE: ACPI: PM: Turning OFF
[    5.626748] ACPI: \_SB_.LPEA.PLPE: ACPI: PM: Power resource turned off
[    5.626756] ACPI: \_SB_.USBC: ACPI: PM: Turning OFF
[    5.626779] ACPI: \_SB_.USBC: ACPI: PM: Power resource turned off
[    5.626908] wakeup wakeup16: No ACPI support
[    5.626945] wakeup wakeup17: No ACPI support
[    5.626985] wakeup wakeup18: No ACPI support
[    5.627025] ADXL: No ACPI handle for path \_SB.ADXL
[    5.629164] iommu: Default domain type: Translated
[    5.629164] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.629620] SCSI subsystem initialized
[    5.629648] libata version 3.00 loaded.
[    5.629648] ACPI: bus type USB registered
[    5.629648] usbcore: registered new interface driver usbfs
[    5.629648] usbcore: registered new interface driver hub
[    5.629648] usbcore: registered new device driver usb
[    5.629648] pps_core: LinuxPPS API ver. 1 registered
[    5.629648] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.629648] PTP clock support registered
[    5.629648] EDAC MC: Ver: 3.0.0
[    5.629648]  edac: No ACPI support
[    5.629648] edac mc: No ACPI support
[    5.629648] net lo: No ACPI support
[    5.629648] NetLabel: Initializing
[    5.629648] NetLabel:  domain hash size = 128
[    5.629648] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.629648] NetLabel:  unlabeled traffic allowed by default
[    5.629648] misc rfkill: No ACPI support
[    5.629648] PCI: Using ACPI for IRQ routing
[    5.635531] PCI: pci_cache_line_size set to 64 bytes
[    5.635592] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    5.635598] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    5.635603] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    5.635608] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    5.635612] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    5.635616] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    5.635641] misc vga_arbiter: No ACPI support
[    5.637106] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.637109] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.637113] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.637124] vgaarb: loaded
[    5.637310] clocksource: Switched to clocksource tsc-early
[    5.637709] VFS: Disk quotas dquot_6.6.0
[    5.637743] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.638113] AppArmor: AppArmor Filesystem Enabled
[    5.638186] pnp: PnP ACPI init
[    5.638204]  pnp0: No ACPI support
[    5.638302] ACPI: \_SB_.RTC0: ACPI: Bound to device 00:00
[    5.638589] ACPI: \_SB_.PCI0.SBRG.LDRC: ACPI: Bound to device 00:01
[    5.638659] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.638669] system 00:01: [io  0x0400-0x047f] has been reserved
[    5.638676] system 00:01: [io  0x0500-0x05fe] has been reserved
[    5.638681] system 00:01: [io  0x0600-0x061f] has been reserved
[    5.639113] ACPI: invalid or unassigned resource io [0000000000000000 - ffffffffffffffff] length [0000000000000000]
[    5.639163] ACPI: \_SB_.PCI0.SBRG.SIO1: ACPI: Bound to device 00:02
[    5.639212] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    5.639221] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    8.065293] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: Bound to device 00:03
[    8.269785] ACPI: \_SB_.PCI0.PDRC: ACPI: Bound to device 00:04
[    8.269842] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    8.269852] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    8.269859] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    8.269865] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    8.269871] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    8.269878] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    8.269884] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    8.269890] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    8.269896] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    8.270630] pnp: PnP ACPI: found 5 devices
[    8.270677] mem mem: No ACPI support
[    8.270787] mem null: No ACPI support
[    8.270873] mem port: No ACPI support
[    8.270949] mem zero: No ACPI support
[    8.271027] mem full: No ACPI support
[    8.271099] mem random: No ACPI support
[    8.271176] mem urandom: No ACPI support
[    8.271248] mem kmsg: No ACPI support
[    8.271335] tty tty: No ACPI support
[    8.271415] tty console: No ACPI support
[    8.271491] tty tty0: No ACPI support
[    8.271577] vc vcs: No ACPI support
[    8.271649] vc vcsu: No ACPI support
[    8.271735] vc vcsa: No ACPI support
[    8.271808] vc vcs1: No ACPI support
[    8.271886] vc vcsu1: No ACPI support
[    8.271959] vc vcsa1: No ACPI support
[    8.272045] tty tty1: No ACPI support
[    8.272118] tty tty2: No ACPI support
[    8.272199] tty tty3: No ACPI support
[    8.272282] tty tty4: No ACPI support
[    8.272363] tty tty5: No ACPI support
[    8.272438] tty tty6: No ACPI support
[    8.272515] tty tty7: No ACPI support
[    8.272600] tty tty8: No ACPI support
[    8.272679] tty tty9: No ACPI support
[    8.272756] tty tty10: No ACPI support
[    8.272829] tty tty11: No ACPI support
[    8.272913] tty tty12: No ACPI support
[    8.272986] tty tty13: No ACPI support
[    8.273064] tty tty14: No ACPI support
[    8.273163] tty tty15: No ACPI support
[    8.273241] tty tty16: No ACPI support
[    8.273314] tty tty17: No ACPI support
[    8.273395] tty tty18: No ACPI support
[    8.273472] tty tty19: No ACPI support
[    8.273549] tty tty20: No ACPI support
[    8.273629] tty tty21: No ACPI support
[    8.273708] tty tty22: No ACPI support
[    8.273785] tty tty23: No ACPI support
[    8.273858] tty tty24: No ACPI support
[    8.273952] tty tty25: No ACPI support
[    8.274031] tty tty26: No ACPI support
[    8.274121] tty tty27: No ACPI support
[    8.274197] tty tty28: No ACPI support
[    8.274288] tty tty29: No ACPI support
[    8.274362] tty tty30: No ACPI support
[    8.274440] tty tty31: No ACPI support
[    8.274512] tty tty32: No ACPI support
[    8.274590] tty tty33: No ACPI support
[    8.274664] tty tty34: No ACPI support
[    8.274746] tty tty35: No ACPI support
[    8.274827] tty tty36: No ACPI support
[    8.274905] tty tty37: No ACPI support
[    8.274982] tty tty38: No ACPI support
[    8.275055] tty tty39: No ACPI support
[    8.275134] tty tty40: No ACPI support
[    8.275214] tty tty41: No ACPI support
[    8.275299] tty tty42: No ACPI support
[    8.275371] tty tty43: No ACPI support
[    8.275450] tty tty44: No ACPI support
[    8.275523] tty tty45: No ACPI support
[    8.275610] tty tty46: No ACPI support
[    8.275688] tty tty47: No ACPI support
[    8.275766] tty tty48: No ACPI support
[    8.275838] tty tty49: No ACPI support
[    8.275924] tty tty50: No ACPI support
[    8.276009] tty tty51: No ACPI support
[    8.276087] tty tty52: No ACPI support
[    8.276164] tty tty53: No ACPI support
[    8.276237] tty tty54: No ACPI support
[    8.276314] tty tty55: No ACPI support
[    8.276388] tty tty56: No ACPI support
[    8.276481] tty tty57: No ACPI support
[    8.276554] tty tty58: No ACPI support
[    8.276646] tty tty59: No ACPI support
[    8.276720] tty tty60: No ACPI support
[    8.276802] tty tty61: No ACPI support
[    8.276875] tty tty62: No ACPI support
[    8.276953] tty tty63: No ACPI support
[    8.277118] misc hw_random: No ACPI support
[    8.281744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    8.281931] NET: Registered PF_INET protocol family
[    8.282117] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    8.314315] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    8.314401] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    8.314503] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    8.314869] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    8.315202] TCP: Hash tables configured (established 32768 bind 32768)
[    8.315354] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.315458] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.315640] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    8.315664] NET: Registered PF_XDP protocol family
[    8.315690] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    8.315703] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    8.315712] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    8.315720] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    8.315728] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    8.315736] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    8.315761] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315768] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315776] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.315781] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.315789] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315795] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315803] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315809] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315817] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]: assigned
[    8.315824] pci 0000:00:1c.2: bridge window [io  0x2000-0x2fff]: assigned
[    8.315835] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315841] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315847] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.315853] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.315860] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315866] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315874] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.315879] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.315889] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.315896] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    8.315905] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    8.315916] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.315921] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    8.315934] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    8.315940] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    8.315947] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    8.315958] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    8.315964] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    8.315969] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    8.315975] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    8.315980] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    8.315985] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[    8.315991] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    8.315996] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    8.316002] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    8.316008] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    8.316013] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    8.316410] ACPI: PCI: 0000:00:14[A] -> [20]
[    8.316422] pci 0000:00:14.0: Found [A] _PRT entry
[    8.316477] pci 0000:00:14.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    8.316639] ACPI: PCI: 0000:00:14[A] -> [20]
[    8.316650] pci 0000:00:14.0: Found [A] _PRT entry
[    8.316655] pci 0000:00:14.0: PCI INT A disabled
[    8.316736] PCI: CLS 64 bytes, default 64
[    8.316763] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.316767] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[    8.316933] Trying to unpack rootfs image as initramfs...
[    8.317836] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    8.318105] clocksource: Switched to clocksource tsc
[    8.318185] platform pcspkr: No ACPI support
[    8.318441] iosf_mbi_pci 0000:00:00.0: Adding to IOMMU failed: -19
[    8.318463] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.318480] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    8.318515] iosf_mbi_pci 0000:00:00.0: No interrupt pin configured
[    8.318542] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.318757] misc snapshot: No ACPI support
[    8.319137]  clocksource: No ACPI support
[    8.319184] clocksource clocksource0: No ACPI support
[    8.319422]  clockevents: No ACPI support
[    8.319470] clockevents clockevent0: No ACPI support
[    8.319540] clockevents clockevent1: No ACPI support
[    8.319582] clockevents clockevent2: No ACPI support
[    8.319634] clockevents clockevent3: No ACPI support
[    8.319682] clockevents broadcast: No ACPI support
[    8.319998] event_source msr: No ACPI support
[    8.320104] event_source cpu: No ACPI support
[    8.320219] event_source breakpoint: No ACPI support
[    8.320266] event_source uprobe: No ACPI support
[    8.320319] event_source kprobe: No ACPI support
[    8.320359] event_source tracepoint: No ACPI support
[    8.320415] event_source software: No ACPI support
[    8.320451] Initialise system trusted keyrings
[    8.320501] Key type blacklist registered
[    8.320997] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    8.321050] zbud: loaded
[    8.321210] misc userfaultfd: No ACPI support
[    8.321754] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.322088] misc ecryptfs: No ACPI support
[    8.322211] fuse: init (API version 7.41)
[    8.322271] misc fuse: No ACPI support
[    8.322586] integrity: Platform Keyring initialized
[    8.360000] Key type asymmetric registered
[    8.360018] Asymmetric key parser 'x509' registered
[    8.360107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    8.361161] io scheduler mq-deadline registered
[    8.361649] ledtrig-cpu: registered to indicate activity on CPUs
[    8.361714] pciehp: pcie_port_service_register = 0
[    8.361747] pcieport 0000:00:1c.0: Adding to IOMMU failed: -19
[    8.361756] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.361768] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    8.361975] ACPI: PCI: 0000:00:1c[A] -> [16]
[    8.361987] pcieport 0000:00:1c.0: Found [A] _PRT entry
[    8.362037] pcieport 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.362071] pci_express 0000:00:1c.0:pcie010: No ACPI support
[    8.362151] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 16
[    8.362178] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[    8.362186] pcieport 0000:00:1c.0: save config 0x04: 0x00100007
[    8.362192] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[    8.362198] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[    8.362204] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[    8.362210] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[    8.362216] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[    8.362222] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[    8.362228] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[    8.362234] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[    8.362240] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[    8.362246] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[    8.362251] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[    8.362257] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[    8.362263] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[    8.362269] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[    8.362300] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.362322] pcieport 0000:00:1c.2: Adding to IOMMU failed: -19
[    8.362329] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.362345] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    8.362464] ACPI: PCI: 0000:00:1c[C] -> [18]
[    8.362475] pcieport 0000:00:1c.2: Found [C] _PRT entry
[    8.362505] pcieport 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    8.362529] pci_express 0000:00:1c.2:pcie010: No ACPI support
[    8.362584] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 18
[    8.362607] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[    8.362615] pcieport 0000:00:1c.2: save config 0x04: 0x00100007
[    8.362621] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[    8.362627] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[    8.362633] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[    8.362638] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[    8.362644] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[    8.362650] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[    8.362656] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[    8.362661] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[    8.362667] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[    8.362673] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[    8.362679] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[    8.362684] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[    8.362690] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[    8.362696] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[    8.362724] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.362744] pcieport 0000:00:1c.3: Adding to IOMMU failed: -19
[    8.362751] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.362762] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    8.362878] ACPI: PCI: 0000:00:1c[D] -> [19]
[    8.362889] pcieport 0000:00:1c.3: Found [D] _PRT entry
[    8.362925] pcieport 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    8.362948] pci_express 0000:00:1c.3:pcie010: No ACPI support
[    8.363008] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 19
[    8.363031] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[    8.363039] pcieport 0000:00:1c.3: save config 0x04: 0x00100007
[    8.363045] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[    8.363051] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[    8.363056] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[    8.363062] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[    8.363068] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[    8.363074] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[    8.363079] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[    8.363085] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[    8.363091] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[    8.363097] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[    8.363102] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[    8.363108] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[    8.363114] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[    8.363119] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[    8.363147] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.363238] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.364049] ac ACPI0003:00: Adding to IOMMU failed: -19
[    8.364088] wakeup wakeup19: No ACPI support
[    9.277019] Freeing initrd memory: 134228K
[   10.000399] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   10.000431] power_supply ADP1: No ACPI support
[   10.000512] wakeup wakeup20: No ACPI support
[   10.000560] hwmon hwmon0: No ACPI support
[   10.000594] ACPI: AC: AC Adapter [ADP1] (on-line)
[   10.000715] input input0: No ACPI support
[   10.000778] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.000802] wakeup wakeup21: No ACPI support
[   10.001459] ACPI: button: Power Button [PWRB]
[   10.001465] ACPI: Driver [button] successfully bound to device [PWRB]
[   10.001470] ACPI: Found driver [button] for device [PWRB]
[   10.001505] input input1: No ACPI support
[   10.001564] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   10.001587] wakeup wakeup21: No ACPI support
[   10.002666] ACPI: button: Sleep Button [SLPB]
[   10.002678] ACPI: Driver [button] successfully bound to device [SLPB]
[   10.002683] ACPI: Found driver [button] for device [SLPB]
[   10.002750] input input2: No ACPI support
[   10.002822] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.002853] wakeup wakeup21: No ACPI support
[   10.003892] ACPI: button: Lid Switch [LID0]
[   10.003903] ACPI: Driver [button] successfully bound to device [LID0]
[   10.003908] ACPI: Found driver [button] for device [LID0]
[   10.003982] input input3: No ACPI support
[   10.004050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.004093] wakeup wakeup21: No ACPI support
[   10.005193] ACPI: button: Power Button [PWRF]
[   10.005205] ACPI: Driver [button] successfully bound to device [PWRF]
[   10.005210] ACPI: Found driver [button] for device [PWRF]
[   10.005961] ACPI: \_PR_.CPU0: ACPI: pblk_address[0x00000000] duty_offset[0] duty_width[0]
[   10.008168] ACPI: \_PR_.CPU0: ACPI: Found 8 throttling states
[   10.008178] ACPI: \_PR_.CPU0: ACPI: Extracting state 0
[   10.008185] ACPI: \_PR_.CPU0: ACPI: Extracting state 1
[   10.008191] ACPI: \_PR_.CPU0: ACPI: Extracting state 2
[   10.008197] ACPI: \_PR_.CPU0: ACPI: Extracting state 3
[   10.008203] ACPI: \_PR_.CPU0: ACPI: Extracting state 4
[   10.008209] ACPI: \_PR_.CPU0: ACPI: Extracting state 5
[   10.008215] ACPI: \_PR_.CPU0: ACPI: Extracting state 6
[   10.008220] ACPI: \_PR_.CPU0: ACPI: Extracting state 7
[   10.008237] ACPI: \_PR_.CPU0: ACPI: utils: Return value [0]
[   10.008412] ACPI: \_PR_.CPU0: ACPI: Found 8 throttling states
[   10.008451] thermal cooling_device0: No ACPI support
[   10.008500] acpi LNXCPU:00: registered as cooling_device0
[   10.009530] ACPI: \_PR_.CPU1: ACPI: pblk_address[0x00000000] duty_offset[0] duty_width[0]
[   10.009897] ACPI: \_PR_.CPU1: ACPI: Found 8 throttling states
[   10.009917] ACPI: \_PR_.CPU1: ACPI: Extracting state 0
[   10.009926] ACPI: \_PR_.CPU1: ACPI: Extracting state 1
[   10.009932] ACPI: \_PR_.CPU1: ACPI: Extracting state 2
[   10.009938] ACPI: \_PR_.CPU1: ACPI: Extracting state 3
[   10.009943] ACPI: \_PR_.CPU1: ACPI: Extracting state 4
[   10.009949] ACPI: \_PR_.CPU1: ACPI: Extracting state 5
[   10.009955] ACPI: \_PR_.CPU1: ACPI: Extracting state 6
[   10.009960] ACPI: \_PR_.CPU1: ACPI: Extracting state 7
[   10.009977] ACPI: \_PR_.CPU1: ACPI: utils: Return value [0]
[   10.010069] ACPI: \_PR_.CPU1: ACPI: Found 8 throttling states
[   10.010116] thermal cooling_device1: No ACPI support
[   10.010166] acpi LNXCPU:01: registered as cooling_device1
[   10.010689] ACPI: \_PR_.CPU2: ACPI: pblk_address[0x00000000] duty_offset[0] duty_width[0]
[   10.011027] ACPI: \_PR_.CPU2: ACPI: Found 8 throttling states
[   10.011038] ACPI: \_PR_.CPU2: ACPI: Extracting state 0
[   10.011046] ACPI: \_PR_.CPU2: ACPI: Extracting state 1
[   10.011052] ACPI: \_PR_.CPU2: ACPI: Extracting state 2
[   10.011058] ACPI: \_PR_.CPU2: ACPI: Extracting state 3
[   10.011064] ACPI: \_PR_.CPU2: ACPI: Extracting state 4
[   10.011069] ACPI: \_PR_.CPU2: ACPI: Extracting state 5
[   10.011075] ACPI: \_PR_.CPU2: ACPI: Extracting state 6
[   10.011081] ACPI: \_PR_.CPU2: ACPI: Extracting state 7
[   10.011097] ACPI: \_PR_.CPU2: ACPI: utils: Return value [0]
[   10.011186] ACPI: \_PR_.CPU2: ACPI: Found 8 throttling states
[   10.011232] thermal cooling_device2: No ACPI support
[   10.011281] acpi LNXCPU:02: registered as cooling_device2
[   10.011393] ACPI: \_PR_.CPU3: ACPI: pblk_address[0x00000000] duty_offset[0] duty_width[0]
[   10.011653] ACPI: \_PR_.CPU3: ACPI: Found 8 throttling states
[   10.011663] ACPI: \_PR_.CPU3: ACPI: Extracting state 0
[   10.011670] ACPI: \_PR_.CPU3: ACPI: Extracting state 1
[   10.011676] ACPI: \_PR_.CPU3: ACPI: Extracting state 2
[   10.011682] ACPI: \_PR_.CPU3: ACPI: Extracting state 3
[   10.011687] ACPI: \_PR_.CPU3: ACPI: Extracting state 4
[   10.011693] ACPI: \_PR_.CPU3: ACPI: Extracting state 5
[   10.011698] ACPI: \_PR_.CPU3: ACPI: Extracting state 6
[   10.011704] ACPI: \_PR_.CPU3: ACPI: Extracting state 7
[   10.011720] ACPI: \_PR_.CPU3: ACPI: utils: Return value [0]
[   10.011809] ACPI: \_PR_.CPU3: ACPI: Found 8 throttling states
[   10.011830] thermal cooling_device3: No ACPI support
[   10.011875] acpi LNXCPU:03: registered as cooling_device3
[   10.013693] tty ptmx: No ACPI support
[   10.013799] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   10.013877] serial-base 00:03:0: No ACPI support
[   10.013932] serial-base 00:03:0.0: No ACPI support
[   10.014109] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   10.039075] ACPI: \_SB_.PCI0.SBRG.PCU1: ACPI: Bound to device serial0
[   10.273809] ACPI: \_SB_.PCI0.GFX0.ISP0: ACPI: utils: Return value [0]
[   10.273823] ACPI: Device [ISP0] status [00000000]
[   10.325372] ACPI: \_SB_.PCI0.SBRG.H_EC: ACPI: utils: Return value [0]
[   10.325380] ACPI: Device [H_EC] status [00000000]
[   10.376220] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT0: ACPI: utils: Return value [0]
[   10.376229] ACPI: Device [BAT0] status [00000000]
[   10.402400] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT1: ACPI: utils: Return value [0]
[   10.402409] ACPI: Device [BAT1] status [00000000]
[   10.453809] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT2: ACPI: utils: Return value [0]
[   10.453817] ACPI: Device [BAT2] status [00000000]
[   10.454501] ACPI: \_SB_.PCI0.SBRG.WPCN: ACPI: utils: Return value [0]
[   10.454510] ACPI: Device [WPCN] status [00000000]
[   10.480193] ACPI: \_SB_.PCI0.SBRG.WPCN.UAR5: ACPI: utils: Return value [0]
[   10.480202] ACPI: Device [UAR5] status [00000000]
[   10.531287] ACPI: \_SB_.PCI0.SBRG.WPCN.UAR8: ACPI: utils: Return value [0]
[   10.531295] ACPI: Device [UAR8] status [00000000]
[   10.558052] ACPI: \_SB_.PCI0.SBRG.LPTE: ACPI: utils: Return value [0]
[   10.558060] ACPI: Device [LPTE] status [00000000]
[   10.635533] ACPI: \_SB_.PCI0.SBRG.PS2K: ACPI: utils: Return value [0]
[   10.635542] ACPI: Device [PS2K] status [00000000]
[   10.687271] ACPI: \_SB_.PCI0.SBRG.PS2M: ACPI: utils: Return value [0]
[   10.687279] ACPI: Device [PS2M] status [00000000]
[   10.714000] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: utils: Return value [0]
[   10.714008] ACPI: Device [SSPI] status [00000000]
[   10.739828] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: utils: Return value [0]
[   10.739837] ACPI: Device [SGPI] status [00000000]
[   10.765558] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: utils: Return value [0]
[   10.765566] ACPI: Device [SHWM] status [00000000]
[   10.766139] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: utils: Return value [0]
[   10.766148] ACPI: Device [SCPI] status [00000000]
[   10.843670] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: utils: Return value [0]
[   10.843678] ACPI: Device [UAR1] status [00000000]
[   10.895361] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: utils: Return value [0]
[   10.895370] ACPI: Device [UAR2] status [00000000]
[   13.251388] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   13.277366] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: utils: Return value [0]
[   13.277374] ACPI: Device [BAT2] status [00000000]
[   13.302977] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [0]
[   13.302985] ACPI: Device [EHC1] status [00000000]
[   13.328588] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.328597] ACPI: Device [HUBN] status [0000000f]
[   13.354575] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.354583] ACPI: Device [PR01] status [0000000f]
[   13.380412] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.380421] ACPI: Device [PR11] status [0000000f]
[   13.406476] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.406485] ACPI: Device [PR12] status [0000000f]
[   13.432636] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.432645] ACPI: Device [PR13] status [0000000f]
[   13.483855] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.483864] ACPI: Device [PR14] status [0000000f]
[   13.509581] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.509590] ACPI: Device [PR15] status [0000000f]
[   13.509799] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.509807] ACPI: Device [PR16] status [0000000f]
[   13.509822] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.509828] ACPI: Device [PR17] status [0000000f]
[   13.509840] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.509846] ACPI: Device [PR18] status [0000000f]
[   13.535543] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [0]
[   13.535552] ACPI: Device [EM41] status [00000000]
[   13.535566] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.535572] ACPI: Device [CARD] status [0000000f]
[   13.536222] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [0]
[   13.536230] ACPI: Device [OTG1] status [00000000]
[   13.562014] ACPI: \_SB_.LPEA: ACPI: utils: Return value [0]
[   13.562022] ACPI: Device [LPEA] status [00000000]
[   13.613504] ACPI: \_SB_.LPA2: ACPI: utils: Return value [0]
[   13.613512] ACPI: Device [LPA2] status [00000000]
[   13.613527] ACPI: \_SB_.LPA2.ADMA: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   13.613534] ACPI: Device [ADMA] status [0000000f]
[   13.716843] ACPI: \_SB_.GPED: ACPI: utils: Return value [0]
[   13.716852] ACPI: Device [GPED] status [00000000]
[   13.717786] ACPI: \_SB_.PIND: ACPI: utils: Return value [0]
[   13.717794] ACPI: Device [PIND] status [00000000]
[   13.769113] tty ttyS0: No ACPI support
[   13.769281] platform serial8250: No ACPI support
[   13.769340] serial-base serial8250:0: No ACPI support
[   13.769405] serial-base serial8250:0.1: No ACPI support
[   13.769499] serial serial0: No ACPI support
[   13.769566] tty ttyS1: No ACPI support
[   13.769698] serial-base serial8250:0.2: No ACPI support
[   13.769767] serial serial0: No ACPI support
[   13.769825] tty ttyS2: No ACPI support
[   13.769931] serial-base serial8250:0.3: No ACPI support
[   13.770001] serial serial0: No ACPI support
[   13.770059] tty ttyS3: No ACPI support
[   13.770163] serial-base serial8250:0.4: No ACPI support
[   13.770215] serial serial0: No ACPI support
[   13.770273] tty ttyS4: No ACPI support
[   13.770378] serial-base serial8250:0.5: No ACPI support
[   13.770431] serial serial0: No ACPI support
[   13.770493] tty ttyS5: No ACPI support
[   13.770591] serial-base serial8250:0.6: No ACPI support
[   13.770649] serial serial0: No ACPI support
[   13.770706] tty ttyS6: No ACPI support
[   13.770806] serial-base serial8250:0.7: No ACPI support
[   13.770864] serial serial0: No ACPI support
[   13.770921] tty ttyS7: No ACPI support
[   13.771022] serial-base serial8250:0.8: No ACPI support
[   13.771079] serial serial0: No ACPI support
[   13.771137] tty ttyS8: No ACPI support
[   13.771240] serial-base serial8250:0.9: No ACPI support
[   13.771293] serial serial0: No ACPI support
[   13.771356] tty ttyS9: No ACPI support
[   13.771465] serial-base serial8250:0.10: No ACPI support
[   13.771520] serial serial0: No ACPI support
[   13.771594] tty ttyS10: No ACPI support
[   13.771700] serial-base serial8250:0.11: No ACPI support
[   13.771761] serial serial0: No ACPI support
[   13.771820] tty ttyS11: No ACPI support
[   13.771919] serial-base serial8250:0.12: No ACPI support
[   13.771976] serial serial0: No ACPI support
[   13.772035] tty ttyS12: No ACPI support
[   13.772143] serial-base serial8250:0.13: No ACPI support
[   13.772196] serial serial0: No ACPI support
[   13.772258] tty ttyS13: No ACPI support
[   13.772354] serial-base serial8250:0.14: No ACPI support
[   13.772407] serial serial0: No ACPI support
[   13.772470] tty ttyS14: No ACPI support
[   13.772567] serial-base serial8250:0.15: No ACPI support
[   13.772625] serial serial0: No ACPI support
[   13.772683] tty ttyS15: No ACPI support
[   13.772781] serial-base serial8250:0.16: No ACPI support
[   13.772839] serial serial0: No ACPI support
[   13.772896] tty ttyS16: No ACPI support
[   13.773018] serial-base serial8250:0.17: No ACPI support
[   13.773071] serial serial0: No ACPI support
[   13.773147] tty ttyS17: No ACPI support
[   13.773257] serial-base serial8250:0.18: No ACPI support
[   13.773310] serial serial0: No ACPI support
[   13.773373] tty ttyS18: No ACPI support
[   13.773471] serial-base serial8250:0.19: No ACPI support
[   13.773532] serial serial0: No ACPI support
[   13.773589] tty ttyS19: No ACPI support
[   13.773689] serial-base serial8250:0.20: No ACPI support
[   13.773747] serial serial0: No ACPI support
[   13.773804] tty ttyS20: No ACPI support
[   13.773909] serial-base serial8250:0.21: No ACPI support
[   13.773962] serial serial0: No ACPI support
[   13.774020] tty ttyS21: No ACPI support
[   13.774123] serial-base serial8250:0.22: No ACPI support
[   13.774176] serial serial0: No ACPI support
[   13.774239] tty ttyS22: No ACPI support
[   13.774337] serial-base serial8250:0.23: No ACPI support
[   13.774394] serial serial0: No ACPI support
[   13.774453] tty ttyS23: No ACPI support
[   13.774551] serial-base serial8250:0.24: No ACPI support
[   13.774609] serial serial0: No ACPI support
[   13.774666] tty ttyS24: No ACPI support
[   13.774765] serial-base serial8250:0.25: No ACPI support
[   13.774823] serial serial0: No ACPI support
[   13.774881] tty ttyS25: No ACPI support
[   13.775000] serial-base serial8250:0.26: No ACPI support
[   13.775053] serial serial0: No ACPI support
[   13.775117] tty ttyS26: No ACPI support
[   13.775216] serial-base serial8250:0.27: No ACPI support
[   13.775269] serial serial0: No ACPI support
[   13.775331] tty ttyS27: No ACPI support
[   13.775430] serial-base serial8250:0.28: No ACPI support
[   13.775490] serial serial0: No ACPI support
[   13.775548] tty ttyS28: No ACPI support
[   13.775649] serial-base serial8250:0.29: No ACPI support
[   13.775707] serial serial0: No ACPI support
[   13.775764] tty ttyS29: No ACPI support
[   13.775867] serial-base serial8250:0.30: No ACPI support
[   13.775920] serial serial0: No ACPI support
[   13.775982] tty ttyS30: No ACPI support
[   13.776080] serial-base serial8250:0.31: No ACPI support
[   13.776133] serial serial0: No ACPI support
[   13.776197] tty ttyS31: No ACPI support
[   13.776490] platform kgdboc: No ACPI support
[   13.776578] tty ttyprintk: No ACPI support
[   13.776708] misc hpet: No ACPI support
[   13.794773] hpet: number irqs doesn't agree with number of timers
[   13.794851] Linux agpgart interface v0.103
[   13.795595]  cache: No ACPI support
[   13.795624]  index0: No ACPI support
[   13.795651]  index1: No ACPI support
[   13.795694]  index2: No ACPI support
[   13.795995]  cache: No ACPI support
[   13.796012]  index0: No ACPI support
[   13.796037]  index1: No ACPI support
[   13.796060]  index2: No ACPI support
[   13.796180]  cache: No ACPI support
[   13.796211]  index0: No ACPI support
[   13.796237]  index1: No ACPI support
[   13.796260]  index2: No ACPI support
[   13.797110]  cache: No ACPI support
[   13.797130]  index0: No ACPI support
[   13.797154]  index1: No ACPI support
[   13.797177]  index2: No ACPI support
[   13.797395] misc loop-control: No ACPI support
[   13.797629] block loop0: No ACPI support
[   13.797940] bdi 7:0: No ACPI support
[   13.798076] block loop1: No ACPI support
[   13.798370] bdi 7:1: No ACPI support
[   13.798491] block loop2: No ACPI support
[   13.798786] bdi 7:2: No ACPI support
[   13.798920] block loop3: No ACPI support
[   13.799206] bdi 7:3: No ACPI support
[   13.799321] block loop4: No ACPI support
[   13.799612] bdi 7:4: No ACPI support
[   13.799737] block loop5: No ACPI support
[   13.800049] bdi 7:5: No ACPI support
[   13.800173] block loop6: No ACPI support
[   13.800460] bdi 7:6: No ACPI support
[   13.800590] block loop7: No ACPI support
[   13.800890] bdi 7:7: No ACPI support
[   13.800947] loop: module loaded
[   13.801169] misc udmabuf: No ACPI support
[   13.801410] platform Fixed MDIO bus.0: No ACPI support
[   13.801475] mdio_bus fixed-0: No ACPI support
[   13.801618] tun: Universal TUN/TAP device driver, 1.6
[   13.801640] misc tun: No ACPI support
[   13.801728] PPP generic driver version 2.4.2
[   13.801762] ppp ppp: No ACPI support
[   13.801835] misc vfio: No ACPI support
[   13.802562] VFIO - User Level meta-driver version: 0.3
[   13.802789] xhci_hcd 0000:00:14.0: Adding to IOMMU failed: -19
[   13.802800] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   13.802811] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[   13.820666] ACPI: PCI: 0000:00:14[A] -> [20]
[   13.820679] xhci_hcd 0000:00:14.0: Found [A] _PRT entry
[   13.820726] xhci_hcd 0000:00:14.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[   13.820775] xhci_hcd 0000:00:14.0: enabling bus mastering
[   13.820786] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.820800] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   13.821884] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   13.821897] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   13.822093] wakeup wakeup21: No ACPI support
[   13.822138] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.822148] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   13.822170] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   13.822324] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[   13.822333] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.822339] usb usb1: Product: xHCI Host Controller
[   13.822343] usb usb1: Manufacturer: Linux 6.13.0+ xhci-hcd
[   13.822348] usb usb1: SerialNumber: 0000:00:14.0
[   13.846213] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: Bound to device usb1
[   13.871653] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: Bound to device 1-0:1.0
[   13.871820] hub 1-0:1.0: USB hub found
[   13.873112] hub 1-0:1.0: 6 ports detected
[   13.897670] ACPI: \_SB_.PCI0.XHC1.RHUB.HS01: ACPI: Bound to device usb1-port1
[   13.897904] ACPI: \_SB_.PCI0.XHC1.RHUB.HS02: ACPI: Bound to device usb1-port2
[   13.898125] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: Bound to device usb1-port3
[   13.898346] ACPI: \_SB_.PCI0.XHC1.RHUB.HS04: ACPI: Bound to device usb1-port4
[   13.898568] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC1: ACPI: Bound to device usb1-port5
[   13.898789] ACPI: \_SB_.PCI0.XHC1.RHUB.HSC2: ACPI: Bound to device usb1-port6
[   13.953144]  ep_81: No ACPI support
[   13.953212]  ep_00: No ACPI support
[   13.953393] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[   13.953402] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.953408] usb usb2: Product: xHCI Host Controller
[   13.953413] usb usb2: Manufacturer: Linux 6.13.0+ xhci-hcd
[   13.953417] usb usb2: SerialNumber: 0000:00:14.0
[   13.975632] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: Bound to device usb2
[   14.001114] ACPI: \_SB_.PCI0.XHC1.RHUB: ACPI: Bound to device 2-0:1.0
[   14.001276] hub 2-0:1.0: USB hub found
[   14.001304] hub 2-0:1.0: 1 port detected
[   14.052803] ACPI: \_SB_.PCI0.XHC1.RHUB.SSP1: ACPI: Bound to device usb2-port1
[   14.078683]  ep_81: No ACPI support
[   14.078733]  ep_00: No ACPI support
[   14.078775] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.078898] i8042: PNP: No PS/2 controller found.
[   14.078924] input mice: No ACPI support
[   14.079043] misc psaux: No ACPI support
[   14.079101] mousedev: PS/2 mouse device common for all mice
[   14.079119] input event0: No ACPI support
[   14.079207] input event1: No ACPI support
[   14.079282] input event2: No ACPI support
[   14.079356] input event3: No ACPI support
[   14.079490] misc uinput: No ACPI support
[   14.079577] rtc_cmos 00:00: RTC can wake from S4
[   14.079610] wakeup wakeup22: No ACPI support
[   14.079782] rtc rtc0: No ACPI support
[   14.079865] platform alarmtimer.0.auto: No ACPI support
[   14.079949] wakeup wakeup23: No ACPI support
[   14.079984] rtc_cmos 00:00: registered as rtc0
[   14.080019] rtc_cmos 00:00: setting system clock to 2025-02-26T04:12:19 UTC (1740543139)
[   14.080043] nvmem cmos_nvram0: No ACPI support
[   14.080118] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   14.080147] i2c_dev: i2c /dev entries driver
[   14.080198] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   14.080229] device-mapper: uevent: version 1.0.3
[   14.080270] misc device-mapper: No ACPI support
[   14.080357] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[   14.080380] platform eisa.0: No ACPI support
[   14.080430] platform eisa.0: Probing EISA bus 0
[   14.080438] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   14.080444] platform eisa.0: Cannot allocate resource for EISA slot 1
[   14.080449] platform eisa.0: Cannot allocate resource for EISA slot 2
[   14.080454] platform eisa.0: Cannot allocate resource for EISA slot 3
[   14.080459] platform eisa.0: Cannot allocate resource for EISA slot 4
[   14.080463] platform eisa.0: Cannot allocate resource for EISA slot 5
[   14.080468] platform eisa.0: Cannot allocate resource for EISA slot 6
[   14.080473] platform eisa.0: Cannot allocate resource for EISA slot 7
[   14.080478] platform eisa.0: Cannot allocate resource for EISA slot 8
[   14.080482] platform eisa.0: EISA: Detected 0 cards
[   14.080492] intel_pstate: Intel P-state driver initializing
[   14.081700] platform efi-framebuffer.0: No ACPI support
[   14.081759] efifb: probing for efifb
[   14.081781] efifb: No BGRT, not showing boot graphics
[   14.081785] efifb: framebuffer at 0xa0000, using 64k, total 64k
[   14.081789] efifb: mode is 640x480x1, linelength=80, pages=1
[   14.081794] efifb: scrolling: redraw
[   14.081797] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   14.081825] graphics fb0: No ACPI support
[   14.081933] fbcon: Deferring console take-over
[   14.081939] fb0: EFI VGA frame buffer device
[   14.082025] platform clk-pmc-atom: No ACPI support
[   14.082217] drop_monitor: Initializing network drop monitor service
[   14.082436] NET: Registered PF_INET6 protocol family
[   14.108382] Segment Routing with IPv6
[   14.108419] In-situ OAM (IOAM) with IPv6
[   14.108483] NET: Registered PF_PACKET protocol family
[   14.108981] Key type dns_resolver registered
[   14.109097]  machinecheck: No ACPI support
[   14.109242] machinecheck machinecheck0: No ACPI support
[   14.109590] machinecheck machinecheck1: No ACPI support
[   14.109754] machinecheck machinecheck2: No ACPI support
[   14.109854] machinecheck machinecheck3: No ACPI support
[   14.110014] misc mcelog: No ACPI support
[   14.110661] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   14.111116] microcode: Current revision: 0x0000090d
[   14.111134] platform microcode: No ACPI support
[   14.112032] IPI shorthand broadcast: enabled
[   14.117328] sched_clock: Marking stable (14116005673, 1079483)->(14182697750, -65612594)
[   14.117745] misc cpu_dma_latency: No ACPI support
[   14.117936] registered taskstats version 1
[   14.119091] Loading compiled-in X.509 certificates
[   14.121534] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   14.126817] memory_tiering memory_tier4: No ACPI support
[   14.127324] Demotion targets for Node 0: null
[   14.128122] Key type .fscrypt registered
[   14.128129] Key type fscrypt-provisioning registered
[   14.150892] cryptd: max_cpu_qlen set to 1000
[   14.209713] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   14.346449] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[   14.346464] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.346470] usb 1-3: Product: Simple CDC Device Demo
[   14.346474] usb 1-3: Manufacturer: Microchip Technology Inc.
[   14.361527] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: Bound to device 1-3
[   14.389449] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: Bound to device 1-3:1.0
[   14.392170]  ep_81: No ACPI support
[   14.392217] ACPI: \_SB_.PCI0.XHC1.RHUB.HS03: ACPI: Bound to device 1-3:1.1
[   14.421435]  ep_02: No ACPI support
[   14.421483]  ep_82: No ACPI support
[   14.421543]  ep_00: No ACPI support
[   14.936457] ACPI: \_SB_.PCI0.SBRG.BAT1: ACPI: utils: Return value [15]
[   14.936473] ACPI: Device [BAT1] status [0000000f]
[   14.936479] ACPI: battery: Slot [BAT1] (battery absent)
[   14.936537] wakeup wakeup24: No ACPI support
[   14.961671] ACPI: Driver [battery] successfully bound to device [BAT1]
[   14.961679] ACPI: Found driver [battery] for device [BAT1]
[   15.025637] Key type encrypted registered
[   15.025653] AppArmor: AppArmor sha256 policy hashing enabled
[   15.025682] ima: No TPM chip found, activating TPM-bypass!
[   15.025695] Loading compiled-in module X.509 certificates
[   15.027543] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   15.027551] ima: Allocated hash algorithm: sha1
[   15.027568] ima: No architecture policies found
[   15.027619] evm: Initialising EVM extended attributes:
[   15.027623] evm: security.selinux
[   15.027627] evm: security.SMACK64
[   15.027630] evm: security.SMACK64EXEC
[   15.027633] evm: security.SMACK64TRANSMUTE
[   15.027635] evm: security.SMACK64MMAP
[   15.027638] evm: security.apparmor
[   15.027641] evm: security.ima
[   15.027643] evm: security.capability
[   15.027646] evm: HMAC attrs: 0x1
[   15.028565] PM:   Magic number: 13:518:212
[   15.029152] RAS: Correctable Errors collector initialized.
[   15.065937] clk: Disabling unused clocks
[   15.065977] PM: genpd: Disabling unused power domains
[   15.081552] Freeing unused decrypted memory: 2028K
[   15.084587] Freeing unused kernel image (initmem) memory: 4768K
[   15.084901] Write protecting the kernel read-only data: 32768k
[   15.086599] Freeing unused kernel image (rodata/data gap) memory: 924K
[   15.171203] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.171234] x86/mm: Checking user space page tables
[   15.252454] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.252470] Run /init as init process
[   15.252475]   with arguments:
[   15.252479]     /init
[   15.252483]   with environment:
[   15.252486]     HOME=/
[   15.252489]     TERM=linux
[   15.252492]     BOOT_IMAGE=/vmlinuz-6.13.0+
[   15.969548] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   17.383623] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   17.502197] ahci 0000:00:13.0: Adding to IOMMU failed: -19
[   17.502213] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.502225] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   17.502233] ahci 0000:00:13.0: version 3.0
[   17.523682] ACPI: PCI: 0000:00:13[A] -> [19]
[   17.523702] ahci 0000:00:13.0: Found [A] _PRT entry
[   17.523712] ahci 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   17.523770] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   17.533922] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[   17.533937] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[   17.533943] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   17.534058]  ata1: No ACPI support
[   17.534101] ata_port ata1: No ACPI support
[   17.534306]  link1: No ACPI support
[   17.534331] ata_link link1: No ACPI support
[   17.534471]  dev1.0: No ACPI support
[   17.534497] ata_device dev1.0: No ACPI support
[   17.534637]  ata2: No ACPI support
[   17.534669] ata_port ata2: No ACPI support
[   17.534804]  link2: No ACPI support
[   17.534833] ata_link link2: No ACPI support
[   17.534968]  dev2.0: No ACPI support
[   17.534997] ata_device dev2.0: No ACPI support
[   17.535573] workqueue scsi_tmf_0: No ACPI support
[   17.535642] scsi host0: ahci
[   17.535882] scsi host0: No ACPI support
[   17.536048] scsi_host host0: No ACPI support
[   17.536566] workqueue scsi_tmf_1: No ACPI support
[   17.536629] scsi host1: ahci
[   17.536793] scsi host1: No ACPI support
[   17.536945] scsi_host host1: No ACPI support
[   17.537142] ata1: DUMMY
[   17.537150] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 19 lpm-pol 3
[   17.537260] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.562889] sdhci: Secure Digital Host Controller Interface driver
[   17.562899] sdhci: Copyright(c) Pierre Ossman
[   17.564018] ACPI: bus type drm_connector registered
[   17.850186] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   17.850580] ata2.00: FORCE: modified (noncq)
[   17.850935] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[   17.850944] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (not used)
[   17.852470] ata2.00: configured for UDMA/133
[   17.863162] devlink :ata2--scsi:1:0:0:0: No ACPI support
[   17.863312] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         B1.1 PQ: 0 ANSI: 5
[   17.864462] scsi target1:0:0: No ACPI support
[   17.864527] scsi 1:0:0:0: No ACPI support
[   17.864653] scsi_device 1:0:0:0: No ACPI support
[   17.864709] scsi_generic sg0: No ACPI support
[   17.864803] scsi_disk 1:0:0:0: No ACPI support
[   17.864894] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   17.864913] bsg 1:0:0:0: No ACPI support
[   17.865007] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   17.865042] sd 1:0:0:0: [sda] Write Protect is off
[   17.865050] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.865187] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.865297] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[   17.865427] block sda: No ACPI support
[   17.865905] bdi 8:0: No ACPI support
[   17.890244]  sda: sda1 sda2 sda3
[   17.890295] block sda1: No ACPI support
[   17.890589] block sda2: No ACPI support
[   17.890921] block sda3: No ACPI support
[   17.891329] sd 1:0:0:0: [sda] Attached SCSI disk
[   17.898954] dca service started, version 1.12.1
[   17.912908] sdhci-pci 0000:00:17.0: Adding to IOMMU failed: -19
[   17.912923] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.912938] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   17.912946] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   17.913432] ACPI: PCI: 0000:00:17[A] -> [23]
[   17.913447] sdhci-pci 0000:00:17.0: Found [A] _PRT entry
[   17.913501] sdhci-pci 0000:00:17.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   17.913549] wakeup wakeup25: No ACPI support
[   17.923942] igb: Intel(R) Gigabit Ethernet Network Driver
[   17.923953] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.923997] igb 0000:03:00.0: Adding to IOMMU failed: -19
[   17.924007] igb 0000:03:00.0: vgaarb: pci_notify
[   17.924018] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   17.939870] mmc_host mmc0: No ACPI support
[   17.939973] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   17.940036] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.940189] ACPI: PCI: 0000:03:00[A] -> [19]
[   17.940208] igb 0000:03:00.0: Found [A] _PRT entry
[   17.940220] igb 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   17.940245] igb 0000:03:00.0: save config 0x00: 0x15338086
[   17.940253] igb 0000:03:00.0: save config 0x04: 0x00100007
[   17.940260] igb 0000:03:00.0: save config 0x08: 0x02000003
[   17.940267] igb 0000:03:00.0: save config 0x0c: 0x00000010
[   17.940274] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[   17.940281] igb 0000:03:00.0: save config 0x14: 0x00000000
[   17.940288] igb 0000:03:00.0: save config 0x18: 0x0000d001
[   17.940297] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[   17.940304] igb 0000:03:00.0: save config 0x20: 0x00000000
[   17.940311] igb 0000:03:00.0: save config 0x24: 0x00000000
[   17.940318] igb 0000:03:00.0: save config 0x28: 0x00000000
[   17.940325] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[   17.940332] igb 0000:03:00.0: save config 0x30: 0x00000000
[   17.940339] igb 0000:03:00.0: save config 0x34: 0x00000040
[   17.940345] igb 0000:03:00.0: save config 0x38: 0x00000000
[   17.940352] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[   17.956541] wakeup wakeup26: No ACPI support
[   17.973129] net eth0: No ACPI support
[   17.975183] pps pps0: No ACPI support
[   17.975302] pps pps0: new PPS source ptp0
[   17.975321] ptp ptp0: No ACPI support
[   17.975424] igb 0000:03:00.0: added PHC on eth0
[   17.975448] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   17.975453] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:b0
[   17.975505] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   17.975509] igb 0000:03:00.0: Using legacy interrupts. 1 rx queue(s), 1 tx queue(s)
[   17.975559] igb 0000:03:00.0: vgaarb: pci_notify
[   17.998079] igb 0000:03:00.0 enp3s0: renamed from eth0
[   18.054542] block dm-0: No ACPI support
[   18.054794] bdi 253:0: No ACPI support
[   18.060004] block dm-1: No ACPI support
[   18.061249] bdi 253:1: No ACPI support
[   18.066255] block dm-2: No ACPI support
[   18.066477] bdi 253:2: No ACPI support
[   19.337865] i915 0000:00:02.0: Adding to IOMMU failed: -19
[   19.337880] i915 0000:00:02.0: vgaarb: pci_notify
[   19.337892] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   19.350660] mmc0: Failed to initialize a non-removable card
[   19.356652] ACPI: PCI: 0000:00:02[A] -> [16]
[   19.356671] i915 0000:00:02.0: Found [A] _PRT entry
[   19.356682] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   19.356793] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) display version 7.00 stepping N/A
[   19.358361] i915 0000:00:02.0: vgaarb: deactivate vga console
[   19.359628] i2c i2c-0: No ACPI support
[   19.359684] i2c-dev i2c-0: No ACPI support
[   19.413580] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[   19.413595] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[   19.413602] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[   19.413609] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[   19.413615] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[   19.413621] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[   19.413630] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[   19.413636] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[   19.413642] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[   19.413648] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[   19.413654] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[   19.413661] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[   19.413667] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[   19.413673] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[   19.413679] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[   19.413688] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[   19.413706] sdhci-pci 0000:00:17.0: PME# enabled
[   20.866356] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   20.872888] lpc_ich 0000:00:1f.0: Adding to IOMMU failed: -19
[   20.872903] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   20.872914] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   20.893681] ACPI: \_SB_.PCI0.SBRG: ACPI: Bound to device iTCO_wdt.1.auto
[   20.896190] ACPI: \_SB_.PCI0.SBRG: ACPI: Bound to device intel-spi
[   20.897672] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   20.898615] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   20.900616] i2c i2c-1: No ACPI support
[   20.900674] i2c-dev i2c-1: No ACPI support
[   20.945074] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.945152] i2c i2c-2: No ACPI support
[   20.945203] i2c-dev i2c-2: No ACPI support
[   20.945353] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.945376] i2c i2c-3: No ACPI support
[   20.945407] i2c-dev i2c-3: No ACPI support
[   20.945504] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.945526] i2c i2c-4: No ACPI support
[   20.945556] i2c-dev i2c-4: No ACPI support
[   20.945648] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.945670] i2c i2c-5: No ACPI support
[   20.945699] i2c-dev i2c-5: No ACPI support
[   20.971594] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.971791] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.971800] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[   20.971806] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[   20.971812] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[   20.971818] i915 0000:00:02.0: vgaarb: __vga_put
[   21.028806] EDID has corrupt header
[   21.028820] 	[00] BAD  dd 48 0e 89 0a 37 ee e3 cf b1 65 ca 24 b1 6b 3e
[   21.028826] 	[00] BAD  60 53 8d 0d 81 bb 43 a4 f0 dd 7a 9c be 95 64 ab
[   21.028829] 	[00] BAD  4d 3c 4a 7c 6b 4b 5f 72 aa d8 69 26 d9 60 f2 98
[   21.028833] 	[00] BAD  a6 81 c4 50 4d e3 5b 5a ad 17 ff db 91 a3 1b 5f
[   21.028836] 	[00] BAD  50 da d7 38 ea 3d b2 8a 89 3a f3 f8 a4 dc c6 35
[   21.028839] 	[00] BAD  c0 43 3c c0 01 f6 93 8f 47 da e0 fc 5c 0c 43 56
[   21.028842] 	[00] BAD  88 92 2a 4b 94 64 6c 18 29 13 8c d3 60 c6 ad 91
[   21.028846] 	[00] BAD  ca f9 52 7e 86 aa cf 00 57 07 fa 6d 9b 2b af 40
[   21.030454] i801_smbus 0000:00:1f.3: Adding to IOMMU failed: -19
[   21.030470] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   21.030484] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   21.045060] ACPI: PCI: 0000:00:1f[B] -> [18]
[   21.045111] i801_smbus 0000:00:1f.3: Found [B] _PRT entry
[   21.046065] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   21.046132] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.046164] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.046794] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   21.046805] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   21.051419] ACPI: \_SB_.PCI0.SBUS: ACPI: Bound to device i2c-6
[   21.053076] event_source i915: No ACPI support
[   21.053687] i2c-dev i2c-6: No ACPI support
[   21.054469] drm renderD128: No ACPI support
[   21.054608] drm card0: No ACPI support
[   21.055280] ACPI: \_SB_.PCI0.GFX0.ISP0: ACPI: utils: Return value [0]
[   21.055296] ACPI: Device [ISP0] status [00000000]
[   21.055487] ACPI: \_SB_.PCI0.SBRG.H_EC: ACPI: utils: Return value [0]
[   21.055496] ACPI: Device [H_EC] status [00000000]
[   21.055535] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT0: ACPI: utils: Return value [0]
[   21.055542] ACPI: Device [BAT0] status [00000000]
[   21.055577] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT1: ACPI: utils: Return value [0]
[   21.055585] ACPI: Device [BAT1] status [00000000]
[   21.055619] ACPI: \_SB_.PCI0.SBRG.H_EC.BAT2: ACPI: utils: Return value [0]
[   21.055626] ACPI: Device [BAT2] status [00000000]
[   21.055691] ACPI: \_SB_.PCI0.SBRG.WPCN: ACPI: utils: Return value [0]
[   21.055698] ACPI: Device [WPCN] status [00000000]
[   21.055754] ACPI: \_SB_.PCI0.SBRG.WPCN.UAR5: ACPI: utils: Return value [0]
[   21.055762] ACPI: Device [UAR5] status [00000000]
[   21.055817] ACPI: \_SB_.PCI0.SBRG.WPCN.UAR8: ACPI: utils: Return value [0]
[   21.055824] ACPI: Device [UAR8] status [00000000]
[   21.056127] ACPI: \_SB_.PCI0.SBRG.LPTE: ACPI: utils: Return value [0]
[   21.056136] ACPI: Device [LPTE] status [00000000]
[   21.056420] ACPI: \_SB_.PCI0.SBRG.PS2K: ACPI: utils: Return value [0]
[   21.056428] ACPI: Device [PS2K] status [00000000]
[   21.056718] ACPI: \_SB_.PCI0.SBRG.PS2M: ACPI: utils: Return value [0]
[   21.056727] ACPI: Device [PS2M] status [00000000]
[   21.056765] ACPI: \_SB_.PCI0.SBRG.SSPI: ACPI: utils: Return value [0]
[   21.056772] ACPI: Device [SSPI] status [00000000]
[   21.056808] ACPI: \_SB_.PCI0.SBRG.SGPI: ACPI: utils: Return value [0]
[   21.056815] ACPI: Device [SGPI] status [00000000]
[   21.056850] ACPI: \_SB_.PCI0.SBRG.SHWM: ACPI: utils: Return value [0]
[   21.056857] ACPI: Device [SHWM] status [00000000]
[   21.056891] ACPI: \_SB_.PCI0.SBRG.SCPI: ACPI: utils: Return value [0]
[   21.056898] ACPI: Device [SCPI] status [00000000]
[   21.057208] ACPI: \_SB_.PCI0.SBRG.UAR1: ACPI: utils: Return value [0]
[   21.057218] ACPI: Device [UAR1] status [00000000]
[   21.057504] ACPI: \_SB_.PCI0.SBRG.UAR2: ACPI: utils: Return value [0]
[   21.057514] ACPI: Device [UAR2] status [00000000]
[   21.060747] ACPI: \_SB_.PCI0.GFX0.DD01: ACPI: Bound to device card0-eDP-1
[   21.066562] ACPI: \_SB_.PCI0.GFX0.DD1F: ACPI: Found generic backlight support
[   21.089312] backlight intel_backlight: No ACPI support
[   21.089433] i2c i2c-7: No ACPI support
[   21.089479] i2c-dev i2c-7: No ACPI support
[   21.090793] ACPI: \_SB_.PCI0.GFX0.DD02: ACPI: Bound to device card0-DP-1
[   21.090946] i2c i2c-8: No ACPI support
[   21.090983] i2c-dev i2c-8: No ACPI support
[   21.092454] ACPI: \_SB_.PCI0.GFX0.DD03: ACPI: Bound to device card0-HDMI-A-1
[   21.092619] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   21.097998] ACPI: \_SB_.PCI0.GFX0.DD01: ACPI: utils: Return value [1]
[   21.099349] ACPI: \_SB_.PCI0.GFX0.DD02: ACPI: utils: Return value [768]
[   21.100894] ACPI: \_SB_.PCI0.GFX0.DD03: ACPI: utils: Return value [769]
[   21.102731] ACPI: \_SB_.PCI0.GFX0.DD04: ACPI: utils: Return value [4]
[   21.105684] ACPI: \_SB_.PCI0.GFX0.DD05: ACPI: utils: Return value [5]
[   21.106703] ACPI: \_SB_.PCI0.GFX0.DD06: ACPI: utils: Return value [6]
[   21.107652] ACPI: \_SB_.PCI0.GFX0.DD07: ACPI: utils: Return value [7]
[   21.108662] ACPI: \_SB_.PCI0.GFX0.DD08: ACPI: utils: Return value [8]
[   21.109903] ACPI: \_SB_.PCI0.GFX0.DD1F: ACPI: utils: Return value [1024]
[   21.111715] ACPI: \_SB_.PCI0.GFX0.ISP0: ACPI: utils: Return value [3896]
[   21.112324] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   21.114548] input input4: No ACPI support
[   21.114649] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   21.114675] input event4: No ACPI support
[   21.117669] ACPI: Driver [video] successfully bound to device [GFX0]
[   21.117683] ACPI: Found driver [video] for device [GFX0]
[   21.139369] graphics fb0: No ACPI support
[   21.139576] fbcon: i915drmfb (fb0) is primary device
[   21.139581] fbcon: Deferring console take-over
[   21.139588] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   21.165855] i915 0000:00:02.0: vgaarb: pci_notify
[   22.776523] ACPI: \_SB_.PCI0.SBRG.BAT2: ACPI: utils: Return value [0]
[   22.776538] ACPI: Device [BAT2] status [00000000]
[   22.778120] ACPI: \_SB_.PCI0.EHC1: ACPI: utils: Return value [0]
[   22.778128] ACPI: Device [EHC1] status [00000000]
[   22.778143] ACPI: \_SB_.PCI0.EHC1.HUBN: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.778150] ACPI: Device [HUBN] status [0000000f]
[   22.778164] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.778170] ACPI: Device [PR01] status [0000000f]
[   22.779166] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR11: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.779175] ACPI: Device [PR11] status [0000000f]
[   22.779874] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR12: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.779883] ACPI: Device [PR12] status [0000000f]
[   22.780354] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR13: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.780362] ACPI: Device [PR13] status [0000000f]
[   22.780837] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR14: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.780845] ACPI: Device [PR14] status [0000000f]
[   22.781331] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR15: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.781339] ACPI: Device [PR15] status [0000000f]
[   22.781813] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR16: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.781821] ACPI: Device [PR16] status [0000000f]
[   22.782293] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR17: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.782301] ACPI: Device [PR17] status [0000000f]
[   22.782772] ACPI: \_SB_.PCI0.EHC1.HUBN.PR01.PR18: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.782780] ACPI: Device [PR18] status [0000000f]
[   22.791173] ACPI: \_SB_.PCI0.EM41: ACPI: utils: Return value [0]
[   22.791181] ACPI: Device [EM41] status [00000000]
[   22.791528] ACPI: \_SB_.PCI0.EM41.CARD: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.791536] ACPI: Device [CARD] status [0000000f]
[   22.793638] ACPI: \_SB_.PCI0.OTG1: ACPI: utils: Return value [0]
[   22.793646] ACPI: Device [OTG1] status [00000000]
[   22.798284] ACPI: \_SB_.LPEA: ACPI: utils: Return value [0]
[   22.798293] ACPI: Device [LPEA] status [00000000]
[   22.799957] ACPI: \_SB_.LPA2: ACPI: utils: Return value [0]
[   22.799966] ACPI: Device [LPA2] status [00000000]
[   22.800143] ACPI: \_SB_.LPA2.ADMA: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[   22.800152] ACPI: Device [ADMA] status [0000000f]
[   22.803347] ACPI: \_SB_.GPED: ACPI: utils: Return value [0]
[   22.803356] ACPI: Device [GPED] status [00000000]
[   22.803878] ACPI: \_SB_.PIND: ACPI: utils: Return value [0]
[   22.803885] ACPI: Device [PIND] status [00000000]
[   22.804443] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   23.541435] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   23.961090] raid6: sse2x4   gen()  4727 MB/s
[   24.029086] raid6: sse2x2   gen()  4560 MB/s
[   24.097088] raid6: sse2x1   gen()  3428 MB/s
[   24.097094] raid6: using algorithm sse2x4 gen() 4727 MB/s
[   24.165089] raid6: .... xor() 1396 MB/s, rmw enabled
[   24.165095] raid6: using ssse3x2 recovery algorithm
[   24.169297] xor: measuring software checksum speed
[   24.169735]    prefetch64-sse  :  7655 MB/sec
[   24.170224]    generic_sse     :  6798 MB/sec
[   24.170228] xor: using function: prefetch64-sse (7655 MB/sec)
[   24.174849] async_tx: api initialized (async)
[   24.204396] workqueue raid5wq: No ACPI support
[   24.881441] misc btrfs-control: No ACPI support
[   24.882095] Btrfs loaded, zoned=yes, fsverity=yes
[   25.399676] fbcon: Taking over console
[   25.399780] vtconsole vtcon1: No ACPI support
[   25.404910] Console: switching to colour frame buffer device 128x48
[   25.422535] EXT4-fs (dm-0): mounted filesystem d74a2de1-3ab3-4289-9816-68fc4179a015 ro with ordered data mode. Quota mode: none.
[   26.984297] misc autofs: No ACPI support
[   26.985559] systemd[1]: Inserted module 'autofs4'
[   27.088709] 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)
[   27.089135] systemd[1]: Detected architecture x86-64.
[   27.118631] systemd[1]: Set hostname to <bttest>.
[   28.302246] 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.600937] systemd[1]: Created slice system-modprobe.slice.
[   28.602198] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   28.603107] systemd[1]: Created slice User and Session Slice.
[   28.603258] systemd[1]: Started ntp-systemd-netif.path.
[   28.603454] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   28.604080] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   28.604303] systemd[1]: Reached target User and Group Name Lookups.
[   28.604368] systemd[1]: Reached target Slices.
[   28.604415] systemd[1]: Reached target Mounting snaps.
[   28.604488] systemd[1]: Reached target System Time Set.
[   28.604756] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   28.605210] systemd[1]: Listening on LVM2 poll daemon socket.
[   28.605450] systemd[1]: Listening on multipathd control socket.
[   28.605814] systemd[1]: Listening on Syslog Socket.
[   28.606128] systemd[1]: Listening on fsck to fsckd communication Socket.
[   28.606306] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   28.606941] systemd[1]: Listening on Journal Audit Socket.
[   28.607271] systemd[1]: Listening on Journal Socket (/dev/log).
[   28.607686] systemd[1]: Listening on Journal Socket.
[   28.608188] systemd[1]: Listening on Network Service Netlink Socket.
[   28.608535] systemd[1]: Listening on udev Control Socket.
[   28.608783] systemd[1]: Listening on udev Kernel Socket.
[   28.637918] systemd[1]: Mounting Huge Pages File System...
[   28.641792] systemd[1]: Mounting POSIX Message Queue File System...
[   28.646058] systemd[1]: Mounting Kernel Debug File System...
[   28.650237] systemd[1]: Mounting Kernel Trace File System...
[   28.656430] systemd[1]: Starting Journal Service...
[   28.660580] systemd[1]: Starting Set the console keyboard layout...
[   28.664583] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   28.669886] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   28.671867] vc vcs2: No ACPI support
[   28.672023] vc vcsu2: No ACPI support
[   28.672101] vc vcsa2: No ACPI support
[   28.674666] vc vcs3: No ACPI support
[   28.674810] vc vcsu3: No ACPI support
[   28.674911] vc vcsa3: No ACPI support
[   28.675220] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   28.675346] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   28.677477] vc vcs4: No ACPI support
[   28.677621] vc vcsu4: No ACPI support
[   28.677701] vc vcsa4: No ACPI support
[   28.679253] systemd[1]: Starting Load Kernel Module efi_pstore...
[   28.680312] vc vcs5: No ACPI support
[   28.684446] systemd[1]: Starting Load Kernel Module pstore_blk...
[   28.687994] vc vcsu5: No ACPI support
[   28.688892] vc vcsa5: No ACPI support
[   28.691875] systemd[1]: Starting Load Kernel Module pstore_zone...
[   28.695447] vc vcs6: No ACPI support
[   28.695578] vc vcsu6: No ACPI support
[   28.695664] vc vcsa6: No ACPI support
[   28.697628] systemd[1]: Starting Load Kernel Module ramoops...
[   28.697887] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   28.700950] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   28.702160] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   28.708190] systemd[1]: Starting Load Kernel Modules...
[   28.713360] systemd[1]: Starting Remount Root and Kernel File Systems...
[   28.725364] systemd[1]: Starting udev Coldplug all Devices...
[   28.728980] systemd[1]: Starting Uncomplicated firewall...
[   28.738973] systemd[1]: Mounted Huge Pages File System.
[   28.739464] systemd[1]: Mounted POSIX Message Queue File System.
[   28.739899] systemd[1]: Mounted Kernel Debug File System.
[   28.740316] systemd[1]: Mounted Kernel Trace File System.
[   28.746366] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   28.747578] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   28.748392] systemd[1]: Finished Load Kernel Module efi_pstore.
[   28.753901] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   28.754739] systemd[1]: Finished Load Kernel Module pstore_blk.
[   28.755750] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   28.756676] systemd[1]: Finished Load Kernel Module pstore_zone.
[   28.787657] systemd[1]: Finished Uncomplicated firewall.
[   28.801174] EXT4-fs (dm-0): re-mounted d74a2de1-3ab3-4289-9816-68fc4179a015 r/w. Quota mode: none.
[   28.806531] systemd[1]: Finished Remount Root and Kernel File Systems.
[   28.808506] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   28.810393] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   28.811441] systemd[1]: modprobe@ramoops.service: Succeeded.
[   28.812261] systemd[1]: Finished Load Kernel Module ramoops.
[   28.812957] msr msr0: No ACPI support
[   28.813578] msr msr1: No ACPI support
[   28.813726] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   28.817169] msr msr2: No ACPI support
[   28.817982] msr msr3: No ACPI support
[   28.837951] systemd[1]: Starting Create System Users...
[   28.840475] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   28.844199] systemd[1]: Finished Load Kernel Modules.
[   28.851004] systemd[1]: Mounting FUSE Control File System...
[   28.856568] systemd[1]: Mounting Kernel Configuration File System...
[   28.864198] systemd[1]: Starting Apply Kernel Variables...
[   28.872314] systemd[1]: Mounted FUSE Control File System.
[   28.876530] systemd[1]: Mounted Kernel Configuration File System.
[   28.909579] systemd[1]: Finished Create System Users.
[   28.934023] systemd[1]: Starting Create Static Device Nodes in /dev...
[   28.940541] systemd[1]: Finished Apply Kernel Variables.
[   29.006168] systemd[1]: Finished Set the console keyboard layout.
[   29.008498] systemd[1]: Finished Create Static Device Nodes in /dev.
[   29.030274] systemd[1]: Starting udev Kernel Device Manager...
[   29.237422] systemd[1]: Started udev Kernel Device Manager.
[   30.787224] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   31.054532] ACPI: \_SB_.LID0: ACPI: utils: Return value [1]
[   31.056511] ACPI: \_SB_.LID0: ACPI: utils: Return value [1]
[   31.056578] ACPI: \_SB_.LID0: ACPI: button: ACPI LID open
[   31.083778] mei_txe 0000:00:1a.0: Adding to IOMMU failed: -19
[   31.087585] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   31.087611] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   31.088580] ACPI: PCI: 0000:00:1a[A] -> [21]
[   31.088600] mei_txe 0000:00:1a.0: Found [A] _PRT entry
[   31.088661] mei_txe 0000:00:1a.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   31.115063] mei mei0: No ACPI support
[   31.115208] mei 0000:00:1a.0-309dcde8-ccb1-4062-8f78-600115a34327: No ACPI support
[   31.115319] mei 0000:00:1a.0-55213584-9a29-4916-badf-0fb7ed682aeb: No ACPI support
[   31.115574] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   31.116063] systemd[1]: Created slice system-systemd\x2dbacklight.slice.
[   31.164710] tty ttyACM0: No ACPI support
[   31.164865] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   31.164928] usbcore: registered new interface driver cdc_acm
[   31.164934] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   31.746071] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.761839] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[   31.783005] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[   31.783380] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.783436] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.783735] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.783788] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.783993] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.784047] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.784259] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.784311] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.784529] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.784579] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.784765] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.784814] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.784937] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.784987] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.785221] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.785273] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.785501] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.785550] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.785766] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.785816] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.786032] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.786082] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.786266] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.786316] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.786499] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.786548] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.786731] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.786780] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.786963] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787013] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.787196] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787246] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.787368] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787418] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.787545] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787595] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.787718] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787767] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.787889] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.787939] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788060] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788110] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788238] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788288] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788410] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788459] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788581] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788631] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788753] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788803] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.788925] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.788974] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.789119] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.789169] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.789335] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.789385] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.789575] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.789625] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.789841] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.789891] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790012] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790062] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790185] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790234] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790356] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790406] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790527] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790577] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790700] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790749] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.790871] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.790920] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.791042] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.791092] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.791214] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.791264] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   31.791387] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 458 (snap)
[   31.791436] systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
[   32.227418] systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
[   32.253746] systemd[1]: Starting LVM event activation on device 8:3...
[   32.283098] systemd[1]: Found device SATA_SSD 2.
[   32.341202] systemd[1]: Finished LVM event activation on device 8:3.
[   34.213196] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   34.265071] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   34.306291] systemd[1]: Finished udev Coldplug all Devices.
[   34.306801] systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
[   34.307061] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   34.307122] systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
[   34.307178] systemd[1]: Reached target Local Encrypted Volumes.
[   34.333912] systemd[1]: Starting udev Wait for Complete Device Initialization...
[   34.468938] event_source cstate_core: No ACPI support
[   34.469032] event_source cstate_pkg: No ACPI support
[   34.680974] systemd[1]: Started Journal Service.
[   34.800033] misc kvm: No ACPI support
[   34.807606] platform coretemp.0: No ACPI support
[   34.807777] hwmon hwmon1: No ACPI support
[   34.814056] thermal cooling_device4: No ACPI support
[   34.824609] thermal thermal_zone0: No ACPI support
[   34.824957] hwmon hwmon2: No ACPI support
[   34.825030] thermal thermal_zone1: No ACPI support
[   34.825141] hwmon hwmon3: No ACPI support
[   34.839702] platform intel_rapl_msr.0: No ACPI support
[   34.867724] powercap intel-rapl: No ACPI support
[   34.872740] intel_rapl_common: Found RAPL domain package
[   34.872754] intel_rapl_common: Found RAPL domain core
[   34.872861] powercap intel-rapl:0: No ACPI support
[   34.872961] powercap intel-rapl:0:0: No ACPI support
[   35.070661] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SS
[   36.203465] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   37.858502] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   39.506956] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   39.548408] alua: device handler registered
[   39.554545] emc: device handler registered
[   39.560656] rdac: device handler registered
[   40.086249] EXT4-fs (sda2): mounted filesystem 2cda00bd-3cfc-4500-9b44-e2dd8bf4c345 r/w with ordered data mode. Quota mode: none.
[   40.088795] EXT4-fs (dm-1): mounted filesystem 36e8c5fd-18e5-43a1-a1d0-448e6212ef66 r/w with ordered data mode. Quota mode: none.
[   40.135329] loop0: detected capacity change from 0 to 130448
[   40.153790] loop1: detected capacity change from 0 to 130552
[   40.154753] loop2: detected capacity change from 0 to 188072
[   40.182020] loop3: detected capacity change from 0 to 188176
[   40.195481] systemd-journald[388]: Received client request to flush runtime journal.
[   40.201436] loop4: detected capacity change from 0 to 102072
[   40.221381] loop5: detected capacity change from 0 to 91008
[   40.793182] audit: type=1400 audit(1740543166.207:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=670 comm="apparmor_parser"
[   40.793204] audit: type=1400 audit(1740543166.207:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=670 comm="apparmor_parser"
[   40.966343] audit: type=1400 audit(1740543166.383:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=673 comm="apparmor_parser"
[   40.967855] audit: type=1400 audit(1740543166.383:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=673 comm="apparmor_parser"
[   40.971246] audit: type=1400 audit(1740543166.387:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=673 comm="apparmor_parser"
[   41.077304] audit: type=1400 audit(1740543166.495:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=672 comm="apparmor_parser"
[   41.087218] audit: type=1400 audit(1740543166.503:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=676 comm="apparmor_parser"
[   41.607517] audit: type=1400 audit(1740543167.023:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=683 comm="apparmor_parser"
[   41.637929] audit: type=1400 audit(1740543167.055:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=669 comm="apparmor_parser"
[   41.639491] audit: type=1400 audit(1740543167.055:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=669 comm="apparmor_parser"
[   49.150032] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   56.035875] net lo: No ACPI support
[   56.711408] kauditd_printk_skb: 21 callbacks suppressed
[   56.711419] audit: type=1400 audit(1740543182.127:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=772 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   56.818260] ACPI: \_SB_.LID0: ACPI: utils: Return value [1]
[   56.818356] ACPI: \_SB_.LID0: ACPI: utils: Return value [1]
[   56.818367] ACPI: \_SB_.LID0: ACPI: button: ACPI LID open
[   60.304833] loop6: detected capacity change from 0 to 8
[   60.837076] audit: type=1400 audit(1740543186.251:34): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1026 comm="apparmor_parser"
[   60.878528] audit: type=1400 audit(1740543186.295:35): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/23545/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1026 comm="apparmor_parser"
[   60.891916] audit: type=1400 audit(1740543186.307:36): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.lxd" pid=1028 comm="apparmor_parser"
[   60.899167] audit: type=1400 audit(1740543186.315:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.activate" pid=1029 comm="apparmor_parser"
[   60.905228] audit: type=1400 audit(1740543186.319:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.benchmark" pid=1030 comm="apparmor_parser"
[   60.912388] audit: type=1400 audit(1740543186.327:39): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.buginfo" pid=1031 comm="apparmor_parser"
[   60.919234] audit: type=1400 audit(1740543186.335:40): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.check-kernel" pid=1032 comm="apparmor_parser"
[   60.928435] audit: type=1400 audit(1740543186.343:41): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.daemon" pid=1033 comm="apparmor_parser"
[   60.935534] audit: type=1400 audit(1740543186.351:42): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.hook.configure" pid=1034 comm="apparmor_parser"
[   66.497482] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   70.219810] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   71.888967] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   88.002689] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[   89.656368] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  105.210566] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  106.867409] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  122.871847] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  124.525928] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  140.215388] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  141.869757] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  157.877929] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  159.531964] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  175.215561] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  176.868863] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  192.879074] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  194.533228] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  210.213031] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  211.867600] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  227.885884] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  229.541462] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  245.214561] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  246.869603] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  262.880342] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  264.537457] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  280.211323] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  281.865582] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  297.878897] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  299.534105] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  315.211116] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  316.865617] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  332.878149] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  334.533701] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  350.214491] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  351.869946] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  367.888227] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  369.544681] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  385.213694] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  386.866861] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  402.882061] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  404.536225] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  420.214761] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  421.869291] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  437.879828] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  439.533815] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  455.222295] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  456.877326] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  472.878158] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  474.533607] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  490.215686] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  491.870423] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  507.872714] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  509.526389] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  525.214447] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  526.867994] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  542.877250] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  544.532201] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  560.228682] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  561.886377] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  577.882627] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  579.537132] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  595.220778] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  596.878146] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  612.880586] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  614.537084] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  630.217042] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  631.870866] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  647.877987] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  649.534393] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  665.230492] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  666.889883] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  682.879720] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  684.533300] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  700.228301] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  701.882240] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  717.877001] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  719.532318] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  735.220365] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  736.876415] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  752.876442] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  754.531144] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  770.222234] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  771.877045] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  787.884910] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  789.540209] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  805.223007] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  806.876504] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  822.886348] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  824.540120] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  840.219640] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  841.874660] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  857.889568] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  859.545555] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  875.227018] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  876.880927] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  892.887385] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  894.541785] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  910.248041] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  911.908399] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  927.884577] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  929.540007] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  945.219772] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  946.873911] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  962.893960] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  964.550334] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  980.221159] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  981.876616] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  997.882126] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[  999.535665] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1015.220821] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1016.874691] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1032.883455] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1034.539870] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1050.224773] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1051.878955] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1067.889812] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1069.544158] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1085.233924] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1086.889061] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1102.895600] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1104.550598] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1120.226957] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1121.882515] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1137.887149] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1139.541585] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1155.268678] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1156.973708] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1172.889577] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1174.547934] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1190.226181] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1191.881376] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1207.887638] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1209.541141] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1225.227995] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1226.881135] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1242.885329] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1244.539112] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1260.230510] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1261.889992] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1277.890599] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1279.546073] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1295.254960] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1296.911998] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1312.889975] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1314.544754] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1330.230459] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1331.884938] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1347.892746] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1349.548111] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1365.225932] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1366.881618] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1382.893540] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1384.548381] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1400.227533] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1401.883396] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1417.897168] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1419.552997] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1435.226860] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1436.881429] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1452.887200] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1454.542458] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1470.235775] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1471.889367] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1487.887690] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1489.542979] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1505.227582] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1506.881791] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1522.897825] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1524.554475] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1540.234046] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1541.887057] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1557.890512] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1559.547177] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1575.233052] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1576.887557] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1592.891091] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1594.547579] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1610.236030] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1611.891449] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1627.893121] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1629.547437] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1645.228160] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1646.882017] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1662.894054] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1664.547550] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1680.230503] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1681.885143] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1697.898239] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1699.553883] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1715.234970] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1716.892109] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1732.894847] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1734.550289] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1750.237691] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1751.892933] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1767.896175] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1769.551677] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1785.233109] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1786.886902] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1802.903699] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1804.562322] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1820.236253] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1821.890957] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1837.895698] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1839.552995] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1855.230982] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1856.885866] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1872.901974] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1874.561111] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1890.239854] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1891.894678] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1907.898461] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1909.554763] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1925.238762] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1926.895570] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1942.893108] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1944.547528] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1960.235770] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1961.889834] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1977.903018] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1979.557219] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1995.245456] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 1996.900657] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2012.900459] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2014.556399] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2030.245282] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2031.903047] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2047.900391] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2049.554611] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2065.241636] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2066.898519] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2082.900857] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2084.555553] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2100.241169] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2101.895032] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2117.907020] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2119.562080] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2135.243681] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2136.899289] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2152.897281] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2154.552685] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2170.241887] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2171.897092] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2187.899762] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2189.556465] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2205.247998] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2206.903180] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2222.902966] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2224.557347] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2240.248837] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2241.903797] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2257.907329] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2259.564037] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2275.243119] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2276.898990] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2292.903016] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2294.559572] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2310.239137] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2311.893789] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2327.919331] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2329.575165] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2345.241355] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2346.897467] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2362.906269] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2364.562033] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2380.253511] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2381.916174] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2397.903825] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2399.558121] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2415.247213] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2416.904125] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2432.901423] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2434.267810] ACPI: GPE event 0x01
[ 2434.374249] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[ 2434.374375] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug event 0 for deferred handling
[ 2434.376001] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in hotplug_event()
[ 2434.376125] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[ 2434.376268] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in hotplug_event()
[ 2434.376615] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[ 2434.377652] ACPI: \_SB_.PCI0.RP01.PXSX._ADR: ACPI: No context!
[ 2434.379715] ACPI: \_SB_.PCI0.RP01.PXSX._PRW: ACPI: No context!
[ 2434.383699] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[ 2434.383723] ACPI: Device [PXSX] status [0000000f]
[ 2434.386059] ACPI: \_SB_.PCI0.RP01.D015._ADR: ACPI: No context!
[ 2434.388332] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate [_STA]: AE_NOT_FOUND
[ 2434.388354] ACPI: Device [D015] status [0000000f]
[ 2434.388857] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge in hotplug_event()
[ 2434.592773] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2450.241979] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2451.897846] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2467.909973] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2469.568095] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2485.256651] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
[ 2486.914631] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]

[-- Attachment #3: acpiphp_glue.patch --]
[-- Type: application/octet-stream, Size: 2994 bytes --]

commit 9e52bf0d727211d60a3b176056ae61666bf24d21 (HEAD -> master)
Author: Naveen Kumar Parna <naveenkumar.parna@gmail.com>
Date:   Tue Feb 25 12:18:35 2025 +0530

    added more debug logs in hotplug_event()

diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index 5b1f271c6..d2ab041bc 100644
--- a/drivers/pci/hotplug/acpiphp_glue.c
+++ b/drivers/pci/hotplug/acpiphp_glue.c
@@ -789,8 +789,10 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)

        acpi_lock_hp_context();
        bridge = context->bridge;
-       if (bridge)
+       if (bridge) {
                get_bridge(bridge);
+               acpi_handle_debug(handle, "Bridge acquired in %s()\n", __func__);
+       }

        acpi_unlock_hp_context();

@@ -800,10 +802,13 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
        case ACPI_NOTIFY_BUS_CHECK:
                /* bus re-enumerate */
                acpi_handle_debug(handle, "Bus check in %s()\n", __func__);
-               if (bridge)
+               if (bridge) {
+                       acpi_handle_debug(handle, "Checking bridge in %s()\n", __func__);
                        acpiphp_check_bridge(bridge);
-               else if (!(slot->flags & SLOT_IS_GOING_AWAY))
+               } else if (!(slot->flags & SLOT_IS_GOING_AWAY)) {
+                       acpi_handle_debug(handle, "Enabling slot in %s()\n", __func__);
                        enable_slot(slot, false);
+               }

                break;

@@ -811,14 +816,18 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
                /* device check */
                acpi_handle_debug(handle, "Device check in %s()\n", __func__);
                if (bridge) {
+                       acpi_handle_debug(handle, "Checking bridge in %s()\n", __func__);
                        acpiphp_check_bridge(bridge);
                } else if (!(slot->flags & SLOT_IS_GOING_AWAY)) {
+                       acpi_handle_debug(handle, "Rescanning slot in %s()\n", __func__);
                        /*
                         * Check if anything has changed in the slot and rescan
                         * from the parent if that's the case.
                         */
-                       if (acpiphp_rescan_slot(slot))
+                       if (acpiphp_rescan_slot(slot)) {
+                               acpi_handle_debug(handle, "Checking parent bridge in %s()\n", __func__);
                                acpiphp_check_bridge(func->parent);
+                       }
                }
                break;

@@ -830,8 +839,10 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
        }

        pci_unlock_rescan_remove();
-       if (bridge)
+       if (bridge) {
+               acpi_handle_debug(handle, "Releasing bridge in %s()\n", __func__);
                put_bridge(bridge);
+       }
 }

 static int acpiphp_hotplug_notify(struct acpi_device *adev, u32 type)

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-26 12:58               ` Naveen Kumar P
@ 2025-02-28 12:27                 ` Naveen Kumar P
  2025-02-28 16:01                 ` Bjorn Helgaas
  1 sibling, 0 replies; 21+ messages in thread
From: Naveen Kumar P @ 2025-02-28 12:27 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Wed, Feb 26, 2025 at 6:28 PM Naveen Kumar P
<naveenkumar.parna@gmail.com> wrote:
>
> On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> >
> > On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > > Hi all,
> > > > > > > > >
> > > > > > > > > I am writing to seek assistance with an issue we are experiencing with
> > > > > > > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > > > > > > Port 1 to the host bridge.
> > > > > > > > >
> > > > > > > > > We have observed that after booting the system, the Base Address
> > > > > > > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > > > > > > approximately one hour or more (the timing is inconsistent). This was
> > > > > > > > > verified using the lspci output and the setpci -s 01:00.0
> > > > > > > > > BASE_ADDRESS_0 command.
> > > >
> > > > > ...
> > > > > I booted with the pcie_aspm=off kernel parameter, which means that
> > > > > PCIe Active State Power Management (ASPM) is disabled. Given this
> > > > > context, should I consider removing this setting to see if it affects
> > > > > the occurrence of the Bus Check notifications and the BAR0 reset
> > > > > issue?
> > > >
> > > > Doesn't seem likely to be related.  Once configured, ASPM operates
> > > > without any software intervention.  But note that "pcie_aspm=off"
> > > > means the kernel doesn't touch ASPM configuration at all, and any
> > > > configuration done by firmware remains in effect.
> > > >
> > > > You can tell whether ASPM has been enabled by firmware with "sudo
> > > > lspci -vv" before the problem occurs.
> > > >
> > > > > > > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > > > > > > showed all FF's, and then the next run of the same command showed
> > > > > > > BASE_ADDRESS_0 reset to zero:
> > > > > > > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > > > > > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > > > >
> > > > > > Looks like the device isn't responding at all here.  Could happen if
> > > > > > the device is reset or powered down.
> > > > >
> > > > > From the kernel driver or user space tools, is it possible to
> > > > > determine whether the device has been reset or powered down?  Are
> > > > > there any power management settings or configurations that could be
> > > > > causing the device to reset or power down unexpectedly?
> > > >
> > > > Not really.  By "powered down", I meant D3cold, where the main power
> > > > is removed.  Config space is readable in all other power states.
> > > >
> > > > > > What is this device?  What driver is bound to it?  I don't see
> > > > > > anything in dmesg that identifies a driver.
> > > > >
> > > > > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > > > > flashed with RTL code to expose several host interfaces to the system
> > > > > via the PCIe link.
> > > > >
> > > > > We have an out-of-tree driver for this device, but to eliminate the
> > > > > driver's role in this issue, I renamed the driver to prevent it from
> > > > > loading automatically after rebooting the machine. Despite not using
> > > > > the driver, the issue still occurred.
> > > >
> > > > Oh, right, I forgot that you mentioned this before.
> > > >
> > > > > > You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> > > > > > v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> > > > > > time on unless the problem still happens on a current kernel.
> > > >
> > > > This part is important.  We don't want to spend a lot of time
> > > > debugging an issue that may have already been fixed upstream.
> > >
> > > Sure, I started building the 6.13 kernel and will post more
> > > information if I notice the issue on the 6.13 kernel.
> I have downloaded the 6.13 kernel source and added additional debug
> logs in hotplug_event(), then built the kernel. After that rebooted
> with the new kernel using the following parameters:
> BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
> drivers/pci/* +p; file drivers/acpi/* +p"
>
> After some time post-boot, I ran the following commands without
> initially checking the dmesg log:
> $sudo lspci -xxx -s 01:00.0 | grep "10:"
> 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
>
> $sudo lspci -xxx -s 01:00.0 | grep "10:"
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> The first run of lspci showed all FF's, and the next run showed
> BASE_ADDRESS_0 reset to zero. After observing this, I checked the
> dmesg log and found the following information:
>
> [ 2434.267810] ACPI: GPE event 0x01
> [ 2434.374249] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> [ 2434.374375] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> event 0 for deferred handling
> [ 2434.376001] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> hotplug_event()
> [ 2434.376125] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [ 2434.376268] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> hotplug_event()
> [ 2434.376615] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate
> [_STA]: AE_NOT_FOUND
> [ 2434.377652] ACPI: \_SB_.PCI0.RP01.PXSX._ADR: ACPI: No context!
> [ 2434.379715] ACPI: \_SB_.PCI0.RP01.PXSX._PRW: ACPI: No context!
> [ 2434.383699] ACPI: \_SB_.PCI0.RP01.PXSX: ACPI: utils: Evaluate
> [_STA]: AE_NOT_FOUND
> [ 2434.383723] ACPI: Device [PXSX] status [0000000f]
> [ 2434.386059] ACPI: \_SB_.PCI0.RP01.D015._ADR: ACPI: No context!
> [ 2434.388332] ACPI: \_SB_.PCI0.RP01.D015: ACPI: utils: Evaluate
> [_STA]: AE_NOT_FOUND
> [ 2434.388354] ACPI: Device [D015] status [0000000f]
> [ 2434.388857] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> in hotplug_event()
> [ 2434.592773] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
> [ 2450.241979] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
> [ 2451.897846] ACPI: \_SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]
>
> Prior to this and afterwards, the dmesg log was flooded with "ACPI:
> _SB_.PCI0.SBRG.ADP1: ACPI: utils: Return value [1]" statements.
>
> Complete dmesg log and the patch(to get additional debug information)
> are attached to this email.
I would greatly appreciate any guidance or next steps you could
provide to help debug this issue.

>
> Any further guidance on these observations?
>
> Additionally, I noticed that the initial bootup logs with the
> "0.000000" timestamp are missing in the dmesg log with this new
> kernel. I'm unsure what might be causing this issue.
>
> > >
> > > Regarding the CommClk- (Common Clock Configuration) bit, it indicates
> > > whether the common clock configuration is enabled or disabled. When it
> > > is set to CommClk-, it means that the common clock configuration is
> > > disabled.
> > >
> > > LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
> > >         ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> > >
> > > For my device, I noticed that the common clock configuration is
> > > disabled. Could this be causing the BAR reset issue?
> >
> > Not to my knowledge.
> >
> > > How is the CommClk bit determined(to set or clear)? and is it okay to
> > > enable this bit after booting the kernel?
> >
> > It is somewhere in drivers/pci/pcie/aspm.c, i.e.,
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/aspm.c?id=v6.13#n383

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-26 12:58               ` Naveen Kumar P
  2025-02-28 12:27                 ` Naveen Kumar P
@ 2025-02-28 16:01                 ` Bjorn Helgaas
  2025-03-04  8:05                   ` Naveen Kumar P
  1 sibling, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-02-28 16:01 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Wed, Feb 26, 2025 at 06:28:33PM +0530, Naveen Kumar P wrote:
> On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > > Hi all,
> > > > > > > > >
> > > > > > > > > I am writing to seek assistance with an issue we are
> > > > > > > > > experiencing with a PCIe device (PLDA Device 5555)
> > > > > > > > > connected through PCI Express Root Port 1 to the
> > > > > > > > > host bridge.
> > > > > > > > >
> > > > > > > > > We have observed that after booting the system, the
> > > > > > > > > Base Address Register (BAR0) memory of this device
> > > > > > > > > gets reset to 0x0 after approximately one hour or
> > > > > > > > > more (the timing is inconsistent). This was verified
> > > > > > > > > using the lspci output and the setpci -s 01:00.0
> > > > > > > > > BASE_ADDRESS_0 command.
> > > > > ...

> I have downloaded the 6.13 kernel source and added additional debug
> logs in hotplug_event(), then built the kernel. After that rebooted
> with the new kernel using the following parameters:
> BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
> drivers/pci/* +p; file drivers/acpi/* +p"

Why "pci=nomsi"?  I don't think that should make a difference.  Also,
it contributes to the fact that Linux doesn't request OS control of
several features that it ordinarily does, so you end up in a somewhat
unusual state (which *should* still work, of course):

  acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
  acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]

Same for "pcie_aspm=off".

Why "pcie_ports=on"?  That's not a valid parameter:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/portdrv.c?id=v6.13#n619

> Complete dmesg log and the patch(to get additional debug information)
> are attached to this email.
> 
> Any further guidance on these observations?

I'm out of ideas.  I would instrument the PCI config accessors to log
all the reads and writes to your device (01:00.0) to see what we do to
the device.  Maybe there's some hint:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/access.c?id=v6.13#n35

> Additionally, I noticed that the initial bootup logs with the
> "0.000000" timestamp are missing in the dmesg log with this new
> kernel. I'm unsure what might be causing this issue.

Probably overflowed the message buffer.  You can try increasing the
buffer size:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/kernel-parameters.txt?id=v6.13#n3190

You can also experiment with the dyndbg parameter to be more selective
about the ACPI messages if some aren't useful.

Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-28 16:01                 ` Bjorn Helgaas
@ 2025-03-04  8:05                   ` Naveen Kumar P
  2025-03-04 16:49                     ` Naveen Kumar P
  2025-03-04 20:45                     ` Bjorn Helgaas
  0 siblings, 2 replies; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-04  8:05 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 4849 bytes --]

On Fri, Feb 28, 2025 at 9:31 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Wed, Feb 26, 2025 at 06:28:33PM +0530, Naveen Kumar P wrote:
> > On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > > > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > > > Hi all,
> > > > > > > > > >
> > > > > > > > > > I am writing to seek assistance with an issue we are
> > > > > > > > > > experiencing with a PCIe device (PLDA Device 5555)
> > > > > > > > > > connected through PCI Express Root Port 1 to the
> > > > > > > > > > host bridge.
> > > > > > > > > >
> > > > > > > > > > We have observed that after booting the system, the
> > > > > > > > > > Base Address Register (BAR0) memory of this device
> > > > > > > > > > gets reset to 0x0 after approximately one hour or
> > > > > > > > > > more (the timing is inconsistent). This was verified
> > > > > > > > > > using the lspci output and the setpci -s 01:00.0
> > > > > > > > > > BASE_ADDRESS_0 command.
> > > > > > ...
>
> > I have downloaded the 6.13 kernel source and added additional debug
> > logs in hotplug_event(), then built the kernel. After that rebooted
> > with the new kernel using the following parameters:
> > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
> > drivers/pci/* +p; file drivers/acpi/* +p"
>
> Why "pci=nomsi"?  I don't think that should make a difference.  Also,
> it contributes to the fact that Linux doesn't request OS control of
> several features that it ordinarily does, so you end up in a somewhat
> unusual state (which *should* still work, of course):
>
>   acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
>   acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
>
> Same for "pcie_aspm=off".
I initially suspected that the PCI BAR reset was happening due to the
device entering a low-power state, so I set pcie_aspm=off to prevent
it. However, I am not sure why pci=nomsi and pcie_ports=on were used
in the test machine. In the next test run, I will remove these
parameters and try again.

>
> Why "pcie_ports=on"?  That's not a valid parameter:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/portdrv.c?id=v6.13#n619
>
> > Complete dmesg log and the patch(to get additional debug information)
> > are attached to this email.
> >
> > Any further guidance on these observations?
>
> I'm out of ideas.  I would instrument the PCI config accessors to log
> all the reads and writes to your device (01:00.0) to see what we do to
> the device.  Maybe there's some hint:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/access.c?id=v6.13#n35
As per your suggestion, I instrumented the PCI configuration accessors
to log all reads and writes to my device (01:00.0). The corresponding
patch (0002-instrumented-the-PCI-config-accessors-to-log-all-the.patch)
is attached to this email. After applying the patch and rebooting with
the same boot parameters, the issue reproduced after 193890 seconds.

The complete dmesg log (dmesg_march3rd_log.txt) is also attached.
Could you check if this new log provides any useful clues?

Additionally, do you recommend any further instrumentation or debugging steps?

Looking forward to your insights.
>
> > Additionally, I noticed that the initial bootup logs with the
> > "0.000000" timestamp are missing in the dmesg log with this new
> > kernel. I'm unsure what might be causing this issue.
>
> Probably overflowed the message buffer.  You can try increasing the
> buffer size:
I have noticed that even the kern.log file also missed those initial
bootup logs. If the message buffer is overflowed and the dmesg log
misses those entries, they should appear in kern.log, right? However,
this time when I rebooted, I got the complete log without increasing
the buffer size.

> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/kernel-parameters.txt?id=v6.13#n3190
>
> You can also experiment with the dyndbg parameter to be more selective
> about the ACPI messages if some aren't useful.
>
> Bjorn

[-- Attachment #2: dmesg_march3rd_log.txt --]
[-- Type: text/plain, Size: 100479 bytes --]

[    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) #10 SMP PREEMPT_DYNAMIC Sat Mar  1 15:45:06 IST 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c"
[    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.002252] total RAM covered: 4512M
[    0.002785] Found optimal setting for mtrr clean up
[    0.002787]  gran_size: 64K 	chunk_size: 64K 	num_reg: 5  	lose cover RAM: 0G
[    0.002798] MTRR map: 6 entries (4 fixed + 2 variable; max 20), built from 8 variable MTRRs
[    0.002803] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002923] e820: update [mem 0x9a000000-0xffffffff] usable ==> reserved
[    0.002933] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[    0.010354] found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
[    0.013521] RAMDISK: [mem 0x279c5000-0x2fcd9fff]
[    0.013531] ACPI: Early table checksum verification disabled
[    0.013538] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.013549] ACPI: XSDT 0x000000009964A080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013563] ACPI: FACP 0x0000000099652FC0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.013577] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20240827/tbfadt-560)
[    0.013589] ACPI: DSDT 0x000000009964A188 008E32 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.013600] ACPI: FACS 0x00000000997DAF80 000040
[    0.013608] ACPI: APIC 0x00000000996530D0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013619] ACPI: FPDT 0x0000000099653158 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013629] ACPI: LPIT 0x00000000996531A0 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.013639] ACPI: MCFG 0x00000000996532A8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.013650] ACPI: HPET 0x00000000996532E8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.013660] ACPI: SSDT 0x0000000099653320 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.013670] ACPI: SSDT 0x0000000099653A88 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.013681] ACPI: SSDT 0x0000000099653D18 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.013691] ACPI: UEFI 0x0000000099653E98 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.013702] ACPI: CSRT 0x0000000099653EE0 00014C (v00 INTEL  EDK2     00000005 INTL 20120624)
[    0.013710] ACPI: Reserving FACP table memory at [mem 0x99652fc0-0x996530cb]
[    0.013715] ACPI: Reserving DSDT table memory at [mem 0x9964a188-0x99652fb9]
[    0.013718] ACPI: Reserving FACS table memory at [mem 0x997daf80-0x997dafbf]
[    0.013721] ACPI: Reserving APIC table memory at [mem 0x996530d0-0x99653153]
[    0.013724] ACPI: Reserving FPDT table memory at [mem 0x99653158-0x9965319b]
[    0.013727] ACPI: Reserving LPIT table memory at [mem 0x996531a0-0x996532a3]
[    0.013731] ACPI: Reserving MCFG table memory at [mem 0x996532a8-0x996532e3]
[    0.013734] ACPI: Reserving HPET table memory at [mem 0x996532e8-0x9965331f]
[    0.013737] ACPI: Reserving SSDT table memory at [mem 0x99653320-0x99653a82]
[    0.013740] ACPI: Reserving SSDT table memory at [mem 0x99653a88-0x99653d17]
[    0.013743] ACPI: Reserving SSDT table memory at [mem 0x99653d18-0x99653e91]
[    0.013747] ACPI: Reserving UEFI table memory at [mem 0x99653e98-0x99653ed9]
[    0.013750] ACPI: Reserving CSRT table memory at [mem 0x99653ee0-0x9965402b]
[    0.013972] No NUMA configuration found
[    0.013975] Faking a node at [mem 0x0000000000000000-0x000000015fffffff]
[    0.013995] NODE_DATA(0) allocated [mem 0x15ffd3a00-0x15fffdfff]
[    0.014641] Zone ranges:
[    0.014643]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014649]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014654]   Normal   [mem 0x0000000100000000-0x000000015fffffff]
[    0.014658]   Device   empty
[    0.014661] Movable zone start for each node
[    0.014667] Early memory node ranges
[    0.014668]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.014672]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.014676]   node   0: [mem 0x000000001f100000-0x000000001fffffff]
[    0.014679]   node   0: [mem 0x0000000020100000-0x0000000099614fff]
[    0.014682]   node   0: [mem 0x0000000099afc000-0x0000000099afcfff]
[    0.014686]   node   0: [mem 0x0000000099b3f000-0x0000000099cadfff]
[    0.014689]   node   0: [mem 0x0000000099ffa000-0x0000000099ffffff]
[    0.014692]   node   0: [mem 0x0000000100000000-0x000000015fffffff]
[    0.014697] Initmem setup node 0 [mem 0x0000000000001000-0x000000015fffffff]
[    0.014708] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014770] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.017298] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.027480] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.027518] On node 0, zone DMA32: 1255 pages in unavailable ranges
[    0.027533] On node 0, zone DMA32: 66 pages in unavailable ranges
[    0.027558] On node 0, zone DMA32: 844 pages in unavailable ranges
[    0.036622] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.036640] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.036647] Reserving Intel graphics memory at [mem 0x9b000000-0x9effffff]
[    0.036754] ACPI: PM-Timer IO Port: 0x408
[    0.036779] ACPI: LAPIC_NMI (acpi_id[0x01] res edge lint[0x7b])
[    0.036784] ACPI: NMI not connected to LINT 1!
[    0.036785] ACPI: LAPIC_NMI (acpi_id[0x02] low res lint[0x74])
[    0.036789] ACPI: NMI not connected to LINT 1!
[    0.036790] ACPI: LAPIC_NMI (acpi_id[0x03] res edge lint[0x53])
[    0.036793] ACPI: NMI not connected to LINT 1!
[    0.036795] ACPI: LAPIC_NMI (acpi_id[0x04] dfl res lint[0xb0])
[    0.036798] ACPI: NMI not connected to LINT 1!
[    0.036811] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.036819] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.036824] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.036835] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.036838] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.036850] TSC deadline timer available
[    0.036865] CPU topo: Max. logical packages:   1
[    0.036868] CPU topo: Max. logical dies:       1
[    0.036870] CPU topo: Max. dies per package:   1
[    0.036883] CPU topo: Max. threads per core:   1
[    0.036886] CPU topo: Num. cores per package:     4
[    0.036888] CPU topo: Num. threads per package:   4
[    0.036890] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.036957] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.036964] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.036967] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.036970] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.036972] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.036978] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[    0.036984] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.036990] PM: hibernation: Registered nosave memory: [mem 0x99615000-0x99644fff]
[    0.036993] PM: hibernation: Registered nosave memory: [mem 0x99645000-0x99654fff]
[    0.036995] PM: hibernation: Registered nosave memory: [mem 0x99655000-0x997dafff]
[    0.036998] PM: hibernation: Registered nosave memory: [mem 0x997db000-0x99afbfff]
[    0.037004] PM: hibernation: Registered nosave memory: [mem 0x99afd000-0x99b3efff]
[    0.037010] PM: hibernation: Registered nosave memory: [mem 0x99cae000-0x99ff9fff]
[    0.037016] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[    0.037019] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9effffff]
[    0.037021] PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[    0.037024] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.037027] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.037029] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037032] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.037035] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.037037] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.037040] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.037043] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.037045] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.037048] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.037051] PM: hibernation: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.037053] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.037056] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.037059] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[    0.037061] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037064] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[    0.037067] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.037069] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffafffff]
[    0.037072] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.037077] [mem 0x9f000000-0xdfffffff] available for PCI devices
[    0.037081] Booting paravirtualized kernel on bare hardware
[    0.037086] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.037117] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.038184] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.038207] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.038215] pcpu-alloc: [0] 0 1 2 3 
[    0.038278] Kernel command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c"
[    0.038477] PCIe ASPM is disabled
[    0.038545] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.13.0+", will be passed to user space.
[    0.038574] random: crng init done
[    0.038577] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.039840] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.040513] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.040652] Fallback order for Node 0: 0 
[    0.040666] Built 1 zonelists, mobility grouping on.  Total pages: 1021223
[    0.040670] Policy zone: Normal
[    0.040692] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.040704] software IO TLB: area num 4.
[    0.119918] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.119989] Kernel/User page tables isolation: enabled
[    0.120089] ftrace: allocating 54751 entries in 214 pages
[    0.201722] ftrace: allocated 214 pages with 5 groups
[    0.203187] Dynamic Preempt: voluntary
[    0.203320] rcu: Preemptible hierarchical RCU implementation.
[    0.203323] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.203328] 	Trampoline variant of Tasks RCU enabled.
[    0.203329] 	Rude variant of Tasks RCU enabled.
[    0.203330] 	Tracing variant of Tasks RCU enabled.
[    0.203332] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.203335] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.203353] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.203360] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.203365] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.215134] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.215470] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.215606] spurious 8259A interrupt: IRQ7.
[    0.215651] Console: colour dummy device 80x25
[    0.215660] printk: legacy console [tty0] enabled
[    0.215802] ACPI: Core revision 20240827
[    0.215970] APIC: Switch to symmetric I/O mode setup
[    0.216560] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    0.216576] Calibrating delay loop (skipped), value calculated using timer frequency.. 3833.33 BogoMIPS (lpj=7666668)
[    0.216644] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.216651] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.216660] process: using mwait in idle threads
[    0.216667] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.216675] Spectre V2 : Mitigation: Retpolines
[    0.216678] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.216681] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.216684] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.216690] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.216696] MDS: Mitigation: Clear CPU buffers
[    0.216699] MMIO Stale Data: Unknown: No mitigations
[    0.216705] x86/fpu: x87 FPU will use FXSAVE
[    0.220570] Freeing SMP alternatives memory: 44K
[    0.220570] pid_max: default: 32768 minimum: 301
[    0.220570] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    0.220570] Yama: becoming mindful.
[    0.220570] AppArmor: AppArmor initialized
[    0.220570] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.220570] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.220570] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3845  @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.220570] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.220570] ... version:                3
[    0.220570] ... bit width:              40
[    0.220570] ... generic registers:      2
[    0.220570] ... value mask:             000000ffffffffff
[    0.220570] ... max period:             0000007fffffffff
[    0.220570] ... fixed-purpose events:   3
[    0.220570] ... event mask:             0000000700000003
[    0.220570] signal: max sigframe size: 1440
[    0.220570] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.220570] rcu: Hierarchical SRCU implementation.
[    0.220570] rcu: 	Max phase no-delay instances is 1000.
[    0.220570] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.220570] dyndbg: bad flag-op d, at start of drivers/acpi/osl.c
[    0.220570] dyndbg: flags parse failed
[    0.224982] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.225202] smp: Bringing up secondary CPUs ...
[    0.240728] smpboot: x86: Booting SMP configuration:
[    0.240736] .... node  #0, CPUs:      #1 #2 #3
[    0.272768] smp: Brought up 1 node, 4 CPUs
[    0.272768] smpboot: Total of 4 processors activated (15333.33 BogoMIPS)
[    0.273240] Memory: 3755880K/4084892K available (18432K kernel code, 3290K rwdata, 13412K rodata, 4768K init, 6104K bss, 321264K reserved, 0K cma-reserved)
[    0.273318] devtmpfs: initialized
[    0.273318] x86/mm: Memory block size: 128MB
[    0.277110] ACPI: PM: Registering ACPI NVS region [mem 0x99655000-0x997dafff] (1597440 bytes)
[    0.277110] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.277110] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.277110] pinctrl core: initialized pinctrl subsystem
[    0.277260] PM: RTC time: 12:05:31, date: 2025-03-01
[    0.279222] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.279814] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.280692] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.280873] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.280929] audit: initializing netlink subsys (disabled)
[    0.280987] audit: type=2000 audit(1740830731.064:1): state=initialized audit_enabled=0 res=1
[    0.280987] thermal_sys: Registered thermal governor 'fair_share'
[    0.280987] thermal_sys: Registered thermal governor 'bang_bang'
[    0.280987] thermal_sys: Registered thermal governor 'step_wise'
[    0.280987] thermal_sys: Registered thermal governor 'user_space'
[    0.281003] EISA bus registered
[    0.281028] cpuidle: using governor ladder
[    0.281028] cpuidle: using governor menu
[    0.281028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.281028] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.281060] PCI: Using configuration type 1 for base access
[    0.281318] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.288737] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.288737] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.288896] fbcon: Taking over console
[    0.288975] ACPI: Added _OSI(Module Device)
[    0.288981] ACPI: Added _OSI(Processor Device)
[    0.288985] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.289023] ACPI: Added _OSI(Processor Aggregator Device)
[    0.308549] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.335335] ACPI: Dynamic OEM Table Load:
[    0.335335] ACPI: SSDT 0xFFFFA051011BE800 00037A (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.338143] ACPI: Dynamic OEM Table Load:
[    0.338159] ACPI: SSDT 0xFFFFA0510127D800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.340374] ACPI: Dynamic OEM Table Load:
[    0.340390] ACPI: SSDT 0xFFFFA051010FE600 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.341778] ACPI: Dynamic OEM Table Load:
[    0.341793] ACPI: SSDT 0xFFFFA05100A63180 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.346225] ACPI: Interpreter enabled
[    0.346281] ACPI: PM: (supports S0 S3 S4 S5)
[    0.346287] ACPI: Using IOAPIC for interrupt routing
[    0.346394] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.346400] PCI: Ignoring E820 reservations for host bridge windows
[    0.347485] ACPI: Enabled 13 GPEs in block 00 to 3F
[    0.347543] ACPI: Device [ACPI] status [0000000f]
[    0.348598] ACPI: Device [CPU0] status [0000000f]
[    0.348697] ACPI: Device [CPU1] status [0000000f]
[    0.348790] ACPI: Device [CPU2] status [0000000f]
[    0.348877] ACPI: Device [CPU3] status [0000000f]
[    0.349004] ACPI: Device [_SB] status [0000000f]
[    0.349145] ACPI: Device [RTC0] status [0000000f]
[    0.349145] ACPI: Device [HPET] status [0000000f]
[    0.350026] ACPI: Device [PCI0] status [0000000f]
[    0.350164] ACPI: Device [VLVC] status [0000000f]
[    0.350305] ACPI: Device [GFX0] status [0000000f]
[    0.350542] ACPI: Device [DD01] status [0000000f]
[    0.350777] ACPI: Device [DD02] status [0000000f]
[    0.351010] ACPI: Device [DD03] status [0000000f]
[    0.351236] ACPI: Device [DD04] status [0000000f]
[    0.351456] ACPI: Device [DD05] status [0000000f]
[    0.351659] ACPI: Device [DD06] status [0000000f]
[    0.351862] ACPI: Device [DD07] status [0000000f]
[    0.352061] ACPI: Device [DD08] status [0000000f]
[    0.352254] ACPI: Device [DD1F] status [0000000f]
[    0.352597] ACPI: Device [ISP0] status [00000000]
[    0.352723] ACPI: Device [SBRG] status [0000000f]
[    0.352904] ACPI: Device [H_EC] status [00000000]
[    0.353085] ACPI: Device [BAT0] status [00000000]
[    0.353245] ACPI: Device [BAT1] status [00000000]
[    0.353405] ACPI: Device [BAT2] status [00000000]
[    0.353553] ACPI: Device [FWHD] status [0000000f]
[    0.353714] ACPI: Device [IPIC] status [0000000f]
[    0.353876] ACPI: Device [LDRC] status [0000000f]
[    0.354017] ACPI: Device [TIMR] status [0000000f]
[    0.354208] ACPI: Device [WPCN] status [00000000]
[    0.354584] ACPI: Device [UAR5] status [00000000]
[    0.355060] ACPI: Device [UAR8] status [00000000]
[    0.355999] ACPI: Device [SIO1] status [0000000f]
[    0.358517] ACPI: Device [LPTE] status [00000000]
[    0.359007] ACPI: Device [PS2K] status [00000000]
[    0.359926] ACPI: Device [PS2M] status [00000000]
[    0.360406] ACPI: Device [SSPI] status [00000000]
[    0.360569] ACPI: Device [SGPI] status [00000000]
[    0.360757] ACPI: Device [SHWM] status [00000000]
[    0.360913] ACPI: Device [SCPI] status [00000000]
[    0.362191] ACPI: Device [UAR1] status [00000000]
[    0.363459] ACPI: Device [UAR2] status [00000000]
[    0.363591] ACPI: Device [ADP1] status [0000000f]
[    1.990700] ACPI: Device [BAT1] status [0000000f]
[    2.804348] ACPI: Device [BAT2] status [00000000]
[    2.804747] ACPI: Device [PCU1] status [0000000f]
[    2.804883] ACPI: Device [D004] status [0000000f]
[    2.804989] ACPI: Device [D005] status [0000000f]
[    2.805098] ACPI: Device [D006] status [0000000f]
[    3.008607] ACPI: Device [SATA] status [0000000f]
[    3.008787] ACPI: Device [XHC1] status [0000000f]
[    3.009055] ACPI: Device [RHUB] status [0000000f]
[    3.009161] ACPI: Device [SSP1] status [0000000f]
[    3.009334] ACPI: Device [HS01] status [0000000f]
[    3.009498] ACPI: Device [HS02] status [0000000f]
[    3.009666] ACPI: Device [HS03] status [0000000f]
[    3.009834] ACPI: Device [HS04] status [0000000f]
[    3.010010] ACPI: Device [HSC1] status [0000000f]
[    3.010173] ACPI: Device [HSC2] status [0000000f]
[    3.010340] ACPI: Device [D009] status [0000000f]
[    3.010445] ACPI: Device [XHC2] status [0000000f]
[    3.010566] ACPI: Device [D00B] status [0000000f]
[    3.010671] ACPI: Device [GLAN] status [0000000f]
[    3.010856] ACPI: Device [HDEF] status [0000000f]
[    3.011074] ACPI: Device [EHC1] status [00000000]
[    3.011310] ACPI: Device [HUBN] status [0000000f]
[    3.011422] ACPI: Device [PR01] status [0000000f]
[    3.011539] ACPI: Device [PR11] status [0000000f]
[    3.011663] ACPI: Device [PR12] status [0000000f]
[    3.011780] ACPI: Device [PR13] status [0000000f]
[    3.011903] ACPI: Device [PR14] status [0000000f]
[    3.012021] ACPI: Device [PR15] status [0000000f]
[    3.012149] ACPI: Device [PR16] status [0000000f]
[    3.012267] ACPI: Device [PR17] status [0000000f]
[    3.012392] ACPI: Device [PR18] status [0000000f]
[    3.012522] ACPI: Device [SBUS] status [0000000f]
[    3.012677] ACPI: Device [RP01] status [0000000f]
[    3.012804] ACPI: Device [PXSX] status [0000000f]
[    3.012950] ACPI: Device [D015] status [0000000f]
[    3.013061] ACPI: Device [RP02] status [0000000f]
[    3.013175] ACPI: Device [PXSX] status [0000000f]
[    3.013307] ACPI: Device [D016] status [0000000f]
[    3.013413] ACPI: Device [RP03] status [0000000f]
[    3.013532] ACPI: Device [PXSX] status [0000000f]
[    3.013658] ACPI: Device [D017] status [0000000f]
[    3.013769] ACPI: Device [RP04] status [0000000f]
[    3.013884] ACPI: Device [PXSX] status [0000000f]
[    3.014015] ACPI: Device [D018] status [0000000f]
[    3.014123] ACPI: Device [D02A] status [0000000f]
[    3.014233] ACPI: Device [D019] status [0000000f]
[    3.014336] ACPI: Device [D01A] status [0000000f]
[    3.014445] ACPI: Device [D01B] status [0000000f]
[    3.014548] ACPI: Device [D01C] status [0000000f]
[    3.014671] ACPI: Device [D01D] status [0000000f]
[    3.014781] ACPI: Device [D01E] status [0000000f]
[    3.014885] ACPI: Device [D01F] status [0000000f]
[    3.014993] ACPI: Device [D020] status [0000000f]
[    3.015097] ACPI: Device [D021] status [0000000f]
[    3.015208] ACPI: Device [D022] status [0000000f]
[    3.015311] ACPI: Device [D023] status [0000000f]
[    3.015420] ACPI: Device [D024] status [0000000f]
[    3.015524] ACPI: Device [D025] status [0000000f]
[    3.015632] ACPI: Device [D026] status [0000000f]
[    3.015736] ACPI: Device [D027] status [0000000f]
[    3.015848] ACPI: Device [D028] status [0000000f]
[    3.016053] ACPI: Device [EM41] status [00000000]
[    3.016173] ACPI: Device [CARD] status [0000000f]
[    3.016367] ACPI: Device [EM45] status [0000000f]
[    3.016485] ACPI: Device [CARD] status [0000000f]
[    3.016668] ACPI: Device [OTG1] status [00000000]
[    3.016777] ACPI: \_SB_.USBC: New power resource
[    3.017187] ACPI: Device [SEC0] status [0000000f]
[    3.017385] ACPI: Device [PDRC] status [0000000f]
[    3.017813] ACPI: Device [LNKA] status [0000000b]
[    3.018216] ACPI: Device [LNKB] status [00000009]
[    3.018614] ACPI: Device [LNKC] status [0000000b]
[    3.019016] ACPI: Device [LNKD] status [0000000b]
[    3.019427] ACPI: Device [LNKE] status [0000000b]
[    3.019824] ACPI: Device [LNKF] status [0000000b]
[    3.020228] ACPI: Device [LNKG] status [0000000b]
[    3.020632] ACPI: Device [LNKH] status [0000000b]
[    3.021232] ACPI: Device [LPEA] status [00000000]
[    3.021304] ACPI: \_SB_.LPEA.PLPE: New power resource
[    3.022275] ACPI: Device [LPA2] status [00000000]
[    3.022359] ACPI: \_SB_.LPA2.PLPE: New power resource
[    3.022860] ACPI: Device [ADMA] status [0000000f]
[    3.023027] ACPI: Device [PWRB] status [0000000f]
[    3.023184] ACPI: Device [SLPB] status [0000000f]
[    3.023600] ACPI: Device [LID0] status [0000000f]
[    3.024153] ACPI: Device [GPED] status [00000000]
[    3.024407] ACPI: Device [MBID] status [0000000f]
[    3.024617] ACPI: Device [PIND] status [00000000]
[    3.024738] ACPI: Device [_TZ] status [0000000f]
[    3.025265] ACPI: Device [ACPI] status [0000000f]
[    3.025293] ACPI: Device [CPU0] status [0000000f]
[    3.025371] ACPI: Device [CPU1] status [0000000f]
[    3.025405] ACPI: Device [CPU2] status [0000000f]
[    3.025437] ACPI: Device [CPU3] status [0000000f]
[    3.025469] ACPI: Device [_SB] status [0000000f]
[    3.025495] ACPI: Device [RTC0] status [0000000f]
[    3.025540] ACPI: Device [HPET] status [0000000f]
[    3.025695] ACPI: Device [PCI0] status [0000000f]
[    3.026219] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.026238] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
[    3.026246] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    3.028534] PCI host bridge to bus 0000:00
[    3.028550] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    3.028558] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    3.028564] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    3.028569] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.028580] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    3.028587] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    3.028593] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.028606] pci_bus 0000:00: scanning bus
[    3.028638] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[    3.028884] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[    3.028902] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[    3.028916] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[    3.028930] pci 0000:00:02.0: BAR 4 [io  0xe080-0xe087]
[    3.028960] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.029210] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[    3.029232] pci 0000:00:13.0: BAR 0 [io  0xe070-0xe077]
[    3.029246] pci 0000:00:13.0: BAR 1 [io  0xe060-0xe063]
[    3.029258] pci 0000:00:13.0: BAR 2 [io  0xe050-0xe057]
[    3.029270] pci 0000:00:13.0: BAR 3 [io  0xe040-0xe043]
[    3.029282] pci 0000:00:13.0: BAR 4 [io  0xe020-0xe03f]
[    3.029294] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[    3.029349] pci 0000:00:13.0: PME# supported from D3hot
[    3.029359] pci 0000:00:13.0: PME# disabled
[    3.029550] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[    3.029573] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[    3.029643] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.029652] pci 0000:00:14.0: PME# disabled
[    3.030055] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[    3.030079] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[    3.030094] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[    3.030172] pci 0000:00:17.0: PME# supported from D0 D3hot
[    3.030182] pci 0000:00:17.0: PME# disabled
[    3.030497] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[    3.030526] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[    3.030544] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[    3.030652] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    3.030662] pci 0000:00:1a.0: PME# disabled
[    3.030856] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[    3.030883] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[    3.030965] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    3.030974] pci 0000:00:1b.0: PME# disabled
[    3.031172] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[    3.031201] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.031212] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    3.031278] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.031286] pci 0000:00:1c.0: PME# disabled
[    3.031499] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[    3.031528] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.031598] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    3.031607] pci 0000:00:1c.2: PME# disabled
[    3.031813] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[    3.031842] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.031851] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    3.031858] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    3.031923] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.031931] pci 0000:00:1c.3: PME# disabled
[    3.032143] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[    3.032477] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[    3.032519] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[    3.032593] pci 0000:00:1f.3: BAR 4 [io  0xe000-0xe01f]
[    3.032860] pci_bus 0000:00: fixups for bus
[    3.032869] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    3.032967] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.032993] pci_bus 0000:01: scanning bus
[    3.033000] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.033009] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    3.033017] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033031] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033038] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033045] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033052] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x62 len=2 data=0x2
[    3.033059] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.033067] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033079] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[    3.033087] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033094] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.033101] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033109] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[    3.033116] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033124] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[    3.033132] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033139] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x407
[    3.033146] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x407
[    3.033153] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033160] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3d len=1 data=0x1
[    3.033167] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=1 data=0xb
[    3.033174] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033181] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033188] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xb0400000
[    3.033196] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xffffffff
[    3.033203] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffc00000
[    3.033210] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xb0400000
[    3.033217] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033223] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[    3.033231] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033238] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033245] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.033252] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0xffffffff
[    3.033259] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.033266] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0x0
[    3.033273] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033280] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033287] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033294] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.033301] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0xffffffff
[    3.033308] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.033315] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0x0
[    3.033322] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033329] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033336] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033342] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.033349] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0xffffffff
[    3.033356] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.033363] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0x0
[    3.033370] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033377] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033384] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033391] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.033398] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0xffffffff
[    3.033405] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.033412] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0x0
[    3.033419] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033426] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033433] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033439] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.033446] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0xffffffff
[    3.033453] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.033460] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0x0
[    3.033467] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033474] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033481] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033488] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.033495] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0xfffff800
[    3.033502] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.033509] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0x0
[    3.033516] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033523] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=2 data=0x4000
[    3.033530] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2e len=2 data=0x0
[    3.033537] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.033545] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.033552] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.033560] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.033567] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033574] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033581] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.033602] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033611] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033618] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033625] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033632] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033639] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033646] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033653] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033660] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033667] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4a len=2 data=0x0
[    3.033674] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033681] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033688] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033695] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033702] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033709] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033716] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033723] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033730] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033737] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033744] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033751] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033758] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033765] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033772] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033779] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033786] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033793] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033800] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033808] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033815] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033822] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033830] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x42 len=2 data=0x3
[    3.033837] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033844] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033851] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033858] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033865] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033872] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033880] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033887] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033894] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033901] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033908] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033915] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033921] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033928] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033936] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033944] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[    3.033955] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033963] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033970] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033977] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033984] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033991] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=2 data=0x8
[    3.034118] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034128] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034135] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034142] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034149] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034156] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034201] pci_bus 0000:01: fixups for bus
[    3.034207] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.034220] pci_bus 0000:01: bus scan returning with max=01
[    3.034230] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    3.034338] pci_bus 0000:02: scanning bus
[    3.034347] pci_bus 0000:02: fixups for bus
[    3.034351] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.034363] pci_bus 0000:02: bus scan returning with max=02
[    3.034372] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    3.034493] pci_bus 0000:03: scanning bus
[    3.034545] pci 0000:03:00.0: working around ROM BAR overlap defect
[    3.034551] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    3.034582] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[    3.034614] pci 0000:03:00.0: BAR 2 [io  0xd000-0xd01f]
[    3.034632] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[    3.034791] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    3.034802] pci 0000:03:00.0: PME# disabled
[    3.035061] pci_bus 0000:03: fixups for bus
[    3.035067] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.035080] pci_bus 0000:03: bus scan returning with max=03
[    3.035089] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    3.035100] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    3.035110] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    3.035119] pci_bus 0000:00: bus scan returning with max=03
[    3.035180] ACPI: Device [VLVC] status [0000000f]
[    3.035200] ACPI: Device [GFX0] status [0000000f]
[    3.035228] ACPI: Device [DD01] status [0000000f]
[    3.035241] ACPI: Device [DD02] status [0000000f]
[    3.035253] ACPI: Device [DD03] status [0000000f]
[    3.035264] ACPI: Device [DD04] status [0000000f]
[    3.035276] ACPI: Device [DD05] status [0000000f]
[    3.035288] ACPI: Device [DD06] status [0000000f]
[    3.035299] ACPI: Device [DD07] status [0000000f]
[    3.035311] ACPI: Device [DD08] status [0000000f]
[    3.035322] ACPI: Device [DD1F] status [0000000f]
[    3.035408] ACPI: Device [ISP0] status [00000000]
[    3.035423] ACPI: Device [SBRG] status [0000000f]
[    3.035502] ACPI: Device [H_EC] status [00000000]
[    3.035516] ACPI: Device [FWHD] status [0000000f]
[    3.035633] ACPI: Device [IPIC] status [0000000f]
[    3.035662] ACPI: Device [LDRC] status [0000000f]
[    3.035679] ACPI: Device [TIMR] status [0000000f]
[    3.035750] ACPI: Device [WPCN] status [00000000]
[    3.035766] ACPI: Device [SIO1] status [0000000f]
[    3.036067] ACPI: Device [LPTE] status [00000000]
[    3.036352] ACPI: Device [PS2K] status [00000000]
[    3.036639] ACPI: Device [PS2M] status [00000000]
[    3.036677] ACPI: Device [SSPI] status [00000000]
[    3.036713] ACPI: Device [SGPI] status [00000000]
[    3.036749] ACPI: Device [SHWM] status [00000000]
[    3.036784] ACPI: Device [SCPI] status [00000000]
[    3.037065] ACPI: Device [UAR1] status [00000000]
[    3.037348] ACPI: Device [UAR2] status [00000000]
[    3.037363] ACPI: Device [ADP1] status [0000000f]
[    4.665052] ACPI: Device [BAT1] status [0000000f]
[    5.478831] ACPI: Device [BAT2] status [00000000]
[    5.478918] ACPI: Device [PCU1] status [0000000f]
[    5.478944] ACPI: Device [D004] status [0000000f]
[    5.478958] ACPI: Device [D005] status [0000000f]
[    5.478971] ACPI: Device [D006] status [0000000f]
[    5.684606] ACPI: Device [SATA] status [0000000f]
[    5.684679] ACPI: Device [XHC1] status [0000000f]
[    5.684696] ACPI: Device [RHUB] status [0000000f]
[    5.684709] ACPI: Device [SSP1] status [0000000f]
[    5.684721] ACPI: Device [HS01] status [0000000f]
[    5.684733] ACPI: Device [HS02] status [0000000f]
[    5.684745] ACPI: Device [HS03] status [0000000f]
[    5.684757] ACPI: Device [HS04] status [0000000f]
[    5.684769] ACPI: Device [HSC1] status [0000000f]
[    5.684781] ACPI: Device [HSC2] status [0000000f]
[    5.684793] ACPI: Device [D009] status [0000000f]
[    5.684805] ACPI: Device [XHC2] status [0000000f]
[    5.684816] ACPI: Device [D00B] status [0000000f]
[    5.684828] ACPI: Device [GLAN] status [0000000f]
[    5.684896] ACPI: Device [HDEF] status [0000000f]
[    5.684964] ACPI: Device [EHC1] status [00000000]
[    5.684978] ACPI: Device [SBUS] status [0000000f]
[    5.684993] ACPI: Device [RP01] status [0000000f]
[    5.685006] ACPI: Device [PXSX] status [0000000f]
[    5.685018] ACPI: Device [D015] status [0000000f]
[    5.685031] ACPI: Device [RP02] status [0000000f]
[    5.685043] ACPI: Device [PXSX] status [0000000f]
[    5.685055] ACPI: Device [D016] status [0000000f]
[    5.685067] ACPI: Device [RP03] status [0000000f]
[    5.685079] ACPI: Device [PXSX] status [0000000f]
[    5.685090] ACPI: Device [D017] status [0000000f]
[    5.685103] ACPI: Device [RP04] status [0000000f]
[    5.685114] ACPI: Device [PXSX] status [0000000f]
[    5.685126] ACPI: Device [D018] status [0000000f]
[    5.685138] ACPI: Device [D02A] status [0000000f]
[    5.685150] ACPI: Device [D019] status [0000000f]
[    5.685161] ACPI: Device [D01A] status [0000000f]
[    5.685173] ACPI: Device [D01B] status [0000000f]
[    5.685185] ACPI: Device [D01C] status [0000000f]
[    5.685196] ACPI: Device [D01D] status [0000000f]
[    5.685208] ACPI: Device [D01E] status [0000000f]
[    5.685219] ACPI: Device [D01F] status [0000000f]
[    5.685230] ACPI: Device [D020] status [0000000f]
[    5.685242] ACPI: Device [D021] status [0000000f]
[    5.685253] ACPI: Device [D022] status [0000000f]
[    5.685265] ACPI: Device [D023] status [0000000f]
[    5.685276] ACPI: Device [D024] status [0000000f]
[    5.685287] ACPI: Device [D025] status [0000000f]
[    5.685299] ACPI: Device [D026] status [0000000f]
[    5.685310] ACPI: Device [D027] status [0000000f]
[    5.685322] ACPI: Device [D028] status [0000000f]
[    5.685421] ACPI: Device [EM41] status [00000000]
[    5.685518] ACPI: Device [EM45] status [0000000f]
[    5.685534] ACPI: Device [CARD] status [0000000f]
[    5.685606] ACPI: Device [OTG1] status [00000000]
[    5.685673] ACPI: Device [SEC0] status [0000000f]
[    5.685690] ACPI: Device [PDRC] status [0000000f]
[    5.685732] ACPI: Device [USBC] status [0000000f]
[    5.685810] ACPI: Device [LNKA] status [0000000b]
[    5.685969] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.686074] ACPI: Device [LNKB] status [00000009]
[    5.686228] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    5.686234] ACPI: PCI: Interrupt link LNKB disabled
[    5.686338] ACPI: Device [LNKC] status [0000000b]
[    5.686499] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.686606] ACPI: Device [LNKD] status [0000000b]
[    5.686758] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    5.686863] ACPI: Device [LNKE] status [0000000b]
[    5.687015] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.687121] ACPI: Device [LNKF] status [0000000b]
[    5.687273] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.687379] ACPI: Device [LNKG] status [0000000b]
[    5.687532] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    5.687638] ACPI: Device [LNKH] status [0000000b]
[    5.687791] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[    5.687872] ACPI: Device [PLPE] status [00000001]
[    5.688009] ACPI: Device [LPEA] status [00000000]
[    5.688046] ACPI: Device [PLPE] status [00000001]
[    5.688183] ACPI: Device [LPA2] status [00000000]
[    5.688198] ACPI: Device [PWRB] status [0000000f]
[    5.688306] ACPI: Device [SLPB] status [0000000f]
[    5.688400] ACPI: Device [LID0] status [0000000f]
[    5.688515] ACPI: Device [GPED] status [00000000]
[    5.688529] ACPI: Device [MBID] status [0000000f]
[    5.688740] ACPI: Device [PIND] status [00000000]
[    5.688755] ACPI: Device [_TZ] status [0000000f]
[    5.689363] iommu: Default domain type: Translated
[    5.689363] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.689363] SCSI subsystem initialized
[    5.689363] libata version 3.00 loaded.
[    5.689363] ACPI: bus type USB registered
[    5.689363] usbcore: registered new interface driver usbfs
[    5.689363] usbcore: registered new interface driver hub
[    5.689363] usbcore: registered new device driver usb
[    5.689363] pps_core: LinuxPPS API ver. 1 registered
[    5.689363] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.689363] PTP clock support registered
[    5.692622] EDAC MC: Ver: 3.0.0
[    5.692669] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    5.692679] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    5.693142] NetLabel: Initializing
[    5.693149] NetLabel:  domain hash size = 128
[    5.693153] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.693197] NetLabel:  unlabeled traffic allowed by default
[    5.693254] PCI: Using ACPI for IRQ routing
[    5.697754] PCI: pci_cache_line_size set to 64 bytes
[    5.697783] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.697810] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.697827] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    5.697833] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    5.697838] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    5.697843] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    5.697847] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    5.697851] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    5.697899] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.697899] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.697899] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.697899] vgaarb: loaded
[    5.700575] clocksource: Switched to clocksource tsc-early
[    5.700592] VFS: Disk quotas dquot_6.6.0
[    5.700592] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.700592] AppArmor: AppArmor Filesystem Enabled
[    5.700592] pnp: PnP ACPI init
[    5.700592] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.700592] system 00:01: [io  0x0400-0x047f] has been reserved
[    5.700592] system 00:01: [io  0x0500-0x05fe] has been reserved
[    5.700592] system 00:01: [io  0x0600-0x061f] has been reserved
[    5.700592] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    5.700592] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    8.353839] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    8.353853] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    8.353860] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    8.353867] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    8.353873] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    8.353879] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    8.353885] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    8.353891] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    8.353897] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    8.354640] pnp: PnP ACPI: found 5 devices
[    8.364975] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    8.365173] NET: Registered PF_INET protocol family
[    8.365366] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    8.397615] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    8.397703] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    8.397808] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    8.398182] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    8.398516] TCP: Hash tables configured (established 32768 bind 32768)
[    8.398668] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.398774] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.398946] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    8.398969] NET: Registered PF_XDP protocol family
[    8.398994] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    8.399007] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    8.399017] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    8.399024] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    8.399032] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    8.399041] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    8.399067] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399075] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399082] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.399088] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.399096] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399102] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399110] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399116] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399124] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]: assigned
[    8.399131] pci 0000:00:1c.2: bridge window [io  0x2000-0x2fff]: assigned
[    8.399141] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399147] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399154] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.399159] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.399167] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399173] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399181] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.399187] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.399196] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.399203] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    8.399212] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    8.399223] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.399229] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    8.399242] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    8.399247] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    8.399255] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    8.399266] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    8.399272] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    8.399278] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    8.399283] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    8.399289] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    8.399294] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[    8.399301] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    8.399306] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    8.399312] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    8.399317] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    8.399323] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    8.399991] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=1 data=0x10
[    8.400007] PCI: CLS 64 bytes, default 64
[    8.400032] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.400036] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[    8.400189] Trying to unpack rootfs image as initramfs...
[    8.401132] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    8.401324] clocksource: Switched to clocksource tsc
[    8.401596] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.401623] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    8.401678] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.403364] Initialise system trusted keyrings
[    8.403415] Key type blacklist registered
[    8.403793] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    8.403863] zbud: loaded
[    8.404681] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.405117] fuse: init (API version 7.41)
[    8.405482] integrity: Platform Keyring initialized
[    8.442882] Key type asymmetric registered
[    8.442901] Asymmetric key parser 'x509' registered
[    8.443003] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    8.443207] io scheduler mq-deadline registered
[    8.443678] ledtrig-cpu: registered to indicate activity on CPUs
[    8.443746] pciehp: pcie_port_service_register = 0
[    8.443779] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.443793] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    8.444166] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 16
[    8.444202] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[    8.444210] pcieport 0000:00:1c.0: save config 0x04: 0x00100007
[    8.444217] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[    8.444222] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[    8.444228] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[    8.444234] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[    8.444240] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[    8.444246] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[    8.444252] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[    8.444258] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[    8.444263] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[    8.444269] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[    8.444275] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[    8.444281] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[    8.444287] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[    8.444292] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[    8.444326] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.444353] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.444366] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    8.444727] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 18
[    8.444758] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[    8.444767] pcieport 0000:00:1c.2: save config 0x04: 0x00100007
[    8.444773] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[    8.444779] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[    8.444785] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[    8.444791] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[    8.444796] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[    8.444802] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[    8.444808] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[    8.444814] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[    8.444820] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[    8.444825] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[    8.444831] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[    8.444837] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[    8.444842] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[    8.444848] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[    8.444883] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.444909] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.444923] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    8.445336] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 19
[    8.445368] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[    8.445376] pcieport 0000:00:1c.3: save config 0x04: 0x00100007
[    8.445382] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[    8.445388] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[    8.445394] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[    8.445400] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[    8.445405] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[    8.445411] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[    8.445417] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[    8.445423] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[    8.445429] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[    8.445434] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[    8.445440] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[    8.445446] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[    8.445452] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[    8.445458] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[    8.445493] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.445602] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.365377] Freeing initrd memory: 134228K
[   10.089850] ACPI: AC: AC Adapter [ADP1] (on-line)
[   10.090057] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.091109] ACPI: button: Power Button [PWRB]
[   10.091120] ACPI: Driver [button] successfully bound to device [PWRB]
[   10.091125] ACPI: Found driver [button] for device [PWRB]
[   10.091248] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   10.092309] ACPI: button: Sleep Button [SLPB]
[   10.092320] ACPI: Driver [button] successfully bound to device [SLPB]
[   10.092325] ACPI: Found driver [button] for device [SLPB]
[   10.092454] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.093070] ACPI: button: Lid Switch [LID0]
[   10.093104] ACPI: Driver [button] successfully bound to device [LID0]
[   10.093110] ACPI: Found driver [button] for device [LID0]
[   10.093199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.094167] ACPI: button: Power Button [PWRF]
[   10.094178] ACPI: Driver [button] successfully bound to device [PWRF]
[   10.094183] ACPI: Found driver [button] for device [PWRF]
[   10.101267] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   10.101570] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   10.127648] ACPI: Device [ISP0] status [00000000]
[   10.127728] ACPI: Device [H_EC] status [00000000]
[   10.127765] ACPI: Device [BAT0] status [00000000]
[   10.127800] ACPI: Device [BAT1] status [00000000]
[   10.127835] ACPI: Device [BAT2] status [00000000]
[   10.127894] ACPI: Device [WPCN] status [00000000]
[   10.127950] ACPI: Device [UAR5] status [00000000]
[   10.128005] ACPI: Device [UAR8] status [00000000]
[   10.128300] ACPI: Device [LPTE] status [00000000]
[   10.128584] ACPI: Device [PS2K] status [00000000]
[   10.128868] ACPI: Device [PS2M] status [00000000]
[   10.128905] ACPI: Device [SSPI] status [00000000]
[   10.128940] ACPI: Device [SGPI] status [00000000]
[   10.128975] ACPI: Device [SHWM] status [00000000]
[   10.129009] ACPI: Device [SCPI] status [00000000]
[   10.129309] ACPI: Device [UAR1] status [00000000]
[   10.129592] ACPI: Device [UAR2] status [00000000]
[   13.400934] ACPI: Device [BAT2] status [00000000]
[   13.401112] ACPI: Device [EHC1] status [00000000]
[   13.401126] ACPI: Device [HUBN] status [0000000f]
[   13.401140] ACPI: Device [PR01] status [0000000f]
[   13.401151] ACPI: Device [PR11] status [0000000f]
[   13.401162] ACPI: Device [PR12] status [0000000f]
[   13.401173] ACPI: Device [PR13] status [0000000f]
[   13.401184] ACPI: Device [PR14] status [0000000f]
[   13.401195] ACPI: Device [PR15] status [0000000f]
[   13.401206] ACPI: Device [PR16] status [0000000f]
[   13.401217] ACPI: Device [PR17] status [0000000f]
[   13.401228] ACPI: Device [PR18] status [0000000f]
[   13.405163] ACPI: Device [EM41] status [00000000]
[   13.405177] ACPI: Device [CARD] status [0000000f]
[   13.405250] ACPI: Device [OTG1] status [00000000]
[   13.405384] ACPI: Device [LPEA] status [00000000]
[   13.405505] ACPI: Device [LPA2] status [00000000]
[   13.405520] ACPI: Device [ADMA] status [0000000f]
[   13.405701] ACPI: Device [GPED] status [00000000]
[   13.405765] ACPI: Device [PIND] status [00000000]
[   13.431334] hpet: number irqs doesn't agree with number of timers
[   13.431429] Linux agpgart interface v0.103
[   13.442684] loop: module loaded
[   13.443374] tun: Universal TUN/TAP device driver, 1.6
[   13.443482] PPP generic driver version 2.4.2
[   13.444051] VFIO - User Level meta-driver version: 0.3
[   13.444280] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   13.444294] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[   13.460545] xhci_hcd 0000:00:14.0: enabling bus mastering
[   13.460561] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.460578] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   13.461664] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   13.461678] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   13.461911] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.461922] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   13.461932] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   13.462070] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[   13.462079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.462085] usb usb1: Product: xHCI Host Controller
[   13.462089] usb usb1: Manufacturer: Linux 6.13.0+ xhci-hcd
[   13.462094] usb usb1: SerialNumber: 0000:00:14.0
[   13.487922] hub 1-0:1.0: USB hub found
[   13.487961] hub 1-0:1.0: 6 ports detected
[   13.901279] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[   13.901293] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.901299] usb usb2: Product: xHCI Host Controller
[   13.901304] usb usb2: Manufacturer: Linux 6.13.0+ xhci-hcd
[   13.901308] usb usb2: SerialNumber: 0000:00:14.0
[   13.928441] hub 2-0:1.0: USB hub found
[   13.928475] hub 2-0:1.0: 1 port detected
[   14.013869] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.014004] i8042: PNP: No PS/2 controller found.
[   14.014642] mousedev: PS/2 mouse device common for all mice
[   14.015889] rtc_cmos 00:00: RTC can wake from S4
[   14.016377] rtc_cmos 00:00: registered as rtc0
[   14.016413] rtc_cmos 00:00: setting system clock to 2025-03-01T12:05:44 UTC (1740830744)
[   14.016511] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   14.016540] i2c_dev: i2c /dev entries driver
[   14.016586] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   14.016624] device-mapper: uevent: version 1.0.3
[   14.016916] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[   14.016982] platform eisa.0: Probing EISA bus 0
[   14.016990] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   14.016996] platform eisa.0: Cannot allocate resource for EISA slot 1
[   14.017001] platform eisa.0: Cannot allocate resource for EISA slot 2
[   14.017006] platform eisa.0: Cannot allocate resource for EISA slot 3
[   14.017010] platform eisa.0: Cannot allocate resource for EISA slot 4
[   14.017015] platform eisa.0: Cannot allocate resource for EISA slot 5
[   14.017019] platform eisa.0: Cannot allocate resource for EISA slot 6
[   14.017024] platform eisa.0: Cannot allocate resource for EISA slot 7
[   14.017028] platform eisa.0: Cannot allocate resource for EISA slot 8
[   14.017033] platform eisa.0: EISA: Detected 0 cards
[   14.017042] intel_pstate: Intel P-state driver initializing
[   14.018008] efifb: probing for efifb
[   14.018032] efifb: No BGRT, not showing boot graphics
[   14.018036] efifb: framebuffer at 0xa0000, using 64k, total 64k
[   14.018041] efifb: mode is 640x480x1, linelength=80, pages=1
[   14.018045] efifb: scrolling: redraw
[   14.018048] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   14.018324] Console: switching to colour frame buffer device 80x30
[   14.020933] fb0: EFI VGA frame buffer device
[   14.021236] drop_monitor: Initializing network drop monitor service
[   14.021468] NET: Registered PF_INET6 protocol family
[   14.047092] Segment Routing with IPv6
[   14.047134] In-situ OAM (IOAM) with IPv6
[   14.047195] NET: Registered PF_PACKET protocol family
[   14.047638] Key type dns_resolver registered
[   14.048556] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   14.048782] microcode: Current revision: 0x0000090d
[   14.049146] IPI shorthand broadcast: enabled
[   14.054300] sched_clock: Marking stable (14052007115, 1072403)->(14118095485, -65015967)
[   14.055140] registered taskstats version 1
[   14.055780] Loading compiled-in X.509 certificates
[   14.058101] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   14.063616] Demotion targets for Node 0: null
[   14.064528] Key type .fscrypt registered
[   14.064535] Key type fscrypt-provisioning registered
[   14.087138] cryptd: max_cpu_qlen set to 1000
[   14.149475] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   14.287230] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[   14.287245] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.287251] usb 1-3: Product: Simple CDC Device Demo
[   14.287256] usb 1-3: Manufacturer: Microchip Technology Inc.
[   15.121365] ACPI: Device [BAT1] status [0000000f]
[   15.121377] ACPI: battery: Slot [BAT1] (battery absent)
[   15.121476] ACPI: Driver [battery] successfully bound to device [BAT1]
[   15.121483] ACPI: Found driver [battery] for device [BAT1]
[   15.184451] Key type encrypted registered
[   15.184466] AppArmor: AppArmor sha256 policy hashing enabled
[   15.184494] ima: No TPM chip found, activating TPM-bypass!
[   15.184507] Loading compiled-in module X.509 certificates
[   15.186371] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   15.186380] ima: Allocated hash algorithm: sha1
[   15.186396] ima: No architecture policies found
[   15.186454] evm: Initialising EVM extended attributes:
[   15.186458] evm: security.selinux
[   15.186462] evm: security.SMACK64
[   15.186465] evm: security.SMACK64EXEC
[   15.186467] evm: security.SMACK64TRANSMUTE
[   15.186470] evm: security.SMACK64MMAP
[   15.186473] evm: security.apparmor
[   15.186475] evm: security.ima
[   15.186478] evm: security.capability
[   15.186481] evm: HMAC attrs: 0x1
[   15.187613] PM:   Magic number: 1:839:75
[   15.188293] RAS: Correctable Errors collector initialized.
[   15.225067] clk: Disabling unused clocks
[   15.225135] PM: genpd: Disabling unused power domains
[   15.240806] Freeing unused decrypted memory: 2028K
[   15.243651] Freeing unused kernel image (initmem) memory: 4768K
[   15.243963] Write protecting the kernel read-only data: 32768k
[   15.245719] Freeing unused kernel image (rodata/data gap) memory: 924K
[   15.330408] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.330438] x86/mm: Checking user space page tables
[   15.411954] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.411970] Run /init as init process
[   15.411975]   with arguments:
[   15.411979]     /init
[   15.411982]   with environment:
[   15.411985]     HOME=/
[   15.411988]     TERM=linux
[   15.411991]     BOOT_IMAGE=/vmlinuz-6.13.0+
[   17.802361] dca service started, version 1.12.1
[   17.860916] sdhci: Secure Digital Host Controller Interface driver
[   17.860926] sdhci: Copyright(c) Pierre Ossman
[   17.868877] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.868899] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   17.868908] ahci 0000:00:13.0: version 3.0
[   17.869493] ACPI: bus type drm_connector registered
[   17.870444] igb: Intel(R) Gigabit Ethernet Network Driver
[   17.870456] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.870500] igb 0000:03:00.0: vgaarb: pci_notify
[   17.870513] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   17.879048] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.879069] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   17.879077] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   17.879989] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   17.880090] igb 0000:03:00.0: save config 0x00: 0x15338086
[   17.880101] igb 0000:03:00.0: save config 0x04: 0x00100007
[   17.880109] igb 0000:03:00.0: save config 0x08: 0x02000003
[   17.880116] igb 0000:03:00.0: save config 0x0c: 0x00000010
[   17.880123] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[   17.880130] igb 0000:03:00.0: save config 0x14: 0x00000000
[   17.880136] igb 0000:03:00.0: save config 0x18: 0x0000d001
[   17.880143] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[   17.880150] igb 0000:03:00.0: save config 0x20: 0x00000000
[   17.880157] igb 0000:03:00.0: save config 0x24: 0x00000000
[   17.880163] igb 0000:03:00.0: save config 0x28: 0x00000000
[   17.880170] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[   17.880177] igb 0000:03:00.0: save config 0x30: 0x00000000
[   17.880184] igb 0000:03:00.0: save config 0x34: 0x00000040
[   17.880190] igb 0000:03:00.0: save config 0x38: 0x00000000
[   17.880197] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[   17.886439] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   17.886505] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.890315] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[   17.890325] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[   17.890331] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   17.891426] scsi host0: ahci
[   17.892176] scsi host1: ahci
[   17.892361] ata1: DUMMY
[   17.892370] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 19 lpm-pol 3
[   17.892407] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.910238] pps pps0: new PPS source ptp0
[   17.910592] igb 0000:03:00.0: added PHC on eth0
[   17.910616] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   17.910621] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:b0
[   17.910668] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   17.910673] igb 0000:03:00.0: Using legacy interrupts. 1 rx queue(s), 1 tx queue(s)
[   17.910719] igb 0000:03:00.0: vgaarb: pci_notify
[   18.106388] mmc0: Failed to initialize a non-removable card
[   18.165115] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[   18.165131] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[   18.165138] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[   18.165144] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[   18.165150] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[   18.165157] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[   18.165163] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[   18.165169] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[   18.165175] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[   18.165181] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[   18.165187] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[   18.165193] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[   18.165199] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[   18.165205] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[   18.165211] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[   18.165217] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[   18.165234] sdhci-pci 0000:00:17.0: PME# enabled
[   18.201636] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   18.201834] ata2.00: FORCE: modified (noncq)
[   18.201884] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[   18.201892] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (not used)
[   18.202909] ata2.00: configured for UDMA/133
[   18.213876] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         B1.1 PQ: 0 ANSI: 5
[   18.214916] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   18.214954] sd 1:0:0:0: [sda] Write Protect is off
[   18.214962] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   18.215016] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.215114] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[   18.215162] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   18.239698]  sda: sda1 sda2 sda3
[   18.240735] sd 1:0:0:0: [sda] Attached SCSI disk
[   18.253268] igb 0000:03:00.0 enp3s0: renamed from eth0
[   19.615483] i915 0000:00:02.0: vgaarb: pci_notify
[   19.615502] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   19.627616] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) display version 7.00 stepping N/A
[   19.629042] Console: switching to colour dummy device 80x25
[   19.629177] i915 0000:00:02.0: vgaarb: deactivate vga console
[   20.778188] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.804304] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.831967] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.832812] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.858618] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.859117] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.859125] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[   20.859131] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[   20.859136] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[   20.859142] i915 0000:00:02.0: vgaarb: __vga_put
[   20.897294] EDID has corrupt header
[   20.897303] 	[00] BAD  df 40 0e 09 0a 37 ee e3 cf b9 65 ce 20 b9 eb 3e
[   20.897307] 	[00] BAD  40 53 8d 0d 81 bb 43 a4 f0 dd fa 9c 3e 9d 7c 2b
[   20.897311] 	[00] BAD  4d 3c 42 fc 6b 59 ff 72 a8 d8 69 26 c9 78 f2 98
[   20.897314] 	[00] BAD  a6 81 c4 50 4d e3 5f 5a ad b7 ff d3 91 a3 1b 5f
[   20.897317] 	[00] BAD  10 da d7 38 6a 3f f2 8e 89 3a f3 f8 a4 dc d6 35
[   20.897321] 	[00] BAD  d0 43 3e c0 05 f6 93 8f 47 ca e0 fc 5c 0c 47 54
[   20.897324] 	[00] BAD  88 92 2a 4b 94 64 6c 18 29 33 8e d3 60 c6 2d 91
[   20.897327] 	[00] BAD  ca a9 52 7e 06 8a cf 00 d7 07 7a 6f 9f 2b af 48
[   21.109362] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.109381] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   21.129833] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.149226] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   21.149249] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   21.191496] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.191536] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.191628] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   21.226400] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   21.226412] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   21.229161] ACPI: Device [ISP0] status [00000000]
[   21.230172] ACPI: Device [H_EC] status [00000000]
[   21.230779] ACPI: Device [BAT0] status [00000000]
[   21.231043] ACPI: Device [BAT1] status [00000000]
[   21.231662] ACPI: Device [BAT2] status [00000000]
[   21.233397] ACPI: Device [WPCN] status [00000000]
[   21.233930] ACPI: Device [UAR5] status [00000000]
[   21.234516] ACPI: Device [UAR8] status [00000000]
[   21.236231] ACPI: Device [LPTE] status [00000000]
[   21.236641] ACPI: Device [PS2K] status [00000000]
[   21.236940] ACPI: Device [PS2M] status [00000000]
[   21.236982] ACPI: Device [SSPI] status [00000000]
[   21.237018] ACPI: Device [SGPI] status [00000000]
[   21.237053] ACPI: Device [SHWM] status [00000000]
[   21.237121] ACPI: Device [SCPI] status [00000000]
[   21.237413] ACPI: Device [UAR1] status [00000000]
[   21.237698] ACPI: Device [UAR2] status [00000000]
[   21.238758] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   21.239763] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   21.242878] ACPI: Driver [video] successfully bound to device [GFX0]
[   21.242891] ACPI: Found driver [video] for device [GFX0]
[   21.265203] fbcon: i915drmfb (fb0) is primary device
[   22.515740] Console: switching to colour frame buffer device 128x48
[   22.534198] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   22.549265] i915 0000:00:02.0: vgaarb: pci_notify
[   22.928097] ACPI: Device [BAT2] status [00000000]
[   22.928198] ACPI: Device [EHC1] status [00000000]
[   22.928213] ACPI: Device [HUBN] status [0000000f]
[   22.928225] ACPI: Device [PR01] status [0000000f]
[   22.928237] ACPI: Device [PR11] status [0000000f]
[   22.928248] ACPI: Device [PR12] status [0000000f]
[   22.928259] ACPI: Device [PR13] status [0000000f]
[   22.928269] ACPI: Device [PR14] status [0000000f]
[   22.928281] ACPI: Device [PR15] status [0000000f]
[   22.928291] ACPI: Device [PR16] status [0000000f]
[   22.928302] ACPI: Device [PR17] status [0000000f]
[   22.928313] ACPI: Device [PR18] status [0000000f]
[   22.936832] ACPI: Device [EM41] status [00000000]
[   22.937103] ACPI: Device [CARD] status [0000000f]
[   22.938480] ACPI: Device [OTG1] status [00000000]
[   22.942089] ACPI: Device [LPEA] status [00000000]
[   22.945560] ACPI: Device [LPA2] status [00000000]
[   22.946017] ACPI: Device [ADMA] status [0000000f]
[   22.952524] ACPI: Device [GPED] status [00000000]
[   22.954108] ACPI: Device [PIND] status [00000000]
[   22.954944] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   24.181081] raid6: sse2x4   gen()  4728 MB/s
[   24.249080] raid6: sse2x2   gen()  4561 MB/s
[   24.317080] raid6: sse2x1   gen()  3421 MB/s
[   24.317086] raid6: using algorithm sse2x4 gen() 4728 MB/s
[   24.385085] raid6: .... xor() 1399 MB/s, rmw enabled
[   24.385091] raid6: using ssse3x2 recovery algorithm
[   24.390616] xor: measuring software checksum speed
[   24.391056]    prefetch64-sse  :  7651 MB/sec
[   24.391544]    generic_sse     :  6798 MB/sec
[   24.391548] xor: using function: prefetch64-sse (7651 MB/sec)
[   24.396143] async_tx: api initialized (async)
[   25.466609] Btrfs loaded, zoned=yes, fsverity=yes
[   25.762169] EXT4-fs (dm-0): mounted filesystem d74a2de1-3ab3-4289-9816-68fc4179a015 ro with ordered data mode. Quota mode: none.
[   26.436317] systemd[1]: Inserted module 'autofs4'
[   26.503876] 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.504273] systemd[1]: Detected architecture x86-64.
[   26.543888] systemd[1]: Set hostname to <bttest>.
[   27.354369] 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.
[   27.556622] systemd[1]: Created slice system-modprobe.slice.
[   27.558031] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   27.558970] systemd[1]: Created slice User and Session Slice.
[   27.559125] systemd[1]: Started ntp-systemd-netif.path.
[   27.559327] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   27.559977] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.560177] systemd[1]: Reached target User and Group Name Lookups.
[   27.560242] systemd[1]: Reached target Slices.
[   27.560289] systemd[1]: Reached target Mounting snaps.
[   27.560352] systemd[1]: Reached target System Time Set.
[   27.560610] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   27.560957] systemd[1]: Listening on LVM2 poll daemon socket.
[   27.561226] systemd[1]: Listening on multipathd control socket.
[   27.561551] systemd[1]: Listening on Syslog Socket.
[   27.561867] systemd[1]: Listening on fsck to fsckd communication Socket.
[   27.562045] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   27.562710] systemd[1]: Listening on Journal Audit Socket.
[   27.563042] systemd[1]: Listening on Journal Socket (/dev/log).
[   27.563451] systemd[1]: Listening on Journal Socket.
[   27.563954] systemd[1]: Listening on Network Service Netlink Socket.
[   27.564311] systemd[1]: Listening on udev Control Socket.
[   27.564548] systemd[1]: Listening on udev Kernel Socket.
[   27.609900] systemd[1]: Mounting Huge Pages File System...
[   27.613622] systemd[1]: Mounting POSIX Message Queue File System...
[   27.617907] systemd[1]: Mounting Kernel Debug File System...
[   27.622079] systemd[1]: Mounting Kernel Trace File System...
[   27.627874] systemd[1]: Starting Journal Service...
[   27.631953] systemd[1]: Starting Set the console keyboard layout...
[   27.636097] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   27.640149] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   27.644115] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   27.644294] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   27.648023] systemd[1]: Starting Load Kernel Module efi_pstore...
[   27.657548] systemd[1]: Starting Load Kernel Module pstore_blk...
[   27.660872] systemd[1]: Starting Load Kernel Module pstore_zone...
[   27.664694] systemd[1]: Starting Load Kernel Module ramoops...
[   27.664932] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   27.666896] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   27.667041] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   27.671826] systemd[1]: Starting Load Kernel Modules...
[   27.676071] systemd[1]: Starting Remount Root and Kernel File Systems...
[   27.680384] systemd[1]: Starting udev Coldplug all Devices...
[   27.685235] systemd[1]: Starting Uncomplicated firewall...
[   27.691677] systemd[1]: Mounted Huge Pages File System.
[   27.692164] systemd[1]: Mounted POSIX Message Queue File System.
[   27.692572] systemd[1]: Mounted Kernel Debug File System.
[   27.692984] systemd[1]: Mounted Kernel Trace File System.
[   27.695086] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   27.696404] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   27.697317] systemd[1]: Finished Load Kernel Module pstore_blk.
[   27.698401] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   27.699257] systemd[1]: Finished Load Kernel Module pstore_zone.
[   27.701529] systemd[1]: Finished Uncomplicated firewall.
[   27.703743] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   27.704614] systemd[1]: Finished Load Kernel Module efi_pstore.
[   27.765594] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   27.766445] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   27.767111] EXT4-fs (dm-0): re-mounted d74a2de1-3ab3-4289-9816-68fc4179a015 r/w. Quota mode: none.
[   27.775197] systemd[1]: Finished Remount Root and Kernel File Systems.
[   27.777577] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   27.795466] systemd[1]: Starting Create System Users...
[   27.797068] systemd[1]: modprobe@ramoops.service: Succeeded.
[   27.798574] systemd[1]: Finished Load Kernel Module ramoops.
[   27.800772] systemd[1]: Finished Load Kernel Modules.
[   27.806778] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   27.811230] systemd[1]: Mounting FUSE Control File System...
[   27.818117] systemd[1]: Mounting Kernel Configuration File System...
[   27.825736] systemd[1]: Starting Apply Kernel Variables...
[   27.829895] systemd[1]: Mounted FUSE Control File System.
[   27.836754] systemd[1]: Mounted Kernel Configuration File System.
[   27.842617] systemd[1]: Finished Create System Users.
[   27.846815] systemd[1]: Starting Create Static Device Nodes in /dev...
[   27.890164] systemd[1]: Finished Apply Kernel Variables.
[   27.895258] systemd[1]: Finished Create Static Device Nodes in /dev.
[   27.922144] systemd[1]: Starting udev Kernel Device Manager...
[   28.006591] systemd[1]: Started Journal Service.
[   30.088349] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   30.088368] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   30.117447] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   30.131656] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   30.131748] usbcore: registered new interface driver cdc_acm
[   30.131754] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   30.569913] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[   30.569932] snd_hda_intel 0000:00:1b.0: runtime IRQ mapping not provided by arch
[   30.570795] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   30.571390] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[   30.676207] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[   31.677184] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[   32.069698] intel_rapl_common: Found RAPL domain package
[   32.069706] intel_rapl_common: Found RAPL domain core
[   32.249912] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SS
[   32.685493] snd_hda_intel 0000:00:1b.0: Codec #0 probe error; disabling it...
[   32.790193] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[   33.797471] snd_hda_intel 0000:00:1b.0: Codec #1 probe error; disabling it...
[   33.797487] snd_hda_intel 0000:00:1b.0: no codecs initialized
[   36.815553] alua: device handler registered
[   36.821327] emc: device handler registered
[   36.828469] rdac: device handler registered
[   37.220744] EXT4-fs (dm-1): mounted filesystem 36e8c5fd-18e5-43a1-a1d0-448e6212ef66 r/w with ordered data mode. Quota mode: none.
[   37.222416] EXT4-fs (sda2): mounted filesystem 2cda00bd-3cfc-4500-9b44-e2dd8bf4c345 r/w with ordered data mode. Quota mode: none.
[   37.276066] loop0: detected capacity change from 0 to 130448
[   37.293623] loop1: detected capacity change from 0 to 130552
[   37.293917] loop2: detected capacity change from 0 to 188072
[   37.294191] loop3: detected capacity change from 0 to 188176
[   37.318671] loop4: detected capacity change from 0 to 102072
[   37.320585] systemd-journald[387]: Received client request to flush runtime journal.
[   37.334175] loop5: detected capacity change from 0 to 91008
[   37.542952] audit: type=1400 audit(1740830768.023:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=680 comm="apparmor_parser"
[   37.542977] audit: type=1400 audit(1740830768.023:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=680 comm="apparmor_parser"
[   37.549951] audit: type=1400 audit(1740830768.031:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=683 comm="apparmor_parser"
[   37.549975] audit: type=1400 audit(1740830768.031:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=683 comm="apparmor_parser"
[   37.549986] audit: type=1400 audit(1740830768.031:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=683 comm="apparmor_parser"
[   37.550529] audit: type=1400 audit(1740830768.031:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=679 comm="apparmor_parser"
[   37.550547] audit: type=1400 audit(1740830768.031:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=679 comm="apparmor_parser"
[   37.559876] audit: type=1400 audit(1740830768.039:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=684 comm="apparmor_parser"
[   37.572440] audit: type=1400 audit(1740830768.051:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=682 comm="apparmor_parser"
[   37.574110] audit: type=1400 audit(1740830768.055:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=686 comm="apparmor_parser"
[   44.042020] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   52.044249] kauditd_printk_skb: 21 callbacks suppressed
[   52.044258] audit: type=1400 audit(1740830782.523:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=798 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   55.754610] loop6: detected capacity change from 0 to 8
[10253.220487] perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[13831.149863] perf: interrupt took too long (3148 > 3143), lowering kernel.perf_event_max_sample_rate to 63500
[20254.607628] perf: interrupt took too long (3950 > 3935), lowering kernel.perf_event_max_sample_rate to 50500
[26869.654302] perf: interrupt took too long (5132 > 4937), lowering kernel.perf_event_max_sample_rate to 38750
[75406.253573] perf: interrupt took too long (6458 > 6415), lowering kernel.perf_event_max_sample_rate to 30750
[193890.407810] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[193890.407973] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in hotplug_event()
[193890.408010] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[193890.408030] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in hotplug_event()
[193890.408052] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[193890.408095] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[193890.408122] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in acpiphp_check_bridge()
[193890.408184] ACPI: Device [PXSX] status [0000000f]
[193890.408236] ACPI: Device [D015] status [0000000f]
[193890.408305] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge in hotplug_event()

[-- Attachment #3: 0002-instrumented-the-PCI-config-accessors-to-log-all-the.patch --]
[-- Type: application/octet-stream, Size: 1523 bytes --]

From c4f453c9ecab315930661a9f14cc4f6f7611d88b Mon Sep 17 00:00:00 2001
From: Naveen Kumar Parna <naveenkumar.parna@gmail.com>
Date: Sat, 1 Mar 2025 15:34:48 +0530
Subject: [PATCH 2/2] instrumented the PCI config accessors to log all the
 reads and writes to my device (01:00.0)

---
 drivers/pci/access.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index b123da16b..99d47d84f 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -51,6 +51,12 @@ int noinline pci_bus_read_config_##size \
 		*value = (type)data;					\
 	pci_unlock_config(flags);					\
 									\
+	/* Log all reads for device 01:00.0 */								\
+	if (bus->number == 1 && PCI_SLOT(devfn) == 0 && PCI_FUNC(devfn) == 0) {				\
+		pr_info("PCI READ: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d data=0x%x\n",	\
+			res, bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), pos, len, data);		\
+	}												\
+									\
 	return res;							\
 }
 
@@ -68,6 +74,12 @@ int noinline pci_bus_write_config_##size \
 	res = bus->ops->write(bus, devfn, pos, len, value);		\
 	pci_unlock_config(flags);					\
 									\
+	/* Log all writes for device 01:00.0 */								\
+	if (bus->number == 1 && PCI_SLOT(devfn) == 0 && PCI_FUNC(devfn) == 0) {				\
+		pr_info("PCI WRITE: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d value=0x%x\n",	\
+			res, bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), pos, len, value);		\
+	}												\
+									\
 	return res;							\
 }
 
-- 
2.25.1


[-- Attachment #4: 0001-added-more-debug-logs-in-hotplug_event-acpiphp_check.patch --]
[-- Type: application/octet-stream, Size: 3781 bytes --]

From 76525e43252b1d6744103e857d505d62b7ba117f Mon Sep 17 00:00:00 2001
From: Naveen Kumar Parna <naveenkumar.parna@gmail.com>
Date: Tue, 25 Feb 2025 12:18:35 +0530
Subject: [PATCH 1/2] added more debug logs in hotplug_event() &
 acpiphp_check_bridge()

---
 drivers/pci/hotplug/acpiphp_glue.c | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index 5b1f271c6..b6a57f101 100644
--- a/drivers/pci/hotplug/acpiphp_glue.c
+++ b/drivers/pci/hotplug/acpiphp_glue.c
@@ -697,6 +697,8 @@ static void trim_stale_devices(struct pci_dev *dev)
 static void acpiphp_check_bridge(struct acpiphp_bridge *bridge)
 {
 	struct acpiphp_slot *slot;
+        struct acpiphp_context *context = bridge->context; // Get the context from the bridge
+        acpi_handle handle = context->hp.self->handle; // Get the handle from the context
 
 	/* Bail out if the bridge is going away. */
 	if (bridge->is_going_away)
@@ -710,6 +712,7 @@ static void acpiphp_check_bridge(struct acpiphp_bridge *bridge)
 		struct pci_dev *dev, *tmp;
 
 		if (slot_no_hotplug(slot)) {
+                        acpi_handle_debug(handle, "Slot is not hotplug capable in %s()\n", __func__);
 			; /* do nothing */
 		} else if (device_status_valid(get_slot_status(slot))) {
 			/* remove stale devices if any */
@@ -719,8 +722,10 @@ static void acpiphp_check_bridge(struct acpiphp_bridge *bridge)
 					trim_stale_devices(dev);
 
 			/* configure all functions */
+                        acpi_handle_debug(handle, "Enabling slot in %s()\n", __func__);
 			enable_slot(slot, true);
 		} else {
+                        acpi_handle_debug(handle, "Slot has an invalid device status, disabling in %s()\n", __func__);
 			disable_slot(slot);
 		}
 	}
@@ -789,8 +794,10 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
 
 	acpi_lock_hp_context();
 	bridge = context->bridge;
-	if (bridge)
+	if (bridge) {
 		get_bridge(bridge);
+		acpi_handle_debug(handle, "Bridge acquired in %s()\n", __func__);
+	}
 
 	acpi_unlock_hp_context();
 
@@ -800,10 +807,13 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
 	case ACPI_NOTIFY_BUS_CHECK:
 		/* bus re-enumerate */
 		acpi_handle_debug(handle, "Bus check in %s()\n", __func__);
-		if (bridge)
+		if (bridge) {
+			acpi_handle_debug(handle, "Checking bridge in %s()\n", __func__);
 			acpiphp_check_bridge(bridge);
-		else if (!(slot->flags & SLOT_IS_GOING_AWAY))
+		} else if (!(slot->flags & SLOT_IS_GOING_AWAY)) {
+			acpi_handle_debug(handle, "Enabling slot in %s()\n", __func__);
 			enable_slot(slot, false);
+		}
 
 		break;
 
@@ -811,14 +821,18 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
 		/* device check */
 		acpi_handle_debug(handle, "Device check in %s()\n", __func__);
 		if (bridge) {
+			acpi_handle_debug(handle, "Checking bridge in %s()\n", __func__);
 			acpiphp_check_bridge(bridge);
 		} else if (!(slot->flags & SLOT_IS_GOING_AWAY)) {
+			acpi_handle_debug(handle, "Rescanning slot in %s()\n", __func__);
 			/*
 			 * Check if anything has changed in the slot and rescan
 			 * from the parent if that's the case.
 			 */
-			if (acpiphp_rescan_slot(slot))
+			if (acpiphp_rescan_slot(slot)) {
+				acpi_handle_debug(handle, "Checking parent bridge in %s()\n", __func__);
 				acpiphp_check_bridge(func->parent);
+			}
 		}
 		break;
 
@@ -830,8 +844,10 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
 	}
 
 	pci_unlock_rescan_remove();
-	if (bridge)
+	if (bridge) {
+		acpi_handle_debug(handle, "Releasing bridge in %s()\n", __func__);
 		put_bridge(bridge);
+	}
 }
 
 static int acpiphp_hotplug_notify(struct acpi_device *adev, u32 type)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-04  8:05                   ` Naveen Kumar P
@ 2025-03-04 16:49                     ` Naveen Kumar P
  2025-03-04 21:01                       ` Bjorn Helgaas
  2025-03-04 20:45                     ` Bjorn Helgaas
  1 sibling, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-04 16:49 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 6677 bytes --]

On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
<naveenkumar.parna@gmail.com> wrote:
>
> On Fri, Feb 28, 2025 at 9:31 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> >
> > On Wed, Feb 26, 2025 at 06:28:33PM +0530, Naveen Kumar P wrote:
> > > On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > > > > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > > > > Hi all,
> > > > > > > > > > >
> > > > > > > > > > > I am writing to seek assistance with an issue we are
> > > > > > > > > > > experiencing with a PCIe device (PLDA Device 5555)
> > > > > > > > > > > connected through PCI Express Root Port 1 to the
> > > > > > > > > > > host bridge.
> > > > > > > > > > >
> > > > > > > > > > > We have observed that after booting the system, the
> > > > > > > > > > > Base Address Register (BAR0) memory of this device
> > > > > > > > > > > gets reset to 0x0 after approximately one hour or
> > > > > > > > > > > more (the timing is inconsistent). This was verified
> > > > > > > > > > > using the lspci output and the setpci -s 01:00.0
> > > > > > > > > > > BASE_ADDRESS_0 command.
> > > > > > > ...
> >
> > > I have downloaded the 6.13 kernel source and added additional debug
> > > logs in hotplug_event(), then built the kernel. After that rebooted
> > > with the new kernel using the following parameters:
> > > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > > libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
> > > drivers/pci/* +p; file drivers/acpi/* +p"
> >
> > Why "pci=nomsi"?  I don't think that should make a difference.  Also,
> > it contributes to the fact that Linux doesn't request OS control of
> > several features that it ordinarily does, so you end up in a somewhat
> > unusual state (which *should* still work, of course):
> >
> >   acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
> >   acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
> >
> > Same for "pcie_aspm=off".
> I initially suspected that the PCI BAR reset was happening due to the
> device entering a low-power state, so I set pcie_aspm=off to prevent
> it. However, I am not sure why pci=nomsi and pcie_ports=on were used
> in the test machine. In the next test run, I will remove these
> parameters and try again.
For this test run, I removed all three parameters (pcie_aspm=off,
pci=nomsi, and pcie_ports=on) and booted with the following kernel
command line arguments:

cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
"dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
drivers/acpi/osl.c +p"

This time, the issue occurred earlier, at 22998 seconds. Below is the
relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
complete log is attached (dmesg_march4th_log.txt).

[22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
event 0 for deferred handling
[22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
hotplug_event()
[22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
hotplug_event()
[22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
data=0x55551556
[22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
data=0x55551556
[22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
acpiphp_check_bridge()
[22998.537155] ACPI: Device [PXSX] status [0000000f]
[22998.537206] ACPI: Device [D015] status [0000000f]
[22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
in hotplug_event()

sudo lspci -xxx -s 01:00.0 | grep 10:
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Looking forward to your insights.

>
> >
> > Why "pcie_ports=on"?  That's not a valid parameter:
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/pcie/portdrv.c?id=v6.13#n619
> >
> > > Complete dmesg log and the patch(to get additional debug information)
> > > are attached to this email.
> > >
> > > Any further guidance on these observations?
> >
> > I'm out of ideas.  I would instrument the PCI config accessors to log
> > all the reads and writes to your device (01:00.0) to see what we do to
> > the device.  Maybe there's some hint:
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/pci/access.c?id=v6.13#n35
> As per your suggestion, I instrumented the PCI configuration accessors
> to log all reads and writes to my device (01:00.0). The corresponding
> patch (0002-instrumented-the-PCI-config-accessors-to-log-all-the.patch)
> is attached to this email. After applying the patch and rebooting with
> the same boot parameters, the issue reproduced after 193890 seconds.
>
> The complete dmesg log (dmesg_march3rd_log.txt) is also attached.
> Could you check if this new log provides any useful clues?
>
> Additionally, do you recommend any further instrumentation or debugging steps?
>
> Looking forward to your insights.
> >
> > > Additionally, I noticed that the initial bootup logs with the
> > > "0.000000" timestamp are missing in the dmesg log with this new
> > > kernel. I'm unsure what might be causing this issue.
> >
> > Probably overflowed the message buffer.  You can try increasing the
> > buffer size:
> I have noticed that even the kern.log file also missed those initial
> bootup logs. If the message buffer is overflowed and the dmesg log
> misses those entries, they should appear in kern.log, right? However,
> this time when I rebooted, I got the complete log without increasing
> the buffer size.
>
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/kernel-parameters.txt?id=v6.13#n3190
> >
> > You can also experiment with the dyndbg parameter to be more selective
> > about the ACPI messages if some aren't useful.
> >
> > Bjorn

[-- Attachment #2: dmesg_march4th_log.txt --]
[-- Type: text/plain, Size: 101052 bytes --]

[    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) #10 SMP PREEMPT_DYNAMIC Sat Mar  1 15:45:06 IST 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro 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.002619] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002630] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002658] last_pfn = 0x160000 max_arch_pfn = 0x400000000
[    0.002673] total RAM covered: 4512M
[    0.003199] Found optimal setting for mtrr clean up
[    0.003201]  gran_size: 64K 	chunk_size: 64K 	num_reg: 5  	lose cover RAM: 0G
[    0.003213] MTRR map: 6 entries (4 fixed + 2 variable; max 20), built from 8 variable MTRRs
[    0.003218] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003337] e820: update [mem 0x9a000000-0xffffffff] usable ==> reserved
[    0.003347] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[    0.010768] found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
[    0.013503] RAMDISK: [mem 0x279c5000-0x2fcd9fff]
[    0.013513] ACPI: Early table checksum verification disabled
[    0.013520] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.013530] ACPI: XSDT 0x000000009964A080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013545] ACPI: FACP 0x0000000099652FC0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.013558] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20240827/tbfadt-560)
[    0.013570] ACPI: DSDT 0x000000009964A188 008E32 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.013581] ACPI: FACS 0x00000000997DAF80 000040
[    0.013589] ACPI: APIC 0x00000000996530D0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013600] ACPI: FPDT 0x0000000099653158 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013610] ACPI: LPIT 0x00000000996531A0 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.013621] ACPI: MCFG 0x00000000996532A8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.013631] ACPI: HPET 0x00000000996532E8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.013641] ACPI: SSDT 0x0000000099653320 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.013651] ACPI: SSDT 0x0000000099653A88 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.013662] ACPI: SSDT 0x0000000099653D18 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.013672] ACPI: UEFI 0x0000000099653E98 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.013682] ACPI: CSRT 0x0000000099653EE0 00014C (v00 INTEL  EDK2     00000005 INTL 20120624)
[    0.013691] ACPI: Reserving FACP table memory at [mem 0x99652fc0-0x996530cb]
[    0.013695] ACPI: Reserving DSDT table memory at [mem 0x9964a188-0x99652fb9]
[    0.013699] ACPI: Reserving FACS table memory at [mem 0x997daf80-0x997dafbf]
[    0.013702] ACPI: Reserving APIC table memory at [mem 0x996530d0-0x99653153]
[    0.013705] ACPI: Reserving FPDT table memory at [mem 0x99653158-0x9965319b]
[    0.013708] ACPI: Reserving LPIT table memory at [mem 0x996531a0-0x996532a3]
[    0.013711] ACPI: Reserving MCFG table memory at [mem 0x996532a8-0x996532e3]
[    0.013715] ACPI: Reserving HPET table memory at [mem 0x996532e8-0x9965331f]
[    0.013718] ACPI: Reserving SSDT table memory at [mem 0x99653320-0x99653a82]
[    0.013721] ACPI: Reserving SSDT table memory at [mem 0x99653a88-0x99653d17]
[    0.013724] ACPI: Reserving SSDT table memory at [mem 0x99653d18-0x99653e91]
[    0.013727] ACPI: Reserving UEFI table memory at [mem 0x99653e98-0x99653ed9]
[    0.013730] ACPI: Reserving CSRT table memory at [mem 0x99653ee0-0x9965402b]
[    0.013952] No NUMA configuration found
[    0.013955] Faking a node at [mem 0x0000000000000000-0x000000015fffffff]
[    0.013975] NODE_DATA(0) allocated [mem 0x15ffd3a00-0x15fffdfff]
[    0.014624] Zone ranges:
[    0.014626]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014632]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014637]   Normal   [mem 0x0000000100000000-0x000000015fffffff]
[    0.014641]   Device   empty
[    0.014644] Movable zone start for each node
[    0.014650] Early memory node ranges
[    0.014651]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.014655]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.014659]   node   0: [mem 0x000000001f100000-0x000000001fffffff]
[    0.014662]   node   0: [mem 0x0000000020100000-0x0000000099614fff]
[    0.014665]   node   0: [mem 0x0000000099afc000-0x0000000099afcfff]
[    0.014669]   node   0: [mem 0x0000000099b3f000-0x0000000099cadfff]
[    0.014672]   node   0: [mem 0x0000000099ffa000-0x0000000099ffffff]
[    0.014675]   node   0: [mem 0x0000000100000000-0x000000015fffffff]
[    0.014679] Initmem setup node 0 [mem 0x0000000000001000-0x000000015fffffff]
[    0.014691] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014752] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.017713] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.027887] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.027927] On node 0, zone DMA32: 1255 pages in unavailable ranges
[    0.027941] On node 0, zone DMA32: 66 pages in unavailable ranges
[    0.027965] On node 0, zone DMA32: 844 pages in unavailable ranges
[    0.037010] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.037027] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.037035] Reserving Intel graphics memory at [mem 0x9b000000-0x9effffff]
[    0.037141] ACPI: PM-Timer IO Port: 0x408
[    0.037166] ACPI: LAPIC_NMI (acpi_id[0x01] res edge lint[0x7b])
[    0.037171] ACPI: NMI not connected to LINT 1!
[    0.037173] ACPI: LAPIC_NMI (acpi_id[0x02] low res lint[0x74])
[    0.037177] ACPI: NMI not connected to LINT 1!
[    0.037178] ACPI: LAPIC_NMI (acpi_id[0x03] res edge lint[0x53])
[    0.037181] ACPI: NMI not connected to LINT 1!
[    0.037183] ACPI: LAPIC_NMI (acpi_id[0x04] dfl res lint[0xb0])
[    0.037186] ACPI: NMI not connected to LINT 1!
[    0.037199] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.037207] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037212] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037223] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.037226] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037238] TSC deadline timer available
[    0.037252] CPU topo: Max. logical packages:   1
[    0.037255] CPU topo: Max. logical dies:       1
[    0.037257] CPU topo: Max. dies per package:   1
[    0.037271] CPU topo: Max. threads per core:   1
[    0.037274] CPU topo: Num. cores per package:     4
[    0.037276] CPU topo: Num. threads per package:   4
[    0.037278] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.037344] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037351] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.037354] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.037357] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.037359] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.037365] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[    0.037371] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.037377] PM: hibernation: Registered nosave memory: [mem 0x99615000-0x99644fff]
[    0.037380] PM: hibernation: Registered nosave memory: [mem 0x99645000-0x99654fff]
[    0.037382] PM: hibernation: Registered nosave memory: [mem 0x99655000-0x997dafff]
[    0.037385] PM: hibernation: Registered nosave memory: [mem 0x997db000-0x99afbfff]
[    0.037391] PM: hibernation: Registered nosave memory: [mem 0x99afd000-0x99b3efff]
[    0.037397] PM: hibernation: Registered nosave memory: [mem 0x99cae000-0x99ff9fff]
[    0.037403] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[    0.037406] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9effffff]
[    0.037409] PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[    0.037411] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.037414] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.037417] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037419] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.037422] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.037425] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.037427] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.037430] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.037432] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.037435] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.037438] PM: hibernation: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.037440] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.037443] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.037445] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[    0.037448] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037451] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[    0.037453] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.037456] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffafffff]
[    0.037459] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.037463] [mem 0x9f000000-0xdfffffff] available for PCI devices
[    0.037467] Booting paravirtualized kernel on bare hardware
[    0.037472] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.037503] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.038563] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.038587] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.038596] pcpu-alloc: [0] 0 1 2 3 
[    0.038658] Kernel command line: BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c +p"
[    0.038816] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.13.0+", will be passed to user space.
[    0.038844] random: crng init done
[    0.038847] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.040114] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.040784] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.040934] Fallback order for Node 0: 0 
[    0.040947] Built 1 zonelists, mobility grouping on.  Total pages: 1021223
[    0.040951] Policy zone: Normal
[    0.040973] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.040986] software IO TLB: area num 4.
[    0.120024] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.120096] Kernel/User page tables isolation: enabled
[    0.120198] ftrace: allocating 54751 entries in 214 pages
[    0.200816] ftrace: allocated 214 pages with 5 groups
[    0.202276] Dynamic Preempt: voluntary
[    0.202412] rcu: Preemptible hierarchical RCU implementation.
[    0.202415] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.202419] 	Trampoline variant of Tasks RCU enabled.
[    0.202421] 	Rude variant of Tasks RCU enabled.
[    0.202422] 	Tracing variant of Tasks RCU enabled.
[    0.202424] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.202426] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.202444] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.202451] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.202455] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.214228] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.214563] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.214699] spurious 8259A interrupt: IRQ7.
[    0.214744] Console: colour dummy device 80x25
[    0.214752] printk: legacy console [tty0] enabled
[    0.214892] ACPI: Core revision 20240827
[    0.215061] APIC: Switch to symmetric I/O mode setup
[    0.215643] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    0.215660] Calibrating delay loop (skipped), value calculated using timer frequency.. 3833.33 BogoMIPS (lpj=7666668)
[    0.215728] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.215735] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.215744] process: using mwait in idle threads
[    0.215752] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.215759] Spectre V2 : Mitigation: Retpolines
[    0.215762] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.215765] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.215768] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.215774] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.215780] MDS: Mitigation: Clear CPU buffers
[    0.215783] MMIO Stale Data: Unknown: No mitigations
[    0.215790] x86/fpu: x87 FPU will use FXSAVE
[    0.219654] Freeing SMP alternatives memory: 44K
[    0.219654] pid_max: default: 32768 minimum: 301
[    0.219654] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    0.219654] Yama: becoming mindful.
[    0.219654] AppArmor: AppArmor initialized
[    0.219654] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.219654] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.219654] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3845  @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.219654] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.219654] ... version:                3
[    0.219654] ... bit width:              40
[    0.219654] ... generic registers:      2
[    0.219654] ... value mask:             000000ffffffffff
[    0.219654] ... max period:             0000007fffffffff
[    0.219654] ... fixed-purpose events:   3
[    0.219654] ... event mask:             0000000700000003
[    0.219654] signal: max sigframe size: 1440
[    0.219654] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.219654] rcu: Hierarchical SRCU implementation.
[    0.219654] rcu: 	Max phase no-delay instances is 1000.
[    0.219654] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.220666] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.220876] smp: Bringing up secondary CPUs ...
[    0.231816] smpboot: x86: Booting SMP configuration:
[    0.231824] .... node  #0, CPUs:      #1 #2 #3
[    0.263809] smp: Brought up 1 node, 4 CPUs
[    0.263809] smpboot: Total of 4 processors activated (15333.33 BogoMIPS)
[    0.264328] Memory: 3755620K/4084892K available (18432K kernel code, 3290K rwdata, 13412K rodata, 4768K init, 6104K bss, 321272K reserved, 0K cma-reserved)
[    0.264397] devtmpfs: initialized
[    0.264397] x86/mm: Memory block size: 128MB
[    0.268130] ACPI: PM: Registering ACPI NVS region [mem 0x99655000-0x997dafff] (1597440 bytes)
[    0.268130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.268130] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.268130] pinctrl core: initialized pinctrl subsystem
[    0.268294] PM: RTC time: 09:57:21, date: 2025-03-04
[    0.270191] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.270737] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.270898] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.271716] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.271774] audit: initializing netlink subsys (disabled)
[    0.271828] audit: type=2000 audit(1741082241.056:1): state=initialized audit_enabled=0 res=1
[    0.272043] thermal_sys: Registered thermal governor 'fair_share'
[    0.272050] thermal_sys: Registered thermal governor 'bang_bang'
[    0.272054] thermal_sys: Registered thermal governor 'step_wise'
[    0.272057] thermal_sys: Registered thermal governor 'user_space'
[    0.272085] EISA bus registered
[    0.272110] cpuidle: using governor ladder
[    0.272110] cpuidle: using governor menu
[    0.272110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.272110] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.272110] PCI: Using configuration type 1 for base access
[    0.272318] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.275819] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.275819] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.276002] ACPI: Added _OSI(Module Device)
[    0.276009] ACPI: Added _OSI(Processor Device)
[    0.276013] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.276017] ACPI: Added _OSI(Processor Aggregator Device)
[    0.295836] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.326148] ACPI: Dynamic OEM Table Load:
[    0.326148] ACPI: SSDT 0xFFFF8D5180D8D000 00037A (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.329225] ACPI: Dynamic OEM Table Load:
[    0.329241] ACPI: SSDT 0xFFFF8D5180A3E800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.331472] ACPI: Dynamic OEM Table Load:
[    0.331488] ACPI: SSDT 0xFFFF8D5180B51800 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.332894] ACPI: Dynamic OEM Table Load:
[    0.332909] ACPI: SSDT 0xFFFF8D5180A65CC0 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.337356] ACPI: Interpreter enabled
[    0.337412] ACPI: PM: (supports S0 S3 S4 S5)
[    0.337418] ACPI: Using IOAPIC for interrupt routing
[    0.337520] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.337526] PCI: Ignoring E820 reservations for host bridge windows
[    0.338599] ACPI: Enabled 13 GPEs in block 00 to 3F
[    0.338658] ACPI: Device [ACPI] status [0000000f]
[    0.338845] ACPI: Device [CPU0] status [0000000f]
[    0.338845] ACPI: Device [CPU1] status [0000000f]
[    0.338845] ACPI: Device [CPU2] status [0000000f]
[    0.338845] ACPI: Device [CPU3] status [0000000f]
[    0.338845] ACPI: Device [_SB] status [0000000f]
[    0.338845] ACPI: Device [RTC0] status [0000000f]
[    0.339909] ACPI: Device [HPET] status [0000000f]
[    0.341125] ACPI: Device [PCI0] status [0000000f]
[    0.341263] ACPI: Device [VLVC] status [0000000f]
[    0.341399] ACPI: Device [GFX0] status [0000000f]
[    0.341657] ACPI: Device [DD01] status [0000000f]
[    0.341887] ACPI: Device [DD02] status [0000000f]
[    0.342112] ACPI: Device [DD03] status [0000000f]
[    0.342337] ACPI: Device [DD04] status [0000000f]
[    0.342556] ACPI: Device [DD05] status [0000000f]
[    0.342759] ACPI: Device [DD06] status [0000000f]
[    0.342955] ACPI: Device [DD07] status [0000000f]
[    0.343165] ACPI: Device [DD08] status [0000000f]
[    0.343356] ACPI: Device [DD1F] status [0000000f]
[    0.343706] ACPI: Device [ISP0] status [00000000]
[    0.343828] ACPI: Device [SBRG] status [0000000f]
[    0.344013] ACPI: Device [H_EC] status [00000000]
[    0.344199] ACPI: Device [BAT0] status [00000000]
[    0.344354] ACPI: Device [BAT1] status [00000000]
[    0.344515] ACPI: Device [BAT2] status [00000000]
[    0.344658] ACPI: Device [FWHD] status [0000000f]
[    0.344833] ACPI: Device [IPIC] status [0000000f]
[    0.344997] ACPI: Device [LDRC] status [0000000f]
[    0.345133] ACPI: Device [TIMR] status [0000000f]
[    0.345323] ACPI: Device [WPCN] status [00000000]
[    0.345692] ACPI: Device [UAR5] status [00000000]
[    0.346174] ACPI: Device [UAR8] status [00000000]
[    0.347100] ACPI: Device [SIO1] status [0000000f]
[    0.349591] ACPI: Device [LPTE] status [00000000]
[    0.350084] ACPI: Device [PS2K] status [00000000]
[    0.350991] ACPI: Device [PS2M] status [00000000]
[    0.351474] ACPI: Device [SSPI] status [00000000]
[    0.351637] ACPI: Device [SGPI] status [00000000]
[    0.351824] ACPI: Device [SHWM] status [00000000]
[    0.351984] ACPI: Device [SCPI] status [00000000]
[    0.353268] ACPI: Device [UAR1] status [00000000]
[    0.354532] ACPI: Device [UAR2] status [00000000]
[    0.354671] ACPI: Device [ADP1] status [0000000f]
[    1.981834] ACPI: Device [BAT1] status [0000000f]
[    2.795539] ACPI: Device [BAT2] status [00000000]
[    2.795939] ACPI: Device [PCU1] status [0000000f]
[    2.796068] ACPI: Device [D004] status [0000000f]
[    2.796186] ACPI: Device [D005] status [0000000f]
[    2.796290] ACPI: Device [D006] status [0000000f]
[    2.999690] ACPI: Device [SATA] status [0000000f]
[    2.999869] ACPI: Device [XHC1] status [0000000f]
[    3.000133] ACPI: Device [RHUB] status [0000000f]
[    3.000244] ACPI: Device [SSP1] status [0000000f]
[    3.000408] ACPI: Device [HS01] status [0000000f]
[    3.000581] ACPI: Device [HS02] status [0000000f]
[    3.000745] ACPI: Device [HS03] status [0000000f]
[    3.000914] ACPI: Device [HS04] status [0000000f]
[    3.001078] ACPI: Device [HSC1] status [0000000f]
[    3.001257] ACPI: Device [HSC2] status [0000000f]
[    3.001420] ACPI: Device [D009] status [0000000f]
[    3.001528] ACPI: Device [XHC2] status [0000000f]
[    3.001632] ACPI: Device [D00B] status [0000000f]
[    3.001742] ACPI: Device [GLAN] status [0000000f]
[    3.001924] ACPI: Device [HDEF] status [0000000f]
[    3.002136] ACPI: Device [EHC1] status [00000000]
[    3.002372] ACPI: Device [HUBN] status [0000000f]
[    3.002478] ACPI: Device [PR01] status [0000000f]
[    3.002600] ACPI: Device [PR11] status [0000000f]
[    3.002717] ACPI: Device [PR12] status [0000000f]
[    3.002841] ACPI: Device [PR13] status [0000000f]
[    3.002963] ACPI: Device [PR14] status [0000000f]
[    3.003087] ACPI: Device [PR15] status [0000000f]
[    3.003206] ACPI: Device [PR16] status [0000000f]
[    3.003334] ACPI: Device [PR17] status [0000000f]
[    3.003465] ACPI: Device [PR18] status [0000000f]
[    3.003598] ACPI: Device [SBUS] status [0000000f]
[    3.003751] ACPI: Device [RP01] status [0000000f]
[    3.003866] ACPI: Device [PXSX] status [0000000f]
[    3.004007] ACPI: Device [D015] status [0000000f]
[    3.004112] ACPI: Device [RP02] status [0000000f]
[    3.004232] ACPI: Device [PXSX] status [0000000f]
[    3.004357] ACPI: Device [D016] status [0000000f]
[    3.004469] ACPI: Device [RP03] status [0000000f]
[    3.004583] ACPI: Device [PXSX] status [0000000f]
[    3.004713] ACPI: Device [D017] status [0000000f]
[    3.004819] ACPI: Device [RP04] status [0000000f]
[    3.004943] ACPI: Device [PXSX] status [0000000f]
[    3.005069] ACPI: Device [D018] status [0000000f]
[    3.005178] ACPI: Device [D02A] status [0000000f]
[    3.005282] ACPI: Device [D019] status [0000000f]
[    3.005402] ACPI: Device [D01A] status [0000000f]
[    3.005511] ACPI: Device [D01B] status [0000000f]
[    3.005615] ACPI: Device [D01C] status [0000000f]
[    3.005723] ACPI: Device [D01D] status [0000000f]
[    3.005827] ACPI: Device [D01E] status [0000000f]
[    3.005935] ACPI: Device [D01F] status [0000000f]
[    3.006039] ACPI: Device [D020] status [0000000f]
[    3.006147] ACPI: Device [D021] status [0000000f]
[    3.006252] ACPI: Device [D022] status [0000000f]
[    3.006361] ACPI: Device [D023] status [0000000f]
[    3.006465] ACPI: Device [D024] status [0000000f]
[    3.006574] ACPI: Device [D025] status [0000000f]
[    3.006683] ACPI: Device [D026] status [0000000f]
[    3.006792] ACPI: Device [D027] status [0000000f]
[    3.006894] ACPI: Device [D028] status [0000000f]
[    3.007114] ACPI: Device [EM41] status [00000000]
[    3.007233] ACPI: Device [CARD] status [0000000f]
[    3.007425] ACPI: Device [EM45] status [0000000f]
[    3.007544] ACPI: Device [CARD] status [0000000f]
[    3.007709] ACPI: Device [OTG1] status [00000000]
[    3.007818] ACPI: \_SB_.USBC: New power resource
[    3.008226] ACPI: Device [SEC0] status [0000000f]
[    3.008428] ACPI: Device [PDRC] status [0000000f]
[    3.008852] ACPI: Device [LNKA] status [0000000b]
[    3.009247] ACPI: Device [LNKB] status [00000009]
[    3.009660] ACPI: Device [LNKC] status [0000000b]
[    3.010062] ACPI: Device [LNKD] status [0000000b]
[    3.010459] ACPI: Device [LNKE] status [0000000b]
[    3.010866] ACPI: Device [LNKF] status [0000000b]
[    3.011262] ACPI: Device [LNKG] status [0000000b]
[    3.011665] ACPI: Device [LNKH] status [0000000b]
[    3.012277] ACPI: Device [LPEA] status [00000000]
[    3.012349] ACPI: \_SB_.LPEA.PLPE: New power resource
[    3.013315] ACPI: Device [LPA2] status [00000000]
[    3.013388] ACPI: \_SB_.LPA2.PLPE: New power resource
[    3.013880] ACPI: Device [ADMA] status [0000000f]
[    3.014053] ACPI: Device [PWRB] status [0000000f]
[    3.014209] ACPI: Device [SLPB] status [0000000f]
[    3.014624] ACPI: Device [LID0] status [0000000f]
[    3.015176] ACPI: Device [GPED] status [00000000]
[    3.015433] ACPI: Device [MBID] status [0000000f]
[    3.015646] ACPI: Device [PIND] status [00000000]
[    3.015769] ACPI: Device [_TZ] status [0000000f]
[    3.016293] ACPI: Device [ACPI] status [0000000f]
[    3.016321] ACPI: Device [CPU0] status [0000000f]
[    3.016407] ACPI: Device [CPU1] status [0000000f]
[    3.016441] ACPI: Device [CPU2] status [0000000f]
[    3.016473] ACPI: Device [CPU3] status [0000000f]
[    3.016505] ACPI: Device [_SB] status [0000000f]
[    3.016531] ACPI: Device [RTC0] status [0000000f]
[    3.016577] ACPI: Device [HPET] status [0000000f]
[    3.016732] ACPI: Device [PCI0] status [0000000f]
[    3.017260] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.017278] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    3.017871] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    3.018644] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    3.020382] PCI host bridge to bus 0000:00
[    3.020397] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    3.020405] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    3.020411] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    3.020417] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.020423] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    3.020429] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    3.020436] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.020448] pci_bus 0000:00: scanning bus
[    3.020481] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[    3.020724] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[    3.020741] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[    3.020756] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[    3.020770] pci 0000:00:02.0: BAR 4 [io  0xe080-0xe087]
[    3.020800] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.021042] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[    3.021064] pci 0000:00:13.0: BAR 0 [io  0xe070-0xe077]
[    3.021078] pci 0000:00:13.0: BAR 1 [io  0xe060-0xe063]
[    3.021090] pci 0000:00:13.0: BAR 2 [io  0xe050-0xe057]
[    3.021102] pci 0000:00:13.0: BAR 3 [io  0xe040-0xe043]
[    3.021114] pci 0000:00:13.0: BAR 4 [io  0xe020-0xe03f]
[    3.021126] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[    3.021181] pci 0000:00:13.0: PME# supported from D3hot
[    3.021191] pci 0000:00:13.0: PME# disabled
[    3.021372] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[    3.021396] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[    3.021466] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.021475] pci 0000:00:14.0: PME# disabled
[    3.021868] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[    3.021892] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[    3.021906] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[    3.021985] pci 0000:00:17.0: PME# supported from D0 D3hot
[    3.021994] pci 0000:00:17.0: PME# disabled
[    3.022308] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[    3.022338] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[    3.022355] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[    3.022463] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    3.022473] pci 0000:00:1a.0: PME# disabled
[    3.022679] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[    3.022706] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[    3.022787] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    3.022796] pci 0000:00:1b.0: PME# disabled
[    3.022987] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[    3.023016] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.023026] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    3.023092] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.023101] pci 0000:00:1c.0: PME# disabled
[    3.023309] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[    3.023338] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.023407] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    3.023416] pci 0000:00:1c.2: PME# disabled
[    3.023617] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[    3.023646] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.023654] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    3.023662] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    3.023729] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.023737] pci 0000:00:1c.3: PME# disabled
[    3.023953] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[    3.024282] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[    3.024323] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[    3.024397] pci 0000:00:1f.3: BAR 4 [io  0xe000-0xe01f]
[    3.024651] pci_bus 0000:00: fixups for bus
[    3.024660] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    3.024760] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.024786] pci_bus 0000:01: scanning bus
[    3.024793] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.024802] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    3.024810] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.024817] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.024824] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.024831] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.024838] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.024845] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x62 len=2 data=0x2
[    3.024852] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.024859] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.024872] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[    3.024879] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.024887] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.024893] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.024901] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[    3.024908] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.024916] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[    3.024924] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.024931] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x407
[    3.024938] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x407
[    3.024945] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.024952] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3d len=1 data=0x1
[    3.024959] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=1 data=0xb
[    3.024966] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.024973] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.024980] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xb0400000
[    3.024987] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xffffffff
[    3.024995] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffc00000
[    3.025002] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xb0400000
[    3.025009] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025015] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[    3.025022] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025030] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025037] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.025044] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0xffffffff
[    3.025051] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.025058] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0x0
[    3.025065] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025072] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025079] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025085] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.025092] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0xffffffff
[    3.025099] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.025106] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0x0
[    3.025113] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025120] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025127] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025134] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.025141] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0xffffffff
[    3.025148] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.025154] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0x0
[    3.025161] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025168] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025175] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025182] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.025189] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0xffffffff
[    3.025196] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.025203] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0x0
[    3.025210] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025217] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025223] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025230] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.025237] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0xffffffff
[    3.025244] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.025251] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0x0
[    3.025258] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025265] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.025272] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.025279] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.025285] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0xfffff800
[    3.025293] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.025299] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0x0
[    3.025306] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.025313] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=2 data=0x4000
[    3.025320] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2e len=2 data=0x0
[    3.025328] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.025336] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.025343] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.025350] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.025357] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025364] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025371] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.025392] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025401] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025408] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025416] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025423] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025430] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025437] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025443] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025450] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025458] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4a len=2 data=0x0
[    3.025465] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025471] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025478] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025485] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025492] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025499] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025506] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025513] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025520] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025527] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025534] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025541] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025548] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025555] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025562] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025569] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025576] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025583] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025590] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025598] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025605] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025612] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025619] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x42 len=2 data=0x3
[    3.025626] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025633] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025640] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025647] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025654] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025661] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025669] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025676] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025683] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025690] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025697] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025704] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025711] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025718] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025725] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.025733] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[    3.025744] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.025752] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.025759] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.025766] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.025773] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.025780] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=2 data=0x8
[    3.025900] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025910] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025918] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025925] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025932] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025939] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.025984] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.025994] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.026002] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[    3.026010] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.026018] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.026025] PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 value=0x0
[    3.031704] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.031715] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.031723] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.031731] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.031745] pci_bus 0000:01: fixups for bus
[    3.031751] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.031764] pci_bus 0000:01: bus scan returning with max=01
[    3.031773] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    3.031878] pci_bus 0000:02: scanning bus
[    3.031886] pci_bus 0000:02: fixups for bus
[    3.031891] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.031903] pci_bus 0000:02: bus scan returning with max=02
[    3.031912] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    3.032041] pci_bus 0000:03: scanning bus
[    3.032093] pci 0000:03:00.0: working around ROM BAR overlap defect
[    3.032099] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    3.032130] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[    3.032161] pci 0000:03:00.0: BAR 2 [io  0xd000-0xd01f]
[    3.032179] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[    3.032338] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    3.032348] pci 0000:03:00.0: PME# disabled
[    3.032646] pci_bus 0000:03: fixups for bus
[    3.032653] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.032665] pci_bus 0000:03: bus scan returning with max=03
[    3.032675] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    3.032685] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    3.032696] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    3.032705] pci_bus 0000:00: bus scan returning with max=03
[    3.032778] ACPI: Device [VLVC] status [0000000f]
[    3.032798] ACPI: Device [GFX0] status [0000000f]
[    3.032826] ACPI: Device [DD01] status [0000000f]
[    3.032838] ACPI: Device [DD02] status [0000000f]
[    3.032850] ACPI: Device [DD03] status [0000000f]
[    3.032862] ACPI: Device [DD04] status [0000000f]
[    3.032874] ACPI: Device [DD05] status [0000000f]
[    3.032885] ACPI: Device [DD06] status [0000000f]
[    3.032896] ACPI: Device [DD07] status [0000000f]
[    3.032908] ACPI: Device [DD08] status [0000000f]
[    3.032919] ACPI: Device [DD1F] status [0000000f]
[    3.033006] ACPI: Device [ISP0] status [00000000]
[    3.033021] ACPI: Device [SBRG] status [0000000f]
[    3.033099] ACPI: Device [H_EC] status [00000000]
[    3.033114] ACPI: Device [FWHD] status [0000000f]
[    3.033235] ACPI: Device [IPIC] status [0000000f]
[    3.033263] ACPI: Device [LDRC] status [0000000f]
[    3.033280] ACPI: Device [TIMR] status [0000000f]
[    3.033351] ACPI: Device [WPCN] status [00000000]
[    3.033367] ACPI: Device [SIO1] status [0000000f]
[    3.033679] ACPI: Device [LPTE] status [00000000]
[    3.033962] ACPI: Device [PS2K] status [00000000]
[    3.034246] ACPI: Device [PS2M] status [00000000]
[    3.034283] ACPI: Device [SSPI] status [00000000]
[    3.034319] ACPI: Device [SGPI] status [00000000]
[    3.034355] ACPI: Device [SHWM] status [00000000]
[    3.034390] ACPI: Device [SCPI] status [00000000]
[    3.034671] ACPI: Device [UAR1] status [00000000]
[    3.034953] ACPI: Device [UAR2] status [00000000]
[    3.034968] ACPI: Device [ADP1] status [0000000f]
[    4.675060] ACPI: Device [BAT1] status [0000000f]
[    5.489558] ACPI: Device [BAT2] status [00000000]
[    5.489644] ACPI: Device [PCU1] status [0000000f]
[    5.489670] ACPI: Device [D004] status [0000000f]
[    5.489684] ACPI: Device [D005] status [0000000f]
[    5.489696] ACPI: Device [D006] status [0000000f]
[    5.695690] ACPI: Device [SATA] status [0000000f]
[    5.695763] ACPI: Device [XHC1] status [0000000f]
[    5.695779] ACPI: Device [RHUB] status [0000000f]
[    5.695792] ACPI: Device [SSP1] status [0000000f]
[    5.695804] ACPI: Device [HS01] status [0000000f]
[    5.695817] ACPI: Device [HS02] status [0000000f]
[    5.695829] ACPI: Device [HS03] status [0000000f]
[    5.695841] ACPI: Device [HS04] status [0000000f]
[    5.695853] ACPI: Device [HSC1] status [0000000f]
[    5.695865] ACPI: Device [HSC2] status [0000000f]
[    5.695877] ACPI: Device [D009] status [0000000f]
[    5.695889] ACPI: Device [XHC2] status [0000000f]
[    5.695901] ACPI: Device [D00B] status [0000000f]
[    5.695913] ACPI: Device [GLAN] status [0000000f]
[    5.695981] ACPI: Device [HDEF] status [0000000f]
[    5.696048] ACPI: Device [EHC1] status [00000000]
[    5.696062] ACPI: Device [SBUS] status [0000000f]
[    5.696077] ACPI: Device [RP01] status [0000000f]
[    5.696089] ACPI: Device [PXSX] status [0000000f]
[    5.696102] ACPI: Device [D015] status [0000000f]
[    5.696115] ACPI: Device [RP02] status [0000000f]
[    5.696127] ACPI: Device [PXSX] status [0000000f]
[    5.696139] ACPI: Device [D016] status [0000000f]
[    5.696151] ACPI: Device [RP03] status [0000000f]
[    5.696163] ACPI: Device [PXSX] status [0000000f]
[    5.696175] ACPI: Device [D017] status [0000000f]
[    5.696187] ACPI: Device [RP04] status [0000000f]
[    5.696198] ACPI: Device [PXSX] status [0000000f]
[    5.696210] ACPI: Device [D018] status [0000000f]
[    5.696222] ACPI: Device [D02A] status [0000000f]
[    5.696234] ACPI: Device [D019] status [0000000f]
[    5.696246] ACPI: Device [D01A] status [0000000f]
[    5.696258] ACPI: Device [D01B] status [0000000f]
[    5.696269] ACPI: Device [D01C] status [0000000f]
[    5.696281] ACPI: Device [D01D] status [0000000f]
[    5.696292] ACPI: Device [D01E] status [0000000f]
[    5.696304] ACPI: Device [D01F] status [0000000f]
[    5.696315] ACPI: Device [D020] status [0000000f]
[    5.696327] ACPI: Device [D021] status [0000000f]
[    5.696339] ACPI: Device [D022] status [0000000f]
[    5.696350] ACPI: Device [D023] status [0000000f]
[    5.696362] ACPI: Device [D024] status [0000000f]
[    5.696374] ACPI: Device [D025] status [0000000f]
[    5.696386] ACPI: Device [D026] status [0000000f]
[    5.696398] ACPI: Device [D027] status [0000000f]
[    5.696409] ACPI: Device [D028] status [0000000f]
[    5.696508] ACPI: Device [EM41] status [00000000]
[    5.696606] ACPI: Device [EM45] status [0000000f]
[    5.696622] ACPI: Device [CARD] status [0000000f]
[    5.696695] ACPI: Device [OTG1] status [00000000]
[    5.696762] ACPI: Device [SEC0] status [0000000f]
[    5.696779] ACPI: Device [PDRC] status [0000000f]
[    5.696821] ACPI: Device [USBC] status [0000000f]
[    5.696899] ACPI: Device [LNKA] status [0000000b]
[    5.697065] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.697171] ACPI: Device [LNKB] status [00000009]
[    5.697323] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    5.697329] ACPI: PCI: Interrupt link LNKB disabled
[    5.697432] ACPI: Device [LNKC] status [0000000b]
[    5.697584] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.697691] ACPI: Device [LNKD] status [0000000b]
[    5.697844] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    5.697951] ACPI: Device [LNKE] status [0000000b]
[    5.698104] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.698210] ACPI: Device [LNKF] status [0000000b]
[    5.698362] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.698468] ACPI: Device [LNKG] status [0000000b]
[    5.698620] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    5.698727] ACPI: Device [LNKH] status [0000000b]
[    5.698880] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[    5.698960] ACPI: Device [PLPE] status [00000001]
[    5.699096] ACPI: Device [LPEA] status [00000000]
[    5.699133] ACPI: Device [PLPE] status [00000001]
[    5.699268] ACPI: Device [LPA2] status [00000000]
[    5.699282] ACPI: Device [PWRB] status [0000000f]
[    5.699391] ACPI: Device [SLPB] status [0000000f]
[    5.699485] ACPI: Device [LID0] status [0000000f]
[    5.699599] ACPI: Device [GPED] status [00000000]
[    5.699613] ACPI: Device [MBID] status [0000000f]
[    5.699817] ACPI: Device [PIND] status [00000000]
[    5.699832] ACPI: Device [_TZ] status [0000000f]
[    5.700443] iommu: Default domain type: Translated
[    5.700443] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.700443] SCSI subsystem initialized
[    5.700443] libata version 3.00 loaded.
[    5.700443] ACPI: bus type USB registered
[    5.700443] usbcore: registered new interface driver usbfs
[    5.700443] usbcore: registered new interface driver hub
[    5.700443] usbcore: registered new device driver usb
[    5.700443] pps_core: LinuxPPS API ver. 1 registered
[    5.700443] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.700443] PTP clock support registered
[    5.703706] EDAC MC: Ver: 3.0.0
[    5.703760] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    5.703771] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    5.704201] NetLabel: Initializing
[    5.704208] NetLabel:  domain hash size = 128
[    5.704212] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.704256] NetLabel:  unlabeled traffic allowed by default
[    5.704312] PCI: Using ACPI for IRQ routing
[    5.707658] PCI: pci_cache_line_size set to 64 bytes
[    5.707658] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.707658] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.707658] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    5.707658] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    5.707658] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    5.707658] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    5.707658] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    5.707658] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    5.707703] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.707703] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.707703] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.707703] vgaarb: loaded
[    5.707839] clocksource: Switched to clocksource tsc-early
[    5.708247] VFS: Disk quotas dquot_6.6.0
[    5.708280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.708613] AppArmor: AppArmor Filesystem Enabled
[    5.708671] pnp: PnP ACPI init
[    5.709176] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.709186] system 00:01: [io  0x0400-0x047f] has been reserved
[    5.709193] system 00:01: [io  0x0500-0x05fe] has been reserved
[    5.709199] system 00:01: [io  0x0600-0x061f] has been reserved
[    5.709702] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    5.709712] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    8.437830] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    8.437843] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    8.437850] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    8.437856] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    8.437862] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    8.437868] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    8.437874] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    8.437880] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    8.437886] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    8.438622] pnp: PnP ACPI: found 5 devices
[    8.448968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    8.449167] NET: Registered PF_INET protocol family
[    8.449359] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    8.481626] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    8.481710] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    8.481810] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    8.482169] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    8.482505] TCP: Hash tables configured (established 32768 bind 32768)
[    8.482655] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.482761] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.482929] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    8.482953] NET: Registered PF_XDP protocol family
[    8.482978] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    8.482991] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    8.483001] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    8.483008] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    8.483016] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    8.483026] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    8.483052] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483059] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483067] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.483072] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.483080] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483086] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483094] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483100] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483108] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]: assigned
[    8.483115] pci 0000:00:1c.2: bridge window [io  0x2000-0x2fff]: assigned
[    8.483125] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483131] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483138] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.483143] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.483151] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483157] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483164] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.483170] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.483179] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.483187] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    8.483195] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    8.483206] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.483212] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    8.483225] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    8.483231] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    8.483238] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    8.483249] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    8.483255] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    8.483261] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    8.483266] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    8.483272] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    8.483278] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[    8.483284] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    8.483289] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    8.483295] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    8.483301] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    8.483306] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    8.483978] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=1 data=0x10
[    8.483993] PCI: CLS 64 bytes, default 64
[    8.484019] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.484024] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[    8.484169] Trying to unpack rootfs image as initramfs...
[    8.484988] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    8.485157] clocksource: Switched to clocksource tsc
[    8.485456] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.485493] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    8.485548] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.487115] Initialise system trusted keyrings
[    8.487166] Key type blacklist registered
[    8.487406] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    8.487490] zbud: loaded
[    8.488372] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.488746] fuse: init (API version 7.41)
[    8.489156] integrity: Platform Keyring initialized
[    8.526671] Key type asymmetric registered
[    8.526690] Asymmetric key parser 'x509' registered
[    8.526789] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    8.526922] io scheduler mq-deadline registered
[    8.529545] ledtrig-cpu: registered to indicate activity on CPUs
[    8.529612] pciehp: pcie_port_service_register = 0
[    8.529645] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.529658] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    8.530095] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 87
[    8.530122] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[    8.530131] pcieport 0000:00:1c.0: save config 0x04: 0x00100407
[    8.530137] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[    8.530143] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[    8.530149] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[    8.530155] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[    8.530161] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[    8.530167] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[    8.530173] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[    8.530178] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[    8.530184] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[    8.530190] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[    8.530196] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[    8.530201] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[    8.530207] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[    8.530213] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[    8.530245] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.530267] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.530279] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    8.530551] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 88
[    8.530573] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[    8.530581] pcieport 0000:00:1c.2: save config 0x04: 0x00100407
[    8.530587] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[    8.530593] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[    8.530599] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[    8.530605] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[    8.530611] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[    8.530617] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[    8.530623] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[    8.530628] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[    8.530634] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[    8.530640] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[    8.530645] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[    8.530651] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[    8.530657] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[    8.530662] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[    8.530689] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.530710] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.530721] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    8.530987] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 89
[    8.531010] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[    8.531019] pcieport 0000:00:1c.3: save config 0x04: 0x00100407
[    8.531025] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[    8.531031] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[    8.531036] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[    8.531042] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[    8.531048] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[    8.531054] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[    8.531060] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[    8.531065] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[    8.531071] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[    8.531077] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[    8.531082] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[    8.531088] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[    8.531094] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[    8.531100] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[    8.531128] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.531219] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.445197] Freeing initrd memory: 134228K
[   10.174733] ACPI: AC: AC Adapter [ADP1] (on-line)
[   10.174901] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.175123] ACPI: button: Power Button [PWRB]
[   10.175129] ACPI: Driver [button] successfully bound to device [PWRB]
[   10.175135] ACPI: Found driver [button] for device [PWRB]
[   10.175220] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   10.175426] ACPI: button: Sleep Button [SLPB]
[   10.175432] ACPI: Driver [button] successfully bound to device [SLPB]
[   10.175436] ACPI: Found driver [button] for device [SLPB]
[   10.175523] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.175727] ACPI: button: Lid Switch [LID0]
[   10.175733] ACPI: Driver [button] successfully bound to device [LID0]
[   10.175737] ACPI: Found driver [button] for device [LID0]
[   10.175822] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.176039] ACPI: button: Power Button [PWRF]
[   10.176044] ACPI: Driver [button] successfully bound to device [PWRF]
[   10.176048] ACPI: Found driver [button] for device [PWRF]
[   10.184415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   10.184720] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   10.209915] ACPI: Device [ISP0] status [00000000]
[   10.209996] ACPI: Device [H_EC] status [00000000]
[   10.210033] ACPI: Device [BAT0] status [00000000]
[   10.210069] ACPI: Device [BAT1] status [00000000]
[   10.210104] ACPI: Device [BAT2] status [00000000]
[   10.210163] ACPI: Device [WPCN] status [00000000]
[   10.210218] ACPI: Device [UAR5] status [00000000]
[   10.210274] ACPI: Device [UAR8] status [00000000]
[   10.210568] ACPI: Device [LPTE] status [00000000]
[   10.210850] ACPI: Device [PS2K] status [00000000]
[   10.211133] ACPI: Device [PS2M] status [00000000]
[   10.211170] ACPI: Device [SSPI] status [00000000]
[   10.211205] ACPI: Device [SGPI] status [00000000]
[   10.211240] ACPI: Device [SHWM] status [00000000]
[   10.211274] ACPI: Device [SCPI] status [00000000]
[   10.211554] ACPI: Device [UAR1] status [00000000]
[   10.211836] ACPI: Device [UAR2] status [00000000]
[   13.460544] ACPI: Device [BAT2] status [00000000]
[   13.460646] ACPI: Device [EHC1] status [00000000]
[   13.460660] ACPI: Device [HUBN] status [0000000f]
[   13.460674] ACPI: Device [PR01] status [0000000f]
[   13.460685] ACPI: Device [PR11] status [0000000f]
[   13.460696] ACPI: Device [PR12] status [0000000f]
[   13.460707] ACPI: Device [PR13] status [0000000f]
[   13.460718] ACPI: Device [PR14] status [0000000f]
[   13.460729] ACPI: Device [PR15] status [0000000f]
[   13.460740] ACPI: Device [PR16] status [0000000f]
[   13.460751] ACPI: Device [PR17] status [0000000f]
[   13.460761] ACPI: Device [PR18] status [0000000f]
[   13.461909] ACPI: Device [EM41] status [00000000]
[   13.461940] ACPI: Device [CARD] status [0000000f]
[   13.489476] ACPI: Device [OTG1] status [00000000]
[   13.517644] ACPI: Device [LPEA] status [00000000]
[   13.546381] ACPI: Device [LPA2] status [00000000]
[   13.546460] ACPI: Device [ADMA] status [0000000f]
[   13.576770] ACPI: Device [GPED] status [00000000]
[   13.603255] ACPI: Device [PIND] status [00000000]
[   13.630063] hpet: number irqs doesn't agree with number of timers
[   13.630160] Linux agpgart interface v0.103
[   13.638896] loop: module loaded
[   13.639601] tun: Universal TUN/TAP device driver, 1.6
[   13.639879] PPP generic driver version 2.4.2
[   13.640715] VFIO - User Level meta-driver version: 0.3
[   13.640944] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   13.640958] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[   13.658485] xhci_hcd 0000:00:14.0: enabling bus mastering
[   13.658501] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.658528] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   13.659608] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   13.659621] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   13.659931] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.659942] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   13.659952] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   13.660100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[   13.660109] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.660114] usb usb1: Product: xHCI Host Controller
[   13.660119] usb usb1: Manufacturer: Linux 6.13.0+ xhci-hcd
[   13.660123] usb usb1: SerialNumber: 0000:00:14.0
[   13.685722] hub 1-0:1.0: USB hub found
[   13.685760] hub 1-0:1.0: 6 ports detected
[   14.086273] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[   14.086287] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.086293] usb usb2: Product: xHCI Host Controller
[   14.086297] usb usb2: Manufacturer: Linux 6.13.0+ xhci-hcd
[   14.086302] usb usb2: SerialNumber: 0000:00:14.0
[   14.113122] hub 2-0:1.0: USB hub found
[   14.113162] hub 2-0:1.0: 1 port detected
[   14.197230] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.197368] i8042: PNP: No PS/2 controller found.
[   14.197779] mousedev: PS/2 mouse device common for all mice
[   14.198986] rtc_cmos 00:00: RTC can wake from S4
[   14.199419] rtc_cmos 00:00: registered as rtc0
[   14.199456] rtc_cmos 00:00: setting system clock to 2025-03-04T09:57:35 UTC (1741082255)
[   14.199549] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   14.199577] i2c_dev: i2c /dev entries driver
[   14.199628] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   14.199661] device-mapper: uevent: version 1.0.3
[   14.199793] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[   14.199855] platform eisa.0: Probing EISA bus 0
[   14.199863] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   14.199869] platform eisa.0: Cannot allocate resource for EISA slot 1
[   14.199874] platform eisa.0: Cannot allocate resource for EISA slot 2
[   14.199878] platform eisa.0: Cannot allocate resource for EISA slot 3
[   14.199883] platform eisa.0: Cannot allocate resource for EISA slot 4
[   14.199888] platform eisa.0: Cannot allocate resource for EISA slot 5
[   14.199892] platform eisa.0: Cannot allocate resource for EISA slot 6
[   14.199897] platform eisa.0: Cannot allocate resource for EISA slot 7
[   14.199901] platform eisa.0: Cannot allocate resource for EISA slot 8
[   14.199906] platform eisa.0: EISA: Detected 0 cards
[   14.199916] intel_pstate: Intel P-state driver initializing
[   14.200858] efifb: probing for efifb
[   14.200881] efifb: No BGRT, not showing boot graphics
[   14.200885] efifb: framebuffer at 0xa0000, using 64k, total 64k
[   14.200890] efifb: mode is 640x480x1, linelength=80, pages=1
[   14.200895] efifb: scrolling: redraw
[   14.200897] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   14.201028] fbcon: Deferring console take-over
[   14.201034] fb0: EFI VGA frame buffer device
[   14.201312] drop_monitor: Initializing network drop monitor service
[   14.201533] NET: Registered PF_INET6 protocol family
[   14.226855] Segment Routing with IPv6
[   14.226897] In-situ OAM (IOAM) with IPv6
[   14.226958] NET: Registered PF_PACKET protocol family
[   14.227369] Key type dns_resolver registered
[   14.228259] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   14.228640] microcode: Current revision: 0x0000090d
[   14.228954] IPI shorthand broadcast: enabled
[   14.234284] sched_clock: Marking stable (14232006097, 1063224)->(14301664386, -68595065)
[   14.235149] registered taskstats version 1
[   14.235792] Loading compiled-in X.509 certificates
[   14.237915] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   14.243287] Demotion targets for Node 0: null
[   14.244589] Key type .fscrypt registered
[   14.244596] Key type fscrypt-provisioning registered
[   14.266668] cryptd: max_cpu_qlen set to 1000
[   14.337466] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   14.475768] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[   14.475784] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.475789] usb 1-3: Product: Simple CDC Device Demo
[   14.475794] usb 1-3: Manufacturer: Microchip Technology Inc.
[   15.176963] ACPI: Device [BAT1] status [0000000f]
[   15.176978] ACPI: battery: Slot [BAT1] (battery absent)
[   15.202449] ACPI: Driver [battery] successfully bound to device [BAT1]
[   15.202456] ACPI: Found driver [battery] for device [BAT1]
[   15.266533] Key type encrypted registered
[   15.266548] AppArmor: AppArmor sha256 policy hashing enabled
[   15.266578] ima: No TPM chip found, activating TPM-bypass!
[   15.266590] Loading compiled-in module X.509 certificates
[   15.268437] Loaded X.509 cert 'Build time autogenerated kernel key: 0148860fbf465f5930d0bb935fc27af3d1b29564'
[   15.268445] ima: Allocated hash algorithm: sha1
[   15.268462] ima: No architecture policies found
[   15.268511] evm: Initialising EVM extended attributes:
[   15.268515] evm: security.selinux
[   15.268519] evm: security.SMACK64
[   15.268522] evm: security.SMACK64EXEC
[   15.268524] evm: security.SMACK64TRANSMUTE
[   15.268527] evm: security.SMACK64MMAP
[   15.268530] evm: security.apparmor
[   15.268532] evm: security.ima
[   15.268535] evm: security.capability
[   15.268538] evm: HMAC attrs: 0x1
[   15.269462] PM:   Magic number: 1:676:979
[   15.270298] RAS: Correctable Errors collector initialized.
[   15.307047] clk: Disabling unused clocks
[   15.307083] PM: genpd: Disabling unused power domains
[   15.322928] Freeing unused decrypted memory: 2028K
[   15.325880] Freeing unused kernel image (initmem) memory: 4768K
[   15.326216] Write protecting the kernel read-only data: 32768k
[   15.327992] Freeing unused kernel image (rodata/data gap) memory: 924K
[   15.412774] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.412806] x86/mm: Checking user space page tables
[   15.494153] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.494169] Run /init as init process
[   15.494173]   with arguments:
[   15.494177]     /init
[   15.494181]   with environment:
[   15.494184]     HOME=/
[   15.494187]     TERM=linux
[   15.494190]     BOOT_IMAGE=/vmlinuz-6.13.0+
[   17.768845] dca service started, version 1.12.1
[   17.780714] sdhci: Secure Digital Host Controller Interface driver
[   17.780725] sdhci: Copyright(c) Pierre Ossman
[   17.841671] ACPI: bus type drm_connector registered
[   17.847849] igb: Intel(R) Gigabit Ethernet Network Driver
[   17.847861] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.847905] igb 0000:03:00.0: vgaarb: pci_notify
[   17.847918] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   17.852560] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.852579] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   17.852588] ahci 0000:00:13.0: version 3.0
[   17.855456] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.855475] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   17.855482] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   17.858975] igb 0000:03:00.0: save config 0x00: 0x15338086
[   17.858990] igb 0000:03:00.0: save config 0x04: 0x00100007
[   17.858998] igb 0000:03:00.0: save config 0x08: 0x02000003
[   17.859005] igb 0000:03:00.0: save config 0x0c: 0x00000010
[   17.859012] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[   17.859019] igb 0000:03:00.0: save config 0x14: 0x00000000
[   17.859026] igb 0000:03:00.0: save config 0x18: 0x0000d001
[   17.859033] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[   17.859039] igb 0000:03:00.0: save config 0x20: 0x00000000
[   17.859055] igb 0000:03:00.0: save config 0x24: 0x00000000
[   17.859062] igb 0000:03:00.0: save config 0x28: 0x00000000
[   17.859070] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[   17.859077] igb 0000:03:00.0: save config 0x30: 0x00000000
[   17.859083] igb 0000:03:00.0: save config 0x34: 0x00000040
[   17.859090] igb 0000:03:00.0: save config 0x38: 0x00000000
[   17.859097] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[   17.859100] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   17.859329] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[   17.859340] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[   17.859346] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   17.859857] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   17.859920] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.860309] scsi host0: ahci
[   17.861778] scsi host1: ahci
[   17.862168] ata1: DUMMY
[   17.862177] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 91 lpm-pol 3
[   17.862214] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.890295] pps pps0: new PPS source ptp0
[   17.890417] igb 0000:03:00.0: added PHC on eth0
[   17.890440] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   17.890445] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:b0
[   17.890495] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   17.890499] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   17.890556] igb 0000:03:00.0: vgaarb: pci_notify
[   18.054379] mmc0: Failed to initialize a non-removable card
[   18.106580] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[   18.106592] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[   18.106599] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[   18.106605] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[   18.106611] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[   18.106618] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[   18.106624] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[   18.106630] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[   18.106636] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[   18.106642] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[   18.106648] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[   18.106654] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[   18.106660] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[   18.106666] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[   18.106672] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[   18.106678] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[   18.106697] sdhci-pci 0000:00:17.0: PME# enabled
[   18.174137] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   18.174357] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[   18.174398] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[   18.175217] ata2.00: configured for UDMA/133
[   18.185767] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         B1.1 PQ: 0 ANSI: 5
[   18.186627] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   18.186667] sd 1:0:0:0: [sda] Write Protect is off
[   18.186675] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   18.186742] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.186857] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[   18.187590] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   18.207680]  sda: sda1 sda2 sda3
[   18.208230] sd 1:0:0:0: [sda] Attached SCSI disk
[   18.215983] igb 0000:03:00.0 enp3s0: renamed from eth0
[   19.573284] i915 0000:00:02.0: vgaarb: pci_notify
[   19.573308] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   19.584963] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) display version 7.00 stepping N/A
[   19.586617] i915 0000:00:02.0: vgaarb: deactivate vga console
[   19.691957] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   19.717809] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   19.743550] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   19.769316] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   19.795252] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   19.795845] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   19.795859] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[   19.795865] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[   19.795870] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[   19.795876] i915 0000:00:02.0: vgaarb: __vga_put
[   19.833973] EDID has corrupt header
[   19.833982] 	[00] BAD  df 48 0f 09 0a 37 ee e0 4f b1 65 ca 30 39 e9 3e
[   19.833987] 	[00] BAD  40 52 8d 0d 81 ba 43 94 f0 dd fa 9e be 9d 7c 2b
[   19.833991] 	[00] BAD  4d 3c 4a fc 6b 59 df f2 a8 d8 49 2e e9 68 f2 9c
[   19.833994] 	[00] BAD  a6 81 c4 50 4d e3 5b 5a ad b7 ff d3 91 a3 1b 5f
[   19.833997] 	[00] BAD  10 da d7 38 ea 3f b2 0a 89 3a f1 e8 a4 dc d6 35
[   19.834001] 	[00] BAD  c0 43 3e c0 05 f6 93 8f 07 ca e2 cc 1c 0c 47 5f
[   19.834004] 	[00] BAD  88 93 22 4b 94 64 6c 19 a9 13 8c d3 61 c6 ad 91
[   19.834007] 	[00] BAD  ca ad 52 7e 86 aa 5f 00 57 05 7a 61 9f 2b af 48
[   20.478235] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   20.812237] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.869140] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   20.949160] ACPI: Driver [video] successfully bound to device [GFX0]
[   20.949173] ACPI: Found driver [video] for device [GFX0]
[   20.967535] fbcon: i915drmfb (fb0) is primary device
[   20.967543] fbcon: Deferring console take-over
[   20.967551] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   21.001640] i915 0000:00:02.0: vgaarb: pci_notify
[   21.111485] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.111504] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   21.132046] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.150733] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   21.150752] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   21.181217] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.181274] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.184123] ACPI: Device [ISP0] status [00000000]
[   21.185851] ACPI: Device [H_EC] status [00000000]
[   21.185906] ACPI: Device [BAT0] status [00000000]
[   21.185944] ACPI: Device [BAT1] status [00000000]
[   21.185981] ACPI: Device [BAT2] status [00000000]
[   21.186512] ACPI: Device [WPCN] status [00000000]
[   21.187084] ACPI: Device [UAR5] status [00000000]
[   21.231755] ACPI: Device [UAR8] status [00000000]
[   21.231770] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   21.231783] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   21.232889] ACPI: Device [LPTE] status [00000000]
[   21.234271] ACPI: Device [PS2K] status [00000000]
[   21.235543] ACPI: Device [PS2M] status [00000000]
[   21.236179] ACPI: Device [SSPI] status [00000000]
[   21.245330] ACPI: Device [SGPI] status [00000000]
[   21.245978] ACPI: Device [SHWM] status [00000000]
[   21.252553] ACPI: Device [SCPI] status [00000000]
[   21.254766] ACPI: Device [UAR1] status [00000000]
[   21.256061] ACPI: Device [UAR2] status [00000000]
[   22.951915] ACPI: Device [BAT2] status [00000000]
[   22.952017] ACPI: Device [EHC1] status [00000000]
[   22.952032] ACPI: Device [HUBN] status [0000000f]
[   22.952045] ACPI: Device [PR01] status [0000000f]
[   22.952056] ACPI: Device [PR11] status [0000000f]
[   22.952068] ACPI: Device [PR12] status [0000000f]
[   22.952079] ACPI: Device [PR13] status [0000000f]
[   22.952091] ACPI: Device [PR14] status [0000000f]
[   22.952102] ACPI: Device [PR15] status [0000000f]
[   22.952113] ACPI: Device [PR16] status [0000000f]
[   22.952124] ACPI: Device [PR17] status [0000000f]
[   22.952134] ACPI: Device [PR18] status [0000000f]
[   22.976399] ACPI: Device [EM41] status [00000000]
[   22.976421] ACPI: Device [CARD] status [0000000f]
[   22.977393] ACPI: Device [OTG1] status [00000000]
[   22.984800] ACPI: Device [LPEA] status [00000000]
[   22.985746] ACPI: Device [LPA2] status [00000000]
[   22.985929] ACPI: Device [ADMA] status [0000000f]
[   22.988978] ACPI: Device [GPED] status [00000000]
[   22.989946] ACPI: Device [PIND] status [00000000]
[   22.990452] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   24.181553] raid6: sse2x4   gen()  4758 MB/s
[   24.249551] raid6: sse2x2   gen()  4561 MB/s
[   24.317552] raid6: sse2x1   gen()  3436 MB/s
[   24.317558] raid6: using algorithm sse2x4 gen() 4758 MB/s
[   24.385551] raid6: .... xor() 1399 MB/s, rmw enabled
[   24.385556] raid6: using ssse3x2 recovery algorithm
[   24.390576] xor: measuring software checksum speed
[   24.391015]    prefetch64-sse  :  7654 MB/sec
[   24.391503]    generic_sse     :  6798 MB/sec
[   24.391507] xor: using function: prefetch64-sse (7654 MB/sec)
[   24.395931] async_tx: api initialized (async)
[   25.201597] Btrfs loaded, zoned=yes, fsverity=yes
[   25.523038] fbcon: Taking over console
[   25.531601] Console: switching to colour frame buffer device 128x48
[   25.544503] EXT4-fs (dm-0): mounted filesystem d74a2de1-3ab3-4289-9816-68fc4179a015 ro with ordered data mode. Quota mode: none.
[   26.204921] systemd[1]: Inserted module 'autofs4'
[   26.282380] 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.282781] systemd[1]: Detected architecture x86-64.
[   26.308035] systemd[1]: Set hostname to <bttest>.
[   27.082519] 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.
[   27.319751] systemd[1]: Created slice system-modprobe.slice.
[   27.321018] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   27.322055] systemd[1]: Created slice User and Session Slice.
[   27.322208] systemd[1]: Started ntp-systemd-netif.path.
[   27.322405] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   27.323032] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.323244] systemd[1]: Reached target User and Group Name Lookups.
[   27.323312] systemd[1]: Reached target Slices.
[   27.323365] systemd[1]: Reached target Mounting snaps.
[   27.323432] systemd[1]: Reached target System Time Set.
[   27.323694] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   27.324041] systemd[1]: Listening on LVM2 poll daemon socket.
[   27.324257] systemd[1]: Listening on multipathd control socket.
[   27.324582] systemd[1]: Listening on Syslog Socket.
[   27.324900] systemd[1]: Listening on fsck to fsckd communication Socket.
[   27.325116] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   27.325776] systemd[1]: Listening on Journal Audit Socket.
[   27.326122] systemd[1]: Listening on Journal Socket (/dev/log).
[   27.326545] systemd[1]: Listening on Journal Socket.
[   27.327071] systemd[1]: Listening on Network Service Netlink Socket.
[   27.327422] systemd[1]: Listening on udev Control Socket.
[   27.327657] systemd[1]: Listening on udev Kernel Socket.
[   27.366014] systemd[1]: Mounting Huge Pages File System...
[   27.369734] systemd[1]: Mounting POSIX Message Queue File System...
[   27.374148] systemd[1]: Mounting Kernel Debug File System...
[   27.378430] systemd[1]: Mounting Kernel Trace File System...
[   27.384263] systemd[1]: Starting Journal Service...
[   27.388334] systemd[1]: Starting Set the console keyboard layout...
[   27.392498] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   27.397933] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   27.403168] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   27.403336] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   27.410956] systemd[1]: Starting Load Kernel Module efi_pstore...
[   27.414591] systemd[1]: Starting Load Kernel Module pstore_blk...
[   27.421761] systemd[1]: Starting Load Kernel Module pstore_zone...
[   27.428411] systemd[1]: Starting Load Kernel Module ramoops...
[   27.428671] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   27.430232] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   27.430392] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   27.441706] systemd[1]: Starting Load Kernel Modules...
[   27.445475] systemd[1]: Starting Remount Root and Kernel File Systems...
[   27.449379] systemd[1]: Starting udev Coldplug all Devices...
[   27.453364] systemd[1]: Starting Uncomplicated firewall...
[   27.459261] systemd[1]: Mounted Huge Pages File System.
[   27.459728] systemd[1]: Mounted POSIX Message Queue File System.
[   27.460133] systemd[1]: Mounted Kernel Debug File System.
[   27.460493] systemd[1]: Mounted Kernel Trace File System.
[   27.466008] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   27.467255] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   27.468067] systemd[1]: Finished Load Kernel Module efi_pstore.
[   27.473183] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   27.474052] systemd[1]: Finished Load Kernel Module pstore_blk.
[   27.475057] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   27.475937] systemd[1]: Finished Load Kernel Module pstore_zone.
[   27.478164] systemd[1]: modprobe@ramoops.service: Succeeded.
[   27.479026] systemd[1]: Finished Load Kernel Module ramoops.
[   27.506489] systemd[1]: Finished Uncomplicated firewall.
[   27.508967] EXT4-fs (dm-0): re-mounted d74a2de1-3ab3-4289-9816-68fc4179a015 r/w. Quota mode: none.
[   27.515039] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   27.515899] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   27.518343] systemd[1]: Finished Remount Root and Kernel File Systems.
[   27.529272] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   27.545806] systemd[1]: Starting Create System Users...
[   27.549420] systemd[1]: Finished Load Kernel Modules.
[   27.559982] systemd[1]: Mounting FUSE Control File System...
[   27.565591] systemd[1]: Mounting Kernel Configuration File System...
[   27.573494] systemd[1]: Starting Apply Kernel Variables...
[   27.580907] systemd[1]: Mounted FUSE Control File System.
[   27.582487] systemd[1]: Mounted Kernel Configuration File System.
[   27.587665] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   27.594446] systemd[1]: Finished Create System Users.
[   27.621933] systemd[1]: Starting Create Static Device Nodes in /dev...
[   27.648909] systemd[1]: Finished Apply Kernel Variables.
[   27.687742] systemd[1]: Finished Create Static Device Nodes in /dev.
[   27.706172] systemd[1]: Starting udev Kernel Device Manager...
[   27.739126] systemd[1]: Finished Set the console keyboard layout.
[   27.795999] systemd[1]: Started Journal Service.
[   29.810773] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   29.810794] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   29.815917] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   29.815995] usbcore: registered new interface driver cdc_acm
[   29.816001] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   29.852694] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   30.211437] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[   30.211456] snd_hda_intel 0000:00:1b.0: runtime IRQ mapping not provided by arch
[   30.213325] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   30.213782] snd_hda_intel 0000:00:1b.0: vgaarb: pci_notify
[   30.318117] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[   31.321166] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[   31.817363] intel_rapl_common: Found RAPL domain package
[   31.817379] intel_rapl_common: Found RAPL domain core
[   32.001351] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SS
[   32.329460] snd_hda_intel 0000:00:1b.0: No response from codec, disabling MSI: last cmd=0x000f0000
[   33.337445] snd_hda_intel 0000:00:1b.0: Codec #0 probe error; disabling it...
[   33.442213] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0
[   34.449465] snd_hda_intel 0000:00:1b.0: Codec #1 probe error; disabling it...
[   34.449481] snd_hda_intel 0000:00:1b.0: no codecs initialized
[   36.575077] alua: device handler registered
[   36.580791] emc: device handler registered
[   36.592308] rdac: device handler registered
[   37.055995] EXT4-fs (sda2): mounted filesystem 2cda00bd-3cfc-4500-9b44-e2dd8bf4c345 r/w with ordered data mode. Quota mode: none.
[   37.059132] EXT4-fs (dm-1): mounted filesystem 36e8c5fd-18e5-43a1-a1d0-448e6212ef66 r/w with ordered data mode. Quota mode: none.
[   37.103334] loop0: detected capacity change from 0 to 130448
[   37.126011] loop1: detected capacity change from 0 to 130552
[   37.126435] loop2: detected capacity change from 0 to 188072
[   37.126724] loop3: detected capacity change from 0 to 188176
[   37.145768] loop4: detected capacity change from 0 to 102072
[   37.156886] systemd-journald[386]: Received client request to flush runtime journal.
[   37.166072] loop5: detected capacity change from 0 to 91008
[   37.369398] audit: type=1400 audit(1741082278.667:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=680 comm="apparmor_parser"
[   37.369425] audit: type=1400 audit(1741082278.667:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=680 comm="apparmor_parser"
[   37.371865] audit: type=1400 audit(1741082278.667:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=683 comm="apparmor_parser"
[   37.372107] audit: type=1400 audit(1741082278.667:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=683 comm="apparmor_parser"
[   37.372121] audit: type=1400 audit(1741082278.667:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=683 comm="apparmor_parser"
[   37.375800] audit: type=1400 audit(1741082278.671:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=679 comm="apparmor_parser"
[   37.375823] audit: type=1400 audit(1741082278.671:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=679 comm="apparmor_parser"
[   37.380254] audit: type=1400 audit(1741082278.675:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=684 comm="apparmor_parser"
[   37.384033] audit: type=1400 audit(1741082278.679:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=682 comm="apparmor_parser"
[   37.388969] audit: type=1400 audit(1741082278.683:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=686 comm="apparmor_parser"
[   44.326017] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   51.044027] kauditd_printk_skb: 21 callbacks suppressed
[   51.044038] audit: type=1400 audit(1741082292.339:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=778 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   54.784580] loop6: detected capacity change from 0 to 8
[10645.989545] perf: interrupt took too long (2521 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
[14724.107469] perf: interrupt took too long (3167 > 3151), lowering kernel.perf_event_max_sample_rate to 63000
[19274.509479] perf: interrupt took too long (5161 > 3958), lowering kernel.perf_event_max_sample_rate to 38750
[22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug event 0 for deferred handling
[22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in hotplug_event()
[22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in hotplug_event()
[22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in acpiphp_check_bridge()
[22998.537155] ACPI: Device [PXSX] status [0000000f]
[22998.537206] ACPI: Device [D015] status [0000000f]
[22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge in hotplug_event()

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-04  8:05                   ` Naveen Kumar P
  2025-03-04 16:49                     ` Naveen Kumar P
@ 2025-03-04 20:45                     ` Bjorn Helgaas
  1 sibling, 0 replies; 21+ messages in thread
From: Bjorn Helgaas @ 2025-03-04 20:45 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Tue, Mar 04, 2025 at 01:35:14PM +0530, Naveen Kumar P wrote:
> On Fri, Feb 28, 2025 at 9:31 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> >
> > On Wed, Feb 26, 2025 at 06:28:33PM +0530, Naveen Kumar P wrote:
> > > On Wed, Feb 26, 2025 at 2:08 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > On Tue, Feb 25, 2025 at 06:46:02PM +0530, Naveen Kumar P wrote:
> > > > > On Tue, Feb 25, 2025 at 1:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > On Tue, Feb 25, 2025 at 12:29:00AM +0530, Naveen Kumar P wrote:
> > > > > > > On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > > > > > > > > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > > > > > > > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > > > > > > > > Hi all,
> > > > > > > > > > >
> > > > > > > > > > > I am writing to seek assistance with an issue we are
> > > > > > > > > > > experiencing with a PCIe device (PLDA Device 5555)
> > > > > > > > > > > connected through PCI Express Root Port 1 to the
> > > > > > > > > > > host bridge.
> > > > > > > > > > >
> > > > > > > > > > > We have observed that after booting the system, the
> > > > > > > > > > > Base Address Register (BAR0) memory of this device
> > > > > > > > > > > gets reset to 0x0 after approximately one hour or
> > > > > > > > > > > more (the timing is inconsistent). This was verified
> > > > > > > > > > > using the lspci output and the setpci -s 01:00.0
> > > > > > > > > > > BASE_ADDRESS_0 command.
> > > > > > > ...
> >
> > > I have downloaded the 6.13 kernel source and added additional debug
> > > logs in hotplug_event(), then built the kernel. After that rebooted
> > > with the new kernel using the following parameters:
> > > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > > libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on "dyndbg=file
> > > drivers/pci/* +p; file drivers/acpi/* +p"
> >
> > Why "pci=nomsi"?  I don't think that should make a difference.  Also,
> > it contributes to the fact that Linux doesn't request OS control of
> > several features that it ordinarily does, so you end up in a somewhat
> > unusual state (which *should* still work, of course):
> >
> >   acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments HPX-Type3]
> >   acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
> >
> > Same for "pcie_aspm=off".
>
> I initially suspected that the PCI BAR reset was happening due to the
> device entering a low-power state, so I set pcie_aspm=off to prevent
> it. 

ASPM never makes a device lose its state.  It's completely invisible
from a software point of view.

> As per your suggestion, I instrumented the PCI configuration
> accessors to log all reads and writes to my device (01:00.0). The
> corresponding patch
> (0002-instrumented-the-PCI-config-accessors-to-log-all-the.patch) is
> attached to this email. After applying the patch and rebooting with
> the same boot parameters, the issue reproduced after 193890 seconds.
> 
> The complete dmesg log (dmesg_march3rd_log.txt) is also attached.
> Could you check if this new log provides any useful clues?

> [193890.407810] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> [193890.407973] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in hotplug_event()
> [193890.408010] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [193890.408030] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in hotplug_event()
> [193890.408052] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
> [193890.408095] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556

Looks perfectly fine.  This is reading the Vendor and Device IDs.

> [193890.408122] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in acpiphp_check_bridge()
> [193890.408184] ACPI: Device [PXSX] status [0000000f]
> [193890.408236] ACPI: Device [D015] status [0000000f]
> [193890.408305] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge in hotplug_event()

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-04 16:49                     ` Naveen Kumar P
@ 2025-03-04 21:01                       ` Bjorn Helgaas
  2025-03-04 22:44                         ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-03-04 21:01 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Tue, Mar 04, 2025 at 10:19:07PM +0530, Naveen Kumar P wrote:
> On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
> <naveenkumar.parna@gmail.com> wrote:
> ...

> For this test run, I removed all three parameters (pcie_aspm=off,
> pci=nomsi, and pcie_ports=on) and booted with the following kernel
> command line arguments:
> 
> cat /proc/cmdline
> BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
> drivers/acpi/osl.c +p"
> 
> This time, the issue occurred earlier, at 22998 seconds. Below is the
> relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
> complete log is attached (dmesg_march4th_log.txt).
> 
> [22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> [22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> event 0 for deferred handling
> [22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> hotplug_event()
> [22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> [22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> hotplug_event()
> [22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> data=0x55551556
> [22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> data=0x55551556

Fine again.

> [22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> acpiphp_check_bridge()
> [22998.537155] ACPI: Device [PXSX] status [0000000f]
> [22998.537206] ACPI: Device [D015] status [0000000f]
> [22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> in hotplug_event()
> 
> sudo lspci -xxx -s 01:00.0 | grep 10:
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Obviously a problem.  Can you start including the whole
"lspci -x -s 01:00.0" output?  Obviously the Vendor ID reads above
worked fine.  I *assume* it's still fine here, and only the BARs are
zeroed out?

I assume you saw no new dmesg logs about config accesses to the device
before the lspci.  If you instrumented the user config accessors
(pci_user_read_config_*(), also in access.c), you should see those
accesses.

You could sprinkle some calls to early_dump_pci_device() through the
acpiphp path.  Turn off the kernel config access tracing when you do
this so it doesn't clutter things up.

What is this device?  Is it a shipping product?  Do you have good
confidence that the hardware is working correctly?  I guess you said
it works correctly on a different machine with an older kernel.  I
would swap the cards between machines in case one card is broken.

You could try bisecting between the working kernel and the broken one.
It's kind of painful since it takes so long to reproduce the problem.

Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-04 21:01                       ` Bjorn Helgaas
@ 2025-03-04 22:44                         ` Naveen Kumar P
  2025-03-10 11:23                           ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-04 22:44 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Wed, Mar 5, 2025 at 2:31 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Tue, Mar 04, 2025 at 10:19:07PM +0530, Naveen Kumar P wrote:
> > On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
> > <naveenkumar.parna@gmail.com> wrote:
> > ...
>
> > For this test run, I removed all three parameters (pcie_aspm=off,
> > pci=nomsi, and pcie_ports=on) and booted with the following kernel
> > command line arguments:
> >
> > cat /proc/cmdline
> > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
> > drivers/acpi/osl.c +p"
> >
> > This time, the issue occurred earlier, at 22998 seconds. Below is the
> > relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
> > complete log is attached (dmesg_march4th_log.txt).
> >
> > [22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> > [22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> > event 0 for deferred handling
> > [22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> > hotplug_event()
> > [22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > [22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> > hotplug_event()
> > [22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > data=0x55551556
> > [22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > data=0x55551556
>
> Fine again.
>
> > [22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> > acpiphp_check_bridge()
> > [22998.537155] ACPI: Device [PXSX] status [0000000f]
> > [22998.537206] ACPI: Device [D015] status [0000000f]
> > [22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> > in hotplug_event()
> >
> > sudo lspci -xxx -s 01:00.0 | grep 10:
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> Obviously a problem.  Can you start including the whole
> "lspci -x -s 01:00.0" output?  Obviously the Vendor ID reads above
> worked fine.  I *assume* it's still fine here, and only the BARs are
> zeroed out?
I've captured the complete lspci output from the last run, and it is as follows:

$sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555
00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

I've also observed some inconsistencies in the behavior. In previous
runs, the first invocation of lspci showed all FF's, and then the next
run resulted in a PCI BAR reset, as mentioned below.

Previous runs - first invocation of lspci output :
--------------------------------------------------
$sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

Previous runs - second invocation of lspci output :
--------------------------------------------------
$sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555
00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

However this time, the first run didn't show all FF's but instead
directly resulted in a PCI BAR reset.


>
> I assume you saw no new dmesg logs about config accesses to the device
> before the lspci.  If you instrumented the user config accessors
> (pci_user_read_config_*(), also in access.c), you should see those
> accesses.
i will try this and update you with the results soon.
>
> You could sprinkle some calls to early_dump_pci_device() through the
> acpiphp path.  Turn off the kernel config access tracing when you do
> this so it doesn't clutter things up.
>
> What is this device?  Is it a shipping product?  Do you have good
The PCIe device in question is a Xilinx FPGA endpoint, which is
flashed with RTL code to expose several host interfaces to the system
via the PCIe link.

> confidence that the hardware is working correctly?  I guess you said
> it works correctly on a different machine with an older kernel.  I
> would swap the cards between machines in case one card is broken.
>
> You could try bisecting between the working kernel and the broken one.
> It's kind of painful since it takes so long to reproduce the problem.
>
> Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-04 22:44                         ` Naveen Kumar P
@ 2025-03-10 11:23                           ` Naveen Kumar P
  2025-03-11 18:04                             ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-10 11:23 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 14293 bytes --]

On Wed, Mar 5, 2025 at 4:14 AM Naveen Kumar P
<naveenkumar.parna@gmail.com> wrote:
>
> On Wed, Mar 5, 2025 at 2:31 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> >
> > On Tue, Mar 04, 2025 at 10:19:07PM +0530, Naveen Kumar P wrote:
> > > On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
> > > <naveenkumar.parna@gmail.com> wrote:
> > > ...
> >
> > > For this test run, I removed all three parameters (pcie_aspm=off,
> > > pci=nomsi, and pcie_ports=on) and booted with the following kernel
> > > command line arguments:
> > >
> > > cat /proc/cmdline
> > > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > > "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
> > > drivers/acpi/osl.c +p"
> > >
> > > This time, the issue occurred earlier, at 22998 seconds. Below is the
> > > relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
> > > complete log is attached (dmesg_march4th_log.txt).
> > >
> > > [22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> > > [22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> > > event 0 for deferred handling
> > > [22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> > > hotplug_event()
> > > [22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > [22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> > > hotplug_event()
> > > [22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > data=0x55551556
> > > [22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > data=0x55551556
> >
> > Fine again.
> >
> > > [22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> > > acpiphp_check_bridge()
> > > [22998.537155] ACPI: Device [PXSX] status [0000000f]
> > > [22998.537206] ACPI: Device [D015] status [0000000f]
> > > [22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> > > in hotplug_event()
> > >
> > > sudo lspci -xxx -s 01:00.0 | grep 10:
> > > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > Obviously a problem.  Can you start including the whole
> > "lspci -x -s 01:00.0" output?  Obviously the Vendor ID reads above
> > worked fine.  I *assume* it's still fine here, and only the BARs are
> > zeroed out?
> I've captured the complete lspci output from the last run, and it is as follows:
>
> $sudo lspci -xxx -s 01:00.0
> 01:00.0 RAM memory: PLDA Device 5555
> 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> I've also observed some inconsistencies in the behavior. In previous
> runs, the first invocation of lspci showed all FF's, and then the next
> run resulted in a PCI BAR reset, as mentioned below.
>
> Previous runs - first invocation of lspci output :
> --------------------------------------------------
> $sudo lspci -xxx -s 01:00.0
> 01:00.0 RAM memory: PLDA Device 5555 (rev ff)
> 00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
>
> Previous runs - second invocation of lspci output :
> --------------------------------------------------
> $sudo lspci -xxx -s 01:00.0
> 01:00.0 RAM memory: PLDA Device 5555
> 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> However this time, the first run didn't show all FF's but instead
> directly resulted in a PCI BAR reset.
>
>
> >
> > I assume you saw no new dmesg logs about config accesses to the device
> > before the lspci.  If you instrumented the user config accessors
> > (pci_user_read_config_*(), also in access.c), you should see those
> > accesses.
> i will try this and update you with the results soon.
> >
> > You could sprinkle some calls to early_dump_pci_device() through the
> > acpiphp path.  Turn off the kernel config access tracing when you do
> > this so it doesn't clutter things up.
I instrumented the user config accessors (pci_user_read_config_*())
and added calls to early_dump_pci_device() in the ACPIPHP path. The
corresponding patch
(0003-added-early_dump_pci_device-through-the-acpiphp-path.patch) is
attached for reference.

After rebuilding the kernel with these changes, I rebooted the system
and monitored the ACPI_NOTIFY_BUS_CHECK event in dmesg, but it did not
appear initially. After waiting for three days, I manually ran lspci,
which resulted in all 0xFFs in the PCI config space from 0x00 to 0x3F
as shown below:
$ sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


The corresponding dmesg log confirms this:

[260228.608982] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0xffffffff
...
[260228.609741] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c
len=4 data=0xffffffff
[260228.640346] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x40
len=4 data=0x34801
..
[260228.640666] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xfc
len=4 data=0x0


However, after completing this command, the ACPI_NOTIFY_BUS_CHECK
event was triggered. At this point, the early_dump_pci_device() output
reflected the correct values in the PCI config space (0x00 to 0x3F),
except for BAR0 (offset 0x10), which had been reset to 0x0:

[260228.711860] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[260228.711902] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
event 0 for deferred handling
[260228.712004] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired
in hotplug_event()
[260228.712032] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
hotplug_event()
[260228.712053] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge
in hotplug_event()
[260228.712096] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling
early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
[260228.712121] pcieport 0000:00:1c.0: config space:
[260228.712217] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.712232] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.712246] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.712258] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.712270] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.712282] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.712294] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.712306] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712318] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.712330] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.712342] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712354] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712366] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712378] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.712390] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.712402] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260228.712420] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
acpiphp_check_bridge()


A second lspci command confirmed that BAR0 remained 0x00, aligning
with the early_dump_pci_device() output:
$sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555
00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

While I can now reliably reproduce the issue, I still don’t have
clarity on why BAR0 is being reset to zero?

I would like to summarize my observations as follows. Based on my
testing, I have noticed that the PCI BAR0 address (offset 0x10) gets
reset to zero under the following scenarios:

1. Spontaneous ACPI BUS CHECK Event
After booting the system, at an unpredictable time, an
ACPI_NOTIFY_BUS_CHECK event appears in the dmesg log.
Running lspci -xxx -s 01:00.0 after this event shows that BAR0 (offset
0x10) is reset to zero.

2. ACPI BUS CHECK Event Triggered After lspci Shows All 0xFF’s (Full
Config Space)
I waited for the ACPI_NOTIFY_BUS_CHECK event, but it did not appear in
the dmesg log.
Running lspci -xxx -s 01:00.0 at this stage resulted in all 0xFF's in
the PCI configuration space from offset 0x00 to 0xFF.
Immediately after this, the ACPI_NOTIFY_BUS_CHECK event appeared in dmesg.
After this event, running lspci again showed correct values in the PCI
configuration space, except BAR0 (offset 0x10) was still reset to
zero.

3. ACPI BUS CHECK Event Triggered After lspci Shows Partial 0xFF’s
(First 64 Bytes - as observed in this dmesg log)
This scenario is similar to the second one.
Running lspci -xxx -s 01:00.0 resulted in all 0xFF's from offset 0x00
to 0x3F instead of the entire config space.
The ACPI_NOTIFY_BUS_CHECK event then appeared, and lspci showed
correct values except for BAR0 (offset 0x10), which was reset to zero.


Why does reading the PCI configuration space with lspci sometimes
return 0xFF's for the first 64 bytes (offset 0x00 to 0x3F) and other
times for the entire 256-byte space (offset 0x00 to 0xFF)?

Does the kernel provide any debug messages or hooks that can help
determine why the PCI config space reads all 0xFF's before the ACPI
BUS CHECK event?

Should I add any additional instrumentation in the kernel (e.g.,
deeper tracing in access.c, ACPI hotplug path, or PCIe port handling)
to gather more information on why BAR0 is being reset?

I have attached the patch
0003-added-early_dump_pci_device-through-the-acpiphp-path.patch and
the full dmesg log for reference.

Looking forward to your thoughts.

> >
> > What is this device?  Is it a shipping product?  Do you have good
> The PCIe device in question is a Xilinx FPGA endpoint, which is
> flashed with RTL code to expose several host interfaces to the system
> via the PCIe link.
>
> > confidence that the hardware is working correctly?  I guess you said
> > it works correctly on a different machine with an older kernel.  I
> > would swap the cards between machines in case one card is broken.
> >
> > You could try bisecting between the working kernel and the broken one.
> > It's kind of painful since it takes so long to reproduce the problem.
> >
> > Bjorn

[-- Attachment #2: dmesg_march9th_log.txt --]
[-- Type: text/plain, Size: 107931 bytes --]

[    0.000000] Linux version 6.14.0-rc5+ (naveen@bttest) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #5 SMP PREEMPT_DYNAMIC Thu Mar  6 18:31:21 IST 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.14.0-rc5+ root=/dev/mapper/vg00-rootvol ro 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.002201] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002210] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002236] last_pfn = 0x160000 max_arch_pfn = 0x400000000
[    0.002250] total RAM covered: 4512M
[    0.002769] Found optimal setting for mtrr clean up
[    0.002771]  gran_size: 64K 	chunk_size: 64K 	num_reg: 5  	lose cover RAM: 0G
[    0.002783] MTRR map: 6 entries (4 fixed + 2 variable; max 20), built from 8 variable MTRRs
[    0.002787] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002910] e820: update [mem 0x9a000000-0xffffffff] usable ==> reserved
[    0.002920] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[    0.010309] found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
[    0.014560] RAMDISK: [mem 0x269dd000-0x2f4e5fff]
[    0.014578] ACPI: Early table checksum verification disabled
[    0.014586] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.014596] ACPI: XSDT 0x000000009964A080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014609] ACPI: FACP 0x0000000099652FC0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.014622] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20240827/tbfadt-560)
[    0.014634] ACPI: DSDT 0x000000009964A188 008E32 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.014644] ACPI: FACS 0x00000000997DAF80 000040
[    0.014652] ACPI: APIC 0x00000000996530D0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014662] ACPI: FPDT 0x0000000099653158 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014672] ACPI: LPIT 0x00000000996531A0 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.014681] ACPI: MCFG 0x00000000996532A8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.014691] ACPI: HPET 0x00000000996532E8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.014701] ACPI: SSDT 0x0000000099653320 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.014710] ACPI: SSDT 0x0000000099653A88 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.014720] ACPI: SSDT 0x0000000099653D18 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.014730] ACPI: UEFI 0x0000000099653E98 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.014740] ACPI: CSRT 0x0000000099653EE0 00014C (v00 INTEL  EDK2     00000005 INTL 20120624)
[    0.014748] ACPI: Reserving FACP table memory at [mem 0x99652fc0-0x996530cb]
[    0.014752] ACPI: Reserving DSDT table memory at [mem 0x9964a188-0x99652fb9]
[    0.014755] ACPI: Reserving FACS table memory at [mem 0x997daf80-0x997dafbf]
[    0.014758] ACPI: Reserving APIC table memory at [mem 0x996530d0-0x99653153]
[    0.014761] ACPI: Reserving FPDT table memory at [mem 0x99653158-0x9965319b]
[    0.014764] ACPI: Reserving LPIT table memory at [mem 0x996531a0-0x996532a3]
[    0.014767] ACPI: Reserving MCFG table memory at [mem 0x996532a8-0x996532e3]
[    0.014770] ACPI: Reserving HPET table memory at [mem 0x996532e8-0x9965331f]
[    0.014773] ACPI: Reserving SSDT table memory at [mem 0x99653320-0x99653a82]
[    0.014776] ACPI: Reserving SSDT table memory at [mem 0x99653a88-0x99653d17]
[    0.014779] ACPI: Reserving SSDT table memory at [mem 0x99653d18-0x99653e91]
[    0.014782] ACPI: Reserving UEFI table memory at [mem 0x99653e98-0x99653ed9]
[    0.014785] ACPI: Reserving CSRT table memory at [mem 0x99653ee0-0x9965402b]
[    0.015006] No NUMA configuration found
[    0.015009] Faking a node at [mem 0x0000000000000000-0x000000015fffffff]
[    0.015030] NODE_DATA(0) allocated [mem 0x15ffd1a00-0x15fffbfff]
[    0.015673] Zone ranges:
[    0.015675]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015681]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015685]   Normal   [mem 0x0000000100000000-0x000000015fffffff]
[    0.015689]   Device   empty
[    0.015692] Movable zone start for each node
[    0.015697] Early memory node ranges
[    0.015699]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.015703]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.015706]   node   0: [mem 0x000000001f100000-0x000000001fffffff]
[    0.015709]   node   0: [mem 0x0000000020100000-0x0000000099614fff]
[    0.015713]   node   0: [mem 0x0000000099afc000-0x0000000099afcfff]
[    0.015716]   node   0: [mem 0x0000000099b3f000-0x0000000099cadfff]
[    0.015719]   node   0: [mem 0x0000000099ffa000-0x0000000099ffffff]
[    0.015721]   node   0: [mem 0x0000000100000000-0x000000015fffffff]
[    0.015726] Initmem setup node 0 [mem 0x0000000000001000-0x000000015fffffff]
[    0.015738] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015799] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.018339] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.028524] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.028561] On node 0, zone DMA32: 1255 pages in unavailable ranges
[    0.028575] On node 0, zone DMA32: 66 pages in unavailable ranges
[    0.028600] On node 0, zone DMA32: 844 pages in unavailable ranges
[    0.037637] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.037655] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.037661] Reserving Intel graphics memory at [mem 0x9b000000-0x9effffff]
[    0.037768] ACPI: PM-Timer IO Port: 0x408
[    0.037792] ACPI: LAPIC_NMI (acpi_id[0x01] low res lint[0xc6])
[    0.037797] ACPI: NMI not connected to LINT 1!
[    0.037799] ACPI: LAPIC_NMI (acpi_id[0x02] high dfl lint[0xdc])
[    0.037802] ACPI: NMI not connected to LINT 1!
[    0.037804] ACPI: LAPIC_NMI (acpi_id[0x03] low edge lint[0x99])
[    0.037807] ACPI: NMI not connected to LINT 1!
[    0.037809] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x74])
[    0.037811] ACPI: NMI not connected to LINT 1!
[    0.037824] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.037832] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037837] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037848] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.037851] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037863] TSC deadline timer available
[    0.037877] CPU topo: Max. logical packages:   1
[    0.037879] CPU topo: Max. logical dies:       1
[    0.037881] CPU topo: Max. dies per package:   1
[    0.037895] CPU topo: Max. threads per core:   1
[    0.037898] CPU topo: Num. cores per package:     4
[    0.037900] CPU topo: Num. threads per package:   4
[    0.037902] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.037968] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037975] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.037978] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.037980] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.037983] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.037988] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[    0.037994] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.038000] PM: hibernation: Registered nosave memory: [mem 0x99615000-0x99644fff]
[    0.038002] PM: hibernation: Registered nosave memory: [mem 0x99645000-0x99654fff]
[    0.038005] PM: hibernation: Registered nosave memory: [mem 0x99655000-0x997dafff]
[    0.038007] PM: hibernation: Registered nosave memory: [mem 0x997db000-0x99afbfff]
[    0.038013] PM: hibernation: Registered nosave memory: [mem 0x99afd000-0x99b3efff]
[    0.038019] PM: hibernation: Registered nosave memory: [mem 0x99cae000-0x99ff9fff]
[    0.038024] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[    0.038027] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9effffff]
[    0.038029] PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[    0.038032] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.038034] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.038037] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038039] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.038042] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.038044] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.038047] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.038049] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.038052] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.038054] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.038056] PM: hibernation: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.038059] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.038061] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.038064] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[    0.038066] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038069] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[    0.038071] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.038074] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffafffff]
[    0.038076] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.038081] [mem 0x9f000000-0xdfffffff] available for PCI devices
[    0.038084] Booting paravirtualized kernel on bare hardware
[    0.038089] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.038120] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.039192] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.039216] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.039224] pcpu-alloc: [0] 0 1 2 3 
[    0.039287] Kernel command line: BOOT_IMAGE=/vmlinuz-6.14.0-rc5+ root=/dev/mapper/vg00-rootvol ro quiet "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file drivers/acpi/osl.c +p"
[    0.039444] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.14.0-rc5+", will be passed to user space.
[    0.039472] random: crng init done
[    0.039475] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.040744] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.041417] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.041549] Fallback order for Node 0: 0 
[    0.041561] Built 1 zonelists, mobility grouping on.  Total pages: 1021223
[    0.041565] Policy zone: Normal
[    0.041587] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.041600] software IO TLB: area num 4.
[    0.120595] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.120667] Kernel/User page tables isolation: enabled
[    0.120770] ftrace: allocating 55019 entries in 215 pages
[    0.203706] ftrace: allocated 215 pages with 6 groups
[    0.205559] Dynamic Preempt: voluntary
[    0.205699] rcu: Preemptible hierarchical RCU implementation.
[    0.205702] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.205706] 	Trampoline variant of Tasks RCU enabled.
[    0.205708] 	Rude variant of Tasks RCU enabled.
[    0.205709] 	Tracing variant of Tasks RCU enabled.
[    0.205711] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.205714] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.205732] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.205738] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.205742] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.217152] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.217486] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.217619] spurious 8259A interrupt: IRQ7.
[    0.217663] Console: colour dummy device 80x25
[    0.217672] printk: legacy console [tty0] enabled
[    0.217818] ACPI: Core revision 20240827
[    0.217987] APIC: Switch to symmetric I/O mode setup
[    0.218575] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    0.218592] Calibrating delay loop (skipped), value calculated using timer frequency.. 3833.33 BogoMIPS (lpj=7666668)
[    0.218661] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.218667] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.218677] process: using mwait in idle threads
[    0.218685] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.218692] Spectre V2 : Mitigation: Retpolines
[    0.218695] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.218698] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.218701] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.218707] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.218712] MDS: Mitigation: Clear CPU buffers
[    0.218716] MMIO Stale Data: Unknown: No mitigations
[    0.218721] x86/fpu: x87 FPU will use FXSAVE
[    0.222586] Freeing SMP alternatives memory: 44K
[    0.222586] pid_max: default: 32768 minimum: 301
[    0.222586] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    0.222586] Yama: becoming mindful.
[    0.222586] AppArmor: AppArmor initialized
[    0.222586] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.222586] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.222586] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3845  @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.222586] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.222586] ... version:                3
[    0.222586] ... bit width:              40
[    0.222586] ... generic registers:      2
[    0.222586] ... value mask:             000000ffffffffff
[    0.222586] ... max period:             0000007fffffffff
[    0.222586] ... fixed-purpose events:   3
[    0.222586] ... event mask:             0000000700000003
[    0.222586] signal: max sigframe size: 1440
[    0.222586] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.222586] rcu: Hierarchical SRCU implementation.
[    0.222586] rcu: 	Max phase no-delay instances is 1000.
[    0.222586] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.223651] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.223865] smp: Bringing up secondary CPUs ...
[    0.230758] smpboot: x86: Booting SMP configuration:
[    0.230765] .... node  #0, CPUs:      #1 #2 #3
[    0.262743] smp: Brought up 1 node, 4 CPUs
[    0.262743] smpboot: Total of 4 processors activated (15333.33 BogoMIPS)
[    0.263273] Memory: 3747728K/4084892K available (17905K kernel code, 3280K rwdata, 13480K rodata, 4784K init, 6100K bss, 329412K reserved, 0K cma-reserved)
[    0.263317] devtmpfs: initialized
[    0.263317] x86/mm: Memory block size: 128MB
[    0.267151] ACPI: PM: Registering ACPI NVS region [mem 0x99655000-0x997dafff] (1597440 bytes)
[    0.267151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.267151] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.267151] pinctrl core: initialized pinctrl subsystem
[    0.267261] PM: RTC time: 16:23:43, date: 2025-03-06
[    0.269219] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.269780] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.270680] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.270858] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.270913] audit: initializing netlink subsys (disabled)
[    0.270968] audit: type=2000 audit(1741278223.052:1): state=initialized audit_enabled=0 res=1
[    0.270991] thermal_sys: Registered thermal governor 'fair_share'
[    0.270997] thermal_sys: Registered thermal governor 'bang_bang'
[    0.271002] thermal_sys: Registered thermal governor 'step_wise'
[    0.271005] thermal_sys: Registered thermal governor 'user_space'
[    0.271032] EISA bus registered
[    0.271057] cpuidle: using governor ladder
[    0.271057] cpuidle: using governor menu
[    0.271057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.271057] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.271074] PCI: Using configuration type 1 for base access
[    0.271295] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.274880] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.274880] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.274936] ACPI: Added _OSI(Module Device)
[    0.274936] ACPI: Added _OSI(Processor Device)
[    0.274936] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.274936] ACPI: Added _OSI(Processor Aggregator Device)
[    0.294607] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.327256] ACPI: Dynamic OEM Table Load:
[    0.327279] ACPI: SSDT 0xFFFF9621C0327C00 00037A (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.329151] ACPI: Dynamic OEM Table Load:
[    0.329168] ACPI: SSDT 0xFFFF9621C092C800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.331385] ACPI: Dynamic OEM Table Load:
[    0.331402] ACPI: SSDT 0xFFFF9621C0282800 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.332775] ACPI: Dynamic OEM Table Load:
[    0.332790] ACPI: SSDT 0xFFFF9621C0D28D80 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.337248] ACPI: Interpreter enabled
[    0.337307] ACPI: PM: (supports S0 S3 S4 S5)
[    0.337313] ACPI: Using IOAPIC for interrupt routing
[    0.337418] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.337424] PCI: Ignoring E820 reservations for host bridge windows
[    0.338514] ACPI: Enabled 13 GPEs in block 00 to 3F
[    0.338792] ACPI: Device [ACPI] status [0000000f]
[    0.338948] ACPI: Device [CPU0] status [0000000f]
[    0.339046] ACPI: Device [CPU1] status [0000000f]
[    0.339139] ACPI: Device [CPU2] status [0000000f]
[    0.339239] ACPI: Device [CPU3] status [0000000f]
[    0.339366] ACPI: Device [_SB] status [0000000f]
[    0.339519] ACPI: Device [RTC0] status [0000000f]
[    0.339767] ACPI: Device [HPET] status [0000000f]
[    0.340979] ACPI: Device [PCI0] status [0000000f]
[    0.341113] ACPI: Device [VLVC] status [0000000f]
[    0.341255] ACPI: Device [GFX0] status [0000000f]
[    0.341494] ACPI: Device [DD01] status [0000000f]
[    0.341732] ACPI: Device [DD02] status [0000000f]
[    0.341953] ACPI: Device [DD03] status [0000000f]
[    0.342177] ACPI: Device [DD04] status [0000000f]
[    0.342402] ACPI: Device [DD05] status [0000000f]
[    0.342749] ACPI: Device [DD06] status [0000000f]
[    0.342955] ACPI: Device [DD07] status [0000000f]
[    0.343152] ACPI: Device [DD08] status [0000000f]
[    0.343356] ACPI: Device [DD1F] status [0000000f]
[    0.343689] ACPI: Device [ISP0] status [00000000]
[    0.343817] ACPI: Device [SBRG] status [0000000f]
[    0.343999] ACPI: Device [H_EC] status [00000000]
[    0.344181] ACPI: Device [BAT0] status [00000000]
[    0.344352] ACPI: Device [BAT1] status [00000000]
[    0.344509] ACPI: Device [BAT2] status [00000000]
[    0.344659] ACPI: Device [FWHD] status [0000000f]
[    0.344819] ACPI: Device [IPIC] status [0000000f]
[    0.344986] ACPI: Device [LDRC] status [0000000f]
[    0.345127] ACPI: Device [TIMR] status [0000000f]
[    0.345302] ACPI: Device [WPCN] status [00000000]
[    0.345672] ACPI: Device [UAR5] status [00000000]
[    0.346148] ACPI: Device [UAR8] status [00000000]
[    0.347091] ACPI: Device [SIO1] status [0000000f]
[    0.349568] ACPI: Device [LPTE] status [00000000]
[    0.350055] ACPI: Device [PS2K] status [00000000]
[    0.351015] ACPI: Device [PS2M] status [00000000]
[    0.351514] ACPI: Device [SSPI] status [00000000]
[    0.351673] ACPI: Device [SGPI] status [00000000]
[    0.351834] ACPI: Device [SHWM] status [00000000]
[    0.351991] ACPI: Device [SCPI] status [00000000]
[    0.353296] ACPI: Device [UAR1] status [00000000]
[    0.354572] ACPI: Device [UAR2] status [00000000]
[    0.354707] ACPI: Device [ADP1] status [0000000f]
[    1.974968] ACPI: Device [BAT1] status [0000000f]
[    2.785507] ACPI: Device [BAT2] status [00000000]
[    2.785900] ACPI: Device [PCU1] status [0000000f]
[    2.786039] ACPI: Device [D004] status [0000000f]
[    2.786146] ACPI: Device [D005] status [0000000f]
[    2.786256] ACPI: Device [D006] status [0000000f]
[    2.982614] ACPI: Device [SATA] status [0000000f]
[    2.982804] ACPI: Device [XHC1] status [0000000f]
[    2.983071] ACPI: Device [RHUB] status [0000000f]
[    2.983177] ACPI: Device [SSP1] status [0000000f]
[    2.983348] ACPI: Device [HS01] status [0000000f]
[    2.983512] ACPI: Device [HS02] status [0000000f]
[    2.983681] ACPI: Device [HS03] status [0000000f]
[    2.983844] ACPI: Device [HS04] status [0000000f]
[    2.984013] ACPI: Device [HSC1] status [0000000f]
[    2.984175] ACPI: Device [HSC2] status [0000000f]
[    2.984347] ACPI: Device [D009] status [0000000f]
[    2.984452] ACPI: Device [XHC2] status [0000000f]
[    2.984562] ACPI: Device [D00B] status [0000000f]
[    2.984666] ACPI: Device [GLAN] status [0000000f]
[    2.984849] ACPI: Device [HDEF] status [0000000f]
[    2.985068] ACPI: Device [EHC1] status [00000000]
[    2.985311] ACPI: Device [HUBN] status [0000000f]
[    2.985422] ACPI: Device [PR01] status [0000000f]
[    2.985540] ACPI: Device [PR11] status [0000000f]
[    2.985665] ACPI: Device [PR12] status [0000000f]
[    2.985783] ACPI: Device [PR13] status [0000000f]
[    2.985906] ACPI: Device [PR14] status [0000000f]
[    2.986024] ACPI: Device [PR15] status [0000000f]
[    2.986148] ACPI: Device [PR16] status [0000000f]
[    2.986266] ACPI: Device [PR17] status [0000000f]
[    2.986390] ACPI: Device [PR18] status [0000000f]
[    2.986524] ACPI: Device [SBUS] status [0000000f]
[    2.986676] ACPI: Device [RP01] status [0000000f]
[    2.986796] ACPI: Device [PXSX] status [0000000f]
[    2.986930] ACPI: Device [D015] status [0000000f]
[    2.987041] ACPI: Device [RP02] status [0000000f]
[    2.987156] ACPI: Device [PXSX] status [0000000f]
[    2.987287] ACPI: Device [D016] status [0000000f]
[    2.987393] ACPI: Device [RP03] status [0000000f]
[    2.987525] ACPI: Device [PXSX] status [0000000f]
[    2.987665] ACPI: Device [D017] status [0000000f]
[    2.987776] ACPI: Device [RP04] status [0000000f]
[    2.987890] ACPI: Device [PXSX] status [0000000f]
[    2.988023] ACPI: Device [D018] status [0000000f]
[    2.988128] ACPI: Device [D02A] status [0000000f]
[    2.988237] ACPI: Device [D019] status [0000000f]
[    2.988341] ACPI: Device [D01A] status [0000000f]
[    2.988457] ACPI: Device [D01B] status [0000000f]
[    2.988567] ACPI: Device [D01C] status [0000000f]
[    2.988671] ACPI: Device [D01D] status [0000000f]
[    2.988780] ACPI: Device [D01E] status [0000000f]
[    2.988884] ACPI: Device [D01F] status [0000000f]
[    2.988993] ACPI: Device [D020] status [0000000f]
[    2.989098] ACPI: Device [D021] status [0000000f]
[    2.989207] ACPI: Device [D022] status [0000000f]
[    2.989322] ACPI: Device [D023] status [0000000f]
[    2.989432] ACPI: Device [D024] status [0000000f]
[    2.989536] ACPI: Device [D025] status [0000000f]
[    2.989645] ACPI: Device [D026] status [0000000f]
[    2.989749] ACPI: Device [D027] status [0000000f]
[    2.989858] ACPI: Device [D028] status [0000000f]
[    2.990070] ACPI: Device [EM41] status [00000000]
[    2.990190] ACPI: Device [CARD] status [0000000f]
[    2.990391] ACPI: Device [EM45] status [0000000f]
[    2.990505] ACPI: Device [CARD] status [0000000f]
[    2.990676] ACPI: Device [OTG1] status [00000000]
[    2.990785] ACPI: \_SB_.USBC: New power resource
[    2.991196] ACPI: Device [SEC0] status [0000000f]
[    2.991395] ACPI: Device [PDRC] status [0000000f]
[    2.991819] ACPI: Device [LNKA] status [0000000b]
[    2.992237] ACPI: Device [LNKB] status [00000009]
[    2.992634] ACPI: Device [LNKC] status [0000000b]
[    2.993036] ACPI: Device [LNKD] status [0000000b]
[    2.993439] ACPI: Device [LNKE] status [0000000b]
[    2.993837] ACPI: Device [LNKF] status [0000000b]
[    2.994240] ACPI: Device [LNKG] status [0000000b]
[    2.994645] ACPI: Device [LNKH] status [0000000b]
[    2.995247] ACPI: Device [LPEA] status [00000000]
[    2.995320] ACPI: \_SB_.LPEA.PLPE: New power resource
[    2.996295] ACPI: Device [LPA2] status [00000000]
[    2.996367] ACPI: \_SB_.LPA2.PLPE: New power resource
[    2.996862] ACPI: Device [ADMA] status [0000000f]
[    2.997035] ACPI: Device [PWRB] status [0000000f]
[    2.997187] ACPI: Device [SLPB] status [0000000f]
[    2.997607] ACPI: Device [LID0] status [0000000f]
[    2.998151] ACPI: Device [GPED] status [00000000]
[    2.998419] ACPI: Device [MBID] status [0000000f]
[    2.998631] ACPI: Device [PIND] status [00000000]
[    2.998752] ACPI: Device [_TZ] status [0000000f]
[    2.999287] ACPI: Device [ACPI] status [0000000f]
[    2.999314] ACPI: Device [CPU0] status [0000000f]
[    2.999392] ACPI: Device [CPU1] status [0000000f]
[    2.999424] ACPI: Device [CPU2] status [0000000f]
[    2.999456] ACPI: Device [CPU3] status [0000000f]
[    2.999487] ACPI: Device [_SB] status [0000000f]
[    2.999513] ACPI: Device [RTC0] status [0000000f]
[    2.999557] ACPI: Device [HPET] status [0000000f]
[    2.999711] ACPI: Device [PCI0] status [0000000f]
[    3.000231] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.000250] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    3.000840] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    3.001614] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    3.003377] PCI host bridge to bus 0000:00
[    3.003393] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    3.003401] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    3.003407] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    3.003413] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.003419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    3.003425] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    3.003431] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.003445] pci_bus 0000:00: scanning bus
[    3.003476] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[    3.003732] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[    3.003762] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[    3.003771] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[    3.003778] pci 0000:00:02.0: BAR 4 [io  0xe080-0xe087]
[    3.003802] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.004046] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[    3.004091] pci 0000:00:13.0: BAR 0 [io  0xe070-0xe077]
[    3.004099] pci 0000:00:13.0: BAR 1 [io  0xe060-0xe063]
[    3.004106] pci 0000:00:13.0: BAR 2 [io  0xe050-0xe057]
[    3.004112] pci 0000:00:13.0: BAR 3 [io  0xe040-0xe043]
[    3.004118] pci 0000:00:13.0: BAR 4 [io  0xe020-0xe03f]
[    3.004124] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[    3.004173] pci 0000:00:13.0: PME# supported from D3hot
[    3.004183] pci 0000:00:13.0: PME# disabled
[    3.004368] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[    3.004408] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[    3.004454] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.004463] pci 0000:00:14.0: PME# disabled
[    3.004865] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[    3.004915] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[    3.004923] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[    3.004971] pci 0000:00:17.0: PME# supported from D0 D3hot
[    3.004981] pci 0000:00:17.0: PME# disabled
[    3.005308] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[    3.005372] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[    3.005381] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[    3.005447] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    3.005457] pci 0000:00:1a.0: PME# disabled
[    3.005650] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[    3.005697] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[    3.005749] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    3.005759] pci 0000:00:1b.0: PME# disabled
[    3.005949] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[    3.005976] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.005986] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    3.006052] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.006061] pci 0000:00:1c.0: PME# disabled
[    3.006272] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[    3.006299] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.006369] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    3.006378] pci 0000:00:1c.2: PME# disabled
[    3.006586] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[    3.006615] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.006623] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    3.006631] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    3.006696] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.006704] pci 0000:00:1c.3: PME# disabled
[    3.006914] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[    3.007244] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[    3.007343] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[    3.007360] pci 0000:00:1f.3: BAR 4 [io  0xe000-0xe01f]
[    3.007591] pci_bus 0000:00: fixups for bus
[    3.007600] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    3.007718] pci_bus 0000:01: scanning bus
[    3.007762] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[    3.007838] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[    3.014631] pci_bus 0000:01: fixups for bus
[    3.014638] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.014651] pci_bus 0000:01: bus scan returning with max=01
[    3.014660] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    3.014771] pci_bus 0000:02: scanning bus
[    3.014780] pci_bus 0000:02: fixups for bus
[    3.014784] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.014796] pci_bus 0000:02: bus scan returning with max=02
[    3.014805] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    3.014928] pci_bus 0000:03: scanning bus
[    3.014979] pci 0000:03:00.0: working around ROM BAR overlap defect
[    3.014985] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    3.015059] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[    3.015069] pci 0000:03:00.0: BAR 2 [io  0xd000-0xd01f]
[    3.015077] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[    3.015208] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    3.015219] pci 0000:03:00.0: PME# disabled
[    3.015513] pci_bus 0000:03: fixups for bus
[    3.015520] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.015532] pci_bus 0000:03: bus scan returning with max=03
[    3.015541] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    3.015552] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    3.015562] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    3.015571] pci_bus 0000:00: bus scan returning with max=03
[    3.015640] ACPI: Device [VLVC] status [0000000f]
[    3.015659] ACPI: Device [GFX0] status [0000000f]
[    3.015687] ACPI: Device [DD01] status [0000000f]
[    3.015699] ACPI: Device [DD02] status [0000000f]
[    3.015711] ACPI: Device [DD03] status [0000000f]
[    3.015722] ACPI: Device [DD04] status [0000000f]
[    3.015734] ACPI: Device [DD05] status [0000000f]
[    3.015745] ACPI: Device [DD06] status [0000000f]
[    3.015757] ACPI: Device [DD07] status [0000000f]
[    3.015768] ACPI: Device [DD08] status [0000000f]
[    3.015779] ACPI: Device [DD1F] status [0000000f]
[    3.015866] ACPI: Device [ISP0] status [00000000]
[    3.015881] ACPI: Device [SBRG] status [0000000f]
[    3.015959] ACPI: Device [H_EC] status [00000000]
[    3.015972] ACPI: Device [FWHD] status [0000000f]
[    3.016093] ACPI: Device [IPIC] status [0000000f]
[    3.016121] ACPI: Device [LDRC] status [0000000f]
[    3.016138] ACPI: Device [TIMR] status [0000000f]
[    3.016208] ACPI: Device [WPCN] status [00000000]
[    3.016224] ACPI: Device [SIO1] status [0000000f]
[    3.016526] ACPI: Device [LPTE] status [00000000]
[    3.016810] ACPI: Device [PS2K] status [00000000]
[    3.017096] ACPI: Device [PS2M] status [00000000]
[    3.017133] ACPI: Device [SSPI] status [00000000]
[    3.017169] ACPI: Device [SGPI] status [00000000]
[    3.017204] ACPI: Device [SHWM] status [00000000]
[    3.017240] ACPI: Device [SCPI] status [00000000]
[    3.017523] ACPI: Device [UAR1] status [00000000]
[    3.017808] ACPI: Device [UAR2] status [00000000]
[    3.017823] ACPI: Device [ADP1] status [0000000f]
[    4.638512] ACPI: Device [BAT1] status [0000000f]
[    5.448956] ACPI: Device [BAT2] status [00000000]
[    5.449043] ACPI: Device [PCU1] status [0000000f]
[    5.449069] ACPI: Device [D004] status [0000000f]
[    5.449084] ACPI: Device [D005] status [0000000f]
[    5.449096] ACPI: Device [D006] status [0000000f]
[    5.646614] ACPI: Device [SATA] status [0000000f]
[    5.646685] ACPI: Device [XHC1] status [0000000f]
[    5.646701] ACPI: Device [RHUB] status [0000000f]
[    5.646714] ACPI: Device [SSP1] status [0000000f]
[    5.646726] ACPI: Device [HS01] status [0000000f]
[    5.646738] ACPI: Device [HS02] status [0000000f]
[    5.646749] ACPI: Device [HS03] status [0000000f]
[    5.646760] ACPI: Device [HS04] status [0000000f]
[    5.646771] ACPI: Device [HSC1] status [0000000f]
[    5.646783] ACPI: Device [HSC2] status [0000000f]
[    5.646795] ACPI: Device [D009] status [0000000f]
[    5.646806] ACPI: Device [XHC2] status [0000000f]
[    5.646817] ACPI: Device [D00B] status [0000000f]
[    5.646828] ACPI: Device [GLAN] status [0000000f]
[    5.646896] ACPI: Device [HDEF] status [0000000f]
[    5.646962] ACPI: Device [EHC1] status [00000000]
[    5.646976] ACPI: Device [SBUS] status [0000000f]
[    5.646990] ACPI: Device [RP01] status [0000000f]
[    5.647002] ACPI: Device [PXSX] status [0000000f]
[    5.647013] ACPI: Device [D015] status [0000000f]
[    5.647026] ACPI: Device [RP02] status [0000000f]
[    5.647037] ACPI: Device [PXSX] status [0000000f]
[    5.647048] ACPI: Device [D016] status [0000000f]
[    5.647059] ACPI: Device [RP03] status [0000000f]
[    5.647070] ACPI: Device [PXSX] status [0000000f]
[    5.647081] ACPI: Device [D017] status [0000000f]
[    5.647092] ACPI: Device [RP04] status [0000000f]
[    5.647103] ACPI: Device [PXSX] status [0000000f]
[    5.647115] ACPI: Device [D018] status [0000000f]
[    5.647126] ACPI: Device [D02A] status [0000000f]
[    5.647137] ACPI: Device [D019] status [0000000f]
[    5.647149] ACPI: Device [D01A] status [0000000f]
[    5.647160] ACPI: Device [D01B] status [0000000f]
[    5.647171] ACPI: Device [D01C] status [0000000f]
[    5.647182] ACPI: Device [D01D] status [0000000f]
[    5.647193] ACPI: Device [D01E] status [0000000f]
[    5.647204] ACPI: Device [D01F] status [0000000f]
[    5.647215] ACPI: Device [D020] status [0000000f]
[    5.647227] ACPI: Device [D021] status [0000000f]
[    5.647238] ACPI: Device [D022] status [0000000f]
[    5.647249] ACPI: Device [D023] status [0000000f]
[    5.647260] ACPI: Device [D024] status [0000000f]
[    5.647271] ACPI: Device [D025] status [0000000f]
[    5.647283] ACPI: Device [D026] status [0000000f]
[    5.647294] ACPI: Device [D027] status [0000000f]
[    5.647305] ACPI: Device [D028] status [0000000f]
[    5.647399] ACPI: Device [EM41] status [00000000]
[    5.647497] ACPI: Device [EM45] status [0000000f]
[    5.647512] ACPI: Device [CARD] status [0000000f]
[    5.647583] ACPI: Device [OTG1] status [00000000]
[    5.647650] ACPI: Device [SEC0] status [0000000f]
[    5.647666] ACPI: Device [PDRC] status [0000000f]
[    5.647708] ACPI: Device [USBC] status [0000000f]
[    5.647786] ACPI: Device [LNKA] status [0000000b]
[    5.647948] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.648052] ACPI: Device [LNKB] status [00000009]
[    5.648205] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    5.648211] ACPI: PCI: Interrupt link LNKB disabled
[    5.648316] ACPI: Device [LNKC] status [0000000b]
[    5.648467] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.648574] ACPI: Device [LNKD] status [0000000b]
[    5.648725] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    5.648830] ACPI: Device [LNKE] status [0000000b]
[    5.648981] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.649087] ACPI: Device [LNKF] status [0000000b]
[    5.649238] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.649345] ACPI: Device [LNKG] status [0000000b]
[    5.649496] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    5.649602] ACPI: Device [LNKH] status [0000000b]
[    5.649753] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[    5.649834] ACPI: Device [PLPE] status [00000001]
[    5.649968] ACPI: Device [LPEA] status [00000000]
[    5.650005] ACPI: Device [PLPE] status [00000001]
[    5.650139] ACPI: Device [LPA2] status [00000000]
[    5.650153] ACPI: Device [PWRB] status [0000000f]
[    5.650267] ACPI: Device [SLPB] status [0000000f]
[    5.650361] ACPI: Device [LID0] status [0000000f]
[    5.650477] ACPI: Device [GPED] status [00000000]
[    5.650492] ACPI: Device [MBID] status [0000000f]
[    5.650699] ACPI: Device [PIND] status [00000000]
[    5.650713] ACPI: Device [_TZ] status [0000000f]
[    5.651327] iommu: Default domain type: Translated
[    5.651327] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.651327] SCSI subsystem initialized
[    5.651327] libata version 3.00 loaded.
[    5.651327] ACPI: bus type USB registered
[    5.651327] usbcore: registered new interface driver usbfs
[    5.651327] usbcore: registered new interface driver hub
[    5.651327] usbcore: registered new device driver usb
[    5.651327] pps_core: LinuxPPS API ver. 1 registered
[    5.651327] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.651327] PTP clock support registered
[    5.651327] EDAC MC: Ver: 3.0.0
[    5.651327] NetLabel: Initializing
[    5.651327] NetLabel:  domain hash size = 128
[    5.651327] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.651327] NetLabel:  unlabeled traffic allowed by default
[    5.651327] PCI: Using ACPI for IRQ routing
[    5.655985] PCI: pci_cache_line_size set to 64 bytes
[    5.656043] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    5.656049] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    5.656054] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    5.656058] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    5.656062] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    5.656066] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    5.658612] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.658619] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.658623] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.658634] vgaarb: loaded
[    5.658768] clocksource: Switched to clocksource tsc-early
[    5.660372] VFS: Disk quotas dquot_6.6.0
[    5.660408] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.660618] AppArmor: AppArmor Filesystem Enabled
[    5.660685] pnp: PnP ACPI init
[    5.661243] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.661254] system 00:01: [io  0x0400-0x047f] has been reserved
[    5.661260] system 00:01: [io  0x0500-0x05fe] has been reserved
[    5.661266] system 00:01: [io  0x0600-0x061f] has been reserved
[    5.661767] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    5.661776] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    8.302327] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    8.302340] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    8.302347] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    8.302361] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    8.302368] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    8.302374] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    8.302380] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    8.302386] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    8.302392] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    8.303127] pnp: PnP ACPI: found 5 devices
[    8.313526] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    8.313708] NET: Registered PF_INET protocol family
[    8.313882] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    8.346397] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    8.346472] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    8.346582] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    8.346943] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    8.347278] TCP: Hash tables configured (established 32768 bind 32768)
[    8.347428] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.347533] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.347706] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    8.347731] NET: Registered PF_XDP protocol family
[    8.347756] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    8.347769] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    8.347779] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    8.347786] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    8.347794] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    8.347802] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    8.347828] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347836] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347844] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.347849] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.347863] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347870] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347879] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347885] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347892] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]: assigned
[    8.347900] pci 0000:00:1c.2: bridge window [io  0x2000-0x2fff]: assigned
[    8.347911] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347917] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347924] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.347929] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.347937] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347943] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347951] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.347956] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.347966] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.347973] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    8.347982] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    8.347993] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.347998] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    8.348011] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    8.348016] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    8.348024] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    8.348035] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    8.348040] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    8.348046] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    8.348051] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    8.348056] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    8.348062] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[    8.348067] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    8.348072] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    8.348078] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    8.348083] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    8.348088] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    8.348753] PCI: CLS 64 bytes, default 64
[    8.348780] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.348785] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[    8.348948] Trying to unpack rootfs image as initramfs...
[    8.349395] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    8.349455] clocksource: Switched to clocksource tsc
[    8.349644] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.349659] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    8.349698] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.350691] Initialise system trusted keyrings
[    8.350723] Key type blacklist registered
[    8.350867] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    8.350913] zbud: loaded
[    8.351612] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.351977] fuse: init (API version 7.42)
[    8.352367] integrity: Platform Keyring initialized
[    8.390066] Key type asymmetric registered
[    8.390082] Asymmetric key parser 'x509' registered
[    8.390188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    8.390414] io scheduler mq-deadline registered
[    8.393517] ledtrig-cpu: registered to indicate activity on CPUs
[    8.393575] pciehp: pcie_port_service_register = 0
[    8.393606] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.393626] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    8.394032] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 87
[    8.394058] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[    8.394066] pcieport 0000:00:1c.0: save config 0x04: 0x00100407
[    8.394073] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[    8.394078] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[    8.394084] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[    8.394090] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[    8.394095] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[    8.394101] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[    8.394107] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[    8.394112] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[    8.394118] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[    8.394123] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[    8.394129] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[    8.394134] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[    8.394140] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[    8.394145] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[    8.394177] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.394199] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.394211] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    8.394477] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 88
[    8.394500] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[    8.394508] pcieport 0000:00:1c.2: save config 0x04: 0x00100407
[    8.394514] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[    8.394519] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[    8.394525] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[    8.394531] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[    8.394536] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[    8.394542] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[    8.394547] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[    8.394553] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[    8.394558] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[    8.394564] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[    8.394569] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[    8.394575] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[    8.394580] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[    8.394586] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[    8.394612] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.394633] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.394645] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    8.394930] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 89
[    8.394953] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[    8.394960] pcieport 0000:00:1c.3: save config 0x04: 0x00100407
[    8.394967] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[    8.394972] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[    8.394978] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[    8.394983] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[    8.394989] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[    8.394994] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[    8.395000] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[    8.395006] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[    8.395011] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[    8.395017] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[    8.395022] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[    8.395027] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[    8.395033] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[    8.395039] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[    8.395067] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.395154] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.342841] Freeing initrd memory: 142372K
[   10.039743] ACPI: AC: AC Adapter [ADP1] (on-line)
[   10.039951] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.041142] ACPI: button: Power Button [PWRB]
[   10.041153] ACPI: Driver [button] successfully bound to device [PWRB]
[   10.041159] ACPI: Found driver [button] for device [PWRB]
[   10.041283] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   10.042263] ACPI: button: Sleep Button [SLPB]
[   10.042274] ACPI: Driver [button] successfully bound to device [SLPB]
[   10.042279] ACPI: Found driver [button] for device [SLPB]
[   10.042410] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.043469] ACPI: button: Lid Switch [LID0]
[   10.043481] ACPI: Driver [button] successfully bound to device [LID0]
[   10.043486] ACPI: Found driver [button] for device [LID0]
[   10.043619] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.044694] ACPI: button: Power Button [PWRF]
[   10.044706] ACPI: Driver [button] successfully bound to device [PWRF]
[   10.044711] ACPI: Found driver [button] for device [PWRF]
[   10.052555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   10.052852] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   10.078447] ACPI: Device [ISP0] status [00000000]
[   10.078530] ACPI: Device [H_EC] status [00000000]
[   10.078566] ACPI: Device [BAT0] status [00000000]
[   10.078601] ACPI: Device [BAT1] status [00000000]
[   10.078636] ACPI: Device [BAT2] status [00000000]
[   10.078695] ACPI: Device [WPCN] status [00000000]
[   10.078750] ACPI: Device [UAR5] status [00000000]
[   10.078806] ACPI: Device [UAR8] status [00000000]
[   10.079100] ACPI: Device [LPTE] status [00000000]
[   10.079382] ACPI: Device [PS2K] status [00000000]
[   10.079664] ACPI: Device [PS2M] status [00000000]
[   10.079700] ACPI: Device [SSPI] status [00000000]
[   10.079736] ACPI: Device [SGPI] status [00000000]
[   10.079770] ACPI: Device [SHWM] status [00000000]
[   10.079804] ACPI: Device [SCPI] status [00000000]
[   10.080083] ACPI: Device [UAR1] status [00000000]
[   10.080364] ACPI: Device [UAR2] status [00000000]
[   13.285029] ACPI: Device [BAT2] status [00000000]
[   13.518385] ACPI: Device [EHC1] status [00000000]
[   13.544030] ACPI: Device [HUBN] status [0000000f]
[   13.544666] ACPI: Device [PR01] status [0000000f]
[   13.570321] ACPI: Device [PR11] status [0000000f]
[   13.596248] ACPI: Device [PR12] status [0000000f]
[   13.622146] ACPI: Device [PR13] status [0000000f]
[   13.648119] ACPI: Device [PR14] status [0000000f]
[   13.674096] ACPI: Device [PR15] status [0000000f]
[   13.700011] ACPI: Device [PR16] status [0000000f]
[   13.726022] ACPI: Device [PR17] status [0000000f]
[   13.751845] ACPI: Device [PR18] status [0000000f]
[   14.271944] ACPI: Device [EM41] status [00000000]
[   14.297569] ACPI: Device [CARD] status [0000000f]
[   14.375296] ACPI: Device [OTG1] status [00000000]
[   14.401439] ACPI: Device [LPEA] status [00000000]
[   14.427680] ACPI: Device [LPA2] status [00000000]
[   14.427696] ACPI: Device [ADMA] status [0000000f]
[   14.453971] ACPI: Device [GPED] status [00000000]
[   14.505753] ACPI: Device [PIND] status [00000000]
[   14.557246] hpet: number irqs doesn't agree with number of timers
[   14.557341] Linux agpgart interface v0.103
[   14.565999] loop: module loaded
[   14.566698] tun: Universal TUN/TAP device driver, 1.6
[   14.566877] PPP generic driver version 2.4.2
[   14.567232] VFIO - User Level meta-driver version: 0.3
[   14.567471] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.567485] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[   14.585053] xhci_hcd 0000:00:14.0: enabling bus mastering
[   14.585069] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   14.585116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   14.586197] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   14.586210] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   14.586520] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   14.586531] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   14.586540] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   14.589203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[   14.589212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.589218] usb usb1: Product: xHCI Host Controller
[   14.589222] usb usb1: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
[   14.589227] usb usb1: SerialNumber: 0000:00:14.0
[   14.613288] hub 1-0:1.0: USB hub found
[   14.613324] hub 1-0:1.0: 6 ports detected
[   14.667765] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[   14.667779] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.667785] usb usb2: Product: xHCI Host Controller
[   14.667790] usb usb2: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
[   14.667794] usb usb2: SerialNumber: 0000:00:14.0
[   14.668807] hub 2-0:1.0: USB hub found
[   14.668839] hub 2-0:1.0: 1 port detected
[   14.721759] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.721889] i8042: PNP: No PS/2 controller found.
[   14.722634] mousedev: PS/2 mouse device common for all mice
[   14.723877] rtc_cmos 00:00: RTC can wake from S4
[   14.724356] rtc_cmos 00:00: registered as rtc0
[   14.724392] rtc_cmos 00:00: setting system clock to 2025-03-06T16:23:57 UTC (1741278237)
[   14.724484] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   14.724516] i2c_dev: i2c /dev entries driver
[   14.724565] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   14.724595] device-mapper: uevent: version 1.0.3
[   14.724732] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[   14.724789] platform eisa.0: Probing EISA bus 0
[   14.724797] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   14.724803] platform eisa.0: Cannot allocate resource for EISA slot 1
[   14.724808] platform eisa.0: Cannot allocate resource for EISA slot 2
[   14.724812] platform eisa.0: Cannot allocate resource for EISA slot 3
[   14.724817] platform eisa.0: Cannot allocate resource for EISA slot 4
[   14.724821] platform eisa.0: Cannot allocate resource for EISA slot 5
[   14.724826] platform eisa.0: Cannot allocate resource for EISA slot 6
[   14.724830] platform eisa.0: Cannot allocate resource for EISA slot 7
[   14.724835] platform eisa.0: Cannot allocate resource for EISA slot 8
[   14.724839] platform eisa.0: EISA: Detected 0 cards
[   14.724850] intel_pstate: Intel P-state driver initializing
[   14.725859] efifb: probing for efifb
[   14.725882] efifb: No BGRT, not showing boot graphics
[   14.725886] efifb: framebuffer at 0xa0000, using 64k, total 64k
[   14.725890] efifb: mode is 640x480x1, linelength=80, pages=1
[   14.725895] efifb: scrolling: redraw
[   14.725897] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   14.726256] fbcon: Deferring console take-over
[   14.726262] fb0: EFI VGA frame buffer device
[   14.726525] drop_monitor: Initializing network drop monitor service
[   14.726745] NET: Registered PF_INET6 protocol family
[   14.752170] Segment Routing with IPv6
[   14.752212] In-situ OAM (IOAM) with IPv6
[   14.752275] NET: Registered PF_PACKET protocol family
[   14.753125] Key type dns_resolver registered
[   14.757740] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   14.758216] microcode: Current revision: 0x0000090d
[   14.759235] IPI shorthand broadcast: enabled
[   14.764432] sched_clock: Marking stable (14760007323, 1073004)->(14829668133, -68587806)
[   14.765284] registered taskstats version 1
[   14.766221] Loading compiled-in X.509 certificates
[   14.768848] Loaded X.509 cert 'Build time autogenerated kernel key: 496e409daaca5be585c260a1e40635b0bd670b13'
[   14.774617] Demotion targets for Node 0: null
[   14.775930] Key type .fscrypt registered
[   14.775936] Key type fscrypt-provisioning registered
[   14.797822] cryptd: max_cpu_qlen set to 1000
[   14.913564] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   14.954936] ACPI: Device [BAT1] status [0000000f]
[   14.954951] ACPI: battery: Slot [BAT1] (battery absent)
[   14.955042] ACPI: Driver [battery] successfully bound to device [BAT1]
[   14.955048] ACPI: Found driver [battery] for device [BAT1]
[   15.020715] Key type encrypted registered
[   15.020732] AppArmor: AppArmor sha256 policy hashing enabled
[   15.020761] ima: No TPM chip found, activating TPM-bypass!
[   15.020774] Loading compiled-in module X.509 certificates
[   15.022637] Loaded X.509 cert 'Build time autogenerated kernel key: 496e409daaca5be585c260a1e40635b0bd670b13'
[   15.022646] ima: Allocated hash algorithm: sha1
[   15.022663] ima: No architecture policies found
[   15.022707] evm: Initialising EVM extended attributes:
[   15.022712] evm: security.selinux
[   15.022715] evm: security.SMACK64
[   15.022718] evm: security.SMACK64EXEC
[   15.022721] evm: security.SMACK64TRANSMUTE
[   15.022723] evm: security.SMACK64MMAP
[   15.022726] evm: security.apparmor
[   15.022729] evm: security.ima
[   15.022731] evm: security.capability
[   15.022734] evm: HMAC attrs: 0x1
[   15.023560] PM:   Magic number: 1:950:387
[   15.023609] thermal cooling_device2: hash matches
[   15.024767] RAS: Correctable Errors collector initialized.
[   15.055261] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[   15.055275] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   15.055281] usb 1-3: Product: Simple CDC Device Demo
[   15.055285] usb 1-3: Manufacturer: Microchip Technology Inc.
[   15.062046] clk: Disabling unused clocks
[   15.062081] PM: genpd: Disabling unused power domains
[   15.075223] Freeing unused decrypted memory: 2028K
[   15.078446] Freeing unused kernel image (initmem) memory: 4784K
[   15.079037] Write protecting the kernel read-only data: 32768k
[   15.080522] Freeing unused kernel image (text/rodata gap) memory: 524K
[   15.081875] Freeing unused kernel image (rodata/data gap) memory: 856K
[   15.167368] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.168091] x86/mm: Checking user space page tables
[   15.249567] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.249582] Run /init as init process
[   15.249587]   with arguments:
[   15.249590]     /init
[   15.249594]   with environment:
[   15.249597]     HOME=/
[   15.249600]     TERM=linux
[   15.249603]     BOOT_IMAGE=/vmlinuz-6.14.0-rc5+
[   17.554799] sdhci: Secure Digital Host Controller Interface driver
[   17.554809] sdhci: Copyright(c) Pierre Ossman
[   17.558260] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.558279] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   17.558288] ahci 0000:00:13.0: version 3.0
[   17.562422] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   17.572339] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.572360] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   17.572368] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   17.576000] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[   17.576018] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[   17.576025] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   17.577267] scsi host0: ahci
[   17.578626] scsi host1: ahci
[   17.578793] ata1: DUMMY
[   17.578800] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 91 lpm-pol 3
[   17.578895] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.590041] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   17.590108] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.641413] ACPI: bus type drm_connector registered
[   17.793126] mmc0: Failed to initialize a non-removable card
[   17.854322] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[   17.854338] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[   17.854345] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[   17.854353] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[   17.854359] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[   17.854365] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[   17.854371] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[   17.854377] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[   17.854382] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[   17.854388] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[   17.854394] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[   17.854400] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[   17.854406] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[   17.854411] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[   17.854417] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[   17.854423] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[   17.854441] sdhci-pci 0000:00:17.0: PME# enabled
[   17.892472] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   17.893598] ata2.00: ATA-10: TS128GMTS830S, 22Z2V3PD, max UDMA/133
[   17.893937] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[   17.895414] ata2.00: Features: Dev-Sleep
[   17.897066] ata2.00: configured for UDMA/133
[   17.908179] scsi 1:0:0:0: Direct-Access     ATA      TS128GMTS830S    V3PD PQ: 0 ANSI: 5
[   17.909197] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[   17.909259] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   17.909308] sd 1:0:0:0: [sda] Write Protect is off
[   17.909316] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.909372] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.909515] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[   17.933556]  sda: sda1 sda2 sda3
[   17.934291] sd 1:0:0:0: [sda] Attached SCSI disk
[   17.942106] dca service started, version 1.12.1
[   17.966632] igb: Intel(R) Gigabit Ethernet Network Driver
[   17.966643] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.966692] igb 0000:03:00.0: vgaarb: pci_notify
[   17.966706] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   17.990588] igb 0000:03:00.0: save config 0x00: 0x15338086
[   17.990604] igb 0000:03:00.0: save config 0x04: 0x00100007
[   17.990611] igb 0000:03:00.0: save config 0x08: 0x02000003
[   17.990618] igb 0000:03:00.0: save config 0x0c: 0x00000010
[   17.990625] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[   17.990632] igb 0000:03:00.0: save config 0x14: 0x00000000
[   17.990638] igb 0000:03:00.0: save config 0x18: 0x0000d001
[   17.990645] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[   17.990651] igb 0000:03:00.0: save config 0x20: 0x00000000
[   17.990658] igb 0000:03:00.0: save config 0x24: 0x00000000
[   17.990664] igb 0000:03:00.0: save config 0x28: 0x00000000
[   17.990670] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[   17.990677] igb 0000:03:00.0: save config 0x30: 0x00000000
[   17.990683] igb 0000:03:00.0: save config 0x34: 0x00000040
[   17.990690] igb 0000:03:00.0: save config 0x38: 0x00000000
[   17.990696] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[   18.025290] igb 0000:03:00.0: added PHC on eth0
[   18.025320] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   18.025325] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:aa
[   18.025375] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   18.025379] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   18.025433] igb 0000:03:00.0: vgaarb: pci_notify
[   18.029467] igb 0000:03:00.0 enp3s0: renamed from eth0
[   19.632831] i915 0000:00:02.0: vgaarb: pci_notify
[   19.632851] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   19.646028] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) integrated display version 7.00 stepping N/A
[   19.647778] i915 0000:00:02.0: vgaarb: deactivate vga console
[   20.795794] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.822967] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.849719] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.876325] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.903306] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   20.903670] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.903679] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[   20.903685] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[   20.903689] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[   20.903696] i915 0000:00:02.0: vgaarb: __vga_put
[   20.909979] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   20.909997] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   20.929973] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   20.948122] EDID has corrupt header
[   20.948135] 	[00] BAD  65 e7 da c4 ff 36 85 9a 63 05 61 88 f7 e1 1c ee
[   20.948140] 	[00] BAD  a3 bd 21 eb 6f 3a 4c ac 0e 99 38 a8 17 09 c2 45
[   20.948144] 	[00] BAD  84 06 fe 5c 1e 9b a4 33 61 03 76 18 5e 8c 3f f6
[   20.948147] 	[00] BAD  c7 5b 0e e3 92 a2 e6 c4 66 06 ce 6a e8 ae aa b7
[   20.948150] 	[00] BAD  4d 03 3d ce 9d 8f d5 ca 86 b3 ca 13 92 0b 14 ba
[   20.948154] 	[00] BAD  e8 ad b6 be 2e 8a 8b fc f8 76 19 4e 79 0a 58 64
[   20.948157] 	[00] BAD  ba 99 03 82 e8 19 4c 7b 31 bf 71 d2 a0 9f 77 4c
[   20.948160] 	[00] BAD  77 2e f9 f8 26 1c ca 69 1f 2f ad cb 83 1a 98 a3
[   21.058385] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   21.058451] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   21.063034] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.063102] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.063841] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   21.063851] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   21.114615] ACPI: Device [ISP0] status [00000000]
[   21.114759] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   21.115325] ACPI: Device [H_EC] status [00000000]
[   21.115365] ACPI: Device [BAT0] status [00000000]
[   21.115966] ACPI: Device [BAT1] status [00000000]
[   21.116481] ACPI: Device [BAT2] status [00000000]
[   21.116811] ACPI: Device [WPCN] status [00000000]
[   21.117060] ACPI: Device [UAR5] status [00000000]
[   21.117694] ACPI: Device [UAR8] status [00000000]
[   21.120060] ACPI: Device [LPTE] status [00000000]
[   21.123472] ACPI: Device [PS2K] status [00000000]
[   21.128182] ACPI: Device [PS2M] status [00000000]
[   21.129023] ACPI: Device [SSPI] status [00000000]
[   21.129248] ACPI: Device [SGPI] status [00000000]
[   21.129373] ACPI: Device [SHWM] status [00000000]
[   21.129409] ACPI: Device [SCPI] status [00000000]
[   21.131328] ACPI: Device [UAR1] status [00000000]
[   21.133905] ACPI: Device [UAR2] status [00000000]
[   21.139156] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   21.140522] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   21.141573] ACPI: Driver [video] successfully bound to device [GFX0]
[   21.141584] ACPI: Found driver [video] for device [GFX0]
[   21.160018] fbcon: i915drmfb (fb0) is primary device
[   21.160027] fbcon: Deferring console take-over
[   21.160035] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   21.181693] i915 0000:00:02.0: vgaarb: pci_notify
[   22.776500] ACPI: Device [BAT2] status [00000000]
[   22.776893] ACPI: Device [EHC1] status [00000000]
[   22.776908] ACPI: Device [HUBN] status [0000000f]
[   22.776922] ACPI: Device [PR01] status [0000000f]
[   22.776933] ACPI: Device [PR11] status [0000000f]
[   22.776951] ACPI: Device [PR12] status [0000000f]
[   22.777659] ACPI: Device [PR13] status [0000000f]
[   22.778066] ACPI: Device [PR14] status [0000000f]
[   22.778473] ACPI: Device [PR15] status [0000000f]
[   22.778881] ACPI: Device [PR16] status [0000000f]
[   22.779283] ACPI: Device [PR17] status [0000000f]
[   22.779688] ACPI: Device [PR18] status [0000000f]
[   22.788965] ACPI: Device [EM41] status [00000000]
[   22.789467] ACPI: Device [CARD] status [0000000f]
[   22.791458] ACPI: Device [OTG1] status [00000000]
[   22.795053] ACPI: Device [LPEA] status [00000000]
[   22.796585] ACPI: Device [LPA2] status [00000000]
[   22.796764] ACPI: Device [ADMA] status [0000000f]
[   22.798994] ACPI: Device [GPED] status [00000000]
[   22.799814] ACPI: Device [PIND] status [00000000]
[   22.800309] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   23.985695] raid6: sse2x4   gen()  4774 MB/s
[   24.053681] raid6: sse2x2   gen()  4562 MB/s
[   24.121665] raid6: sse2x1   gen()  3422 MB/s
[   24.121672] raid6: using algorithm sse2x4 gen() 4774 MB/s
[   24.189675] raid6: .... xor() 1390 MB/s, rmw enabled
[   24.189681] raid6: using ssse3x2 recovery algorithm
[   24.193597] xor: measuring software checksum speed
[   24.194041]    prefetch64-sse  :  7561 MB/sec
[   24.194530]    generic_sse     :  6798 MB/sec
[   24.194534] xor: using function: prefetch64-sse (7561 MB/sec)
[   24.198903] async_tx: api initialized (async)
[   25.195472] Btrfs loaded, zoned=yes, fsverity=yes
[   25.419581] fbcon: Taking over console
[   25.429948] EXT4-fs (dm-0): mounted filesystem 48a9dd91-d00b-47bf-8f7b-9758baf79d83 ro with ordered data mode. Quota mode: none.
[   25.430379] Console: switching to colour frame buffer device 128x48
[   25.985700] systemd[1]: Inserted module 'autofs4'
[   26.051076] systemd[1]: systemd 245.4-4ubuntu3.22 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.051485] systemd[1]: Detected architecture x86-64.
[   26.089643] systemd[1]: Set hostname to <bttest>.
[   26.766196] systemd[1]: Created slice system-modprobe.slice.
[   26.767426] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   26.768345] systemd[1]: Created slice User and Session Slice.
[   26.768494] systemd[1]: Started ntp-systemd-netif.path.
[   26.768694] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   26.769439] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   26.769680] systemd[1]: Reached target User and Group Name Lookups.
[   26.769746] systemd[1]: Reached target Slices.
[   26.769793] systemd[1]: Reached target Mounting snaps.
[   26.769863] systemd[1]: Reached target System Time Set.
[   26.770124] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   26.770478] systemd[1]: Listening on LVM2 poll daemon socket.
[   26.770695] systemd[1]: Listening on multipathd control socket.
[   26.771008] systemd[1]: Listening on Syslog Socket.
[   26.771329] systemd[1]: Listening on fsck to fsckd communication Socket.
[   26.771503] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   26.772150] systemd[1]: Listening on Journal Audit Socket.
[   26.772486] systemd[1]: Listening on Journal Socket (/dev/log).
[   26.772912] systemd[1]: Listening on Journal Socket.
[   26.773484] systemd[1]: Listening on Network Service Netlink Socket.
[   26.773857] systemd[1]: Listening on udev Control Socket.
[   26.774093] systemd[1]: Listening on udev Kernel Socket.
[   26.817940] systemd[1]: Mounting Huge Pages File System...
[   26.821725] systemd[1]: Mounting POSIX Message Queue File System...
[   26.826125] systemd[1]: Mounting Kernel Debug File System...
[   26.830215] systemd[1]: Mounting Kernel Trace File System...
[   26.836644] systemd[1]: Starting Journal Service...
[   26.840851] systemd[1]: Starting Set the console keyboard layout...
[   26.844894] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   26.850252] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   26.854264] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   26.854412] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   26.858216] systemd[1]: Starting Load Kernel Module efi_pstore...
[   26.867195] systemd[1]: Starting Load Kernel Module pstore_blk...
[   26.871970] systemd[1]: Starting Load Kernel Module pstore_zone...
[   26.875970] systemd[1]: Starting Load Kernel Module ramoops...
[   26.876214] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   26.877668] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   26.877830] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   26.886151] systemd[1]: Starting Load Kernel Modules...
[   26.890055] systemd[1]: Starting Remount Root and Kernel File Systems...
[   26.897917] systemd[1]: Starting udev Coldplug all Devices...
[   26.909978] systemd[1]: Starting Uncomplicated firewall...
[   26.916858] systemd[1]: Mounted Huge Pages File System.
[   26.917398] systemd[1]: Mounted POSIX Message Queue File System.
[   26.917846] systemd[1]: Mounted Kernel Debug File System.
[   26.918297] systemd[1]: Mounted Kernel Trace File System.
[   26.920302] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   26.921664] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   26.922532] systemd[1]: Finished Load Kernel Module pstore_blk.
[   26.923600] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   26.924414] systemd[1]: Finished Load Kernel Module pstore_zone.
[   26.926514] systemd[1]: Finished Uncomplicated firewall.
[   26.938613] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   26.939466] systemd[1]: Finished Load Kernel Module efi_pstore.
[   26.941628] systemd[1]: Finished Load Kernel Modules.
[   26.957251] EXT4-fs (dm-0): re-mounted 48a9dd91-d00b-47bf-8f7b-9758baf79d83 r/w. Quota mode: none.
[   26.977580] systemd[1]: Mounting FUSE Control File System...
[   26.984374] systemd[1]: Mounting Kernel Configuration File System...
[   26.992408] systemd[1]: Starting Apply Kernel Variables...
[   27.000432] systemd[1]: modprobe@ramoops.service: Succeeded.
[   27.001406] systemd[1]: Finished Load Kernel Module ramoops.
[   27.003777] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   27.004770] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   27.005887] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   27.007952] systemd[1]: Finished Remount Root and Kernel File Systems.
[   27.011410] systemd[1]: Mounted FUSE Control File System.
[   27.011971] systemd[1]: Mounted Kernel Configuration File System.
[   27.014985] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   27.019649] systemd[1]: Starting Create System Users...
[   27.046398] systemd[1]: Finished Apply Kernel Variables.
[   27.060239] systemd[1]: Finished Create System Users.
[   27.078080] systemd[1]: Starting Create Static Device Nodes in /dev...
[   27.112846] systemd[1]: Finished Create Static Device Nodes in /dev.
[   27.118279] systemd[1]: Starting udev Kernel Device Manager...
[   27.202303] systemd[1]: Finished Set the console keyboard layout.
[   27.219659] systemd[1]: Started Journal Service.
[   29.220510] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   29.220530] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   29.258893] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   29.272442] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   29.272530] usbcore: registered new interface driver cdc_acm
[   29.272536] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   31.248400] intel_rapl_common: Found RAPL domain package
[   31.248417] intel_rapl_common: Found RAPL domain core
[   31.381604] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SS
[   35.948813] alua: device handler registered
[   35.954413] emc: device handler registered
[   35.959917] rdac: device handler registered
[   36.187065] EXT4-fs (sda2): mounted filesystem ee28ab0c-815f-4969-8057-bfbf6ed7fc0a r/w with ordered data mode. Quota mode: none.
[   36.187293] EXT4-fs (dm-1): mounted filesystem 35490b7f-488c-442a-b8e4-5bb90dcf2a2a r/w with ordered data mode. Quota mode: none.
[   36.245684] loop0: detected capacity change from 0 to 130448
[   36.265787] loop1: detected capacity change from 0 to 130552
[   36.266080] loop2: detected capacity change from 0 to 188072
[   36.266364] loop3: detected capacity change from 0 to 188176
[   36.285754] loop4: detected capacity change from 0 to 91008
[   36.286032] systemd-journald[388]: Received client request to flush runtime journal.
[   36.286330] loop5: detected capacity change from 0 to 91024
[   36.788528] audit: type=1400 audit(1741278259.555:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=664 comm="apparmor_parser"
[   36.788552] audit: type=1400 audit(1741278259.559:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=664 comm="apparmor_parser"
[   36.788564] audit: type=1400 audit(1741278259.559:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=664 comm="apparmor_parser"
[   36.958070] audit: type=1400 audit(1741278259.731:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=665 comm="apparmor_parser"
[   36.993798] audit: type=1400 audit(1741278259.767:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=668 comm="apparmor_parser"
[   37.153238] audit: type=1400 audit(1741278259.927:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=667 comm="apparmor_parser"
[   37.190477] audit: type=1400 audit(1741278259.963:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=670 comm="apparmor_parser"
[   37.192124] audit: type=1400 audit(1741278259.963:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=670 comm="apparmor_parser"
[   37.277915] audit: type=1400 audit(1741278260.051:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=666 comm="apparmor_parser"
[   37.279840] audit: type=1400 audit(1741278260.051:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=666 comm="apparmor_parser"
[   42.068088] kauditd_printk_skb: 20 callbacks suppressed
[   42.068098] audit: type=1400 audit(1741278264.839:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.migrate" pid=712 comm="apparmor_parser"
[   44.730028] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   52.699501] audit: type=1400 audit(1741278275.471:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=779 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   55.002624] audit: type=1400 audit(1741278277.775:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=922 comm="apparmor_parser"
[   55.193648] evm: overlay not supported
[   55.790990] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   55.800279] Bridge firewalling registered
[   55.976551] loop6: detected capacity change from 0 to 8
[   56.115950] Initializing XFRM netlink socket
[   56.515203] audit: type=1400 audit(1741278279.287:35): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/23771/usr/lib/snapd/snap-confine" pid=1148 comm="apparmor_parser"
[   56.533554] audit: type=1400 audit(1741278279.307:36): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/23771/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1148 comm="apparmor_parser"
[   56.550577] audit: type=1400 audit(1741278279.323:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.lxd" pid=1161 comm="apparmor_parser"
[   56.558571] audit: type=1400 audit(1741278279.331:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.activate" pid=1162 comm="apparmor_parser"
[   56.566605] audit: type=1400 audit(1741278279.339:39): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.benchmark" pid=1165 comm="apparmor_parser"
[   56.575051] audit: type=1400 audit(1741278279.347:40): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.buginfo" pid=1168 comm="apparmor_parser"
[   56.582458] audit: type=1400 audit(1741278279.355:41): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.check-kernel" pid=1170 comm="apparmor_parser"
[   56.595383] audit: type=1400 audit(1741278279.367:42): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.lxd.daemon" pid=1173 comm="apparmor_parser"
[ 6173.971736] perf: interrupt took too long (2856 > 2500), lowering kernel.perf_event_max_sample_rate to 70000
[ 9607.605859] perf: interrupt took too long (3594 > 3570), lowering kernel.perf_event_max_sample_rate to 55500
[14538.687264] perf: interrupt took too long (4499 > 4492), lowering kernel.perf_event_max_sample_rate to 44250
[24562.756883] perf: interrupt took too long (5631 > 5623), lowering kernel.perf_event_max_sample_rate to 35500
[40859.967091] perf: interrupt took too long (7238 > 7038), lowering kernel.perf_event_max_sample_rate to 27500
[137185.875166] perf: interrupt took too long (9407 > 9047), lowering kernel.perf_event_max_sample_rate to 21250
[260228.608982] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0xffffffff
[260228.609657] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0xffffffff
[260228.609667] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0xffffffff
[260228.609673] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0xffffffff
[260228.609679] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffffffff
[260228.609685] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0xffffffff
[260228.609691] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0xffffffff
[260228.609696] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0xffffffff
[260228.609702] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0xffffffff
[260228.609708] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0xffffffff
[260228.609713] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0xffffffff
[260228.609719] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0xffffffff
[260228.609725] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0xffffffff
[260228.609730] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0xffffffff
[260228.609736] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0xffffffff
[260228.609741] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0xffffffff
[260228.640346] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[260228.640363] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[260228.640371] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[260228.640377] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[260228.640384] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[260228.640391] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[260228.640397] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[260228.640404] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[260228.640410] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[260228.640417] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[260228.640423] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[260228.640430] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[260228.640437] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[260228.640443] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[260228.640450] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[260228.640457] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[260228.640463] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[260228.640470] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[260228.640476] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[260228.640483] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[260228.640489] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[260228.640496] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[260228.640502] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[260228.640509] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[260228.640515] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[260228.640522] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[260228.640528] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[260228.640535] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[260228.640541] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[260228.640548] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[260228.640555] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[260228.640561] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[260228.640568] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[260228.640574] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[260228.640581] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[260228.640587] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[260228.640594] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[260228.640600] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[260228.640607] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[260228.640614] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[260228.640620] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[260228.640627] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[260228.640633] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[260228.640639] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[260228.640646] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[260228.640653] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[260228.640659] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[260228.640666] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[260228.711860] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[260228.711902] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug event 0 for deferred handling
[260228.712004] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in hotplug_event()
[260228.712032] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
[260228.712053] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in hotplug_event()
[260228.712096] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
[260228.712121] pcieport 0000:00:1c.0: config space:
[260228.712217] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.712232] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.712246] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.712258] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.712270] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.712282] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.712294] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.712306] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712318] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.712330] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.712342] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712354] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712366] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712378] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.712390] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.712402] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260228.712420] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in acpiphp_check_bridge()
[260228.712481] ACPI: Device [PXSX] status [0000000f]
[260228.712532] ACPI: Device [D015] status [0000000f]
[260228.712598] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling early_dump_pci_device() after enable_slot() in acpiphp_check_bridge()
[260228.712624] pcieport 0000:00:1c.0: config space:
[260228.712718] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.712733] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.712746] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.712758] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.712770] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.712782] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.712794] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.712806] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712818] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.712830] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.712841] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712854] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712865] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.712877] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.712890] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.712902] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260228.712920] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling early_dump_pci_device() after pm_runtime_put() in acpiphp_check_bridge()
[260228.712939] pcieport 0000:00:1c.0: config space:
[260228.713030] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.713044] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.713056] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.713069] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.713081] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.713093] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.713105] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.713117] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713129] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.713141] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.713153] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713165] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713177] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713189] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.713201] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.713213] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260228.713231] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling early_dump_pci_device() before put_bridge() in hotplug_event()
[260228.713250] pcieport 0000:00:1c.0: config space:
[260228.713340] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.713354] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.713366] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.713378] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.713390] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.713402] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.713414] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.713426] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713438] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.713450] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.713462] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713474] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713486] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713498] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.713510] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.713522] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260228.713538] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge in hotplug_event()
[260228.713557] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling early_dump_pci_device() after put_bridge() in hotplug_event()
[260228.713575] pcieport 0000:00:1c.0: config space:
[260228.713666] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[260228.713679] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[260228.713692] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[260228.713704] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[260228.713716] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[260228.713728] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[260228.713740] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[260228.713752] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713764] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[260228.713776] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[260228.713788] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713800] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713812] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[260228.713824] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[260228.713836] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[260228.713848] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[260427.715878] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[260427.715894] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[260427.715901] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[260427.715908] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[260427.715915] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[260427.715921] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[260427.715928] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[260427.715935] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[260427.715941] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[260427.715948] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[260427.715954] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[260427.715961] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[260427.715967] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[260427.715974] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[260427.715980] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[260427.715987] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[260427.741417] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[260427.741435] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[260427.741443] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[260427.741449] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[260427.741456] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[260427.741463] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[260427.741469] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[260427.741476] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[260427.741487] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[260427.741494] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[260427.741501] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[260427.741508] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[260427.741514] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[260427.741521] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[260427.741528] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[260427.741534] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[260427.741541] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[260427.741548] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[260427.741554] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[260427.741561] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[260427.741567] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[260427.741574] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[260427.741581] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[260427.741587] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[260427.741594] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[260427.741600] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[260427.741607] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[260427.741613] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[260427.741620] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[260427.741626] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[260427.741633] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[260427.741640] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[260427.741646] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[260427.741653] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[260427.741659] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[260427.741666] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[260427.741672] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[260427.741679] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[260427.741685] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[260427.741692] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[260427.741698] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[260427.741705] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[260427.741711] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[260427.741718] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[260427.741724] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[260427.741731] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[260427.741737] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[260427.741744] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0


[-- Attachment #3: 0003-added-early_dump_pci_device-through-the-acpiphp-path.patch --]
[-- Type: application/octet-stream, Size: 6262 bytes --]

From 9e7d323565bf286ad3467982779afb2d846b7885 Mon Sep 17 00:00:00 2001
From: Naveen Kumar Parna <naveenkumar.parna@gmail.com>
Date: Wed, 5 Mar 2025 15:19:41 +0530
Subject: [PATCH 3/3] added early_dump_pci_device() through the acpiphp path

---
 drivers/pci/access.c               | 24 ++++++++++++++++++++++--
 drivers/pci/hotplug/acpiphp_glue.c | 15 ++++++++++++++-
 drivers/pci/probe.c                |  2 +-
 include/linux/pci.h                |  2 ++
 4 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index 99d47d84f..6aa1d68bc 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -52,10 +52,12 @@ int noinline pci_bus_read_config_##size \
 	pci_unlock_config(flags);					\
 									\
 	/* Log all reads for device 01:00.0 */								\
+	/*
 	if (bus->number == 1 && PCI_SLOT(devfn) == 0 && PCI_FUNC(devfn) == 0) {				\
-		pr_info("PCI READ: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d data=0x%x\n",	\
+		pr_info("KERNEL PCI READ: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d data=0x%x\n",	\
 			res, bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), pos, len, data);		\
 	}												\
+	*/
 									\
 	return res;							\
 }
@@ -75,10 +77,12 @@ int noinline pci_bus_write_config_##size \
 	pci_unlock_config(flags);					\
 									\
 	/* Log all writes for device 01:00.0 */								\
+	/*
 	if (bus->number == 1 && PCI_SLOT(devfn) == 0 && PCI_FUNC(devfn) == 0) {				\
-		pr_info("PCI WRITE: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d value=0x%x\n",	\
+		pr_info("KERNEL PCI WRITE: res=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d value=0x%x\n",	\
 			res, bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), pos, len, value);		\
 	}												\
+	*/
 									\
 	return res;							\
 }
@@ -257,6 +261,14 @@ int pci_user_read_config_##size						\
 	else								\
 		*val = (type)data;					\
 									\
+        /* Log all user-space reads for device 01:00.0 */               \
+        if (dev->bus->number == 1 && PCI_SLOT(dev->devfn) == 0 &&       \
+            PCI_FUNC(dev->devfn) == 0) {                                \
+                pr_info("USER PCI READ: ret=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d data=0x%x\n",  \
+                        ret, dev->bus->number, PCI_SLOT(dev->devfn),    \
+                        PCI_FUNC(dev->devfn), pos, sizeof(type), data); \
+        }                                                               \
+                                                                        \
 	return pcibios_err_to_errno(ret);				\
 }									\
 EXPORT_SYMBOL_GPL(pci_user_read_config_##size);
@@ -278,6 +290,14 @@ int pci_user_write_config_##size					\
 				   pos, sizeof(type), val);		\
 	raw_spin_unlock_irq(&pci_lock);					\
 									\
+        /* Log all user-space writes for device 01:00.0 */              \
+        if (dev->bus->number == 1 && PCI_SLOT(dev->devfn) == 0 &&       \
+            PCI_FUNC(dev->devfn) == 0) {                                \
+                pr_info("USER PCI WRITE: ret=%d, bus=%02x dev=%02x func=%x pos=0x%02x len=%d value=0x%x\n",  \
+                        ret, dev->bus->number, PCI_SLOT(dev->devfn),    \
+                        PCI_FUNC(dev->devfn), pos, sizeof(type), val);  \
+        }                                                               \
+                                                                        \
 	return pcibios_err_to_errno(ret);				\
 }									\
 EXPORT_SYMBOL_GPL(pci_user_write_config_##size);
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index b6a57f101..e918f6963 100644
--- a/drivers/pci/hotplug/acpiphp_glue.c
+++ b/drivers/pci/hotplug/acpiphp_glue.c
@@ -721,17 +721,26 @@ static void acpiphp_check_bridge(struct acpiphp_bridge *bridge)
 				if (PCI_SLOT(dev->devfn) == slot->device)
 					trim_stale_devices(dev);
 
+			acpi_handle_debug(handle, "calling early_dump_pci_device() before enable_slot() in %s()\n", __func__);
+			early_dump_pci_device(bridge->pci_dev);
 			/* configure all functions */
                         acpi_handle_debug(handle, "Enabling slot in %s()\n", __func__);
 			enable_slot(slot, true);
+			acpi_handle_debug(handle, "calling early_dump_pci_device() after enable_slot() in %s()\n", __func__);
+			early_dump_pci_device(bridge->pci_dev);
 		} else {
                         acpi_handle_debug(handle, "Slot has an invalid device status, disabling in %s()\n", __func__);
 			disable_slot(slot);
+			acpi_handle_debug(handle, "calling early_dump_pci_device() after disable_slot() in %s()\n", __func__);
+			early_dump_pci_device(bridge->pci_dev);
 		}
 	}
 
-	if (bridge->pci_dev)
+	if (bridge->pci_dev) {
 		pm_runtime_put(&bridge->pci_dev->dev);
+		acpi_handle_debug(handle, "calling early_dump_pci_device() after pm_runtime_put() in %s()\n", __func__);
+		early_dump_pci_device(bridge->pci_dev);
+	}
 }
 
 /*
@@ -845,8 +854,12 @@ static void hotplug_event(u32 type, struct acpiphp_context *context)
 
 	pci_unlock_rescan_remove();
 	if (bridge) {
+		acpi_handle_debug(handle, "calling early_dump_pci_device() before put_bridge() in %s()\n", __func__);
+		early_dump_pci_device(bridge->pci_dev);
 		acpi_handle_debug(handle, "Releasing bridge in %s()\n", __func__);
 		put_bridge(bridge);
+		acpi_handle_debug(handle, "calling early_dump_pci_device() after put_bridge() in %s()\n", __func__);
+		early_dump_pci_device(bridge->pci_dev);
 	}
 }
 
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 2e81ab0f5..a483d7c7a 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1852,7 +1852,7 @@ static int pci_intx_mask_broken(struct pci_dev *dev)
 	return 0;
 }
 
-static void early_dump_pci_device(struct pci_dev *pdev)
+void early_dump_pci_device(struct pci_dev *pdev)
 {
 	u32 value[256 / 4];
 	int i;
diff --git a/include/linux/pci.h b/include/linux/pci.h
index db9b47ce3..de4ace714 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -2712,4 +2712,6 @@ void pci_uevent_ers(struct pci_dev *pdev, enum  pci_ers_result err_type);
 	WARN_ONCE(condition, "%s %s: " fmt, \
 		  dev_driver_string(&(pdev)->dev), pci_name(pdev), ##arg)
 
+void early_dump_pci_device(struct pci_dev *pdev);
+
 #endif /* LINUX_PCI_H */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-10 11:23                           ` Naveen Kumar P
@ 2025-03-11 18:04                             ` Naveen Kumar P
  2025-03-18 14:07                               ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-11 18:04 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

On Mon, Mar 10, 2025 at 4:53 PM Naveen Kumar P
<naveenkumar.parna@gmail.com> wrote:
>
> On Wed, Mar 5, 2025 at 4:14 AM Naveen Kumar P
> <naveenkumar.parna@gmail.com> wrote:
> >
> > On Wed, Mar 5, 2025 at 2:31 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > >
> > > On Tue, Mar 04, 2025 at 10:19:07PM +0530, Naveen Kumar P wrote:
> > > > On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
> > > > <naveenkumar.parna@gmail.com> wrote:
> > > > ...
> > >
> > > > For this test run, I removed all three parameters (pcie_aspm=off,
> > > > pci=nomsi, and pcie_ports=on) and booted with the following kernel
> > > > command line arguments:
> > > >
> > > > cat /proc/cmdline
> > > > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > > > "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
> > > > drivers/acpi/osl.c +p"
> > > >
> > > > This time, the issue occurred earlier, at 22998 seconds. Below is the
> > > > relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
> > > > complete log is attached (dmesg_march4th_log.txt).
> > > >
> > > > [22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> > > > [22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> > > > event 0 for deferred handling
> > > > [22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> > > > hotplug_event()
> > > > [22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> > > > hotplug_event()
> > > > [22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > > data=0x55551556
> > > > [22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > > data=0x55551556
> > >
> > > Fine again.
> > >
> > > > [22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> > > > acpiphp_check_bridge()
> > > > [22998.537155] ACPI: Device [PXSX] status [0000000f]
> > > > [22998.537206] ACPI: Device [D015] status [0000000f]
> > > > [22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> > > > in hotplug_event()
> > > >
> > > > sudo lspci -xxx -s 01:00.0 | grep 10:
> > > > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > >
> > > Obviously a problem.  Can you start including the whole
> > > "lspci -x -s 01:00.0" output?  Obviously the Vendor ID reads above
> > > worked fine.  I *assume* it's still fine here, and only the BARs are
> > > zeroed out?
> > I've captured the complete lspci output from the last run, and it is as follows:
> >
> > $sudo lspci -xxx -s 01:00.0
> > 01:00.0 RAM memory: PLDA Device 5555
> > 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> > 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > I've also observed some inconsistencies in the behavior. In previous
> > runs, the first invocation of lspci showed all FF's, and then the next
> > run resulted in a PCI BAR reset, as mentioned below.
> >
> > Previous runs - first invocation of lspci output :
> > --------------------------------------------------
> > $sudo lspci -xxx -s 01:00.0
> > 01:00.0 RAM memory: PLDA Device 5555 (rev ff)
> > 00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> >
> > Previous runs - second invocation of lspci output :
> > --------------------------------------------------
> > $sudo lspci -xxx -s 01:00.0
> > 01:00.0 RAM memory: PLDA Device 5555
> > 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> > 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > However this time, the first run didn't show all FF's but instead
> > directly resulted in a PCI BAR reset.
> >
> >
> > >
> > > I assume you saw no new dmesg logs about config accesses to the device
> > > before the lspci.  If you instrumented the user config accessors
> > > (pci_user_read_config_*(), also in access.c), you should see those
> > > accesses.
> > i will try this and update you with the results soon.
> > >
> > > You could sprinkle some calls to early_dump_pci_device() through the
> > > acpiphp path.  Turn off the kernel config access tracing when you do
> > > this so it doesn't clutter things up.
> I instrumented the user config accessors (pci_user_read_config_*())
> and added calls to early_dump_pci_device() in the ACPIPHP path. The
> corresponding patch
> (0003-added-early_dump_pci_device-through-the-acpiphp-path.patch) is
> attached for reference.
>
> After rebuilding the kernel with these changes, I rebooted the system
> and monitored the ACPI_NOTIFY_BUS_CHECK event in dmesg, but it did not
> appear initially. After waiting for three days, I manually ran lspci,
> which resulted in all 0xFFs in the PCI config space from 0x00 to 0x3F
> as shown below:
> $ sudo lspci -xxx -s 01:00.0
> 01:00.0 RAM memory: PLDA Device 5555 (rev ff)
> 00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
>
> The corresponding dmesg log confirms this:
>
> [260228.608982] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
> len=4 data=0xffffffff
> ...
> [260228.609741] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c
> len=4 data=0xffffffff
> [260228.640346] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x40
> len=4 data=0x34801
> ..
> [260228.640666] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xfc
> len=4 data=0x0
>
>
> However, after completing this command, the ACPI_NOTIFY_BUS_CHECK
> event was triggered. At this point, the early_dump_pci_device() output
> reflected the correct values in the PCI config space (0x00 to 0x3F),
> except for BAR0 (offset 0x10), which had been reset to 0x0:
>
> [260228.711860] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> [260228.711902] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> event 0 for deferred handling
> [260228.712004] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired
> in hotplug_event()
> [260228.712032] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
> hotplug_event()
> [260228.712053] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge
> in hotplug_event()
> [260228.712096] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling
> early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
> [260228.712121] pcieport 0000:00:1c.0: config space:
> [260228.712217] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
> [260228.712232] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
> [260228.712246] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
> [260228.712258] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
> [260228.712270] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
> [260228.712282] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
> [260228.712294] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
> [260228.712306] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> [260228.712318] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
> [260228.712330] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
> [260228.712342] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
> [260228.712354] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> [260228.712366] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> [260228.712378] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
> [260228.712390] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
> [260228.712402] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
> [260228.712420] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> acpiphp_check_bridge()
>
>
> A second lspci command confirmed that BAR0 remained 0x00, aligning
> with the early_dump_pci_device() output:
> $sudo lspci -xxx -s 01:00.0
> 01:00.0 RAM memory: PLDA Device 5555
> 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> While I can now reliably reproduce the issue, I still don’t have
> clarity on why BAR0 is being reset to zero?
>
> I would like to summarize my observations as follows. Based on my
> testing, I have noticed that the PCI BAR0 address (offset 0x10) gets
> reset to zero under the following scenarios:
>
> 1. Spontaneous ACPI BUS CHECK Event
> After booting the system, at an unpredictable time, an
> ACPI_NOTIFY_BUS_CHECK event appears in the dmesg log.
> Running lspci -xxx -s 01:00.0 after this event shows that BAR0 (offset
> 0x10) is reset to zero.
>
> 2. ACPI BUS CHECK Event Triggered After lspci Shows All 0xFF’s (Full
> Config Space)
> I waited for the ACPI_NOTIFY_BUS_CHECK event, but it did not appear in
> the dmesg log.
> Running lspci -xxx -s 01:00.0 at this stage resulted in all 0xFF's in
> the PCI configuration space from offset 0x00 to 0xFF.
> Immediately after this, the ACPI_NOTIFY_BUS_CHECK event appeared in dmesg.
> After this event, running lspci again showed correct values in the PCI
> configuration space, except BAR0 (offset 0x10) was still reset to
> zero.
>
> 3. ACPI BUS CHECK Event Triggered After lspci Shows Partial 0xFF’s
> (First 64 Bytes - as observed in this dmesg log)
> This scenario is similar to the second one.
> Running lspci -xxx -s 01:00.0 resulted in all 0xFF's from offset 0x00
> to 0x3F instead of the entire config space.
> The ACPI_NOTIFY_BUS_CHECK event then appeared, and lspci showed
> correct values except for BAR0 (offset 0x10), which was reset to zero.
>
>
> Why does reading the PCI configuration space with lspci sometimes
> return 0xFF's for the first 64 bytes (offset 0x00 to 0x3F) and other
> times for the entire 256-byte space (offset 0x00 to 0xFF)?
>
> Does the kernel provide any debug messages or hooks that can help
> determine why the PCI config space reads all 0xFF's before the ACPI
> BUS CHECK event?
>
> Should I add any additional instrumentation in the kernel (e.g.,
> deeper tracing in access.c, ACPI hotplug path, or PCIe port handling)
> to gather more information on why BAR0 is being reset?
>
> I have attached the patch
> 0003-added-early_dump_pci_device-through-the-acpiphp-path.patch and
> the full dmesg log for reference.
>
> Looking forward to your thoughts.
>
> > >
> > > What is this device?  Is it a shipping product?  Do you have good
> > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > flashed with RTL code to expose several host interfaces to the system
> > via the PCIe link.
> >
> > > confidence that the hardware is working correctly?  I guess you said
> > > it works correctly on a different machine with an older kernel.  I
> > > would swap the cards between machines in case one card is broken.
The issue occurs randomly after a few days of system uptime,
post-boot, during runtime.
The same PCIe card is currently working fine on another machine
running Ubuntu 16.04 with kernel 4.4.0-66-generic. However, the
affected machine is running Ubuntu 20.04 with a newly built latest
kernel. Full testing on the older kernel is still on hold, as we are
currently focusing on recent kernels.
Apart from kernel differences, the BIOS versions are also different on
these systems.
Given that the issue happens at runtime and not during initialization,
could BIOS influence this behavior after boot?

BAR Register Differences & Configuration Source:
------------------------------------------------------------------
The BASE_ADDRESS_0 register differs between the two machines:
Ubuntu 20.04 (buggy system): 0xb0400000
Ubuntu 16.04 (working system): 0xd0400000

I would like to understand who determines this value:
Is it set by BIOS, firmware, or the Linux kernel PCI driver?
Could you provide a reference to the source code where the BAR
registers are assigned and mapped?

Earlier, CONFIG_PCI_DEBUG was not set. I have now enabled it and
started the kernel build. Are there any other important CONFIG debug
options that need to be enabled for debugging this?

> > >
> > > You could try bisecting between the working kernel and the broken one.
> > > It's kind of painful since it takes so long to reproduce the problem.
> > >
> > > Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-11 18:04                             ` Naveen Kumar P
@ 2025-03-18 14:07                               ` Naveen Kumar P
  0 siblings, 0 replies; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-18 14:07 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

Following up on the PCI BAR0 reset issue, I have collected more data
and performed additional debugging steps. Below are the key
observations and queries:

Observations:
1. The issue occurs randomly after a few days of system uptime.
2. When the issue occurs, reading the PCI configuration space (lspci
-xxx -s 01:00.0) sometimes returns all 0xffs from offset 0x00 to 0x3F
or the entire config space.
$ sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

$ uptime
 11:29:59 up 3 days, 14:39,  1 user,  load average: 0.75, 0.57, 0.47

3. After this, subsequent reads restore non-0xff values, but BAR0 gets
reset to zero.
$ sudo lspci -xxx -s 01:00.0
01:00.0 RAM memory: PLDA Device 5555
00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 02 00 c2 8f 00 00 10 28 01 00 21 f4 03 00
70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Debugging Steps Taken:
Used ftrace to track relevant PCI, hotplug, and BIOS-related function calls:

echo function > current_tracer
echo '*pci* *hotplug* *bios*' > set_ftrace_filter

Captured a 19MB trace file, so sharing the full trace isn't feasible.

few lines of the dmesg log, where it returned "all ones" from config
space is mentioned below:
[311972.545818] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0xffffffff
[311972.564790] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04
len=4 data=0xffffffff
[311972.564826] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08
len=4 data=0xffffffff
[311972.564840] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c
len=4 data=0xffffffff
[311972.564848] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10
len=4 data=0xffffffff
[311972.564856] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14
len=4 data=0xffffffff


the corresponding function tracer log is mentioned below:
   node_exporter-1484    [000] ..... 311972.543102:
acpi_ex_pci_config_space_handler <-acpi_ev_address_space_dispatch
   node_exporter-1484    [000] ..... 311972.543104:
acpi_os_read_pci_configuration <-acpi_ex_pci_config_space_handler
   node_exporter-1484    [000] ..... 311972.543104: raw_pci_read
<-acpi_os_read_pci_configuration
   node_exporter-1484    [000] ..... 311972.543105: pci_conf1_read
<-raw_pci_read
           lspci-242643  [001] ..... 311972.557702:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557707:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557708:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557710:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557711:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557712:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557712:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557713:
pci_resource_to_user <-resource_show
           lspci-242643  [001] ..... 311972.557714:
pci_resource_to_user <-resource_show


Questions & Next Steps:
1. Device Inaccessibility:
When reading all 0xffs from config space, does this indicate the
device is reset or powered down?
Shouldn't the kernel receive a hotplug event or error notification in this case?

2. ftrace Analysis:
Are there any additional function filters I should apply to
set_ftrace_filter to capture relevant events?
Any specific function calls in the trace file that I should focus on
for debugging?

Any recommended PCIe registers to check?
Let me know your thoughts and any additional suggestions.

On Tue, Mar 11, 2025 at 11:34 PM Naveen Kumar P
<naveenkumar.parna@gmail.com> wrote:
>
> On Mon, Mar 10, 2025 at 4:53 PM Naveen Kumar P
> <naveenkumar.parna@gmail.com> wrote:
> >
> > On Wed, Mar 5, 2025 at 4:14 AM Naveen Kumar P
> > <naveenkumar.parna@gmail.com> wrote:
> > >
> > > On Wed, Mar 5, 2025 at 2:31 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > >
> > > > On Tue, Mar 04, 2025 at 10:19:07PM +0530, Naveen Kumar P wrote:
> > > > > On Tue, Mar 4, 2025 at 1:35 PM Naveen Kumar P
> > > > > <naveenkumar.parna@gmail.com> wrote:
> > > > > ...
> > > >
> > > > > For this test run, I removed all three parameters (pcie_aspm=off,
> > > > > pci=nomsi, and pcie_ports=on) and booted with the following kernel
> > > > > command line arguments:
> > > > >
> > > > > cat /proc/cmdline
> > > > > BOOT_IMAGE=/vmlinuz-6.13.0+ root=/dev/mapper/vg00-rootvol ro quiet
> > > > > "dyndbg=file drivers/pci/* +p; file drivers/acpi/bus.c +p; file
> > > > > drivers/acpi/osl.c +p"
> > > > >
> > > > > This time, the issue occurred earlier, at 22998 seconds. Below is the
> > > > > relevant dmesg log during the ACPI_NOTIFY_BUS_CHECK event. The
> > > > > complete log is attached (dmesg_march4th_log.txt).
> > > > >
> > > > > [22998.536705] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> > > > > [22998.536753] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> > > > > event 0 for deferred handling
> > > > > [22998.536934] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired in
> > > > > hotplug_event()
> > > > > [22998.536972] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > > [22998.537002] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge in
> > > > > hotplug_event()
> > > > > [22998.537024] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > > > data=0x55551556
> > > > > [22998.537066] PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4
> > > > > data=0x55551556
> > > >
> > > > Fine again.
> > > >
> > > > > [22998.537094] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> > > > > acpiphp_check_bridge()
> > > > > [22998.537155] ACPI: Device [PXSX] status [0000000f]
> > > > > [22998.537206] ACPI: Device [D015] status [0000000f]
> > > > > [22998.537276] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Releasing bridge
> > > > > in hotplug_event()
> > > > >
> > > > > sudo lspci -xxx -s 01:00.0 | grep 10:
> > > > > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > >
> > > > Obviously a problem.  Can you start including the whole
> > > > "lspci -x -s 01:00.0" output?  Obviously the Vendor ID reads above
> > > > worked fine.  I *assume* it's still fine here, and only the BARs are
> > > > zeroed out?
> > > I've captured the complete lspci output from the last run, and it is as follows:
> > >
> > > $sudo lspci -xxx -s 01:00.0
> > > 01:00.0 RAM memory: PLDA Device 5555
> > > 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> > > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> > > 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> > > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > >
> > > I've also observed some inconsistencies in the behavior. In previous
> > > runs, the first invocation of lspci showed all FF's, and then the next
> > > run resulted in a PCI BAR reset, as mentioned below.
> > >
> > > Previous runs - first invocation of lspci output :
> > > --------------------------------------------------
> > > $sudo lspci -xxx -s 01:00.0
> > > 01:00.0 RAM memory: PLDA Device 5555 (rev ff)
> > > 00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > > f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > >
> > > Previous runs - second invocation of lspci output :
> > > --------------------------------------------------
> > > $sudo lspci -xxx -s 01:00.0
> > > 01:00.0 RAM memory: PLDA Device 5555
> > > 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> > > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> > > 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> > > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > >
> > > However this time, the first run didn't show all FF's but instead
> > > directly resulted in a PCI BAR reset.
> > >
> > >
> > > >
> > > > I assume you saw no new dmesg logs about config accesses to the device
> > > > before the lspci.  If you instrumented the user config accessors
> > > > (pci_user_read_config_*(), also in access.c), you should see those
> > > > accesses.
> > > i will try this and update you with the results soon.
> > > >
> > > > You could sprinkle some calls to early_dump_pci_device() through the
> > > > acpiphp path.  Turn off the kernel config access tracing when you do
> > > > this so it doesn't clutter things up.
> > I instrumented the user config accessors (pci_user_read_config_*())
> > and added calls to early_dump_pci_device() in the ACPIPHP path. The
> > corresponding patch
> > (0003-added-early_dump_pci_device-through-the-acpiphp-path.patch) is
> > attached for reference.
> >
> > After rebuilding the kernel with these changes, I rebooted the system
> > and monitored the ACPI_NOTIFY_BUS_CHECK event in dmesg, but it did not
> > appear initially. After waiting for three days, I manually ran lspci,
> > which resulted in all 0xFFs in the PCI config space from 0x00 to 0x3F
> > as shown below:
> > $ sudo lspci -xxx -s 01:00.0
> > 01:00.0 RAM memory: PLDA Device 5555 (rev ff)
> > 00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
> > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> >
> > The corresponding dmesg log confirms this:
> >
> > [260228.608982] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
> > len=4 data=0xffffffff
> > ...
> > [260228.609741] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c
> > len=4 data=0xffffffff
> > [260228.640346] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x40
> > len=4 data=0x34801
> > ..
> > [260228.640666] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0xfc
> > len=4 data=0x0
> >
> >
> > However, after completing this command, the ACPI_NOTIFY_BUS_CHECK
> > event was triggered. At this point, the early_dump_pci_device() output
> > reflected the correct values in the PCI config space (0x00 to 0x3F),
> > except for BAR0 (offset 0x10), which had been reset to 0x0:
> >
> > [260228.711860] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
> > [260228.711902] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
> > event 0 for deferred handling
> > [260228.712004] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bridge acquired
> > in hotplug_event()
> > [260228.712032] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
> > hotplug_event()
> > [260228.712053] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Checking bridge
> > in hotplug_event()
> > [260228.712096] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: calling
> > early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
> > [260228.712121] pcieport 0000:00:1c.0: config space:
> > [260228.712217] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
> > [260228.712232] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
> > [260228.712246] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
> > [260228.712258] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
> > [260228.712270] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
> > [260228.712282] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
> > [260228.712294] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
> > [260228.712306] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > [260228.712318] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
> > [260228.712330] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
> > [260228.712342] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
> > [260228.712354] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > [260228.712366] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > [260228.712378] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
> > [260228.712390] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
> > [260228.712402] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
> > [260228.712420] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Enabling slot in
> > acpiphp_check_bridge()
> >
> >
> > A second lspci command confirmed that BAR0 remained 0x00, aligning
> > with the early_dump_pci_device() output:
> > $sudo lspci -xxx -s 01:00.0
> > 01:00.0 RAM memory: PLDA Device 5555
> > 00: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
> > 30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
> > 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
> > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 60: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
> > 70: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
> > 80: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
> > 90: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
> > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> > f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > While I can now reliably reproduce the issue, I still don’t have
> > clarity on why BAR0 is being reset to zero?
> >
> > I would like to summarize my observations as follows. Based on my
> > testing, I have noticed that the PCI BAR0 address (offset 0x10) gets
> > reset to zero under the following scenarios:
> >
> > 1. Spontaneous ACPI BUS CHECK Event
> > After booting the system, at an unpredictable time, an
> > ACPI_NOTIFY_BUS_CHECK event appears in the dmesg log.
> > Running lspci -xxx -s 01:00.0 after this event shows that BAR0 (offset
> > 0x10) is reset to zero.
> >
> > 2. ACPI BUS CHECK Event Triggered After lspci Shows All 0xFF’s (Full
> > Config Space)
> > I waited for the ACPI_NOTIFY_BUS_CHECK event, but it did not appear in
> > the dmesg log.
> > Running lspci -xxx -s 01:00.0 at this stage resulted in all 0xFF's in
> > the PCI configuration space from offset 0x00 to 0xFF.
> > Immediately after this, the ACPI_NOTIFY_BUS_CHECK event appeared in dmesg.
> > After this event, running lspci again showed correct values in the PCI
> > configuration space, except BAR0 (offset 0x10) was still reset to
> > zero.
> >
> > 3. ACPI BUS CHECK Event Triggered After lspci Shows Partial 0xFF’s
> > (First 64 Bytes - as observed in this dmesg log)
> > This scenario is similar to the second one.
> > Running lspci -xxx -s 01:00.0 resulted in all 0xFF's from offset 0x00
> > to 0x3F instead of the entire config space.
> > The ACPI_NOTIFY_BUS_CHECK event then appeared, and lspci showed
> > correct values except for BAR0 (offset 0x10), which was reset to zero.
> >
> >
> > Why does reading the PCI configuration space with lspci sometimes
> > return 0xFF's for the first 64 bytes (offset 0x00 to 0x3F) and other
> > times for the entire 256-byte space (offset 0x00 to 0xFF)?
> >
> > Does the kernel provide any debug messages or hooks that can help
> > determine why the PCI config space reads all 0xFF's before the ACPI
> > BUS CHECK event?
> >
> > Should I add any additional instrumentation in the kernel (e.g.,
> > deeper tracing in access.c, ACPI hotplug path, or PCIe port handling)
> > to gather more information on why BAR0 is being reset?
> >
> > I have attached the patch
> > 0003-added-early_dump_pci_device-through-the-acpiphp-path.patch and
> > the full dmesg log for reference.
> >
> > Looking forward to your thoughts.
> >
> > > >
> > > > What is this device?  Is it a shipping product?  Do you have good
> > > The PCIe device in question is a Xilinx FPGA endpoint, which is
> > > flashed with RTL code to expose several host interfaces to the system
> > > via the PCIe link.
> > >
> > > > confidence that the hardware is working correctly?  I guess you said
> > > > it works correctly on a different machine with an older kernel.  I
> > > > would swap the cards between machines in case one card is broken.
> The issue occurs randomly after a few days of system uptime,
> post-boot, during runtime.
> The same PCIe card is currently working fine on another machine
> running Ubuntu 16.04 with kernel 4.4.0-66-generic. However, the
> affected machine is running Ubuntu 20.04 with a newly built latest
> kernel. Full testing on the older kernel is still on hold, as we are
> currently focusing on recent kernels.
> Apart from kernel differences, the BIOS versions are also different on
> these systems.
> Given that the issue happens at runtime and not during initialization,
> could BIOS influence this behavior after boot?
>
> BAR Register Differences & Configuration Source:
> ------------------------------------------------------------------
> The BASE_ADDRESS_0 register differs between the two machines:
> Ubuntu 20.04 (buggy system): 0xb0400000
> Ubuntu 16.04 (working system): 0xd0400000
>
> I would like to understand who determines this value:
> Is it set by BIOS, firmware, or the Linux kernel PCI driver?
> Could you provide a reference to the source code where the BAR
> registers are assigned and mapped?
>
> Earlier, CONFIG_PCI_DEBUG was not set. I have now enabled it and
> started the kernel build. Are there any other important CONFIG debug
> options that need to be enabled for debugging this?
>
> > > >
> > > > You could try bisecting between the working kernel and the broken one.
> > > > It's kind of painful since it takes so long to reproduce the problem.
> > > >
> > > > Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-02-24 17:33     ` Bjorn Helgaas
  2025-02-24 18:59       ` Naveen Kumar P
@ 2025-03-19 14:37       ` Naveen Kumar P
  2025-03-19 21:41         ` Bjorn Helgaas
  1 sibling, 1 reply; 21+ messages in thread
From: Naveen Kumar P @ 2025-03-19 14:37 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 16669 bytes --]

On Mon, Feb 24, 2025 at 11:03 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Mon, Feb 24, 2025 at 05:45:35PM +0530, Naveen Kumar P wrote:
> > On Wed, Feb 19, 2025 at 10:36 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Wed, Feb 19, 2025 at 05:52:47PM +0530, Naveen Kumar P wrote:
> > > > Hi all,
> > > >
> > > > I am writing to seek assistance with an issue we are experiencing with
> > > > a PCIe device (PLDA Device 5555) connected through PCI Express Root
> > > > Port 1 to the host bridge.
> > > >
> > > > We have observed that after booting the system, the Base Address
> > > > Register (BAR0) memory of this device gets reset to 0x0 after
> > > > approximately one hour or more (the timing is inconsistent). This was
> > > > verified using the lspci output and the setpci -s 01:00.0
> > > > BASE_ADDRESS_0 command.
> > > >
> > > > To diagnose the issue, we checked the dmesg log, but it did not
> > > > provide any relevant information. I then enabled dynamic debugging for
> > > > the PCI subsystem (drivers/pci/*) and noticed the following messages
> > > > related ACPI hotplug in the dmesg log:
> > > >
> > > > [    0.465144] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb07fffff]
> > > > ...
> > > > [ 6710.000355] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [ 7916.250868] perf: interrupt took too long (4072 > 3601), lowering
> > > > kernel.perf_event_max_sample_rate to 49000
> > > > [ 7984.719647] perf: interrupt took too long (5378 > 5090), lowering
> > > > kernel.perf_event_max_sample_rate to 37000
> > > > [11051.409115] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [11755.388727] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [12223.885715] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > [14303.465636] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in hotplug_event()
> > > > After these messages appear, reading the device BAR memory results in
> > > > 0x0 instead of the expected value.
> > > >
> > > > I would like to understand the following:
> > > >
> > > > 1. What could be causing these hotplug_event debug messages?
> > >
> > > This is an ACPI Notify event.  Basically the platform is telling us to
> > > re-enumerate the hierarchy below RP01 because a device might have been
> > > added or removed.
> >
> > Thank you for your response regarding the PCI BAR reset issue we are
> > experiencing with the PLDA Device 5555. I have a few follow-up
> > questions and additional information to share.
> >
> > 1. Clarification on "Platform":
> >
> > Does the term "platform" refer to the BIOS/ACPI subsystem in this context?
>
> Yes, "platform" refers to the BIOS/ACPI subsystem.
>
> > Can the platform signal to re-enumerate the hierarchy below RP01
> > without an actual device being removed or added? In our case, the PCI
> > PLDA device is neither physically removed nor connected to the bus on
> > the fly.
>
> Yes, I think a Bus Check notification is just a request for the OS to
> re-enumerate starting at the point in the device tree where it is
> notified.  It's possible that no add or remove has occurred.  ACPI
> r6.5, sec 5.6.6, includes the example of hardware that can't detect
> device changes during a system sleep state, so it issues a Bus Check
> on wake.
>
> > 2. System Configuration:
> >
> > We are currently using an x86_64 system with Ubuntu 20.04.6 LTS
> > (kernel version: 5.4.0-148-generic).
> > I have enabled dynamic debug logs for all files in the PCI and ACPI
> > subsystems and rebooted the system with the following parameters:
> > $ cat /proc/cmdline
> > BOOT_IMAGE=/vmlinuz-5.4.0-148-generic root=/dev/mapper/vg00-rootvol ro
> > quiet libata.force=noncq pci=nomsi pcie_aspm=off pcie_ports=on
> > "dyndbg=file drivers/pci/* +p; file drivers/acpi/* +p"
> >
> >
> > 3. Observations:
> >
> > After rebooting with more debug logs, I noticed the issue after 1 day,
> > 11:48 hours.
> > A snippet of the dmesg log is mentioned below (complete dmesg log is
> > attached to this email):
> >
> > [128845.248503] ACPI: GPE event 0x01
> > [128845.356866] ACPI: \_SB_.PCI0.RP01: ACPI_NOTIFY_BUS_CHECK event
> > [128845.357343] ACPI: \_SB_.PCI0.RP01: acpiphp_glue: Bus check in
> > hotplug_event()
>
> If you could add more debug in hotplug_event() and the things it
> calls, we might get more clues about what's happening.
>
> > 4. BAR Reset Issue:
> >
> > I filtered the lspci output to show the contents of the configuration
> > space starting at offset 0x10 for getting BASE_ADDRESS_0 by running
> > sudo lspci -xxx -s 01:00.0 | grep "10:".
> > Prior to the BAR reset issue, the lspci output was:
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: 00 00 40 b0 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > During the ACPI_NOTIFY_BUS_CHECK event, the lspci output initially
> > showed all FF's, and then the next run of the same command showed
> > BASE_ADDRESS_0 reset to zero:
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
>
> Looks like the device isn't responding at all here.  Could happen if
> the device is reset or powered down.
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+.

Observations:
At timestamp 77998s, repeated AE_AML_LOOP_TIMEOUT errors are present
in the kernel log for the ACPI RDWD and \_SB.PCI0.SBRG.ADP1._PSR
methods.

Below are relevant dmesg log entries
[77998.038653]
               Initialized Local Variables for Method [RDWD]:
[77998.038691]   Local1: 00000000d0fe9fee <Obj>           Integer
0000000000000015
[77998.038862]   Local6: 00000000f41c1645 <Obj>           Integer
0000000000000000
[77998.039031]   Local7: 0000000040665c5c <Obj>           Integer
000000000000AA55

[77998.039237] Initialized Arguments for Method [RDWD]:  (2 arguments
defined for method invocation)
[77998.039273]   Arg0:   00000000397dc53d <Obj>           Integer
0000000000000014
[77998.039442]   Arg1:   000000001099e334 <Obj>           Integer
0000000000000002

[77998.039673] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to
previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[77998.040455] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR
due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[77998.043659] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter
state: AE_AML_LOOP_TIMEOUT

[78028.442980]
               Initialized Local Variables for Method [RDWD]:
[78028.443019]   Local1: 00000000898a9a7e <Obj>           Integer
0000000000000017
[78028.443192]   Local6: 000000000cf0c853 <Obj>           Integer
0000000000000000
[78028.443362]   Local7: 00000000bb4aa65f <Obj>           Integer
000000000000AA55

[78028.443569] Initialized Arguments for Method [RDWD]:  (2 arguments
defined for method invocation)
[78028.443606]   Arg0:   00000000ef8d445b <Obj>           Integer
0000000000000016
[78028.443775]   Arg1:   000000006cacc887 <Obj>           Integer
0000000000000003

[78028.444006] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to
previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78028.446366] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR
due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78028.451179] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter
state: AE_AML_LOOP_TIMEOUT


I noticed these ACPI errors lately and then immediately ran lspci at
timestamp 80269.706159 to check the status of the PCIe device (01:00.0
- PLDA Device 5555), which resulted in all 0xFFFFFFFF reads in PCI
config accessors, indicating the device was unresponsive.
Shortly after running the lspci, an ACPI_NOTIFY_BUS_CHECK event was
triggered, and subsequently BAR0 is reset to zero.

# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx
Series SoC Transaction Register (rev 11)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor
Z36xxx/Z37xxx Series Graphics & Display (rev 11)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series
SATA AHCI Controller (rev 11)
00:14.0 USB controller: Intel Corporation Atom Processor
Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 11)
00:17.0 SD Host controller: Intel Corporation Atom Processor E3800
Series eMMC 4.5 Controller (rev 11)
00:1a.0 Encryption controller: Intel Corporation Atom Processor
Z36xxx/Z37xxx Series Trusted Execution Engine (rev 11)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx
Series High Definition Audio Controller (rev 11)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI
Express Root Port 1 (rev 11)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI
Express Root Port 3 (rev 11)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI
Express Root Port 4 (rev 11)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx
Series Power Control Unit (rev 11)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus
Controller (rev 11)
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network
Connection (rev 03)

In this case, the PLDA Device 5555 showing rev ff - what does this indicate?

Below are relevant dmesg log entries:

[80269.706159] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0xffffffff
[80269.706491] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04
len=4 data=0xffffffff
[80269.706524] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08
len=4 data=0xffffffff
[80269.706556] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c
len=4 data=0xffffffff
[80269.706587] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10
len=4 data=0xffffffff
[80269.706617] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14
len=4 data=0xffffffff
[80269.706648] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x18
len=4 data=0xffffffff
[80269.706678] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x1c
len=4 data=0xffffffff
[80269.706709] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x20
len=4 data=0xffffffff
[80269.706739] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x24
len=4 data=0xffffffff
[80269.706769] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x28
len=4 data=0xffffffff
[80269.706800] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x2c
len=4 data=0xffffffff
[80269.707344] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x30
len=4 data=0xffffffff
[80269.707380] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x34
len=4 data=0xffffffff
[80269.707411] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x38
len=4 data=0xffffffff
[80269.707447] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c
len=4 data=0xffffffff
[80269.828180] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[80269.828259] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug
event 0 for deferred handling
[80269.849376] ACPI: \_SB_.PCI0.RP01: Bridge acquired in hotplug_event()
[80269.850497] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device()
in hotplug_event() - entry
[80269.850576] pcieport 0000:00:1c.0: config space:
[80269.851128] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.851194] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.851253] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.851313] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.851371] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.851430] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.851489] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.851546] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851605] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.851663] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.851721] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851780] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851837] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851895] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.851953] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.852011] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.852143] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.852207] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00
len=4 data=0x55551556
[80269.852275] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04
len=4 data=0x100000
[80269.852342] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08
len=4 data=0x5000000
[80269.852407] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c
len=4 data=0x0
[80269.852471] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10
len=4 data=0x0
[80269.852537] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14
len=4 data=0x0
[80269.852602] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18
len=4 data=0x0
[80269.852666] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c
len=4 data=0x0
[80269.852731] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20
len=4 data=0x0
[80269.852796] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24
len=4 data=0x0
[80269.852860] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28
len=4 data=0x0
[80269.852926] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c
len=4 data=0x4000
[80269.852991] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30
len=4 data=0x0
[80269.853056] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34
len=4 data=0x40
[80269.853122] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38
len=4 data=0x0
[80269.853186] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c
len=4 data=0x1ff


Questions:
Could these ACPI errors impact PCI device access?
Given that the errors originate from _SB.PCI0.SBUS.RDWD, could this
failure disrupt PCI device communication or cause access failures?

What typically causes AE_AML_LOOP_TIMEOUT errors?
Are there known methods to avoid these errors or mitigate their impact
on PCIe devices?

Could this be a firmware/BIOS issue?
If so, what tools or steps should I use to verify and debug the ACPI tables?

I appreciate any insights or guidance on how to debug this issue further.


>
> What is this device?  What driver is bound to it?  I don't see
> anything in dmesg that identifies a driver.
>
> > $ sudo lspci -xxx -s 01:00.0 | grep "10:"
> > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> >
> > I am not sure why lspci initially showed all FF's and then the next
> > run showed BAR0 reset.
> > Complete sudo lspci -xxx -s 01:00.0 output is captured in the attached
> > dmesg_log_pci_bar_reset.txt file.
> >
> > /sys/firmware/acpi/interrupts/gpe01:       1  EN     enabled      unmasked
> > /sys/firmware/acpi/interrupts/gpe02:       1  EN     enabled      unmasked
> >
> >
> > 5. Debugging Steps:
> >
> > Instrumenting acpiphp_check_bridge() will indicate whether we are
> > enabling or disabling a slot (enable_slot() or disable_slot()). Based
> > on the dmesg log, there is only one ACPI_NOTIFY_BUS_CHECK event, and
> > it is most likely for disable_slot(). However, does instrumenting
> > acpiphp_check_bridge() will explain why this is happening without
> > actually removing the PCI PLDA device?
>
> No, it won't explain that.  But if there was no add/remove event,
> re-enumeration should be harmless.  The objective of instrumentation
> would be to figure out why it isn't harmless in this case.
>
> > 6. Reproduction and Additional Information:
> >
> > We do not see any clear pattern or procedure to reproduce this issue.
> > Once the issue occurs, rebooting the machine resolves it, but it
> > reoccurs after an unpredictable time.
> > We have another identical hardware setup with an older kernel (Ubuntu
> > 16.04.4 LTS, kernel version: 4.4.0-66-generic), and this issue has not
> > been observed so far on that machine.
> > Any additional pointers or suggestions on how to proceed to the root
> > cause of this issue would be greatly appreciated.
>
> You're seeing the problem on v5.4 (Nov 2019), which is much newer than
> v4.4 (Jan 2016).  But v5.4 is still really too old to spend a lot of
> time on unless the problem still happens on a current kernel.
>
> Bjorn

[-- Attachment #2: dmesg_march19th_log.txt --]
[-- Type: text/plain, Size: 263284 bytes --]

[    3.015675] ACPI: Device [SEC0] status [0000000f]
[    3.015882] ACPI: Device [PDRC] status [0000000f]
[    3.016303] ACPI: Device [LNKA] status [0000000b]
[    3.016708] ACPI: Device [LNKB] status [00000009]
[    3.017114] ACPI: Device [LNKC] status [0000000b]
[    3.017512] ACPI: Device [LNKD] status [0000000b]
[    3.017915] ACPI: Device [LNKE] status [0000000b]
[    3.018333] ACPI: Device [LNKF] status [0000000b]
[    3.018731] ACPI: Device [LNKG] status [0000000b]
[    3.019143] ACPI: Device [LNKH] status [0000000b]
[    3.019751] ACPI: Device [LPEA] status [00000000]
[    3.019837] ACPI: \_SB_.LPEA.PLPE: New power resource
[    3.020815] ACPI: Device [LPA2] status [00000000]
[    3.020888] ACPI: \_SB_.LPA2.PLPE: New power resource
[    3.021385] ACPI: Device [ADMA] status [0000000f]
[    3.021562] ACPI: Device [PWRB] status [0000000f]
[    3.021720] ACPI: Device [SLPB] status [0000000f]
[    3.022140] ACPI: Device [LID0] status [0000000f]
[    3.022683] ACPI: Device [GPED] status [00000000]
[    3.022935] ACPI: Device [MBID] status [0000000f]
[    3.023153] ACPI: Device [PIND] status [00000000]
[    3.023268] ACPI: Device [_TZ] status [0000000f]
[    3.023809] ACPI: Device [ACPI] status [0000000f]
[    3.023841] ACPI: Device [CPU0] status [0000000f]
[    3.023923] ACPI: Device [CPU1] status [0000000f]
[    3.023956] ACPI: Device [CPU2] status [0000000f]
[    3.023988] ACPI: Device [CPU3] status [0000000f]
[    3.024020] ACPI: Device [_SB] status [0000000f]
[    3.024049] ACPI: Device [RTC0] status [0000000f]
[    3.024094] ACPI: Device [HPET] status [0000000f]
[    3.024244] ACPI: Device [PCI0] status [0000000f]
[    3.024769] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.024788] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    3.025370] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    3.026150] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    3.026180] acpi PNP0A08:00: setup_mcfg_map(0000 [bus 00-ff] ECAM 0x0000000000000000)
[    3.026190] acpi PNP0A08:00: pci_mmconfig_insert(0000 [bus 00-ff])
[    3.026701] pci_create_root_bus: 
[    3.027923] PCI host bridge to bus 0000:00
[    3.027938] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    3.027946] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    3.027952] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    3.027957] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.027964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    3.027970] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xb0b17fff window]
[    3.027976] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.027988] pci_scan_child_bus_extend: 
[    3.027992] pci_bus 0000:00: scanning bus
[    3.027995] pci_scan_slot: 
[    3.027998] only_one_child: 
[    3.028001] pci_scan_device: 
[    3.028006] pci_setup_device: 
[    3.028027] pci_cfg_space_size_ext: 
[    3.028038] pci_set_removable: 
[    3.028042] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 conventional PCI endpoint
[    3.028053] pci_read_bases: 
[    3.028055] __pci_size_bars: 
[    3.028073] __pci_size_bars: 
[    3.028079] __pci_read_base: 
[    3.028083] __pci_read_base: 
[    3.028086] __pci_read_base: 
[    3.028089] __pci_read_base: 
[    3.028092] __pci_read_base: 
[    3.028095] __pci_read_base: 
[    3.028098] __pci_read_base: 
[    3.028103] pci_device_add: 
[    3.028121] pci_init_capabilities: 
[    3.028300] pci_scan_slot: 
[    3.028304] only_one_child: 
[    3.028308] pci_scan_device: 
[    3.028312] pci_scan_slot: 
[    3.028314] only_one_child: 
[    3.028317] pci_scan_device: 
[    3.028321] pci_setup_device: 
[    3.028346] pci_set_removable: 
[    3.028351] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 conventional PCI endpoint
[    3.028361] pci_read_bases: 
[    3.028365] __pci_size_bars: 
[    3.028380] __pci_size_bars: 
[    3.028386] __pci_read_base: 
[    3.028391] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff]
[    3.028396] __pci_read_base: 
[    3.028399] __pci_read_base: 
[    3.028403] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff pref]
[    3.028408] __pci_read_base: 
[    3.028411] __pci_read_base: 
[    3.028415] pci 0000:00:02.0: BAR 4 [io  0xe080-0xe087]
[    3.028420] __pci_read_base: 
[    3.028423] __pci_read_base: 
[    3.028427] pci_device_add: 
[    3.028446] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.028453] pci_init_capabilities: 
[    3.028653] pci_scan_slot: 
[    3.028658] only_one_child: 
[    3.028661] pci_scan_device: 
[    3.028665] pci_scan_slot: 
[    3.028667] only_one_child: 
[    3.028670] pci_scan_device: 
[    3.028674] pci_scan_slot: 
[    3.028676] only_one_child: 
[    3.028679] pci_scan_device: 
[    3.028682] pci_scan_slot: 
[    3.028685] only_one_child: 
[    3.028687] pci_scan_device: 
[    3.028691] pci_scan_slot: 
[    3.028693] only_one_child: 
[    3.028696] pci_scan_device: 
[    3.028699] pci_scan_slot: 
[    3.028702] only_one_child: 
[    3.028705] pci_scan_device: 
[    3.028708] pci_scan_slot: 
[    3.028711] only_one_child: 
[    3.028713] pci_scan_device: 
[    3.028717] pci_scan_slot: 
[    3.028719] only_one_child: 
[    3.028722] pci_scan_device: 
[    3.028725] pci_scan_slot: 
[    3.028728] only_one_child: 
[    3.028730] pci_scan_device: 
[    3.028734] pci_scan_slot: 
[    3.028736] only_one_child: 
[    3.028739] pci_scan_device: 
[    3.028742] pci_scan_slot: 
[    3.028745] only_one_child: 
[    3.028748] pci_scan_device: 
[    3.028751] pci_scan_slot: 
[    3.028754] only_one_child: 
[    3.028756] pci_scan_device: 
[    3.028760] pci_scan_slot: 
[    3.028762] only_one_child: 
[    3.028765] pci_scan_device: 
[    3.028768] pci_scan_slot: 
[    3.028771] only_one_child: 
[    3.028773] pci_scan_device: 
[    3.028777] pci_scan_slot: 
[    3.028779] only_one_child: 
[    3.028782] pci_scan_device: 
[    3.028785] pci_scan_slot: 
[    3.028788] only_one_child: 
[    3.028790] pci_scan_device: 
[    3.028794] pci_scan_slot: 
[    3.028796] only_one_child: 
[    3.028799] pci_scan_device: 
[    3.028804] pci_setup_device: 
[    3.028834] pci_set_removable: 
[    3.028838] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 conventional PCI endpoint
[    3.028851] pci_read_bases: 
[    3.028856] __pci_size_bars: 
[    3.028881] __pci_size_bars: 
[    3.028888] __pci_read_base: 
[    3.028893] pci 0000:00:13.0: BAR 0 [io  0xe070-0xe077]
[    3.028898] __pci_read_base: 
[    3.028902] pci 0000:00:13.0: BAR 1 [io  0xe060-0xe063]
[    3.028907] __pci_read_base: 
[    3.028911] pci 0000:00:13.0: BAR 2 [io  0xe050-0xe057]
[    3.028915] __pci_read_base: 
[    3.028920] pci 0000:00:13.0: BAR 3 [io  0xe040-0xe043]
[    3.028924] __pci_read_base: 
[    3.028928] pci 0000:00:13.0: BAR 4 [io  0xe020-0xe03f]
[    3.028932] __pci_read_base: 
[    3.028937] pci 0000:00:13.0: BAR 5 [mem 0xb0b17000-0xb0b177ff]
[    3.028941] __pci_read_base: 
[    3.028947] pci_device_add: 
[    3.028961] pci_init_capabilities: 
[    3.028995] pci 0000:00:13.0: PME# supported from D3hot
[    3.029005] pci 0000:00:13.0: PME# disabled
[    3.029168] pci_scan_slot: 
[    3.029173] only_one_child: 
[    3.029176] pci_scan_device: 
[    3.029181] pci_setup_device: 
[    3.029208] pci_set_removable: 
[    3.029212] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 conventional PCI endpoint
[    3.029223] pci_read_bases: 
[    3.029228] __pci_size_bars: 
[    3.029250] __pci_size_bars: 
[    3.029257] __pci_read_base: 
[    3.029262] pci 0000:00:14.0: BAR 0 [mem 0xb0b00000-0xb0b0ffff 64bit]
[    3.029268] __pci_read_base: 
[    3.029272] __pci_read_base: 
[    3.029275] __pci_read_base: 
[    3.029278] __pci_read_base: 
[    3.029282] __pci_read_base: 
[    3.029287] pci_device_add: 
[    3.029301] pci_init_capabilities: 
[    3.029328] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.029336] pci 0000:00:14.0: PME# disabled
[    3.029509] pci_scan_slot: 
[    3.029514] only_one_child: 
[    3.029517] pci_scan_device: 
[    3.029521] pci_scan_slot: 
[    3.029523] only_one_child: 
[    3.029526] pci_scan_device: 
[    3.029529] pci_scan_slot: 
[    3.029532] only_one_child: 
[    3.029534] pci_scan_device: 
[    3.029539] pci_setup_device: 
[    3.029767] pci_set_removable: 
[    3.029773] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 conventional PCI endpoint
[    3.029786] pci_read_bases: 
[    3.029792] __pci_size_bars: 
[    3.029819] __pci_size_bars: 
[    3.029827] __pci_read_base: 
[    3.029832] pci 0000:00:17.0: BAR 0 [mem 0xb0b16000-0xb0b16fff]
[    3.029837] __pci_read_base: 
[    3.029842] pci 0000:00:17.0: BAR 1 [mem 0xb0b15000-0xb0b15fff]
[    3.029847] __pci_read_base: 
[    3.029851] __pci_read_base: 
[    3.029854] __pci_read_base: 
[    3.029858] __pci_read_base: 
[    3.029861] __pci_read_base: 
[    3.029867] pci_device_add: 
[    3.029882] pci_init_capabilities: 
[    3.029910] pci 0000:00:17.0: PME# supported from D0 D3hot
[    3.029918] pci 0000:00:17.0: PME# disabled
[    3.030093] pci_scan_slot: 
[    3.030098] only_one_child: 
[    3.030101] pci_scan_device: 
[    3.030105] pci_scan_slot: 
[    3.030108] only_one_child: 
[    3.030111] pci_scan_device: 
[    3.030114] pci_scan_slot: 
[    3.030117] only_one_child: 
[    3.030119] pci_scan_device: 
[    3.030124] pci_setup_device: 
[    3.030280] pci_set_removable: 
[    3.030286] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 conventional PCI endpoint
[    3.030302] pci_read_bases: 
[    3.030308] __pci_size_bars: 
[    3.030345] __pci_size_bars: 
[    3.030355] __pci_read_base: 
[    3.030360] pci 0000:00:1a.0: BAR 0 [mem 0xb0900000-0xb09fffff]
[    3.030366] __pci_read_base: 
[    3.030371] pci 0000:00:1a.0: BAR 1 [mem 0xb0800000-0xb08fffff]
[    3.030375] __pci_read_base: 
[    3.030380] __pci_read_base: 
[    3.030384] __pci_read_base: 
[    3.030388] __pci_read_base: 
[    3.030392] __pci_read_base: 
[    3.030398] pci_device_add: 
[    3.030413] pci_init_capabilities: 
[    3.030456] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    3.030465] pci 0000:00:1a.0: PME# disabled
[    3.030643] pci_scan_slot: 
[    3.030647] only_one_child: 
[    3.030651] pci_scan_device: 
[    3.030656] pci_setup_device: 
[    3.030684] pci_set_removable: 
[    3.030689] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 conventional PCI endpoint
[    3.030702] pci_read_bases: 
[    3.030707] __pci_size_bars: 
[    3.030733] __pci_size_bars: 
[    3.030741] __pci_read_base: 
[    3.030746] pci 0000:00:1b.0: BAR 0 [mem 0xb0b10000-0xb0b13fff 64bit]
[    3.030752] __pci_read_base: 
[    3.030756] __pci_read_base: 
[    3.030759] __pci_read_base: 
[    3.030763] __pci_read_base: 
[    3.030766] __pci_read_base: 
[    3.030772] pci_device_add: 
[    3.030786] pci_init_capabilities: 
[    3.030817] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    3.030826] pci 0000:00:1b.0: PME# disabled
[    3.030998] pci_scan_slot: 
[    3.031006] only_one_child: 
[    3.031010] pci_scan_device: 
[    3.031015] pci_setup_device: 
[    3.031038] pci_cfg_space_size_ext: 
[    3.031049] pci_set_removable: 
[    3.031054] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 PCIe Root Port
[    3.031064] pci_read_bases: 
[    3.031069] __pci_size_bars: 
[    3.031077] __pci_size_bars: 
[    3.031083] __pci_read_base: 
[    3.031087] __pci_read_base: 
[    3.031090] __pci_read_base: 
[    3.031093] pci_read_bridge_windows: 
[    3.031097] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.031103] pci_read_bridge_io: 
[    3.031107] pci_read_bridge_mmio: 
[    3.031112] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    3.031130] pci_device_add: 
[    3.031153] pci_init_capabilities: 
[    3.031186] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.031194] pci 0000:00:1c.0: PME# disabled
[    3.031372] pci_scan_device: 
[    3.031379] pci_scan_device: 
[    3.031383] pci_setup_device: 
[    3.031407] pci_cfg_space_size_ext: 
[    3.031417] pci_set_removable: 
[    3.031421] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 PCIe Root Port
[    3.031432] pci_read_bases: 
[    3.031437] __pci_size_bars: 
[    3.031445] __pci_size_bars: 
[    3.031452] __pci_read_base: 
[    3.031455] __pci_read_base: 
[    3.031458] __pci_read_base: 
[    3.031462] pci_read_bridge_windows: 
[    3.031466] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.031472] pci_read_bridge_io: 
[    3.031476] pci_read_bridge_mmio: 
[    3.031492] pci_device_add: 
[    3.031515] pci_init_capabilities: 
[    3.031548] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    3.031556] pci 0000:00:1c.2: PME# disabled
[    3.031737] pci_scan_device: 
[    3.031744] pci_setup_device: 
[    3.031767] pci_cfg_space_size_ext: 
[    3.031778] pci_set_removable: 
[    3.031782] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400 PCIe Root Port
[    3.031793] pci_read_bases: 
[    3.031797] __pci_size_bars: 
[    3.031805] __pci_size_bars: 
[    3.031812] __pci_read_base: 
[    3.031815] __pci_read_base: 
[    3.031818] __pci_read_base: 
[    3.031822] pci_read_bridge_windows: 
[    3.031826] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.031831] pci_read_bridge_io: 
[    3.031836] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    3.031841] pci_read_bridge_mmio: 
[    3.031846] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    3.031863] pci_device_add: 
[    3.031885] pci_init_capabilities: 
[    3.031919] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.031927] pci 0000:00:1c.3: PME# disabled
[    3.032108] pci_scan_device: 
[    3.032114] pci_scan_device: 
[    3.032118] pci_scan_device: 
[    3.032122] pci_scan_device: 
[    3.032125] pci_scan_slot: 
[    3.032128] only_one_child: 
[    3.032131] pci_scan_device: 
[    3.032134] pci_scan_slot: 
[    3.032137] only_one_child: 
[    3.032139] pci_scan_device: 
[    3.032143] pci_scan_slot: 
[    3.032145] only_one_child: 
[    3.032148] pci_scan_device: 
[    3.032152] pci_setup_device: 
[    3.032177] pci_set_removable: 
[    3.032182] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 conventional PCI endpoint
[    3.032192] pci_read_bases: 
[    3.032197] __pci_size_bars: 
[    3.032219] __pci_size_bars: 
[    3.032226] __pci_read_base: 
[    3.032230] __pci_read_base: 
[    3.032233] __pci_read_base: 
[    3.032237] __pci_read_base: 
[    3.032240] __pci_read_base: 
[    3.032243] __pci_read_base: 
[    3.032247] __pci_read_base: 
[    3.032252] pci_device_add: 
[    3.032266] pci_init_capabilities: 
[    3.032506] pci_scan_device: 
[    3.032513] pci_scan_device: 
[    3.032517] pci_scan_device: 
[    3.032523] pci_setup_device: 
[    3.032560] pci_set_removable: 
[    3.032565] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 conventional PCI endpoint
[    3.032585] pci_read_bases: 
[    3.032593] __pci_size_bars: 
[    3.032653] __pci_size_bars: 
[    3.032668] __pci_read_base: 
[    3.032674] pci 0000:00:1f.3: BAR 0 [mem 0xb0b14000-0xb0b1401f]
[    3.032680] __pci_read_base: 
[    3.032685] __pci_read_base: 
[    3.032690] __pci_read_base: 
[    3.032695] __pci_read_base: 
[    3.032701] pci 0000:00:1f.3: BAR 4 [io  0xe000-0xe01f]
[    3.032705] __pci_read_base: 
[    3.032710] __pci_read_base: 
[    3.032720] pci_device_add: 
[    3.032734] pci_init_capabilities: 
[    3.032940] pci_scan_device: 
[    3.032946] pci_scan_device: 
[    3.032951] pci_scan_device: 
[    3.032954] pci_scan_device: 
[    3.032960] pci_bus 0000:00: fixups for bus
[    3.032964] pci_read_bridge_bases: 
[    3.032967] pci_scan_bridge_extend: 
[    3.032972] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    3.032998] pci_bridge_child_ext_cfg_accessible: 
[    3.033081] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.033104] pci_scan_child_bus_extend: 
[    3.033110] pci_bus 0000:01: scanning bus
[    3.033113] pci_scan_slot: 
[    3.033116] only_one_child: 
[    3.033119] pci_scan_device: 
[    3.033123] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.033130] pci_setup_device: 
[    3.033135] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    3.033142] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033149] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033156] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033162] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033169] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033176] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x62 len=2 data=0x2
[    3.033182] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.033189] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033201] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[    3.033207] pci_cfg_space_size_ext: 
[    3.033211] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033218] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[    3.033225] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033232] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[    3.033239] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033245] pci_set_removable: 
[    3.033249] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000 PCIe Endpoint
[    3.033256] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033263] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x407
[    3.033270] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x407
[    3.033276] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033283] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3d len=1 data=0x1
[    3.033290] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=1 data=0xb
[    3.033294] pci_read_bases: 
[    3.033299] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    3.033305] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x4
[    3.033310] __pci_size_bars: 
[    3.033314] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xb0400000
[    3.033321] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xffffffff
[    3.033328] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffc00000
[    3.033335] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 value=0xb0400000
[    3.033341] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.033348] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0xffffffff
[    3.033354] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.033361] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 value=0x0
[    3.033367] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.033374] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0xffffffff
[    3.033380] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.033387] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 value=0x0
[    3.033393] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.033399] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0xffffffff
[    3.033406] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.033412] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 value=0x0
[    3.033419] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.033425] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0xffffffff
[    3.033432] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.033438] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 value=0x0
[    3.033445] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.033451] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0xffffffff
[    3.033457] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.033464] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 value=0x0
[    3.033469] __pci_size_bars: 
[    3.033473] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.033480] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0xfffff800
[    3.033486] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.033493] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 value=0x0
[    3.033499] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 value=0x7
[    3.033504] __pci_read_base: 
[    3.033508] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xb0400000
[    3.033514] pci 0000:01:00.0: BAR 0 [mem 0xb0400000-0xb07fffff]
[    3.033520] __pci_read_base: 
[    3.033524] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[    3.033529] __pci_read_base: 
[    3.033533] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[    3.033538] __pci_read_base: 
[    3.033543] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[    3.033547] __pci_read_base: 
[    3.033552] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[    3.033557] __pci_read_base: 
[    3.033561] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[    3.033566] __pci_read_base: 
[    3.033570] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[    3.033577] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=2 data=0x4000
[    3.033583] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2e len=2 data=0x0
[    3.033588] pci_device_add: 
[    3.033593] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.033601] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.033607] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=2 data=0x2800
[    3.033614] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.033621] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033628] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033634] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[    3.033653] pci_init_capabilities: 
[    3.033660] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033667] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033674] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033681] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033687] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033694] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033701] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033707] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033714] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033721] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4a len=2 data=0x0
[    3.033727] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033734] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033741] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033747] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033754] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033761] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033767] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033774] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033781] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033787] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033795] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033801] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033808] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033815] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033821] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033828] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033835] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033841] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033847] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033856] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033863] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033869] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033876] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x42 len=2 data=0x3
[    3.033883] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033889] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.033896] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.033903] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.033909] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.033916] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.033923] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033930] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033937] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033943] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033949] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033956] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033962] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033969] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.033976] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.033983] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[    3.033994] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    3.034002] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=1 data=0x40
[    3.034009] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=2 data=0x4801
[    3.034015] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=2 data=0x6005
[    3.034022] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=2 data=0x10
[    3.034028] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=2 data=0x8
[    3.034150] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034160] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034167] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034174] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034180] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034187] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x100 len=4 data=0x0
[    3.034228] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[    3.034238] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.034246] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x72 len=2 data=0x21
[    3.034254] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.034261] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.034268] KERNEL PCI WRITE: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 value=0x0
[    3.043026] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.043036] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=2 data=0x0
[    3.043045] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.043052] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[    3.043064] pci_scan_slot: 
[    3.043069] only_one_child: 
[    3.043071] pci_scan_slot: 
[    3.043074] only_one_child: 
[    3.043076] pci_scan_slot: 
[    3.043079] only_one_child: 
[    3.043081] pci_scan_slot: 
[    3.043084] only_one_child: 
[    3.043086] pci_scan_slot: 
[    3.043089] only_one_child: 
[    3.043091] pci_scan_slot: 
[    3.043094] only_one_child: 
[    3.043096] pci_scan_slot: 
[    3.043099] only_one_child: 
[    3.043101] pci_scan_slot: 
[    3.043104] only_one_child: 
[    3.043106] pci_scan_slot: 
[    3.043109] only_one_child: 
[    3.043111] pci_scan_slot: 
[    3.043114] only_one_child: 
[    3.043116] pci_scan_slot: 
[    3.043118] only_one_child: 
[    3.043121] pci_scan_slot: 
[    3.043123] only_one_child: 
[    3.043126] pci_scan_slot: 
[    3.043128] only_one_child: 
[    3.043131] pci_scan_slot: 
[    3.043133] only_one_child: 
[    3.043136] pci_scan_slot: 
[    3.043138] only_one_child: 
[    3.043141] pci_scan_slot: 
[    3.043143] only_one_child: 
[    3.043146] pci_scan_slot: 
[    3.043148] only_one_child: 
[    3.043151] pci_scan_slot: 
[    3.043153] only_one_child: 
[    3.043156] pci_scan_slot: 
[    3.043158] only_one_child: 
[    3.043161] pci_scan_slot: 
[    3.043163] only_one_child: 
[    3.043166] pci_scan_slot: 
[    3.043168] only_one_child: 
[    3.043171] pci_scan_slot: 
[    3.043173] only_one_child: 
[    3.043176] pci_scan_slot: 
[    3.043178] only_one_child: 
[    3.043181] pci_scan_slot: 
[    3.043183] only_one_child: 
[    3.043186] pci_scan_slot: 
[    3.043188] only_one_child: 
[    3.043191] pci_scan_slot: 
[    3.043193] only_one_child: 
[    3.043196] pci_scan_slot: 
[    3.043198] only_one_child: 
[    3.043200] pci_scan_slot: 
[    3.043203] only_one_child: 
[    3.043205] pci_scan_slot: 
[    3.043208] only_one_child: 
[    3.043210] pci_scan_slot: 
[    3.043213] only_one_child: 
[    3.043215] pci_scan_slot: 
[    3.043218] only_one_child: 
[    3.043222] pci_bus 0000:01: fixups for bus
[    3.043225] pci_read_bridge_bases: 
[    3.043229] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.043234] pci_read_bridge_io: 
[    3.043238] pci_read_bridge_mmio: 
[    3.043247] pci_bus 0000:01: bus scan returning with max=01
[    3.043254] pci_scan_bridge_extend: 
[    3.043259] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    3.043284] pci_bridge_child_ext_cfg_accessible: 
[    3.043374] pci_scan_child_bus_extend: 
[    3.043380] pci_bus 0000:02: scanning bus
[    3.043384] pci_scan_slot: 
[    3.043386] only_one_child: 
[    3.043389] pci_scan_device: 
[    3.043393] pci_scan_slot: 
[    3.043396] only_one_child: 
[    3.043398] pci_scan_slot: 
[    3.043400] only_one_child: 
[    3.043403] pci_scan_slot: 
[    3.043405] only_one_child: 
[    3.043408] pci_scan_slot: 
[    3.043410] only_one_child: 
[    3.043413] pci_scan_slot: 
[    3.043415] only_one_child: 
[    3.043417] pci_scan_slot: 
[    3.043420] only_one_child: 
[    3.043422] pci_scan_slot: 
[    3.043425] only_one_child: 
[    3.043427] pci_scan_slot: 
[    3.043430] only_one_child: 
[    3.043432] pci_scan_slot: 
[    3.043434] only_one_child: 
[    3.043437] pci_scan_slot: 
[    3.043439] only_one_child: 
[    3.043442] pci_scan_slot: 
[    3.043444] only_one_child: 
[    3.043447] pci_scan_slot: 
[    3.043449] only_one_child: 
[    3.043451] pci_scan_slot: 
[    3.043454] only_one_child: 
[    3.043456] pci_scan_slot: 
[    3.043459] only_one_child: 
[    3.043461] pci_scan_slot: 
[    3.043463] only_one_child: 
[    3.043466] pci_scan_slot: 
[    3.043468] only_one_child: 
[    3.043471] pci_scan_slot: 
[    3.043473] only_one_child: 
[    3.043476] pci_scan_slot: 
[    3.043478] only_one_child: 
[    3.043481] pci_scan_slot: 
[    3.043483] only_one_child: 
[    3.043485] pci_scan_slot: 
[    3.043488] only_one_child: 
[    3.043490] pci_scan_slot: 
[    3.043493] only_one_child: 
[    3.043495] pci_scan_slot: 
[    3.043497] only_one_child: 
[    3.043500] pci_scan_slot: 
[    3.043502] only_one_child: 
[    3.043505] pci_scan_slot: 
[    3.043507] only_one_child: 
[    3.043510] pci_scan_slot: 
[    3.043512] only_one_child: 
[    3.043515] pci_scan_slot: 
[    3.043517] only_one_child: 
[    3.043519] pci_scan_slot: 
[    3.043522] only_one_child: 
[    3.043524] pci_scan_slot: 
[    3.043527] only_one_child: 
[    3.043529] pci_scan_slot: 
[    3.043532] only_one_child: 
[    3.043534] pci_scan_slot: 
[    3.043536] only_one_child: 
[    3.043539] pci_scan_slot: 
[    3.043541] only_one_child: 
[    3.043545] pci_bus 0000:02: fixups for bus
[    3.043548] pci_read_bridge_bases: 
[    3.043551] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    3.043556] pci_read_bridge_io: 
[    3.043560] pci_read_bridge_mmio: 
[    3.043569] pci_bus 0000:02: bus scan returning with max=02
[    3.043575] pci_scan_bridge_extend: 
[    3.043580] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 0
[    3.043605] pci_bridge_child_ext_cfg_accessible: 
[    3.043719] pci_scan_child_bus_extend: 
[    3.043726] pci_bus 0000:03: scanning bus
[    3.043729] pci_scan_slot: 
[    3.043732] only_one_child: 
[    3.043735] pci_scan_device: 
[    3.043740] pci_setup_device: 
[    3.043769] pci_cfg_space_size_ext: 
[    3.043789] pci 0000:03:00.0: working around ROM BAR overlap defect
[    3.043794] pci_set_removable: 
[    3.043797] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[    3.043814] pci_read_bases: 
[    3.043821] __pci_size_bars: 
[    3.043866] __pci_size_bars: 
[    3.043877] __pci_read_base: 
[    3.043883] pci 0000:03:00.0: BAR 0 [mem 0xb0a00000-0xb0a7ffff]
[    3.043888] __pci_read_base: 
[    3.043893] __pci_read_base: 
[    3.043898] pci 0000:03:00.0: BAR 2 [io  0xd000-0xd01f]
[    3.043902] __pci_read_base: 
[    3.043908] pci 0000:03:00.0: BAR 3 [mem 0xb0a80000-0xb0a83fff]
[    3.043912] __pci_read_base: 
[    3.043917] __pci_read_base: 
[    3.043921] __pci_read_base: 
[    3.043929] pci_device_add: 
[    3.043966] pci_init_capabilities: 
[    3.044051] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    3.044061] pci 0000:03:00.0: PME# disabled
[    3.044352] pci_scan_slot: 
[    3.044357] only_one_child: 
[    3.044360] pci_scan_slot: 
[    3.044363] only_one_child: 
[    3.044365] pci_scan_slot: 
[    3.044368] only_one_child: 
[    3.044370] pci_scan_slot: 
[    3.044373] only_one_child: 
[    3.044375] pci_scan_slot: 
[    3.044378] only_one_child: 
[    3.044380] pci_scan_slot: 
[    3.044383] only_one_child: 
[    3.044385] pci_scan_slot: 
[    3.044388] only_one_child: 
[    3.044390] pci_scan_slot: 
[    3.044393] only_one_child: 
[    3.044395] pci_scan_slot: 
[    3.044398] only_one_child: 
[    3.044400] pci_scan_slot: 
[    3.044402] only_one_child: 
[    3.044405] pci_scan_slot: 
[    3.044407] only_one_child: 
[    3.044410] pci_scan_slot: 
[    3.044412] only_one_child: 
[    3.044415] pci_scan_slot: 
[    3.044417] only_one_child: 
[    3.044420] pci_scan_slot: 
[    3.044422] only_one_child: 
[    3.044425] pci_scan_slot: 
[    3.044427] only_one_child: 
[    3.044430] pci_scan_slot: 
[    3.044432] only_one_child: 
[    3.044435] pci_scan_slot: 
[    3.044437] only_one_child: 
[    3.044440] pci_scan_slot: 
[    3.044442] only_one_child: 
[    3.044445] pci_scan_slot: 
[    3.044447] only_one_child: 
[    3.044450] pci_scan_slot: 
[    3.044452] only_one_child: 
[    3.044455] pci_scan_slot: 
[    3.044457] only_one_child: 
[    3.044459] pci_scan_slot: 
[    3.044462] only_one_child: 
[    3.044464] pci_scan_slot: 
[    3.044467] only_one_child: 
[    3.044469] pci_scan_slot: 
[    3.044472] only_one_child: 
[    3.044474] pci_scan_slot: 
[    3.044477] only_one_child: 
[    3.044479] pci_scan_slot: 
[    3.044482] only_one_child: 
[    3.044484] pci_scan_slot: 
[    3.044487] only_one_child: 
[    3.044489] pci_scan_slot: 
[    3.044492] only_one_child: 
[    3.044494] pci_scan_slot: 
[    3.044497] only_one_child: 
[    3.044499] pci_scan_slot: 
[    3.044502] only_one_child: 
[    3.044504] pci_scan_slot: 
[    3.044507] only_one_child: 
[    3.044510] pci_bus 0000:03: fixups for bus
[    3.044514] pci_read_bridge_bases: 
[    3.044517] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    3.044522] pci_read_bridge_io: 
[    3.044527] pci_read_bridge_mmio: 
[    3.044535] pci_bus 0000:03: bus scan returning with max=03
[    3.044542] pci_scan_bridge_extend: 
[    3.044547] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    3.044556] pci_scan_bridge_extend: 
[    3.044560] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    3.044569] pci_scan_bridge_extend: 
[    3.044573] pci 0000:00:1c.3: scanning [bus 03-03] behind bridge, pass 1
[    3.044582] pci_bus 0000:00: bus scan returning with max=03
[    3.044586] pcie_bus_configure_settings: 
[    3.044589] pcie_bus_configure_set: 
[    3.044592] pcie_bus_configure_set: 
[    3.044595] pcie_bus_configure_settings: 
[    3.044597] pcie_bus_configure_set: 
[    3.044600] pcie_bus_configure_settings: 
[    3.044602] pcie_bus_configure_set: 
[    3.044605] pcie_bus_configure_set: 
[    3.044670] ACPI: Device [VLVC] status [0000000f]
[    3.044691] ACPI: Device [GFX0] status [0000000f]
[    3.044722] ACPI: Device [DD01] status [0000000f]
[    3.044735] ACPI: Device [DD02] status [0000000f]
[    3.044746] ACPI: Device [DD03] status [0000000f]
[    3.044758] ACPI: Device [DD04] status [0000000f]
[    3.044770] ACPI: Device [DD05] status [0000000f]
[    3.044781] ACPI: Device [DD06] status [0000000f]
[    3.044792] ACPI: Device [DD07] status [0000000f]
[    3.044804] ACPI: Device [DD08] status [0000000f]
[    3.044815] ACPI: Device [DD1F] status [0000000f]
[    3.044906] ACPI: Device [ISP0] status [00000000]
[    3.044922] ACPI: Device [SBRG] status [0000000f]
[    3.045001] ACPI: Device [H_EC] status [00000000]
[    3.045015] ACPI: Device [FWHD] status [0000000f]
[    3.045129] ACPI: Device [IPIC] status [0000000f]
[    3.045156] ACPI: Device [LDRC] status [0000000f]
[    3.045173] ACPI: Device [TIMR] status [0000000f]
[    3.045244] ACPI: Device [WPCN] status [00000000]
[    3.045259] ACPI: Device [SIO1] status [0000000f]
[    3.045577] ACPI: Device [LPTE] status [00000000]
[    3.045865] ACPI: Device [PS2K] status [00000000]
[    3.046150] ACPI: Device [PS2M] status [00000000]
[    3.046187] ACPI: Device [SSPI] status [00000000]
[    3.046223] ACPI: Device [SGPI] status [00000000]
[    3.046258] ACPI: Device [SHWM] status [00000000]
[    3.046292] ACPI: Device [SCPI] status [00000000]
[    3.046577] ACPI: Device [UAR1] status [00000000]
[    3.046862] ACPI: Device [UAR2] status [00000000]
[    3.046876] ACPI: Device [ADP1] status [0000000f]
[    4.680443] ACPI: Device [BAT1] status [0000000f]
[    5.496941] ACPI: Device [BAT2] status [00000000]
[    5.497029] ACPI: Device [PCU1] status [0000000f]
[    5.497055] ACPI: Device [D004] status [0000000f]
[    5.497069] ACPI: Device [D005] status [0000000f]
[    5.497081] ACPI: Device [D006] status [0000000f]
[    5.699025] ACPI: Device [SATA] status [0000000f]
[    5.699097] ACPI: Device [XHC1] status [0000000f]
[    5.699113] ACPI: Device [RHUB] status [0000000f]
[    5.699126] ACPI: Device [SSP1] status [0000000f]
[    5.699138] ACPI: Device [HS01] status [0000000f]
[    5.699150] ACPI: Device [HS02] status [0000000f]
[    5.699162] ACPI: Device [HS03] status [0000000f]
[    5.699173] ACPI: Device [HS04] status [0000000f]
[    5.699185] ACPI: Device [HSC1] status [0000000f]
[    5.699196] ACPI: Device [HSC2] status [0000000f]
[    5.699208] ACPI: Device [D009] status [0000000f]
[    5.699219] ACPI: Device [XHC2] status [0000000f]
[    5.699231] ACPI: Device [D00B] status [0000000f]
[    5.699242] ACPI: Device [GLAN] status [0000000f]
[    5.699310] ACPI: Device [HDEF] status [0000000f]
[    5.699377] ACPI: Device [EHC1] status [00000000]
[    5.699391] ACPI: Device [SBUS] status [0000000f]
[    5.699406] ACPI: Device [RP01] status [0000000f]
[    5.699418] ACPI: Device [PXSX] status [0000000f]
[    5.699430] ACPI: Device [D015] status [0000000f]
[    5.699443] ACPI: Device [RP02] status [0000000f]
[    5.699454] ACPI: Device [PXSX] status [0000000f]
[    5.699466] ACPI: Device [D016] status [0000000f]
[    5.699477] ACPI: Device [RP03] status [0000000f]
[    5.699488] ACPI: Device [PXSX] status [0000000f]
[    5.699500] ACPI: Device [D017] status [0000000f]
[    5.699512] ACPI: Device [RP04] status [0000000f]
[    5.699523] ACPI: Device [PXSX] status [0000000f]
[    5.699534] ACPI: Device [D018] status [0000000f]
[    5.699545] ACPI: Device [D02A] status [0000000f]
[    5.699557] ACPI: Device [D019] status [0000000f]
[    5.699568] ACPI: Device [D01A] status [0000000f]
[    5.699580] ACPI: Device [D01B] status [0000000f]
[    5.699591] ACPI: Device [D01C] status [0000000f]
[    5.699602] ACPI: Device [D01D] status [0000000f]
[    5.699613] ACPI: Device [D01E] status [0000000f]
[    5.699624] ACPI: Device [D01F] status [0000000f]
[    5.699635] ACPI: Device [D020] status [0000000f]
[    5.699647] ACPI: Device [D021] status [0000000f]
[    5.699658] ACPI: Device [D022] status [0000000f]
[    5.699670] ACPI: Device [D023] status [0000000f]
[    5.699681] ACPI: Device [D024] status [0000000f]
[    5.699692] ACPI: Device [D025] status [0000000f]
[    5.699703] ACPI: Device [D026] status [0000000f]
[    5.699714] ACPI: Device [D027] status [0000000f]
[    5.699725] ACPI: Device [D028] status [0000000f]
[    5.699823] ACPI: Device [EM41] status [00000000]
[    5.699922] ACPI: Device [EM45] status [0000000f]
[    5.699937] ACPI: Device [CARD] status [0000000f]
[    5.700009] ACPI: Device [OTG1] status [00000000]
[    5.700076] ACPI: Device [SEC0] status [0000000f]
[    5.700093] ACPI: Device [PDRC] status [0000000f]
[    5.700135] ACPI: Device [USBC] status [0000000f]
[    5.700215] ACPI: Device [LNKA] status [0000000b]
[    5.700374] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.700479] ACPI: Device [LNKB] status [00000009]
[    5.700631] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    5.700638] ACPI: PCI: Interrupt link LNKB disabled
[    5.700741] ACPI: Device [LNKC] status [0000000b]
[    5.700893] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.700999] ACPI: Device [LNKD] status [0000000b]
[    5.701151] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    5.701257] ACPI: Device [LNKE] status [0000000b]
[    5.701409] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.701515] ACPI: Device [LNKF] status [0000000b]
[    5.701667] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.701773] ACPI: Device [LNKG] status [0000000b]
[    5.701925] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    5.702031] ACPI: Device [LNKH] status [0000000b]
[    5.702183] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[    5.702263] ACPI: Device [PLPE] status [00000001]
[    5.702402] ACPI: Device [LPEA] status [00000000]
[    5.702438] ACPI: Device [PLPE] status [00000001]
[    5.702575] ACPI: Device [LPA2] status [00000000]
[    5.702590] ACPI: Device [PWRB] status [0000000f]
[    5.702700] ACPI: Device [SLPB] status [0000000f]
[    5.702799] ACPI: Device [LID0] status [0000000f]
[    5.702924] ACPI: Device [GPED] status [00000000]
[    5.702937] ACPI: Device [MBID] status [0000000f]
[    5.703142] ACPI: Device [PIND] status [00000000]
[    5.703156] ACPI: Device [_TZ] status [0000000f]
[    5.703781] iommu: Default domain type: Translated
[    5.703781] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.703781] SCSI subsystem initialized
[    5.707062] libata version 3.00 loaded.
[    5.707093] ACPI: bus type USB registered
[    5.707134] usbcore: registered new interface driver usbfs
[    5.707159] usbcore: registered new interface driver hub
[    5.707182] usbcore: registered new device driver usb
[    5.707269] pps_core: LinuxPPS API ver. 1 registered
[    5.707274] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.707285] PTP clock support registered
[    5.707336] EDAC MC: Ver: 3.0.0
[    5.707336] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x06 len=2 data=0x10
[    5.707336] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0e len=1 data=0x0
[    5.707585] NetLabel: Initializing
[    5.707592] NetLabel:  domain hash size = 128
[    5.707596] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.707640] NetLabel:  unlabeled traffic allowed by default
[    5.707698] PCI: Using ACPI for IRQ routing
[    5.712189] PCI: pci_cache_line_size set to 64 bytes
[    5.712204] pci 0000:00:02.0: BAR 0: reserving [mem 0xb0000000-0xb03fffff flags 0x40200] (d=0, p=0)
[    5.712215] pci 0000:00:02.0: BAR 2: reserving [mem 0xa0000000-0xafffffff flags 0x42208] (d=0, p=0)
[    5.712222] pci 0000:00:02.0: BAR 4: reserving [io  0xe080-0xe087 flags 0x40101] (d=0, p=0)
[    5.712231] pci 0000:00:13.0: BAR 0: reserving [io  0xe070-0xe077 flags 0x40101] (d=0, p=0)
[    5.712238] pci 0000:00:13.0: BAR 1: reserving [io  0xe060-0xe063 flags 0x40101] (d=0, p=0)
[    5.712245] pci 0000:00:13.0: BAR 2: reserving [io  0xe050-0xe057 flags 0x40101] (d=0, p=0)
[    5.712252] pci 0000:00:13.0: BAR 3: reserving [io  0xe040-0xe043 flags 0x40101] (d=0, p=0)
[    5.712259] pci 0000:00:13.0: BAR 4: reserving [io  0xe020-0xe03f flags 0x40101] (d=0, p=0)
[    5.712266] pci 0000:00:13.0: BAR 5: reserving [mem 0xb0b17000-0xb0b177ff flags 0x40200] (d=0, p=0)
[    5.712274] pci 0000:00:14.0: BAR 0: reserving [mem 0xb0b00000-0xb0b0ffff flags 0x140204] (d=0, p=0)
[    5.712283] pci 0000:00:17.0: BAR 0: reserving [mem 0xb0b16000-0xb0b16fff flags 0x40200] (d=0, p=0)
[    5.712291] pci 0000:00:17.0: BAR 1: reserving [mem 0xb0b15000-0xb0b15fff flags 0x40200] (d=0, p=0)
[    5.712300] pci 0000:00:1a.0: BAR 0: reserving [mem 0xb0900000-0xb09fffff flags 0x40200] (d=0, p=0)
[    5.712307] pci 0000:00:1a.0: BAR 1: reserving [mem 0xb0800000-0xb08fffff flags 0x40200] (d=0, p=0)
[    5.712316] pci 0000:00:1b.0: BAR 0: reserving [mem 0xb0b10000-0xb0b13fff flags 0x140204] (d=0, p=0)
[    5.712325] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.712332] pci 0000:01:00.0: BAR 0: reserving [mem 0xb0400000-0xb07fffff flags 0x40200] (d=0, p=0)
[    5.712344] pci 0000:03:00.0: BAR 0: reserving [mem 0xb0a00000-0xb0a7ffff flags 0x40200] (d=0, p=0)
[    5.712351] pci 0000:03:00.0: BAR 2: reserving [io  0xd000-0xd01f flags 0x40101] (d=0, p=0)
[    5.712358] pci 0000:03:00.0: BAR 3: reserving [mem 0xb0a80000-0xb0a83fff flags 0x40200] (d=0, p=0)
[    5.712369] pci 0000:00:1f.3: BAR 0: reserving [mem 0xb0b14000-0xb0b1401f flags 0x40200] (d=0, p=0)
[    5.712376] pci 0000:00:1f.3: BAR 4: reserving [io  0xe000-0xe01f flags 0x40101] (d=0, p=0)
[    5.712393] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=2 data=0x7
[    5.712409] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    5.712414] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    5.712418] e820: reserve RAM buffer [mem 0x99615000-0x9bffffff]
[    5.712422] e820: reserve RAM buffer [mem 0x99afd000-0x9bffffff]
[    5.712426] e820: reserve RAM buffer [mem 0x99cae000-0x9bffffff]
[    5.712430] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    5.715025] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.715028] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.715032] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.715042] vgaarb: loaded
[    5.715184] clocksource: Switched to clocksource tsc-early
[    5.715607] VFS: Disk quotas dquot_6.6.0
[    5.715641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.715898] AppArmor: AppArmor Filesystem Enabled
[    5.715972] pnp: PnP ACPI init
[    5.716518] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.716532] system 00:01: [io  0x0400-0x047f] has been reserved
[    5.716538] system 00:01: [io  0x0500-0x05fe] has been reserved
[    5.716544] system 00:01: [io  0x0600-0x061f] has been reserved
[    5.717069] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    5.717078] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    8.376209] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    8.376222] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    8.376229] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    8.376235] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    8.376241] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    8.376247] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    8.376253] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    8.376259] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    8.376265] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    8.377004] pnp: PnP ACPI: found 5 devices
[    8.387420] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    8.387601] NET: Registered PF_INET protocol family
[    8.387795] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    8.420244] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    8.420326] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    8.420439] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    8.420801] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    8.421134] TCP: Hash tables configured (established 32768 bind 32768)
[    8.421285] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.421391] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    8.421557] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    8.421581] NET: Registered PF_XDP protocol family
[    8.421606] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    8.421619] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    8.421628] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    8.421635] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    8.421643] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    8.421652] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    8.421678] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421685] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421693] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.421698] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.421706] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421712] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421720] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421725] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421733] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]: assigned
[    8.421740] pci 0000:00:1c.2: bridge window [io  0x2000-0x2fff]: assigned
[    8.421750] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421757] pci 0000:00:1c.3: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421763] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: can't assign; no space
[    8.421769] pci 0000:00:1c.2: bridge window [mem size 0x00200000]: failed to assign
[    8.421776] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421782] pci 0000:00:1c.2: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421790] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    8.421795] pci 0000:00:1c.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    8.421805] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.421812] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    8.421820] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb07fffff]
[    8.421831] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.421837] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    8.421849] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    8.421855] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    8.421862] pci 0000:00:1c.3:   bridge window [mem 0xb0a00000-0xb0afffff]
[    8.421873] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    8.421878] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    8.421884] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    8.421889] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    8.421894] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    8.421900] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xb0b17fff window]
[    8.421906] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    8.421910] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb07fffff]
[    8.421916] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    8.421921] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    8.421926] pci_bus 0000:03: resource 1 [mem 0xb0a00000-0xb0afffff]
[    8.422599] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=1 data=0x10
[    8.422615] PCI: CLS 64 bytes, default 64
[    8.422627] pci_scan_device: 
[    8.422644] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    8.422648] software IO TLB: mapped [mem 0x0000000095615000-0x0000000099615000] (64MB)
[    8.422815] Trying to unpack rootfs image as initramfs...
[    8.423285] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3741594d34d, max_idle_ns: 881590420564 ns
[    8.423345] clocksource: Switched to clocksource tsc
[    8.423531] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.423547] iosf_mbi_pci 0000:00:00.0: runtime IRQ mapping not provided by arch
[    8.423587] iosf_mbi_pci 0000:00:00.0: vgaarb: pci_notify
[    8.427944] Initialise system trusted keyrings
[    8.427977] Key type blacklist registered
[    8.431223] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    8.431304] zbud: loaded
[    8.432434] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.433031] fuse: init (API version 7.42)
[    8.433736] integrity: Platform Keyring initialized
[    8.470996] Key type asymmetric registered
[    8.471011] Asymmetric key parser 'x509' registered
[    8.471112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    8.471316] io scheduler mq-deadline registered
[    8.475384] ledtrig-cpu: registered to indicate activity on CPUs
[    8.475449] pciehp: pcie_port_service_register = 0
[    8.475481] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.475495] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[    8.475915] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 87
[    8.475942] pcieport 0000:00:1c.0: save config 0x00: 0x0f488086
[    8.475950] pcieport 0000:00:1c.0: save config 0x04: 0x00100407
[    8.475956] pcieport 0000:00:1c.0: save config 0x08: 0x06040011
[    8.475961] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[    8.475967] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[    8.475973] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[    8.475978] pcieport 0000:00:1c.0: save config 0x18: 0x00010100
[    8.475984] pcieport 0000:00:1c.0: save config 0x1c: 0x00001010
[    8.475989] pcieport 0000:00:1c.0: save config 0x20: 0xb070b040
[    8.475995] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[    8.476000] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[    8.476006] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[    8.476011] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[    8.476016] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[    8.476022] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[    8.476027] pcieport 0000:00:1c.0: save config 0x3c: 0x0012010b
[    8.476059] pcieport 0000:00:1c.0: vgaarb: pci_notify
[    8.476081] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.476093] pcieport 0000:00:1c.2: runtime IRQ mapping not provided by arch
[    8.476359] pcieport 0000:00:1c.2: bwctrl: enabled with IRQ 88
[    8.476381] pcieport 0000:00:1c.2: save config 0x00: 0x0f4c8086
[    8.476389] pcieport 0000:00:1c.2: save config 0x04: 0x00100407
[    8.476395] pcieport 0000:00:1c.2: save config 0x08: 0x06040011
[    8.476400] pcieport 0000:00:1c.2: save config 0x0c: 0x00810010
[    8.476406] pcieport 0000:00:1c.2: save config 0x10: 0x00000000
[    8.476412] pcieport 0000:00:1c.2: save config 0x14: 0x00000000
[    8.476417] pcieport 0000:00:1c.2: save config 0x18: 0x00020200
[    8.476423] pcieport 0000:00:1c.2: save config 0x1c: 0x00002020
[    8.476428] pcieport 0000:00:1c.2: save config 0x20: 0x0000fff0
[    8.476433] pcieport 0000:00:1c.2: save config 0x24: 0x0001fff1
[    8.476439] pcieport 0000:00:1c.2: save config 0x28: 0x00000000
[    8.476444] pcieport 0000:00:1c.2: save config 0x2c: 0x00000000
[    8.476450] pcieport 0000:00:1c.2: save config 0x30: 0x00000000
[    8.476455] pcieport 0000:00:1c.2: save config 0x34: 0x00000040
[    8.476460] pcieport 0000:00:1c.2: save config 0x38: 0x00000000
[    8.476466] pcieport 0000:00:1c.2: save config 0x3c: 0x0012030b
[    8.476492] pcieport 0000:00:1c.2: vgaarb: pci_notify
[    8.476513] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.476525] pcieport 0000:00:1c.3: runtime IRQ mapping not provided by arch
[    8.476794] pcieport 0000:00:1c.3: bwctrl: enabled with IRQ 89
[    8.476816] pcieport 0000:00:1c.3: save config 0x00: 0x0f4e8086
[    8.476824] pcieport 0000:00:1c.3: save config 0x04: 0x00100407
[    8.476830] pcieport 0000:00:1c.3: save config 0x08: 0x06040011
[    8.476836] pcieport 0000:00:1c.3: save config 0x0c: 0x00810010
[    8.476841] pcieport 0000:00:1c.3: save config 0x10: 0x00000000
[    8.476847] pcieport 0000:00:1c.3: save config 0x14: 0x00000000
[    8.476852] pcieport 0000:00:1c.3: save config 0x18: 0x00030300
[    8.476858] pcieport 0000:00:1c.3: save config 0x1c: 0x0000d0d0
[    8.476863] pcieport 0000:00:1c.3: save config 0x20: 0xb0a0b0a0
[    8.476869] pcieport 0000:00:1c.3: save config 0x24: 0x0001fff1
[    8.476874] pcieport 0000:00:1c.3: save config 0x28: 0x00000000
[    8.476880] pcieport 0000:00:1c.3: save config 0x2c: 0x00000000
[    8.476885] pcieport 0000:00:1c.3: save config 0x30: 0x00000000
[    8.476890] pcieport 0000:00:1c.3: save config 0x34: 0x00000040
[    8.476896] pcieport 0000:00:1c.3: save config 0x38: 0x00000000
[    8.476901] pcieport 0000:00:1c.3: save config 0x3c: 0x0012040a
[    8.476931] pcieport 0000:00:1c.3: vgaarb: pci_notify
[    8.477023] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.406964] Freeing initrd memory: 142376K
[   10.118525] ACPI: AC: AC Adapter [ADP1] (on-line)
[   10.118722] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.118827] ACPI: button: Power Button [PWRB]
[   10.118833] ACPI: Driver [button] successfully bound to device [PWRB]
[   10.118838] ACPI: Found driver [button] for device [PWRB]
[   10.118922] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   10.119018] ACPI: button: Sleep Button [SLPB]
[   10.119024] ACPI: Driver [button] successfully bound to device [SLPB]
[   10.119028] ACPI: Found driver [button] for device [SLPB]
[   10.119122] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.119200] ACPI: button: Lid Switch [LID0]
[   10.119206] ACPI: Driver [button] successfully bound to device [LID0]
[   10.119210] ACPI: Found driver [button] for device [LID0]
[   10.119300] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.119396] ACPI: button: Power Button [PWRF]
[   10.119401] ACPI: Driver [button] successfully bound to device [PWRF]
[   10.119406] ACPI: Found driver [button] for device [PWRF]
[   10.127463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   10.127767] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   10.153194] ACPI: Device [ISP0] status [00000000]
[   10.153275] ACPI: Device [H_EC] status [00000000]
[   10.153312] ACPI: Device [BAT0] status [00000000]
[   10.153347] ACPI: Device [BAT1] status [00000000]
[   10.153381] ACPI: Device [BAT2] status [00000000]
[   10.153441] ACPI: Device [WPCN] status [00000000]
[   10.153496] ACPI: Device [UAR5] status [00000000]
[   10.153551] ACPI: Device [UAR8] status [00000000]
[   10.153843] ACPI: Device [LPTE] status [00000000]
[   10.154126] ACPI: Device [PS2K] status [00000000]
[   10.154407] ACPI: Device [PS2M] status [00000000]
[   10.154444] ACPI: Device [SSPI] status [00000000]
[   10.154479] ACPI: Device [SGPI] status [00000000]
[   10.154513] ACPI: Device [SHWM] status [00000000]
[   10.154547] ACPI: Device [SCPI] status [00000000]
[   10.154827] ACPI: Device [UAR1] status [00000000]
[   10.155123] ACPI: Device [UAR2] status [00000000]
[   13.381467] ACPI: Device [BAT2] status [00000000]
[   13.407417] ACPI: Device [EHC1] status [00000000]
[   13.407433] ACPI: Device [HUBN] status [0000000f]
[   13.407446] ACPI: Device [PR01] status [0000000f]
[   13.407457] ACPI: Device [PR11] status [0000000f]
[   13.407468] ACPI: Device [PR12] status [0000000f]
[   13.433629] ACPI: Device [PR13] status [0000000f]
[   13.459604] ACPI: Device [PR14] status [0000000f]
[   13.485768] ACPI: Device [PR15] status [0000000f]
[   13.512149] ACPI: Device [PR16] status [0000000f]
[   13.538239] ACPI: Device [PR17] status [0000000f]
[   13.564372] ACPI: Device [PR18] status [0000000f]
[   14.087072] ACPI: Device [EM41] status [00000000]
[   14.087088] ACPI: Device [CARD] status [0000000f]
[   14.087603] ACPI: Device [OTG1] status [00000000]
[   14.218499] ACPI: Device [LPEA] status [00000000]
[   14.244622] ACPI: Device [LPA2] status [00000000]
[   14.270255] ACPI: Device [ADMA] status [0000000f]
[   14.374734] ACPI: Device [GPED] status [00000000]
[   14.426894] ACPI: Device [PIND] status [00000000]
[   14.478850] hpet: number irqs doesn't agree with number of timers
[   14.478925] Linux agpgart interface v0.103
[   14.487648] loop: module loaded
[   14.488514] tun: Universal TUN/TAP device driver, 1.6
[   14.488837] PPP generic driver version 2.4.2
[   14.489408] VFIO - User Level meta-driver version: 0.3
[   14.489637] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.489651] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[   14.505129] xhci_hcd 0000:00:14.0: enabling bus mastering
[   14.505145] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   14.505160] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   14.506246] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   14.506259] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   14.506571] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   14.506583] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   14.506592] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   14.506742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[   14.506751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.506757] usb usb1: Product: xHCI Host Controller
[   14.506761] usb usb1: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
[   14.506766] usb usb1: SerialNumber: 0000:00:14.0
[   14.556478] hub 1-0:1.0: USB hub found
[   14.556512] hub 1-0:1.0: 6 ports detected
[   14.661633] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[   14.661645] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.661650] usb usb2: Product: xHCI Host Controller
[   14.661655] usb usb2: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
[   14.661659] usb usb2: SerialNumber: 0000:00:14.0
[   14.712773] hub 2-0:1.0: USB hub found
[   14.712802] hub 2-0:1.0: 1 port detected
[   14.765824] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[   14.765949] i8042: PNP: No PS/2 controller found.
[   14.766759] mousedev: PS/2 mouse device common for all mice
[   14.767961] rtc_cmos 00:00: RTC can wake from S4
[   14.768871] rtc_cmos 00:00: registered as rtc0
[   14.768911] rtc_cmos 00:00: setting system clock to 2025-03-18T11:27:34 UTC (1742297254)
[   14.769000] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   14.769032] i2c_dev: i2c /dev entries driver
[   14.769077] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   14.769109] device-mapper: uevent: version 1.0.3
[   14.769726] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[   14.769785] platform eisa.0: Probing EISA bus 0
[   14.769793] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   14.769799] platform eisa.0: Cannot allocate resource for EISA slot 1
[   14.769804] platform eisa.0: Cannot allocate resource for EISA slot 2
[   14.769809] platform eisa.0: Cannot allocate resource for EISA slot 3
[   14.769813] platform eisa.0: Cannot allocate resource for EISA slot 4
[   14.769818] platform eisa.0: Cannot allocate resource for EISA slot 5
[   14.769822] platform eisa.0: Cannot allocate resource for EISA slot 6
[   14.769827] platform eisa.0: Cannot allocate resource for EISA slot 7
[   14.769831] platform eisa.0: Cannot allocate resource for EISA slot 8
[   14.769836] platform eisa.0: EISA: Detected 0 cards
[   14.769847] intel_pstate: Intel P-state driver initializing
[   14.771444] drop_monitor: Initializing network drop monitor service
[   14.771669] NET: Registered PF_INET6 protocol family
[   14.797616] Segment Routing with IPv6
[   14.797655] In-situ OAM (IOAM) with IPv6
[   14.797714] NET: Registered PF_PACKET protocol family
[   14.797946] Key type dns_resolver registered
[   14.799566] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   14.800584] microcode: Current revision: 0x0000090d
[   14.801470] IPI shorthand broadcast: enabled
[   14.806696] sched_clock: Marking stable (14800006959, 2931707)->(14866419735, -63481069)
[   14.807939] registered taskstats version 1
[   14.809075] Loading compiled-in X.509 certificates
[   14.811543] Loaded X.509 cert 'Build time autogenerated kernel key: 496e409daaca5be585c260a1e40635b0bd670b13'
[   14.817178] Demotion targets for Node 0: null
[   14.818353] Key type .fscrypt registered
[   14.818362] Key type fscrypt-provisioning registered
[   14.840633] cryptd: max_cpu_qlen set to 1000
[   14.907095] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[   15.048972] usb 1-3: New USB device found, idVendor=04d8, idProduct=000a, bcdDevice= 1.00
[   15.048986] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   15.048992] usb 1-3: Product: Simple CDC Device Demo
[   15.048996] usb 1-3: Manufacturer: Microchip Technology Inc.
[   15.050351] ACPI: Device [BAT1] status [0000000f]
[   15.050391] ACPI: battery: Slot [BAT1] (battery absent)
[   15.050523] ACPI: Driver [battery] successfully bound to device [BAT1]
[   15.050529] ACPI: Found driver [battery] for device [BAT1]
[   15.114076] Key type encrypted registered
[   15.114092] AppArmor: AppArmor sha256 policy hashing enabled
[   15.114127] ima: No TPM chip found, activating TPM-bypass!
[   15.114139] Loading compiled-in module X.509 certificates
[   15.116007] Loaded X.509 cert 'Build time autogenerated kernel key: 496e409daaca5be585c260a1e40635b0bd670b13'
[   15.116016] ima: Allocated hash algorithm: sha1
[   15.116033] ima: No architecture policies found
[   15.116067] evm: Initialising EVM extended attributes:
[   15.116071] evm: security.selinux
[   15.116075] evm: security.SMACK64
[   15.116077] evm: security.SMACK64EXEC
[   15.116080] evm: security.SMACK64TRANSMUTE
[   15.116083] evm: security.SMACK64MMAP
[   15.116085] evm: security.apparmor
[   15.116088] evm: security.ima
[   15.116091] evm: security.capability
[   15.116093] evm: HMAC attrs: 0x1
[   15.116940] PM:   Magic number: 1:426:479
[   15.118008] RAS: Correctable Errors collector initialized.
[   15.155028] PCI: pci_mmcfg_late_insert_resources() pci_probe 0x8
[   15.155041] PCI: pci_mmcfg_late_insert_resources() insert [mem 0xe0000000-0xefffffff]
[   15.155646] clk: Disabling unused clocks
[   15.155683] PM: genpd: Disabling unused power domains
[   15.168526] Freeing unused decrypted memory: 2028K
[   15.171489] Freeing unused kernel image (initmem) memory: 4784K
[   15.171810] Write protecting the kernel read-only data: 32768k
[   15.173429] Freeing unused kernel image (text/rodata gap) memory: 520K
[   15.174322] Freeing unused kernel image (rodata/data gap) memory: 856K
[   15.259159] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.259499] x86/mm: Checking user space page tables
[   15.275028] usb 1-4: new low-speed USB device number 3 using xhci_hcd
[   15.340981] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.340997] Run /init as init process
[   15.341002]   with arguments:
[   15.341006]     /init
[   15.341009]   with environment:
[   15.341012]     HOME=/
[   15.341015]     TERM=linux
[   15.341018]     BOOT_IMAGE=/vmlinuz-6.14.0-rc5+
[   15.420551] usb 1-4: New USB device found, idVendor=03f0, idProduct=2a4a, bcdDevice= 2.48
[   15.420565] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   15.420570] usb 1-4: Product: HP USB Slim Keyboard - Skylab
[   15.420575] usb 1-4: Manufacturer: Lite-On Technology Corp
[   15.552145] hid: raw HID events driver (C) Jiri Kosina
[   15.599395] usbcore: registered new interface driver usbhid
[   15.599406] usbhid: USB HID core driver
[   15.611185] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:03F0:2A4A.0001/input/input4
[   15.667824] hid-generic 0003:03F0:2A4A.0001: input,hidraw0: USB HID v1.10 Keyboard [Lite-On Technology Corp HP USB Slim Keyboard - Skylab] on usb-0000:00:14.0-4/input0
[   15.668667] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:03F0:2A4A.0002/input/input5
[   15.723775] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:03F0:2A4A.0002/input/input6
[   15.723951] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:03F0:2A4A.0002/input/input7
[   15.724222] hid-generic 0003:03F0:2A4A.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Lite-On Technology Corp HP USB Slim Keyboard - Skylab] on usb-0000:00:14.0-4/input1
[   17.722749] dca service started, version 1.12.1
[   17.784795] sdhci: Secure Digital Host Controller Interface driver
[   17.784805] sdhci: Copyright(c) Pierre Ossman
[   17.785816] ACPI: bus type drm_connector registered
[   17.786082] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.786100] ahci 0000:00:13.0: runtime IRQ mapping not provided by arch
[   17.786109] ahci 0000:00:13.0: version 3.0
[   17.794069] igb: Intel(R) Gigabit Ethernet Network Driver
[   17.794080] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.794124] igb 0000:03:00.0: vgaarb: pci_notify
[   17.794137] igb 0000:03:00.0: runtime IRQ mapping not provided by arch
[   17.802861] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.802878] sdhci-pci 0000:00:17.0: runtime IRQ mapping not provided by arch
[   17.802886] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[   17.806645] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   17.806739] igb 0000:03:00.0: save config 0x00: 0x15338086
[   17.806756] igb 0000:03:00.0: save config 0x04: 0x00100007
[   17.806764] igb 0000:03:00.0: save config 0x08: 0x02000003
[   17.806772] igb 0000:03:00.0: save config 0x0c: 0x00000010
[   17.806779] igb 0000:03:00.0: save config 0x10: 0xb0a00000
[   17.806785] igb 0000:03:00.0: save config 0x14: 0x00000000
[   17.806792] igb 0000:03:00.0: save config 0x18: 0x0000d001
[   17.806799] igb 0000:03:00.0: save config 0x1c: 0xb0a80000
[   17.806805] igb 0000:03:00.0: save config 0x20: 0x00000000
[   17.806811] igb 0000:03:00.0: save config 0x24: 0x00000000
[   17.806818] igb 0000:03:00.0: save config 0x28: 0x00000000
[   17.806824] igb 0000:03:00.0: save config 0x2c: 0x0000ffff
[   17.806831] igb 0000:03:00.0: save config 0x30: 0x00000000
[   17.806837] igb 0000:03:00.0: save config 0x34: 0x00000040
[   17.806843] igb 0000:03:00.0: save config 0x38: 0x00000000
[   17.806850] igb 0000:03:00.0: save config 0x3c: 0x0000010a
[   17.807161] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA
[   17.807225] sdhci-pci 0000:00:17.0: vgaarb: pci_notify
[   17.817253] ahci 0000:00:13.0: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[   17.817269] ahci 0000:00:13.0: 1/2 ports implemented (port mask 0x2)
[   17.817275] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   17.818270] scsi host0: ahci
[   17.818720] scsi host1: ahci
[   17.818852] ata1: DUMMY
[   17.818858] ata2: SATA max UDMA/133 abar m2048@0xb0b17000 port 0xb0b17180 irq 91 lpm-pol 3
[   17.818889] ahci 0000:00:13.0: vgaarb: pci_notify
[   17.836227] igb 0000:03:00.0: added PHC on eth0
[   17.836257] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[   17.836262] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:30:64:a2:59:aa
[   17.836308] igb 0000:03:00.0: eth0: PBA No: 000300-000
[   17.836312] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   17.836351] igb 0000:03:00.0: vgaarb: pci_notify
[   18.014033] mmc0: Failed to initialize a non-removable card
[   18.071045] sdhci-pci 0000:00:17.0: save config 0x00: 0x0f508086
[   18.071062] sdhci-pci 0000:00:17.0: save config 0x04: 0x00100006
[   18.071068] sdhci-pci 0000:00:17.0: save config 0x08: 0x08050111
[   18.071074] sdhci-pci 0000:00:17.0: save config 0x0c: 0x00000010
[   18.071080] sdhci-pci 0000:00:17.0: save config 0x10: 0xb0b16000
[   18.071086] sdhci-pci 0000:00:17.0: save config 0x14: 0xb0b15000
[   18.071092] sdhci-pci 0000:00:17.0: save config 0x18: 0x00000000
[   18.071098] sdhci-pci 0000:00:17.0: save config 0x1c: 0x00000000
[   18.071107] sdhci-pci 0000:00:17.0: save config 0x20: 0x00000000
[   18.071113] sdhci-pci 0000:00:17.0: save config 0x24: 0x00000000
[   18.071118] sdhci-pci 0000:00:17.0: save config 0x28: 0x00000000
[   18.071124] sdhci-pci 0000:00:17.0: save config 0x2c: 0x00000000
[   18.071130] sdhci-pci 0000:00:17.0: save config 0x30: 0x00000000
[   18.071135] sdhci-pci 0000:00:17.0: save config 0x34: 0x00000080
[   18.071141] sdhci-pci 0000:00:17.0: save config 0x38: 0x00000000
[   18.071147] sdhci-pci 0000:00:17.0: save config 0x3c: 0x0000010a
[   18.071163] sdhci-pci 0000:00:17.0: PME# enabled
[   18.129128] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   18.130180] ata2.00: ATA-10: TS128GMTS830S, 22Z2V3PD, max UDMA/133
[   18.130494] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[   18.131453] ata2.00: Features: Dev-Sleep
[   18.133501] ata2.00: configured for UDMA/133
[   18.144837] scsi 1:0:0:0: Direct-Access     ATA      TS128GMTS830S    V3PD PQ: 0 ANSI: 5
[   18.145719] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   18.145780] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[   18.145817] sd 1:0:0:0: [sda] Write Protect is off
[   18.145824] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   18.145878] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.145978] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[   18.179231]  sda: sda1 sda2 sda3
[   18.179983] sd 1:0:0:0: [sda] Attached SCSI disk
[   18.183860] igb 0000:03:00.0 enp3s0: renamed from eth0
[   19.590275] i915 0000:00:02.0: vgaarb: pci_notify
[   19.590294] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[   19.604617] i915 0000:00:02.0: [drm] Found valleyview (device ID 0f31) integrated display version 7.00 stepping N/A
[   19.605618] i915 0000:00:02.0: vgaarb: deactivate vga console
[   19.606164] Console: switching to colour dummy device 80x25
[   21.108673] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.108691] lpc_ich 0000:00:1f.0: runtime IRQ mapping not provided by arch
[   21.129754] lpc_ich 0000:00:1f.0: vgaarb: pci_notify
[   21.168709] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   21.175805] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   21.175829] i801_smbus 0000:00:1f.3: runtime IRQ mapping not provided by arch
[   21.216747] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   21.217078] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   21.217151] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.217218] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.217245] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   21.263853] ACPI: \_SB_.PCI0.GFX0: ACPI: Error attaching device data
[   21.264080] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   21.264089] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[   21.264095] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[   21.264100] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[   21.264107] i915 0000:00:02.0: vgaarb: __vga_put
[   21.264580] ACPI: Device [ISP0] status [00000000]
[   21.264673] ACPI: Device [H_EC] status [00000000]
[   21.264710] ACPI: Device [BAT0] status [00000000]
[   21.264745] ACPI: Device [BAT1] status [00000000]
[   21.264780] ACPI: Device [BAT2] status [00000000]
[   21.264845] ACPI: Device [WPCN] status [00000000]
[   21.264901] ACPI: Device [UAR5] status [00000000]
[   21.264957] ACPI: Device [UAR8] status [00000000]
[   21.267872] i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
[   21.267885] i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
[   21.269068] ACPI: Device [LPTE] status [00000000]
[   21.271302] ACPI: Device [PS2K] status [00000000]
[   21.271627] ACPI: Device [PS2M] status [00000000]
[   21.271665] ACPI: Device [SSPI] status [00000000]
[   21.271700] ACPI: Device [SGPI] status [00000000]
[   21.271736] ACPI: Device [SHWM] status [00000000]
[   21.271771] ACPI: Device [SCPI] status [00000000]
[   21.272058] ACPI: Device [UAR1] status [00000000]
[   21.272892] ACPI: Device [UAR2] status [00000000]
[   21.313021] EDID has corrupt header
[   21.313035] 	[00] BAD  65 e7 da c4 fe 37 c5 ba 63 05 41 88 ff e3 1c ee
[   21.313041] 	[00] BAD  a1 bd 21 e3 6f 3a 0c ac 1e d9 10 ea 16 09 c2 45
[   21.313044] 	[00] BAD  84 06 fe 9c 5e 8a a4 33 61 03 76 18 7e ec 3f f6
[   21.313048] 	[00] BAD  c5 5b 8e ed 90 80 e6 c4 66 06 de ea e8 a6 aa b7
[   21.313051] 	[00] BAD  4c 03 3d 8e dd 8f d5 cb 84 b7 8e 1b 92 0b 14 ba
[   21.313054] 	[00] BAD  e9 bd 72 bc 2e 0c 8a fc f8 74 19 df 79 0e 58 24
[   21.313057] 	[00] BAD  9a 99 03 82 e8 19 4c 7b 31 be 71 f2 82 9f 76 4c
[   21.313061] 	[00] BAD  f7 2e f9 f0 26 14 ca 69 1f 2f ad cb 81 02 98 a3
[   21.603238] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   21.605645] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   21.606072] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[   21.606695] ACPI: Driver [video] successfully bound to device [GFX0]
[   21.606704] ACPI: Found driver [video] for device [GFX0]
[   21.644232] fbcon: i915drmfb (fb0) is primary device
[   22.592789] Console: switching to colour frame buffer device 128x48
[   22.611281] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   22.635388] i915 0000:00:02.0: vgaarb: pci_notify
[   22.974874] ACPI: Device [BAT2] status [00000000]
[   22.980959] ACPI: Device [EHC1] status [00000000]
[   22.981206] ACPI: Device [HUBN] status [0000000f]
[   22.981538] ACPI: Device [PR01] status [0000000f]
[   22.981866] ACPI: Device [PR11] status [0000000f]
[   22.982286] ACPI: Device [PR12] status [0000000f]
[   22.982695] ACPI: Device [PR13] status [0000000f]
[   22.983117] ACPI: Device [PR14] status [0000000f]
[   22.983526] ACPI: Device [PR15] status [0000000f]
[   22.983934] ACPI: Device [PR16] status [0000000f]
[   22.984344] ACPI: Device [PR17] status [0000000f]
[   22.984752] ACPI: Device [PR18] status [0000000f]
[   22.994137] ACPI: Device [EM41] status [00000000]
[   22.994152] ACPI: Device [CARD] status [0000000f]
[   22.994826] ACPI: Device [OTG1] status [00000000]
[   22.999951] ACPI: Device [LPEA] status [00000000]
[   23.000578] ACPI: Device [LPA2] status [00000000]
[   23.000723] ACPI: Device [ADMA] status [0000000f]
[   23.002293] ACPI: Device [GPED] status [00000000]
[   23.002946] ACPI: Device [PIND] status [00000000]
[   23.003034] i801_smbus 0000:00:1f.3: vgaarb: pci_notify
[   24.207431] raid6: sse2x4   gen()  4762 MB/s
[   24.275384] raid6: sse2x2   gen()  4557 MB/s
[   24.343430] raid6: sse2x1   gen()  3422 MB/s
[   24.343436] raid6: using algorithm sse2x4 gen() 4762 MB/s
[   24.411378] raid6: .... xor() 1352 MB/s, rmw enabled
[   24.411384] raid6: using ssse3x2 recovery algorithm
[   24.414888] xor: measuring software checksum speed
[   24.415348]    prefetch64-sse  :  7314 MB/sec
[   24.415839]    generic_sse     :  6797 MB/sec
[   24.415843] xor: using function: prefetch64-sse (7314 MB/sec)
[   24.419914] async_tx: api initialized (async)
[   25.288979] Btrfs loaded, zoned=yes, fsverity=yes
[   25.503788] EXT4-fs (dm-0): mounted filesystem 48a9dd91-d00b-47bf-8f7b-9758baf79d83 ro with ordered data mode. Quota mode: none.
[   26.174457] systemd[1]: Inserted module 'autofs4'
[   26.250601] systemd[1]: systemd 245.4-4ubuntu3.22 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.251046] systemd[1]: Detected architecture x86-64.
[   26.288808] systemd[1]: Set hostname to <bttest>.
[   27.008739] systemd[1]: Created slice system-modprobe.slice.
[   27.009950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   27.010856] systemd[1]: Created slice User and Session Slice.
[   27.011094] systemd[1]: Started ntp-systemd-netif.path.
[   27.011303] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   27.011926] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.012139] systemd[1]: Reached target User and Group Name Lookups.
[   27.012199] systemd[1]: Reached target Slices.
[   27.012251] systemd[1]: Reached target Mounting snaps.
[   27.012320] systemd[1]: Reached target System Time Set.
[   27.012589] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   27.012948] systemd[1]: Listening on LVM2 poll daemon socket.
[   27.013170] systemd[1]: Listening on multipathd control socket.
[   27.013491] systemd[1]: Listening on Syslog Socket.
[   27.013795] systemd[1]: Listening on fsck to fsckd communication Socket.
[   27.013968] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   27.014625] systemd[1]: Listening on Journal Audit Socket.
[   27.014994] systemd[1]: Listening on Journal Socket (/dev/log).
[   27.015437] systemd[1]: Listening on Journal Socket.
[   27.015943] systemd[1]: Listening on Network Service Netlink Socket.
[   27.016296] systemd[1]: Listening on udev Control Socket.
[   27.016524] systemd[1]: Listening on udev Kernel Socket.
[   27.043848] systemd[1]: Mounting Huge Pages File System...
[   27.047753] systemd[1]: Mounting POSIX Message Queue File System...
[   27.052144] systemd[1]: Mounting Kernel Debug File System...
[   27.056498] systemd[1]: Mounting Kernel Trace File System...
[   27.062777] systemd[1]: Starting Journal Service...
[   27.067167] systemd[1]: Starting Set the console keyboard layout...
[   27.071317] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   27.076712] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   27.082047] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   27.082224] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   27.090563] systemd[1]: Starting Load Kernel Module efi_pstore...
[   27.094699] systemd[1]: Starting Load Kernel Module pstore_blk...
[   27.102030] systemd[1]: Starting Load Kernel Module pstore_zone...
[   27.105696] systemd[1]: Starting Load Kernel Module ramoops...
[   27.105931] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   27.107149] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   27.107314] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   27.114283] systemd[1]: Starting Load Kernel Modules...
[   27.118369] systemd[1]: Starting Remount Root and Kernel File Systems...
[   27.122679] systemd[1]: Starting udev Coldplug all Devices...
[   27.132055] systemd[1]: Starting Uncomplicated firewall...
[   27.139455] systemd[1]: Mounted Huge Pages File System.
[   27.140602] systemd[1]: Mounted POSIX Message Queue File System.
[   27.141189] systemd[1]: Mounted Kernel Debug File System.
[   27.141634] systemd[1]: Mounted Kernel Trace File System.
[   27.143690] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   27.144971] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[   27.145918] systemd[1]: Finished Load Kernel Module efi_pstore.
[   27.147283] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[   27.148141] systemd[1]: Finished Load Kernel Module pstore_blk.
[   27.149323] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[   27.150142] systemd[1]: Finished Load Kernel Module pstore_zone.
[   27.152475] systemd[1]: Finished Uncomplicated firewall.
[   27.172079] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[   27.172888] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   27.174044] systemd[1]: modprobe@ramoops.service: Succeeded.
[   27.174893] systemd[1]: Finished Load Kernel Module ramoops.
[   27.183626] systemd[1]: Finished Load Kernel Modules.
[   27.192238] EXT4-fs (dm-0): re-mounted 48a9dd91-d00b-47bf-8f7b-9758baf79d83 r/w. Quota mode: none.
[   27.200032] systemd[1]: Mounting FUSE Control File System...
[   27.211381] systemd[1]: Mounting Kernel Configuration File System...
[   27.215446] systemd[1]: Starting Apply Kernel Variables...
[   27.224340] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   27.228345] systemd[1]: Finished Remount Root and Kernel File Systems.
[   27.229049] systemd[1]: Mounted FUSE Control File System.
[   27.231133] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   27.234552] systemd[1]: Starting Create System Users...
[   27.246440] systemd[1]: Mounted Kernel Configuration File System.
[   27.284438] systemd[1]: Finished Apply Kernel Variables.
[   27.291180] systemd[1]: Finished Create System Users.
[   27.307706] systemd[1]: Starting Create Static Device Nodes in /dev...
[   27.340775] systemd[1]: Finished Create Static Device Nodes in /dev.
[   27.345850] systemd[1]: Starting udev Kernel Device Manager...
[   27.424991] systemd[1]: Finished Set the console keyboard layout.
[   27.475035] systemd[1]: Started Journal Service.
[   29.528596] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   29.528617] mei_txe 0000:00:1a.0: runtime IRQ mapping not provided by arch
[   29.544298] cdc_acm 1-3:1.0: ttyACM0: USB ACM device
[   29.544441] usbcore: registered new interface driver cdc_acm
[   29.544448] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   29.559068] mei_txe 0000:00:1a.0: vgaarb: pci_notify
[   31.533390] intel_rapl_common: Found RAPL domain package
[   31.533404] intel_rapl_common: Found RAPL domain core
[   31.650416] Adding 5242876k swap on /dev/mapper/vg00-swapvol.  Priority:-2 extents:1 across:5242876k SS
[   36.360515] alua: device handler registered
[   36.365746] emc: device handler registered
[   36.370845] rdac: device handler registered
[   36.593541] EXT4-fs (dm-1): mounted filesystem 35490b7f-488c-442a-b8e4-5bb90dcf2a2a r/w with ordered data mode. Quota mode: none.
[   36.597294] EXT4-fs (sda2): mounted filesystem ee28ab0c-815f-4969-8057-bfbf6ed7fc0a r/w with ordered data mode. Quota mode: none.
[   36.621272] loop0: detected capacity change from 0 to 130448
[   36.640995] loop1: detected capacity change from 0 to 130552
[   36.641326] loop2: detected capacity change from 0 to 188176
[   36.641640] loop3: detected capacity change from 0 to 188192
[   36.657067] loop4: detected capacity change from 0 to 91008
[   36.666608] systemd-journald[388]: Received client request to flush runtime journal.
[   36.684226] loop5: detected capacity change from 0 to 91024
[   36.868334] audit: type=1400 audit(1742297276.595:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=668 comm="apparmor_parser"
[   36.868363] audit: type=1400 audit(1742297276.595:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=668 comm="apparmor_parser"
[   36.868374] audit: type=1400 audit(1742297276.595:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=668 comm="apparmor_parser"
[   36.877320] audit: type=1400 audit(1742297276.603:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=669 comm="apparmor_parser"
[   36.878618] audit: type=1400 audit(1742297276.603:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=671 comm="apparmor_parser"
[   36.883485] audit: type=1400 audit(1742297276.611:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=672 comm="apparmor_parser"
[   36.886325] audit: type=1400 audit(1742297276.611:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=670 comm="apparmor_parser"
[   36.886349] audit: type=1400 audit(1742297276.611:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=670 comm="apparmor_parser"
[   36.886360] audit: type=1400 audit(1742297276.611:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=670 comm="apparmor_parser"
[   36.886370] audit: type=1400 audit(1742297276.611:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=670 comm="apparmor_parser"
[   43.779894] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   49.957764] kauditd_printk_skb: 21 callbacks suppressed
[   49.957776] audit: type=1400 audit(1742297289.683:33): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=777 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   52.678291] audit: type=1400 audit(1742297292.403:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=923 comm="apparmor_parser"
[   52.857915] evm: overlay not supported
[   53.542615] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   53.554765] Bridge firewalling registered
[   53.650341] loop6: detected capacity change from 0 to 8
[   53.940244] Initializing XFRM netlink socket
[ 6282.214169] perf: interrupt took too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[ 8627.100077] perf: interrupt took too long (3151 > 3136), lowering kernel.perf_event_max_sample_rate to 63250
[12522.514408] perf: interrupt took too long (3941 > 3938), lowering kernel.perf_event_max_sample_rate to 50750
[19607.353018] perf: interrupt took too long (4943 > 4926), lowering kernel.perf_event_max_sample_rate to 40250
[37187.647770] perf: interrupt took too long (6190 > 6178), lowering kernel.perf_event_max_sample_rate to 32250
[71632.591727] perf: interrupt took too long (8411 > 7737), lowering kernel.perf_event_max_sample_rate to 23750

[77998.038653] 
               Initialized Local Variables for Method [RDWD]:
[77998.038691]   Local1: 00000000d0fe9fee <Obj>           Integer 0000000000000015
[77998.038862]   Local6: 00000000f41c1645 <Obj>           Integer 0000000000000000
[77998.039031]   Local7: 0000000040665c5c <Obj>           Integer 000000000000AA55

[77998.039237] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[77998.039273]   Arg0:   00000000397dc53d <Obj>           Integer 0000000000000014
[77998.039442]   Arg1:   000000001099e334 <Obj>           Integer 0000000000000002

[77998.039673] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[77998.040455] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[77998.043659] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78028.442980] 
               Initialized Local Variables for Method [RDWD]:
[78028.443019]   Local1: 00000000898a9a7e <Obj>           Integer 0000000000000017
[78028.443192]   Local6: 000000000cf0c853 <Obj>           Integer 0000000000000000
[78028.443362]   Local7: 00000000bb4aa65f <Obj>           Integer 000000000000AA55

[78028.443569] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78028.443606]   Arg0:   00000000ef8d445b <Obj>           Integer 0000000000000016
[78028.443775]   Arg1:   000000006cacc887 <Obj>           Integer 0000000000000003

[78028.444006] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78028.446366] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78028.451179] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78032.877472] 
               Initialized Local Variables for Method [RDWD]:
[78032.877509]   Local1: 00000000cf6291ae <Obj>           Integer 0000000000000017
[78032.877682]   Local6: 0000000026aa8a7a <Obj>           Integer 0000000000000003
[78032.877851]   Local7: 00000000acfa20e0 <Obj>           Integer 000000000000AA55

[78032.878058] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78032.878094]   Arg0:   00000000a186096f <Obj>           Integer 0000000000000016
[78032.878262]   Arg1:   00000000d0e1eefe <Obj>           Integer 0000000000000003

[78032.878492] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78032.881011] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78032.883061] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78033.761966] 
               Initialized Local Variables for Method [RDWD]:
[78033.762003]   Local1: 0000000033f6f4c5 <Obj>           Integer 0000000000000015
[78033.762178]   Local6: 00000000afd05901 <Obj>           Integer 0000000000000004
[78033.762347]   Local7: 0000000010c5364c <Obj>           Integer 000000000000AA55

[78033.762554] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78033.762590]   Arg0:   0000000071f597ec <Obj>           Integer 0000000000000014
[78033.762759]   Arg1:   0000000014b1269b <Obj>           Integer 0000000000000002

[78033.762990] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78033.766300] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78033.770514] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78038.178506] 
               Initialized Local Variables for Method [RDWD]:
[78038.178544]   Local1: 000000001f61ba80 <Obj>           Integer 0000000000000015
[78038.178716]   Local6: 000000005e0dedad <Obj>           Integer 0000000000000002
[78038.178886]   Local7: 000000002daea14f <Obj>           Integer 000000000000AA55

[78038.179092] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78038.179128]   Arg0:   00000000290a4d5f <Obj>           Integer 0000000000000014
[78038.179298]   Arg1:   00000000f4f91574 <Obj>           Integer 0000000000000002

[78038.179529] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78038.180072] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78038.181760] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78085.502899] 
               Initialized Local Variables for Method [RDWD]:
[78085.502937]   Local1: 0000000010fabccb <Obj>           Integer 0000000000000017
[78085.503110]   Local6: 00000000cde3d143 <Obj>           Integer 0000000000000002
[78085.503279]   Local7: 00000000f8f4c754 <Obj>           Integer 000000000000AA55

[78085.503485] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78085.503522]   Arg0:   00000000482d7cb7 <Obj>           Integer 0000000000000016
[78085.503690]   Arg1:   000000001cdaa744 <Obj>           Integer 0000000000000003

[78085.503920] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78085.506417] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78085.509047] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78095.834850] 
               Initialized Local Variables for Method [RDWD]:
[78095.834888]   Local1: 00000000898a9a7e <Obj>           Integer 0000000000000017
[78095.835063]   Local6: 000000003e07972a <Obj>           Integer 0000000000000004
[78095.835233]   Local7: 000000001bd41ffb <Obj>           Integer 000000000000AA55

[78095.835440] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78095.835476]   Arg0:   00000000be6a90de <Obj>           Integer 0000000000000016
[78095.835645]   Arg1:   00000000a485018c <Obj>           Integer 0000000000000003

[78095.835877] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78095.838237] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78095.840617] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78101.147126] 
               Initialized Local Variables for Method [RDWD]:
[78101.147164]   Local1: 00000000d711426b <Obj>           Integer 0000000000000017
[78101.147336]   Local6: 00000000dfeb8645 <Obj>           Integer 0000000000000005
[78101.147506]   Local7: 0000000031a31d65 <Obj>           Integer 000000000000AA55

[78101.147713] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78101.147749]   Arg0:   000000003942acc2 <Obj>           Integer 0000000000000016
[78101.147918]   Arg1:   000000005e0dedad <Obj>           Integer 0000000000000003

[78101.148149] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78101.150270] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78101.152314] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78103.499469] 
               Initialized Local Variables for Method [RDWD]:
[78103.499507]   Local1: 000000002894e340 <Obj>           Integer 0000000000000015
[78103.499681]   Local6: 00000000397dc53d <Obj>           Integer 0000000000000004
[78103.499850]   Local7: 0000000026aa8a7a <Obj>           Integer 000000000000AA55

[78103.500056] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78103.500092]   Arg0:   0000000068677316 <Obj>           Integer 0000000000000014
[78103.500260]   Arg1:   0000000003ee7e02 <Obj>           Integer 0000000000000002

[78103.500492] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78103.501158] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78103.502287] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78159.910945] 
               Initialized Local Variables for Method [RDWD]:
[78159.910983]   Local1: 0000000062f5cec2 <Obj>           Integer 0000000000000015
[78159.911158]   Local6: 0000000022fc2a68 <Obj>           Integer 0000000000000004
[78159.911328]   Local7: 00000000d2a56d8c <Obj>           Integer 000000000000AA55

[78159.911534] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78159.911570]   Arg0:   0000000002fb8686 <Obj>           Integer 0000000000000014
[78159.911739]   Arg1:   0000000018eee9d2 <Obj>           Integer 0000000000000002

[78159.911969] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78159.921613] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78159.936619] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78164.346533] 
               Initialized Local Variables for Method [RDWD]:
[78164.346575]   Local1: 000000006115479c <Obj>           Integer 0000000000000017
[78164.346749]   Local6: 00000000a7d9c091 <Obj>           Integer 0000000000000005
[78164.346919]   Local7: 00000000cde3d143 <Obj>           Integer 000000000000AA55

[78164.347127] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78164.347162]   Arg0:   00000000649c9022 <Obj>           Integer 0000000000000016
[78164.347331]   Arg1:   000000003e07972a <Obj>           Integer 0000000000000003

[78164.347563] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78164.362527] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78164.401106] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78171.443210] 
               Initialized Local Variables for Method [RDWD]:
[78171.443247]   Local1: 00000000756378cf <Obj>           Integer 0000000000000017
[78171.443421]   Local6: 000000000df5c435 <Obj>           Integer 0000000000000005
[78171.443591]   Local7: 00000000e7696552 <Obj>           Integer 000000000000AA55

[78171.443798] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78171.443835]   Arg0:   00000000f3836c18 <Obj>           Integer 0000000000000016
[78171.444004]   Arg1:   0000000026bd9a01 <Obj>           Integer 0000000000000003

[78171.444235] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78171.461228] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78171.511238] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78173.803786] 
               Initialized Local Variables for Method [RDWD]:
[78173.803824]   Local1: 000000001bbf2ac3 <Obj>           Integer 0000000000000015
[78173.803997]   Local6: 000000000383278b <Obj>           Integer 0000000000000004
[78173.804166]   Local7: 0000000098e6f620 <Obj>           Integer 000000000000AA55

[78173.804373] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78173.804409]   Arg0:   0000000052eed832 <Obj>           Integer 0000000000000014
[78173.804577]   Arg1:   000000009d780b06 <Obj>           Integer 0000000000000002

[78173.804806] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78173.821481] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78173.872149] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78231.125555] 
               Initialized Local Variables for Method [RDWD]:
[78231.125592]   Local1: 000000004046b650 <Obj>           Integer 0000000000000015
[78231.125766]   Local6: 0000000022fc2a68 <Obj>           Integer 0000000000000004
[78231.125936]   Local7: 00000000327457d2 <Obj>           Integer 000000000000AA55

[78231.126143] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78231.126179]   Arg0:   000000009ed6aae1 <Obj>           Integer 0000000000000014
[78231.126348]   Arg1:   00000000ff7184e5 <Obj>           Integer 0000000000000002

[78231.126580] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78231.141227] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78231.155429] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78234.659687] 
               Initialized Local Variables for Method [RDWD]:
[78234.659725]   Local1: 00000000d711426b <Obj>           Integer 0000000000000017
[78234.659897]   Local6: 000000009c314ef0 <Obj>           Integer 0000000000000005
[78234.660067]   Local7: 0000000011ba6dc0 <Obj>           Integer 000000000000AA55

[78234.660274] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78234.660309]   Arg0:   00000000898a9a7e <Obj>           Integer 0000000000000016
[78234.660478]   Arg1:   000000000cf0c853 <Obj>           Integer 0000000000000003

[78234.660709] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78234.675112] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78234.690305] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78240.865705] 
               Initialized Local Variables for Method [RDWD]:
[78240.865743]   Local1: 00000000cd03acd3 <Obj>           Integer 0000000000000017
[78240.865918]   Local6: 0000000052eed832 <Obj>           Integer 0000000000000006
[78240.866087]   Local7: 0000000026bd9a01 <Obj>           Integer 000000000000AA55

[78240.866293] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78240.866329]   Arg0:   00000000acfa20e0 <Obj>           Integer 0000000000000016
[78240.866498]   Arg1:   00000000ba7612f3 <Obj>           Integer 0000000000000003

[78240.866729] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78240.880690] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78240.895997] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78243.815831] 
               Initialized Local Variables for Method [RDWD]:
[78243.815869]   Local1: 0000000034081769 <Obj>           Integer 0000000000000015
[78243.816042]   Local6: 00000000f4f91574 <Obj>           Integer 0000000000000004
[78243.816212]   Local7: 00000000daae9e0d <Obj>           Integer 000000000000AA55

[78243.816419] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78243.816456]   Arg0:   00000000fbd169c0 <Obj>           Integer 0000000000000014
[78243.816626]   Arg1:   00000000995a075f <Obj>           Integer 0000000000000002

[78243.816857] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78243.830741] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78243.845281] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78300.753597] 
               Initialized Local Variables for Method [RDWD]:
[78300.753635]   Local1: 000000000f6230e0 <Obj>           Integer 0000000000000015
[78300.753809]   Local6: 00000000bc5750c6 <Obj>           Integer 0000000000000004
[78300.753979]   Local7: 00000000eec10629 <Obj>           Integer 000000000000AA55

[78300.754186] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78300.754221]   Arg0:   00000000d711426b <Obj>           Integer 0000000000000014
[78300.754390]   Arg1:   000000000cf0c853 <Obj>           Integer 0000000000000002

[78300.754621] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78300.769048] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78300.783582] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78304.593539] 
               Initialized Local Variables for Method [RDWD]:
[78304.593577]   Local1: 000000007ed32f8a <Obj>           Integer 0000000000000017
[78304.593750]   Local6: 000000002a795719 <Obj>           Integer 0000000000000005
[78304.593918]   Local7: 000000003e4f2a97 <Obj>           Integer 000000000000AA55

[78304.594124] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78304.594160]   Arg0:   000000009ed6aae1 <Obj>           Integer 0000000000000016
[78304.594328]   Arg1:   00000000ff7184e5 <Obj>           Integer 0000000000000003

[78304.594558] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78304.609337] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78304.624101] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78310.793492] 
               Initialized Local Variables for Method [RDWD]:
[78310.793529]   Local1: 0000000052eed832 <Obj>           Integer 0000000000000017
[78310.793703]   Local6: 00000000d2a56d8c <Obj>           Integer 0000000000000006
[78310.793873]   Local7: 00000000f9dece9d <Obj>           Integer 000000000000AA55

[78310.794080] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78310.794117]   Arg0:   0000000034081769 <Obj>           Integer 0000000000000016
[78310.794287]   Arg1:   00000000f4f91574 <Obj>           Integer 0000000000000003

[78310.794518] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78310.808925] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78310.823796] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78313.742877] 
               Initialized Local Variables for Method [RDWD]:
[78313.742915]   Local1: 00000000d0fe9fee <Obj>           Integer 0000000000000015
[78313.743089]   Local6: 00000000e1818201 <Obj>           Integer 0000000000000004
[78313.743259]   Local7: 00000000a6bd01a6 <Obj>           Integer 000000000000AA55

[78313.743465] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78313.743501]   Arg0:   000000001235e4fe <Obj>           Integer 0000000000000014
[78313.743670]   Arg1:   0000000014b1269b <Obj>           Integer 0000000000000002

[78313.743901] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78313.759591] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78313.774029] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78370.754537] 
               Initialized Local Variables for Method [RDWD]:
[78370.754575]   Local1: 00000000cf6291ae <Obj>           Integer 0000000000000015
[78370.754747]   Local6: 000000002daea14f <Obj>           Integer 0000000000000004
[78370.754916]   Local7: 0000000020c2dba5 <Obj>           Integer 000000000000AA55

[78370.755121] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78370.755158]   Arg0:   0000000033f6f4c5 <Obj>           Integer 0000000000000014
[78370.755327]   Arg1:   000000002c1ddbe3 <Obj>           Integer 0000000000000002

[78370.755557] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78370.770325] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78370.785598] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78374.581949] 
               Initialized Local Variables for Method [RDWD]:
[78374.581987]   Local1: 000000009b914ef5 <Obj>           Integer 0000000000000017
[78374.582159]   Local6: 0000000014b1269b <Obj>           Integer 0000000000000005
[78374.582328]   Local7: 00000000dc87b862 <Obj>           Integer 000000000000AA55

[78374.582535] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78374.582571]   Arg0:   00000000d6ed1c77 <Obj>           Integer 0000000000000016
[78374.582740]   Arg1:   0000000090ad1b2b <Obj>           Integer 0000000000000003

[78374.582970] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78374.597110] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78374.612275] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78380.786703] 
               Initialized Local Variables for Method [RDWD]:
[78380.786742]   Local1: 00000000bc629bb3 <Obj>           Integer 0000000000000017
[78380.786915]   Local6: 000000005bddec7f <Obj>           Integer 0000000000000006
[78380.787083]   Local7: 00000000a485018c <Obj>           Integer 000000000000AA55

[78380.787290] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78380.787326]   Arg0:   00000000244937e2 <Obj>           Integer 0000000000000016
[78380.787495]   Arg1:   000000004ca0432c <Obj>           Integer 0000000000000003

[78380.787725] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78380.801882] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78380.816405] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78383.738015] 
               Initialized Local Variables for Method [RDWD]:
[78383.738053]   Local1: 00000000be287db5 <Obj>           Integer 0000000000000015
[78383.738227]   Local6: 00000000d2a56d8c <Obj>           Integer 0000000000000004
[78383.738398]   Local7: 00000000898a9a7e <Obj>           Integer 000000000000AA55

[78383.738606] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78383.738642]   Arg0:   000000007857eab4 <Obj>           Integer 0000000000000014
[78383.738812]   Arg1:   000000002d8c7991 <Obj>           Integer 0000000000000002

[78383.739043] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78383.753508] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78383.767938] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78440.362279] 
               Initialized Local Variables for Method [RDWD]:
[78440.362317]   Local1: 000000007a0597a8 <Obj>           Integer 0000000000000015
[78440.362490]   Local6: 00000000649c9022 <Obj>           Integer 0000000000000004
[78440.362659]   Local7: 00000000132c001c <Obj>           Integer 000000000000AA55

[78440.362866] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78440.362901]   Arg0:   00000000909034c1 <Obj>           Integer 0000000000000014
[78440.363070]   Arg1:   000000000383278b <Obj>           Integer 0000000000000002

[78440.363302] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78440.379806] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78440.430338] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78444.486461] 
               Initialized Local Variables for Method [RDWD]:
[78444.486499]   Local1: 0000000087273b6c <Obj>           Integer 0000000000000017
[78444.486672]   Local6: 000000001bbf2ac3 <Obj>           Integer 0000000000000005
[78444.486841]   Local7: 00000000f4f91574 <Obj>           Integer 000000000000AA55

[78444.487047] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78444.487082]   Arg0:   000000004f3de70b <Obj>           Integer 0000000000000016
[78444.487251]   Arg1:   000000005f74f6e1 <Obj>           Integer 0000000000000003

[78444.487483] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78444.501957] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78444.516769] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78451.582656] 
               Initialized Local Variables for Method [RDWD]:
[78451.582693]   Local1: 0000000026bd9a01 <Obj>           Integer 0000000000000017
[78451.582867]   Local6: 000000001bbf2ac3 <Obj>           Integer 0000000000000005
[78451.583035]   Local7: 000000007a557ec0 <Obj>           Integer 000000000000AA55

[78451.583242] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78451.583277]   Arg0:   0000000090aa0b7b <Obj>           Integer 0000000000000016
[78451.583446]   Arg1:   00000000dfeb8645 <Obj>           Integer 0000000000000003

[78451.583677] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78451.599243] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78451.649431] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78453.350624] 
               Initialized Local Variables for Method [RDWD]:
[78453.350662]   Local1: 000000002ef8ae79 <Obj>           Integer 0000000000000015
[78453.350835]   Local6: 000000001f61ba80 <Obj>           Integer 0000000000000005
[78453.351005]   Local7: 00000000daae9e0d <Obj>           Integer 000000000000AA55

[78453.351212] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78453.351247]   Arg0:   0000000052eed832 <Obj>           Integer 0000000000000014
[78453.351417]   Arg1:   0000000005b4ad25 <Obj>           Integer 0000000000000002

[78453.351646] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78453.369525] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78453.383778] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78510.375207] 
               Initialized Local Variables for Method [RDWD]:
[78510.375245]   Local1: 00000000b02ed2c3 <Obj>           Integer 0000000000000015
[78510.375419]   Local6: 00000000833d17af <Obj>           Integer 0000000000000004
[78510.375588]   Local7: 00000000a1534eca <Obj>           Integer 000000000000AA55

[78510.375796] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78510.375832]   Arg0:   000000002b96371e <Obj>           Integer 0000000000000014
[78510.376000]   Arg1:   00000000bc629bb3 <Obj>           Integer 0000000000000002

[78510.376231] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78510.392360] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78510.431596] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78514.516616] 
               Initialized Local Variables for Method [RDWD]:
[78514.516654]   Local1: 000000000f85ccbf <Obj>           Integer 0000000000000017
[78514.516826]   Local6: 000000000cf0c853 <Obj>           Integer 0000000000000005
[78514.516995]   Local7: 00000000cee55ed6 <Obj>           Integer 000000000000AA55

[78514.517201] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78514.517237]   Arg0:   00000000471981fa <Obj>           Integer 0000000000000016
[78514.517406]   Arg1:   00000000de194deb <Obj>           Integer 0000000000000003

[78514.517636] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78514.533986] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78514.548602] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78521.592577] 
               Initialized Local Variables for Method [RDWD]:
[78521.592615]   Local1: 000000004998602c <Obj>           Integer 0000000000000017
[78521.592788]   Local6: 000000005bddec7f <Obj>           Integer 0000000000000005
[78521.592957]   Local7: 000000005e0dedad <Obj>           Integer 000000000000AA55

[78521.593163] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78521.593199]   Arg0:   0000000025249621 <Obj>           Integer 0000000000000016
[78521.593367]   Arg1:   0000000017ca07cd <Obj>           Integer 0000000000000003

[78521.593598] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78521.607585] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78521.622063] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78523.363012] 
               Initialized Local Variables for Method [RDWD]:
[78523.363050]   Local1: 000000003221a20e <Obj>           Integer 0000000000000015
[78523.363225]   Local6: 00000000d711426b <Obj>           Integer 0000000000000005
[78523.363395]   Local7: 00000000bb4aa65f <Obj>           Integer 000000000000AA55

[78523.363600] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78523.363636]   Arg0:   000000005b023c7f <Obj>           Integer 0000000000000014
[78523.363804]   Arg1:   00000000e1818201 <Obj>           Integer 0000000000000002

[78523.364035] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78523.379061] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78523.393921] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78580.352641] 
               Initialized Local Variables for Method [RDWD]:
[78580.352678]   Local1: 000000004998602c <Obj>           Integer 0000000000000015
[78580.352851]   Local6: 0000000032476d1b <Obj>           Integer 0000000000000004
[78580.353020]   Local7: 000000002b94a400 <Obj>           Integer 000000000000AA55

[78580.353226] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78580.353262]   Arg0:   0000000025249621 <Obj>           Integer 0000000000000014
[78580.353431]   Arg1:   000000009d37b322 <Obj>           Integer 0000000000000002

[78580.353660] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78580.369495] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78580.413165] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78584.475743] 
               Initialized Local Variables for Method [RDWD]:
[78584.475787]   Local1: 00000000d337ecec <Obj>           Integer 0000000000000017
[78584.475964]   Local6: 00000000f471dbe3 <Obj>           Integer 0000000000000005
[78584.476135]   Local7: 00000000d711426b <Obj>           Integer 000000000000AA55

[78584.476346] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78584.476382]   Arg0:   00000000f3836c18 <Obj>           Integer 0000000000000016
[78584.476552]   Arg1:   000000000383278b <Obj>           Integer 0000000000000003

[78584.476790] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78584.494496] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78584.509962] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78591.570646] 
               Initialized Local Variables for Method [RDWD]:
[78591.570684]   Local1: 00000000e543acc6 <Obj>           Integer 0000000000000017
[78591.570857]   Local6: 0000000017ca07cd <Obj>           Integer 0000000000000005
[78591.571026]   Local7: 00000000437f89d9 <Obj>           Integer 000000000000AA55

[78591.571392] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78591.571429]   Arg0:   00000000cde3d143 <Obj>           Integer 0000000000000016
[78591.571602]   Arg1:   0000000046cf4e1d <Obj>           Integer 0000000000000003

[78591.571866] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78591.585783] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78591.600511] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78593.342839] 
               Initialized Local Variables for Method [RDWD]:
[78593.342877]   Local1: 00000000daae9e0d <Obj>           Integer 0000000000000015
[78593.343052]   Local6: 00000000e8f3cf3b <Obj>           Integer 0000000000000005
[78593.343298]   Local7: 00000000bb4aa65f <Obj>           Integer 000000000000AA55

[78593.343507] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78593.343543]   Arg0:   00000000dfeb8645 <Obj>           Integer 0000000000000014
[78593.343717]   Arg1:   00000000e361334a <Obj>           Integer 0000000000000002

[78593.343981] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78593.358940] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78593.373463] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78650.010031] 
               Initialized Local Variables for Method [RDWD]:
[78650.010070]   Local1: 0000000022ea46df <Obj>           Integer 0000000000000015
[78650.010244]   Local6: 00000000bc629bb3 <Obj>           Integer 0000000000000004
[78650.010414]   Local7: 00000000dc87b862 <Obj>           Integer 000000000000AA55

[78650.010621] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78650.010658]   Arg0:   00000000132c001c <Obj>           Integer 0000000000000014
[78650.010828]   Arg1:   0000000018d597f1 <Obj>           Integer 0000000000000002

[78650.011059] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78650.026555] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78650.041489] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78654.428512] 
               Initialized Local Variables for Method [RDWD]:
[78654.428549]   Local1: 000000002b94a400 <Obj>           Integer 0000000000000017
[78654.428722]   Local6: 000000003e4f2a97 <Obj>           Integer 0000000000000005
[78654.428891]   Local7: 00000000ca0267c6 <Obj>           Integer 000000000000AA55

[78654.429098] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78654.429134]   Arg0:   00000000bdfa25b1 <Obj>           Integer 0000000000000016
[78654.429303]   Arg1:   000000000f6230e0 <Obj>           Integer 0000000000000003

[78654.429532] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78654.444243] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78654.459068] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78661.525381] 
               Initialized Local Variables for Method [RDWD]:
[78661.525419]   Local1: 00000000cee55ed6 <Obj>           Integer 0000000000000017
[78661.525592]   Local6: 000000002e743dba <Obj>           Integer 0000000000000005
[78661.525761]   Local7: 00000000b0c7e658 <Obj>           Integer 000000000000AA55

[78661.525967] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78661.526004]   Arg0:   00000000d711426b <Obj>           Integer 0000000000000016
[78661.526173]   Arg1:   00000000f9dece9d <Obj>           Integer 0000000000000003

[78661.526404] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78661.541187] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78661.556569] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78663.881852] 
               Initialized Local Variables for Method [RDWD]:
[78663.881889]   Local1: 0000000033f6f4c5 <Obj>           Integer 0000000000000015
[78663.882063]   Local6: 00000000d0fe9fee <Obj>           Integer 0000000000000004
[78663.882232]   Local7: 00000000d0e1eefe <Obj>           Integer 000000000000AA55

[78663.882440] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78663.882475]   Arg0:   000000005f74f6e1 <Obj>           Integer 0000000000000014
[78663.882645]   Arg1:   00000000244937e2 <Obj>           Integer 0000000000000002

[78663.882876] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78663.897658] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78663.912215] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78721.481962] 
               Initialized Local Variables for Method [RDWD]:
[78721.481999]   Local1: 00000000460b45aa <Obj>           Integer 0000000000000015
[78721.482172]   Local6: 0000000031a31d65 <Obj>           Integer 0000000000000004
[78721.482341]   Local7: 00000000daae9e0d <Obj>           Integer 000000000000AA55

[78721.482548] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78721.482583]   Arg0:   0000000020c2dba5 <Obj>           Integer 0000000000000014
[78721.482752]   Arg1:   00000000a9de02f4 <Obj>           Integer 0000000000000002

[78721.482982] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78721.500035] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78721.515920] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78724.730667] 
               Initialized Local Variables for Method [RDWD]:
[78724.730704]   Local1: 00000000bc629bb3 <Obj>           Integer 0000000000000017
[78724.730877]   Local6: 00000000d0e1eefe <Obj>           Integer 0000000000000005
[78724.731047]   Local7: 00000000441c832e <Obj>           Integer 000000000000AA55

[78724.731254] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78724.731290]   Arg0:   00000000d3cddc5c <Obj>           Integer 0000000000000016
[78724.731459]   Arg1:   00000000b0c7e658 <Obj>           Integer 0000000000000003

[78724.731690] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78724.746225] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78724.761099] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78730.898700] 
               Initialized Local Variables for Method [RDWD]:
[78730.898737]   Local1: 000000004b5645ee <Obj>           Integer 0000000000000017
[78730.898911]   Local6: 00000000ca0267c6 <Obj>           Integer 0000000000000006
[78730.899080]   Local7: 00000000244937e2 <Obj>           Integer 000000000000AA55

[78730.899286] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78730.899322]   Arg0:   0000000059cdad3f <Obj>           Integer 0000000000000016
[78730.899491]   Arg1:   00000000a1534eca <Obj>           Integer 0000000000000003

[78730.899720] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78730.914205] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78730.933471] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78733.850362] 
               Initialized Local Variables for Method [RDWD]:
[78733.850400]   Local1: 00000000772e209b <Obj>           Integer 0000000000000015
[78733.850574]   Local6: 0000000063821a36 <Obj>           Integer 0000000000000004
[78733.850743]   Local7: 000000003221a20e <Obj>           Integer 000000000000AA55

[78733.850949] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78733.850985]   Arg0:   00000000649c9022 <Obj>           Integer 0000000000000014
[78733.851154]   Arg1:   0000000062f5cec2 <Obj>           Integer 0000000000000002

[78733.851385] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78733.866176] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78733.880620] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78791.458053] 
               Initialized Local Variables for Method [RDWD]:
[78791.458091]   Local1: 00000000a485018c <Obj>           Integer 0000000000000015
[78791.458269]   Local6: 00000000ad772ea2 <Obj>           Integer 0000000000000004
[78791.458441]   Local7: 000000009a894b2c <Obj>           Integer 000000000000AA55

[78791.458648] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78791.458684]   Arg0:   00000000bc5750c6 <Obj>           Integer 0000000000000014
[78791.458877]   Arg1:   00000000cee55ed6 <Obj>           Integer 0000000000000002

[78791.459112] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78791.474095] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78791.489005] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78794.710948] 
               Initialized Local Variables for Method [RDWD]:
[78794.710986]   Local1: 0000000010fabccb <Obj>           Integer 0000000000000017
[78794.711161]   Local6: 000000004f3de70b <Obj>           Integer 0000000000000005
[78794.711330]   Local7: 00000000833d17af <Obj>           Integer 000000000000AA55

[78794.711535] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78794.711571]   Arg0:   00000000be6a90de <Obj>           Integer 0000000000000016
[78794.711740]   Arg1:   0000000063821a36 <Obj>           Integer 0000000000000003

[78794.711970] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78794.727228] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78794.769933] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78800.911173] 
               Initialized Local Variables for Method [RDWD]:
[78800.911211]   Local1: 000000004b5645ee <Obj>           Integer 0000000000000017
[78800.911385]   Local6: 0000000025249621 <Obj>           Integer 0000000000000006
[78800.911554]   Local7: 00000000eec10629 <Obj>           Integer 000000000000AA55

[78800.911761] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78800.911797]   Arg0:   000000001235e4fe <Obj>           Integer 0000000000000016
[78800.911967]   Arg1:   00000000244937e2 <Obj>           Integer 0000000000000003

[78800.912199] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78800.926763] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78800.941908] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78803.870355] 
               Initialized Local Variables for Method [RDWD]:
[78803.870393]   Local1: 00000000acfa20e0 <Obj>           Integer 0000000000000015
[78803.870566]   Local6: 0000000090ad1b2b <Obj>           Integer 0000000000000004
[78803.870735]   Local7: 0000000004783341 <Obj>           Integer 000000000000AA55

[78803.870944] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78803.870980]   Arg0:   00000000cf6291ae <Obj>           Integer 0000000000000014
[78803.871149]   Arg1:   000000002e743dba <Obj>           Integer 0000000000000002

[78803.871379] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78803.886206] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78803.900721] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78861.495248] 
               Initialized Local Variables for Method [RDWD]:
[78861.495285]   Local1: 000000005e0dedad <Obj>           Integer 0000000000000015
[78861.495459]   Local6: 000000003e07972a <Obj>           Integer 0000000000000004
[78861.495629]   Local7: 00000000de8524be <Obj>           Integer 000000000000AA55

[78861.495837] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78861.495873]   Arg0:   000000006cacc887 <Obj>           Integer 0000000000000014
[78861.496042]   Arg1:   000000005bddec7f <Obj>           Integer 0000000000000002

[78861.496274] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78861.510191] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78861.525673] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78864.738752] 
               Initialized Local Variables for Method [RDWD]:
[78864.738790]   Local1: 00000000804a9abc <Obj>           Integer 0000000000000017
[78864.738965]   Local6: 0000000084c7aec0 <Obj>           Integer 0000000000000005
[78864.739137]   Local7: 00000000a485018c <Obj>           Integer 000000000000AA55

[78864.739345] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78864.739381]   Arg0:   00000000bdfa25b1 <Obj>           Integer 0000000000000016
[78864.739552]   Arg1:   000000000cf0c853 <Obj>           Integer 0000000000000003

[78864.739785] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78864.754881] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78864.799156] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78870.919605] 
               Initialized Local Variables for Method [RDWD]:
[78870.919643]   Local1: 00000000fbd169c0 <Obj>           Integer 0000000000000017
[78870.919818]   Local6: 000000007a27f5c6 <Obj>           Integer 0000000000000006
[78870.919988]   Local7: 00000000de8524be <Obj>           Integer 000000000000AA55

[78870.920197] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78870.920233]   Arg0:   00000000756378cf <Obj>           Integer 0000000000000016
[78870.920405]   Arg1:   0000000004eb6aca <Obj>           Integer 0000000000000003

[78870.920638] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78870.936181] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78870.950279] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78873.879498] 
               Initialized Local Variables for Method [RDWD]:
[78873.879536]   Local1: 00000000016ad119 <Obj>           Integer 0000000000000015
[78873.879710]   Local6: 00000000be6a90de <Obj>           Integer 0000000000000004
[78873.879880]   Local7: 00000000f41c1645 <Obj>           Integer 000000000000AA55

[78873.880086] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78873.880122]   Arg0:   000000008f2afda1 <Obj>           Integer 0000000000000014
[78873.880292]   Arg1:   00000000471981fa <Obj>           Integer 0000000000000002

[78873.880523] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78873.897152] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78873.947837] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78931.452902] 
               Initialized Local Variables for Method [RDWD]:
[78931.452940]   Local1: 0000000005b4ad25 <Obj>           Integer 0000000000000015
[78931.453115]   Local6: 00000000e543acc6 <Obj>           Integer 0000000000000004
[78931.453285]   Local7: 00000000cde3d143 <Obj>           Integer 000000000000AA55

[78931.453492] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78931.453528]   Arg0:   00000000de194deb <Obj>           Integer 0000000000000014
[78931.453697]   Arg1:   000000007857eab4 <Obj>           Integer 0000000000000002

[78931.453930] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78931.469288] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78931.483946] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78934.707930] 
               Initialized Local Variables for Method [RDWD]:
[78934.707968]   Local1: 0000000027a70be9 <Obj>           Integer 0000000000000017
[78934.708142]   Local6: 0000000003ee7e02 <Obj>           Integer 0000000000000005
[78934.708312]   Local7: 000000005b4e469d <Obj>           Integer 000000000000AA55

[78934.708518] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78934.708554]   Arg0:   000000007054e7c0 <Obj>           Integer 0000000000000016
[78934.708723]   Arg1:   000000007a27f5c6 <Obj>           Integer 0000000000000003

[78934.708954] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78934.724198] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78934.738928] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78940.916115] 
               Initialized Local Variables for Method [RDWD]:
[78940.916153]   Local1: 00000000a3c48c1e <Obj>           Integer 0000000000000017
[78940.916327]   Local6: 00000000ca0267c6 <Obj>           Integer 0000000000000006
[78940.916498]   Local7: 00000000d3cddc5c <Obj>           Integer 000000000000AA55

[78940.916704] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78940.916741]   Arg0:   0000000062f5cec2 <Obj>           Integer 0000000000000016
[78940.916910]   Arg1:   000000009c314ef0 <Obj>           Integer 0000000000000003

[78940.917142] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78940.931934] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78940.946882] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[78943.864758] 
               Initialized Local Variables for Method [RDWD]:
[78943.864796]   Local1: 000000009d37b322 <Obj>           Integer 0000000000000015
[78943.864973]   Local6: 00000000e1818201 <Obj>           Integer 0000000000000004
[78943.865144]   Local7: 0000000032476d1b <Obj>           Integer 000000000000AA55

[78943.865354] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[78943.865390]   Arg0:   00000000bdfa25b1 <Obj>           Integer 0000000000000014
[78943.865560]   Arg1:   00000000ef8d445b <Obj>           Integer 0000000000000002

[78943.865814] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78943.880581] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[78943.895893] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79001.489983] 
               Initialized Local Variables for Method [RDWD]:
[79001.490020]   Local1: 00000000b1b147b7 <Obj>           Integer 0000000000000015
[79001.490195]   Local6: 000000002a6f3493 <Obj>           Integer 0000000000000004
[79001.490364]   Local7: 00000000f3b8d2e3 <Obj>           Integer 000000000000AA55

[79001.490572] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79001.490608]   Arg0:   00000000d057aaaa <Obj>           Integer 0000000000000014
[79001.490776]   Arg1:   00000000ad772ea2 <Obj>           Integer 0000000000000002

[79001.491007] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79001.505218] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79001.520760] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79004.740388] 
               Initialized Local Variables for Method [RDWD]:
[79004.740425]   Local1: 0000000026bd9a01 <Obj>           Integer 0000000000000017
[79004.740599]   Local6: 00000000756378cf <Obj>           Integer 0000000000000005
[79004.740768]   Local7: 00000000ff593085 <Obj>           Integer 000000000000AA55

[79004.740975] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79004.741011]   Arg0:   0000000034081769 <Obj>           Integer 0000000000000016
[79004.741180]   Arg1:   00000000fcb6a9d7 <Obj>           Integer 0000000000000003

[79004.741405] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79004.756728] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79004.771242] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79010.988413] 
               Initialized Local Variables for Method [RDWD]:
[79010.988450]   Local1: 000000007054e7c0 <Obj>           Integer 0000000000000017
[79010.988623]   Local6: 0000000026bd9a01 <Obj>           Integer 0000000000000006
[79010.988793]   Local7: 00000000471981fa <Obj>           Integer 000000000000AA55

[79010.988999] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79010.989035]   Arg0:   0000000018d597f1 <Obj>           Integer 0000000000000016
[79010.989204]   Arg1:   00000000132c001c <Obj>           Integer 0000000000000003

[79010.989435] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79011.005895] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79011.021186] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79013.944394] 
               Initialized Local Variables for Method [RDWD]:
[79013.944432]   Local1: 00000000ddaf8909 <Obj>           Integer 0000000000000015
[79013.944606]   Local6: 000000004102c149 <Obj>           Integer 0000000000000004
[79013.944775]   Local7: 0000000002fb8686 <Obj>           Integer 000000000000AA55

[79013.944983] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79013.945019]   Arg0:   00000000de8524be <Obj>           Integer 0000000000000014
[79013.945187]   Arg1:   00000000e5f3e841 <Obj>           Integer 0000000000000002

[79013.945418] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79013.959304] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79013.973874] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79071.792951] 
               Initialized Local Variables for Method [RDWD]:
[79071.792989]   Local1: 00000000471981fa <Obj>           Integer 0000000000000015
[79071.793162]   Local6: 000000009a894b2c <Obj>           Integer 0000000000000004
[79071.793331]   Local7: 000000007a9aadc8 <Obj>           Integer 000000000000AA55

[79071.793538] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79071.793573]   Arg0:   000000002d8c7991 <Obj>           Integer 0000000000000014
[79071.793742]   Arg1:   00000000b05233c1 <Obj>           Integer 0000000000000002

[79071.793972] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79071.807858] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79071.822420] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79074.734054] 
               Initialized Local Variables for Method [RDWD]:
[79074.734091]   Local1: 000000000a7bb688 <Obj>           Integer 0000000000000017
[79074.734265]   Local6: 00000000a7d9c091 <Obj>           Integer 0000000000000005
[79074.734435]   Local7: 00000000cde3d143 <Obj>           Integer 000000000000AA55

[79074.734644] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79074.734680]   Arg0:   00000000a485018c <Obj>           Integer 0000000000000016
[79074.734850]   Arg1:   000000001cdaa744 <Obj>           Integer 0000000000000003

[79074.735080] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79074.749382] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79074.764067] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79080.945805] 
               Initialized Local Variables for Method [RDWD]:
[79080.945843]   Local1: 000000000df5c435 <Obj>           Integer 0000000000000017
[79080.946018]   Local6: 000000000383278b <Obj>           Integer 0000000000000006
[79080.946189]   Local7: 000000009fa5f363 <Obj>           Integer 000000000000AA55

[79080.946396] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79080.946432]   Arg0:   00000000c9cc477c <Obj>           Integer 0000000000000016
[79080.946602]   Arg1:   00000000dfeb8645 <Obj>           Integer 0000000000000003

[79080.946833] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79080.962462] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79080.977867] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79083.312323] 
               Initialized Local Variables for Method [RDWD]:
[79083.312361]   Local1: 00000000e361334a <Obj>           Integer 0000000000000015
[79083.312534]   Local6: 0000000012480da5 <Obj>           Integer 0000000000000005
[79083.312809]   Local7: 000000007a338f98 <Obj>           Integer 000000000000AA55

[79083.313022] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79083.313059]   Arg0:   0000000047708690 <Obj>           Integer 0000000000000014
[79083.313231]   Arg1:   000000007592adfb <Obj>           Integer 0000000000000002

[79083.313474] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79083.328395] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79083.342794] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79139.975065] 
               Initialized Local Variables for Method [RDWD]:
[79139.975104]   Local1: 00000000ca0267c6 <Obj>           Integer 0000000000000015
[79139.975278]   Local6: 00000000437f89d9 <Obj>           Integer 0000000000000004
[79139.975447]   Local7: 00000000d2a56d8c <Obj>           Integer 000000000000AA55

[79139.975655] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79139.975691]   Arg0:   0000000026aa8a7a <Obj>           Integer 0000000000000014
[79139.975860]   Arg1:   000000004ca0432c <Obj>           Integer 0000000000000002

[79139.976090] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79139.992733] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79140.012225] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79144.401704] 
               Initialized Local Variables for Method [RDWD]:
[79144.401742]   Local1: 0000000040665c5c <Obj>           Integer 0000000000000017
[79144.401916]   Local6: 00000000bc5750c6 <Obj>           Integer 0000000000000005
[79144.402085]   Local7: 00000000482d7cb7 <Obj>           Integer 000000000000AA55

[79144.402293] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79144.402329]   Arg0:   0000000010fabccb <Obj>           Integer 0000000000000016
[79144.402498]   Arg1:   0000000025249621 <Obj>           Integer 0000000000000003

[79144.402730] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79144.417864] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79144.460741] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79151.486483] 
               Initialized Local Variables for Method [RDWD]:
[79151.486522]   Local1: 00000000be6a90de <Obj>           Integer 0000000000000017
[79151.486697]   Local6: 000000004f3de70b <Obj>           Integer 0000000000000005
[79151.486867]   Local7: 0000000059cdad3f <Obj>           Integer 000000000000AA55

[79151.487075] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79151.487111]   Arg0:   0000000032476d1b <Obj>           Integer 0000000000000016
[79151.487281]   Arg1:   00000000d711426b <Obj>           Integer 0000000000000003

[79151.487512] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79151.502038] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79151.516893] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79153.850898] 
               Initialized Local Variables for Method [RDWD]:
[79153.850936]   Local1: 00000000d0e1eefe <Obj>           Integer 0000000000000015
[79153.851110]   Local6: 000000006115479c <Obj>           Integer 0000000000000004
[79153.851282]   Local7: 00000000b6796486 <Obj>           Integer 000000000000AA55

[79153.851489] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79153.851525]   Arg0:   000000009b914ef5 <Obj>           Integer 0000000000000014
[79153.851694]   Arg1:   00000000f5cffe8d <Obj>           Integer 0000000000000002

[79153.851926] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79153.866946] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79153.910608] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79211.420128] 
               Initialized Local Variables for Method [RDWD]:
[79211.420166]   Local1: 000000005b023c7f <Obj>           Integer 0000000000000015
[79211.420341]   Local6: 0000000046cf4e1d <Obj>           Integer 0000000000000004
[79211.420510]   Local7: 00000000e543acc6 <Obj>           Integer 000000000000AA55

[79211.420718] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79211.420755]   Arg0:   00000000e8f3cf3b <Obj>           Integer 0000000000000014
[79211.420925]   Arg1:   000000009d37b322 <Obj>           Integer 0000000000000002

[79211.421157] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79211.436995] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79211.451607] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79214.663395] 
               Initialized Local Variables for Method [RDWD]:
[79214.663433]   Local1: 00000000b0c7e658 <Obj>           Integer 0000000000000017
[79214.663607]   Local6: 00000000d711426b <Obj>           Integer 0000000000000005
[79214.663778]   Local7: 000000003942acc2 <Obj>           Integer 000000000000AA55

[79214.663985] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79214.664021]   Arg0:   00000000dc06ded5 <Obj>           Integer 0000000000000016
[79214.664190]   Arg1:   0000000014b1269b <Obj>           Integer 0000000000000003

[79214.664421] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79214.679451] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79214.707553] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79220.862720] 
               Initialized Local Variables for Method [RDWD]:
[79220.862758]   Local1: 0000000028b8057f <Obj>           Integer 0000000000000017
[79220.862931]   Local6: 000000001099e334 <Obj>           Integer 0000000000000006
[79220.863100]   Local7: 00000000bc629bb3 <Obj>           Integer 000000000000AA55

[79220.863307] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79220.863342]   Arg0:   000000000b12d58f <Obj>           Integer 0000000000000016
[79220.863511]   Arg1:   000000007054e7c0 <Obj>           Integer 0000000000000003

[79220.863741] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79220.877913] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79220.892790] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79223.789490] 
               Initialized Local Variables for Method [RDWD]:
[79223.789532]   Local1: 00000000d0e1eefe <Obj>           Integer 0000000000000015
[79223.789712]   Local6: 000000003221a20e <Obj>           Integer 0000000000000004
[79223.789882]   Local7: 000000001cdaa744 <Obj>           Integer 000000000000AA55

[79223.790091] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79223.790128]   Arg0:   000000003e4f2a97 <Obj>           Integer 0000000000000014
[79223.790457]   Arg1:   0000000084c103ef <Obj>           Integer 0000000000000002

[79223.790697] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79223.805578] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79223.821724] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79280.803448] 
               Initialized Local Variables for Method [RDWD]:
[79280.803486]   Local1: 000000006115479c <Obj>           Integer 0000000000000015
[79280.803658]   Local6: 00000000e1818201 <Obj>           Integer 0000000000000004
[79280.803827]   Local7: 0000000025249621 <Obj>           Integer 000000000000AA55

[79280.804033] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79280.804069]   Arg0:   00000000cde3d143 <Obj>           Integer 0000000000000014
[79280.804238]   Arg1:   00000000de29cd85 <Obj>           Integer 0000000000000002

[79280.804468] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79280.819330] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79280.833753] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79284.640503] 
               Initialized Local Variables for Method [RDWD]:
[79284.640540]   Local1: 00000000b6f6cf9b <Obj>           Integer 0000000000000017
[79284.640714]   Local6: 00000000ca0267c6 <Obj>           Integer 0000000000000005
[79284.640883]   Local7: 00000000d0e1eefe <Obj>           Integer 000000000000AA55

[79284.641089] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79284.641125]   Arg0:   000000002dff236e <Obj>           Integer 0000000000000016
[79284.641294]   Arg1:   0000000046cf4e1d <Obj>           Integer 0000000000000003

[79284.641525] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79284.656301] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79284.671648] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79290.847898] 
               Initialized Local Variables for Method [RDWD]:
[79290.847936]   Local1: 00000000482d7cb7 <Obj>           Integer 0000000000000017
[79290.848110]   Local6: 00000000437f89d9 <Obj>           Integer 0000000000000006
[79290.848279]   Local7: 00000000f9dece9d <Obj>           Integer 000000000000AA55

[79290.848484] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79290.848521]   Arg0:   00000000be6a90de <Obj>           Integer 0000000000000016
[79290.848691]   Arg1:   00000000898a9a7e <Obj>           Integer 0000000000000003

[79290.848920] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79290.863163] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79290.877460] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79293.800645] 
               Initialized Local Variables for Method [RDWD]:
[79293.800683]   Local1: 00000000460b45aa <Obj>           Integer 0000000000000015
[79293.800857]   Local6: 00000000ef8d445b <Obj>           Integer 0000000000000004
[79293.801026]   Local7: 0000000069d28723 <Obj>           Integer 000000000000AA55

[79293.801232] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79293.801268]   Arg0:   000000009ed6aae1 <Obj>           Integer 0000000000000014
[79293.801437]   Arg1:   000000004046b650 <Obj>           Integer 0000000000000002

[79293.801666] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79293.816451] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79293.831813] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79350.952109] 
               Initialized Local Variables for Method [RDWD]:
[79350.952146]   Local1: 000000004fe9dd2f <Obj>           Integer 0000000000000015
[79350.952321]   Local6: 00000000ddaf8909 <Obj>           Integer 0000000000000004
[79350.952491]   Local7: 0000000018eee9d2 <Obj>           Integer 000000000000AA55

[79350.952697] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79350.952733]   Arg0:   00000000b05233c1 <Obj>           Integer 0000000000000014
[79350.952903]   Arg1:   00000000afd05901 <Obj>           Integer 0000000000000002

[79350.953135] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79350.968641] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79350.983225] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79354.800680] 
               Initialized Local Variables for Method [RDWD]:
[79354.800718]   Local1: 00000000e9c370ed <Obj>           Integer 0000000000000017
[79354.800892]   Local6: 00000000460b45aa <Obj>           Integer 0000000000000005
[79354.801063]   Local7: 00000000437f89d9 <Obj>           Integer 000000000000AA55

[79354.801270] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79354.801306]   Arg0:   00000000e543acc6 <Obj>           Integer 0000000000000016
[79354.801476]   Arg1:   000000007a27f5c6 <Obj>           Integer 0000000000000003

[79354.801708] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79354.816511] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79354.831399] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79360.981926] 
               Initialized Local Variables for Method [RDWD]:
[79360.981963]   Local1: 000000007a0597a8 <Obj>           Integer 0000000000000017
[79360.982136]   Local6: 0000000056d0801c <Obj>           Integer 0000000000000006
[79360.982305]   Local7: 0000000084c103ef <Obj>           Integer 000000000000AA55

[79360.982513] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79360.982548]   Arg0:   000000007857eab4 <Obj>           Integer 0000000000000016
[79360.982717]   Arg1:   0000000031a31d65 <Obj>           Integer 0000000000000003

[79360.982947] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79360.998104] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79361.012846] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79363.920335] 
               Initialized Local Variables for Method [RDWD]:
[79363.920373]   Local1: 000000000b12d58f <Obj>           Integer 0000000000000015
[79363.920546]   Local6: 00000000f41c1645 <Obj>           Integer 0000000000000004
[79363.920715]   Local7: 000000007ed32f8a <Obj>           Integer 000000000000AA55

[79363.920921] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79363.920956]   Arg0:   000000002a6f3493 <Obj>           Integer 0000000000000014
[79363.921125]   Arg1:   00000000649c9022 <Obj>           Integer 0000000000000002

[79363.921358] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79363.936159] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79363.951945] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79421.829179] 
               Initialized Local Variables for Method [RDWD]:
[79421.829217]   Local1: 0000000026bd9a01 <Obj>           Integer 0000000000000015
[79421.829390]   Local6: 00000000b3a6b402 <Obj>           Integer 0000000000000004
[79421.829560]   Local7: 0000000004eb6aca <Obj>           Integer 000000000000AA55

[79421.829768] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79421.829804]   Arg0:   00000000290a4d5f <Obj>           Integer 0000000000000014
[79421.829972]   Arg1:   000000004fe9dd2f <Obj>           Integer 0000000000000002

[79421.830204] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79421.844997] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79421.859560] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79424.790185] 
               Initialized Local Variables for Method [RDWD]:
[79424.790222]   Local1: 00000000ddaf8909 <Obj>           Integer 0000000000000017
[79424.790396]   Local6: 00000000ff593085 <Obj>           Integer 0000000000000005
[79424.790565]   Local7: 0000000047708690 <Obj>           Integer 000000000000AA55

[79424.790773] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79424.790810]   Arg0:   0000000068677316 <Obj>           Integer 0000000000000016
[79424.790979]   Arg1:   00000000132c001c <Obj>           Integer 0000000000000003

[79424.791211] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79424.808034] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79424.822880] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79431.030272] 
               Initialized Local Variables for Method [RDWD]:
[79431.030310]   Local1: 000000001f61ba80 <Obj>           Integer 0000000000000017
[79431.030483]   Local6: 00000000ff7184e5 <Obj>           Integer 0000000000000006
[79431.030653]   Local7: 0000000084c7aec0 <Obj>           Integer 000000000000AA55

[79431.030861] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79431.030896]   Arg0:   000000009d780b06 <Obj>           Integer 0000000000000016
[79431.031066]   Arg1:   00000000016ad119 <Obj>           Integer 0000000000000003

[79431.031298] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79431.046782] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79431.061675] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79433.393355] 
               Initialized Local Variables for Method [RDWD]:
[79433.393394]   Local1: 0000000012480da5 <Obj>           Integer 0000000000000015
[79433.393567]   Local6: 00000000acfa20e0 <Obj>           Integer 0000000000000005
[79433.393737]   Local7: 0000000014b1269b <Obj>           Integer 000000000000AA55

[79433.393944] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79433.393980]   Arg0:   000000002a06fea4 <Obj>           Integer 0000000000000014
[79433.394150]   Arg1:   00000000dc06ded5 <Obj>           Integer 0000000000000002

[79433.394381] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79433.409055] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79433.423576] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79490.386808] 
               Initialized Local Variables for Method [RDWD]:
[79490.386846]   Local1: 000000004ca0432c <Obj>           Integer 0000000000000015
[79490.387019]   Local6: 00000000acfa20e0 <Obj>           Integer 0000000000000004
[79490.387189]   Local7: 000000001099e334 <Obj>           Integer 000000000000AA55

[79490.387396] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79490.387432]   Arg0:   0000000084c103ef <Obj>           Integer 0000000000000014
[79490.387603]   Arg1:   000000007a338f98 <Obj>           Integer 0000000000000002

[79490.387834] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79490.402561] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79490.417416] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79494.538778] 
               Initialized Local Variables for Method [RDWD]:
[79494.538816]   Local1: 0000000004783341 <Obj>           Integer 0000000000000017
[79494.538993]   Local6: 00000000d711426b <Obj>           Integer 0000000000000005
[79494.539163]   Local7: 000000001cdaa744 <Obj>           Integer 000000000000AA55

[79494.539370] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79494.539406]   Arg0:   00000000244937e2 <Obj>           Integer 0000000000000016
[79494.539575]   Arg1:   00000000d3cddc5c <Obj>           Integer 0000000000000003

[79494.539805] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79494.554365] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79494.568890] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79501.647010] 
               Initialized Local Variables for Method [RDWD]:
[79501.647048]   Local1: 00000000bc5750c6 <Obj>           Integer 0000000000000017
[79501.647222]   Local6: 00000000d2a56d8c <Obj>           Integer 0000000000000005
[79501.647393]   Local7: 0000000069d28723 <Obj>           Integer 000000000000AA55

[79501.647602] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79501.647637]   Arg0:   00000000f9dece9d <Obj>           Integer 0000000000000016
[79501.647807]   Arg1:   000000000a7bb688 <Obj>           Integer 0000000000000003

[79501.648040] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79501.663292] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79501.684526] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79503.402137] 
               Initialized Local Variables for Method [RDWD]:
[79503.402174]   Local1: 00000000be287db5 <Obj>           Integer 0000000000000015
[79503.402349]   Local6: 000000004b3d4e1f <Obj>           Integer 0000000000000005
[79503.402520]   Local7: 0000000004a71c5c <Obj>           Integer 000000000000AA55

[79503.402727] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79503.402763]   Arg0:   0000000034081769 <Obj>           Integer 0000000000000014
[79503.402933]   Arg1:   00000000fcb6a9d7 <Obj>           Integer 0000000000000002

[79503.403165] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79503.418444] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79503.462809] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79705.650363] 
               Initialized Local Variables for Method [RDWD]:
[79705.650394]   Local1: 00000000397dc53d <Obj>           Integer 0000000000000017
[79705.650534]   Local6: 000000007857eab4 <Obj>           Integer 0000000000000004
[79705.650669]   Local7: 00000000995a075f <Obj>           Integer 000000000000AA55

[79705.650836] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79705.650866]   Arg0:   00000000441c832e <Obj>           Integer 0000000000000016
[79705.651001]   Arg1:   0000000071f597ec <Obj>           Integer 0000000000000003

[79705.651190] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79705.664634] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79705.675280] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79710.219805] 
               Initialized Local Variables for Method [RDWD]:
[79710.219835]   Local1: 000000002894e340 <Obj>           Integer 0000000000000017
[79710.219975]   Local6: 00000000482d7cb7 <Obj>           Integer 0000000000000005
[79710.220110]   Local7: 000000003942acc2 <Obj>           Integer 000000000000AA55

[79710.220277] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79710.220307]   Arg0:   00000000b6796486 <Obj>           Integer 0000000000000016
[79710.220443]   Arg1:   00000000b6f6cf9b <Obj>           Integer 0000000000000003

[79710.220631] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79710.230635] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79710.240701] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79713.972232] 
               Initialized Local Variables for Method [RDWD]:
[79713.972264]   Local1: 00000000d337ecec <Obj>           Integer 0000000000000015
[79713.972403]   Local6: 0000000014b1269b <Obj>           Integer 0000000000000005
[79713.972539]   Local7: 00000000dc87b862 <Obj>           Integer 000000000000AA55

[79713.972706] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79713.972736]   Arg0:   00000000fbd169c0 <Obj>           Integer 0000000000000014
[79713.972870]   Arg1:   00000000b05233c1 <Obj>           Integer 0000000000000002

[79713.973059] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79713.983829] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79713.994574] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79718.290155] 
               Initialized Local Variables for Method [RDWD]:
[79718.290187]   Local1: 00000000a6fbb93b <Obj>           Integer 0000000000000015
[79718.290326]   Local6: 00000000244937e2 <Obj>           Integer 0000000000000002
[79718.290462]   Local7: 00000000cd03acd3 <Obj>           Integer 000000000000AA55

[79718.290629] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79718.290659]   Arg0:   000000002daea14f <Obj>           Integer 0000000000000014
[79718.290795]   Arg1:   00000000cee55ed6 <Obj>           Integer 0000000000000002

[79718.290984] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79718.302611] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79718.336960] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79783.209489] 
               Initialized Local Variables for Method [RDWD]:
[79783.209521]   Local1: 00000000437f89d9 <Obj>           Integer 0000000000000015
[79783.209661]   Local6: 0000000033f6f4c5 <Obj>           Integer 0000000000000000
[79783.209797]   Local7: 00000000ba7612f3 <Obj>           Integer 000000000000AA55

[79783.209964] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79783.209994]   Arg0:   000000002daea14f <Obj>           Integer 0000000000000014
[79783.210129]   Arg1:   00000000f9dece9d <Obj>           Integer 0000000000000002

[79783.210321] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79783.220775] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79783.231407] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79816.901938] 
               Initialized Local Variables for Method [RDWD]:
[79816.901969]   Local1: 0000000018d597f1 <Obj>           Integer 0000000000000017
[79816.902109]   Local6: 0000000017ca07cd <Obj>           Integer 0000000000000000
[79816.902244]   Local7: 00000000ef8d445b <Obj>           Integer 000000000000AA55

[79816.902412] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79816.902442]   Arg0:   000000005b4e469d <Obj>           Integer 0000000000000016
[79816.902577]   Arg1:   00000000de29cd85 <Obj>           Integer 0000000000000003

[79816.902766] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79816.914677] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79816.944095] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79819.592668] 
               Initialized Local Variables for Method [RDWD]:
[79819.592699]   Local1: 00000000e1818201 <Obj>           Integer 0000000000000015
[79819.592913]   Local6: 00000000397dc53d <Obj>           Integer 0000000000000001
[79819.593051]   Local7: 0000000090ad1b2b <Obj>           Integer 000000000000AA55

[79819.593219] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79819.593249]   Arg0:   00000000f471dbe3 <Obj>           Integer 0000000000000014
[79819.593385]   Arg1:   00000000ff7184e5 <Obj>           Integer 0000000000000002

[79819.593574] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79819.604462] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79819.614596] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79853.848619] 
               Initialized Local Variables for Method [RDWD]:
[79853.848650]   Local1: 00000000ca1b91b5 <Obj>           Integer 0000000000000015
[79853.848790]   Local6: 00000000daae9e0d <Obj>           Integer 0000000000000001
[79853.848926]   Local7: 0000000098e6f620 <Obj>           Integer 000000000000AA55

[79853.849093] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79853.849122]   Arg0:   000000008f2afda1 <Obj>           Integer 0000000000000014
[79853.849648]   Arg1:   000000009fa5f363 <Obj>           Integer 0000000000000002

[79853.849837] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79853.860308] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79853.870233] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79854.385462] 
               Initialized Local Variables for Method [RDWD]:
[79854.385493]   Local1: 0000000025249621 <Obj>           Integer 0000000000000017
[79854.385632]   Local6: 0000000052eed832 <Obj>           Integer 0000000000000001
[79854.385768]   Local7: 00000000016ad119 <Obj>           Integer 000000000000AA55

[79854.385935] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79854.385965]   Arg0:   000000003221a20e <Obj>           Integer 0000000000000016
[79854.386101]   Arg1:   00000000bb4aa65f <Obj>           Integer 0000000000000003

[79854.386289] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79854.396790] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79854.407582] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79856.554460] 
               Initialized Local Variables for Method [RDWD]:
[79856.554493]   Local1: 0000000090ad1b2b <Obj>           Integer 0000000000000015
[79856.554633]   Local6: 0000000018d597f1 <Obj>           Integer 0000000000000001
[79856.554769]   Local7: 00000000e9c370ed <Obj>           Integer 000000000000AA55

[79856.554934] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79856.554964]   Arg0:   00000000d0fe9fee <Obj>           Integer 0000000000000014
[79856.555099]   Arg1:   00000000d6ed1c77 <Obj>           Integer 0000000000000002

[79856.555289] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79856.565189] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79856.575315] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79911.890513] 
               Initialized Local Variables for Method [RDWD]:
[79911.890545]   Local1: 000000003dfecc59 <Obj>           Integer 0000000000000017
[79911.890684]   Local6: 000000008fbe229a <Obj>           Integer 0000000000000002
[79911.890820]   Local7: 00000000a3c48c1e <Obj>           Integer 000000000000AA55

[79911.890988] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79911.891018]   Arg0:   000000002894e340 <Obj>           Integer 0000000000000016
[79911.891154]   Arg1:   0000000046cf4e1d <Obj>           Integer 0000000000000003

[79911.891339] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79911.901233] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79911.911394] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79912.974429] 
               Initialized Local Variables for Method [RDWD]:
[79912.974460]   Local1: 0000000062f5cec2 <Obj>           Integer 0000000000000015
[79912.974600]   Local6: 00000000c9cc477c <Obj>           Integer 0000000000000002
[79912.974735]   Local7: 000000009d780b06 <Obj>           Integer 000000000000AA55

[79912.974902] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79912.974932]   Arg0:   00000000b6f6cf9b <Obj>           Integer 0000000000000014
[79912.975067]   Arg1:   00000000de29cd85 <Obj>           Integer 0000000000000002

[79912.975256] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79912.985835] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79912.996074] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79918.906615] 
               Initialized Local Variables for Method [RDWD]:
[79918.906646]   Local1: 00000000f3836c18 <Obj>           Integer 0000000000000017
[79918.906785]   Local6: 0000000068677316 <Obj>           Integer 0000000000000002
[79918.906921]   Local7: 0000000022ea46df <Obj>           Integer 000000000000AA55

[79918.907088] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79918.907118]   Arg0:   00000000d9dce631 <Obj>           Integer 0000000000000016
[79918.907253]   Arg1:   00000000be287db5 <Obj>           Integer 0000000000000003

[79918.907440] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79918.919371] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79918.930757] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79923.485989] 
               Initialized Local Variables for Method [RDWD]:
[79923.486021]   Local1: 000000000b12d58f <Obj>           Integer 0000000000000015
[79923.486630]   Local6: 00000000d9dce631 <Obj>           Integer 0000000000000000
[79923.486769]   Local7: 0000000010c5364c <Obj>           Integer 000000000000AA55

[79923.486943] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79923.486974]   Arg0:   0000000018eee9d2 <Obj>           Integer 0000000000000014
[79923.487113]   Arg1:   00000000b1b147b7 <Obj>           Integer 0000000000000002

[79923.487318] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79923.497211] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79923.507513] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79981.877091] 
               Initialized Local Variables for Method [RDWD]:
[79981.877123]   Local1: 00000000bb4aa65f <Obj>           Integer 0000000000000017
[79981.877262]   Local6: 00000000654637aa <Obj>           Integer 0000000000000002
[79981.877397]   Local7: 000000002ef8ae79 <Obj>           Integer 000000000000AA55

[79981.877564] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79981.877594]   Arg0:   00000000be6a90de <Obj>           Integer 0000000000000016
[79981.877728]   Arg1:   00000000d711426b <Obj>           Integer 0000000000000003

[79981.877912] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79981.887969] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79981.898817] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79988.642733] 
               Initialized Local Variables for Method [RDWD]:
[79988.642765]   Local1: 0000000014b1269b <Obj>           Integer 0000000000000017
[79988.642906]   Local6: 0000000026bd9a01 <Obj>           Integer 0000000000000004
[79988.644067]   Local7: 000000007a0597a8 <Obj>           Integer 000000000000AA55

[79988.644240] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79988.644270]   Arg0:   000000003e4f2a97 <Obj>           Integer 0000000000000016
[79988.644406]   Arg1:   00000000b0c7e658 <Obj>           Integer 0000000000000003

[79988.644605] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79988.655795] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79988.684494] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79993.745474] 
               Initialized Local Variables for Method [RDWD]:
[79993.745506]   Local1: 00000000ca1b91b5 <Obj>           Integer 0000000000000015
[79993.745646]   Local6: 00000000d0fe9fee <Obj>           Integer 0000000000000004
[79993.745781]   Local7: 00000000d6ed1c77 <Obj>           Integer 000000000000AA55

[79993.745947] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79993.745977]   Arg0:   00000000290a4d5f <Obj>           Integer 0000000000000014
[79993.746112]   Arg1:   000000000df5c435 <Obj>           Integer 0000000000000002

[79993.746300] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79993.756095] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79993.766890] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[79998.588147] 
               Initialized Local Variables for Method [RDWD]:
[79998.588178]   Local1: 00000000cee55ed6 <Obj>           Integer 0000000000000015
[79998.588325]   Local6: 000000000136aad0 <Obj>           Integer 0000000000000000
[79998.588462]   Local7: 000000002c1ddbe3 <Obj>           Integer 000000000000AA55

[79998.588631] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[79998.588661]   Arg0:   00000000e1818201 <Obj>           Integer 0000000000000014
[79998.588797]   Arg1:   00000000a9de02f4 <Obj>           Integer 0000000000000002

[79998.589013] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79998.599062] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[79998.609713] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80089.820119] 
               Initialized Local Variables for Method [RDWD]:
[80089.820150]   Local1: 000000005bddec7f <Obj>           Integer 0000000000000017
[80089.820290]   Local6: 0000000032476d1b <Obj>           Integer 0000000000000005
[80089.820880]   Local7: 00000000d711426b <Obj>           Integer 000000000000AA55

[80089.821054] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80089.821085]   Arg0:   00000000ef8d445b <Obj>           Integer 0000000000000016
[80089.821221]   Arg1:   00000000bc5750c6 <Obj>           Integer 0000000000000003

[80089.821445] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80089.831874] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80089.842077] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80090.895948] 
               Initialized Local Variables for Method [RDWD]:
[80090.895980]   Local1: 0000000071f597ec <Obj>           Integer 0000000000000017
[80090.896120]   Local6: 00000000437f89d9 <Obj>           Integer 0000000000000005
[80090.896256]   Local7: 00000000a6fbb93b <Obj>           Integer 000000000000AA55

[80090.896489] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80090.896519]   Arg0:   0000000072eab916 <Obj>           Integer 0000000000000016
[80090.896657]   Arg1:   000000000136aad0 <Obj>           Integer 0000000000000003

[80090.896876] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80090.907826] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80090.918172] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80093.856653] 
               Initialized Local Variables for Method [RDWD]:
[80093.856685]   Local1: 00000000bc629bb3 <Obj>           Integer 0000000000000017
[80093.856824]   Local6: 00000000d96a47a2 <Obj>           Integer 0000000000000008
[80093.856959]   Local7: 0000000087b7e03c <Obj>           Integer 000000000000AA55

[80093.857126] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80093.857155]   Arg0:   000000007318665e <Obj>           Integer 0000000000000016
[80093.857290]   Arg1:   00000000d0fe9fee <Obj>           Integer 0000000000000003

[80093.857480] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80093.869519] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80093.879889] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80098.723985] 
               Initialized Local Variables for Method [RDWD]:
[80098.724016]   Local1: 0000000056d0801c <Obj>           Integer 0000000000000015
[80098.724156]   Local6: 0000000084c7aec0 <Obj>           Integer 0000000000000009
[80098.724292]   Local7: 00000000f471dbe3 <Obj>           Integer 000000000000AA55

[80098.724459] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80098.724489]   Arg0:   00000000b0c7e658 <Obj>           Integer 0000000000000014
[80098.725093]   Arg1:   000000002a06fea4 <Obj>           Integer 0000000000000002

[80098.725307] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80098.735832] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80098.746222] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80103.596054] 
               Initialized Local Variables for Method [RDWD]:
[80103.596086]   Local1: 000000005f74f6e1 <Obj>           Integer 0000000000000015
[80103.596225]   Local6: 00000000e8f3cf3b <Obj>           Integer 0000000000000008
[80103.596361]   Local7: 00000000ef8d445b <Obj>           Integer 000000000000AA55

[80103.596528] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80103.596619]   Arg0:   000000001099e334 <Obj>           Integer 0000000000000014
[80103.596760]   Arg1:   00000000d0e1eefe <Obj>           Integer 0000000000000002

[80103.596961] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80103.607616] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80103.618851] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80104.947112] 
               Initialized Local Variables for Method [RDWD]:
[80104.947144]   Local1: 000000007ed32f8a <Obj>           Integer 0000000000000015
[80104.947284]   Local6: 00000000eec10629 <Obj>           Integer 0000000000000007
[80104.947419]   Local7: 00000000bc5750c6 <Obj>           Integer 000000000000AA55

[80104.947585] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80104.947615]   Arg0:   00000000804a9abc <Obj>           Integer 0000000000000014
[80104.947750]   Arg1:   0000000010fabccb <Obj>           Integer 0000000000000002

[80104.947936] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80104.958269] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80104.969941] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80159.600559] 
               Initialized Local Variables for Method [RDWD]:
[80159.600591]   Local1: 00000000b1b147b7 <Obj>           Integer 0000000000000017
[80159.600730]   Local6: 00000000ad772ea2 <Obj>           Integer 0000000000000001
[80159.600865]   Local7: 000000001624e647 <Obj>           Integer 000000000000AA55

[80159.601031] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80159.601061]   Arg0:   0000000018eee9d2 <Obj>           Integer 0000000000000016
[80159.601196]   Arg1:   000000002dff236e <Obj>           Integer 0000000000000003

[80159.601455] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80159.611550] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80159.621947] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80163.640828] 
               Initialized Local Variables for Method [RDWD]:
[80163.640859]   Local1: 000000007857eab4 <Obj>           Integer 0000000000000017
[80163.640998]   Local6: 00000000995a075f <Obj>           Integer 0000000000000002
[80163.641133]   Local7: 00000000c9cc477c <Obj>           Integer 000000000000AA55

[80163.641300] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80163.641330]   Arg0:   00000000f4f91574 <Obj>           Integer 0000000000000016
[80163.641532]   Arg1:   000000007592adfb <Obj>           Integer 0000000000000003

[80163.641749] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80163.653038] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80163.669559] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80203.263351] 
               Initialized Local Variables for Method [RDWD]:
[80203.263382]   Local1: 00000000dfeb8645 <Obj>           Integer 0000000000000015
[80203.263524]   Local6: 00000000ebf1efc1 <Obj>           Integer 0000000000000001
[80203.263661]   Local7: 00000000a7d9c091 <Obj>           Integer 000000000000AA55

[80203.263829] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80203.263860]   Arg0:   000000002ef8ae79 <Obj>           Integer 0000000000000014
[80203.263995]   Arg1:   00000000daae9e0d <Obj>           Integer 0000000000000002

[80203.264185] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80203.275018] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80203.287338] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80238.590290] 
               Initialized Local Variables for Method [RDWD]:
[80238.590322]   Local1: 00000000ddaf8909 <Obj>           Integer 0000000000000017
[80238.590917]   Local6: 0000000084a9bf38 <Obj>           Integer 0000000000000001
[80238.591055]   Local7: 000000005b6a1b9a <Obj>           Integer 000000000000AA55

[80238.591224] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80238.591253]   Arg0:   000000001bd41ffb <Obj>           Integer 0000000000000016
[80238.591390]   Arg1:   000000003dfecc59 <Obj>           Integer 0000000000000003

[80238.591580] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80238.602061] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80238.612306] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80239.124455] 
               Initialized Local Variables for Method [RDWD]:
[80239.124487]   Local1: 00000000e14930a4 <Obj>           Integer 0000000000000015
[80239.124631]   Local6: 00000000d057aaaa <Obj>           Integer 0000000000000001
[80239.124767]   Local7: 00000000b1b147b7 <Obj>           Integer 000000000000AA55

[80239.124934] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80239.124965]   Arg0:   0000000078f4abd2 <Obj>           Integer 0000000000000014
[80239.125101]   Arg1:   000000004011f226 <Obj>           Integer 0000000000000002

[80239.125290] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80239.136547] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80239.149253] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80242.625767] 
               Initialized Local Variables for Method [RDWD]:
[80242.625799]   Local1: 00000000c81e8d0b <Obj>           Integer 0000000000000015
[80242.625938]   Local6: 00000000de92c247 <Obj>           Integer 0000000000000000
[80242.626074]   Local7: 00000000a7d9c091 <Obj>           Integer 000000000000AA55

[80242.626240] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80242.626270]   Arg0:   00000000718c9db0 <Obj>           Integer 0000000000000014
[80242.626405]   Arg1:   00000000b0e1655f <Obj>           Integer 0000000000000002

[80242.626672] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80242.636672] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80242.646994] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT
[80269.706159] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0xffffffff
[80269.706491] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0xffffffff
[80269.706524] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0xffffffff
[80269.706556] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0xffffffff
[80269.706587] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0xffffffff
[80269.706617] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0xffffffff
[80269.706648] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0xffffffff
[80269.706678] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0xffffffff
[80269.706709] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0xffffffff
[80269.706739] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0xffffffff
[80269.706769] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0xffffffff
[80269.706800] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0xffffffff
[80269.707344] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0xffffffff
[80269.707380] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0xffffffff
[80269.707411] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0xffffffff
[80269.707447] USER PCI READ: ret=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0xffffffff
[80269.828180] ACPI: \_SB_.PCI0.RP01: ACPI: ACPI_NOTIFY_BUS_CHECK event
[80269.828259] ACPI: \_SB_.PCI0.RP01: ACPI: OSL: Scheduling hotplug event 0 for deferred handling
[80269.849376] ACPI: \_SB_.PCI0.RP01: Bridge acquired in hotplug_event()
[80269.850497] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() in hotplug_event() - entry
[80269.850576] pcieport 0000:00:1c.0: config space:
[80269.851128] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.851194] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.851253] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.851313] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.851371] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.851430] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.851489] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.851546] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851605] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.851663] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.851721] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851780] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851837] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.851895] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.851953] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.852011] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.852143] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.852207] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.852275] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.852342] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.852407] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.852471] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.852537] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.852602] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.852666] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.852731] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.852796] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.852860] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.852926] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.852991] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.853056] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.853122] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.853186] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.853252] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.853317] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.853381] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.853447] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.853511] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.853577] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.853643] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.853708] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.853773] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.853838] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.853903] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.853969] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.854033] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.854099] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.854164] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.854228] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.854293] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.854359] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.854423] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.854492] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.854556] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.854622] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.854687] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.854751] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.854988] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.855069] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.855137] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.855203] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.855269] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.855335] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.855400] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.855465] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.855530] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.855595] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.855661] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.855725] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.855845] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.855913] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.855978] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.856043] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.856109] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.856173] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.856238] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.856303] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.856367] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.856431] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.856496] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.856560] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.856622] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.856682] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.856739] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.856797] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.856855] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.856913] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.856970] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.857027] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857085] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.857142] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857200] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857257] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857315] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857373] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857431] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.857488] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.858074] ACPI: \_SB_.PCI0.RP01: Bus check in hotplug_event()
[80269.858665] ACPI: \_SB_.PCI0.RP01: Checking bridge in hotplug_event()
[80269.858720] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.859331] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.860039] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() before enable_slot() in acpiphp_check_bridge()
[80269.860090] pcieport 0000:00:1c.0: config space:
[80269.860309] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.860351] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.860391] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.860431] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.860471] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.860510] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.860550] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.860589] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.860629] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.860668] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.860707] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.860747] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.860786] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.860826] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.860866] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.860905] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.860996] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.861040] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.861087] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.861132] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.861177] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.861222] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.861267] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.861312] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.861356] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.861402] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.861447] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.861491] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.861535] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.861581] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.861625] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.861671] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.861715] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.861761] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.861806] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.861851] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.861897] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.861943] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.861988] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.862033] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.862078] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.862123] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.862169] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.862213] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.862258] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.862303] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.862348] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.862393] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.862437] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.862482] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.862527] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.862577] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.862610] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.862644] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.862700] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.862745] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.862780] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.862924] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.862963] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.862997] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.863030] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.863063] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.863097] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.863130] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.863163] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.863196] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.863247] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.863292] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.863325] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.863359] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.863392] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.863426] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.863459] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.863507] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.863550] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.863584] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.863618] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.863651] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.863685] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.863720] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.863753] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.863785] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.863816] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.863845] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.863874] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.863903] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.863932] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.863960] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.863989] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864018] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.864047] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864075] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864104] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864132] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864161] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864189] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864218] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.864434] ACPI: \_SB_.PCI0.RP01: Enabling slot in acpiphp_check_bridge()
[80269.868047] ACPI: Device [PXSX] status [0000000f]
[80269.874288] ACPI: Device [D015] status [0000000f]
[80269.874338] pci_scan_slot: 
[80269.874376] only_one_child: 
[80269.874418] pcie_bus_configure_settings: 
[80269.874448] pcie_bus_configure_set: 
[80269.874479] pcie_bus_configure_set: 
[80269.877104] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after enable_slot() in acpiphp_check_bridge()
[80269.877152] pcieport 0000:00:1c.0: config space:
[80269.877341] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.877376] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.877410] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.877443] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.877476] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.877509] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.877542] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.877575] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.877608] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.877641] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.877674] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.877707] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.877740] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.877773] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.877806] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.877839] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.877917] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.877954] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.877993] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.878031] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.878069] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.878106] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.878144] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.878182] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.878220] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.878258] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.878295] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.878333] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.878370] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.878408] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.878445] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.878483] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.878521] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.878559] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.878596] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.878634] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.878672] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.878709] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.878747] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.878785] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.878904] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.878945] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.878983] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.879022] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.879067] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.879102] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.879144] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.879182] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.879220] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.879259] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.879297] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.879337] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.879375] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.879413] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.879451] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.879489] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.879527] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.879565] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.879603] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.879641] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.879679] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.879717] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.879755] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.879794] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.879832] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.879871] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.879909] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.879947] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.879985] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.880023] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.880062] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.880100] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.880137] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.880175] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.880213] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.880252] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.880290] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.880327] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.880365] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.880403] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.880441] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.880476] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.880510] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880543] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.880577] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.880610] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.880644] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880677] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.880711] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880745] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.880777] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880811] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880845] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880879] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880913] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880947] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.880980] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.882060] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after pm_runtime_put() in acpiphp_check_bridge()
[80269.882103] pcieport 0000:00:1c.0: config space:
[80269.882302] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.882334] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.882364] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.882394] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.882423] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.882452] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.882481] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.882510] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.882539] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.882568] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.882597] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.882626] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.882655] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.882684] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.882713] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.882742] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.882876] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.882912] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.882947] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.882981] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.883015] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.883049] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.883082] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.883116] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.883149] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.883183] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.883216] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.883250] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.883283] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.883318] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.883352] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.883385] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.883420] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.883454] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.883487] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.883521] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.883555] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.883589] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.883623] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.883656] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.883689] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.883723] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.883756] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.883790] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.883824] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.883857] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.883891] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.883925] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.883958] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.883992] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.884025] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.884058] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.884092] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.884125] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.884159] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.884193] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.884226] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.884259] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.884292] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.884326] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.884360] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.884393] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.884426] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.884460] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.884493] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.884527] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.884561] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.884594] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.884627] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.884661] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.884694] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.884728] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.884761] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.884795] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.884829] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.884862] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.884896] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.884930] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.884964] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.884997] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.885030] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.885061] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.885092] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885121] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.885151] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.885179] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.885209] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885238] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.885267] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885296] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.885326] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885355] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885384] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885413] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885442] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885471] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.885500] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.886282] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() before put_bridge() in hotplug_event()
[80269.886322] pcieport 0000:00:1c.0: config space:
[80269.886491] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.886523] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.886553] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.886582] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.886612] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.886641] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.886671] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.886700] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.886730] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.886760] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.886790] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.886923] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.886956] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.886986] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.887015] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.887044] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.887114] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.887148] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.887183] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.887218] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.887252] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.887285] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.887320] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.887353] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.887388] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.887422] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.887455] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.887488] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.887522] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.887555] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.887589] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.887622] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.887655] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.887689] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.887723] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.887757] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.887792] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.887825] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.887859] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.887893] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.887926] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.887960] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.887994] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.888027] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.888062] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.888095] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.888129] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.888162] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.888196] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.888229] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.888263] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.888296] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.888330] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.888363] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.888397] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.888430] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.888463] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.888497] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.888531] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.888564] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.888598] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.888632] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.888665] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.888699] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.888731] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.888765] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.888799] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.888833] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.888866] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.888900] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.888933] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.888967] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.889001] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.889034] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.889068] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.889104] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.889139] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.889172] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.889205] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.889239] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.889273] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.889304] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.889334] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889364] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.889393] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.889423] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.889452] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889481] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.889510] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889539] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.889569] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889597] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889627] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889655] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889686] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889715] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.889744] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.890408] ACPI: \_SB_.PCI0.RP01: Releasing bridge in hotplug_event()
[80269.891432] ACPI: \_SB_.PCI0.RP01: calling early_dump_pci_device() after put_bridge() in hotplug_event()
[80269.891475] pcieport 0000:00:1c.0: config space:
[80269.891637] 00000000: 86 80 48 0f 07 04 10 00 11 00 04 06 10 00 81 00
[80269.891667] 00000010: 00 00 00 00 00 00 00 00 00 01 01 00 10 10 00 20
[80269.891696] 00000020: 40 b0 70 b0 f1 ff 01 00 00 00 00 00 00 00 00 00
[80269.891724] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
[80269.891752] 00000040: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
[80269.891780] 00000050: 00 0c 21 30 60 00 04 00 00 00 40 01 00 00 00 00
[80269.891808] 00000060: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
[80269.891837] 00000070: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.891865] 00000080: 05 90 01 00 00 20 e0 fe 20 00 00 00 00 00 00 00
[80269.891894] 00000090: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
[80269.891922] 000000a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
[80269.891951] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.891980] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.892008] 000000d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
[80269.892036] 000000e0: 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
[80269.892064] 000000f0: 50 00 00 00 c0 00 00 00 1a 0f 13 01 00 40 00 01
[80269.892131] pci 0000:01:00.0: Dumping configuration space for 01:00.0:
[80269.892163] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x00 len=4 data=0x55551556
[80269.892197] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x04 len=4 data=0x100000
[80269.892229] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x08 len=4 data=0x5000000
[80269.892262] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x0c len=4 data=0x0
[80269.892294] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x10 len=4 data=0x0
[80269.892326] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x14 len=4 data=0x0
[80269.892358] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x18 len=4 data=0x0
[80269.892391] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x1c len=4 data=0x0
[80269.892422] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x20 len=4 data=0x0
[80269.892455] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x24 len=4 data=0x0
[80269.892486] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x28 len=4 data=0x0
[80269.892519] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x2c len=4 data=0x4000
[80269.892551] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x30 len=4 data=0x0
[80269.892583] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x34 len=4 data=0x40
[80269.892615] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x38 len=4 data=0x0
[80269.892648] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x3c len=4 data=0x1ff
[80269.892680] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x40 len=4 data=0x34801
[80269.892714] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x44 len=4 data=0x8
[80269.892747] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x48 len=4 data=0x6005
[80269.892780] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x4c len=4 data=0x0
[80269.892812] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x50 len=4 data=0x0
[80269.892844] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x54 len=4 data=0x0
[80269.892876] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x58 len=4 data=0x0
[80269.892908] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x5c len=4 data=0x0
[80269.892940] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x60 len=4 data=0x20010
[80269.892973] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x64 len=4 data=0x8fc2
[80269.893006] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x68 len=4 data=0x2810
[80269.893037] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x6c len=4 data=0x3f421
[80269.893070] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x70 len=4 data=0x210000
[80269.893103] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x74 len=4 data=0x0
[80269.893135] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x78 len=4 data=0x0
[80269.893167] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x7c len=4 data=0x0
[80269.893199] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x80 len=4 data=0x0
[80269.893231] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x84 len=4 data=0x2
[80269.893263] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x88 len=4 data=0x0
[80269.893295] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x8c len=4 data=0x0
[80269.893328] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x90 len=4 data=0x10020
[80269.893360] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x94 len=4 data=0x0
[80269.893392] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x98 len=4 data=0x0
[80269.893424] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0x9c len=4 data=0x0
[80269.893456] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa0 len=4 data=0x0
[80269.893488] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa4 len=4 data=0x0
[80269.893520] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xa8 len=4 data=0x0
[80269.893553] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xac len=4 data=0x0
[80269.893584] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb0 len=4 data=0x0
[80269.893617] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb4 len=4 data=0x0
[80269.893649] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xb8 len=4 data=0x0
[80269.893681] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xbc len=4 data=0x0
[80269.893713] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc0 len=4 data=0x0
[80269.893744] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc4 len=4 data=0x0
[80269.893777] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xc8 len=4 data=0x0
[80269.893809] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xcc len=4 data=0x0
[80269.893841] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd0 len=4 data=0x0
[80269.893873] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd4 len=4 data=0x0
[80269.893905] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xd8 len=4 data=0x0
[80269.894032] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xdc len=4 data=0x0
[80269.894066] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe0 len=4 data=0x0
[80269.894099] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe4 len=4 data=0x0
[80269.894131] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xe8 len=4 data=0x0
[80269.894164] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xec len=4 data=0x0
[80269.894196] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf0 len=4 data=0x0
[80269.894228] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf4 len=4 data=0x0
[80269.894261] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xf8 len=4 data=0x0
[80269.894293] KERNEL PCI READ: res=0, bus=01 dev=00 func=0 pos=0xfc len=4 data=0x0
[80269.894323] 00000000: 56 15 55 55 00 00 10 00 00 00 00 05 00 00 00 00
[80269.894352] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894381] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
[80269.894409] 00000030: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
[80269.894437] 00000040: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
[80269.894465] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894493] 00000060: 10 00 02 00 c2 8f 00 00 10 28 00 00 21 f4 03 00
[80269.894521] 00000070: 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894617] 00000080: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
[80269.894647] 00000090: 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894675] 000000a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894704] 000000b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894732] 000000c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894760] 000000d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894789] 000000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[80269.894899] 000000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

[80297.950785] 
               Initialized Local Variables for Method [RDWD]:
[80297.950818]   Local1: 00000000ebf1efc1 <Obj>           Integer 0000000000000017
[80297.950957]   Local6: 00000000718c9db0 <Obj>           Integer 0000000000000002
[80297.951099]   Local7: 00000000429ebb71 <Obj>           Integer 000000000000AA55

[80297.951447] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80297.951478]   Arg0:   00000000f3b8d2e3 <Obj>           Integer 0000000000000016
[80297.951615]   Arg1:   000000009c314ef0 <Obj>           Integer 0000000000000003

[80297.951812] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80297.962541] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80297.973299] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80303.886413] 
               Initialized Local Variables for Method [RDWD]:
[80303.886446]   Local1: 00000000993f99bf <Obj>           Integer 0000000000000017
[80303.886585]   Local6: 000000001bbf2ac3 <Obj>           Integer 0000000000000004
[80303.886721]   Local7: 00000000afd05901 <Obj>           Integer 000000000000AA55

[80303.886888] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80303.886918]   Arg0:   000000004fe9dd2f <Obj>           Integer 0000000000000016
[80303.887054]   Arg1:   00000000dfeb8645 <Obj>           Integer 0000000000000003

[80303.887241] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80303.898258] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80303.908348] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80307.119126] 
               Initialized Local Variables for Method [RDWD]:
[80307.119158]   Local1: 00000000bc5750c6 <Obj>           Integer 0000000000000017
[80307.119299]   Local6: 00000000fe501fd2 <Obj>           Integer 0000000000000005
[80307.119515]   Local7: 00000000b3a6b402 <Obj>           Integer 000000000000AA55

[80307.119684] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80307.119714]   Arg0:   00000000be6a90de <Obj>           Integer 0000000000000016
[80307.119851]   Arg1:   000000002b94a400 <Obj>           Integer 0000000000000003

[80307.120041] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80307.130497] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80307.140353] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT

[80308.463771] 
               Initialized Local Variables for Method [RDWD]:
[80308.463803]   Local1: 0000000065ac6482 <Obj>           Integer 0000000000000015
[80308.463943]   Local6: 00000000e9c370ed <Obj>           Integer 0000000000000004
[80308.464081]   Local7: 00000000a3c48c1e <Obj>           Integer 000000000000AA55

[80308.464249] Initialized Arguments for Method [RDWD]:  (2 arguments defined for method invocation)
[80308.464279]   Arg0:   0000000010002980 <Obj>           Integer 0000000000000014
[80308.464416]   Arg1:   000000008f479352 <Obj>           Integer 0000000000000002

[80308.464607] ACPI Error: Aborting method \_SB.PCI0.SBUS.RDWD due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80308.474857] ACPI Error: Aborting method \_SB.PCI0.SBRG.ADP1._PSR due to previous error (AE_AML_LOOP_TIMEOUT) (20240827/psparse-529)
[80308.485336] ACPI: \_SB_.PCI0.SBRG.ADP1: Error reading AC Adapter state: AE_AML_LOOP_TIMEOUT



# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 11)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 11)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 11)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 11)
00:17.0 SD Host controller: Intel Corporation Atom Processor E3800 Series eMMC 4.5 Controller (rev 11)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 11)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 11)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 11)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 11)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 11)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 11)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 11)
01:00.0 RAM memory: PLDA Device 5555 (rev ff)
03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-19 14:37       ` Naveen Kumar P
@ 2025-03-19 21:41         ` Bjorn Helgaas
  2025-04-02  5:24           ` Naveen Kumar P
  0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2025-03-19 21:41 UTC (permalink / raw)
  To: Naveen Kumar P; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

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.

Bjorn

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: PCI: hotplug_event: PCIe PLDA Device BAR Reset
  2025-03-19 21:41         ` Bjorn Helgaas
@ 2025-04-02  5:24           ` Naveen Kumar P
  0 siblings, 0 replies; 21+ messages in thread
From: Naveen Kumar P @ 2025-04-02  5:24 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, kernelnewbies, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 2895 bytes --]

On Thu, Mar 20, 2025 at 3:11 AM Bjorn Helgaas <helgaas@kernel.org> 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

[-- Attachment #2: dmesg_april2nd_log.txt --]
[-- Type: text/plain, Size: 158749 bytes --]

[    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@linux.it>
[    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@lists.linux.dev
[   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 #3: 0006-added-debug-prints-in-pci_conf1_read-and-__pci_read_.patch --]
[-- Type: application/octet-stream, Size: 3682 bytes --]

From 1387e69e69c0805c9b98b9fb28a6f75d3b27cf35 Mon Sep 17 00:00:00 2001
From: Naveen Kumar Parna <naveenkumar.parna@gmail.com>
Date: Thu, 27 Mar 2025 18:17:34 +0530
Subject: [PATCH 6/6] added debug prints in pci_conf1_read() and
 __pci_read_base() and pciehp_configure_device() and
 pci_assign_unassigned_bridge_resources()\n

---
 arch/x86/pci/direct.c            | 1 +
 drivers/pci/hotplug/pciehp_pci.c | 6 +++++-
 drivers/pci/probe.c              | 1 +
 drivers/pci/setup-bus.c          | 4 ++++
 4 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/arch/x86/pci/direct.c b/arch/x86/pci/direct.c
index a51074c55..f632c7ff3 100644
--- a/arch/x86/pci/direct.c
+++ b/arch/x86/pci/direct.c
@@ -25,6 +25,7 @@ static int pci_conf1_read(unsigned int seg, unsigned int bus,
 
 	if (seg || (bus > 255) || (devfn > 255) || (reg > 4095)) {
 		*value = -1;
+		pr_debug("pci_conf1_read: invalid parameters seg=%u, bus=%u dev=%02x func=%02x, devfn=%u, reg=%d\n", seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), devfn, reg);
 		return -EINVAL;
 	}
 
diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c
index 65e50bee1..2db69b5a3 100644
--- a/drivers/pci/hotplug/pciehp_pci.c
+++ b/drivers/pci/hotplug/pciehp_pci.c
@@ -36,6 +36,7 @@ int pciehp_configure_device(struct controller *ctrl)
 	struct pci_bus *parent = bridge->subordinate;
 	int num, ret = 0;
 
+	pr_debug("pciehp_configure_device: start, ctrl=%p\n", ctrl);
 	pci_lock_rescan_remove();
 
 	dev = pci_get_slot(parent, PCI_DEVFN(0, 0));
@@ -58,8 +59,10 @@ int pciehp_configure_device(struct controller *ctrl)
 		goto out;
 	}
 
-	for_each_pci_bridge(dev, parent)
+	for_each_pci_bridge(dev, parent) {
+		pr_debug("pciehp_configure_device: Adding bridge %s\n", pci_name(dev));
 		pci_hp_add_bridge(dev);
+	}
 
 	pci_assign_unassigned_bridge_resources(bridge);
 	pcie_bus_configure_settings(parent);
@@ -78,6 +81,7 @@ int pciehp_configure_device(struct controller *ctrl)
 
  out:
 	pci_unlock_rescan_remove();
+	pr_debug("pciehp_configure_device: end, ret=%d\n", ret);
 	return ret;
 }
 
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 5eff497b4..e631e748d 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -184,6 +184,7 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
 
 	mask = type ? PCI_ROM_ADDRESS_MASK : ~0;
 
+	pr_info("%s() - entry\n",__func__);
 	/* No printks while decoding is disabled! */
 	if (!dev->mmio_always_on) {
 		pci_read_config_word(dev, PCI_COMMAND, &orig_cmd);
diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c
index 5e00cecf1..db3282252 100644
--- a/drivers/pci/setup-bus.c
+++ b/drivers/pci/setup-bus.c
@@ -2235,7 +2235,9 @@ void pci_assign_unassigned_bridge_resources(struct pci_dev *bridge)
 	struct pci_dev_resource *fail_res;
 	int retval;
 
+	pr_debug("pci_assign_unassigned_bridge_resources: start, bridge=%s\n", pci_name(bridge));
 again:
+	pr_debug("pci_assign_unassigned_bridge_resources: sizing bridges\n");
 	__pci_bus_size_bridges(parent, &add_list);
 
 	/*
@@ -2253,6 +2255,7 @@ void pci_assign_unassigned_bridge_resources(struct pci_dev *bridge)
 		goto enable_all;
 
 	if (tried_times >= 2) {
+		pr_debug("pci_assign_unassigned_bridge_resources: failed after %d tries\n", tried_times);
 		/* Still fail, don't need to try more */
 		free_list(&fail_head);
 		goto enable_all;
@@ -2295,6 +2298,7 @@ void pci_assign_unassigned_bridge_resources(struct pci_dev *bridge)
 	if (retval)
 		pci_err(bridge, "Error reenabling bridge (%d)\n", retval);
 	pci_set_master(bridge);
+	pr_debug("pci_assign_unassigned_bridge_resources: end\n");
 }
 EXPORT_SYMBOL_GPL(pci_assign_unassigned_bridge_resources);
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2025-04-02  5:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAMciSVU4vv7=WjVUhuP3PJHdpnYqrgMPCmz-HnijEbhyxk54eQ@mail.gmail.com>
2025-02-19 17:06 ` PCI: hotplug_event: PCIe PLDA Device BAR Reset Bjorn Helgaas
2025-02-24 12:15   ` Naveen Kumar P
2025-02-24 17:33     ` Bjorn Helgaas
2025-02-24 18:59       ` Naveen Kumar P
2025-02-24 19:54         ` Bjorn Helgaas
2025-02-25 13:16           ` Naveen Kumar P
2025-02-25 20:38             ` Bjorn Helgaas
2025-02-26 12:58               ` Naveen Kumar P
2025-02-28 12:27                 ` Naveen Kumar P
2025-02-28 16:01                 ` Bjorn Helgaas
2025-03-04  8:05                   ` Naveen Kumar P
2025-03-04 16:49                     ` Naveen Kumar P
2025-03-04 21:01                       ` Bjorn Helgaas
2025-03-04 22:44                         ` Naveen Kumar P
2025-03-10 11:23                           ` Naveen Kumar P
2025-03-11 18:04                             ` Naveen Kumar P
2025-03-18 14:07                               ` Naveen Kumar P
2025-03-04 20:45                     ` Bjorn Helgaas
2025-03-19 14:37       ` Naveen Kumar P
2025-03-19 21:41         ` Bjorn Helgaas
2025-04-02  5:24           ` Naveen Kumar P

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox