On Fri, Feb 28, 2025 at 9:31 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxx> 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
[ 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@xxxxxxxx> [ 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@xxxxxxxxxxxxxxx [ 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:
0002-instrumented-the-PCI-config-accessors-to-log-all-the.patch
Description: Binary data
Attachment:
0001-added-more-debug-logs-in-hotplug_event-acpiphp_check.patch
Description: Binary data